@charset "UTF-8";
body {font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Osaka, Arial, Helvetica, sans-serif;}


.kvbtn {
    margin-top: -40px;
    z-index: 2000;
    position: relative;
    }
@media (max-width: 1399.98px) {
    .kvbtn {margin-top: -30px;}
    }

@media (max-width: 991.98px) {
    .kvbtn {margin-top: -25px;}
    }

@media (max-width: 575.98px) {
    .kvbtn {margin-top: -20px;}
    }

.infolist { border: solid 1px;
padding: 3px 10px;}

@media screen and (min-width: 768px){
    .br-md {display: none; line-height: initial; }
    }
@media screen and (min-width: 575.98px){
    .br-md-2 {display: none; line-height: initial; }
    }
@media (max-width: 575.98px) {
    .clearbr-sm {display: none;}
    }

.disp_mv_pc {display: block;}

@media (max-width: 991.98px) {
    .disp_mv_pc {display: none;}
    }

.disp_mv_sp {display: none;}

@media (max-width: 991.98px) {
    .disp_mv_sp {display: block;}
    }


/*Contact details*/
.inq_wrap {
display: flex;
flex-direction: row;
justify-content: center;
color: #000;
margin: 40px auto 60px;
}

.inq_wrap .box-a {
flex-grow: 1;
align-self: center;
position: relative;
line-height: 1.5;
margin-right: 2em;
text-align: right;
font-size: 24px;
font-weight: bold;
color: #005386;
}

.inq_wrap .box-a::after {
position: absolute;
top: 0;
left: 100%;
margin: 0 1em;
content: "";
width: 1px;
height: 100%;
background-color: #333;
}

.inq_wrap .box-b {
flex-grow: 1;
align-self: center;
line-height: 1.5;
text-align: left;
margin-top: 0;
font-size: 20px;
font-weight: normal;
}
.inq_wrap .box-b .bold_title{
font-weight: bold;
}

@media screen and (max-width: 575.98px) {
.inq_wrap {
flex-direction: column;
margin: 10px auto 35px;
}
.inq_wrap .box-a {
align-self: auto;
margin-right: 0;
text-align: left;
font-size: 20px;
}

.inq_wrap .box-a::after {
position: absolute;
top: 0;
left: 0;
margin: 2.1em 0 0;
content: "";
width: 100%;
height: 1px;
}

.inq_wrap .box-b {
align-self: auto;
margin-top: 1.5em;
font-size: 16px;
}
}
/*Contact details*/
