@charset "utf-8";

body{
min-width: 375px;
overflow: hidden;
}
    
img{
max-width: 100%;
height:auto;
}

input[type="checkbox"],
input[type="radio"]{
border: 1px solid #ccc;
}

input[type="submit"],
input[type="text"]{
-webkit-appearance: none;
}

.w320_only,
.pc_only{display:none !important;}
.sp_only{display:block;}


@media screen and (min-width: 414px) {/*-----------------------------*/
.sp_only.w414{
display: none;
}


}/*-----------------------------*/

a.no_sp{
pointer-events: none;
}

.left{float: none;}
.right{float: none;}

.mb0_sp,
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:8px;}
p.mb10,
.mb15{margin-bottom:10px;}
.mb20{margin-bottom:15px;}
.mb25{margin-bottom:18px;}
.mb30{margin-bottom:20px;}
.mb35{margin-bottom:22px;}
.mb40{margin-bottom:25px;}
.mb50{margin-bottom:25px;}
.mb60{margin-bottom:30px;}

.mb70{margin-bottom:30px;}
.mt_15{margin-top:-15px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt10{padding-top:10px;}
.pt20{padding-top:10px;}
.pt25{padding-top:15px;}
.pt30{padding-top:15px;}
.pt35{padding-top:20px;}
.pt40{padding-top:20px;}
.pt45{padding-top:25px;}
.pt50{padding-top:25px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:10px;}
.pb30{padding-bottom:15px;}
.pb40{padding-bottom:20px;}
.pb45{padding-bottom:25px;}
.pl10{padding-left:10px;}

.txt11{ font-size:10px; }
.txt12{ font-size:11px; }
.txt13{ font-size:12px; }
.txt14{ font-size:13px; }
.txt16{ font-size:15px; }
.txt17{ font-size:15px; }
.txt18{ font-size:16px; }
.txt19{ font-size:17px; }

.txt19sp,
.txt20{ font-size:18px; }
.txt22{ font-size:18px; }
.txt23{ font-size:19px; }
.txt24{ font-size:19px; }
.txt25{ font-size:20px; }
.txt26{ font-size:21px; }
.txt27{ font-size:21px; }
.txt28{ font-size:22px; }
.txt32{ font-size:24px; }
.txt36{ font-size:28px; }

.sptL,
.tLsp{
text-align: left!important;
}

.tCsp{
text-align: center;
}

.sp_only{display:block;}

.a_link{
padding-top: 30px !important;
margin-top: -30px !important;
}

.ls0{
letter-spacing: 0;
}

.txt120 {
font-size: 120%;
}

.img{
display: block;
text-align: center;
}

.w94sp .img.sp100{
width: 106%;
margin-left: -3%;
margin-right: -3%;
}

p{
line-height: 1.64;
font-size:15px;
letter-spacing: 0.3px;
}

.justify.sp{
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
   -ms-flex-pack:space-between;
     justify-content:space-between;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.scroll_x{
overflow-x: scroll;
}

.scroll_x::-webkit-scrollbar{height:10px;}/*バーの太さ*/
.scroll_x::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.scroll_x::-webkit-scrollbar-thumb{background:#999;
border-radius: 5px;}/*バーの色*/

.scroll_x::-webkit-scrollbar-track-piece {
background: #dddddd;
}

.scroll_x img{
max-width: none;
}


/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/

/*
#container{
text-align:center;
overflow:hidden;
}*/

#main{
/*padding-bottom: 70px;*/
}

#service #main,
#business #main{
padding-bottom: 0;
}

#index #main{
padding-bottom: 0px;
}

#main_contents {
	/zoom: 1;	
clear:both;
}

.box1000{
max-width:100%;
margin-left:auto;
margin-right:auto;
}

.w94sp{
width:94% !important;
margin-left:auto;
margin-right:auto;
}

.box90,
.w90sp{
width:92% !important;
margin-left:auto;
margin-right:auto;
}

.box96{
width:96%;
margin-left:auto;
margin-right:auto;
}

#main article,
#main li{
position: relative;
}

a.more{
position: absolute;
top:0;
bottom:0;
right:0;
left:0;
cursor: pointer;
text-indent:-9999px;
z-index: 999;
 -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a.more:hover{
background-color: rgba(255,255,255,0.2)
}

a.more:hover{
background-color: rgba(255,255,255,0.3);
}

.waku a.more:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
 box-sizing: border-box;
display: block;
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0 solid #00479d;
transition: .3s;
}

.waku a.more:hover::after {
border-width: 4px;
}

.scroll_wrap{
overflow-x: scroll;
}

.scroll_wrap img{
max-width: none;
}

.scroll_wrap::-webkit-scrollbar {
  height: 10px;
}

.scroll_wrap::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}

.scroll_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
/*----------------------------------------------------
	tit
----------------------------------------------------*/


.stit01{
padding: 12px 0 12px 12px;
line-height: 1.4;
border-top: 1px solid #ccc;
border-bottom: 2px solid #014e9a;
font-size:19px;
text-align: left;
margin:0 auto 10px;
letter-spacing: 1px;
background: rgb(237,237,237);
background: -moz-linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(254,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(254,255,255,1) 100%);
background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(254,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#feffff",GradientType=1);
}

.stit03{
position: relative;
padding: 11px 20px;
line-height: 1.4;
border-bottom: 1px solid #ccc;
border-left: 3px solid #014e9a;
font-size:18px;
text-align: left;
margin:0 auto 18px;
letter-spacing: 1px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(244,243,243,1) 95%, rgba(255,255,255,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(244,243,243,1) 95%,rgba(255,255,255,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(244,243,243,1) 95%,rgba(255,255,255,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.stit03{
font-size:18px;
}

.stit01.mb15{
margin-bottom: 10px;
}


.stit02{
background: #eaf2fa;
height:46px;
text-align: center;
line-height:46px;
font-size:19px;
}

.stit02 img{
max-height: 24px;
vertical-align: middle;
}

.stit_bb {
color: #014e9a;
font-size: 18px;
border-bottom: 1px solid #ccc;
line-height: 1.5;
padding: 0 7px 7px 37px;
position: relative;
margin-bottom: 12px;
}

.stit_bb i {
font-family: 'Domine', serif;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background: #014e9a;
color: #fff;
font-size: 18px;
width: 27px;
line-height: 27px;
height: 27px;
border: 2px solid #5e9ad6;
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
text-align: center;
font-weight: normal;
}

a.more{
position: absolute;
top:-1px;
bottom:-1px;
right:-1px;
left:-1px;
cursor: pointer;
text-indent:-9999px;
z-index: 999;
 -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a.more:hover{
background-color: rgba(255,255,255,0.3);
}

.btn02.tC,
.btn01.tC{
text-align: center !important;
}

.btn01 a{
text-align: left;
display: inline-block;
cursor: pointer;
color:#fff;
font-size:15px;
letter-spacing: 0.4px;
font-weight: bold;
line-height: 48px;
background: #ffaf3c;
min-width: 280px;
max-width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative;
z-index: 99;
padding: 0 15px 0 42px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#index01 .btn01  a span{
min-width: 230px;
}


.btn01.blue{
margin-bottom: 20px;
}

.btn01.blue a{
background: #4d84ba;
min-width: 320px;
}

/*
.btn01.a02 a{
padding: 0 25px 0 64px;
}

.btn01.a03 a{
padding: 0 25px 0 105px;
}*/

.btn01 a:before {
display: block;
content: " ";
width: 20px;
height: 20px;
bottom:0;
top:0;
left: 14px;
margin: auto;
position: absolute;
background: url(/img/common/btn01_ar.png) 50% 50% no-repeat;
background-size: 20px auto;
}

/*
.btn01.dl a:before{
left:315px;
}

.btn01.a02 a:before {
left: 25px;
}

.btn01.a03 a:before {
left: 54px;
}*/

.btn01 a:after {
display: block;
content: " ";
width: 46px;
height: 66px;
bottom:0;
right: 10px;
margin: auto;
position: absolute;
background: url(/img/common/btn01_a04.png) 50% bottom no-repeat;
background-size: 46px auto!important;
}

.btn01.a01 a:after {
background: url(/img/common/btn01_a01.png) 50% bottom no-repeat;
}

.btn01.a02 a:after {
background: url(/img/common/btn01_a02.png) 50% bottom no-repeat;
}

.btn01.a03 a:after {
right: 7px;
background: url(/img/common/btn01_a03.png) 50% bottom no-repeat;
background-size: 48px auto!important;
}

.btn02 a:hover,
.btn01 a:hover{
opacity: .8;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

.btn02 a{
text-align: center;
display: inline-block;
cursor: pointer;
color:#fff;
font-size:16px;
letter-spacing: 1.6px;
font-weight: bold;
line-height: 42px;
background: #ffaf3c;
width: 280px;
max-width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative;
z-index: 99;
padding: 0 15px 0;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.btn02 a span{
background: url(/img/common/btn01_ar.png) right 50% no-repeat;
background-size: 20px auto;
padding-right: 36px;
}

h4.txt18{
font-size:17px;
}

.check01 li{
font-size:17px;
font-weight: bold;
padding-left: 25px;
background: url(/img/common/check.png) 0px 3px no-repeat;
background-size: 18px auto;
margin-bottom: 6px;
}

#m06 .check01 li .price{
/*text-align: right;*/
display: block;
}

.check01.txt16 li{
font-size:15px;
margin-bottom: 4px;
}

.check02 li{
font-size:16px;
padding-left: 25px;
background: url(/img/common/check.png) 0px 3px no-repeat;
background-size: 18px auto;
margin-bottom: 5px;
line-height: 1.4;
}

a.btn_map {
background: #d94277;
color:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size:14px;
line-height: 26px;
padding: 0 12px;
margin-top: 5px;
}

.marker{
background: linear-gradient(transparent 1%, #fffcbd 0%);
padding:4px 2px;
}

.marker01{
background: linear-gradient(transparent 10%, #fffef0 0%);
padding:2px 2px;
}

.marker02{
background: linear-gradient(transparent 40%, #dceefb 0%);
padding:2px 2px;
}

.il {
display:inline;
}


.table01{
width:100%;
font-size:15px;
background: #fff;
}

.table01 th{
padding: 8px 12px;
border: 1px solid #ccc;
vertical-align: middle;
}

.table01 td{
background: #fff;
padding: 8px 12px;
border: 1px solid #ccc;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.tagline h1,
.tagline p{
font-size:8px;
position: relative;
z-index: 999;
font-weight: normal;
position: absolute;
top:3px;
right:2px;
left:114px;
margin: auto;
}

.tagline{
border-bottom: 1px solid #ccc
}

header{
width:100%;
z-index: 9999;
position: fixed;
top:0;
}

#header{
height:84px;
}

header .logo_box{
background: #014e9a;
display: block;
/*position: absolute;
top: 50%;
left:0;
margin: auto;*/
text-align: center;
margin-right: 267px;
height:84px;
max-width:106px;
padding:8px 8px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

header .logo_box a{
height:84px;
display: block;
text-align: center;
width:100%;
}

header .logo_box a img{
height:66px;
vertical-align: middle;
}

.guide_navi{
position: absolute;
top: 20px;
right:0;
margin: auto;
font-size:0;
}

.guide_navi{
padding-right: 8px;
padding-left: 3px;
}

.guide_navi li{
display: inline-block;
width:59px;
height:57px;
margin-left: 5px;
}

.guide_navi li img{
height:57px;
width:auto;
}

/*----------------------------------------------------
	nav
----------------------------------------------------*/

/*--- スマホメニュー-----------*/

#gnavi{
position: absolute;
width: 100%;
overflow: visible;
min-height: 100vh;
pointer-events: none;
/*top: 54px;*/
z-index: 9999;
left:0;
right:0;
top:0;
}

.pc_nav{
display: none;
}

/*
#gnavi .menu_open{
position: fixed;
width:100%;
z-index: 9999;
}*/

.menu_open .menu_head{
position: absolute;
top:0;
left:0;
right:0;
height:84px;
margin: auto;
}

#gnavi .guide_navi {
top: 15px;
}

#gnavi .menu_open{
background: #fff;
display: none;
position: fixed;
top:0;
z-index: 9999;
width:100%;
pointer-events: all;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#gnavi .menu_open .scroll_area{
overflow-y:scroll;
height: 90vh;
margin-top: 84px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#gnavi .menu_open ul.w50{
width:100%;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
   -ms-flex-pack:space-between;
     justify-content:space-between;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

#gnavi ul.w50 li{
text-align: left;
width:50%;
margin: 0;
border-top: 1px solid #313131;
position: relative;
}

#gnavi ul.w50 li.br1{
border-right: 1px solid #313131;
}

#gnavi ul li.w100sp{
width:100%;
border-right:none !important;
}

#gnavi ul.w50 li a{
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
display: block;
font-weight: bold;
padding: 8px 0 8px 13px;
font-size:14px;
background: #fff;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#gnavi ul.w50 li.l2 a{
padding: 7px 0 7px 18px;
}

#gnavi ul.pa li .acc a{
margin-right: 40px;
z-index: 99;
}

#gnavi ul.w50 .child li{
border-top: 1px solid #313131;
width:100%;
}

#gnavi ul.w50 .child li:nth-child(even){
border-right: none;
}

#gnavi li .acc a{
pointer-events: none;
}

#gnavi li .acc .child a{
pointer-events: all;
}

#gnavi .child p,
#gnavi .child .img{
display: none;
}

#gnavi ul.child{
background: #fff;
}

#gnavi .child li:last-child{
border-bottom: none;
}

#gnavi .child li.no_bb{
border-bottom: 0;
}

#gnavi ul.w50 .child li a{
background: #fff;
padding: 7px 0 7px 35px;
}

#gnavi li span.acc{
display: block;
cursor: pointer;
width: 42px;
height: 42px;
position: absolute;
top:0;
right:0;
margin: auto;
z-index: 999;
}

#gnavi .sp_nav li span.acc:before {
display: block;
content: "＋";
position: absolute;
top:0;
right:0;
width: 42px;
height: 42px;
color:#333;
text-align: center;
line-height: 42px;
font-size:18px;
font-weight: normal;
/*border-left:1px solid #ccc;*/
}

#gnavi li span.acc.active:before {
content: "ー";
}

#gnavi .inq_btn {
padding-top: 14px;
padding-bottom: 14px;
background: #014f9a;
}

#gnavi .inq_btn li{
background: #fff;
display: block;
margin:0 auto 16px;
width: 90%;
padding: 10px 0 12px;
text-align: center;
}

#gnavi .inq_btn li:last-child{
margin:0 auto 0;
}

#gnavi .inq_btn li a.tel {
font-size: 24px;
line-height: 1.2;
padding-left: 25px;
font-weight: bold;
background: url(/img/common/sp/inq_mobile.png) left 52% no-repeat;
background-size: 22px auto;
}

#gnavi .inq_btn li a.mail {
border-top: 4px solid #fff;
background: #003466;
color: #fff;
text-align: center;
line-height: 45px;
display: inline-block;
width: 270px;
}

#gnavi .inq_btn{
padding-top: 16px;
padding-bottom: 16px;
}

#gnavi .menu_open .logo{
background: #014f9a;
padding: 0 20px 30px;
text-align: center;
}

#gnavi .menu_open .logo a{
color:#fff;
font-size:18px;
letter-spacing: 1.5px;
font-weight: bold;
}

#gnavi ul .time{
font-size:14px;
}

/*----------------------------------------------------
	#breadcrumb
----------------------------------------------------*/

.breadcrumb{
position: relative;
padding: 3px 3%;
margin-bottom:4px;
}

.breadcrumb ol{
text-align:left;
line-height: 1.4;
}

.breadcrumb ol li{
display:inline;
font-size:12px;
}

.breadcrumb ol li span{
display: inline;
}

.breadcrumb ol li:before{
content: ">";
}

.breadcrumb ol li:first-child:before{
display: none;
}

.breadcrumb ol li a{
color:#333;
display: inline;
font-weight: normal;
text-decoration: none;
}

.breadcrumb ol li a:hover span{
text-decoration: underline !important;
}

.breadcrumb ol li img{
vertical-align: middle;
padding-bottom: 2px;
}

/*----------------------------------------------------
	index
----------------------------------------------------*/

#main_img{
margin: 0 auto 55px;
width:100%;
/*height:520px;*/
}


#index01{
padding-bottom: 20px;
}

#service .bnr01,
#index01 .bnr01{
margin: 12px auto;
}

#index01 .btn li{
width:280px;
margin: 0 auto 17px;
text-align: center;
}

#index01 .txt_box{
padding-top: 15px;
margin-bottom: 10px;
}

#index02{
margin-bottom: 30px;
}

#index02 .stit_bg{
margin-bottom: 15px;
}

#index02 .stit_bg h3{
display: none;
}

#index02 .stit_bg .check{
display: none;
}

#index02 .img_wrap h3 img{
height:auto;
max-height: 130px;
}

#salary02 .point li,
#first .point li,
#feature .point li,
#index02 .point li{
font-size:17px;
background: #f4f9fd;
padding: 6px 10px 6px 40px;
margin-bottom: 8px;
overflow: visible;
line-height: 1.7;
}

#salary02 .point li,
#first .point li{
padding: 13px 10px 10px 40px;
}

#salary02 .point li p,
#first .point li p{
font-size:15px;
font-weight: normal;
}

#feature .point li:hover{
background: #fffef0;
}

#feature .point li a:hover{
color: #333;
}

#salary02 .point li i,
#first .point li i,
#feature .point li i,
#index02 .point li i{
font-size:16px;
color:#fff;
width:22px;
height: 22px;
text-align: center;
display: inline-block;
line-height: 22px;
font-family:sans-serif;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #014e9a;
border: 2px solid #619dd8;
position: absolute;
top:0;
bottom:0;
left:7px;
margin: auto;
}
#salary02 .point li i,
#first .point li i{
top:12px;
left:8px;
bottom: auto;
margin: auto;
}

#salary02 .point li .nowrap{
letter-spacing: 0;
}

.voice_waku{
border: 2px solid #c2dffc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #fff;
padding: 10px 14px 14px;
margin-bottom: 14px;
background: #fffff7;
}

.voice_waku .stit_wrap{
border-bottom: 1px solid #ccc;
color:#014e9a;
padding-bottom: 12px;
margin-bottom: 14px;
}

.voice_waku i{
color:#fff;
width:60px;
height: 20px;
text-align: left;
display: inline-block;
line-height: 19px;
padding-top: 2px;
padding-left: 17px;
background:url(/img/common/i_nav01.png) 4px 43% no-repeat #014e9a;
background-size: 10px auto;
position: absolute;
letter-spacing: 0.5px;
top:2px;
left:0;
margin: auto;
font-family: 'Bebas Neue', cursive;
font-size:13px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.voice_waku .stit_wrap h3{
padding-left: 69px;
font-size:17px;
}

.voice_waku .stit_wrap span.right{
padding-top: 2px;
font-size:14px;
font-weight: bold;
text-align: right;
display: block;
}

.voice_waku .stit_wrap span.right.mt_{
margin-top: -22px;
}

.voice_waku span.txt{
display: block;
}

.voice_waku .inline_wrap.left{
display: block!important;
height:0;
padding-top:55%;
position: relative;
overflow: hidden;
border: 1px solid #ccc;
margin-bottom: 14px;
}

.voice_waku .inline_wrap.left iframe{
display: block;
height:100%;
width:100%;
top: 0;
left: 0;
position: absolute;
}

.voice_waku .img.right,
.voice_waku .img.left{
margin-bottom: 16px;
display: block!important;
}

.inbox{
padding: 0 28px 0;
}

.archive .inbox{
padding: 0 0 0;
}

.waku01 .inbox{
padding: 14px 16px 33px;
text-align: left;
}

.waku01 .inbox .btn01 a{
width:100%;
}

.inbox.waku02{
padding: 25px 28px ;
border: 1px solid #ccc;
}

.waku01{
border: 1px solid #ccc;
}
/*
.btn01.v2 a{
padding: 0 25px 0 102px;
}

.btn01.v2 a:before {
left: 50px;
}
*/

.btn01.v2 a:after{
background-size: 40px auto !important;
}


#btn_faq{
background: url(/img/common/bg_aqua.png);
margin: 25px auto;
}

#btn_faq:before {
display: block;
content: "";
width:100% ;
height:100% ;
top: 0;
bottom:0;
left: 0;
right: 0;
margin: auto;
position: absolute;
border: 4px solid #73b1ee;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#btn_faq a{
position: relative;
z-index: 999;
}

#btn_90min{
margin: 10px auto;
-webkit-box-shadow: 0px 0px 1px #999;
-moz-box-shadow: 0px 0px 1px #999;
box-shadow: 0px 0px 1px #999;
}

#btn_90min.m10{
margin: 10px auto 20px;
}

#index .search_box h5{
margin-bottom: 7px;
font-size:15px;
}

.search_btn{
height: 38px;
box-sizing: border-box;
display: inline-block;
-webkit-box-shadow: 1px 1px 3px #ccc;
-moz-box-shadow: 1px 1px 3px #ccc;
box-shadow: 1px 1px 3px #ccc;
}

.search_btn input[type="text"]{
background: #fff;
border: none;
height: 38px;
color:#c2c2c2;
font-size:16px;
width:13em;
padding-left: 10px;
max-width: 100%;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
}

.search_btn input[type="text"]:focus {
outline: 0;
}

.search_btn input[type="submit"]{
cursor: pointer;
font-family: FontAwesome;
border: none;
font-size:21px;
background: #434e54;
color: #fff;
outline : none;
width: 62px;
height: 40px;
}

.search_box .keyword{
font-size:0;
margin: 20px auto 20px;
}

.search_box .keyword h6{
font-size:14px;
margin-right: 12px;
font-weight: bold;
display: inline-block;
}

.search_box .keyword a{
font-size:14px;
letter-spacing: 1px;;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
background: #efefef;
padding: 1px 13px 0;
display: inline-block;
margin-bottom: 10px;
}

.search_box .keyword a:hover{
background: #d5e9fc;
}

.search_box .keyword span{
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
}

.search_box .keyword span:last-child{
margin-right: 0;
}

h4.bg_aqua{
background: none;
line-height: 18px;
position: relative;
margin-bottom: 0;
}

h4.bg_aqua img{
height: 28px;
position: relative;
z-index: 2;
}

h4.bg_aqua::before {
display: block;
content: "";
width:100% ;
height:14px ;
top: 7px;
left: 0;
right: 0;
margin: auto;
position: absolute;
background: url(/img/common/bg_aqua.png) ;
z-index: 1;
}

.no_result p{
text-align: center;
padding: 70px 20px;
}

.bg_cream.box03 h4.bb,
.bg_cream.box02 h4.bb {
border-bottom: 1px solid #ccc;
margin-bottom: 15px;
padding: 0 5px 5px;
}

.bg_cream.box02,
.bg_cream.box03 {
    padding: 15px 15px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bg_cream.box03 .check01 li{
font-size:15px;
background-size:20px auto;
margin-bottom: 4px;
}

#sidebar{
width:86%;
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#sidebar .side_bnr{
text-align: center;
}

#sidebar .side_bnr li{
margin-bottom: 15px;
}

#sidebar .side_bnr li.mb14{
margin-bottom: 14px;
}

#sidebar .side_bnr p.txt14{
margin-top: 10px;
text-align: left;
}

.inline_wrap{
display: block;
height:0;
padding-top:55%;
position: relative;
overflow: hidden;
margin-bottom: 14px;
}

.inline_wrap iframe{
display: block;
height:100%;
width:100%;
top: 0;
left: 0;
position: absolute;
}


/*----------------------------------------------------
	cms
----------------------------------------------------*/

#primary{
margin-bottom: 15px;
margin-top: 40px;
}

#faq #primary,
#voice #primary,
.archive #primary,
.single #primary{
padding: 0 3% 20px;
}

#faq01{
margin-bottom: 30px;
}

#faq01 .txt01{overflow: visible;}

#faq01 .txt01 span{
position: relative;
margin: 10px 0 10px;
overflow: visible;
display: block;
}

#faq01 .txt01 span::before {
display: block;
content: "";
width: 64px;
height: 100px;
top: -30px;
right: 0;
margin: auto;
position: absolute;
background: url(/img/faq/img_makino.png) right 50% no-repeat;
background-size:64px auto;
}


#faq .q_tit,
#faq .q_list li{
background: #f4f9fd;
padding:14px 10px;
font-weight: bold;
position: relative;
font-size:16px;
min-height: 65px;
box-sizing: border-box;
margin-bottom: 10px;
}

#faq .q_list li{
margin-bottom: 20px;
}

#faq .q_tit{
margin-bottom: 15px;
}

#faq .q_tit i,
#faq .q_list li i{
letter-spacing: 1px;
position: absolute;
top: 15px;
left:13px;
margin: auto;
display: inline-block;
color:#fff;
font-family: 'Montserrat', sans-serif;
font-size:17px;
background: #d94277;
line-height: 36px;
width:36px;
text-align: center;
}

#faq .q_tit h1 b,
#faq .q_list li h4 b{
color:#d94277;
}

#faq .q_tit .btn,
#faq .q_list li .btn{
display: block;
padding-top: 14px;
text-align: center;
}

#faq .q_tit .btn,
#faq .q_list li .btn img{
height:43px;
}

#faq .q_list li h4{
margin-left:50px;
padding-top: 4px;
}

#faq .q_tit h1{
font-size:18px;
margin-left:50px;
padding-top: 4px;
}

#faq .post_content.a_txt:before {
display: block;
content: "A";
line-height: 36px;
width:36px;
height: 36px;
top: 0;
left: 14px;
text-align: center;
margin: auto;
position: absolute;
background: #014e9a;
font-family: 'Montserrat', sans-serif;
font-size:17px;
color:#fff;
}

#faq .post_content{
}

#faq .post_content .txt_box{
padding-left: 60px;
}

#faq .post_content .link01{
display: block;
overflow: hidden;
max-width: 400px;
width: 100%;
margin: 1em 0 20px;
padding: 0;
border-radius: 3px;
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,.25);
color: #555;
font-weight: bold;
text-decoration: none !important;
}

#faq .post_content .onayami_box{
background: #fcfbe5;
padding: 14px 18px;
margin-bottom: 20px;
}

#faq .post_content .onayami_box h4.stit_v{
font-size:20px;
}

#faq .post_content .onayami_box .txt_box02{
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 flex-direction:column;
}

#faq .post_content .onayami_box .txt_box02 .img{
display: block;
order: 2;
}

#faq .post_content .onayami_box .txt_box02 p{
order: 1;
margin-bottom: 10px;
}

#faq .post_content .btn_box{
margin:0 auto 20px;
width:80%;
}

#faq .post_content .link01 .txt {
display: block;
padding: 15px 13px;
line-height: 1.6;
}

#faq .post_content .stit_bg_blue{
background: #e9f2fb;
text-align: center;
font-size:18px;
line-height: 1.4;
padding: 8px;
margin:25px auto 18px;
}

#seminar_box .stit_blue.bg_gray{
background: #9c9c9c;
}

#seminar .cate_semi{
margin: 14px auto; 
}

.cate_semi{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: center;
   -ms-flex-pack: center;
     justify-content: center;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

#index .cate_semi{
margin: 14px auto 20px;
}
.cate_semi li{
margin: 6px 4px;
}

.cate_semi a{
min-width:9em;
line-height: 32px;
padding: 0 14px;
color:#fff;
font-size:16px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#seminar .cate_semi a{
min-width: 14em;
}



.cat_t a{
background: #014e9a !important;
}

.cat_s a{
background: #4d84ba !important;
}

.cat_f a{
background: #9b9b9b !important;
}

.semi_list li{
padding: 10px 0 10px ;
border-bottom: 1px solid #ccc;

}

.semi_list li.clm{
padding: 10px 0 10px ;
border-bottom: 1px solid #ccc;
}

#index .semi_list li:last-child{
border-bottom: none;
margin-bottom: 16px;
}

.semi_list li .date{
font-size:14px;
line-height: 18px;
padding-top: 10px;
font-feature-settings: "palt";
}

.semi_list .status{

}

#seminar_box .stit_blue{
font-size:18px;
color:#fff;
line-height: 40px;
background: #024e9a;
margin-bottom: 20px;
}

#seminar_box .stit_blue.gray{
background: #9c9c9c;
margin-bottom: 0px;
}

.status{
font-size:14px;
border: 1px solid #d94277;
color:#d94277;
background: #ffe6ef;
min-width: 6em;
text-align: center;
line-height: 18px;
font-weight: bold;
}

.status.finished{
color:#7b7b7b;
background: #e4e4e4;
border: 1px solid #ccc;
}

.semi_list li h4{
font-weight: bold;
padding-top: 4px;
}

.post_head{
background: #e9f2fa;
padding: 10px 20px;
margin-bottom: 14px;
}

.post_tit{
font-size:19px;
padding-top: 5px;
}

.post_head .name,
.post_head .cate a{
font-size:13px;
color:#fff;
background: #999;
min-width: 5em;
text-align: center;
line-height: 17px;
letter-spacing: 0.6px;
}

.post_head .date{
display: inline-block;
height: 18px;
font-size:14px;
padding-right: 4px;
}

#seminar .post_content{
padding: 0 5px ;
margin: 0 auto 30px;
min-height: 200px;
}

.post_content .btn02{
margin: 20px auto 20px;
}

.post_content .btn02 a {
width: 290px;
padding: 0 15px 0;
}


#faq .post_content .txt_box ul li {
  position: relative;
  padding-left: 1em;
}

#faq .post_content .txt_box ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}

#column .post_content{
margin: 0 auto 50px;
min-height: 200px;
}

#column .post_content .txt_box{
margin-bottom: 50px;
}

#column .post_content .txt_box ul{
list-style: initial;
/*border: 1px solid #ccc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding:18px 18px 13px;
margin-bottom: 1.5em;*/
}

#column .post_content .txt_box ul li{
position: static;
}

#column .post_content .txt_box ul li::after {
display: none;
  top: .5em;
  left: 1px;
  width: 8px;
  height: 8px;
  background-color: #014e9a;
  border-radius: 100%;
}

.post_content p,
.post_content a{
word-break : break-all;
}

#column .post_content .txt_box h3 > span:before,
#column .post_content .txt_box h2 > span:before{
display: block;
  height: 20px;
  margin-top: -20px;
  content: "";
}


#column .post_content .txt_box h2{
background: #e9f2fa;
font-size:22px;
padding: 10px 13px 10px 20px;
margin-bottom: 20px;
margin-top: 25px;
}

#column .post_content .txt_box h3{
border-bottom: 1px solid #ccc;
font-size:20px;
padding: 8px 13px 8px ;
margin-bottom: 20px;
margin-top: 25px;
}

#column .post_content .txt_box h4{
border-bottom: 1px solid #ccc;
font-size:18px;
padding: 8px 13px 8px ;
margin-bottom: 20px;
margin-top: 20px;
}

.single .lwptoc_i {
margin: 0px auto 0px;
width:100%;
font-size:24px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 15px 12px 10px 14px;
border: 1px solid #66aaed !important;
background: #fff !important;
border: 3px solid #66aaed;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.single .lwptoc_header {
padding-bottom: 10px;
margin-bottom: 18px;
border-bottom: 1px solid #ccc;
}

.single .lwptoc_header b{
font-size:18px;
}

.single .lwptoc_toggle {
display: none;
}

.single .lwptoc_itemWrap .lwptoc_item {
line-height: 1.2;
margin-bottom: 4px;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a{
position: relative;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a > .lwptoc_item_label{
padding-top: 5px;
padding-left: 37px;
display: inline-block !important;
}

.single .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: -2px 0 0 14px; 
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a > .lwptoc_item_number{
position: relative;
display: inline-block;
width:28px;
height:31px;
background: url(/img/column/01.png) 50% 50% no-repeat;
background-size: 28px auto;
text-indent:-9999px;
vertical-align: top;
margin-right: 8px;
position: absolute;
top:0;
left:0;
margin: auto;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(2) > a > .lwptoc_item_number{
background: url(/img/column/02.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(3) > a > .lwptoc_item_number{
background: url(/img/column/03.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(4) > a > .lwptoc_item_number{
background: url(/img/column/04.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(5) > a > .lwptoc_item_number{
background: url(/img/column/05.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(6) > a > .lwptoc_item_number{
background: url(/img/column/06.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(7) > a > .lwptoc_item_number{
background: url(/img/column/07.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(8) > a > .lwptoc_item_number{
background: url(/img/column/08.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(9) > a > .lwptoc_item_number{
background: url(/img/column/09.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(10) > a > .lwptoc_item_number{
background: url(/img/column/10.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(11) > a > .lwptoc_item_number{
background: url(/img/column/11.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(12) > a > .lwptoc_item_number{
background: url(/img/column/12.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(13) > a > .lwptoc_item_number{
background: url(/img/column/13.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(14) > a > .lwptoc_item_number{
background: url(/img/column/14.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(15) > a > .lwptoc_item_number{
background: url(/img/column/15.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(16) > a > .lwptoc_item_number{
background: url(/img/column/16.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child1(7) > a > .lwptoc_item_number{
background: url(/img/column/17.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(18) > a > .lwptoc_item_number{
background: url(/img/column/18.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(19) > a > .lwptoc_item_number{
background: url(/img/column/19.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(20) > a > .lwptoc_item_number{
background: url(/img/column/20.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(21) > a > .lwptoc_item_number{
background: url(/img/column/21.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(22) > a > .lwptoc_item_number{
background: url(/img/column/22.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(23) > a > .lwptoc_item_number{
background: url(/img/column/23.png) 50% 50% no-repeat;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a.lwptoc_item .lwptoc_item_label{
display: inline-block;
padding-top: 7px;}

.single .lwptoc_itemWrap .lwptoc_item a{
display: inline-block;
font-size:14px;
overflow: hidden;
padding-left: 24px;
line-height: 1.5;
}

.single .lwptoc_itemWrap .lwptoc_item a .lwptoc_item_label,
.single .lwptoc_itemWrap .lwptoc_item a .lwptoc_item_number {
display: inline;
}

.single .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a{
font-size:16px;
font-weight: bold;
padding-left: 0px;
line-height: 1.5;
min-height: 40px;
}



.single .lwptoc_itemWrap .lwptoc_item a{
text-decoration: none;
}

.single .lwptoc_itemWrap .lwptoc_item a span:hover.lwptoc_item_label{
text-decoration: underline;
}

.lwptoc .lwptoc_i A:hover,
.lwptoc .lwptoc_i A:focus,
.lwptoc .lwptoc_i A:active,
.single .lwptoc_itemWrap .lwptoc_item a:hover{
border-color:none !important;
text-decoration: none !important;
border-bottom:none !important;
}

.lwptoc-notInherit .lwptoc_i DIV A:hover{
border-bottom:1px solid!important;}

.single .lwptoc_itemWrap > .lwptoc_item{

}

.clm_list ul{

}

.clm_list li{
padding:20px 0px;
border-bottom: 1px solid #ccc;
}

.clm_list li .img{
float:left;
margin: 0 12px 10px 0;
border: 1px solid #ccc;
padding: 3px;
background: #fff;
display: inline-block;
width:42%;
height:92px;
overflow: hidden;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}


.clm_list li .img img{
width:100%;
height:84px;
object-fit: cover;
}

.clm_list li .more:hover{
background: rgba(150,150,150,0.1);
}

.clm_list li .txt{
clear: both;
}

/*
.clm_list li h4,
.clm_list li .date{
margin-left: 140px;
}*/


.clm_list li .txt span{
text-decoration: underline;
padding-left: 10px;
display: inline-block;
}

.date{
font-size:14px;
}

.top5_box{
margin: 0 -3%;
}

.top5_box .stit{
margin-bottom: 30px;
}

.top5_box .stit:before {
display: block;
content: "";
width:100% ;
height:30px ;
top: 0;
bottom:0;
left: 0;
right: 0;
margin: auto;
position: absolute;
background: #e9f2fa;
}

.top5_box .stit img{
position: relative;
z-index: 99;
height:40px;
}

.top5{
width:92%;
margin: 0 auto 5px;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
   -ms-flex-pack:space-between;
     justify-content:space-between;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.top5 li{
width:48.5%;
margin-bottom: 30px;
}

.top5 li:before {
display: block;
content: "";
width: 46px;
height:35px ;
top: -20px;
left: 10px;
margin: auto;
position: absolute;
background: url(/img/column/cr01.png) 50% 50% no-repeat;
z-index: 999;
}

.top5 li:first-child:before {
background: url(/img/column/cr01.png) 50% 50% no-repeat;
}

.top5 li:nth-child(2):before {
background: url(/img/column/cr02.png) 50% 50% no-repeat;
}

.top5 li:nth-child(3):before {
background: url(/img/column/cr03.png) 50% 50% no-repeat;
}

.top5 li:nth-child(3):before {
background: url(/img/column/cr03.png) 50% 50% no-repeat;
}

.top5 li:nth-child(4):before {
background: url(/img/column/cr04.png) 50% 50% no-repeat;
}

.top5 li:nth-child(5):before {
background: url(/img/column/cr05.png) 50% 50% no-repeat;
}

.top5 li .img{
border: 1px solid #ccc;
padding: 4px;
background: #fff;
position: relative;
display: inline-block;
width:100%;
height:110px;
overflow: hidden;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.top5 li .img img{
width:100%;
height:100px;
object-fit: cover;
font-family: 'object-fit: cover;'; /*IE対策*/
}

.top5 li .tit{
position: relative;
font-size:14px;
margin-top: 4px;
margin-bottom: 5px;
line-height: 1.45;
font-weight:bold;
}


/* movie */

.movie_list{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: flex-start;
   -ms-flex-pack:flex-start;
     justify-content:flex-start;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.movie_list li{
width:48%;
margin-bottom: 30px;
}
/*
#related_movie .movie_list li{
width:178px;
margin-right: 28.6px;
margin-bottom: 30px;
}

#related_movie .movie_list li:nth-child(4n),
.movie_list li:nth-child(3n){
margin-right: 0px;
}

#related_movie .movie_list li:nth-child(3n){
margin-right: 28.5px;
}*/

.movie_list li .img{
width:100%;
margin-bottom: 6px;
}

.movie_list li .img img{
width:100%;
height: 105px;
object-fit: cover;
}

@media screen and (max-width: 375px) {/*-----------------------------*/

.movie_list li .img img{
height: 94px;
}

}/*-----------------------------*/

.movie_list li .tit{
font-size:15px;
}

#movie .stit02 img{
height:20px;
padding-bottom: 2px;
}

/*
#related_movie .movie_list li .img img{
width:100%;
height: 104px;
}*/

.movie_wrap{
display: block;
width:100%;
height:0;
padding-top:55%;
position: relative;
overflow: hidden;
margin-bottom: 6px;
}

.movie_wrap iframe{
display: block;
height:100%;
width:100%;
top: 0;
left: 0;
position: absolute;
}

.single #btn_90min{
margin-left: -3%;
margin-right: -3%;
}

/* セミナー年別リスト */
.cate_year{
margin: 0 auto 34px;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: flex-start;
   -ms-flex-pack:flex-start;
     justify-content:flex-start;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.cate_year li{
width:31.2%;
margin: 10px 1%;
}

.cate_year li a{
display: block;
line-height: 38px;
border: 1px solid #ccc;
}

.past_link .btn02{
display: none;
}

.past_link .btn02:first-child{
display:block;
}

.cate_year.y2027 li.y2027 a,
.cate_year.y2026 li.y2026 a,
.cate_year.y2025 li.y2025 a,
.cate_year.y2024 li.y2024 a,
.cate_year.y2023 li.y2023 a,
.cate_year.y2022 li.y2022 a,
.cate_year.y2021 li.y2021 a,
.cate_year.y2016 li.y2016 a,
.cate_year.y2017 li.y2017 a,
.cate_year.y2018 li.y2018 a,
.cate_year.y2019 li.y2019 a,
.cate_year.y2020 li.y2020 a{
background: #f6f9fe;
}

#seminar #seminar_box{
margin-bottom: 30px;
}

/* voice */
#voice01{
margin-top: -20px;
margin-bottom: 30px;
}

.semi_list_clm3 > ul,
.voice_list > ul{
margin: 0px auto;
}

.semi_list_clm3 > ul > li,
.voice_list > ul > li{
margin-bottom: 18px;
vertical-align: top;
background: #fff;
min-height:92px;
padding-left: 140px;
}

.semi_list_clm3 > ul li .img,
.voice_list li .img{
position: absolute;
top:0;
left:0;
margin: auto;
border: 1px solid #ccc;
padding: 3px;
background: #fff;
display: inline-block;
width:125px;
height:92px;
overflow: hidden;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.semi_list_clm3 > ul .img a,
.voice_list li .img a{
display: block;
}

.semi_list_clm3 > ul li .img img,
.voice_list li .img img{
width:100%;
height:84px;
object-fit: cover;
font-family: 'object-fit: cover;'; /*IE対策*/
}

.semi_list_clm3 > ul li .txt_box,
.voice_list li .txt_box{
display: block;
vertical-align: top;
}

.semi_list_clm3 > ul li .tit,
.clm_list li .tit,
.voice_list li .tit{
position: relative;
font-size:15px;
margin-top: 4px;
line-height: 1.45;
font-weight:bold;
}

.semi_list_clm3 > ul li .tit a,
.voice_list li .tit a{
text-decoration: none;
}

.semi_list_clm3 .cate{
font-size:0;
}

.semi_list_clm3 .cate li{
display: inline-block;
margin: 0px 8px 8px 0;
}

.semi_list_clm3 .cate li a {
display: inline-block;
font-weight: bold;
font-size: 14px;
border: 1px solid #024e9a;
color: #024e9a;
padding: 0 7px;
background: #f9fcff;
min-width: 4em;
text-align: center;
line-height: 18px;
}

.semi_list_clm3 .cate li a:hover{
text-decoration: none;
}

.voice_list li .tit a:hover{
text-decoration: underline;
}

#voice .cate{
display: inline-block;
font-size: 0;
}

#voice .cate li{
display: inline-block;
font-size:12px;
}

#voice .name,
#voice .cate a{
display: inline-block;
text-align: center;
font-size:12px;
color:#fff;
background: #014e9a;
min-width: 4em;
box-sizing: border-box;
padding: 0 6px;
margin-right:8px;
line-height: 18px;
}

#voice .post_head .name,
#voice .post_head .cate a{
font-size:13px;
line-height: 19px;
padding: 1px 6px 0;
}

#voice li .cate a:hover{
text-decoration: none;
}

.voice_list li .date{
font-size:12px;
padding-right: 6px;
line-height: 18px;
display: block;
}

#voice .post_content .head_img{
text-align: center;
margin: 0 0 20px;
}

#voice .post_content .head_img td{
text-align: center;
vertical-align: middle;
}

#voice .post_content .head_img td.pdf{
width:400px;
background: #efefef;
}

#voice .post_content .head_img td.img01{
padding-left: 20px;
}

#voice .post_content .faq_wrap{
margin-bottom: 20px;
}

.faq_wrap{
background-image: linear-gradient(to right, #014e9a, #014e9a 3px, transparent 1px, transparent 1px);
background-size: 6px 1px;
background-position: bottom;
background-repeat: repeat-x;
margin-bottom: 38px;
}

dl.faq{
background-image: linear-gradient(to right, #014e9a, #014e9a 3px, transparent 1px, transparent 1px);
background-size: 6px 1px;
background-position: top;
background-repeat: repeat-x;
padding: 14px 0 16px;
}

dl.faq dt{
padding:0 0 0 25px;
font-weight: bold;
position: relative;
padding-left: 42px;
font-size:16px;
min-height: 30px;
box-sizing: border-box;
margin-bottom: 20px;
}

dl.faq dt i{
position: absolute;
top: 0;
left:0;
margin: auto;
display: inline-block;
color:#fff;
font-family: 'Montserrat', sans-serif;
font-size:17px;
background: #d94277;
line-height: 30px;
width:30px;
text-align: center;
}

dl.faq dd{
position: relative;
padding-left:42px;
}

dl.faq dd i{
position: absolute;
top: 0;
left:0;
margin: auto;
color:#fff;
font-family: 'Montserrat', sans-serif;
background: #014e9a;
line-height: 30px;
width:30px;
font-size:17px;
text-align: center;
}

#voice .post_content .movie_box{
margin-bottom: 28px;
}

#voice .post_content .movie_box .inline_wrap{
display: block;
height:0;
padding-top:55%;
position: relative;
overflow: hidden;
width:100%;
}

#voice .post_content .movie_box  .inline_wrap iframe{
display: block;
height:100%;
width:100%;
top: 0;
left: 0;
position: absolute;
}

.comment_box{
margin-bottom: 25px;
border: 3px solid #c2dffc;
padding: 17px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 flex-direction:column;
}

.comment_box .img02{
width:100%;
text-align: left;
position: relative;
order: 2;
}

.comment_box .img02 span{
width:48%;
}

.comment_box .txt_right{
order: 1;
margin-bottom: 15px;
}

.comment_box .txt{
width:52%;
color: #014e9a;
font-size:14px;
position: absolute;
top: 50%;
left:50%;
right:0;
margin: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.comment_box h6{
font-size:19px;
color: #014e9a;
margin-bottom: 5px;
}
#voice_box span {
  display:inline-block!important; 
}
#voice_box02{
margin: 20px auto 0px;
}

.post_content h4{font-size:110% !important;
margin-bottom:14px;
}

.post_content .txt_box p{
margin-bottom: 1em;
}

.post_content .txt_box p img{
padding-top: 14px;
padding-bottom: 14px;
}

.wc-shortcodes-row p img{
padding-top: 0;
padding-bottom: 0;
}

.post_content img.alignnone{
display: block;
}
.post_content img.aligncenter{
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}

.post_content img.alignleft{
text-align: left;
display: block;
float:left;
margin: 0 30px 10px 0px;
}

.post_content img.alignright{
text-align: right;
display: block;
float:right;
margin: 0 0 10px 30px;
}


.pagenavi {
overflow: hidden;
margin: 14px auto 0px;
text-align: center;
}
.pagenavi span {
  display: inline-block!important;
}

.pagenavi .current,
.pagenavi a{
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #ccc;
padding: 0 12px;
height: 32px;
line-height: 32px;
font-size: 14px;
color: white;
text-align: center;
margin:5px 3px;
}

.pagenavi a:first-child,
.pagenavi span:first-child {
margin-left: 0;
}

.pagenavi a:hover,
.pagenavi a.current,
.pagenavi span.current {
background-color: #999;
}

.pagenavi a:hover{
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

/*----------------------------------------------------
	その他のサービス
----------------------------------------------------*/
.other_service .s_list li{
width:48%;
margin-bottom: 20px;
}

.other_service .s_list li p{
font-size:14px;
line-height: 1.5;
}

.other_service .s_list li .txt{
margin: 5px 0 0;
line-height: 1.45;
}

.other_service .s_list li:nth-child(1) .txt,
.other_service .s_list li:nth-child(2) .txt{
margin: 5px 0 0px;
}

.other_service .s_list .btn{
position: absolute;
bottom:0;
left:0;
right:0;
margin: auto;
}

.other_service .s_list .btn a{
background: #ffaf3c;
font-size:14px;
text-align: center;
color:#fff;
display: block;
border-radius: 4px;
line-height: 1.5;
padding: 4px;
}

.smile li{
font-size:16px;
background: #fffef0;
padding: 14px 15px 14px 14px;
margin-bottom: 10px;
margin-left: 50px;
}

#salary02 .smile li{
padding: 14px 20px 14px 14px;
}

.smile li:before {
display: block;
content: "";
width: 33px;
height: 36px;
top: 0;
left: -42px;
bottom: 0;
margin: auto;
position: absolute;
background: url(/img/service/i_smile.png) 50% 50% no-repeat;
background-size:33px auto;
}

.voice_waku2 li{
border: 2px solid #c2dffc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #fff;
padding: 10px 20px 20px;
margin-bottom: 14px;
background: #fffff7;
}

.voice_waku2 li i{
display: block;
text-align: center;
}

.voice_waku2 li i img{
height:65px;
}

.voice_waku2 li p{
margin:7px auto 12px;
}

.scroll_box{
width:100%;
padding: 20px 0 10px;
overflow-x: scroll;
}

.merit_table th{
vertical-align: middle;
background: #fffef0 ;
padding: 10px 12px;
border: 1px solid #ccc;
vertical-align: middle;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.merit_table.blue th{
background: #f4faff;
}

.merit_table td{
line-height: 1.7;
vertical-align: middle;
padding: 10px 12px;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.scroll_box .merit_table{
width:640px;
margin-bottom: 0px;
}

.scroll_box .merit_table.blue{
width:580px;
}

.merit_table .w01{
width:5.7em;
}

.merit_table .w03{
width:53%;
}

.merit_table .w05{
width:60s%;
}


.merit_table h6{
color: #d72533;
font-size: 18px;
margin-bottom: 8px;
}

.merit_table td ul li{
padding-left:1.2em;
}

.merit_table td ul li:before {
display: block;
content: "";
top:7px;
left: 2px;
margin: auto;
position: absolute;
width: 10px;
height: 10px;
background-color: #014e9a;
border-radius: 100%;
}

.merit_table td ul.gray li:before{
background-color: #8f8f8f;
}
/*----------------------------------------------------
	採用情報
----------------------------------------------------*/

.link_recruit{
margin: 0 auto 40px;
}

.link_recruit a{
width: 94%;
background: #024e9a;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color:#fff;
font-size:16px;
line-height: 1.6;
padding: 10px 10px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.link_recruit a span{
display: inline-block;
margin-left: 20px;
}

#rec01 .jobs_list{
min-height: 50px;
}

#rec01 .jobs_list:before {
display: block;
content: "現在募集しておりません。";
width: ;
height: ;
top: 10px;
left: 22px;
margin: auto;
position: absolute;
font-size:15px;
font-weight: normal;
}

#rec01 .jobs_list li a{
color:#333;
background:url(/img/recruit/btn_arrow.png) 12px 50% no-repeat #f1f1f1;
min-height:50px;
margin-bottom: 12px;
display: block;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 44px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#rec01 .jobs_list p{
line-height: 1.5;
letter-spacing: 1px;

}

#rec01 .jobs_list p span{

}

#rec01 .jobs_list li a:hover{
background:url(/img/recruit/btn_arrow.png) 12px 50% no-repeat #dfe6ef;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

#rec01 .jobs_list li.false{
display: none;
}

#rec02 p i{
color: #d94277;
}

/*----------------------------------------------------
	form フォーム
----------------------------------------------------*/

#inq2_movie{
width:100%;
text-align: center;
margin: 0 auto 25px;
display: block;
height:0;
padding-top:56.3%;
position: relative;
overflow: hidden;
}

#inq2_movie img,
#inq2_movie iframe{
display: block;
height:100%;
width:100%;
top: 0;
left: 0;
position: absolute;
}


#inquiry02 .p_box{
padding:0 5%;
}

#inquiry02 .p_box img{
display: block;
margin-bottom: 12px;
}

#inquiry #form_box_wrap{
padding-bottom: 50px;
border-bottom: 1px solid #ccc;
}

#inquiry02_02 .tel_box p{
font-size:14px;
margin-bottom: 2px;
}

#form_box .tel_box p.time,
#inquiry .tel_box p.time{
text-align: center;
}

#inquiry02_02 .tel_box .tel,
#inquiry02 .tel_box .tel{
border: 2px solid #ff0000;
padding: 10px 14px;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0px auto 5px;
}


#inquiry02 .tel_box .tel img{
max-height:38px;
}

#form_box .stit03{
margin: 0 4%;
}

#form_box .txt02,
#form_box .txt01{
margin-bottom: 5px;
padding: 16px 4% 0;
}

.thanks .txt01,
.thanks .txt02,
.confirm .txt01,
.form .txt02{
display: none;
}

#form_box .form_wrap {
padding: 5px 0 25px;
}

#form_box .form_wrap.pd20sp,
#form_box .form_wrap.thanks{
padding: 5px 4% 25px;
}

#form_box .form_wrap.thanks .tel_box a img{
height:40px;
}

#form_box.thanks .stit03 {
padding: 11px 12px 11px 20px;
}

#form_box table.table_form{
width:100%;
border-collapse: collapse;
text-align: left;
border-top: 1px solid #ccc;

}

#form_box .table_form tr,
#form_box .table_form tbody{
display: block;
width: 100%;
font-size:15px;
}

#form_box .table_form th{
border: none;
display: block;
width: 100%;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
padding: 10px 15px 4px;
letter-spacing: 0.6px;
}

#form_box .table_form .txt_s{
font-size:90%;
}

#form_box .table_form td{
border: none;
display: block;
width: 100%;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
padding: 4px 15px 15px;
border-bottom: 1px solid #ccc;
}

#inquiry-confirm td .txt{
display: none;
}

#form_box .table_form table {
border: none;
width: 100%;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#form_box .table_form td .ph{
display: block;
font-size:14px;
padding-top: 7px;
}

#form_box .must {
color: #fff;
background: #ff0000;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-weight: normal;
font-size: 12px;
display: inline-block;
padding: 0px 3px;
letter-spacing: 1px;
line-height: 1.3;
/*margin-left: 8px;*/
vertical-align: middle;
border-bottom: 1px solid #fff;
}

#form_box .any {
color: #fff;
background: #9c9c9c;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-weight: normal;
font-size: 12px;
display: inline-block;
padding: 0px 3px;
letter-spacing: 1px;
line-height: 1.3;
/*margin-left: 0;*/
margin-bottom: 1px;
vertical-align: middle;
border-bottom: 1px solid #fff;
}

#form_box tr:last-child .any{
margin-left: 0.8em;
}

#form_box table td input[type="text"]{
}

#form_box table td input.p-postal-code[type="text"]{
width:8em;
margin-bottom: 10px;
}

#form_box table td input.w50{
width:10em;
}

#form_box table td input[type="text"],
#form_box textarea{
-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
width:100%;
max-width: 100%;
font-size:16px;
border:1px solid #ccc;
padding:5px 6px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999; opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

.confirm #form_box table th,
#inquiry-confirm #form_box table th{
font-weight:normal;
}

.confirm #form_box table td,
#inquiry-confirm #form_box table td{
font-weight:bold;
font-size:120%;
}

#inquiry-confirm #form_box table td .txts{
display: none;
}

#form_box table td .txts{
padding-top: 5px;
}


#form_box .mwform-checkbox-field label{
display: block;
}

#form_box .mw_wp_form .horizontal-item + .horizontal-item {
margin-left: 0px;
}

#form_box .btn input{
display:block;
width: 250px;
height:54px;
line-height: 54px;
padding: 0;
letter-spacing: 1px;
font-size:18px;
color:#fff;
background: #ffaf3c;
text-align: center;
margin: 0 auto;
border: none;
cursor:pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#form_box .btn{
margin: 25px auto 10px;
}

#form_box .btn .submit{
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 flex-direction:column;
}

#form_box .btn .back input,
#form_box .btn .btn-back{
width: 200px;
background:#aaa !important;
}

#form_box .btn .btn-back{
order: 2;
}

#form_box .btn .btn-submit{
order: 1;
margin-bottom: 15px;
}

input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
}

input[type="button"]:hover,
input[type="submit"]:hover {
opacity: .8;
 -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

#form_box .back{
display:block;
}

#form_box .submit02{
display:block;
margin-bottom: 20px;
}

#form_box .btn input:hover{
opacity: .8;
}

.thanks .thanks_box{
padding: 5px 20px 10px;
}

.thanks .complete_txt{
font-size:20px;
margin: 20px auto 20px;
}

.thanks .thanks_box p{
text-align: left;
}

.thanks .tel_box{
padding-top: 20px;
}

#form_box .mw_wp_form .horizontal-item + .horizontal-item {
margin-left: 0px;
display: block;
padding-bottom: 2px;
padding-top: 0;
}

#form_box .mw_wp_form .error {
font-size: 90%;
color: #fd010c;
font-weight: bold;
padding-top: 4px;
}

.confirm .privacy_box{
display: none;
}

.privacy_box h3{
font-size:18px;
margin-bottom: 14px;
margin-bottom: 14px;
}

.privacy_box {
letter-spacing: 0.5px;
font-size:15px;
margin:20px auto 0px;
text-align: left;
}

.privacy_box p{
font-size:15px;
}

.privacy_box .in_box{
width:100%;
border: 1px solid #ccc;
overflow-y: scroll;
background: #fff;
height:10em;
padding: 16px 14px 16px 12px;
text-align: left;
margin:0 auto 20px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.privacy_box p.txt{
padding-left: 1em;
}

.privacy_box ol{
margin-bottom: 20px;
padding-left: 1em;
}

.privacy_box ol li{
text-indent: -2.1em;
padding-left:2.1em;
}

.privacy_box .table01 th {
padding: 8px 6px 8px 8px;
}

.privacy_box .table01 th:first-child{
width:5.5em;
}

.privacy_box .table01 t3 {
padding: 8px 6px 8px 8px;

}

.mw_wp_form .privacy_box2{
padding-top: 20px;
}

.mwform-checkbox-field input{
    margin: 3px 5px 3px 0;
}

.privacy_box2 .in_box{
border: 1px solid #ccc;
overflow-y: scroll;
background: #fff;
height:10em;
padding: 10px;
text-align: left;
margin:12px auto;
}

.privacy_box2 .in_box > h5{
font-size:14px;
}

.privacy_box2 p.txt{
padding-left: 1em;
}

.privacy_box2 ol{
margin-bottom: 10px;
}

.privacy_box2 ol li{
margin-bottom: 10px;
font-size:14px;
}

.privacy_box2 ol li h5{
text-indent: -1.7em;
padding-left:1.7em;
font-size:13px;
/*font-weight: normal;*/
margin-bottom: 7px;
}

.privacy_box2 ol li p{
font-size:14px;
padding-left: 1.5em;
line-height: 1.7;
}

.privacy_box2 ol li th{
font-weight: normal;
padding-right: 10px;
white-space: nowrap;
}



/*----------------------------------------------------
	inq_box
----------------------------------------------------*/

#inq_box{
padding: 24px 0% 30px;
/*margin-bottom: -60px;*/
}

#inq_box h3{
border-bottom: none;
}

#inq_box .txt01{
margin-bottom: 16px;
}

#inq_box .inq_btn li{
width:320px;
margin: 0 auto;
}

#inq_box li:first-child{
padding: 1px;
margin: 0 auto 18px;
}

#inq_box li .tel_bg{
text-align: center;
}

#inq_box li .tel_bg{
margin: 0 auto 5px;
display: block;
border: 3px solid #ff0000;
-webkit-border-radius: 8px;
-moz-border-radius:8px;
border-radius: 8px;
background: #fff;
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
}

#inq_box li .tel img{
max-height:40px;
}

#inq_box li .time{
font-size:12px;
line-height: 1.2;
display: block;
letter-spacing: 0.2px;
text-align: center;
}

#inq_box .tel_exp{
display: inline-block;
border: 1px solid #333;
letter-spacing: 0;
font-size:12px;
text-align: center;
padding: 0 10px;
}

.tel_exp.ib{
width:320px;
font-size:13px;
border: 1px solid #333;
text-align: center;
margin:0 auto;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer{
position: relative;
}

footer .justify{
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 flex-direction:column;
}

.f_nav{
order: -1;
padding: 0;
border-top: 1px solid #333;
}

.f_nav ul{
width:100%;
}

.f_nav ul li{
text-align: left;
width:100%;
margin: 0;
border-bottom: 1px solid #666;
font-weight: bold;
position: relative;
}

.f_nav ul li a{
display: block;
padding: 9px 0 9px 18px;
font-size:15px;

-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.f_nav ul li.w50{
width:50%;
background: #fff;
}

.f_nav ul li.w50 a{
background: #fff;
}

.f_nav ul .child li.w50:nth-child(odd),
.f_nav ul li.w50.r{border-right: 1px solid #666;}

.f_nav ul .child{
display: none;
border-top: 1px solid #666;
}

.f_nav li .acc a{
pointer-events: none;
}

.f_nav li .acc .child a{
pointer-events: all;
}

.f_nav .child p,
.f_nav .child .img{
display: none;
}

.f_nav ul.child{
background: #fff;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
   -ms-flex-pack:space-between;
     justify-content:space-between;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.child li:last-child{
border-bottom: none;
}

.child li.no_bb{
border-bottom: none;
}

.f_nav .child li a{
font-weight: normal;
background: #fff;
padding: 7px 0 7px 30px;
}

.f_nav li span.acc{
display: block;
cursor: pointer;
width: 42px;
height: 42px;
position: absolute;
top:0;
right:0;
margin: auto;
}

.f_nav li span.acc:before {
display: block;
content: "＋";
position: absolute;
top:0;
right:0;
width: 42px;
height: 42px;
color:#333;
text-align: center;
line-height: 42px;
font-size:18px;
font-weight: normal;
border-left:1px solid #666;
}

.f_nav li span.acc.active:before {
content: "ー";
}

footer a:hover {
text-decoration: none;
}

footer .logo_box{
order: 2;
text-align: center;
margin-bottom: 10px;
padding: 20px 0 0px;
}

footer .logo_box .img.left{
float:left;
padding-top: 3px;
padding-right: 15px;
}

footer .logo_box img.f_logo{
height:80px;

}

footer .txt,
footer .add{
font-size:14px;
text-align: left;
}

footer .add{
padding-left: 90px;}

footer .add .btn_inq2{
padding: 5px 0 14px;
}

footer .add .btn_inq2 img{
height:34px;
}

footer .add .txt20{
margin-bottom: 0;
font-size:16px;
}

footer .add .sp_only{
display: inline-block;
}

.copy {
font-size:11px;
letter-spacing: 0.4px;
clear: both;
line-height: 36px;
text-align: center;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background: #014e9a;
margin-bottom: 46px;
}

.footer_area > .box1000{
margin-top: -41px;
}

/*
.pageTop{
height:40px;
}

.pageTop a{
background: #c73d61;
position: absolute;
height:40px;
right:0;
width:40px;
cursor: pointer;
display: inline-block;
z-index: 999;
}

.pageTop a img{
height:40px;
width:40px;
}

.pageTop a:hover{
opacity: 1;
background: #fff;
}
*/
.fix_btn{
background: #fff;
position: fixed;
width:100%;
z-index: 9991;
bottom:0;
left:0;
right:0;
padding: 1px;
}

.fix_btn ul{
margin-right: 49px;
font-size:0;
}

.fix_btn li a{
display: block;
height:45px;
padding: 2px 2px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.fix_btn li{
border-right: 1px solid #fff;

}

.fix_btn li img{
height:40px;
}

.fix_btn li.f_inq2{
width:36.1%;
display: inline-block;
background: #d94277;
}

.fix_btn li.f_inq2 a{
background: #d94277;
}

.fix_btn li.f_tel{
width:30.4%;
display: inline-block;
background: #014e9a;
}

.fix_btn li.f_tel a{
background: #014e9a;
}

.fix_btn li.f_inq{
width:33.3%;
display: inline-block;
background: #1a356d;
border-right:2px solid #fff;
}

.fix_btn li.f_inq a{
background: #1a356d;

}

.fix_btn .toggle{
position: absolute;
bottom:1px;
right:2px;
margin: auto;
height:43px;
border: 1px solid #003366;
}

.fix_btn .toggle span{
padding: 1px 2px;
}

.fix_btn .toggle img{
max-height:40px;
vertical-align: bottom;
}


#box404{
/*width:900px;*/
margin:20px auto;
}

#box404 h3 span{
display: inline-block;
font-size:20px;
padding-bottom: 8px;
border-bottom:3px solid #014e9a;
}

#box404 h3{
margin-bottom: 15px;
}

#box404 .sitemap_box{
border:2px solid #014e9a;
padding: 20px 8%;
font-size:15px;
}

#box404 .txt20{
font-size:17px;
}

#box404 .sitemap_box .justify{
padding-top:10px;}

/*
#box404 .sitemap_box ul.s_nav01{
width:300px;
}

#box404 .sitemap_box ul.s_nav02{
width:190px;
}

#box404 .sitemap_box ul.s_nav03{
width:165px;
}
*/
#box404 .sitemap_box ul li a:before{
content: "> ";
}

#box404 .sitemap_box ul li {
margin-bottom: 5px;
}

#box404 .sitemap_box ul li.fn a::before{
content: "∟";
padding-left:14px;
padding-right: 4px;
}

.sp_pt20{
padding-top: 20px;}


.page-id-8020 .mb60{
margin-bottom: 50px;
}

/* 所属社労士詳細ページ用 */

.flex {
  display: block;
}
.flex-sp {
display: block; display: flex!important;
}
.justify-between {
  justify-content: space-between;
}
.member-content .flex {
  text-align: left;
}
.member-img {
  width:100%;
  margin-top:40px;
  text-align: center;
  margin-bottom: 20px;
}
.member-list-box .img-hover {
  width: 100%;
  height: 224px;
}
.member-list-box .img-hover:hover {
  width: 100%;
  height: 224px;
}
.member-prof {
  width:100%;
}
.member-name {
  font-size:24px;
  border-left:3px solid #014E9A;
  padding: 0 10px;
  margin-bottom:10px;
}
.furigana {
  font-size:12px;
  font-weight:500;
  color:#717171;
}
.office-tag {
  padding:6px 16px;
  font-size:12px;
  border:1px solid #333;
  background-color:#fff;
  width:fit-content;
  line-height: 1!important;
  margin-bottom: 20px;
}
.member-content {
  padding:0 10px;
}
.member-content h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.prof-detail {
  background-color:#f3f3f3;
  padding:20px 10px;
  margin-top:20px;
  margin-bottom:20px;
  text-align: left;
}
.prof-detail h2 {
  font-size:16px;
  padding-bottom: 20px;
}
.prof-detail h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #014E9A;
  margin-top:4px;
}
.col-2 {
  width:100%;
  margin:0 10px;
}
.col-3 {
  width:100%;
  margin:0 10px;
}
.text-center {
  text-align:center!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.mb-40 {
  margin-bottom: 40px!important;
}
.pl-40 {
  padding-left:0px;
}
.bl-w {
  border-left:none ;
}
.img-hover {
  margin:0 auto;
}

/* 所属社労士一覧ページ用 */
.member-list .flex {
  display: flex!important;
  flex-wrap:wrap;
  justify-content: center;
}
.member-list-box {
  width:43%;
  margin:10px;
}

.img-hover {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.img-hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.img-hover:hover img:nth-of-type(2) {
  opacity: 0;
}

/* 202508追記 */
.page_fv {
  height:55vh;
  position: relative;
}
.bg-manual {
  background-image: url(/wp/wp-content/uploads/2025/05/manual.webp);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-education {
  background-image: url(/wp/wp-content/uploads/2025/05/edu-eye.webp);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-recruit {
  background-image: url(/wp/wp-content/uploads/2025/05/recruit_hp.webp);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page_cp {
  position: absolute;
  bottom:0px;
  left:0px;
}
.page_cp p {
  font-size:20px;
  font-weight:600;
  padding:10px 16px;
  background-color:#fff;
  margin-bottom: 16px;
  width:fit-content;
  letter-spacing: 1.1px;
}
.page_cp p span {
  color:red;
  font-weight:800;
}
.bg_cream.box02 {
  padding:20px 20px 10px 25px;
  border-radius: 10px;
}
.col-1-2 {
  width: 100%;
  margin:0 auto;
}
.col-1-2-s {
  width:48%!important;
  margin: 0 10px;
}
.col-1-3 {
  width: 100%;
  margin:0 auto;
}
.manual-voice .col-1-3 {
  width:33%;
  margin:0;
}

.manual-voice .col-2-3 {
  width:66%;
  margin:0;
}
.manual-voice .voice_waku {
  position: relative;
  margin-bottom: 20px;
}
.manual-voice .txt_box .pc_only img {
  position: absolute;
  right: -40px;
  top:-40px;
  width:120px;
}
.flex .col-1-2 .btn02 {
  text-align: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.bb-blue {
  border-bottom: 2px solid #014e9a;
  width: fit-content;
  color:#014e9a;
}
.light-blue-box {
  padding:30px 40px;
  background-color: #f4f9fd;
  margin:20px 0;
}
.fukidashi-blue {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #014e9a;
  border-radius: 10px;
}

.fukidashi-blue:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 12px solid #014e9a;
}
.fukidashi-blue h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  margin-bottom:0;
}
.merit_box_manual ol.merit {
  border:none;
  padding: 10px;
}
.merit_box_manual .merit li {
  background-color:#d94277;
  margin-bottom: 20px;
}
.merit_box_manual .merit li h4 {
  margin-bottom: 0;
  color:#f7ff7e;
  font-size: 20px;
  margin-left:10px;
}
.align-center {
  align-items: center;
}
ul.disc {
  padding-left: 20px;
}
.disc li {
  list-style: disc!important;
  font-size: 16px;
  font-weight: 600;
}
.disc li ul li {
  font-size: 14px;
  font-weight: 400;
}
.center {
  text-align: center;
}
.post_content .education ol {
  border:none;
  padding: 20px 0;
}
.post_content .recruit ol {
  border:none;
  padding: 20px 0;
}
.post_content .recruit ol li {
  font-size: 18px!important;
}
.education .pl40 {
  padding-left: 40px;
}
.step-bar {
  padding:10px 20px;
  background-color: #014e9a;
  color:#fff;
  font-size: 18px;
  border-radius: 10px;
  letter-spacing: 0.8px;
  margin-bottom:10px;
}
.step-txt {
  color:#fefa72;
  margin-right:10px;
  font-weight: 600;
}
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #014e9a;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 16px;
  border-top-color: currentColor;
  border-bottom: 0;
}
.txt-marker-yellow {
  font-size:48px;
  font-weight: 500;
  padding:0 10px;
  width:fit-content;
  margin:0 auto 20px;
  background: linear-gradient(transparent 50%, #fcf8c7 50%);
}
.bg-light-blue {
  background-color: #c0ddfa;
  padding:20px 20px 60px;
}
.br-10 {
  border-radius: 10px;
}
.consul_merit {
  font-size: 24px;
  font-weight: 600;
  color:#014e9a;
  padding:40px 0;
}
.consul_merit_h3 {
  font-size: 20px;
  font-weight: 600;
  color:#fff;
  padding:10px 20px;
  margin-bottom: 0!important;
  min-height: 70px;
  align-content: center;
  background-color:#014e9a;
  border-radius: 10px 10px 0 0;
}
.consul_merit_box {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px;
  min-height: auto;
}
.hosoku {
  padding:0 20px;
}
.plan_hosoku h4 {
  padding:10px 0;
  margin-bottom:20px;
  border-top:2px solid #014e9a;
  border-bottom:2px solid #014e9a;
  color:#014e9a;
  text-align: center;
}
.plan_hosoku ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_hosoku ul li {
  width:100%;
  margin:10px;
  color:#014e9a;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  list-style: none;
  text-align: center;
  font-weight: bold;
}
.plan-box {
  background-color:#014e9a;
  border-radius: 10px;
  padding:14px 20px;
}
.plan-box p {
  color:#fff;
  font-size:16px;
  font-weight: 600;
}
.text-red {
  color:red!important;
}
.text-blue {
  color:#014e9a!important;
}
.font-weight-bold {
  font-weight: bold;
}
.flow-section {
  margin:40px 0;
}
.flow-section .col-1-5 {
  width:90%;
  margin:0 auto;
}
.flow-section .flow-item {
  background-color:#f3f3f3;
  border-radius:10px;
  padding: 30px 20px;
  position: relative;
  min-height: auto;
  margin-bottom: 40px;
}
.flow-section .flow-item .step-num {
  position: absolute;
  left: 43%;
  top:-28px;
  background-color: #014e9a;
  width:60px;
  height: 60px;
  border-radius: 50%;
  color:#fefa72;
  font-size:14px;
  text-align: center;
  align-content: center;
  font-weight: 500;
  line-height: 20px;
}
.flow-section .flow-item .step-num span {
  font-size:24px;
  font-weight: 700;
}
.flow-section .flow-item img {
  width:40%;
  margin:10px auto 20px;
}
.flow-section .flow-item p {
  text-align: center;
}

.voice-sec .voice_waku .stit_wrap h3 {
  padding-left: 0;
  margin-top:10px;
}
span {
  display: inline!important;
}
#first01 .merit i{
position: absolute;
top: 0;
left:0;
right:0;
margin: auto;
text-align: center;
}

#first01 .merit i img{
height:76px;
}

#first01 .merit li{
padding-top: 90px;
margin-bottom: 14px;
}

#first01 .merit li .fuki_box{
border: 1px solid #d94277;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 15px 15px;
margin-bottom: 12px;
}

#first01 .merit li .fuki_box h4{
font-size:18px;
margin-bottom: 6px;
}

#first01 .merit li .fuki_box h4.txt20{
font-size:18px;
padding-top: 6px;
}

#first01 .merit li .fuki_box:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -13px;
  border: 11px solid transparent;
  border-bottom: 11px solid #FFF;
  z-index: 2;
}


#first01 .merit li .fuki_box:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -12px;
  border: 10px solid transparent;
  border-bottom: 10px solid #d94277;
  z-index: 1;
}
.post_content ol {
  padding: 10px;
  border:none;
}

.service-content .plan_btn li{
width:48.5%;
margin-bottom: 15px;
}
#m05.service-content .btn02{
margin-bottom: 15px;
text-align: center;
display: block;
}
.service-content .pdf_btn .btn02 a{
padding: 0 5px 0;
letter-spacing: 0.4px;
}

.service-content .pdf_btn .btn02 a span {
    padding-right: 24px;
}
.post_content .service-content .btn02 {
  margin:0;
}
.post_content .service-content a {
  text-decoration: none;
}
.service-content .txt_wrap .txt_box {
  margin-top: 12px;
}

.service-content .merit_box.bg_cream .txt01:before {
display: block;
content: "";
width: 70px;
height:100px ;
bottom: 0px;
left: 6px;
margin: auto;
position: absolute;
background: url(/img/top/img_onayami02.png) 50% 50% no-repeat ;
background-size: 70px auto;
}


.service-content .merit_box.bg_cream{
margin: 20px auto;
padding: 15px 5px 12px;
}

.service-content .merit_box .txt01{
padding-left:84px;
}

.service-content .merit_box .merit li{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #d94277;
border: 6px solid #d94277;
border-top:  4px solid #d94277;
margin-top: 10px;
}

.service-content .merit_box .merit li h4{
color: #f7ff7e;
position: relative;
line-height: 1.6;
padding:5px 5px 10px 78px;
font-size:18px;
letter-spacing: 0.8px;
}

.service-content .merit_box .merit li h4 i{
position: absolute;
top: 50%;
left:0;
right:0;
margin: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.service-content .merit_box .merit li h4 i img{
height:61px;
}

.service-content .merit_box .merit li p{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #fff;
padding: 14px 9px 12px 12px;
}

.service-content .scroll_wrap{
width:100%;
overflow-x: scroll;
}

.service-content .plan_btn li{
width:48.5%;
margin-bottom: 15px;
}

.service-content .caption{
color:#fff;
font-size:18px;
background: #014e9a;
text-align: center;
line-height: 48px;
font-weight: normal;
letter-spacing: 1px;
}

.service-content table.step{
width:600px;
height:525px;
max-width: none;
font-size:14px;
}

.service-content table.step tr:nth-child(odd){
background: #fffef0;
}

.service-content table.step th{
width:7em;
padding: 10px 5px 10px 8px;
border: 1px solid #ccc;
vertical-align: middle;
}

.service-content table.step th.number{
width:110px;
position: relative;
/*text-indent: -9999px;*/
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
text-align: center;
padding: 12px;
font-size:30px;
font-weight:bold;
color:#fff;
-webkit-text-stroke: 6px #014e9a;
text-stroke: 6px #014e9a;
paint-order: stroke;
}
.service-content table.step th.number.n01 span {
  z-index:1;
  position: relative;
}

.service-content table.step th.number.n01::before {
display: block;
content: "";
width:108px ;
height: 522px;
top: 0;
left: 0;
right: 0;
margin: auto;
position: absolute;
background: url(/img/service/step_arrow.png) 50% 50% no-repeat;
  z-index:0;
}

.service-content table.step th.number::after {
display: block;
content: "";
width:100%;
height: 1px;
bottom: -1px;
left: 0;
right: 0;
margin: auto;
position: absolute;
border-bottom: 1px solid #ccc;
}

.service-content table.step td{
vertical-align: middle;
padding:10px 10px;
border: 1px solid #ccc;
}

.service-content table.step td span{
padding-left:1.2em;
display: block;
position: relative;
margin-bottom: 4px;
}

.service-content table.step td span:before {
display: block;
content: "";
top:5px;
left: 2px;
margin: auto;
position: absolute;
width: 10px;
height: 10px;
background-color: #014e9a;
border-radius: 100%;
}
.post_content .service-content th {
  background-color: unset;
}
.post_content .service-content h4 {
  margin-bottom: 0;
}

.plan_detail .stit_wrap{
background: #014e9a;
color:#fff;
line-height: 1.5;
padding: 6px 18px;
margin-bottom: 17px;
}

.plan_detail .stit_wrap h4{
padding-right: 15px;
line-height: 1.65;
}

.plan_detail .tokuten{
text-align: center;
}

.plan_detail .tokuten dt{
width:130px;
background: #d94277;
color:#fff;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
margin: 0 auto 14px;
display: inline-block;
text-align: center;
letter-spacing: 2px;
line-height: 32px;
}

.plan_detail .tokuten dd{
text-align: left;
}

.plan_detail .tokuten p.mt10{
padding: 10px 0;
}

.plan_box02{
margin: 30px auto 18px;
background: #c0ddfa;
padding: 11px 14px 14px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.plan_box02 li{
margin-top: 10px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
background: #fff;
}

.plan_box02 li h4{
background: #014e9a;
border-radius:8px 8px 0 0 ;
color:#fff;
padding-left: 82px;
padding-top: 13px;
padding-bottom: 11px;
position: relative;
}

.plan_box02 li h4 i{
position: absolute;
top:13px;
left:13px;
margin: auto;
}

.plan_box02 li h4 i img{
height:50px;
}

.plan_box02 li p{
padding: 10px 16px;
}

.plan_detail .btn_btm{
text-align: center;
}

.plan_detail .btn_btm li{
width:300px;
max-width: 94%;
margin: 0 auto 12px;
}

.plan_detail .btn_btm li a{
border-radius: 10px;
display: block;
text-align: center;
}

.plan_detail .btn_btm .btn_contact a{
background: #ffaf3c;
}

.plan_detail .btn_btm .btn_consul a{
background: #d94277;
}

/* footer */
footer {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Roboto", "Noto Sans JP" , sans-serif;
}
.bg-light {
  background-color: #ebf1f7!important;
}

.btn-red {
  background-color: #B20000;
  color:#fff;
  border:none!important;
  width:100%;
}

.fix-btn {
  position: fixed;
  bottom:0px;
  right:0px;
  z-index: 100;
}
.btn.round {
  border-radius: 0px;
}

.container {
  margin-right: auto;
  margin-left:auto;
  padding-left: 15px;
  padding-right: 15px;
  width:1170px;
}
.container:before, .row:before {
  content: "";
  display: table;
}
.row {
  margin-left:-15px;
  margin-right: -15px;
  display: block;
}
.col-md-3,.col-xs-6, .col-sm-6, .col-md-6,.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left:15px;
  padding-right: 15px;
}
.col-md-3,.col-md-6 ,.col-md-12 {
  text-align: left;
}
/*.col-md-3 {
  width:90%;
  margin: 0 auto;
}
.col-md-6 {
  width:90%;
  margin: 0 auto;
}
.col-md-12 {
  width:90%;
  margin: 0 auto;
}*/
.figure {
  display: block;
  margin:0;
}
.mb-md-0, .my-md-0 {
  margin-bottom: 0px;
}

.font-size-14 {
  font-size:14px!important;
}
.font-size-18 {
  font-size:18px!important;
}
.main-footer a {
  text-decoration: none;
  transition: all 0.3s;
}
.main-footer a:not(.btn) {
  color:#001122;
}
.main-footer a:not(.btn):hover {
  color: rgba(0, 17, 34,0.6);
  text-decoration: none;
  font-size:14px!important;
}
.main-footer p {
  margin:0 0 10px;
}
.lh-2 {
  line-height: 2em!important;
}
.reset-ul {
  padding:0;
  margin: 0;
  list-style: none;
}
.lqd-custom-menu li a {
  display: block;
  font-size:14px!important;
}
.bg-primary {
  background-color: #014E9A;
  color:#fff;
}
.d-flex {
  display: flex!important;
}
.align-items-center {
  -webkit-box-align:center !important;
  align-items:center !important;
}
.pt-10 {
  padding-top: 10px!important;
}
.pb-10 {
  padding-bottom: 10px!important;
}
.pt-60 {
  padding-top: 60px!important;
}
.pb-60 {
  padding-bottom: 60px!important;
}
.btn {
  display: inline-grid;
  padding:0;
  white-space: nowrap;
  transition:all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
}
.btn > span {
  display: inline-flex;  
  padding:1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  flex-flow:row wrap;
  -webkit-box-align:center;
  align-items:center;
  text-decoration: none;
}
.btn-icon, .btn-txt {
  position:relative;
  z-index: 3;
  color:#fff!important;
  text-decoration: none;
}
.ltr-sp-05 {
  letter-spacing: 0.05em !important;
}
.text-uppercase {
  text-transform:uppercase!important;
}

/* header */
.header-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.header-container .flex {
  display: flex!important;
  /*display: none;*/
}
.logo-area {
  padding-left: 0;
  padding-right: 0;
  text-align:left;
}
.logo-area a img {
  height: 60px!important;
}
.nav-area {
  display: none;
}
.nav-area ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;    
}
.nav-area ul li {
  padding: 10px;
}
.nav-area ul li a {
  color:rgba(255, 255, 255, 0.8) !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size:14px;
  max-height: 65px;
  margin-left:20px;
  font-family: "Roboto", "Noto Sans JP" , sans-serif;
  text-decoration: none;    /* デフォルトの下線を消す */
  outline: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.nav-area ul li a:hover {
  color:rgba(255, 255, 255, 1) !important;
  transition: all 0.3s;
}

/* nav hover-action */
/* 下線を疑似要素で作る */
.nav-area ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.8px;             /* 調整可（文字との距離） */
  height: 1px;              /* 下線の太さ */
  width: 100%;
  background: #fff;         /* 白の下線 */
  /*transform-origin: left center;*/
  transform: scaleX(0);
  transform-origin: right;
  /*transition: transform 280ms cubic-bezier(.2,.9,.3,1);*/
  transition: transform 0.3s ease, transform-origin 0s;
  will-change: transform;

  /* 初期状態は左基点で非表示 
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease, transform-origin 0s;*/
}

/* ホバーで左→右に伸ばす */
.nav-area ul li a:hover::after,
.nav-area ul li a:focus-visible::after,
.nav-area ul li a.touch-hover::after { /* touch 用クラス対応 */
  transform: scaleX(1);
  transform-origin: left;
}

/* アクセスビリティ: 動きが苦手なユーザー向け */
@media (prefers-reduced-motion: reduce) {
  .nav-area ul li a::after {
    transition: none;
  }
  .nav-area ul li a::after {
    transform: scaleX(1); /* 常に表示でも良い */
  }
}
.hover-nav {
  position: relative;
}
.hover-nav-item {
  padding: 16px 0!important;
  background-color: #fff;
  position: absolute;
  top:44px;
  display: block!important;
  border-radius: 5px;  
  width:250px;
  left:-96%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hover-nav:hover .hover-nav-item {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;  
}
.nav-area .hover-nav-item li {
  padding: 0!important;
}
.nav-area .hover-nav-item a {
  color:#181b31!important;
  margin-left:0!important;
  padding: 10px 30px;
  display: block;
  font-weight:600;
  font-size:14px;
  letter-spacing: 1.2px;
  font-family: "Roboto", "Noto Sans JP" , sans-serif;
  text-align:left;
}
.nav-area .hover-nav-item a:hover {
  color:#014E9A!important;
  background-color: #ebf1f7;
}

/*header {
  position: fixed;
}*/

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 6px;
  width:80%;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

.sp-nav-area {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width:80%;
  background-image: linear-gradient(to top left, #014E9A 0%, #3b8cdb 100%);
  z-index: 10000;  
  transform: translateX(100%); /* 非表示状態（右外） */
  transition: transform 0.35s cubic-bezier(.2,.9,.2,1);
  overflow-y: auto;
}
.sp-nav-area ul {
  margin-left: 40px;
}
/* 開いたとき */
.sp-nav-area.is-open {
  transform: translateX(0);
}
/* スクロールロック（body に付ける） */
body.sp-nav-locked {
  overflow: hidden;
}
.sp-nav-area ul li a {
  color:#fff;
  font-family: "Roboto", "Noto Sans JP" , sans-serif;
  line-height: 1.5;
  font-size:14px;
  font-weight:700;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  margin-top:10px;
  margin-left:20px;
  max-height: 65px;
  letter-spacing: 0.1em;

}

/* wrapper全体 */
#main {
  transition: transform 0.35s cubic-bezier(.2,.9,.2,1);
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
.close-btn-area {
  text-align: end;
}
.close-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border:2px solid rgba(255,255,255,0.4);
  border-radius: 50px;
  margin-top:70px;
  margin-right: 16px;
}
.close-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  border-radius: 4px;
}
.close-btn, .close-btn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.close-btn span:nth-of-type(1) {
  -webkit-transform: translateY(18px) translateX(7px) rotate(-45deg);
  transform: translateY(18px) translateX(7px) rotate(-45deg);
  width:22px;
}
.close-btn span:nth-of-type(2) {
  -webkit-transform: translateY(18px) translateX(7px) rotate(45deg);
  transform: translateY(18px) translateX(7px) rotate(45deg);
  width:22px;
}

.dli-chevron-down {
  display: inline-block!important;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top:16px;
  right:16px;
}
.sp-nav-area ul li a.dropdown-link {
  color:unset;
  font-family:unset;
  line-height: 0;
  font-size:unset;
  font-weight:unset;
  padding: 0;
  display: unset;
  align-items: unset;
  margin-top:0;
  margin-left:0;
  max-height:unset;
  letter-spacing:unset;
  width:40px;
  height: 40px;
  position: absolute;
  top:15%;
  right:24%;
}

.dropdown-nav-item {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* 開いたときの状態 */
.dropdown-nav-item.open {
  max-height: 1000px; /* 十分大きめの値にしておく */
}

.dropdown-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
}

.sp-nav-area ul li.dropdown-nav ul.dropdown-nav-item a {
  color:#fff;
  font-family: "Roboto", "Noto Sans JP" , sans-serif;
  line-height: 0.8;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  max-height: 65px;
  letter-spacing: 0.1em;
  margin-left: 0;
  margin-top:6px; 
}
.dropdown-nav {
  position: relative;
}

.yt {
  width:100%;
  height: 30vh;
}