@charset "UTF-8";



/*共通 ------------------------------------------------*/

#topmenu{
    transform: translate(0, 40%);
}



/*billboard ------------------------------------------------*/


/*sec_advantage ------------------------------------------------*/

.page.service .sec_advantage{
    background-color:#3DB680;
    padding: 80px 0;
}

.sec_advantage .advantage_ttl h2{
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 80px;
}

.sec_advantage .advantage_ttl h2 span{
    display: block;
    font-size: 34px;
}


/*side_send*/

.sec_advantage .side_send{
position: relative;
box-sizing: border-box;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}



.sec_advantage .side_send .side_send_con{
    width: 30%;
    display: flex;
    flex-direction: column;
}



.sec_advantage .side_send .side_send_con .left{
    margin-bottom: 20px;
}




.sec_advantage .side_send .side_send_con h3{
    font-size: 24px;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 20px;
}

.sec_advantage .side_send .side_send_con h3 span{
    display: block;
    font-size: 16px;
    margin-bottom: 0;
}

.sec_advantage .side_send .side_send_con p{
    margin-bottom: 0;
    line-height: 2.0;
}






/*スマホ表示*/

@media (max-width: 768px) {
.page.service .sec_advantage {padding: 40px 0;}
    
.sec_advantage .advantage_ttl h2 {
    font-size: 30px;
    margin-bottom: 40px;
}    
.sec_advantage .advantage_ttl h2 span{
    font-size: 24px;
}
    
.sec_advantage .side_send {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
    margin: 0 auto 40px;
}    
    
.sec_advantage .side_send .side_send_con {
    width: 100%;
    margin-bottom: 30px;
}  
    
.sec_advantage .side_send .side_send_con:last-child {
    margin-bottom: 0;
}      

    
.sec_advantage .left_send .side_send_con .left,
.sec_advantage .left_send .side_send_con .right,
.sec_advantage .right_send .side_send_con .left,
.sec_advantage .right_send .side_send_con .right{
    width: 100%;
    margin-bottom: 10px;
}
    
.sec_advantage .side_send .side_send_con h3 {
    font-size: 20px;
    margin-bottom: 10px;
}    

    
.sec_advantage .left_send .side_send_con .right h3,
.sec_advantage .left_send .side_send_con .right p,
.sec_advantage .right_send .side_send_con .left h3,
.sec_advantage .right_send .side_send_con .left p{
    font-size: 14px;
    padding-right: 0;
    padding-left: 0;
}    
    
    
}



/*sec_service ------------------------------------------------*/


.page.service .sec_service{
    padding: 80px 0;
}

.page.service .sec_service h2.service_ttl{
    color: #3DB680;
    font-size: 34px;
    margin-bottom: 40px;
}

.sec_service .service_list_con h3{
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-weight: 400;
}

.sec_service .service_list_con.interpretation h3{
    color: #3DB680;
    border-bottom: 1px solid #3DB680;
}

.sec_service .service_list_con.translation h3{
    color: #03034C;
    border-bottom: 1px solid #03034C;
}

.sec_service .service_list_con .service_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec_service .service_list_con .service_list .list_single{
    width: 100%;
    box-sizing: border-box;
    display: table;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.service_list .list_single .photo{
    width: 180px;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 0;
    vertical-align: middle;
    display: table-cell;}

.service_list .list_single .photo img{

    vertical-align: middle;
}

.service_list .list_single .text_con{
    width: calc(100% - 200px);
    padding: 20px 20px 60px;
    box-sizing: border-box;
    display: table-cell;
    position: relative;
}

.service_list .list_single .text_con p.ttl{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

.service_list .list_single .text_con p.ttl span{
    font-size: 14px;
}


.service_list .list_single .text_con p.text{
    font-size: 14px;
    color: #ffffff;
    /*word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;*/
    margin-bottom: 10px;
}


.service_list .list_single .text_con p.contact{
    position: absolute;
    bottom: 0;
    right: 20px;
}


.service_list .list_single .text_con p.contact a{
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    font-size: 14px;
    color: #03034C;
    padding: 0.3em 1.5em;
    margin-bottom: 0;
}


.service_list .list_single .text_con p.contact a:hover{
    font-size: 14px;
    background-color: #03034C;
    color: #fff;
    margin-bottom: 0;
}

.sec_service .service_list_con.interpretation .service_list .list_single{
    border: 4px solid #3DB680;
    background-color: #3DB680;
}

.sec_service .service_list_con.translation .service_list .list_single{
    border: 4px solid #03034C;
    background-color: #03034C;
}

.service_list_con.translation .service_list .list_single .text_con p.contact a:hover{
    font-size: 14px;
    background-color: #3DB680;
    color: #fff;
    margin-bottom: 0;
}
    







/*スマホ表示*/

@media (max-width: 768px) {
    
.page.service .sec_service{
    padding: 40px 0;
}
    
    
.sec_service .service_list_con .service_list .list_single {
    width: 48%;
    box-sizing: border-box;
    display: table;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}    
    
    
    

.page.service .sec_service h2.service_ttl {
    font-size: 20px;
    margin-bottom: 20px;
}

.sec_service .service_list_con h3 {
    font-size: 18px;
    margin-bottom: 20px;
}    
    
.sec_service .service_list_con .service_list .list_single {
    width: 100%;
    margin-bottom: 20px;
}    
      
    
.service_list .list_single .photo {
    display: block;
    width: 100%;
    height: auto;
}   
  
.service_list .list_single .text_con {
    display: block;
    width: 100%;
    padding: 15px 15px 15px;
}       

.service_list .list_single .text_con p.text{
    word-break:normal;
}
    
    

.service_list .list_single .text_con p.contact{
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 30px 0 0;
}  
    
.service_list .list_single .text_con p.contact a{
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}    
    
    
    
}





/*sec_traning ------------------------------------------------*/

.page.service .sec_traning{
    padding: 80px 0;
}


.page.service .sec_traning .traning_con h3{
    color: #3DB680;
    font-size: 32px;
    margin-bottom: 20px;
}

.sec_traning .traning_con .haj_con{
    display: flex;
    justify-content: space-between;
}

.sec_traning .traning_con .haj_con .left{
    width: 42%;
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 1280px) {
.sec_traning .traning_con .haj_con .left{
    padding-bottom: 120px;
}
}


.sec_traning .traning_con .haj_con .left p{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 2.0;
}
.sec_traning .traning_con .haj_con .left p.link_btn{
    position: absolute;
    margin-top: 20px;
    bottom: 0;
}


.sec_traning .traning_con .haj_con .right{
    width: 56%;
    overflow: hidden;
    border-radius: 10px;
}




/*スマホ表示*/

@media (max-width: 768px) {

.sec_traning .inner {
    width: 100%;
    margin: 0 auto;
}

.page.service .sec_traning .traning_con h3{
    font-size: 20px;
    margin-bottom: 20px;
}    
  
.sec_traning .traning_con .haj_con {
    flex-direction: column-reverse;
}    
    
.sec_traning .traning_con .haj_con .left,
.sec_traning .traning_con .haj_con .right {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
}
    
.sec_traning .traning_con .haj_con .left p {
    font-size: 15px;
    line-height: 1.8;
}    
    
.sec_traning .traning_con .haj_con .left p.link_btn {
    position: relative;
    margin-top: 20px;
    bottom: 0;
}    
    

}




/*sec_step ------------------------------------------------*/

.page.service .sec_step{
    padding: 80px 0;
}

.page.service .translation_step_con{
    width:1280px;
    height: 580px;
  transform: scale(1);
    transition: all .3s;

}

.page.service .circle-box {
    width: 1160px;
    position: relative;
    margin: 0 auto;
    height: 60vh;
}

.page.service .circle-pick{
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background-color: #F9F5D4;
    box-sizing: border-box;
    z-index: 1;
}

.page.service .circle-pick01 {
    top: -20px;
    left: 181px;
    /*top: 20%;
    left: 11%;*/
    background-image: url("../img/pick_default01.png");
    background-size: cover;
}

.page.service .circle-pick02{
    width: 380px;
    height: 380px;
    top: 190px;
    left: 710px;
    /*top: 45%;
    left: 58.2%;*/
    background-image: url("../img/pick_default02.png");
    background-size: cover;
}


.page.service .pick.is-show {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 20px 25px;
    background-color: #F9F5D4;
    box-sizing: border-box;
    z-index: 1;
    transition: all .3s;

}


.page.service .circle-pick .pick .number{
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #58BF92;
    position: relative;
    font-weight: 600;
}


.page.service .circle-pick .pick .number::after{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top: 12px solid #58BF92;
}


.page.service .circle-pick .pick h3{
    text-align: center;
    color: #58BF92;
    font-size: 18px;
}

.page.service .circle-pick .pick p.text{
    font-size: 13px; 
    margin-bottom: 10px;
}

.page.service .circle-pick .pick p.cap{
    font-size: 11px; 
    margin-bottom: 10px;
    padding: 0 40px;
}

.page.service .circle-pick .pick .icon{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0,-20%);
    width: 150px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}


.page.service .step {
    position: absolute;
    width: 250px;
    height: 170px;
    z-index: 10;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22279.934%22%20height%3D%22184.672%22%20viewBox%3D%220%200%20279.934%20184.672%22%3E%3Cpath%20d%3D%22M738.9-1372.875a222.542%2C222.542%2C0%2C0%2C1-148.808%2C1.237L525.9-1212.753a393.221%2C393.221%2C0%2C0%2C0%2C279.934-2.44l-42.313-99.682Z%22%20transform%3D%22translate(-525.896%201372.875)%22%20fill%3D%22%2358bf92%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100%;
        transition: all .3s;
}


.page.service .step:hover,
.page.service .step.is-active{
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22279.934%22%20height%3D%22184.672%22%20viewBox%3D%220%200%20279.934%20184.672%22%3E%3Cpath%20d%3D%22M738.9-1372.875a222.542%2C222.542%2C0%2C0%2C1-148.808%2C1.237L525.9-1212.753a393.221%2C393.221%2C0%2C0%2C0%2C279.934-2.44l-42.313-99.682Z%22%20transform%3D%22translate(-525.896%201372.875)%22%20fill%3D%22%23adadc3%22%2F%3E%3C%2Fsvg%3E');
transition: all .3s;
}

.page.service .step04,
.page.service .step05,
.page.service .step06{
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22279.934%22%20height%3D%22184.672%22%20viewBox%3D%220%200%20279.934%20184.672%22%3E%3Cpath%20d%3D%22M592.828-1188.2a222.542%2C222.542%2C0%2C0%2C1%2C148.808-1.237l47.931-118.632%2C16.263-40.252a393.221%2C393.221%2C0%2C0%2C0-279.934%2C2.44l42.313%2C99.682Z%22%20transform%3D%22translate(-525.896%201372.875)%22%20fill%3D%22%2358bf92%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100%;
        transition: all .3s;
}

.page.service .step04:hover,
.page.service .step05:hover,
.page.service .step06:hover,
.page.service .step04.is-active,
.page.service .step05.is-active,
.page.service .step06.is-active{
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22279.934%22%20height%3D%22184.672%22%20viewBox%3D%220%200%20279.934%20184.672%22%3E%3Cpath%20d%3D%22M592.828-1188.2a222.542%2C222.542%2C0%2C0%2C1%2C148.808-1.237l47.931-118.632%2C16.263-40.252a393.221%2C393.221%2C0%2C0%2C0-279.934%2C2.44l42.313%2C99.682Z%22%20transform%3D%22translate(-525.896%201372.875)%22%20fill%3D%22%23adadc3%22%2F%3E%3C%2Fsvg%3E');
    transition: all .3s;
}



.page.service .step01{
    top: 300px;
    left: 0;
    transform: rotate(45deg);
}

.page.service .step02{
    top: 378px;
    left: 200px;
}

.page.service .step03{
    top: 293px;
    left: 400px;
    transform: rotate(-47deg);
}

.page.service .step04{
    top: 115px;
    left: 523px;
    transform: rotate(-47deg);
}

.page.service .step05{
    top: 30px;
    left: 714px;
}

.page.service .step06{
    top: 110px;
    left: 905px;
    transform: rotate(47deg);
}


.page.service .step01.is-active::after,
.page.service .step02.is-active::after,
.page.service .step03.is-active::after{
content: "";
position: absolute;
top: -30px;
left: 50%;
margin-left: -20px;
border: 20px solid transparent;
border-bottom: 30px solid #ADADC3;
}


.page.service .step04.is-active::after,
.page.service .step05.is-active::after,
.page.service .step06.is-active::after{
content: "";
position: absolute;
top: 85%;
left: 50%;
margin-left: -20px;
border: 20px solid transparent;
border-top: 30px solid #ADADC3;
}



/*タブメニュー*/

.page.service .contact_tab{
    list-style: none;
    display: flex;
    justify-content:center;
    position: relative;
    margin-bottom: 60px;
}

.page.service .contact_tab li{
width: 33%;
margin-left: 1%;
margin-bottom: 0;
z-index: 2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1em;
    font-weight: 600;
    letter-spacing: 0;
}

.page.service .contact_tab li:first-child{
margin-left: 0%;
}


.page.service .contact_tab li.tab img{
    vertical-align: middle;
    max-width: 50px;
    height: auto;
    margin-right: 10px;
}


.page.service .tab{
    flex-grow: 1;
    text-align:center;
    cursor:pointer;
}

.page.service .panel{
    display:none;
}

.page.service .tab.is-active{
    transition: all 0.3s;
}

.page.service .panel.is-show{
    display:block;
    background-color: #F9F5D4;
    animation: appear .3s ease;
  }
  @keyframes appear {
    0%{
      opacity: 1;
    }
    100%{
      opacity: 1;
    }
  }


/* 表示調整 */

@media (max-width: 1279px) {
.page.service .translation_step_con{
    width:90%;
    height: 580px;
    margin-left:-3vw;
    transform: scale(0.8);   
        transition: all .3s;
}
    
.page.service .circle-pick01 {
    top: -17px;
    left: 122px;
}
    
.page.service .circle-pick02{
    top: 190px;
    left: 651px;
}       
    
} 

@media (max-width: 1110px) {
.page.service .translation_step_con{
    height: 480px;
    margin-left:-8vw;
  transform: scale(0.7);
    transition: all .3s;
    
}
    
}
    

@media (max-width: 880px) {
.page.service .translation_step_con{
    height: 380px;
    margin-left:-13vw;
  transform: scale(0.6);
    transition: all .3s;

}    
    
} 


/* スマホ表示 */

@media (max-width: 768px) {
.page.service .sec_step{
    padding: 40px 0;
} 

} 



.page.service .translation_step_sp {
    width: 94%;
    margin: 0 auto 20px;
    padding-top: 40px;
}


.page.service .translation_step_sp .pick {
    margin: 0 auto 40px;
    padding: 20px;
    background-color: #58BF92;
    border-radius: 10px;
    position: relative;
}

.page.service .translation_step_sp .pick .number {
    width: 50px;
    height: 50px;
    margin: -50px auto 20px;
    line-height: 50px;
    text-align: center;
    color: #58BF92;
    background-color: #fff;
    border: 2px solid #58BF92;
    font-weight: 600;
    position: relative;
}

.page.service .translation_step_sp .pick .number::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 12px solid #fff;
}

.page.service .translation_step_sp .pick h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
}


.pick_sp_con{
    display: flex;
    justify-content: space-between;
    background-color: #F9F5D4;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}

.pick_sp_con .icon{
    width: 24%;
} 

.pick_sp_con .text{
    width: 70%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
} 


/*sec_traning ------------------------------------------------*/

.page.service .sec_translator{
    padding: 80px 0;
}

.sec_translator .translator_con{
    margin-bottom: 60px;
}

.sec_translator .translator_con .translator_single{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.translator_con .translator_single .left{
    width: 56%;
    overflow: hidden;
    border-radius: 10px;
}

.translator_con .translator_single .right{
    width: 42%;
    position: relative;
}

.translator_con .translator_single .right h3.name{
    color: #3DB680;
    font-size: 32px;
    margin-bottom: 5px;
}

.translator_con .translator_single .right h3.name span{
    font-size: 20px;
}

.translator_con .translator_single .right p.katagaki{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.0;
}

.translator_con .translator_single .right p.prof_text{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2.0;
}


/*translator_profile*/
.translator_con .translator_profile{
    background-color: #fff;        
    box-shadow: 0 8px 3px -3px rgba(0,0,0,0.30); 
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    }

.translator_con .translator_profile h4{
    background-color: #3DB680;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 0;
    }


.translator_con .translator_profile .profile_inner{
    padding: 20px;
    }


.translator_con .translator_profile .profile_ttl{
    color: #3DB680;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    }


.translator_con .translator_profile dl{
    line-height: 1.8;
    }
.translator_con .translator_profile dt{
    font-size: 18px;
    font-weight: 500;
    }
.translator_con .translator_profile dd{
    margin-left: 0;
    margin-bottom: 20px;
    }

.translator_con .btn_con{
    width: 50%;
    max-width: 420px;
    margin: 0 auto;
    }


/* スマホ表示 */

@media (max-width: 768px) {
    
.page.service .sec_translator {
    padding: 40px 0;
}    
    
.sec_translator .inner {
    width: 100%;
    margin: 0 auto;
}

.sec_translator .translator_con .translator_single {
    flex-direction: column;
    margin-bottom: 20px;
}    
    
.translator_con .translator_single .left,
.translator_con .translator_single .right {
    width: 100%;
    margin-bottom: 10px;
}    
.translator_con .translator_single .right h3.name {
    font-size: 20px;
}
.translator_con .translator_single .right h3.name span {
    font-size: 14px;
}    
.translator_con .translator_single .right p.katagaki {
    font-size: 12px;
    margin-bottom: 20px;
}
.translator_con .translator_single .right p.prof_text {
    font-size: 14px;
    line-height:1.8;
}    

.translator_con .translator_profile h4 {
    font-size: 14px;
}    
.translator_con .translator_profile .profile_ttl {
    font-size: 16px;
    margin-bottom: 10px;
}

.translator_con .translator_profile dl,
.translator_con .translator_profile dd:last-child {
    margin-bottom: 0;
}    
    
.translator_con .translator_profile dt {
    font-size: 16px;
}    
.translator_con .translator_profile dd {
    font-size: 12px;
    line-height: 1.8;
}    
    
.translator_con .translator_profile dd:last-child {
    margin-bottom: 0;
}     
    
.translator_con .btn_con {
    width: 100%;
    max-width: inherit;
}
    
}



/*sec_works ------------------------------------------------*/

.page.service .sec_works{
    padding: 80px 0;
}


.page.service .works_con .works_single{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 3px -3px rgba(0,0,0,0.30); 
    background-color: #fff;
}

.works_con .works_single .left{
    width: 48%;
    overflow: hidden;
    line-height: 0;
}

.works_con .works_single .left .photo{
    line-height: 0;
}

.works_con .works_single .right{
    width: 48%;
    position: relative;
    padding: 20px;
}


.works_con .works_single .right h3{
    color: #3DB680;
    font-size: 24px;
    margin-bottom: 20px;
}

.works_con .works_single .right p.cat{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.0;
    font-weight: 600;
}


.works_con .works_single .right dl{
    line-height: 1.8;
    }
.works_con .works_single .right dt{
    font-weight: 500;
    }
.works_con .works_single .right dd{
    margin-left: 0;
    margin-bottom: 20px;
    }

/* スマホ表示 */
@media (max-width: 768px) {
    
.page.service .sec_works{
    padding: 40px 0;
}
    
.sec_works .inner {
    width: 100%;
    margin: 0 auto;
}
    
.page.service .works_con .works_single {
    margin-bottom: 20px;
    flex-direction: column;
}    
    
.works_con .works_single .left,
.works_con .works_single .right{
    width: 100%;
    box-sizing: border-box;
}    
    
.works_con .works_single .right h3 {
    font-size: 20px;
} 
.works_con .works_single .right p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}      
.works_con .works_single .right dl {
    margin-bottom: 0;
}
    
.works_con .works_single .right dt {
    font-size: 14px;
}    
.works_con .works_single .right dd {
    font-size: 12px;
    margin-bottom: 0;
}   
    
}


/*タブレット表示------------------------------------------------*/

@media (max-width: 1080px) {
    

}


/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}
	

/*interpretation_fee 追加変更 ------------------------------------------------*/
.interpretation_fee {
	margin-bottom: 80px;
}
.interpretation_fee table {
	margin:auto auto 40px auto;
	background: #fff;
	width: 90%;
}

.interpretation_fee table thead tr {
	border-bottom: 1px solid #333;
}
.interpretation_fee table thead tr th.b_b_none {
	border-bottom: none;
}
.interpretation_fee table thead tr th,
.interpretation_fee table tbody tr th,
.interpretation_fee table tbody tr td {
	text-align: center;
	padding-top: 1px;
	padding-bottom:1px;
	line-height: 2rem;
}
.interpretation_fee table th:first-child,
.interpretation_fee table td:first-child {
  padding-left: 15px; }
.interpretation_fee table th:last-child,
.interpretation_fee table td:last-child {
  padding-right: 15px; }
.interpretation_fee table tr:last-child th,
.interpretation_fee table tr:last-child td,
.interpretation_fee table th.bo_b_none {
  border-bottom: none; }
.interpretation_fee .btn_con{
    width: 50%;
    max-width: 420px;
    margin:auto;
    }

.interpretation_fee2 table thead tr th,
.interpretation_fee2 table tbody tr td {
  text-align: left; }

ul.ul_decimal {
	margin-left: 20px;
}
ul.ul_decimal li {
	list-style: decimal;
}

dl.dl_regulations {
	margin-left: 5px;
}
dl.dl_regulations dt {
	font-weight: bold;
	margin-left: 25px;
	text-indent: -25px;
}
dl.dl_regulations dd {
	margin-left: 25px;
	margin-bottom: 1rem;
}
/* スマホ表示 */

@media (max-width: 768px) {
	.interpretation_fee table {
		width: 100%;
		font-size: 1.2rem;
	}
	.interpretation_fee .btn_con {
    width: 100%;
    max-width: inherit;
	} 
}