@charset "utf-8";

/* /styles/base/core.css */

/* <pconly> */

	/* <inline> */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.gothic {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
}
.mincho {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGPMinchoE, serif;
}
.cursive {
	font-family: HGPGyoshotai, cursive;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
body {
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
ul,
ol,
li {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: middle;
}
figure, figurecaption {
	display: block;
}
main {
	display: block;
}
[type="submit"], [type="button"], [type="reset"] {
	font-size: 16px;
	border-width: 1px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
}
[type="text"], [type="password"] {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #666;
	box-sizing: border-box;
}
textarea {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #666;
	box-sizing: border-box;
}
select {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #666;
	box-sizing: border-box;
}
label > [type="radio"], label > [type="checkbox"] {
	margin-right: 10px;
}
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.gothic {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
}
.mincho {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGPMinchoE, serif;
}
.cursive {
	font-family: HGPGyoshotai, cursive;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
body {
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
ul,
ul > li {
	list-style-type: none;
}
ol,
ol > li {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: middle;
}
figure, figurecaption {
	display: block;
}
main {
	display: block;
}
[type="submit"], [type="button"], [type="reset"] {
	font-size: 16px;
	border-width: 1px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
}
[type="text"], [type="password"] {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #666;
	box-sizing: border-box;
}
textarea {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #666;
	box-sizing: border-box;
}
select {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #666;
	box-sizing: border-box;
}
label > [type="radio"], label > [type="checkbox"] {
	margin-right: 10px;
}

	/* </inline> */

/* </pconly> */




/* /styles/base/pagetop.css */

/* <pconly> */

.ypagetop {
	background-color: #000;
	border-radius: 24px;
	height: 48px;
	width: 48px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ypagetop::before {
	content: "▲";
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

/* </pconly> */






/* Keyframe base style */

/* <inline> */

	/* <pconly> */

@keyframes slidebar {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

	/* </pconly> */

/* </inline> */





/* Page base style */

/* <inline> */

@media (min-width: 480px) {

/* </inline> */

/* <pconly> */
	
	/* <inline> */

	.ypagetop {
		background-color: rgba(0,0,0,0.6);
		z-index: 400;
		transition: background-color ease 0.5s;
	}
	.ypagetop:hover {
		background-color: #000;
	}

	.button {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		color: #FFF;
		background-color: #1E3376;
		border: 1px solid #FFF;
		border-radius: 5px;
		padding: 15px 40px 15px 61px;
		display: inline-block;
		transition: color,background-color 0.5s ease;
	}
	.button:hover,
	.button:active,
	.button:focus {
		color: #1E3376;
		background-color: #FFF;
		border: 1px solid #1E3376;
	}
	.button::before {
		content: "»";
		margin-left: -1.5em;
		margin-right: 0.5em;
		vertical-align: middle;
		display: inline-block;
		transform: rotate(180deg);
	}

	body {
		font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
		font-size: 14px;
		text-align: center;
		background-image: url(/images/page/480/header.gif);
		background-repeat: repeat-x;
		background-position: center top;
		padding-top: 32px;
		min-width: 960px;
	}

	body > header {
		margin-right: auto;
		margin-left: auto;
		width: 960px;
		position: relative;
	}

	.header-logo {
		line-height: 1;
		margin-right: auto;
		padding-top: 30px;
		width: 296px;
	}
	.header-logo > a {
		background-image: url(/images/page/480/header-logo.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
		height: 34px;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.header-logo > a > img {
		position: relative;
		top: 100%;
		left: 0;
	}

	.header-navi {
		font-size: 15px;
		margin-top: 30px;
	}

	.header-menu > li {
		border-left: 1px solid #EEE;
		vertical-align: middle;
		display: inline-block;
	}
	.header-menu > li:nth-child(6) {
		border-right: 1px solid #EEE;
	}
	.header-menu > li.header-menu-contact,
	.header-menu > li.header-menu-home {
		position: absolute;
		top: -20px;
	}
	.header-menu > li.header-menu-contact {
		right: 158px;
		width: 159px;
	}
	.header-menu > li.header-menu-home {
		border-right: 1px solid #EEE;
		width: 159px;
		right: 0;
	}
	.header-menu > li.header-menu-ycssswitcher,
	.header-menu > li.header-menu-close {
		display: none;
	}
	.header-menu > li > a {
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		line-height: 1;
		white-space: nowrap;
		color: #333;
		background-color: #FFF;
		padding-top: 11px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		display: block;
		position: relative;
		transition: background-color 0.5s ease;
	}
	.header-menu > li > a:hover,
	.header-menu > li > a:active,
	.header-menu > li > a:focus {
		background-color: #F8F8F8;
	}
	.header-menu > li.header-menu-contact > a {
		background-image: url(/images/page/320/contact-mail.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		padding-right: 0;
		padding-left: 20px;
	}
	.header-menu > li.header-menu-home > a {
		background-image: url(/images/page/480/header-menu-home.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		padding-right: 0;
		padding-left: 20px;
	}
	.header-menu > li > a:hover::after,
	.header-menu > li > a:active::after,
	.header-menu > li > a:focus::after {
		content: "";
		background-color: #1E3376;
		margin-right: auto;
		margin-left: auto;
		height: 3px;
		width: 10%;
		display: block;
		position: absolute;
		bottom: -12px;
		right: 0;
		left: 0;
		animation: slidebar 0.3s ease-in 0s 1 normal forwards;
	}
	.header-menu > li.header-menu-contact > a:hover::after,
	.header-menu > li.header-menu-contact > a:active::after,
	.header-menu > li.header-menu-contact > a:focus::after,
	.header-menu > li.header-menu-home > a:hover::after,
	.header-menu > li.header-menu-home > a:active::after,
	.header-menu > li.header-menu-home > a:focus::after {
		top: -12px;
		bottom: 0;
	}

	.header-menu-open {
		display: none;
	}

	.header-contact {
		width: 318px;
		position: absolute;
		top: 37px;
		right: 0;
	}
	.header-contact > li:nth-child(1) {
		display: none;
	}
	.header-contact > li:nth-child(2) > a {
		height: 30px;
		width: 100%;
		background-image: url(/images/page/480/header-contact-tel.gif);
		background-repeat: no-repeat;
		background-position: center top;
		display: block;
		overflow: hidden;
	}
	.header-contact > li > a > img {
		position: relative;
		top: 100%;
	}

	main {
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		padding-right: calc( 50% - 480px );
		padding-left: calc( 50% - 480px );
		width: 960px;
		position: relative;
		overflow: hidden;
	}

	.main-article > h1 {
		font-size: 32px;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin-left: 50%;
		padding-top: 100px;
		padding-bottom: 100px;
		width: 100vw;
		position: relative;
		left: -50vw;
	}

	/* </inline> */

	.breadcrumb {
		font-size: 12px;
		text-align: right;
		line-height: 1;
		white-space: nowrap;
		margin-top: 40px;
		margin-right: auto;
		margin-left: auto;
		padding: 10px;
		width: 940px;
	}
	.breadcrumb > li {
		vertical-align: middle;
		display: inline-block;
	}
	.breadcrumb > li::before {
		padding-right: 0.5em;
		padding-left: 0.5em;
		content: ">";
	}
	.breadcrumb > li:first-child::before {
		padding-right: 0px;
		padding-left: 0px;
		content: none;
	}

	body > footer {
		background-color: #F0F0F0;
		margin-right: auto;
		margin-left: auto;
		padding-right: calc( 50% - 480px );
		padding-left: calc( 50% - 480px );
		position: relative;
		overflow: hidden;
		display: -ms-grid;
		-ms-grid-rows: auto auto auto;
		-ms-grid-columns: 1fr auto auto;
		display: grid;
		grid-template-rows: auto auto auto;
		grid-template-columns: 1fr auto auto;
	}
	
	.footer-breadcrumb {
		font-size: 12px;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		padding-top: 15px;
		padding-bottom: 15px;
		overflow: hidden;
		position: relative;
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-column-align: start;
		grid-row: 1;
		grid-column: 1 / 4;
		justify-content: start;
	}
	.footer-breadcrumb > li {
		display: inline-block;
	}
	.footer-breadcrumb > li::before {
		content: ">";
		margin-right: 0.5em;
		margin-left: 0.5em;
	}

	.footer-pagetop {
		text-align: right;
		position: relative;
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-column-align: end;
		grid-row: 1;
		grid-column: 1 / 4;
		justify-self: end;
	}
	.footer-pagetop > a {
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		color: #000;
		background-color: #FFF;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		padding: 15px 40px;
		display: inline-block;
		transition: color,background-color ease 0.5s;
	}
	.footer-pagetop > a:hover,
	.footer-pagetop > a:active,
	.footer-pagetop > a:focus {
		color: #FFF;
		background-color: #1E3376;
	}
	.footer-pagetop > a::before {
		content: "▲";
		font-size: 10px;
		padding-right: 1em;
		vertical-align: middle;
	}

	.footer-menu-service {
		text-align: left;
		margin-top: 30px;
		margin-left: 30px;
		padding-bottom: 79px;
		-ms-grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-row-align: end;
		-ms-grid-column-align: center;
		grid-row: 2;
		grid-column: 2;
		align-self: end;
		justify-self: center;
	}
	.footer-menu-service > dt {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.3;
	}
	.footer-menu-service > dt::before {
		content: "Service";
		font-family: "Oswald", "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
		font-size: 32px;
		font-weight: normal;
		display: block;
	}
	.footer-menu-service > dd > ul {
		margin-top: 15px;
	}
	.footer-menu-service > dd > ul > li {
		margin-top: 5px;
	}
	.footer-menu-service > dd > ul > li > a {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #000;
	}
	.footer-menu-service > dd > ul > li > a:hover,
	.footer-menu-service > dd > ul > li > a:active,
	.footer-menu-service > dd > ul > li > a:focus {
		text-decoration: underline;
	}

	.footer-menu-other {
		margin-top: 30px;
		margin-bottom: 74px;
		margin-left: 30px;
		border-left: 1px dotted #000;
		border-right: 1px dotted #000;
		padding-top: 13px;
		padding-bottom: 17px;
		-ms-grid-row: 2;
		-ms-grid-column: 3;
		-ms-grid-row-align: end;
		-ms-grid-column-align: center;
		grid-row: 2;
		grid-column: 3;
		align-self: end;
		justify-self: center;
		display: -ms-grid;
		-ms-grid-columns: auto auto;
		display: grid;
		grid-template-columns: auto auto;
	}
	.footer-menu-other > li {
		text-align: left;
		margin-top: 5px;
	}
	.footer-menu-other > li:nth-child(2n+1) {
		padding-left: 30px;
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.footer-menu-other > li:nth-child(2n) {
		padding-right: 30px;
		padding-left: 30px;
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.footer-menu-other > li:nth-child(1),
	.footer-menu-other > li:nth-child(2) {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.footer-menu-other > li:nth-child(3),
	.footer-menu-other > li:nth-child(4) {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.footer-menu-other > li:nth-child(5),
	.footer-menu-other > li:nth-child(6) {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.footer-menu-other > li:nth-child(7),
	.footer-menu-other > li:nth-child(8) {
		-ms-grid-row: 4;
		grid-row: 4;
	}
	.footer-menu-other > li > a {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #000;
	}
	.footer-menu-other > li > a:hover,
	.footer-menu-other > li > a:active,
	.footer-menu-other > li > a:focus {
		text-decoration: underline;
	}

	.footer-logo {
		margin-top: 30px;
		padding-bottom: 79px;
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-column-align: start;
		grid-row: 2;
		grid-column: 1;
		justify-self: start;
	}
	.footer-logo > dt > a {
		background-image: url(/images/page/480/footer-logo.png);
		background-repeat: no-repeat;
		background-position: center center;
		height: 33px;
		width: 305px;
		overflow: hidden;
		display: block;
	}
	.footer-logo > dt > a > img {
		position: relative;
		top: 100%;
	}
	.footer-logo > dd {
		text-decoration: none;
		text-align: left;
		line-height: 1.3;
		margin-top: 10px;
	}
	.footer-logo > dd > dl > dt, 
	.footer-logo > dd > dl > dd {
		vertical-align: middle;
		display: inline-block;
	}
	.footer-logo > dd > dl > dt {
		margin-left: 0.5em;
	}
	.footer-logo > dd > dl > dt:first-child {
		margin-left: 0;
	}
	.footer-logo > dd > dl > dt::after {
		content: ":";
	} 
	.footer-logo > dd > dl > dd {
		margin-left: 0.5em;
	} 
	.footer-logo > dd > dl > dd > a {
		color: #000;
		text-decoration: none;
	}
	.footer-logo > dd > dl > dd > a:hover,
	.footer-logo > dd > dl > dd > a:active,
	.footer-logo > dd > dl > dd > a:focus {
		text-decoration: underline;
	}

	.footer-copyright {
		background-color: #FFF;
		margin-right: -100%;
		margin-left: -100%;
		padding: 30px 100%;
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-column-align: center;
		grid-row: 3;
		grid-column: 1 / 4;
		justify-self: center;
	}
	.footer-copyright > small {
		text-align: left;
		display: inline-block;
	}
	.footer-copyright > small > a {
		text-decoration: none;
		color: #1E3376;
	}
	.footer-copyright > small > a:hover,
	.footer-copyright > small > a:active,
	.footer-copyright > small > a:focus {
		text-decoration: underline;
	}

	.footer-menu-ycssswitcher {
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		line-height: 1;
		color: #FFF;
		background-color: #1E3376;
		margin-right: auto;
		margin-left: auto;
		border-radius: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 250px;
		cursor: pointer;
		position: relative;
		top: -39px;
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row-align: start;
		-ms-grid-column-align: center;
		grid-row: 3;
		grid-column: 1 / 4;
		align-self: start;
		justify-self: center;
		transition: color,background-color ease 0.5s;
	}
	.footer-menu-ycssswitcher:hover,
	.footer-menu-ycssswitcher:active,
	.footer-menu-ycssswitcher:focus {
		color: #1E3376;
		background-color: #FFF;
	}
	
/* </pconly> */
	
/* <inline> */

}

/* </inline> */




/* <pconly> */

	/* <inline> */

@media (max-width: 959px) {

	.main-article > h1 {
		margin-left: 0;
		width: auto;
		left: 0;
	}

	/* </inline> */

	/* <inline> */

}

	/* </inline> */

/* </pconly> */





/* <inline> */

@media (min-width: 1px) and (max-width: 479px) {

	.ypagetop {
		background-color: rgba(0,0,0,0.6);
		z-index: 400;
		transition: background-color ease 0.5s;
	}
	.ypagetop:hover {
		background-color: #000;
	}

	.button {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		color: #FFF;
		background-color: #1E3376;
		border: 1px solid #FFF;
		border-radius: 5px;
		padding: 15px 40px 15px 61px;
		display: inline-block;
		transition: color,background-color 0.5s ease;
	}
	.button:hover,
	.button:active,
	.button:focus {
		color: #1E3376;
		background-color: #FFF;
		border: 1px solid #1E3376;
	}
	.button::before {
		content: "»";
		margin-left: -1.5em;
		margin-right: 0.5em;
		vertical-align: middle;
		display: inline-block;
		transform: rotate(180deg);
	}

	body {
		font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
		font-size: 14px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		border-top: 12px solid #F0F0F0;
		min-width: 320px;
		max-width: 479px;
	}

	body > header {
		position: relative;
		z-index: 300;
	}

	.header-logo {
		text-align: left;
		line-height: 1;
		margin-right: auto;
		padding-top: 10px;
		padding-left: 10px;
		height: 26px;
		width: 240px;
	}
	.header-logo > a {
		display: block;
	}

	.header-navi {
		font-size: 16px;
		margin-top: 10px;
	}

	.header-menu {
		font-size: 14px;
		background-color: #F8F8F8;
		border-bottom: 3px solid #1E3376;
		padding-top: 60px;
		padding-bottom: 20px;
		width: 240px;
		position: absolute;
		top: -10px;
		right: 0;
		z-index: 320;
		display: none;
		overflow: hidden;
	}
	.header-menu::after {
		content: "";
		border-top: 10px solid #1E3376;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		position: absolute;
		top: 0;
		left: -10px;
	}
	.header-menu > li > a,
	.header-menu > li.header-menu-ycssswitcher {
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		color: #333;
		background:
			url(/images/page/320/circle.png) no-repeat 15px center,
			url(/images/page/320/header-menu-allow.png) no-repeat right center;
		padding: 15px 10px 15px 35px;
		cursor: pointer;
		display: block;
		transition: background-color ease 0.5s;
	}
	.header-menu > li > a:hover,
	.header-menu > li > a:active,
	.header-menu > li > a:focus,
	.header-menu > li.header-menu-ycssswitcher:hover,
	.header-menu > li.header-menu-ycssswitcher:active,
	.header-menu > li.header-menu-ycssswitcher:focus {
		background-color: #F0F0F0;
	}

	.header-menu-close {
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		white-space: nowrap;
		color: #1D2D69;
		background-image: url(/images/page/320/header-menu-close.png);
		background-repeat: no-repeat;
		background-position: center 10px;
		padding-top: 29px;
		padding-bottom: 10px;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	.header-menu-open {
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		white-space: nowrap;
		color: #1D2D69;
		background-image: url(/images/page/320/header-menu-open.gif);
		background-repeat: no-repeat;
		background-position: center 10px;
		padding-top: 28px;
		padding-bottom: 10px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		right: 10px;
		cursor: pointer;
		z-index: 310;
	}

	.header-contact {
		margin-top: 10px;
		border-top: 1px solid #EEE;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-contact > li {
		border-left: 1px dotted #CCC;
		padding-right: 20px;
		padding-left: 20px;
		display: inline-block;
	}
	.header-contact > li:first-child {
		border-left: none;
	}
	.header-contact > li > a {
		border-radius: 24px;
		height: 36px;
		width: 36px;
		transition: background-color ease 0.5s;
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.header-contact > li > a:hover,
	.header-contact > li > a:active,
	.header-contact > li > a:focus {
		background-color: #F0F0F0;
	}

	.main-article {
		overflow: hidden;
	}
	.main-article > h1 {
		font-size: 24px;
		font-weight: bold;
		text-align: left;
		line-height: 1.3;
		color: #FFF;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin-right: -230px;
		margin-left: -230px;
		padding: 40px 240px;
		display: inline-block;
	}

/* </inline> */

	body > footer {
		margin-top: 40px;
		background-color: #1E3376;
		overflow: hidden;
	}

	.footer-breadcrumb {
		font-size: 12px;
		text-align: right;
		line-height: 1;
		white-space: nowrap;
		background-color: #FFF;
		padding: 15px 10px;
		border-top: 1px dotted #CCC;
		overflow: hidden;
	}
	.footer-breadcrumb > li {
		display: inline-block;
	}
	.footer-breadcrumb > li::before {
		content: ">";
		margin-right: 0.5em;
		margin-left: 0.5em;
	}
	.footer-breadcrumb > li:first-child::before {
		content: none;
		margin-right: 0;
		margin-left: 0;
	}

	.footer-pagetop {
		margin-top: -1px;
	}
	.footer-pagetop > a {
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		line-height: 1;
		white-space: nowrap;
		color: #000;
		background-color: #FFF;
		margin-right: auto;
		margin-left: auto;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 248px;
		display: block;
		transition: color,background-color ease 0.5s;
	}
	.footer-pagetop > a:hover,
	.footer-pagetop > a:active,
	.footer-pagetop > a:focus {
		color: #FFF;
		background-color: #1E3376;
	}
	.footer-pagetop > a::before {
		content: "▲";
		font-size: 10px;
		padding-right: 1em;
		vertical-align: middle;
	}

	.footer-menu-service {
		margin-right: auto;
		margin-left: auto;
		width: 300px;
	}
	.footer-menu-service > dt {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.3;
		color: #FFF;
		margin-top: 20px;
		border-bottom: 1px dotted #FFF;
		padding-right: 20px;
		padding-bottom: 0.3em;
		padding-left: 20px;
		display: inline-block;
	}
	.footer-menu-service > dt::before {
		content: "Service";
		font-family: "Oswald", "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
		font-size: 32px;
		font-weight: normal;
		display: block;
	}
	.footer-menu-service > dd {
		border-bottom: 1px dotted #FFF;
		padding-bottom: 10px;
	}
	.footer-menu-service > dd > ul {
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		-webkit-justify-content: space-between;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.footer-menu-service > dd > ul > li {
		margin-top: 10px;
		width: 145px;
	}
	.footer-menu-service > dd > ul > li > a {
		font-size: 12px;
		text-decoration: none;
		text-align: left;
		line-height: 1;
		color: #1E3376;
		background-color: #FFF;
		border: 1px solid transparent;
		padding: 10px;
		display: block;
		transition: background-color ease 0.5s;
	}
	.footer-menu-service > dd > ul > li > a:hover,
	.footer-menu-service > dd > ul > li > a:active,
	.footer-menu-service > dd > ul > li > a:focus {
		color: #FFF;
		background-color: #1E3376;
		border: 1px solid #FFF;
	}

	.footer-menu-other {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		width: 300px;
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		-webkit-justify-content: space-between;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.footer-menu-other > li {
		width: 145px;
		vertical-align: middle;
		display: inline-block;
	}
	.footer-menu-other > li > a {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		line-height: 1;
		color: #FFF;
		background-repeat: no-repeat;
		background-position: right center;
		border-bottom: 1px dotted #FFF;
		padding: 10px;
		display: block;
	}
	.footer-menu-other > li > a:hover,
	.footer-menu-other > li > a:active,
	.footer-menu-other > li > a:focus {
		border-bottom: 1px solid #FFF;
	}

	.footer-group {
		margin-top: 30px;
	}
	.footer-group > dd {
		font-size: 12px;
		text-decoration: none;
		text-align: left;
		line-height: 1.3;
		color: #FFF;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 260px;
	}

	.footer-logo {
		margin-top: 30px;
	}
	.footer-logo > dd {
		font-size: 12px;
		text-decoration: none;
		text-align: left;
		line-height: 1.3;
		color: #FFF;
		margin-top: 10px;
		margin-right: 5px;
		margin-left: 5px;
		vertical-align: top;
		display: inline-block;
	}
	.footer-logo > dd > dl > dt,
	.footer-logo > dd > dl > dd {
		margin-left: 0.5em;
		display: inline-block;
	}
	.footer-logo > dd > dl > dt:first-child {
		margin-left: 0;
	}
	.footer-logo > dd > dl > dt::after {
		content: ":";
	}
	.footer-logo > dd > dl > dd > a {
		color: #FFF;
		text-decoration: none;
	}
	.footer-logo > dd > dl > dd > a:hover,
	.footer-logo > dd > dl > dd > a:active,
	.footer-logo > dd > dl > dd > a:focus {
		text-decoration: underline;
	}

	.footer-copyright {
		background-color: #FFF;
		margin-top: 30px;
		padding: 20px 10px;
	}
	.footer-copyright > small {
		font-size: 12px;
		text-align: left;
		line-height: 1.3;
		color: #000;
		display: inline-block;
	}
	.footer-copyright > small > a {
		text-decoration: none;
		color: #1E3376;
	}
	.footer-copyright > small > a:hover,
	.footer-copyright > small > a:active,
	.footer-copyright > small > a:focus {
		text-decoration: underline;
	}

	.footer-menu-ycssswitcher {
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		line-height: 1;
		color: #000;
		background-color: #FFF;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 248px;
		cursor: pointer;
		transition: color,background-color ease 0.5s;
	}
	.footer-menu-ycssswitcher:hover,
	.footer-menu-ycssswitcher:active,
	.footer-menu-ycssswitcher:focus {
		color: #FFF;
		background-color: #1E3376;
	}

/* <inline> */

}

/* </inline> */
