@media only screen and (max-width: 640px) {

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #231815;
	background: #fff;
	line-height: 1.86666667;
	word-wrap: break-word;
}

a, 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: #056f88;
}

a:hover {
	color: #056f88;
}

#top {
	position: relative;
}

.container-inner {
	width: auto;
}

#content {
	margin-bottom: 10px;
}

#content .container-inner {
	padding: 10px;
}


/* HEADER */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 3000;
}

#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: calc(100% - 60px) ;
	max-width:300px;
}


/* NAVIGATION */

#nav {
	display: none;
}

#sp-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3500;
	margin-bottom: 0;
}

#sp-menu a {
}

#sp-menu .menu {
	float: right;
	width: 50px;
	height: 60px;
}

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#sp-menu .menu a .icon {
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 2px;
	background: #056f88;
	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: 30px;
	height: 2px;
	background: #056f88;
	transition: .3s;
}

#sp-menu .menu a .icon:before {
	margin-top: -10px;
}

#sp-menu .menu a .icon:after {
	margin-top: 8px;
}

#sp-menu .menu a.close .icon {
	background: transparent;
}

#sp-menu .menu a.close .icon:before {
	margin-top: 0;
	background: #fff;
}

#sp-menu .menu a.close .icon:after {
	margin-top: 0;
	background: #fff;
}

#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);
}

#md-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: auto;
	padding-top: 50px;
	z-index: 2000;
	display: none;
	background-color: rgba(5,111,136,0.8);
}

#sp-nav {
	margin: 50px;
}

#sp-nav li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
}

#sp-nav li a {
	display: block;
	padding: 15px;
	font-size: 1.8rem;
	font-family: "A1 Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 0.2em;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

#sp-nav li.on a,
#sp-nav li a:hover {
	color: #31d7d7;
	border-bottom: 1px solid #31d7d7;
}

#sp-nav li.achievement a {
	letter-spacing: 1.2em;
}



/* TITLE */

#title {
	margin-bottom: 20px;
	height: 200px;
	padding: 100px 0 0 20px;
	box-sizing: border-box;
	background-image: url(../images/common/title-bg_sp.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}

#title .container-inner {
	width: auto;
	padding: 0;
}

#title .title {
	margin-bottom: 0;
	color: #fff;
	font-family: "A1 Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#achievement-index #title .title {
	letter-spacing: 1.2em;
}



/* CONTENT */

#breadcrumb li {
	display: inline-block;
	vertical-align: middle;
	font-size: 85.7142%;
}

#breadcrumb li a {
	color: #000000;
}

#breadcrumb li.on {
	color: #000000;
	font-weight: bold;
}

#c-wrapper {
}


.section {
	margin-bottom: 40px;
}

.section-s {
	margin-bottom: 30px;
}

.section-ss {
	margin-bottom: 20px;
}


.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 1500;
}

.pagetop a {
	display: block;
	line-height: 0;
	text-decoration: none;
}

.pagetop a:hover {
	text-decoration: none;
}

.inlink {
	margin-top: -65px;
	padding-top: 65px;
}



/* FOOTER */

#footer {
	border-top: 2px solid #056f88;
}

#footer .container-inner {
	padding: 20px 10px;
}

#footer a {
	color: #000000;
}

#footer .f-sign {
	margin-bottom: 30px;
}

#footer .f-name {
	display: block;
	margin-bottom: 20px;
}

#footer .f-name a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.6;
}

#footer .f-name a:hover, #footer .f-name 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*/
}

#footer .f-address {
	margin-bottom: 20px;
}

#footer .f-address .f-place, #footer .f-address .f-tel, #footer .f-address .f-fax {
	display: block;
	margin-bottom: 0;
	text-align: center;
}

#footer .f-relation{
	margin-bottom: 10px;
}
#footer .f-relation .relation-list{
	text-align: center;
}

#footer .f-relation .relation-list li{
	width: 250px;
	margin: 0 auto 20px;
	padding: 0 10px;
	border-left: 1px solid #067089;
	border-right: 1px solid #067089;
}

#footer .f-relation .relation-list li a{
	display: block;
	padding: 5px;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	line-height: 1.6;
}

#footer .f-relation .relation-list li a:hover{
	border-bottom: 1px solid #067089;
	text-decoration: none;
}

#footer #fbottom{
	border-top: 2px solid #056f88;
}

#footer .copyright {
	margin: 0;
	padding: 0;
	font-size: 85.7142%;
	text-align: center;
}

}
