@charset "UTF-8";



/* ========================================================== */
/*  ブラウザスタイルの初期化                                  */
/* ---------------------------------------------------------- */

body,form,fieldset{
	margin: 0px;
	padding: 0px;
	color: #222222;
}
fieldset{ 
	border: none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,li,dt,dd,div,caption,hr{
	margin: 0px;
	padding: 0px;
}

blockquote,li,dl,dd	{
	margin: 0px;
}
li{
	margin: 0px;
	list-style-type: none;
}


a:link {
	color: #2D4E8B;
	text-decoration: none;
}
a:visited {
	color: #2D4E8B;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FF0000;
}
a img { 
	border: none;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*-- float対策clear --------*/
.clearfix {
zoom: 100%;/*ie用*/
}
.clearfix:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*-- float対策clear --------*/


a img { background:none!important; }
a:hover { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:none!important; -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; } 


/* ========================================================== */
	
html {
   font-size: 130%;
}

/* Body */
body {
	font-family: 'Noto Sans Japanese', serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	font-size: 12pt;
	line-height: 24pt;
}
/* Container */
.container {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
/* Navigation */

.inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding-right: 2%;
	padding-left: 2%;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 
/* header */
#top-head {
	top: -105px;
	position: absolute;
	width: 100%;
	margin: 105px auto 0;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #333333;
	text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo img {
	float: left;
	width: 20%;
	display: block;
	height: auto;
	min-width: 150px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding-left: 200px;
	line-height: 18px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding-top: 0;
	padding-left: 40px;
	padding-bottom: 0;
}
 
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.9);
	transition: top 0.2s ease-in;
	-webkit-transition: top 0.2s ease-in;
	-moz-transition: top 0.2s ease-in;
	border-bottom: 1px solid #BCCAE4;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding-top: 0;
	padding-left: 40px;
	padding-bottom: 0;
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;

}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}






#headimg {
	display: block;
	text-indent: -9999px;
	background-image: url(../images/headimg.jpg);
	margin-top: 80px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center center;
	width: 100%;
	height: 635px;
}
.topsubmenu {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 1000px;
	margin-top: 3rem;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 2rem;
}
.topsubmenu ul {
	margin-top: 0%;
	margin-left: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
	margin-bottom: 0%;
	margin-right: -5%;
	overflow: hidden;
	width: 105%;
}
.topsubmenu ul li {
	margin-top: 0px;
	margin-right: 3%;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	float: left;
	width: 30%;
}
.topsubmenu ul li div {
	border-left: 8px solid #2D4E8B;
	padding-left: 10px;
	font-size: 16pt;
	font-weight: 500;
	line-height: 16pt;
}
.topsubmenu ul li div span {
	display: block;
	font-size: 10pt;
	font-weight: normal;
	color: #777777;
	padding-top: 4px;
}

.topsubmenu h4 {
	display: block;
	text-indent: -9999px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 0;
	padding-top: 56.25%;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

 h4.companyBa , #company h2 {
	background-image: url(../images/company.jpg);
}
h4.serviceBa , #service h2 {
	background-image: url(../images/service.jpg);
}
h4.recruitBa , #recruit h2 {
	background-image: url(../images/ricruit.jpg);
}
h4.accessBa , #access h2 {
	background-image: url(../images/access.jpg);
}
h4.contactBa , #contact h2 {
	background-image: url(../images/contact.jpg);
}
h4.privacyBa , #privacy h2 {
	background-image: url(../images/privacy.jpg);
}

#infomation {
	clear: both;
	color: #FFFFFF;
	background-color: #2D4E8B;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.info {
	margin-top: 1rem;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;
	padding-top: 1rem;
	font-size: 1.8rem;
	line-height: 3.4rem;
	font-family: 'Jacques Francois', serif;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}



dl.infoList {
	width: 96%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.5rem;
}
dl.infoList dt {
	width: 90px;
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #969696;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 5px;
	background-image: url(../image/info_point.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	
  }
dl.infoList dd {
	position: relative;
	margin-top: -38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 128px;
	z-index: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
  }




ul.infoList li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.infoPhoto {
	float: left;
	width: 20%;
}
.infoPhoto img {
	width: 100%;
	height: auto;
	border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
}
.infoCome {
	float: right;
	width: 77%;
}

.infoCome .infoTi {
	display: block;
	color: #2D4E8B;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2rem;
}
.infoCome .infoType {
	color: #969696;
	display: block;
	font-size: 1rem;
	font-family: 'Jacques Francois', serif;
	padding-bottom: 0.2rem;
	line-height: 2rem;
}

.contall h2 {
	display: block;
	text-indent: -9999px;
	margin-top: 80px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	height: 420px;
	background-position: center bottom;
	width: 100%;
}
.contsub h2 {
	display: block;
	text-indent: -9999px;
	margin-top: 80px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	height: 420px;
	background-position: center center;
	width: 100%;
	border-top: 1px solid #BCCAE4;
}
#exemption h2 {
	display: block;
	text-indent: -9999px;
	background-color: #FFFFFF;
	height: 100px;
	width: 100%;
	margin-top: 0px;
	border-top-style: none;	
}



.subTi {
	text-align: center;
	font-size: 30pt;
	margin-top: 0px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #031B45;
	padding-top: 40px;
	padding-bottom: 10px;
}
.subTi span  {
	font-size: 18pt;
	display: block;
	font-family: 'Jacques Francois', serif;
	color: #7F7F7F;
	margin-top: 30px;
	font-variant: normal;
}
.subCont {
	width: 96%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}
dl.pri dt {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 4px;
	font-size: 14pt;
	font-weight: 400;
}
dl.pri dd {
	padding-bottom: 20px;
}
ul#reccom {
	margin: 0px;
	padding-bottom: 10px;
}
#reccom #repo {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 34px;
}

#reccom #resq {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 12px;
	font-weight: bold;
}

#reccom #reer {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#reccom #privlist {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 40px;
}


dl.contlist {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dl.contlist dt {
	position: relative;
	z-index: 1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 180px;
	font-size: 12pt;
	line-height: 22pt;
  }
dl.contlist dd {
	position: relative;
	margin-top: -38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 200px;
	z-index: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
  }

.texBig {
	font-size: 18pt;
	font-weight: 600;
	line-height: 20pt;
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
}
.companyS {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.companyS img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 640px;
}
.serList {
	width: 100%;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #eeeeee;
}
.serList .serPhoto {
	width: 30%;
	padding-bottom: 0px;
	float: left;
	margin-bottom: 40px;
}
.serPhoto img {
	width: 100%;
	height: auto;
}

.serList .serCome {
	width: 65%;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-top: 0px;
	float: right;
}
.serCome h3 {
	display: block;
	color: #384C98;
	font-size: 14pt;
	line-height: 14pt;
	padding-bottom: 6px;
	border-left: 6px solid #384C98;
	margin-bottom: 0.8rem;
	padding-left: 10px;
}

dl.skilist {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
}
dl.skilist dt {
	width: 160px;
	position: relative;
	z-index: 1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 9pt;
	font-weight: 500;
	text-align: left;
	line-height: 12pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
dl.skilist dd {
	position: relative;
	margin-top: -24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 170px;
	z-index: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-size: 9pt;
	line-height: 12pt;
  }
.ricMain h3 {
	color: #2D4E8B;
	font-size: 14pt;
	border-bottom: 1px solid #617FB8;
	line-height: 24pt;
	display: block;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 0px;
}
.ricMain h4 {
	display: block;
	margin-left: 40px;
	margin-top: 15px;
	color: #000000;
	font-size: 13pt;
}
.ricMain .ricBox {
	margin-left: 100px;
}
.texBigSS {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5rem;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #2D4E8B;
}
.texMiddo {
	display: block;
	font-size: 12pt;
	font-family: 'Jacques Francois', serif;
}
.texMiddoSS {
	display: block;
	font-size: 14pt;
	font-weight: 500;
	color: #2D4E8B;
}
















footer {
	background-color: #243D6B;
	padding-bottom: 26px;
	color: #FFFFFF;
	border-top: 45px solid #2D4E8B;
	padding-top: 26px;
	margin-top: 100px;
	width: 100%;
	text-align: center;
}
footer ul {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
footer ul li {
	float: left;
	width: 12.5%;
	white-space: nowrap;
	font-size: 11pt;
	min-width: 100px;
}
.fo li a {
		color: #FFFFFF;
}
.bologo {
	margin-bottom: 5px;
}



.copyright {
	display: block;
	font-size: 10pt;
	text-align: center;
	color: #AAB0BE;
	margin-top: 20px;
}


footer {
	display: inline-block;
}
.hidden {
	display: none;
}


/* ---------------------- フォーム関係 --------------------------- */

.fontred {
	color: #F00;
}
.bottsize {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 12px;
	border-bottom-width: 2px;
}

#inputfome {
	margin: 0px;
	padding: 0px;
}
#inputfome input:focus {
	border: 1px solid #80A2FF;
}

#inputfome .text1 {
	width: 98%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-size: 12pt;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}

#inputfome .text2 {
	background-color: #EEE;
	color: #111;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	width: 120px;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	border-radius: 3px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12pt;
}
.text2:hover {
	background-color: #8DD4E9 !important;
	color: #FFFFFF !important;
}
#inputfome .text3 {
	background-color: #EEE;
	color: #111;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	width: 100px;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	margin-left: 20px;
	border-radius: 3px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12pt;
}
.text3:hover {
	background-color: #8DD4E9 !important;
	color: #FFFFFF !important;
}





/* ------------------------------------------------- */











@media screen and (max-width: 900px) {
html {
   font-size: 120%;
}
#headimg {
	display: block;
	text-indent: -9999px;
	background-image: url(../images/headimg.jpg);
	margin-top: 80px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center center;
	width: 100%;
	height: 150px;
	padding-top: 40%;
}
.topsubmenu ul li div {
	border-left: 6px solid #2D4E8B;
	padding-left: 10px;
	font-size: 14pt;
	font-weight: 500;
	line-height: 14pt;
}
.topsubmenu ul li div span {
	display: block;
	font-size: 10pt;
	font-weight: normal;
	color: #777777;
}
	
.contall h2 {
	height: 360px;
}
.contsub h2 {
	height: 360px;
}
#exemption h2 {
	height: 60px;
}

	
	
	
	
}









/* Mobile */
@media screen and (max-width: 640px) {
html {
   font-size: 100%;
}
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
		border-bottom: 1px solid #BCCAE4;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #2D4E8B;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		padding-left: 0px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
	
#headimg {
	margin-top: 20px;
}
	
ul.infoList {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.5rem;
}
	
	footer ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer ul li {
	width: 100%;
	white-space: nowrap;
	font-size: 12pt;
}
.fo li a {
	color: #FFFFFF;
	display: block;
	line-height: 36pt;
}

.topsubmenu {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	margin-top: 30px;
	padding-right: 3%;
	padding-left: 3%;
}
.topsubmenu ul {
	margin-top: 0%;
	margin-left: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
	margin-bottom: 0%;
	margin-right: -5%;
	overflow: hidden;
	width: 105%;
}
.topsubmenu ul li {
	margin-top: 0px;
	margin-right: 5%;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	float: left;
	width: 45%;
}
	
.topsubmenu ul li div {
	border-left: 4px solid #2D4E8B;
	padding-left: 10px;
	font-size: 12pt;
	font-weight: 500;
	line-height: 12pt;
}
.topsubmenu ul li div span {
	display: block;
	font-size: 8pt;
	font-weight: normal;
	color: #777777;
}
	
.contall h2 {
	display: block;
	text-indent: -9999px;
	margin-top: 60px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center center;
	width: 100%;
	height: 50px;
	padding-top: 40%;
}
.contsub h2 {
	display: block;
	text-indent: -9999px;
	margin-top: 50px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center center;
	width: 100%;
	height: 50px;
	padding-top: 40%;
}


#exemption h2 {
	display: block;
	text-indent: -9999px;
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
	margin-top: 0px;
	padding-top: 0%;
}
.subTi {
	text-align: center;
	font-size: 24pt;
	margin-top: 0px;
	font-weight: 400;
	margin-bottom: 26px;
	color: #031B45;
	padding-top: 26px;
	padding-bottom: 0px;
}
.subTi span  {
	font-size: 12pt;
	display: block;
	font-family: 'Jacques Francois', serif;
	color: #7F7F7F;
	margin-top: 10px;
	font-variant: normal;
}
	
.infoPhoto {
	width: 30%;
	float: none;
}
.infoPhoto img {
	width: 100%;
	height: auto;
	float: none;
}
.infoCome {
	width: 100%;
}
	
dl.contlist dt {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
  }
dl.contlist dd {
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
  }
.subCont {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
	
.serList {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
}
.serList .serPhoto {
	width: 100%;
	padding-bottom: 0px;
	float: none;
	margin-bottom: 10px;
}
.serPhoto img {
	width: 100%;
	height: auto;
}

.serList .serCome {
	width: 100%;
	margin-top: 0px;
	padding-bottom: 50px;
	padding-top: 0px;
	float: none;
}
.serCome h3 {
	display: block;
	color: #2D4E8B;
	font-size: 14pt;
	line-height: 14pt;
	padding-bottom: 0.8rem;
}
	
dl.skilist {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
dl.skilist dt {
	position: relative;
	z-index: 1;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
  }
dl.skilist dd {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	z-index: 0;
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	bottom: 6pt;
  }

.ricMain h4 {
	display: block;
	margin-left: 0px;
	margin-top: 15px;
	color: #000000;
	font-size: 13pt;
}
.ricMain .ricBox {
	margin-left: 30px;
}
	
footer {
	padding-bottom: 24px;
	border-top: 40px solid #2D4E8B;
	padding-top: 24px;
	margin-top: 40px;
}
.serPhoto {
	width: 100%;
	height: 130px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.serPhoto img {
	position: absolute;
	     top: 0;
	     left: 0;
	     right: 0;
	     bottom: 0;
	     margin: auto;
}
.serCome h3 {
	display: block;
	color: #384C98;
	font-size: 14pt;
	line-height: 14pt;
	border-left: 6px solid #384C98;
	margin-bottom: 0.8rem;
	padding-left: 10px;
	padding-bottom: 5px;
}
	
	
	
	
	
	
	
	
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	
	
	
	

}
