@charset "utf-8";

/*PC用 css*/

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

body{
font-size:16px;
line-height: 1.7;
text-align: center;
min-width: 1100px;
letter-spacing: 0.15px;
overflow: hidden;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}

h3,
h2{line-height: 1.4;}

.imgR {
float: right;
margin: 0 0 20px 20px;
}

.imgL {
	float: left;
	margin: 0 30px 20px 0;
}

.font-r{
font-weight: 600;
font-family: "Roboto", sans-serif;
}

.vt{
vertical-align: top;
}
.left{
float:left;
}

.right{
float:right;
}

.cB{
clear:both;
}

.mb0_pc,
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.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:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pb30{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pl10{padding-left:10px;}


.txt11{ font-size:11px; }
.txt12{ font-size:12px; }
.txt13{ font-size:13px; }
.txt14{ font-size:14px; }
.txt15{ font-size:15px; }
.txt16{ font-size:16px; }
.txt17{ font-size:17px; }
.txt18{ font-size:18px; }
.txt19{ font-size:19px; }
.txt20{ font-size:20px; }
.txt21{ font-size:21px; }
.txt22{ font-size:22px; }
.txt23{ font-size:23px; }
.txt24{ font-size:24px; }
.txt25{ font-size:25px; }
.txt26{ font-size:26px; }
.txt27{ font-size:27px; }
.txt28{ font-size:28px; }
.txt29{ font-size:29px; }
.txt30{ font-size:30px; }
.txt32{ font-size:32px; }
.txt33{ font-size:33px; }
.txt34{ font-size:34px; }
.txt35{ font-size:35px; }
.txt36{ font-size:36px; }
.txt38{ font-size:38px; }
.txt40{font-size:40px;}
.txt45{font-size:45px;}
.txt50{font-size:50px;}

.bt01pc{
border-top:1px solid #ccc;
}

.txt120{
font-size:120%;
}

a.tel,
a.sp_link{
pointer-events: none;
}

.justify{
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;
}

.flex-start{
 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;
}

.flex-center{
 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;
}


.hr01.mb30{
margin-top: 35px;
margin-bottom: 35px;
}

.bt01{
border-top:1px solid #ccc; 
}

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

._em1{
text-indent: -1em;
padding-left:1em;
}

.ls0{
letter-spacing:0;
}

/*----------------------------------------------------
	#box1000（背景/ページ横幅）
----------------------------------------------------*/

#container{
text-align:center;
overflow:hidden;
min-width: 1134px;
}

#main_contents {
	/zoom: 1;
clear:both;
overflow: hidden;
min-height: 200px;
}

.box1000 {
width: 1000px;
margin-left: auto;
margin-right: auto;
}

.box900 {
width: 900px;
margin-left: auto;
margin-right: auto;
}

.box800 {
width: 800px;
margin-left: auto;
margin-right: auto;
}

.main p{
line-height: 1.72;
}

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

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#container{
padding-top: 110px;
}
header{
width:100%;
margin:0px auto 0px;
z-index: 9999;
/*overflow: hidden;
position: relative;*/
}
header.fix{
width:100%;
height:110px;
position: fixed;
top:0;
left:0;
right:0;
margin: auto;
background: #fff;
}

.tagline{
font-size:12px;
height:22px;
margin: 0 auto;
z-index: 999;
font-weight: normal;
padding-top: 4px;
}

#header2024{
padding: 0 0;
min-width: 1000px;
width: min(1345px, 98%);
margin-inline: auto;
align-items: center;
height:110px;
}

#header2024 .header_nav{
width:calc(100% - 340px);
gap:20px;
align-items: flex-end;
}

#header2024 .txt_nav{
width:calc(100% - 412px);
}

#header2024 .flex-end{
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}

#header2024 .logo_box {
width:328px;
position: relative;
padding:0 0;
}

#header2024 .h_link{
font-size:12px;
gap:22px;
margin-bottom: 3px;
}

#header2024 .h_gnav{
font-size:15px;
gap: 0px 20px;
font-weight: bold;
}

#header2024 .h_link .i_tips{
background: url(/img/common/i_tips.png) 0 50% no-repeat;
padding-left: 24px;
}

#header2024 .h_link .i_news{
background: url(/img/common/i_news.png) 0 50% no-repeat;
padding-left: 24px;
}

#header2024 .h_link .i_office{
background: url(/img/common/i_office.png) 0 50% no-repeat;
padding-left: 20px;
background-size: 13px auto;
}

#header2024 .guide_navi{
width:392px;
}

#header2024 .guide_navi .tag{
font-size:12px;
font-feature-settings: "palt";
padding-bottom: 5px;
white-space: nowrap;
text-indent: -0.3em;
}

#header2024 .guide_navi .justify{
flex-direction: row-reverse;
}

#header2024 .guide_navi .h_tel a{
background: #0F5579;
color:#fff;
width: 220px;
height: 56px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: grid;
place-content: center;
}

#header2024 .guide_navi .h_tel .txt18{
font-size:21px;
line-height: 1.3;
background: url(/img/common/h_tel.svg) 2px 50% no-repeat;
padding-left: 30px;
}

#header2024 .guide_navi .h_tel .time{
font-size:10px;
display: block;
}

#header2024 .guide_navi .h_mail a{
color:#fff;
width: 168px;
height: 56px;
background: #FCB73E;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: grid;
place-content: center;
}

#header2024 .guide_navi .h_mail a p{
background: url(/img/common/h_mail.svg) 0 50% no-repeat;
font-size:15px;
padding-left: 34px;
line-height: 1.2;
}

#header2024 .guide_navi .h_mail a .txt12{
display: block;
padding-top: 4px;
}

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

#header2024 .nav_01{
display: none;
}

}

@media screen and (max-width: 1300px) {/*-----------------------------*/
#header2024 .guide_navi .tag{
font-size:11px;
}

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

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

#header2024 .logo_box {
width: 280px;
}

#header2024 .header_nav {
width: calc(100% - 285px);
gap: 15px;
}

#header2024 .guide_navi .tag{
font-size:10px;
}


#header2024 .txt_nav{
width:calc(100% - 350px);
}

#header2024 .guide_navi{
width:335px;
}

#header2024 .guide_navi .h_tel a{
width: 180px;
}

#header2024 .guide_navi .h_mail a{
width: 148px;
}


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


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

#header2024 .h_gnav{
font-size:14px;
gap: 4px 15px;
}


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

/*
.guide_navi ul{font-size:0px;}

.guide_navi li{
font-size:14px;
display: inline-block;
vertical-align: middle;
}

.guide_navi a:hover{
text-decoration: none;
}

.guide_navi li.h_tel .time{
font-size:13px;

margin-left: 30px;
}
*/
/*
.guide_navi li.h_mail{
width:148px;
font-weight: bold;
margin-left: 12px;
}

.guide_navi li.h_mail a{
display: block;
color:#fff;
font-size:15px;
letter-spacing: 0.5px;
line-height:1.4;
text-align: left;
background: url(/img/common/i_mail.png) 10px 50% no-repeat #fcb73e;
padding:6px 0 6px 40px;
text-align: left;
}*/


/*----------------------------------------------------
	nav
----------------------------------------------------*/
#gnavi,
.toggle{
display: none !important;
}


/*
#gnavi{
height:58px;
text-align: center;
letter-spacing: 0.8px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#gnavi ul.pa {
height:70px;
font-size:0;
}

#gnavi ul.pa > li{
font-size:16.5px;
margin: 0;
line-height:52px;
position: relative;
border-left: 1px solid #ccc;
text-align: center;
display: inline-block;
}

#gnavi ul.pa > li:last-child{

}

#gnavi ul.pa > li a{
display: block;
position: relative;
padding-bottom: 4px;
}

#gnavi ul.pa > li.nav01{width:80px;}
#gnavi ul.pa > li.nav02{width:180px;}
#gnavi ul.pa > li.nav03{width:235px;}
#gnavi ul.pa > li.nav04{width:130px;}
#gnavi ul.pa > li.nav05{width:112px;}
#gnavi ul.pa > li.nav06{width:140px;border-right: 1px solid #ccc;}
#gnavi ul.pa > li.nav08{width:112px;}

#gnavi ul.pa > li:before{
display: block;
content: "";
width:auto;
height:4px ;
bottom: 2px;
left: 3px;
right: 3px;
margin: auto;
position: absolute;
background: #f1f1f1;
}

#gnavi ul.pa > li:after{
z-index: 99;
display: block;
content: "";
width:auto;
height:4px ;
bottom: 2px;
left: 3px;
right: 3px;
margin: auto;
position: absolute;
background: #f1f1f1;
 transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#instructor #gnavi ul.pa > li.nav08:after,
#inquiry #gnavi ul.pa > li.nav06:after,
#outline #gnavi ul.pa > li.nav05:after,
#result #gnavi ul.pa > li.nav04:after,
#seminar #gnavi ul.pa > li.nav03:after,
#feature #gnavi ul.pa > li.nav02:after,
#index #gnavi ul.pa > li.nav01:after,
#gnavi ul.pa > li:hover:after{
background: #3fa1d0;
transform: scale(1, 1);
}

#gnavi ul.pa li a:hover{
-webkit-transition: all .4s linear;
transition: all .4s linear;
opacity: .8;
}

.sp_menu{
display: none !important;
}

#gnavi li .child{
height: 0;
position: absolute;
width:100%;
top:102px;
left:0;
right:0;
margin: auto;
height:auto;
z-index:9999;
background:#006634;
color:#fff;
}

#gnavi li .child ul:before{
height:0px ;
content: "";
width:400px ;
top: -34px;
left: 0;
right: 0;
font-size:18px;
margin: auto;
position: absolute;
}

#gnavi li:hover .child ul:before{
display: block;
height:20px ;
top: 0px;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

#gnavi li .child li{
visibility: hidden;
height: 0;
overflow: hidden;
position: relative;
margin:0 13px;
display: block;
padding:0;
text-align:left;
}

#gnavi li:hover .child li{
margin:0 13px 25px ;
}

#gnavi li:hover .child{
visibility: visible;
height: auto;
-webkit-transition: all .4s linear;
transition: all .4s linear;
padding-top: 68px;
}

#gnavi li:hover .child li,
#gnavi a:hover .child li{
visibility: visible;
overflow: visible;
height: auto;
z-index: 9999;
font-weight: normal;
}

#gnavi .child li a {

}

#gnavi li:hover .child li a,
#gnavi li:hover .child li a{
color:#00860d;
}

#gnavi li:hover .child li a:hover{
text-decoration: underline;
}

#gnavi li .child .service_list{
margin: 0 auto;
}

#gnavi li:hover .child .service_list {
width:996px;
padding: 20px 0 0px;
}

#gnavi li:hover .child .service_list li{
padding-bottom: 20px;
}

#gnavi li .child  * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
*/
/*----------------------------------------------------
	tit
----------------------------------------------------*/

#main .title{
position: relative;
width:100%;
margin-bottom:5px;
}

#main .title img{
max-height:198px;
 }
#main .title.mb0{
margin-bottom: 0;
}

.stit_navy{
background: #0f557a;
text-align: center;
}

.stit01{
letter-spacing: 1.4px;
font-size:20px;
text-align: center;
line-height: 48px;
background: #e9f4f9;
}
/*
.stit01 span.txts{
font-size:18px;
}

.stit01.t_w{
color:#fff;
border-bottom: 3px solid #fff;
}

.stit02{
line-height: 62px;
padding:0 20px;
font-size:24px;
border-top: 4px solid #32527a;
border-bottom: 1px solid #32527a;
}*/

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);
}

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

.btn01 a{
color:#fff;
/*border: 2px solid #32527a;*/
text-align: center;
display: inline-block;
cursor: pointer;
font-size:20px;
letter-spacing: 1.6px;
font-weight: bold;
line-height: 54px;
background:#fcb73e;
background-position : right 30px top 50%;
background-size: 11px auto;
min-width: 400px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
position: relative;
z-index: 99;
padding: 0 40px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.btn01 a span {
position: relative;
padding-right: 20px;
}

.btn01 a span:before{
display: block;
content: "";
position: absolute;
top:0;
bottom:0;
right: 0;
margin: auto;
width: 9px;
height: 9px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
}

.btn01.mini a{
font-size:22px;
background:#ff7e0c;
padding: 0 20px;
line-height: 44px;
min-width:315px;
margin-bottom: 0px;
}

.btn01.mini2 a{
font-size:17px;
padding: 0 40px;
line-height: 44px;
min-width:240px;
margin-bottom: 0px;
}

.btn01.mini2.w325 a{
width:325px;
}


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

.table01{
width:100%;
font-size:16px;
background: #fff;
border-top: 1px solid #ccc;
}

.table01 th{
padding: 14px 0;
width:255px;
text-align: center;
font-weight: normal;
border-bottom: 1px solid #ccc;
vertical-align: middle;
background: #f3f9fb;
}

.table01 td{
padding: 14px 40px;
border-bottom: 1px solid #ccc;
}

.table01 .inline_wrap{
margin: 10px 0;
}
/*----------------------------------------------------
	#breadcrumb
----------------------------------------------------*/

.breadcrumb{
padding: 2px 0 5px;
}

.breadcrumb ol{
text-align:left;
}

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

.breadcrumb ol li span{
display: inline-block;
}

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

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

.breadcrumb ol li a{
font-weight: normal;
text-decoration: none;
}

.breadcrumb.txt_b ol li,
.breadcrumb.txt_b ol li a{
color:#333;
}

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

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

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

.page_404{
padding: 80px 0;
}
/*----------------------------------------------------
	index
----------------------------------------------------*/

#index .main_img{
height:598px;
background: #E6EEF5;
}

#index .main_img:before{
display: block;
content: "";
width:48% ;
height:100% ;
top: 0;
bottom:0;
left: 0;
right: 0px;
position: absolute;
background: url(/img/top/main001.jpg) no-repeat;
background-position : right 20px bottom 0px;
background-size:auto 100%;
z-index: 0;
}

#index .main_img:after{
display: block;
content: "";
width:52% ;
height:100% ;
top: 0;
bottom:0;
right: 0px;
position: absolute;
background: url(/img/top/main_bg001.svg) right 50% no-repeat;
z-index: 1;
}

#index .txt_box01{
width:518px;
float:right;
padding-top: 20px;
z-index: 9;
}

#index .txt_box01 h2{
margin-bottom: 25px;
}

#index .txt_box01 h2 span{
display: block;
width:182px;
line-height: 40px;
text-align: center;
color: #fff;
background: #0f557a;
letter-spacing: 5px;
margin-bottom: 10px;
font-weight: normal;
padding-left: 2px;
}

#index .txt_box01 h3{
line-height: 1.8;
margin-bottom: 16px;
}

#index .txt_box01 ul.check01{
margin: 20px auto 12px;
}

#index .txt_box01 li{
margin-bottom: 8px;
font-size:23px;
}

#index .txt_box01 li span{
background: url(/img/common/check02.png) 10px 50% no-repeat #fff;
padding: 2px 10px 2px 50px;
display: inline-block;
}

#index .bn_semi2024{
margin-top: -8px;
}
#index .bn_semi2024 img{
margin-left: -8px;
}


.bl_floatingBanner_close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100%;
}
.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 21px;
  height: 1px;
  background-color: #707070;
  transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 1px;
  height: 21px;
  background-color: #707070;
  transform: rotate(45deg);
}

/*
.bl_floatingBanner{
width:576px;
height:134px;
position: fixed;
top:570px;
left:48%;
margin: auto;
z-index: 999;
}*/


#bn_semi2024.bl_floatingBanner.js_close {
  /*display: none;*/
  z-index: -4 !important;
  opacity: 0 !important;
}

#bn_semi2024{
position: fixed;
bottom:-1px;
right:70px;
width:576px;
height:134px;
z-index: 999 !important;
transition: .5s;
 z-index: -1 ;
  opacity: 0;
}

#bn_semi2024.hide{
    
}

#index .txt_box02{
clear: both;
width:936px;
margin: 0 auto 20px;
background:url(/img/top/main_bg02.png) left 50% no-repeat #3fa1d0;
border: 2px solid #fff;
z-index: 9;
color:#fff;
padding: 15px 40px;
height: 92px;
}

#index .txt_box02 .btn01{
position: absolute;
top: 50%;
right:40px;
margin: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

#index01 h2{
height: 124px;
}

#index01 h2 span{
padding-top: 15px;
margin-bottom: 3px;
}

#index01 .bg01{
background: url(/img/top/bg01.jpg) 50% 50% no-repeat;
background-size: cover;
padding: 35px 0;
}

#index01 .bg_w{
padding: 20px 20px 40px;
}

#index01 .bg_w:before {
display: block;
content: "";
width:94px ;
height: 94px;
top: 20px;
left: 20px;
position: absolute;
border-left: 4px solid #3fa1d0;
border-top: 4px solid #3fa1d0;
}

#index01 .bg_w:after {
display: block;
content: "";
width:94px ;
height: 94px;
bottom: 20px;
right: 20px;
margin: auto;
position: absolute;
border-right: 4px solid #3fa1d0;
border-bottom: 4px solid #3fa1d0;
}

#index01 .bg01 .check01{
width:835px;
margin: 30px auto 20px;
}

.check01 li{
line-height: 56px;
padding-left: 45px;
background-image: linear-gradient(to right, #3fa1d0, #3fa1d0 5px, transparent 1px, transparent 5px);
background-size: 8px 1px;
background-position: bottom;
background-repeat: repeat-x;
}

.check01 li:before {
display: block;
content: "";
width:27px ;
height:26px ;
top: 0;
left: 2px;
bottom: 0;
margin: auto;
position: absolute;
background: url(/img/common/check01.png) 0 50% no-repeat;
}

#index01 .bg01 .txt31{
font-size:31px;
}

#index01 .bg01 .txt31 span{
background: linear-gradient(transparent 70%, #feff8a 0%);
padding: 2px;
}

.post_head .tag,
.result_list .tag{
display: inline;
font-size:0;
}

.result_list ul.flex-start > li{
width:311px;
margin-right: 33px;
margin-bottom: 30px;
}

.result_list ul.flex-start > li:nth-child(3n){
margin-right: 0;
}

.result_list li .txt_box{
padding-top: 5px;
}

.result_list .date,
.result_list .tag li{
border: 1px solid #ccc;
font-size:14px;
padding: 2px 4px 0;
display: inline-block;
margin-right: 7px;
line-height: 17px;
}

.result_list .tag li:last-child{
margin-right: 0;
}

.result_list li .tit{
margin-bottom: 10px;
padding-top: 2px;
}


.result_list .btn01.mini2 a{
width:328px;
}

.news_list > li{
padding: 14px 40px 14px 0;
vertical-align: top;
border-bottom: 1px solid #ccc;
}

#news .news_list > li{
padding: 14px 120px 14px 90px;
}

.news_list > li:before {
display: block;
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
width: 9px;
height: 9px;
border-top: 2px solid #3fa1d0;
border-right: 2px solid #3fa1d0;
transform: rotate(45deg);
}

#news .news_list > li:before {
right: 55px;
}

.news_list li .cate,
.news_list li .date{
display: inline-block;
vertical-align: middle;
font-size:14px;
line-height: 18px;
padding-right: 14px;
}

#com_box02 .txt_box.waku{
border: 1px solid #ccc;
padding: 30px 25px;
}

#com_box02 .txt_box figure{
padding: 5px 30px 20px 0;
}

#com_box02 .txt_box2{
padding: 28px 30px;
border: 1px solid #ccc;
}

#com_box02 .txt_box2 figure{
padding: 5px 0 0px 0;
}

#com_box02 .txt_box2 .in_box{
width:810px;
}

#com_box02 .txt_box2 .in_box li{
padding-left:1em;
}

#com_box02 .txt_box2 .in_box li:before {
display: block;
content: "";
top:8px;
left: 2px;
margin: auto;
position: absolute;
width: 10px;
height: 10px;
background-color: #0f567a;
border-radius: 100%;
}

#com_box02 .stit_navy{
font-size:24px;
line-height: 76px;
letter-spacing: 5px;
color:#fff;
}


#pagetop{
width:60px;
height:60px;
z-index: 9999;
position: fixed;
right:0;
bottom:0;
display: none;
}

#pagetop a{
background: url(/img/common/ar_pagetop.svg) 50% 50% no-repeat #0F5579;
width:60px;
height:60px;
cursor: pointer;
display: inline-block;
border: 1px solid rgba(255,255,255,0.9);
}

#pagetop a span{
font-size:0;
}

footer .guide_navi li.h_mail a {
color:#fff;
padding: 0px 20px 0px 50px !important;
}

footer .guide_navi li.h_mail {
width: 254px;
font-weight: bold;
margin-left: 12px;
}

footer .guide_navi li {
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
