@charset "utf-8";
/* CSS Document */

/*sec03*/
.sec03_area {
    /* margin-bottom: 80px; */
}
.sec03_box01 {
    text-align: center;
}
.sec03_box02 {
    background: url(../img/special/interview01/ordr_special_bg.png) repeat-y;
    background-size: contain;
    padding-bottom: 100px;
    /* max-width: 1000px; */
    margin: 0 auto;
}
.sec03_hd_list {
    display: flex;
    justify-content: center;
    padding: 45px 10px 20px;
}
.sec03_hd_list li {
    border:1px solid #000;
    font-size: 16px;
    padding: 0.4em 2.5em;
    color: #151515;
}
.sec03_hd_list li:not(:last-child) {
    margin-right: 0.75em;
}
li.sec03_hd_list_select {
    background: #fc0003;
    color:#fff;
}
.sec03_inner {
    max-width: 690px;
    margin: 0 auto;
    background: rgb(255,255,255,0.96);
    padding: 30px 55px 20px;
}
.sec03_profile_area {
    display: flex;
    padding-bottom: 40px;
}
.sec03_profile_mainimg {
    width: 185px;
}
.sec03_profile_txt_wrap {
    width: calc(100% - 185px);
    padding-left: 1em;
    color:#000;
}
.sec03_profile_txt_area {
    display: flex;
    justify-content: space-between;
    line-height: 25px;
    padding-bottom: 20px;
}
.sec03_profile_tit {
    font-size: 18px;
    font-weight: bold;
}
.sec03_profile_txt {
    font-size: 16px;
}
.sec03_profile_datail_txt {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}
.sec03_inner_txt_sub {
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    padding: 1em 0 4.25em;
    color:#7b6925;
    font-weight: bold;
}
.sec03_inner_txt_q {
    line-height: 24px;
    font-size: 18px;
    text-align: justify;
    padding: 1em 0 1.25em;
    font-weight: bold;
}
.sec03_inner_txt_t {
    font-size: 26px;
    text-align: justify;
    padding: 1em 0 1.25em;
    color:#7b6925;
    font-weight: bold;
}
.sec03_inner_txt_area p {
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
    padding-bottom: 1.5em;
}
.sec03_inner_txt_area figure {
    padding-bottom: 60px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    display: flex;
    justify-content: center;
    padding: 45px 10px 20px;
    flex-wrap: wrap;
    max-width: 730px;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100% / 5 - 1em);
    border:1px solid #000;
    font-size: 16px;
    padding: 0.4em 2.5em;
    color: #151515;
    text-align: center;
}
.tab_item:not(:last-child) {
    margin-right: 0.75em;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#no01:checked ~ #no01_content,
#no02:checked ~ #no02_content,
#no03:checked ~ #no03_content,
#no04:checked ~ #no04_content ,
#no05:checked ~ #no05_content  {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background: #fc0003;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .sec03_area {
        margin-bottom:0px;
    }
    .sec03_box02 {
        background-size: auto;
        padding-bottom:0;
    }
    .sec03_hd_list {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 15px 15px 10px;
    }
    .sec03_hd_list li {
        width: calc(100% / 3 - 0.75em);
        padding: 0.4em 0.35em;
        text-align: center;
        margin-bottom: 0.5em;
    }
    .sec03_hd_list li:not(:last-child) {
        margin-right: 0;
    }
    .sec03_hd_list li:not(:nth-child(3n)) {
        margin-right: 0.5em;
    }
    .sec03_profile_area {
        flex-direction: column;
    }
    .sec03_profile_mainimg {
        display: flex;
        align-items: baseline;
    }
    .sec03_profile_mainimg {
        width: 50%;
    }
    .sec03_inner {
        padding: 10px 20px 15px;
        width: 97%;
    }
    .sec03_profile_txt_wrap {
        width: 100%;
        padding: 15px 0 0 0;
    }
    .sec03_profile_txt_area {
        flex-direction: column-reverse;
    }
    .sec03_inner_txt_area figure {
        padding-bottom: 30px;
    }
    
    .tabs {
        justify-content: flex-start;   
        padding: 15px 15px 10px;     
    }
    .tab_item {
        width: calc(100% / 3 - 0.75em);
        padding: 0.4em 0.35em;
        text-align: center;
        margin-bottom: 0.5em;
    }
}
