@charset "utf-8";
.ic_tel{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout06/common/siteinfo_tel_ic.png) no-repeat;
    width: 23px;
    height: 22px;
    margin-right: 8px;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout06/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout06/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout06/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
/*------------ about-editor ------------*/
.a_layout {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item .a_title {
    position: relative;
    margin: 0 0 30px;
}
.a_layout .a_item .a_title span {
    position: relative;
    color: #69C1EE;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Roboto',serif;
}
.a_layout .a_item .a_title span i{
    position: relative;
    font-style: unset;
    color: #004c84;
    padding-right: 10px;
}
.a_layout .a_item .a_title h2 {
    position: relative;
    color: #004C84;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}
.a_layout .a_item p{
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.8;
    text-align: justify;
}
.a_layout .a_item {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.a_layout .a_item .a_col {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.a_layout .a_item .a_col:last-of-type{
    text-align: center;
}
.a_layout .a_item:nth-of-type(1){
    display: block;
}
.a_layout .a_item:nth-of-type(2){
    border: 3px solid #69C1ED;
    border-radius: 30px;
    padding: 35px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_layout .a_item:nth-of-type(2) .a_col:first-of-type{
    width: 60%;
}
.a_layout .a_item:nth-of-type(2) .a_col:last-of-type{
    width: 40%;
}
.a_layout .a_item .a_title h3{
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    background: #004B83;
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
}
.a_layout .a_item ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: none;
    color: #3E3A39;
}
.a_layout .a_item li+li{
    margin: 5px 0 0;
}
.a_layout .a_item li span {
    font-size: 18px;
    font-weight: bold;
    color: #003365;
}
.a_layout .a_item li:last-of-type span{
    color: #036EB8;
}
.a_layout .a_item:nth-of-type(3){
    text-align: center;
}
.a_layout .a_item:nth-of-type(3) p{
    text-align: center;
}
.a_layout .a_item:nth-of-type(4){
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    padding: 50px 100px 70px; 
    margin: 0 -50px -90px;
}
.a_layout .a_item:nth-of-type(4) .a_col:first-of-type{
    border-right: 1px solid #AAAAAA;
}
/* table */
.table-scroll {
	position: relative;
	margin: auto;
	overflow: hidden;
    border: 0;
}
.table-wrap {
	width: 100%;
	overflow: auto;
}
.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    padding: 20px 10px;
}
.table-scroll thead th,
.table-scroll thead th.fixed-side {
	padding: 10px;
	border: 1px solid #fff;
	background: #0D6FB8;
    color: #fff;
	white-space: nowrap;
	vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}
.table-scroll thead:first-of-type th.fixed-side{
    border-top-left-radius: 30px;
}
.table-scroll thead:first-of-type th:last-of-type{
    border-top-right-radius: 30px;
}
.table-scroll thead th span{
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
}
.table-scroll thead th:last-of-type {
    box-shadow: 0px -6px 10px 2px rgb(0 77 133 / 30%);
    background: #004D85;
}
.table-scroll tbody th,
.table-scroll tbody td {
	padding: 5px 10px;
	border: 1px solid #fff;
	background: #C9C9CB;
    color: #3E3A39;
	white-space: nowrap;
	vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    width: calc((100% - 20%) / 3);
}
.table-scroll tbody th.fixed-side{
    width: 20%;
    font-size: 16px;
    font-weight: 900;
}
.table-scroll tr:nth-of-type(2n) td {
    background: #EFEFEF;
}
.table-scroll tbody td:last-of-type {
    box-shadow: 0px 6px 10px 2px rgb(0 77 133 / 30%);
}
/* 固定 */
.clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events:none;
}
.clone th,
.clone td {
	visibility: hidden
}
.clone td,
.clone th {
	border-color: transparent
}
.clone tbody th {
	visibility: visible;
}
.clone .fixed-side {
    border: 1px solid #fff;
	background: #C9C9CB;
    color: #3E3A39;
	visibility: visible;
    font-weight: bold;
}
.clone tr:nth-of-type(2n) th.fixed-side {
    background: #EFEFEF;
}
.clone thead {
    background: transparent;
}
@media screen and (max-width: 1200px){
    .table-scroll table{
        padding: 0;
    }
    .table-scroll {
        position: relative;
        max-width: 1000px;
    }
    .table-scroll thead:first-of-type th.fixed-side{
        border-top-left-radius: 0;
    }
    .table-scroll thead:first-of-type th:last-of-type{
        border-top-right-radius: 0;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item {
        margin: 0 0 30px;
    }
    .a_layout .a_item:nth-of-type(1),
    .a_layout .a_item:nth-of-type(2) {
        flex-direction: column;
    }
    .a_layout .a_item .a_col:first-of-type{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .a_layout .a_item .a_title {
        text-align: center;
        margin: 0 0 20px;
    }
    .a_layout .a_item:nth-of-type(1) .a_col:last-of-type{
        width: 100%;
        padding: 15px 15px 0;
    }
    .a_layout .a_item:nth-of-type(2) {
        padding: 30px 15px;
    }
    .a_layout .a_item:nth-of-type(2) .a_col:first-of-type{
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item:nth-of-type(2) .a_col:last-of-type{
        width: 100%;
        text-align: center;
        padding: 0;
        margin-left: 10px;
    }
    .a_layout .a_item:nth-of-type(4) {
        padding: 15px 30px 30px;
        margin: 0 -15px -30px;
        flex-direction: column;
    }
    .a_layout .a_item:nth-of-type(4) .a_col:first-of-type {
        border-bottom: 1px solid #AAAAAA;
        border-right: 0;
    }
    .a_layout .a_item:nth-of-type(4) .a_col:first-of-type{
        text-align: center;
        padding: 0 0 15px;
    }
    .a_layout .a_item:nth-of-type(4) .a_col:last-of-type{
        padding: 15px 0 0;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item:nth-of-type(1) .a_col:last-of-type {
        width: 100%;
        padding: 15px 0 0;
    }
    .a_layout .a_item .a_title span{
        font-size: 28px;
    }
    .a_layout .a_item ul {
        padding: 0 0 0 5px;
    }
    .a_layout .a_item li span {
        font-size: 17px;
    }
}
/*------------ service-editor ------------*/
.s_layout {
    position: relative;
    box-sizing: border-box;
}
.s_layout p{
    margin: 0;
}
.s_layout .s_list {
    position: relative;
    box-sizing: border-box;
    margin: 30px auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}
.s_layout .s_list .s_box {
    position: relative;
    box-sizing: border-box;
    width: calc(100% / 4);
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.s_layout .s_list .s_box::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    background: url(../../../images/layout06/common/about/a_arr.png) no-repeat;
    top: 50%;
    right: -15.5%;
    transform: translate(-50%, -50%);
}
.s_layout .s_list .s_box:last-of-type::after{
    display: none;
}
.s_layout .s_list .s_box .s_pic {
    position: relative;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255,255,255, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.s_layout .s_list .s_box h3{
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}
@media screen and (max-width: 1000px){
    .s_layout .s_list {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_list .s_box {
        width: calc(100% / 2);
        margin: 15px 0;
    }
    .s_layout .s_list {
        width: auto;
        flex-wrap: wrap;
    }
    .s_layout .s_list .s_box::after{
        display: none;
    }
    .s_layout .s_list {
        width: auto;
        flex-wrap: wrap;
        max-width: 300px;
    }
    .s_layout .s_list .s_box h3 {
        font-size: 15px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #004C84;
    border-radius: 0;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
}
.contact-editor i:before{
    transform: rotate(45deg);
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\e1005";
}
.contact-editor .mail i:before{
    content: "\e1003";
}
.contact-editor .add i:before{
    content: "\e1001";
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
.remote-row a:hover{
    text-decoration: underline;
    color: #c50f1d;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    color: #c50f1d;
    margin: 0;
    font-weight: 500;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
