body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    /*color: #727272;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    /*font-size: 16px;*/
    /*line-height: 25px;*/
    background-attachment: fixed;
}

h1 {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
    padding: 5px 0 5px 15px;
    background: #fff;
    width: 100%;
    font-size: 2.1rem;
    position: relative;
}

h1:before {
    position: absolute;
    width: 8px;
    height: 100%;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff9937;
}

h2 {
    /*margin: 0 0 15px 0;*/
    /*font-size: 2.0rem;*/
    font-size:1.8rem;
    color: #333;
}

.content_0 h2,
.content_a h2 {
    margin: 50px 0 20px;
    color: #333;
}

h3 {
    margin: 0 0 15px 0;
    font-size: 1.5rem;
    color: #333;
}

h3.content_0 {
    margin: 50px 0 10px 0; 
    color: #333;
}

.content_a h3 {
    margin-bottom: 10px;
    color: #333;
}

h3.examination {

}

h4.content_a {
    font-size: 1.1rem;
    margin: 15px 0;
    color: #333;
}

a {
    text-decoration: none;
}

p {
    /*margin-left: 10px;*/
    color: #333;
    line-height: 26px;
}

p.merit1_text,
p.merit2_text {
    /*margin-left: 15px!important;*/
    margin: 0 0 20px 0!important;
}

p.interview {
    margin: 40px 0 0 0;
}

p.next {
    background-color: #f5f5f5;
    margin: 0 auto;
    border-radius: 20px;
    padding: 8px;
}

p.examday {
    font-weight: 700;
    margin: 20px auto;
}

span.examday {
    font-weight: 800;
    color: #fff;
    background-color: red;
    margin: 0 auto;
    border-radius: 0px;
}

p.deadline {
    margin: 0 auto;
    padding: 3px;
    border: solid 2px #696969;
}

p.class_cost {
    color: #808080;
    font-weight: 600;
    margin: 10px 0;
}

p.examclass_cost {
    margin: 10px auto;
}

span.examclass {
    color: #fff;
    background-color: #696969;
    border-radius: 5px;
}

p.attention {
    font-weight: 600;
}

span.examination_pass {
    font-weight: 800;
}

div.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
}

.navbar {
    position: relative;
    min-height: 40px;
    padding-top: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

/*
.navbar {
    border-bottom: solid 4px #F18819;
    background-color: #FFF;
    position: relative;
    min-height: 40px;
    padding: 14px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
}
*/

.logo_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-bottom:10px;
}

.logo-img {
    display: flex;
    align-items: flex-end;
    max-width: 80%;
    margin-bottom: 0;
}

.button .btn_detail {
    width: 200px;
    height: 60px;
    color:#fff!important;
    background-color: #F18819!important;
    font-size: 25px;
}

.button .btn_detail:hover {
    background-color: #ff9937!important;
}


/* グローバルナビ */
html, body {
    margin: 0;
    padding: 0;
}

nav#globalNavi {
    border-bottom: solid 4px #F18819;
    background-color: #fff;
}

#globalNavi ul {
    display: flex;
    background: #fff;
    border-radius: 4px;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 auto;
    padding: 6px 0;
    width: 60%;
}

#globalNavi li {
    width: 30%;
    padding: 15px 0;
}
 
#globalNavi a {
    display: block;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    border-right: 1px solid #CCC;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

#globalNavi li:first-child a {
    border-left: 1px solid #CCC;
}
 
#globalNavi ul li a:hover {
    color: #F18819;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: solid 4px #F18819;
}

div.content_0 {
    margin-top: 50px;
    margin-bottom: 110px;
}

div.content_0_img {
   /*width: 420px;*/
   width: 50%;
}

div.content_0_img img {
    width: 100%;
}

div.content_0_conts {
    display: flex;
}

div.content_0_conts p {
    margin: 0 0 0 20px;
    /*width: 370px;*/
    width: 45%;
}

div.content_a,
div.content_b,
div.content_c {
    margin: 0 auto;
    margin-bottom: 100px;
}

img.content_a_img,
img.content_a_img_sp {
    width: 100%;
}

.merit1 {
    margin-top: 30px;
}

.merit1_content,
.merit2_content {
    display: flex;
}

div.merit1_text,
div.merit2_text {
    /*width: 510px;*/
    width: 45%;
}

.content_button {
    text-align: center;
    align-items: end;
}

.btn_merit1 {
    /*width: 270px;*/
    height: 50px;
    color: #ff9937;
    /*background-color: #F18819!important;*/
    font-size: 18px;
    transition-duration: 0.3s;
}

.btn_merit1:hover {
    text-decoration: underline;
}

.merit1_img {
    margin: 0 0 20px 30px;
    position: relative;
}

.merit1_img p {
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #808080;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    opacity: 0.7;
}

.merit1_img_rounded-lg {
    width: 530px;
    border: 1px solid #e6e4e4;
}

.interview {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 110px;
}

.interview1,
.interview2 {
    margin-top: 50px;
}

.profile {
    display: flex;
}


.profile {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.profile_2 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
    display: flex;
}

.profile .profile_img {
    float: left;
    margin-right: -90px;
    width: 90px;
}

.profile_2 .profile_img {
    float: right;
    /*margin-left: 10px;*/
    width: 98px;
}

.profile .profile_img img, 
.profile_2 .profile_img img {
    width: 100%;
    height: auto;
    border: solid 3px #f7e2b3;
    border-radius: 50%;
}

.profile .profile_text {
    width: 100%;
}

.profile_2 .profile_text {
    width: 100%;
}

.profile_text_says {
    display: inline-block;
    position: relative; 
    margin: 20px 0 0 105px;
    padding: 14px 10px;
    border-radius: 12px;
    background: #f7e2b3;
}

.profile_text_says_2 {
    display: inline-block;
    position: relative; 
    margin: 20px 15px 0 0;
    padding: 14px 10px;
    border-radius: 12px;
    background: #f7e2b3;
}

.profile_text_says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #f7e2b3;
}

.profile_text_says_2:before {
    content: "";
    position: absolute;
    top: 28px;
    left: 100%;
    margin-top: -15px;
    border: 12px solid transparent;
    border-left: 12px solid #f7e2b3;
}

.profile_text_says p,
.profile_text_says_2 p {
  margin: 0;
  padding: 0;
}

.profile_img p {
    text-align: center;
}





.profile_img {
    /*margin: 0 20px 20px 0;*/
}

.examination_sum_text {
    background-color: #ffd700;
}

div.examination_sum,
div.examination_pass,
div.examination_learn,
div.examination_app {
    margin-bottom: 80px;
    text-align: center;
}

div.examination_sum_img,
div.examination_app_button_img,
div.examination_pass_img,
div.examination_learn_img,
div.examination_app_img {
    text-align: center;
}

div.examination_app_button_img {
    margin-top: 30px;
    display: flex;
}

.a-btn {
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    padding:20px 50px 20px 65px;
    position:relative;
    display:block;
    overflow:hidden;
    margin:0 auto;
    background:#ff8116;
    text-decoration: none;
    width: 350px;
}

.a-btn_detail {
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    position:relative;
    overflow:hidden;
    margin:0 auto;
    padding: 40px 0;
    background:#ff8116;
    text-decoration: none;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-btn:hover,
.a-btn_detail:hover {
    background-color: #ff8116a6;
}

.a-btn:hover .a-btn-symbol {
    opacity:0.5;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}

.a-btn-symbol {
    color:#fff;
    font-size:20px;
    font-weight: 600;
    position:absolute;
    left: 20px;
    text-align: center;
    line-height: 40px;
    background-color: #fb0404;
    padding: 5px;
    margin-top: 10px;
}

.a-btn-text {
    font-size:28px;
    color:#fff;
    line-height:30px;
    font-weight:bold;
    display:block;
    padding: 5px 0 17px;
}

.a-btn-text_detail {
    font-size:28px;
    color:#fff;
    line-height:30px;
    font-weight:bold;
    display:block;
}

.a-btn-slide-text {
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#FFF;
}

.a-btn-i {
    padding: 2px 0px 0px 5.4em;
    font-size: 48px;
    position: absolute;
    font-weight: 600;
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.far {
    margin-left: 25px;
}

img.examination_sum,
img.examination_pass,
img.examination_app {
    max-width: 100%;
}

img.examination_pass1,
img.examination_pass1_sp {
    max-width: 100%;
    /*padding: 0 10%;*/
}

img.examination_learn {
    width: 32%;
}

img.examination_app_button {
    border-radius: 70px;
    max-width: 100%;
}

img.examination_app_button:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.btn_app {
    width: 200px;
    height: 60px;
    color:#fff!important;
    background-color: #F18819!important;
    font-size: 25px;
}

.btn_app:hover {
    background-color: #ff9937!important;
}

/*
.examination_app li {
    border: solid 1px;
    margin-bottom: 30px;
    width: 550px;
    height: 50px;
}
*/

.examination_app li {
    display: flex;
    position: relative; /* 三角の位置を固定するために設定 */
    width: 650px; /* 幅 */
    height: 100px;
    margin: 0 auto 40px; /* 上 左右 下のマージン */
    /*padding: 20px;*/ /* ふきだし内の余白 */
    /*background-color: #ff9937;*/ /* 背景色 */
    text-align: center; /* テキストの揃え */
    align-items: center;
    justify-content: center;
}

div.examination_app_num {
    width: 100px;
    height: 100%;
    background-color: #fff;
    color: #000;
    border: solid 2px #F18819;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.examination_app_num p {
    margin:0!important;
    font-size: 32px;
    font-weight: 600;
}

div.examination_app_text {
    background-color: #ff9937;
    color: #fff;
    height: 100%;
    width: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.examination_app_text p {
    font-size: 30px;
    margin-right: 25px;
    color: #fff;
    /*font-weight: 600;*/
}

div.examination_app_text p span {
    font-size: 16px;
}

.examination_app li:before {
    content: '';
    position: absolute; /* 位置固定 */
    bottom: -80px; /* 線幅の2倍 */
    left: 50%;
    margin-left: -40px; /* 線幅だけずらす */
    border: 40px solid transparent; /* 線幅の設定 */
    border-top-color: #ff9937; /* 吹き出しの地と同じ色 */
}

.examination_app li:last-child:before {
    display: none;
}






.footer-link:hover {
    text-decoration: underline !important;
    color: #0D0D0D !important;
}

/*hata*/
.camp{
    width: 100%;

    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: double 2px #fff;
}
.camlink{
       margin:10px 0 10px 0;
}
.camptext{
    color: #322;
    font-size: x-large;
    text-decoration: underline;
}
.campimg{
    width:100%;
    height: auto;
}
#camimg a figure img{
    width:100%;
    height: auto;
}

#camimg a figure{
    margin:0; 
}
.dino{
    display: none;
}

.cct{
    font-size: 20px;
    position: relative;
}
.cct:after,.cct:before{
    content: '';
    position: absolute;
    top: 55%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: gray;
}
.cct:before {
    left:-50px;
  }
  .cct:after {
    right: -50px;
  }
  .examclass_cost.pbt {
    background: rgba(54,181,135, 0.1);
}
.examclass_cost.cbt {
    background: rgba(81,112,192, 0.1);
}



@media screen and (min-width: 1201px) {
    div.content_button {
        margin-top: 80px;
        float: right;
        display: block;
    }

    p.btn_merit1 {
        margin: 0 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

    div.content_0 {
        margin-bottom: 50px;
    }

    div.content_0 {
        margin-bottom: 50px;
    }

    p.content_a {
       margin-bottom: 50px;
    }


   div.content_a {
        margin-bottom: 30px!important;
    }

    .merit1 {
        display: block;
        margin-top: 15px;
    }

    .merit1_content,
    .merit2_content {
        display: block;
    }

    div.merit1_text {
        margin-bottom: 30px;
        width: auto;
    }

    p.merit1_text {
        width: auto;
    }

    .merit1_img {
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

    .merit1_img_rounded-lg {
        width: 100%;
    }

    .content_button {
        display: flex;
    }

    .content_button a {
        margin: 0 auto;
        width: 50%;
    }

    p.btn_merit1 {
        width: auto;
        height: 40px;
        /*margin: 5px 0!important;*/
    }

    .merit2_img {
        width: auto;
        text-align: center;
        margin: 0 auto 10px;
    }

    div.interview {
        margin-bottom: 50px;
    }

    img.rounded-lg {
        width: 380px;
    }
}

@media screen and (min-width: 769px) {
    div.examination_sum_text {
        padding: 20px 0;
    }

    p.btn_merit1 {
        font-size: 20px;
    }

    p.next {
        font-size: 38px;
        margin: 0 auto;
        padding: 15px 0;
        width: 420px;
    }

    p.examday {
        font-size: 50px;
        margin: 30px auto;
    }

    span.examday {
        font-size: 40px;
        width: 120px;
        margin: 0 auto;
    }

    p.deadline {
        font-size: 24px;
        margin: 0 auto;
        padding: 3px;
        width: 80%;
    }

    p.class_cost {
        margin: 10px 0;
    }

    p.examclass_cost {
        font-size: 18px;
        height: 65px;
        margin: 10px auto;
        line-height: 35px;
    }

    span.examclass {
        padding: 2px 0;
    }

    p.attention {
        font-size: 18px;
    }

    img.content_a_img_sp {
        display: none;
    }

    div.examination_app_button {
        margin-top: 30px;
    }

    .btn_app {
        margin-top: 50px;
    }

    .profile .profile_img {
        width: 150px;
    }

    .profile_2 .profile_img {
        width: 175px;
    }

    .profile_img p {
        margin: 0;
        font-size: 12px;
    }

}

@media screen and (min-width: 768px) {
    .profile_text {
        width: 40%;
    }   
}

@media screen and (max-width: 768px) {
    h1 {
        width: auto;
        margin: 0 auto;
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .content_0 h2,
    .content_a h2 {
        margin: 25px 0 15px;
    }

    h2.content_a {
        margin-bottom: 20px;
    }

    h3 {
        font-size: 24px;
        margin-top: 0;
    }

    h3.content_0 {
        margin: 40px 0 10px 0;
    }

    p {
        font-size: 16px;
    }

    .content_0_conts p {
        margin-top: 10px;
    }

    p.content_a {
        margin: 20px 0 40px;
    }

    div.examination_sum_text {
        padding: 20px 0;
    }

    p.interview {
        margin: 20px 0 0 0px;
    }

    .profile_img p {
        font-size: 12px;
    }

    p.next {
        font-size: 32px;
        margin: 0 auto;
        padding: 10px 0;
        width: 350px;
    }

    p.examday {
        font-size: 38px;
        margin: 25px auto;
    }

    span.examday {
        font-size: 38px;
        width: 120px;
        margin: 0 auto;
    }

    p.deadline {
        font-size: 24px;
        margin: 0 auto;
        padding: 3px;
        width: 80%;
    }

    p.class_cost {
        font-size: 18px;
        margin: 10px 0;
    }

    p.examclass_cost {
        font-size: 18px;
        height: 65px;
        margin: 10px auto;
        line-height: 35px;
    }

    span.examclass {
        padding: 2px 0;
    }

    p.attention {
        font-size: 18px;
    }

    div.examination_app_button {
        margin-top: 30px;
    }

    h3.examination {
        text-align: center;
    }

    .navbar {
        display: block!important;
        text-align: center;
        /*height: 15vw;*/
    }

    .navbar-brand {
        margin: 0;
    }

    .logo-img {
        max-width: 60%;
    }

    img.img-responsive {
        width: 100%;
    }

    .button .btn_detail {
        font-size: 24px;
        width: 200px;
        height: 60px;
    }

    #globalNavi ul {
        width: 100%;
    }

    #globalNavi li {
        padding: 10px 0 10px;
    }

    #globalNavi a {
        font-size: 18px;
    }

    div.content_0 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    div.content_0_conts {
        display: block;
    }

    div.content_0_img {
        width: 100%;
        margin:0 auto;
    }

    div.content_0_img img {
        width: 100%;
    }

    div.content_0_conts p {
        width: 100%;
        margin: 10px auto;
    }

    div.content_a {
        margin-bottom: 30px!important;
    }

    .merit1 {
        display: block;
        margin-top: 15px;
    }

    .merit1_content,
    .merit2_content {
        display: block;
    }

    div.merit1_text {
        margin-bottom: 25px;
        width: auto;
    }

    p.merit1_text {
        width: auto;
    }

    .merit1_img {
        width: auto;
        text-align: center;
        margin: 0 auto 10px;
    }

    .merit1_img_rounded-lg {
        width: 100%;
    }

    .content_button {
        display: flex;
    }

    .content_button a {
        margin: 0 auto;
        width: 50%;
    }

    p.btn_merit1 {
        width: auto;
        height: 30px;
        margin: 0!important;
    }

    .merit2_text {

    }

    .merit2_img {
        width: auto;
        text-align: center;
        margin: 0 auto 10px;
    }

    div.interview {
        margin-bottom: 70px;
    }

    .interview1, .interview2 {
        margin-top: 20px;
    }

    .profile .profile_img {
        width: 120px;
    }

    .profile_2 .profile_img {
        width: 152px;
    }

    .profile_img p {
        margin: 0;
    }

    .content_0_img {
        text-align: center;
    }


     img.content_a_img {
        display: none;
    }

    .rounded-lg {
        width: 100%;
        /*max-width: 420px;*/
        
    }

    .profile_img_rounded-lg {
        max-width: 200px;
    }

    .profile_text {
        width: 60%;
    }

    div.examination {
        margin-bottom: 50px;
    }

    div.examination_sum,
    div.examination_app_button,
    div.examination_pass,
    div.examination_learn,
    div.examination_app {
        margin-bottom: 30px;
    }

    div.examination_app_button {
        margin-top: 30px;
    }

    img.examination_sum_img,
    img.examination_app_button,
    img.examination_pass_img,
    img.examination_learn_img,
    img.examination_app_img {
        text-align: center;
    }

    div.examination_app_button_img {
        display: block;
    }

    .a-btn_detail {
        justify-content: none;
        align-items: none;
        padding: 40px 50px 41px 65px;
        margin-top: 25px;
    }

    .btn_app {
        font-size: 24px;
        width: 200px;
        height: 60px;
        margin: 20px;
    }

    ul.examination_app {
        padding: 0!important;
    }

    .examination_app li {
        /*width: 650px;*/
        width: 90%;
        height: 100px;
        margin: 0 auto 40px; 
    }

    div.examination_app_num {
        width: 85px;
        height: 100%;
        border: solid 2px #F18819;
    }

    div.examination_app_num p {
        font-size: 26px;
        font-weight: 600;
    }

    div.examination_app_text {
        height: 100%;
        width: 400px;
        display: flex;
    }

    div.examination_app_text p {
        font-size: 22px;
        margin-right: 25px;
    }

    div.examination_app_text p span {
        font-size: 14px;
    }

    .examination_app li:before {
        content: '';
        position: absolute;
        bottom: -80px; /* 線幅の2倍 */
        left: 50%;
        margin-left: -40px; /* 線幅だけずらす */
        border: 40px solid transparent; /* 線幅の設定 */
        border-top-color: #ff9937;
    }

    .footer-copyright {
        text-align: left;
        margin: 0;
    }

    .footer-copyright a.footer-link {
        border-right: 1px solid #CCC;
    }

    .footer-copyright a {
        display: inline;
        padding: 0 7px 0 0;
        background: none;
        margin: 0 3px 0 0;
        font-size: 13px;
        text-align: left;
        line-height: 1.8;
    }
}


@media screen and (min-width: 571px) and (max-width: 660px) {
        p.examday {
            font-size: 38px!important;
        }

        span.examday {
            font-size: 38px!important;
        }

        p.deadline {
            font-size: 22px!important;
        }

}

@media screen and (min-width: 481px) and (max-width: 570px) {
        p.examday {
            font-size: 32px!important;
        }

        span.examday {
            font-size: 32px!important;
        }

        p.deadline {
            font-size: 20px!important;
        }

}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h2.content_a {
        margin-bottom: 5px!important;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    h3.content_0 {
        margin: 20px 0 10px 0;
    }

    h3.merit1_text {
        font-size: 18px;
        margin-bottom: 5px!important;
    }

    h4.content_a {
        font-size: 1.0rem;
        margin: 10px 0;
    }

    p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    p.content_a {
        margin: 10px 0 10px 0!important;
    }

    p.merit1_text,
    p.merit2_text {
        margin-left: 0!important;
    }

    p.examination {
        margin: 10px 0!important;
    }

    div.examination_sum_text {
        padding: 10px 0;
    }

    p.next {
        font-size: 20px;
        margin: 0 auto;
        padding: 5px 0;
        width: 220px;
    }

    p.examday {
        font-size: 20px;
        margin: 10px auto;
    }

    span.examday {
        font-size: 18px;
        width: 120px;
        margin: 0 auto;
    }

    p.deadline {
        font-size: 16px;
        margin: 0 auto;
        padding: 3px;
        width: 90%;
    }

    p.class_cost {
        font-size: 12px;
        margin: 10px 0;
    }

    p.examclass_cost {
        font-size: 12px;
        height: 45px;
        margin: 10px auto;
        line-height: 25px;
    }

    span.examclass {
        padding: 2px 0;
    }

    p.attention {
        font-size: 12px;
    }

    div.examination_app_button {
        margin-top: 30px;
    }

    .navbar {
        /*height: 10vw;*/
        padding-top: 8px;
    }

    .logo-img {
        max-width: 65%;
    }

    .button .btn_detail {
        font-size: 10px;
        width: 90px;
        height: 30px;
    }

    #globalNavi a {
        font-size: 12px;
    }

    #globalNavi li {
        padding: 5px 0;  
    }

    #globalNavi ul li a:hover {
        color: none;
    }

    div.content_0 {
        margin: 20px 0 50px;
    }

    div.content_a {
       margin-bottom: 10px;
    }

    div.merit1_text {
        margin-bottom: 20px;
    }

    div.content_button {
        display: block;
    }

    .btn_merit1 {
        font-size: 16px;
        width: auto;
        height: auto;
        margin: 5px 0;
    }

    div.interview {
        margin-bottom: 20px!important;
    }

    .rounded-lg {
        /*max-width: 250px;*/
    }

    .profile_img {
        /*margin: 0 10px 10px 0;*/
    }

    .profile_img_rounded-lg {
        max-width: 100px;
    }

    .profile_text_says {
        margin: 5px 0 0 105px;
    }

    .profile_text_says_2 {
        margin: 5px 15px 0 0;
    }

    div.examination {
        margin-bottom: 40px;
    }

    div.examination_sum,
    div.examination_pass,
    div.examination_learn,
    div.examination_app {
        margin-bottom: 20px;
    }

    img.examination_learn {
        width: 100%;
        display: block;
    }

    div.examination_app_button_img {
        margin-top: 20px;
    }

    .a-btn {
        width: 280px;
        padding: 12px 35px 12px 60px;
    }

    .a-btn_detail {
        padding: 21px 0;
        margin-top: 20px;
        width: 280px;
    }

    .a-btn-symbol {
        font-size:16px;
        left: 14px;
        line-height: 31px;
        padding: 5px;
        margin-top: 10px;
    }

    .a-btn-text {
        font-size:22px;
        color:#fff;
        line-height:30px;
        font-weight:bold;
        display:block;
        padding: 5px 0 4px;
    }

    .a-btn-text_detail {
        font-size:22px;
        color:#fff;
        line-height:30px;
        font-weight:bold;
        display:block;
        padding: 5px 0 4px;
    }

    .a-btn-slide-text {
        font-size:10px;
        letter-spacing:1px;
    }

    .a-btn-i {
        padding: 0px 0px 0px 5.4em;
        font-size: 34px;
        font-weight: 600;
    }


    .far {
        margin-left: -3px;
    }

    .btn_app {
        font-size: 14px;
        width: 130px;
        height: 40px;
        margin: 10px;
    }

    ul.examination_app {
        padding: 0!important;
    }

    .examination_app li {
        width: 100%;
        height: 80px;
        margin: 0 auto 30px; 
    }

    div.examination_app_num {
        width: 85px;
        height: 100%;
        border: solid 2px #F18819;
    }

    div.examination_app_num p {
        font-size: 18px;
        font-weight: 600;
    }

    div.examination_app_text {
        height: 100%;
        width: 400px;
        display: flex;
    }

    div.examination_app_text p {
        font-size: 16px;
        margin: 0 20px 0 0;
        line-height: 19px;
    }

    div.examination_app_text p span {
        font-size: 11px;
    }

    .examination_app li:before {
        content: '';
        position: absolute;
        bottom: -63px; /* 線幅の2倍 */
        left: 56%;
        margin-left: -40px; /* 線幅だけずらす */
        border: 32px solid transparent; /* 線幅の設定 */
        border-top-color: #ff9937;
    }
    .camptext{
        font-size: 15px;
    }
    
}

/*フッター専用*/
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment-green-child/style.css?ver=5.2.4 ; media=all */
@media all{
a:focus{outline:none;}
.footer-link{color:#727272!important;margin:0 1%;}
.footer-link:before{content:"\f192";font-family:FontAwesome;margin-right:10px;margin-left:1px;font-size:13px;}
@media screen and (min-width: 769px){
.footer-copyright-section-under{border-bottom:1px solid #CCC;}
}
@media screen and (max-width: 768px){
.row.footer-copyright{padding:15px 0;}
}
@media screen and (max-width: 767px){
.footer-contact-social{float:none;padding:15px 0;}
}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/bootstrap.css?ver=5.2.4 ; media=all */
@media all{
a{background-color:transparent;}
a:active,a:hover{outline:0;}
img{border:0;}
@media print{
*,*:before,*:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a{color:#337ab7;text-decoration:none;}
a:hover,a:focus{color:#23527c;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
ul{margin-top:0;margin-bottom:10px;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width: 768px){
.container{width:750px;}
}
@media (min-width: 992px){
.container{width:970px;}
}
@media (min-width: 1200px){
.container{width:1170px;}
}
.row{margin-right:-15px;margin-left:-15px;}
.col-sm-4,.col-sm-8{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
@media (min-width: 768px){
.col-sm-4,.col-sm-8{float:left;}
.col-sm-8{width:66.66666667%;}
.col-sm-4{width:33.33333333%;}
}
.container:before,.container:after,.row:before,.row:after{display:table;content:" ";}
.container:after,.row:after{clear:both;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/default.css?ver=5.2.4 ; media=all */
@media all{
.footer-copyright a,.footer-copyright a:hover{color:#ee591f;}
/*.footer-copyright-section{border-bottom:5px solid #ee591f;}*/
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/element.css?ver=5.2.4 ; media=all */
@media all{
ul{margin:0 0 20px;padding:0 0px 0px 20px;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/media-responsive.css?ver=5.2.4 ; media=all */
@media all{
@media only screen and (min-width: 480px) and (max-width: 1100px){
.footer-copyright{padding:15px 0;text-align:center;}
.footer-contact-social{float:none;text-align:center;padding:15px 0;}
}
@media only screen and (min-width: 200px) and (max-width: 767px){
.footer-copyright{padding:15px 0;text-align:center;}
.footer-contact-social{float:none;text-align:center;padding:15px 0;}
}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/style.css?ver=5.2.4 ; media=all */
@media all{
a:hover,a:focus{text-decoration:none!important;}
.footer-copyright-section{background-color:#ffffff;border-top:1px solid #f4f4f4;margin:0;padding:0;width:100%;}
.footer-copyright{padding:30px 0;}
.footer-contact-social{float:right;margin:0;padding:25px 0;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/element.css?ver=5.2.4 ; media=all */
@media all{
ul{margin:0 0 20px;padding:0 0px 0px 20px;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/media-responsive.css?ver=5.2.4 ; media=all */
@media all{
@media only screen and (min-width: 480px) and (max-width: 1100px){
.footer-copyright{padding:15px 0;text-align:center;}
.footer-contact-social{float:none;text-align:center;padding:15px 0;}
}
@media only screen and (min-width: 200px) and (max-width: 767px){
.footer-copyright{padding:15px 0;text-align:center;}
.footer-contact-social{float:none;text-align:center;padding:15px 0;}
}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment-green-child/style.css?ver=5.2.4 ; media=all */
@media all{
a:focus{outline:none;}
.footer-link{color:#727272!important;margin:0 1%;}
.footer-link:before{content:"\f192";font-family:FontAwesome;margin-right:10px;margin-left:1px;font-size:13px;}
@media screen and (min-width: 769px){
.footer-copyright-section-under{border-bottom:1px solid #CCC;}
}
@media screen and (max-width: 768px){
.row.footer-copyright{padding:15px 0;}
}
@media screen and (max-width: 767px){
.footer-contact-social{float:none;padding:15px 0;}
}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment-green-child/css/default.css?ver=5.2.4 ; media=all */
@media all{
.footer-copyright a,.footer-copyright a:hover{color:#ff9937;}
.footer-copyright-section{border-bottom:5px solid #ff9937;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment-green-child/css/cb-home.css?ver=5.2.4 ; media=all */
@media all{
.footer-link{display:inline-block;padding-left:15px;background:url(https://www.sekaken.jp/wp-content/themes/appointment-green-child/images/arrow-right.png) no-repeat 0 50%;-webkit-background-size:5px auto;background-size:5px auto;position:relative;color:#0D0D0D;font-size:13px;}
.footer-link:before{display:none;}
.footer-copyright{font-size:14px!important;color:#0D0D0D;padding:25px 0;}
.footer-link{color:#0D0D0D!important;}
.footer-link:hover{text-decoration:underline!important;}
@media screen and (max-width: 768px){
.footer-copyright a{display:inline;padding:0 7px 0 0;background:none;margin:0 3px 0 0;font-size:14px;text-align:left;line-height:1.8;}
.footer-copyright a.footer-link{border-right:1px solid #CCC;}
.footer-copyright a:last-child{border-right:none;padding-right:0;margin-right:0;}
.footer-copyright-section{border-top:none;}
.footer-copyright-section .container:first-of-type:after{display:none;}
.footer-copyright{text-align:left;margin:0;}
.footer-contact-social{padding-bottom:25px;}
.footer-contact-social img{display:block;margin:0 auto 10px!important;}
.footer-navi{border-bottom:1px solid #ccc;}
}
}
/*! CSS Used fontfaces */
@font-face{font-family:'FontAwesome';src:url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'FontAwesome';src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}





/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment-green-child/style.css?ver=5.2.4 ; media=all */
@media all{
a:focus{outline:none;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/bootstrap.css?ver=5.2.4 ; media=all */
@media all{
a{background-color:transparent;}
a:active,a:hover{outline:0;}
@media print{
*,*:before,*:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
a[href^="#"]:after{content:"";}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a{color:#337ab7;text-decoration:none;}
a:hover,a:focus{color:#23527c;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/default.css?ver=5.2.4 ; media=all */
@media all{
.hc_scrollup{background-color:#ee591f;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/css/font-awesome.min.css?ver=5.2.4 ; media=all */
@media all{
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-chevron-up:before{content:"\f077";}
}
/*! CSS Used from: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=5.2.4 ; media=all */
@media all{
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-chevron-up:before{content:"\f077";}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment/style.css?ver=5.2.4 ; media=all */
@media all{
a:hover,a:focus{text-decoration:none!important;}
.hc_scrollup{border-radius:0px;bottom:0px;padding:7px;display:none;height:40px;opacity:1;position:fixed;right:20px;text-align:center;width:70px;overflow:hidden;z-index:9999;}
.hc_scrollup:hover{opacity:1;}
.hc_scrollup i{font-size:22px;color:#ffffff;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment-green-child/style.css?ver=5.2.4 ; media=all */
@media all{
a:focus{outline:none;}
}
/*! CSS Used from: https://www.sekaken.jp/wp-content/themes/appointment-green-child/css/default.css?ver=5.2.4 ; media=all */
@media all{
.hc_scrollup{background-color:#ff9937;}
}
/*! CSS Used fontfaces */
@font-face{font-family:'FontAwesome';src:url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.sekaken.jp/wp-content/themes/appointment/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'FontAwesome';src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}



/*
div.content_a_img {
    background:url('../img/scope_of_questions2.png');
}
*/

/*---takagi20191204---*/
/*
 .content_1{
    margin: 50px 0 0;
    background-color: whitesmoke;
    padding: 20px;
  }
  .content_img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  @media screen and (min-width:600px) { 
    .content_1{
      display:flex;
      flex-wrap:nowrap;
      justify-content:space-between;
    }
    .item+.item{
      margin-left:1.0em;
    }
  }
*/

.interview_b{
    background-color: #f5f5f5;
    padding: 1px 3%;
  }

@media screen and (max-width: 768px) { 
    .interview_b{
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) { 
    .interview_b{
        padding: 1px 5px;
    }
}

@media screen and (max-width: 480px) { 
    img.examination_pass1 {
        padding: 0;
    }
}

@media screen and (min-width: 748px) {
    .sp_br {
      display: none;
    }
}

@media screen and (min-width: 769px) {
    img.examination_pass1_sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    img.examination_pass1 {
        display: none;
    }
}


/*世界遺産ってどんな検定*/
div.content_1 {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
    background-color: whitesmoke;
    padding: 20px;
}

div.content_1_img {
    width: 40%;
}

img.content_1_img {
    width: 100%;
}

div.content_1_text {
    width: 55%;
}

@media screen and (max-width: 768px) {
    div.content_1 {
        display: block;
    }

    div.content_1_img {
        width: auto;
    }

    div.content_1_text h3 {
        margin: 15px 0;
    }

    img.content_1_img {
        width: 100%;
    }

    div.content_1_text {
        width: auto;
    }
}

/*テキスト例用*/
@media screen and (min-width: 1201px) {
    .under {
        display: none!important;
    }
}

@media screen and (max-width: 1200px) {
    .up {
        display: none!important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .content_button {
        margin-bottom: 40px;
    }

}

/*【追加】マイスター・１級の詳細はこちら*/
.examination_learn_text p {
    /* width: 270px; */
    color: #ff9937;
    /* background-color: #F18819!important; */
    transition-duration: 0.3s;
    margin-bottom: 0;
    display: inline-block;
}

.examination_learn_text p:hover {
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .examination_learn_text p {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .examination_learn_text {
        /*margin-top: 45px;*/
    }
    
    .examination_learn_text p {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .examination_learn_text {
        margin-top: 15px;
    }

    .examination_learn_text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .examination_learn_text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 350px) {
    .examination_learn_text p {
        font-size: 14px;
    }
}