@media only screen and (max-width: 640px) {

body {
	font-size: 16px;
	color: #000000;
	background: #ffffff;
	line-height: 2.0;
	word-wrap:break-word;
}

a,
a:before,
a:after,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #1e62d5 /*#203b4f*/;
}

a:hover {
	color: #1e62d5 /*#203b4f*/;
}

body {
	font-size: 14px;
}

#top {
	position: relative;
}

#md-site {
}

.container-inner {
	width: auto;
}
	
	.pg-canvas{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
	}
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}



/* HEADER */


#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:55px;
	background-color:rgba(255,255,255,0.82);
	z-index:3000;
	box-shadow: 0px 4px 4px -4px #203b4f;
	-webkit-box-shadow: 0px 4px 4px -4px #203b4f;
	-moz-box-shadow: 0px 4px 4px -4px #203b4f;
}

#header .container-inner {
	padding:10px 55px 10px 15px;
}

#header .primary{
}
#header .h-logo {
	display:block;
	margin:0;
	line-height:0;
}
#header .h-logo a {
	display:inline-block;
	text-decoration:none;
}
#header .h-logo a:hover,
#header .h-logo a:active {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .h-logo a img {
	width: auto;
	max-height: 35px;
}

#header .secondary{
	display:none;
}






/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#203b4f;
}

#footer .container-inner {
	padding:20px 10px;
}

#footer a{
	color: #ffffff;
}

#footer .f-sign{
    margin-bottom: 20px;
}

#footer .f-names{
	margin-bottom:25px;
    text-align: center;
}

#footer .f-name{
	display:block;
	margin-bottom: 0;
}
#footer .f-name a{
    font-size: 106.25%;
	font-weight:bold;
	text-decoration:none;
}
#footer .f-name a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .f-address{
    margin-bottom: 2px;
}
#footer .f-address .f-place{
    display: block;
}
#footer .f-address,
#footer .f-address .f-tel,
#footer .f-address .f-extension{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	font-size:93.75%;
}
#footer .f-gmap a{
    font-weight: normal;
}
#footer .f-banners{
    text-align: center;
    letter-spacing: -.4em;
}
#footer .f-banners > li{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    letter-spacing: normal;
}
#footer .f-banners > li:nth-child(odd){
    margin-right: 1%;
}
#footer .f-banners > li:nth-child(even){
    margin-left: 1%;
}
#footer .f-banners a{
	display:inline-block;
	padding:0;
	line-height:0;
}
#footer .f-banners a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .f-nav{
    max-width: 300px;
    margin: 0 auto 20px;
}
#footer .f-nav .fnav-col01,
#footer .f-nav .fnav-col02{
    display: table;
    width: 100%;
}
#footer .f-nav .fnav-list{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    border-left: 1px solid #8f9da7;
}
#footer .f-nav .fnav-col01 > .fnav-list:first-child,
#footer .f-nav .fnav-col02 > .fnav-list:first-child{
    border-left: none;
}
#footer .f-nav .fnav-list > li{
    margin-bottom: 5px;
}
#footer .f-nav .fnav-list > li:last-child{
    margin-bottom: 0;
}
#footer .f-nav .fnav-list > li a{
    font-size: 87.5%;
}


#footer .copyright {
    clear: both;
	margin: 0;
	padding:10px 0;
	font-size: 64.2857%;
    text-align: center;
}






/* NAVIGATION */

#nav{
    display: none;
}

#sp-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3500;
	margin-bottom:0;
}

#sp-menu a {
}

#sp-menu .menu {
	float: right;
	width: 40px;
	height: 55px;
}

#sp-menu .tel {
	float: right;
	width: 40px;
	height: 55px;
}

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
#sp-menu .tel a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
    background-color: #000000;
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:40%;
		left:0;
		right:0;
		margin:auto;
		width: 20px;
		height: 2px;
		background: #203b4f;
		transition: .2s;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 40%;
		left: 0;
		right:0;
		margin:auto;
		width: 20px;
		height: 2px;
		background: #203b4f;
		transition: .3s;
	}
	#sp-menu .menu a .icon:before{
		margin-top: -8px;
	}
	#sp-menu .menu a .icon:after{
		margin-top: 6px;
	}
	#sp-menu .menu a.close .icon{
		background: transparent;
	}
	#sp-menu .menu a.close .icon:before{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:after{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	#sp-menu .menu a .text{
		display: block;
		position: absolute;
		bottom:17%;
		left:0;
		right:0;
		margin:auto;
		color:#203b4f;
		font-size:50%;
        font-family: 'Noto Serif JP', "Cinzel Decorative", cursive, "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
		font-weight:bold;
		text-align:center;
	}
    
	#sp-menu .tel a .icon{
		display: block;
        width: 100%;
        height: 20px;
		position: absolute;
		top:20%;
		left:0;
		right:0;
		margin:auto;
        text-align: center;
        background-image: url(../images/common/tel_sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 20px;
    }

	#sp-menu .tel a .text{
		display: block;
		position: absolute;
		bottom:10%;
		left:0;
		right:0;
		margin:auto;
		color:#ffffff;
		font-size:0.64em;
		font-weight:bold;
		text-align:center;
	}



#md-nav {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	z-index:2000;
	display:none;
    padding-top: 55px;
	background-color:rgba(255,255,255,0.8);
}

#sp-nav {
	margin: 30px 30px;
}
#sp-nav > li{
    margin-bottom: 15px;
}
#sp-nav > li > a,
#sp-nav > li > span.parent {
    display: block;
    padding: 12px 18px;
	line-height: 1.4;
    color: #ffffff;
    text-align: left;
    font-size: 114.2857%;
    text-decoration: none;
    background-color: #203b4f;
}
#sp-nav > li > a:hover,
#sp-nav > li > span.parent:hover,
#sp-nav > li > a:active,
#sp-nav > li > span.parent:active {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#sp-nav li span.parent {
    position: relative;
	cursor: pointer;
}
#sp-nav li span.parent:before,
#sp-nav li span.parent:after{
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 0;
    right:10px;
    bottom: 0;
    margin:auto;
    
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}
#sp-nav > li > span.parent:before,
#sp-nav > li > span.parent:after{
    width: 20px;
    background-color: #ffffff;
}
#sp-nav li span.parent:after{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
#sp-nav li span.parent.on:after{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#sp-nav li span.parent.on:before{
    background-color: transparent;
}
#sp-nav li ul {
	display: none;
}
#sp-nav > li > ul > li > a,
#sp-nav > li > ul > li > span.parent {
    display: block;
    padding: 8px 18px;
    color: #203b4f;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/common/anchor-type01.png);
    background-position: 6px 16px;
    background-repeat: no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #203b4f;
}
#sp-nav > li > ul > li > ul > li > a,
#sp-nav > li > ul > li > ul > li > span.parent {
    display: block;
    padding: 8px 18px 8px 32px;
    color: #203b4f;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/common/anchor-type02.png);
    background-position: 20px 16px;
    background-repeat: no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #203b4f;
}

#sp-nav > li > ul > li.on > a,
#sp-nav > li > ul > li a:hover,
#sp-nav > li > ul > li span.parent:hover,
#sp-nav > li > ul > li a:active,
#sp-nav > li > ul > li span.parent:active,
#sp-nav > li > ul > li > ul > li.on > a {
    background-color: #dde1e4;
}

#sp-nav > li > ul > li span.parent:before,
#sp-nav > li > ul > li span.parent:after {
    background-color: #203b4f;
}

/*
#sp-nav > li > ul > li:last-child > a,
#sp-nav > li > ul > li:last-child > span.parent,
#sp-nav > li > ul > li > ul > li:last-child > a,
#sp-nav > li > ul > li > ul > li:last-child > span.parent {
    border-bottom: none;
}
*/

.sp-banners{
    margin-bottom: 50px;
    padding: 0 30px;
}
.sp-banners img{
    width: 100%;
    height: auto;
}
.sp-banners .un_banners{
    text-align: center;
    letter-spacing: -.4em;
}
.sp-banners .un_banners > li{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    letter-spacing: normal;
}
.sp-banners .un_banners > li:nth-child(odd){
    margin-right: 1%;
}
.sp-banners .un_banners > li:nth-child(even){
    margin-left: 1%;
}
.sp-banners a{
	display:inline-block;
	padding:0;
	line-height:0;
}
.sp-banners a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.sp-banners a img{
    line-height: 0;
    box-shadow:0px 0px 10px 0px #d2d7db;
}
.sp-banners .interview a img{
    border:1px solid #203b4f;
}









/* TITLE */

#title {
	margin: 0 0 0;
    position: relative;
}
#title:before {
    content: "";
    display: block;
    width: 100%;
    height: 185px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#title .title_c {
	padding:0;
}
#title .title_l,
#title .title_r {
	padding:0;
	height: 90px;
    display: none;
}
#title .title_c,
#title .title_l,
#title .title_r {
    padding-top: 135px;
}

#title .title-box {
	display: block;
    margin-bottom: 5px;
}

#title .wrapper {
	display:block;
}
#title .inner {
	padding: 10px 15px;
	background-color: rgba(255,255,255,0.6);
}
#title .title_l .title-box,
#title .title_l .wrapper,
#title .title_l .inner {
	display: block;
}

#title .wrapper.en .inner {
	height: 50px;
}
#title .wrapper.level01 .inner {
	height: 40px;
}

#title .title_c .title-box{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}
#title .title_c .wrapper {
	display: table;
    width: 100%;
}
#title .title_c .wrapper .inner{
    display: table-cell;
    vertical-align: middle;
}

#title .title-box .wrapper .en {
	margin-bottom:0;
	font-size: 185.7142%;
    font-family: 'Noto Serif JP', "Cinzel Decorative", cursive, "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
	line-height:1.0;
}
#title .title-box .wrapper .en:first-letter {
    font-size: 120%;
}
#title .title-box .wrapper .en img{
    max-height: 30px;
    width: auto;
}

#title .title-box .wrapper .level01 {
	margin-bottom:0;
	font-size: 142.857%;
    font-family: "Times New Roman", "游明朝", YuMincho, "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
    letter-spacing: 0.5pt;
	line-height:1.0;
}

#title .wrapper.en .inner {
    color: #203b50;
	background-color: rgba(255,255,255,0.6);
}

#title .wrapper.level01 .inner {
    color: #ffffff;
	background-color: #203b4f;
}


/* SUBNAV */
.subnav-box{
    padding: 5px 10px 0;
    border-bottom: 1px solid #8f9da7;
}
.subnav-box .subnav-list,
.subnav-box .subnav-list > li{
    display: inline-block;
}
.subnav-box .subnav-list > li{
    margin-right: 10px;
    margin-bottom: 5px;
}
.subnav-box .subnav-list > li a{
    display: inline-block;
    padding: 1px 1px 1px 18px;
    color: #203b4f;
    font-size: 106.25%;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/common/anchor-type01.png);
    background-position: 6px 9px;
    background-repeat: no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid transparent;
}
.subnav-box .subnav-list > li.on a,
.subnav-box .subnav-list > li a:hover{
    border-bottom-color: #203b4f;
}


/* CONTENT */

#content {
	margin-bottom:10px;
}

#content .container-inner {
	padding: 10px;
}

#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:85.7142%;
}
#breadcrumb li a{
	color:#203b50;
}
#breadcrumb li.on{
	color:#203b50;
	font-weight:bold;
}

#c-wrapper {
}

#main {
	margin-bottom:50px;
}

#side {
	padding:10px;
}

#content #side #snav {
	padding:0 10px;
}

.section {
	margin-bottom: 40px;
}

.section-s {
	margin-bottom: 30px;
}

.section-ss {
	margin-bottom: 20px;
}

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	margin: 0;
	z-index:5000;
}

.pagetop a {
	display:block;
    width: 36px;
	line-height:0;
	text-decoration:none;
	border:1px solid #ffffff;
}

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

.inlink{
	margin-top:-65px;
	padding-top:65px;
}





}
