@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html {scroll-behavior: smooth;}

a {
  outline:none;
  color: #2e2e2e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dp-ilb{
    display: inline-block;
}


/* Basic setting
-------------------------------*/

body {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
    color: #344056;
	-webkit-text-size-adjust: 100%;
    background-color: #f3f7fb;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.7;
    }

}


/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
    padding: 20px 20px 0 20px;
    position: relative;
    z-index: 10;
}
#header .inner{
    width: 100%;
    max-width: 1900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#header h1{
    width: 100%;
    max-width: 1900px;
    margin: auto;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: -15px;
}
.h_name{
    color: #305ba1;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 5px;
}
.h_name a{
    color: #305ba1;
}


.h_toi{
    width: 140px;
}
.h_toi a{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: -moz-linear-gradient(left, #0d2a65, #305b8f);
    background: -webkit-linear-gradient(left, #0d2a65, #305b8f);
    background: linear-gradient(to right, #0d2a65, #305b8f);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}

@media screen and (min-width:911px){
    .h_toi.fixed{
/*        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 5;*/
    }
}

@media (min-width:911px) and (max-width:1320px){
    #header{
        padding: 1.5vw 1.5vw 0 1.5vw;
    }
    #header h1{
        font-size: 0.98vw;
        line-height: 1.2;
        margin-bottom: -1.1vw;
    }
    .h_name{
        font-size: 3vw;
        line-height: 1.3;
        margin-bottom: 0.37vw;
    }
    
    .h_logo img{
        width: 14vw;
        height: auto;
    }
    
    .h_toi{
        width: 10.6vw;
    }
    .h_toi a{
        width: 10.6vw;
        height: 10.6vw;
        font-size: 1.5vw;
        line-height: 1.4;
    }

}

@media screen and (max-width:910px){
    #header{
        padding: 10px;
    }
    #header .inner{
        display: block;
    }
    #header h1{
        font-size: 11px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    
    .h_info{
        width: calc(100% - 60px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .h_name{
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .h_logo img{
        width: 150px;
        height: auto;
        vertical-align: middle;
    }
    .h_toi{
        display: none;
/*        position: fixed;
        right: 3px;
        top: 100px;
        width: 80px;*/
    }
    .h_toi a{
        width: 80px;
        height: 80px;
        font-size: 16px;
        line-height: 1.3;
    }
}
@media screen and (max-width:640px){
    .h_toi{
        width: 70px;
    /*    display: none;*/
    }
    .h_toi a{
        width: 70px;
        height: 70px;
        font-size: 12px;
    }
}

@media screen and (max-width:550px){
    .h_info{
        display: block;
    }
    .h_name{
        margin-right: 0;
    }
}


/* ページタイトル
-------------------------------*/
.page_neme{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    margin-top: -70px;
    margin-bottom: 90px;
    height: 394px;
    background: url(../img/common/page_title_bg.png) center top no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 110px;
}
.page_neme .txt{
    width: 90%;
    max-width: 1640px;
    font-size: 54px;
    line-height: 1.3;
    font-weight: 500;
    text-shadow: 0 0 3px #fff;
}
.page_neme .txt span{
    display:inline-block;
}
.page_neme.toku{
    padding-bottom: 80px;
}


@media screen and (max-width:1320px){
    .page_neme{
        margin-top: -5.3vw;
        margin-bottom: 6.8vw;
        height: 29.8vw;
        background-size: cover;
        padding-bottom: 8.3vw;
    }
    .page_neme .txt{
        font-size: 4vw;
        line-height: 1.3;
    }
    .page_neme.toku{
        padding-bottom: 6vw;
    }
    
}
@media screen and (max-width:640px){
    .page_neme{
        margin-bottom: 50px;
    }
    .page_neme.toku{
        padding-bottom: 30px;
    }

}
@media screen and (max-width:520px){
    .page_neme{
        height: 155px;
        padding-bottom: 45px;
    }
    .page_neme .txt{
        font-size: 24px;
        line-height: 1.3;
    }
}






/* フッター
-------------------------------*/
#footer{
    margin-top: 120px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding-top: 90px;
    padding-bottom: 180px;
    background-image: url(../img/common/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center top no-repeat;
}
#footer .inner{
    width: 90%;
    max-width: 1660px;
    margin: auto;
}

.f_info01{
    width: 50%;
}

.f_info01 .ft01{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 15px;
}
.f_info01 .ft02{
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #305ba1;
}

.f_info01 .ft02 span{
    margin-left: 10px;
}
.f_info01 .ft02 span img{
    vertical-align: middle;
}
.f_info01 .ft03{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}
.f_info01 .ft03 th{
    width: 120px;
    vertical-align: top;
}
.f_info01 .ft03 th span{
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    background-color: #305ba1;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-weight: 500;
}

.f_info01 .ft03 td{
    padding: 5px 10px 10px 10px;
}

.f_info01 .ft04 a{
    display: block;
    width: 100%;
    max-width: 480px;
    background-color: #305ba1;
    background-image: url(../img/common/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 35px) center;
    background-size: 10px auto;
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
}
.f_info01 .copy{
    font-size:12px;
    margin-top:100px;
}
.f_info01 .copy span{
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.f_info02{
    width: 48%;
    max-width: 620px;
    padding-top: 100px;
}
.f_info02 .ft05{
    width: 100%;
    margin-bottom: 50px;
}
.f_info02 .ft05 a{
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #344056;
}
.f_info02 .ft05 .sub{
    margin-top: 20px;
    margin-bottom: 50px;
}
.f_info02 .ft05 .sub a{
    font-size: 14px;
    line-height: 1.8;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
.f_info02 .ft05 .sub a:before{
    content: "●";
    color: #0097cc;
    margin-right: 0.5em;
}

.f_info02 .ft06{
    text-align: right;
    font-size: 14px;
    line-height: 1.3;
}
.f_info02 .ft06 a{
    margin-left: 2em;
    color: #666;
}

/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
    z-index: 60;

}

@media screen and (max-width:910px){
    #footer{
        padding-top: 60px;
        padding-bottom: 180px;
        background-size: 150% auto;
    }
    
    .f_info01{
        width: 100%;
    }
    .f_info01 .ft01{
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .f_info01 .ft02{
        font-size: 38px;
        line-height: 1.3;
    }

    .f_info01 .ft02 span img{
        max-width: 220px;
        height: auto;
    }
    .f_info01 .ft03{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .f_info01 .ft03 th{
        width: 100px;
    }

    .f_info01 .ft04 a{
        font-size: 18px;
        line-height: 1.2;
    }
    .f_info01 .copy{
        margin-top:50px;
        text-align: center;
    }
    .f_info02{
        display: none;
    }
    #pageTop{
        position:fixed;
        bottom:180px;
        right:10px;
    }
}

@media screen and (max-width:640px){
    #footer{
        margin-top: 70px;
    }
    .f_info01 .ft02 {
        font-size: 33px;
        line-height: 1.2;
    }
    .f_info01 .ft02 span {
        display: block;
        margin-left: 0;
    }
}
@media screen and (max-width:440px){
    .f_info01 .ft01{
        font-size: 15px;
        line-height: 1.3;
    }
    .f_info01 .ft03 th{
        display: inline-block;
    }
    .f_info01 .ft03 th span{
        padding: 3px 10px;
    }
    .f_info01 .ft03 td{
        display: inline-block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #pageTop{
        bottom:140px;
    }

}

/* 固定　お問い合わせ */
#f_contact{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#f_contact .txt{
    font-size: 18px;
    margin-right: 50px;
}
#f_contact .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 540px;
    height: 100px;
    background-color: #f08720;
    border-radius: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
#f_contact .btn a span{
    padding-right: 30px;
    background: url(../img/common/arrow_siro.png) right center no-repeat;
}

@media (min-width:911px) and (max-width:1800px){
    #f_contact{
        padding: 1.3vw;
    }
    #f_contact .txt{
        font-size: 16px;
        line-height: 1.6;
        margin-right: 2.7vw;
    }
    #f_contact .btn a{
        width: 30vw;
        height: 5.5vw;
        border-radius: 0.83vw;
        font-size: 1.6vw;
    }
}

@media screen and (max-width:910px){
    #f_contact{
        padding: 20px 0 10px;
        display: block;
    }
    #f_contact .txt{
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 1.2;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #f_contact .txt br{
        display: none;
    }
    #f_contact .btn a{
        margin: auto;
        width: 90%;
        max-width: 540px;
        height: 70px;
        border-radius: 10px;
        font-size: 20px;
    }
    #f_contact .btn a span{
        padding-right: 25px;
    }
}

@media screen and (max-width:640px){
    #f_contact .txt{
        font-size: 14px;
    }
    #f_contact .txt br{
        display: none;
    }
    #f_contact .btn a{
        height: 60px;
        font-size: 18px;
    }
    #f_contact .btn a span{
        padding-right: 0;
        background: none;
    }

}
@media screen and (max-width:500px){
    #f_contact .txt br{
        display: inline-block;
    }
}









/* 共通
-------------------------------*/

.w1700{
    width: 90%;
    max-width: 1700px;
    margin: auto;
}
.w1400{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}.w1300{
    width: 90%;
    max-width: 1300px;
    margin: auto;
}
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.w1000{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.btn_ao a{
    display: block;
    width: 100%;
    max-width: 600px;
    background-color: #305ba1;
    background-image: url(../img/common/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) center;
    border-radius: 60px;
    padding: 40px 50px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

.kk_maru{
    display: inline-block;
    background-color: #cfe1e6;
    border-radius: 50px;
    padding: 23px 40px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.ttl01{
    font-size: 46px;
    line-height: 1.3;
    padding-left: 80px;
    background: url(../img/common/ttl01_bg.png) left center no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

@media screen and (max-width:910px){
    .btn_ao a{
        background-size: 14px auto;
        padding: 30px 50px;
        font-size: 22px;
        line-height: 1.2;
    }
    .kk_maru{
        font-size: 20px;
        line-height: 1.2;
    }
    .ttl01{
        font-size: 36px;
        line-height: 1.3;
        padding-left: 50px;
        background-size: 40px auto;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    
}
@media screen and (max-width:640px){
    
    .btn_ao a{
        background-size: 10px auto;
        padding: 20px 40px;
        font-size: 18px;
        line-height: 1.2;
    }
    .kk_maru{
        padding: 15px 20px;
        font-size: 16px;
        line-height: 1.2;
    }
    .ttl01{
        font-size: 24px;
        line-height: 1.3;
        padding-left: 40px;
        background-size: 30px auto;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

}

















@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}




@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}






/* ライン引きについて
-------------------------------*/

.lin_cont{
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px;
}
.l-txt1{
    position: relative;
    z-index: 5;
}
.l-txt1 ._in{
    width: 100%;
    max-width:650px; 
}
.l-cat{
    margin-bottom: 50px;
}
.l-cat li{
    display: inline-block;
}

.l-txt1 .ttl_sub{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    padding: 15px 5px;
    border-top: solid 1px #b2b2b2;
    border-bottom: solid 1px #b2b2b2;
    margin-top: 70px;
    margin-bottom: 20px;
}

.l-txt1 .btn_ao{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
}

.l-img1{
    position: absolute;
    top: 0;
    left: calc(50% + 120px);
    z-index: 1;
    width: 840px;
    padding-top: 105px;
}
.l-img1:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 1920px;
    height: 722px;
    background: url(../img/line/line02.png) right top no-repeat;
    content: "";
}
.l-txt2{
    margin-top: 30px;
    width: 100%;
    background: url(../img/line/line03.png) center top no-repeat;
    padding-top: 110px;
}
.l-txt2 ._in{
    background-color: #fff;
    padding:1px 50px 50px 50px;
    border-left: solid 1px #3b3b3d;
    border-right:  solid 1px #3b3b3d;
    border-bottom:  solid 1px #3b3b3d;
    position: relative;
}
.l-txt2 ._in:after{
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 1px;
    background-color: #3b3b3d;
    content: "";
}

.l-txt2 .sub1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 500;
    margin-top: -70px;
    margin-left: -20px;
    margin-bottom: 30px;
}
.l-txt2 .sub1 span{
    margin-left: 10px;
}

.l-txt2 .sub2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l-txt2 .sub2 dt{
    width: 280px;
}
.l-txt2 .sub2 dd{
    width: calc(100% - 280px);
}
@media screen and (min-width:911px){
    .l-txt2 .sub2 dd{
        font-size: 18px;
        line-height: 1.8;
    }
}

.l-txt2 .sub3{
    width: 100%;
    max-width: 860px;
    margin: 50px auto;
}
.l-txt2 .sub3 li{
    width: 48%;
}
.l-txt2 .sub3 li p{
    margin-top: 10px;
}

.l-txt2 .sub4{
    width: 100%;
}
.l-txt2 .sub4 table{
    width: 48%;
}
.l-txt2 .sub4 table th{
    width: 200px;
    background-color: #305ba1;
    color: #fff;
    border-radius: 10px;
    font-size: 28px;
    line-height: 1.6;
    padding-left: 30px;
    
}
.l-txt2 .sub4 table td{
    width: calc(100% - 200px);
    padding-left: 20px;
}
@media screen and (max-width:1400px){
    .l-txt2 ._in:after{
        width: 300px;
    }
}
@media screen and (max-width:1180px){
    .l-txt1 ._in {
        max-width: initial;
        max-width: auto;
    }
    .l-img1{
        position: relative;
        left: auto;
        margin-top: 30px;
        width: 100%;
        text-align: right;
    }
    .l-txt1 .btn_ao{
        position: static;
        width: 100%;
        margin-top: 40px;
    }
    .l-txt2 ._in{
        padding:40px;
        border: solid 1px #3b3b3d;
    }
    .l-txt2 ._in:after{
        display: none;
    }
    .l-txt2 .sub1{
        font-size: 40px;
        line-height: 1.3;
        margin-top: 0;
        margin-left: 0;
    }
    .l-txt2 .sub2 dt{
        width: 240px;
    }
    .l-txt2 .sub2 dd{
        width: calc(100% - 240px);
    }
    .l-txt2 .sub4 table th{
        font-size: 22px;
        line-height: 1.6;
        padding-left: 20px;
    }
}
@media screen and (max-width:910px){
    .l-txt2 ._in{
        padding:30px;
    }
    .l-txt2 .sub1{
        font-size: 30px;
        line-height: 1.3;
    }
    .l-txt2 .sub1 img{
        width: 80px;
        height: auto;
    }
    .l-txt2 .sub2 dt{
        width: 200px;
    }
    .l-txt2 .sub2 dd{
        width: calc(100% - 200px);
    }
    .l-txt2 .sub3 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .l-txt2 .sub4 table{
        width: 100%;
        margin-bottom: 20px;
    }
    .l-txt2 .sub4 table th{
        width: 150px;
        font-size: 18px;
        line-height: 1.6;
    }
    .l-txt2 .sub4 table td{
        width: calc(100% - 150px);
    }
}
@media screen and (max-width:840px){
    .l-img1{
        padding-top: 12.5vw;
    }
    .l-img1:after{
        height: 85vw;
        background-size: auto 100%;
    }
}
@media screen and (max-width:640px){
    .lin_cont{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .l-cat{
        margin-bottom: 30px;
    }
    .l-txt2 {
        padding-top: 30px;
    }
    .l-txt2 ._in{
        padding:20px;
    }
    .l-txt2 .sub1{
        font-size: 22px;
        line-height: 1.3;
    }
    .l-txt2 .sub1 img{
        width: 60px;
        height: auto;
    }
    .l-txt2 .sub2 dt{
        width: 100%;
        margin-bottom: 10px;
    }
    .l-txt2 .sub2 dd{
        width: 100%;
    }
    .l-txt2 .sub4 table th{
        width: 120px;
        font-size: 16px;
        line-height: 1.6;
        padding: 10px;
    }
    .l-txt2 .sub4 table td{
        width: calc(100% - 120px);
        padding-left: 10px;
    }
}

@media screen and (max-width:420px){
    .l-txt2 .sub3 li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    l-txt2 .sub3 li p {
        margin-top: 3px;
    }
    .l-txt2 .sub4 table th{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    .l-txt2 .sub4 table th br{
        display: none;
    }
    .l-txt2 .sub4 table td{
        display: inline-block;
        width: 100%;
        padding: 5px;
    }
    
}


/* カラー塗装 */

.l-txt1 .sub5{
    width: 100%;
    max-width: 520px;
    background-color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.2;
}
.l-txt1 .sub5 img{
    margin-right: 15px;
}
.l-txt1 .sub6{
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 500;
}
.l-txt3{
    position: relative;
    z-index: 5;
    margin-top: 120px;
}
.l-txt3 .sub7{
    width: 100%;
}
.l-txt3 .sub7 li{
    width: 32%;
}
.l-txt3 .sub7 p{
    margin-top: 10px;
    line-height: 1.3;
}

.l-txt3 .sub7 dl{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l-txt3 .sub7 dl dt{
    width: 95px;
}
.l-txt3 .sub7 dl dd{
    width: calc(100% - 95px);
}
.l-txt3 .sub7 dl dd span{
    font-weight: 500;
}
.l-txt3 .sub7 li.sub8{
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.l-txt3 .sub7 li.sub8 img{
    margin-right: 20px;
}
@media screen and (max-width:910px){
    .l-txt3 {
        margin-top: 80px;
    }
    .l-txt1 .sub5{
        font-size: 28px;
        line-height: 1.2;
    }
    .l-txt1 .sub5 img{
        margin-right: 10px;
        width: 45px;
        height: auto;
    }
    .l-txt1 .sub6{
        font-size: 20px;
        line-height: 1.4;
    }
    .l-txt3 .sub7 dl dt{
        width: 70px;
    }

    .l-txt3 .sub7 dl dd{
        width: calc(100% - 70px);
    }
}
@media screen and (max-width:640px){

    .l-txt3 {
        margin-top: 50px;
    }
    .l-txt1 .sub5{
        font-size: 18px;
        line-height: 1.2;
    }
    .l-txt1 .sub5 img{
        width: 30px;
        height: auto;
    }
    .l-txt1 .sub6{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .l-txt3 .sub7 li{
        width: 48%;
        margin-bottom: 30px;
    }
    .l-txt3 .sub7 dl {
        margin-top: 20px;
    }
    .l-txt3 .sub7 li.sub8{
        margin-top: 0;
        width: 48%;
        display: block;
        padding-top: 36vw;
    }
    .l-txt3 .sub7 li.sub8 img{
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:430px){
    .l-txt3 .sub7 li{
        width: 100%;
    }
    .l-txt3 .sub7 li.sub8{
        width: 100%;
        display: block;
        padding-top: 30px;
    }
    .l-txt3 .sub7 li.sub8 img{
        margin-bottom: 10px;
    }
}



/* ライン引きの流れ */

.l-txt4{
    width: 100%;
}
.l-txt4 li{
    width: 32.5%;
    background-color: #fff;
    padding: 40px;
    position: relative;
    margin-bottom: 15px;
}
.l-txt4 li.num4{
    width: 100%;
}
.l-txt4 li .num{
    text-align: center;
    margin-bottom: 30px;
}
.l-txt4 li dt{
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.l-txt4 li .btn_ao{
    margin-top: 30px;
}
.l-txt4 li .btn_ao a {
    display: block;
    width: 100%;
    max-width: 330px;
    background-color: #f3f4f7;
    background-position: calc(100% - 20px) center;
    background-size: 12px auto;
    padding: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #344056;
}
.l-txt4 li.num1:before{
    position: absolute;
    left: -360px;
    top: 0;
    width: 360px;
    height: 76px;
    background-color: #fff;
    content: "";
}
.l-txt4 li.num1:after,
.l-txt4 li.num2:after,
.l-txt4 li.num3:after{
    position: absolute;
    top: calc(50% - 25px);
    right: -30px;
    z-index: 5;
    width: 50px;
    height: 50px;
    background: url(../img/line/ya_b.png) center center no-repeat;
    content: "";
}
.l-txt4 li.num4:before{
    position: absolute;
    top: calc(50% - 25px);
    left: -30px;
    z-index: 5;
    width: 50px;
    height: 50px;
    background: url(../img/line/ya_b.png) center center no-repeat;
    content: "";
}
.l-txt4 li.num4:after{
    position: absolute;
    right: -360px;
    bottom: 0;
    width: 360px;
    height: 76px;
    background-color: #fff;
    content: "";
}
.l-txt4 li.num4 dd.sub9{
    position: absolute;
    left: calc(50% + 110px);
    top: 100px;
}
.l-txt4 li.num4 .sub10 .ib{
    width: 32.5%;
    border: solid 1px #cccccc;
    padding: 25px;
    position: relative;
}
.l-txt4 li.num4 .sub10 .ib dt{
    font-size: 28px;
}
.l-txt4 li.num4 .sub10 .ib:not(:last-child):after{
    position: absolute;
    top: 25px;
    right: -30px;
    z-index: 5;
    width: 50px;
    height: 50px;
    background: url(../img/line/ya_g.png) center center no-repeat;
    content: "";
}

@media screen and (max-width:910px){
    .l-txt4 li{
        padding: 20px;
        margin-bottom: 10px;
    }
    .l-txt4 li .num{
        margin-bottom: 20px;
    }
    .l-txt4 li dt{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .l-txt4 li .btn_ao{
        margin-top: 20px;
    }
    .l-txt4 li .btn_ao a {
        font-size: 14px;
        line-height: 1.2;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        background-image: none;
    }
    .l-txt4 li.num1:after,
    .l-txt4 li.num2:after,
    .l-txt4 li.num3:after{
        top: calc(50% - 15px);
        right: -20px;
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .l-txt4 li.num4:before{
        top: calc(50% - 15px);
        left: -20px;
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .l-txt4 li.num4 dd.sub9{
        top: 60px;
    }
    .l-txt4 li.num4 .sub10 .ib{
        padding: 15px;
    }
    .l-txt4 li.num4 .sub10 .ib dt{
        font-size: 20px;
    }
    .l-txt4 li.num4 .sub10 .ib:not(:last-child):after{
        right: -20px;
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .l-txt4 li br.pc{
        display: none;
    }
    
}
@media screen and (max-width:640px){

    .l-txt4 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .l-txt4 li .num {
        margin-bottom: 0;
        text-align: left;
    }
    .l-txt4 li .num img{
        width: 40px;
        height: auto;
    }
    .l-txt4 li dl{
        margin-top: -35px;
    }
    .l-txt4 li dt {
        text-align: left;
        padding-left: 50px;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .l-txt4 li.num1:after,
    .l-txt4 li.num2:after,
    .l-txt4 li.num3:after{
        position: absolute;
        top: auto;
        right: auto;
        left: calc(50% - 15px);
        transform: rotate(90deg);
        bottom: -20px;
    }
    .l-txt4 li.num4:before{
        display: none;
    }
    .l-txt4 li.num4 dd.sub9{
        position: static;
        padding-bottom: 20px;
    }
    .l-txt4 li.num4 .sub10 .ib{
        width: 100%;
        margin-bottom: 10px;
    }
    .l-txt4 li.num4 .sub10 .ib dt{
        font-size: 18px;
        padding: 0;
        margin-bottom: 10px;
    }
    .l-txt4 li.num4 .sub10 .ib dl {
        margin-top: 0;
    }
    .l-txt4 li.num4 .sub10 .ib:not(:last-child):after {
        top: auto;
        right: auto;
        left: calc(50% - 15px);
        transform: rotate(90deg);
        bottom: -20px;
    }

}


/* 看板制作・設置 */
.bg_cal{
    background-color: #e7eaf0;
    padding-bottom: 120px;
}
.line_body #footer{
    margin-top: 0;
}
.l-txt5-bg{
    position: relative;
}
.l-txt5 .sub12{
    width: 100%;
    margin-top: 60px;
}
.l-txt5 .sub12 li{
    width: 32%;
}
.l-txt5 .sub12 p{
    margin-top: 10px;
    line-height: 1.3;
}

@media screen and (min-width:1180px){
    .l-txt5 .l-cat{
        position: absolute;
        top: 0;
        left: 50%;
    }
    .l-txt5 .sub11{
        width: 100%;
        max-width: 560px;
    }
    .l-txt5 .btn_bohan{
        position: absolute;
        right: 0;
        top: 170px;
        width: 200px;
    }
}
@media screen and (max-width:910px){
    .l-txt5 .sub12{
        margin-top: 40px;
    }
}
@media screen and (max-width:640px){
    .bg_cal{
        padding-bottom: 60px;
    }
    .l-txt5 .sub12 li{
        width: 48%;
        margin-bottom: 30px;
    }
    .l-txt5 .sub12 p{
        margin-top: 5px;
    }
}
@media screen and (max-width:430px){
    .l-txt5 .sub12 li{
        width: 100%;
        margin-bottom: 20px;
    }
}




/* その他安全施設 */

.rev .l-txt1 ._in{
    width: 100%;
    max-width:650px; 
    margin-left: auto;
}

.rev .l-txt1 .btn_ao{
    position: static;
    margin-top: 50px;
}

.rev .l-img1{
    top: 0;
    left: auto;
    right: calc(50% + 120px);
}
.rev .l-img1:after{
    position: absolute;
    right: auto;
    left: 0;
    background-image: url(../img/line/line02_r.png);
}

@media screen and (max-width:1440px){
    .rev .l-img1{
        right: calc(640px + 10%);
    }
}
@media screen and (max-width:1180px){
    .rev .l-txt1 ._in {
        max-width: initial;
        max-width: auto;
        margin-left: 0;
    }
    .rev .l-img1{
        right: auto;
        text-align: left;
    }
    .rev .l-txt1 .btn_ao{
        margin-top: 40px;
    }
}
@media screen and (max-width:840px){
    .rev .l-img1:after{
        background-position: left top;
    }
}
















/* その他安全施設
-------------------------------*/
.oth_cont{
    margin-bottom: 120px;
}
.oth_list{
    margin-top: 50px;
    width: 100%;
}
.oth_list li{
    width: 24%;
    margin-bottom: 40px;
}
.oth_list li p{
    margin-top: 10px;
    line-height: 1.4;
}
.oth_list.imgx3 li{
    width: 32%;
}

.oth_cont_txt{
    width:50%;
}
.oth_cont_img{
    width:45%;
    max-width: 520px;
}

.btn_bohan{
    margin-top: 50px;
}
.btn_bohan a{
    width: 200px;
    height: 35px;
    background-color: #344056;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    background-image: url(../img/common/icoon_open.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

@media screen and (min-width:911px){
    .oth_cont .txt1{
        width: 100%;
        max-width: 800px;
        font-size: 18px;
        line-height: 1.8;
    }
}
@media screen and (max-width:910px){
    .oth_cont{
        margin-bottom: 50px;
    }
    .oth_list{
        margin-top: 30px;
    }
    .oth_list li{
        margin-bottom: 20px;
    }
    .oth_list li p{
        margin-top: 5px;
        font-size: 90%;
        line-height: 1.3;
    }

    .oth_cont_txt{
        width:100%;
    }
    .oth_cont_img{
        margin-top: 30px;
        width:100%;
        text-align: center;
        max-width: initial;
        max-width: auto;
    }

    .btn_bohan{
        margin-top: 20px;
    }

}
@media screen and (max-width:640px){
    .oth_list li{
        width: 48%;
    }
    .oth_list.imgx3 li{
        width: 48%;
    }

}
@media screen and (max-width:380px){
    .oth_list li{
        width: 100%;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
    .oth_list.imgx3 li{
        width: 100%;
        max-width: initial;
        max-width: auto;
    }
}
















/* 会社案内
-------------------------------*/

.about01{
    width: 100%;
    height: 851px;
    background: url(../img/common/about_bg01.png) center top no-repeat;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about01 ul{
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}
.about01 ul li{
    margin-bottom: 20px;
}
.about01 ul li img{
    vertical-align: middle;
    margin-right: 10px;
}

.gaiyou{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.gaiyou tr{
    border-bottom: solid 1px #e5e5e5;
}
.gaiyou th{
    width: 150px;
    padding: 20px 0;
    border-bottom: solid 2px #a6a6a6;
    vertical-align: top;
}
.gaiyou td{
    padding: 20px;
}
@media screen and (max-width:910px){
    .about01{
        height: 544px;
        background-size: auto 100%;
    }
    .about01 ul{
        font-size: 22px;
        line-height: 1.3;
    }
    .about01 ul li img{
        width: 33px;
        height: auto;
    }
    
}
@media screen and (max-width:640px){
    .about01{
        width: 100%;
        height: auto;
        display: block;
        padding-top: 0;
        padding-bottom: 15vw;
        background: none;
    }
    .about01 ul{
        font-size: 17px;
        line-height: 1.3;
    }
    .about01 ul li{
        text-indent: -35px;
        margin-left: 35px;
        margin-bottom: 10px;
    }
    .about01 ul li img{
        width: 28px;
        height: auto;
    }
    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 5px 10px;
        background-color: #fff;
        border-bottom: none;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    
}




/* お問い合わせ
-------------------------------*/

.toi_ttl{
    text-align: center;
    font-size: 38px;
    line-height: 1.4;
    color: #305ba1;
    font-weight: 500;
    margin-bottom: 100px;
}
.toi_cont01 .txt1{
    font-size: 20px;
    line-height: 1.8;
}

.mailform{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    border-collapse: separate;
    border-spacing: 15px 10px; /* 左右、上下 */

}
.mailform th{
    width: 250px;
    vertical-align: top;
    padding-top: 8px;
    font-size: 18px;
}
.mailform th div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mailform th .hissu{
    display: inline-block;
    width: 4em;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    border: solid 1px #475474;
    border-radius: 10px;
    padding-bottom: 2px;
}
.mailform td{
    width: calc(100% - 250px);
}
.mailform td.add{
    padding-left: 15px;
}
.mailform td.add label:not(:last-child){
    margin-right: 2em;
}


.length_l{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: none;
}
.length_m{
    width: 100%;
    max-width: 340px;
    padding: 10px;
    background-color: #fff;
    border: none;
}
.naiyou{
    width: 100%;
    height: 220px;
    padding: 10px;
    background-color: #fff;
    border: none;
    resize: vertical;
}
.toi_cont01 .txt2{
    text-align: center;
    margin-bottom: 30px;
}
.toi_cont01 .txt2 p a{
    text-decoration: underline;
}
.toi_cont01 .txt2 p a:hover{
    text-decoration: none;
}
.toi_cont01 .txt2 .check{
    margin-top: 30px;
}
.toi_cont01 .txt3{
    text-align: center;
}
.btn_sousin{
    width: 360px;
    height: 60px;
    background-color: #305ba1;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.btn_sousin:hover{
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;

}
.toi_cont02{
    padding-top: 140px;
}
.toi_cont02 .txt4{
    text-align: center;
}
.toi_cont02 .txt4 p{
    display: inline-block;
    text-align: left;
}

@media screen and (max-width:910px){

    .toi_ttl{
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 60px;
    }
    .toi_cont01 .txt1{
        font-size: 16px;
        line-height: 1.8;
    }
    .mailform th{
        width: 220px;
        vertical-align: top;
        padding-top: 8px;
        font-size: 16px;
    }
    .mailform td{
        width: calc(100% - 220px);
    }
    .toi_cont02{
        padding-top: 100px;
    }

}
@media screen and (max-width:640px){
    .toi_ttl{
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 40px;
    }
    .toi_cont01 .txt1{
        font-size: 14px;
        line-height: 1.8;
    }
    .mailform {
        margin-top: 20px;
        margin-bottom: 20px;
        border-spacing: 0 15px;
    }
    .mailform th{
        display: inline-block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .mailform td{
        display: inline-block;
        width: 100%;
    }
    .mailform th.ar{
        text-align: left;
    }
    .mailform th div{
        justify-content: flex-start;
    }
    .mailform th .hissu{
        order: 2;
        margin-left: 10px;
    }
    .toi_cont01 .txt2 p{
        text-align: left;
    }
    .toi_cont01 .txt2 p br{
        display: none;
    }
    .toi_cont01 .txt2 .check{
        margin-top: 10px;
    }
    .btn_sousin{
        width: 90%;
        max-width: 200px;
        height: 50px;
        font-size: 16px;
    }
    .toi_cont02{
        padding-top: 80px;
    }
    
}






/* オプション
-------------------------------*/
.opt_cont01{
    padding-bottom: 50px;
}
.opt_ttl{
    text-align: center;
    font-size: 50px;
    line-height: 1.4;
    color: #305ba1;
    font-weight: 500;
    margin-bottom: 90px;
}
.opt_item{
    width: 100%;
    margin-bottom: 70px;
}
.opt_item .txt1{
    width: 330px;
}
.opt_ttl_2{
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10px;
}
.opt_item .txt2{
    width: calc(100% - 330px);
}
.opt_item .txt2 p{
    margin-bottom: 30px;
}
.opt_item .txt2 .btn_ao a{
    margin-left: auto;
}

.opt_point_list{
    width: 100%;
}
.opt_point_list details{
    width: 24%;
}
.opt_point_list details  summary{
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 60px 20px 15px;
    background-image: url(../img/common/cat_off.png);
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #305ba1;
}
.opt_point_list details[open] summary{
    background-image: url(../img/common/cat_on.png);
}
.opt_point_list details p{
    margin-top: -10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px ;
    min-height: 360px;
}

@media screen and (max-width:1350px){
    .opt_ttl{
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 60px;
    }
    
    .opt_point_list{
        max-width: 860px;
        margin: auto;
    }
    .opt_point_list details{
        width: 49%;
        max-width: 420px;
        margin-bottom: 20px;
    }
    .opt_point_list details p{
        min-height: initial;
        min-height: auto;
    }
    
}

@media screen and (max-width:910px){
    .opt_cont01{
        padding-bottom: 30px;
    }
    .opt_ttl{
        font-size: 35px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .opt_item{
        margin-bottom: 50px;
    }
    .opt_item .txt1{
        width: 100%;
        margin-bottom: 30px;
    }
    .opt_ttl_2{
        display: inline-block;
        font-size: 30px;
        line-height: 1.4;
        margin-right: 10px;
    }
    .opt_ttl_3{
        display: inline-block;
    }

    .opt_item .txt2{
        width: 100%;
    }
    .opt_item .txt2 .btn_ao a{
        margin: auto;
    }

}
@media screen and (max-width:640px){
    .opt_ttl{
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .opt_ttl_2{
        font-size: 22px;
        line-height: 1.4;
    }
    .opt_point_list details{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .opt_point_list details  summary{
        height: 70px;
        padding: 10px 30px 10px 15px;
        background-size: 15px auto;
        background-position: calc(100% - 10px) center;
        font-size: 16px;
        line-height: 1.2;
    }
    
}





/* プライバシーポリシー
-------------------------------*/

.policy_list dt{
    font-size: 22px;
    line-height: 1.4;
    color: #305ba1;
    font-weight: 500;
    margin-bottom: 10px;
}
.policy_list dd{
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 50px;
}
.policy_list dd.reg{
    font-weight: 400;
}

.policy_list dd .sub{
    margin-left: 1em;
}
@media screen and (max-width:640px){
    .policy_list dt{
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .policy_list dd{
        font-size: 13px;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 30px;
    }

}



/* 駐車場ラインの施工における弊社の特徴
-------------------------------*/

.bg_ao{
    background-color: #cfe1e6;
}

.tok_process dt{
    font-weight: 500;
} 
.tok_process dd{
    margin-bottom: 20px;
} 
@media screen and (max-width:640px){

    .toku_cont{
        padding-top: 40px;
        padding-bottom: 40px;
    }

}







/* layout */
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.60;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width:1100px;
        margin:auto;
    }

    [data-aos^="fade"][data-aos^="fade"]{
        opacity: 1;
        transform: translateZ(0);
    }



}







