@charset "utf-8";

/* -------------------------------------------------
	GoogleFonts(MPLUS1p) [100, 300, 400, 500, 700, 800, 900]
------------------------------------------------- */

@font-face {
	font-family: 'MPLUS1p';
	font-weight: 400;
	font-style: normal;
	src: url('../font/M_PLUS_1p/MPLUS1p-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'MPLUS1p';
	font-weight: 500;
	font-style: normal;
	src: url('../font/M_PLUS_1p/MPLUS1p-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'MPLUS1p';
	font-weight: 700;
	font-style: normal;
	src: url('../font/M_PLUS_1p/MPLUS1p-Bold.ttf') format('truetype');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
}

html {
	
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-family: 'MPLUS1p', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
	color: #333;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: 400;
}

p, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-size: 16px;
	line-height: 1.875;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	padding-bottom: 80px;
	display: block;
}

@media print, screen and (min-width:768px) {
	a[href^="tel:"] {
		cursor: default;
	}
}

@media screen and (max-width:767px) {
	p, th, td, li, dt, dd, figcaption, input, select, textarea {
		font-size: 3.2vw;
	}
	main {
		padding-bottom: 12vw;
	}
}

/* -------------------------------------------------
	section
------------------------------------------------- */

main section.lv2 + section.lv2 {
	margin-top: 70px;
}

@media screen and (max-width:767px) {
	main section.lv2 + section.lv2 {
		margin-top: 9vw;
	}
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1200 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
}

@media screen and (max-width:767px) {
	.box1200 {
		width: auto;
	}
	.box-sp {
		width: 92%;
		margin: 0 auto;
		position: relative;
		display: block;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-lower-common {
	height: 150px;
	display: flex;
	align-items: center;
	background: -moz-linear-gradient(90deg, #0074c2 0%, #00a0e9 100%);
	background: -webkit-linear-gradient(90deg, #0074c2 0%, #00a0e9 100%);
	background: linear-gradient(90deg, #0074c2 0%, #00a0e9 100%);
}
.h-lower-common .inner {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	display: block;
}

.h-leftBorder {
	padding: 0.3em 0 0.2em 1em;
	margin-bottom: 60px;
	font-weight: 500;
	font-size: 21px;
	color: #226db6;
	line-height: 1.3;
	border-left: solid 4px #0d6fb8;
}

.h-style1 {
	margin-bottom: 30px;
	padding-bottom: 0.9em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: solid 2px #0d6fb8;
	color: #0d6fb8;
}

.h-style2 {
	margin-bottom: 20px;
	padding-bottom: 0.9em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: solid 1px #cfdde5;
	color: #0d6fb8;
}

.h-style3 {
	margin-bottom: 1.7em;
	padding-bottom: 1.1em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: solid 2px #0d6fb8;
	color: #0d6fb8;
}

.h-square {
	font-size: 20px;
	font-weight: 500;
	color: #0d6fb8;
}
.h-square.border-bottom {
	padding-bottom: 10px;
	border-bottom: solid 2px #0d6fb8;
}
.h-square span {
	width: 35px;
	height: 35px;
	border: solid 1px #036eb8;
	background: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.h-square span + span {
	margin-left: 10px;
}

@media screen and (max-width:767px) {
	.h-lower-common {
		height: 20vw;
	}
	.h-lower-common .inner {
		font-size: 4vw;
	}
	
	.h-leftBorder {
		margin-bottom: 5vw;
		font-size: 3.6vw;
	}
	
	.h-style1 {
		margin-bottom: 5vw;
		font-size: 3.4vw;
		border-width: 1px;
	}
	
	.h-style2 {
		margin-bottom: 5vw;
		font-size: 3.4vw;
	}
	
	.h-style3 {
		font-size: 3.4vw;
	}
	
	.h-square {
		font-size: 3.6vw;
	}
	.h-square.border-bottom {
		padding-bottom: 1em;
		border-width: 1px;
	}
	.h-square span {
		width: 8vw;
		height: 8vw;
	}
	.h-square span + span {
		margin-left: 2vw;
	}
}

/* -------------------------------------------------
	#page-path
------------------------------------------------- */

#page-path {
	margin: 30px 0 60px;
	display: flex;
}
#page-path li {
	font-size: 14px;
	color: #333;
}
#page-path li + li::before {
	content: ">";
	display: inline-block;
	margin: 0 0.7em;
}
#page-path li a {
	color: #0d6fb8;
}

@media print, screen and (min-width:768px) {
	#page-path li a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:767px) {
	#page-path {
		margin: 4vw 0 8vw;
	}
	#page-path li {
		font-size: 3.2vw;
	}
}

/* -------------------------------------------------
	.layout-type1 (左が狭く(画像)、右が広い(テキストエリア)レイアウト)
------------------------------------------------- */

.layout-type1 + .layout-type1 {
	margin-top: 60px;
}
.layout-type1 .right p + p {
	margin-top: 1.8em;
}


@media print, screen and (min-width:768px) {
	.layout-type1 {
		display: flex;
		justify-content: space-between;
	}
	.layout-type1 .left {
		width: calc(380 / 1200 * 100%);
	}
	.layout-type1 .right {
		width: calc(780 / 1200 * 100%);
	}
}

@media screen and (max-width:767px) {
	.layout-type1 + .layout-type1 {
		margin-top: 10vw;
	}
	.layout-type1 .left {
		margin-bottom: 8vw;
	}
	.layout-type1 .left img {
		display: block;
		width: 65%;
		margin: 0 auto;
	}
}

/* -------------------------------------------------
	.col2-layout
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.col2-layout {
		display: flex;
		justify-content: space-between;
	}
	.col2-layout > * {
		width: calc(570 / 1200 * 100%);
	}
}

/* -------------------------------------------------
	.col3-layout
------------------------------------------------- */

.col3-layout li .title {
	padding: 1em 0 0.9em;
	font-size: 18px;
	line-height: 1.4;
	color: #0d6fb8;
	font-weight: 500;
	border-bottom: solid 1px #cfdde5;
}
.col3-layout li .desc {
	margin-top: 1.2em;
}

@media print, screen and (min-width:768px) {
	.col3-layout {
		display: flex;
		flex-wrap: wrap;
	}
	.col3-layout li {
		width: calc(380 / 1200 * 100%);
		margin-right: calc(30 / 1200 * 100%);
	}
	.col3-layout li:nth-child(3n) {
		margin-right: 0;
	}
	.col3-layout li:nth-child(3) ~ li {
		margin-top: 55px;
	}
}

@media screen and (max-width:767px) {
	.col3-layout {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.col3-layout li {
		width: 48%;
	}
	.col3-layout li:nth-child(2) ~ li {
		margin-top: 5vw;
	}
	.col3-layout li .pic img {
		width: 100%;
	}
	.col3-layout li .title {
		font-size: 3.4vw;
	}
}

/* -------------------------------------------------
	.related-links
------------------------------------------------- */

.related-links {
	padding: 25px;
	margin-top: 60px;
	border: solid 2px #0d6fb8;
}
.related-links dt {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
}
.related-links dt a {
	padding-left: 25px;
	color: #226db6;
	display: inline-block;
	background: url(../img/arrow_01.png) no-repeat left center;
}
.related-links dd {
	margin-top: 0.3em;
}

@media print, screen and (min-width:768px) {
	.related-links dt a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:767px) {
	.related-links {
		padding: 4vw;
		margin-top: 10vw;
		border-width: 1px;
	}
	.related-links dt {
		font-size: 3.6vw;
	}
	.related-links dt a {
		padding-left: 4.4vw;
		background-size: auto 3vw;
	}
}

/* -------------------------------------------------
	.table-style1 （テーブル：左端、右端にボーダーのないタイプ）
------------------------------------------------- */

.table-style1 {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #cfdde5;
}
.table-style1.all-border { /* (左端、右端にボーダー有 */
	border-left: solid 1px #cfdde5;
	border-right: solid 1px #cfdde5;
}
.table-style1 th,
.table-style1 td {
	padding: 1.3em 1.1em 1.2em;
	text-align: left;
	border-bottom: solid 1px #cfdde5;
}
.table-style1 th {
	width: 30%;
	padding-right: 1.1em;
}
.table-style1 td {
	width: 70%;
	border-left: solid 1px #cfdde5;
}
.table-style1 td.right {
	text-align: right;
}

@media screen and (max-width:767px) {
	.table-style1 th,
	.table-style1 td {
		padding: 0.9em 1em 0.8em;
	}
	.table-style1 th {
		padding-left: 0.8em;
		padding-right: 0.8em;
	}
	.table-style1:not(.all-border) th {
		padding-left: 0;
	}
}

@media screen and (max-width:767px) {
	
}

/* -------------------------------------------------
	.main-side-layout
------------------------------------------------- */

@media print, screen and (min-width:931px) {
	.main-side-layout {
		display: flex;
		justify-content: space-between;
	}
	.main-side-layout .main {
		width: calc(100% - 360px);
	}
	.main-side-layout .side {
		width: 300px;
	}
}

@media print, screen and (min-width:768px) and (max-width:930px) {
	.main-side-layout .side {
		margin-top: 70px;
	}
}

@media screen and (max-width:767px) {
	.main-side-layout .side {
		margin-top: 10vw;
	}
}

/* -------------------------------------------------
	.see-more
------------------------------------------------- */

.see-more {
	margin-top: 30px;
	text-align: right;
}
.see-more a {
	height: 30px;
	padding: 0 39px 0 14px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	border: solid 1px #0d6fb8;
	color: #0d6fb8;
	background: url(../img/arrow_01.png) no-repeat 100px center / 8px auto;
	font-size: 14px;
	line-height: 1;
	transition: background 0.2s ease-out;
}

@media print, screen and (min-width:768px) {
	.see-more a:hover {
		background-color: #e8f5fe;
	}
}

@media screen and (max-width:767px) {
	.see-more {
		margin-top: 6vw;
		text-align: center;
	}
	.see-more a {
		height: 7vw;
		padding: 0 8vw 0 3vw;
		border-radius: 3.5vw;
		background: url(../img/arrow_01.png) no-repeat 22vw center / 2vw auto;
		font-size: 3.2vw;
	}
}

/* -------------------------------------------------
	.common-arrow-li
------------------------------------------------- */

li.common-arrow-li a {
	padding: 13px 0 13px 47px;
	font-size: 16px;
	line-height: 1.875;
	display: flex;
	align-items: center;
	background: url(../img/arrow_01.png) no-repeat 22px center;
	border-bottom: solid 1px #bccfda;
	transition: background 0.2s ease-out;
}

@media print, screen and (min-width:768px) {
	#news ul li .wrap:hover{
		background-color: #c9edfd;
	}
	li.common-arrow-li a:hover {
		background-color: #c9edfd;
		text-decoration: underline;
	}
}

@media screen and (max-width:767px) {
	li.common-arrow-li a {
		font-size: 3.2vw;
		padding-left: 8vw;
		background-position: 3.6vw center;
		background-size: 1.8vw auto;
	}
}

/* -------------------------------------------------
	#facility-introduction
------------------------------------------------- */

#facility-introduction ul li.grad {
	margin-top: 30px;
	line-height: 1;
}
#facility-introduction ul li.grad + .grad {
	margin-top: 20px;
}
#facility-introduction ul li.grad a {
	height: 60px;
	padding-left: 47px;
	display: flex;
	align-items: center;
	color: #fff;
	transition: opacity 0.2s ease-out;
	position: relative;
}
#facility-introduction ul li.grad.blue a {
	background: -moz-linear-gradient(90deg, #0074c2 0%, #00a0e9 100%);
	background: -webkit-linear-gradient(90deg, #0074c2 0%, #00a0e9 100%);
	background: linear-gradient(90deg, #0074c2 0%, #00a0e9 100%);
}
#facility-introduction ul li.grad.green a {
	background: -moz-linear-gradient(90deg, #5bb530 0%, #adc81c 100%);
	background: -webkit-linear-gradient(90deg, #5bb530 0%, #adc81c 100%);
	background: linear-gradient(90deg, #5bb530 0%, #adc81c 100%);
}
#facility-introduction ul li.grad a::before {
	content: "";
	width: 10px;
	height: 15px;
	background: url(../img/arrow_02.png) no-repeat 0 0;
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width:768px) {
	body:not(.pageID-top) #facility-introduction {
		display: none;
	}
	#facility-introduction ul li.grad a:hover {
		opacity: 0.7;
	}
	
	#facility-introduction ul li.grad a .large {
		display: block;
	}
	#facility-introduction ul li.grad a .small {
		margin-top: 0.5em;
		display: block;
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	#facility-introduction {
		margin-top: 10vw;
	}
	#facility-introduction ul li.grad {
		margin-top: 4vw;
	}
	#facility-introduction ul li.grad + .grad {
		margin-top: 2vw;
	}
	#facility-introduction ul li.grad a {
		height: 10vw;
		padding-left: 8vw;
	}
	#facility-introduction ul li.grad a::before {
		width: 1.8vw;
		height: 100%;
		left: 3.6vw;
		top: 0%;
		transform: translateY(0);
		background-size: contain;
		background-position: 0 center;
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

header {
	height: 120px;
}
header .fixed {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	background: #fff;
}

@media print, screen and (min-width:768px) {
	header .fixed > .box1200 {
		height: 100%;
		position: static;
	}
	header .pc-col2 {
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	header .logo {
		width: 130px;
		display: block;
		transform: translateY(-22px);
	}
	header .logo img {
		width: 100%;
	}
	header .gnav {
		padding-top: 0;
		display: flex !important;
	}
	header .gnav > li {
		height: 90px;
		line-height: 1;
		text-align: center;
		display: flex;
		align-items: flex-start;
		cursor: pointer;
		position: relative;
	}
	header .gnav > li.with-sub.on::after {
		width: 0;
		height: 0;
		content: "";
		display: block;
		border-width: 0 18px 20px 18px;
		border-color: transparent transparent #0093de transparent;
		border-style: solid;
		position: absolute;
		left: calc(50% - 18px);
		bottom: 0;
	}
	header .gnav > li .text-wrap {
		height: 60px;
		padding: 15px 30px 0;
		display: block;
	}
	header .gnav > li + li .text-wrap {
		border-left: solid 1px #afc6d3;
	}
	header .gnav > li .j {
		display: block;
		font-size: 16px;
		font-weight: 500;
	}
	header .gnav > li .e {
		margin-top: 0.9em;
		display: block;
		font-size: 12px;
		font-weight: 500;
	}
	header .gnav > li:hover .j,
	header .gnav > li:hover .e {
		color: #0d6fb8;
	}
	header .gnav li .sub {
		width: 100%;
		padding: 60px 0;
		background: -moz-linear-gradient(180deg, #0093de 0%, #0068b7 100%);
		background: -webkit-linear-gradient(180deg, #0093de 0%, #0068b7 100%);
		background: linear-gradient(180deg, #0093de 0%, #0068b7 100%);
		position: fixed;
		z-index: 100;
		left: 0;
		top: 120px;
		text-align: left;
		display: none !important;
	}
	header .gnav > li.with-sub.on .sub {
		display: block !important;
	}
	header .gnav .sub .box1200 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	header .gnav .sub .title {
		margin-left: calc(30 / 1200 * 100%);
		color: #fff;
		font-weight: 500;
		line-height: 1;
	}
	header .gnav .sub .title .ja {
		font-size: 24px;
		display: block;
	}
	header .gnav .sub .title .en {
		margin-top: 0.7em;
		font-size: 16px;
		display: block;
	}
	header .gnav .sub ul {
		width: calc(770 / 1200 * 100%);
		display: flex;
		flex-wrap: wrap;
	}
	header .gnav .sub ul li {
		width: 50%;
		padding-right: 0.5em;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.2;
	}
	header .gnav .sub ul li:nth-child(2) ~ li {
		margin-top: 1.2em;
	}
	header .gnav .sub ul li a {
		padding-left: 25px;
		color: #fff;
		background: url(../img/arrow_02.png) no-repeat 0 1px;
		display: inline-block;
	}
	header .gnav .sub ul li a:hover {
		text-decoration: underline;
	}
}

@media print, screen and (min-width:768px) and (max-width:1070px) {
	header .gnav > li .text-wrap {
		padding: 15px 13px 0;
	}
	header .gnav > li .j {
		font-size: 13px;
	}
	header .gnav > li .e {
		font-size: 11px;
	}
}

@media print, screen and (min-width:768px) and (max-width:980px) {
	header .gnav .sub ul {
		width: calc(670 / 1200 * 100%);
	}
}

@media screen and (max-width:767px) {
	header {
		height: 13vw;
	}
	header .fixed {
		height: 13vw;
	}
	header .fixed > .box1200 {
		position: static;
	}
	header .logo {
		width: 15vw;
		display: block;
		position: absolute;
		left: 4%;
		top: 2.5vw;
	}
	header .logo img {
		width: 100%;
	}
	header .gnav {
		max-height: calc(100vh - 13vw);
		margin-top: 13vw;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: -moz-linear-gradient(180deg, #0098e2 0%, #0068b7 100%);
		background: -webkit-linear-gradient(180deg, #0098e2 0%, #0068b7 100%);
		background: linear-gradient(180deg, #0098e2 0%, #0068b7 100%);
		display: none;
	}
	header .gnav li {
		line-height: 1;
		font-size: 3.2vw;
		position: relative;
	}
	header .gnav > li .e {
		display: none;
	}
	
	header .gnav .text-wrap,
	header .gnav a {
		padding: 3.2vw 4%;
		display: block;
	}
	
	header .gnav li,
	header .gnav a {
		color: #fff;
	}
	
	header .gnav > li + li,
	header .gnav .sub li {
		border-top: solid 1px #4db3e7;
	}
	
	header .gnav > li.with-sub::after {
		content: "＋";
		position: absolute;
		right: 4%;
		top: 3vw;
	}
	header .gnav > li.with-sub.sp-on::after {
		content: "－";
	}
	
	header .gnav .sub {
		display: none;
	}
	header .gnav .sub li {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	#menu-btn {
		width: 6vw;
		height: 5vw;
		position: absolute;
		right: 4%;
		top: 4vw;
		cursor: pointer;
	}
	#menu-btn div {
		width: 100%;
		height: 1px;
		background: #0d6fb8;
		position: absolute;
		left: 0;
		transition: all 0.2s ease-out;
	}
	#menu-btn div:nth-child(2) { top: 50%; }
	#menu-btn div:nth-child(3) { top: 100%; }
	
	header.on #menu-btn div:nth-child(1) { left: 50%; top: 50%; transform: translateX(-50%) rotate(45deg); }
	header.on #menu-btn div:nth-child(2) { opacity: 0; }
	header.on #menu-btn div:nth-child(3) { left: 50%; top: 50%; transform: translateX(-50%) rotate(-45deg); }
}

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

footer {
	padding-top: 60px;
	background: url(../img/bg_01.png) repeat center center;
}
footer .group1 .pc-left .logo {
	width: 130px;
	margin: 15px 0 0 43px;
	display: block;
}
footer .group1 .pc-left .logo img {
	width: 100%;
}
footer .group1 .pc-left .text1 {
	margin-top: 0.9em;
	font-size: 14px;
	line-height: 1.71;
}
footer .group1 .pc-left .text2 {
	margin-top: 0.1em;
	line-height: 1.6;
	font-weight: 700;
}
footer .group1 .pc-left .text4 {
	margin-top: 0.1em;
	line-height: 1.6;
	font-weight: 700;
	text-decoration: underline;
}
footer .group1 .pc-left .text3 {
	font-size: 14px;
	line-height: 1.71;
}

footer .copyright {
	margin-top: 55px;
	border-top: solid 1px #cfdde5;
	padding: 1.6em 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

@media print, screen and (min-width:768px) {
	footer .group1 {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	footer .group1 .pc-left {
		width: 330px;
	}
	footer .group1 .foot-nav {
		width: calc(100% - 330px);
		display: flex;
		justify-content: space-between;
	}
	
	footer .foot-nav .nav-box:nth-child(1) { width: 195px; }
	footer .foot-nav .nav-box:nth-child(2) { width: 215px; }
	footer .foot-nav .nav-box:nth-child(3) { width: 175px; }
	footer .foot-nav .nav-box:nth-child(4) { width: 195px; }
	
	footer .foot-nav .nav-title {
		padding-bottom: 1em;
		font-weight: 700;
		line-height: 1;
		color: #0d6fb8;
		border-bottom: solid 1px #cfdde5;
	}
	footer .foot-nav .nav-title a {
		color: #0d6fb8;
	}
	footer .foot-nav .nav-title + .nav-title {
		padding-top: 1em;
	}
	footer .foot-nav .nav-list {
		margin-top: 15px;
		padding-left: 20px;
		list-style-type: square;
	}
	footer .foot-nav .nav-list li {
		font-size: 14px;
		color: #036eb8;
		line-height: 1.28;
	}
	footer .foot-nav .nav-list li + li {
		margin-top: 0.8em;
	}
	footer .foot-nav .nav-list li a {
		color: #333;
	}
	
	footer .foot-nav .nav-title a:hover,
	footer .foot-nav .nav-list li a:hover {
		text-decoration: underline;
	}
}

@media print, screen and (min-width:768px) and (max-width:1200px) {
	footer .group1 {
		display: block;
	}
	footer .group1 .pc-left {
		width: auto;
		text-align: center;
	}
	footer .group1 .pc-left .logo {
		margin: 15px auto 0;
	}
	footer .group1 .pc-left .text1 {
		font-size: 13px;
	}
	footer .group1 .pc-left .text2 {
		font-size: 14px;
	}
	footer .group1 .pc-left .text3 {
		font-size: 13px;
	}
	
	footer .group1 .foot-nav {
		width: auto;
		margin-bottom: 40px;
	}
	
	footer .foot-nav .nav-box:nth-child(1) { width: 160px; }
	footer .foot-nav .nav-box:nth-child(2) { width: 205px; }
	footer .foot-nav .nav-box:nth-child(3) { width: 125px; }
	footer .foot-nav .nav-box:nth-child(4) { width: 160px; }
	
	footer .foot-nav .nav-box .nav-title {
		font-size: 14px;
	}
	footer .foot-nav .nav-list li {
		font-size: 13px;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding-top: 9vw;
		background-size: 6px auto;
	}
	footer .group1 .pc-left {
		text-align: center;
	}
	footer .group1 .pc-left .logo {
		width: 40%;
		margin: 4vw auto 0;
		display: block;
	}
	footer .group1 .pc-left .logo img {
		width: 100%;
	}
	footer .group1 .pc-left .text1 {
		margin-top: 0.9em;
		font-size: 3.2vw;
	}
	footer .group1 .pc-left .text3 {
		font-size: 3.2vw;
	}

	footer .copyright {
		margin-top: 8vw;
		font-size: 3vw;
	}
}

/* -------------------------------------------------
	pagetop
------------------------------------------------- */

.pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 50;
	background: url(../img/pagetop.png) no-repeat 0 0;
	color: transparent;
	font-size: 1px;
}

@media screen and (max-width:767px) {
	.pagetop {
		width: 9vw;
		height: 9vw;
		background-size: contain;
		right: 2vw;
		bottom: 3vw;
	}
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
