@charset "UTF-8";

/*----------------------------------------------------*/ 
/* Reset style
-----------------------------------------------------*/ 
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

input[type="text"], 
input[type="password"], 
textarea, 
select {
	outline: none;
}

/*----------------------------------------------------*/ 
/* Base style
-----------------------------------------------------*/ 

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
	background: #FFF;
	color: #333333;
	font-size: 14px!important;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	line-height: 1.625;
}
body, html {
	min-width: 980px;
}

a:link {
	color: #00007F;
	text-decoration: none;
}
a:visited {
	color: #00007F;
	text-decoration: none;
}
a:hover {
	color: #00007F;
	text-decoration: none;
}
a:active {
	color: #00007F;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
body, html {
	min-width: 0;
}
}

/*----------------------------------------------------*/ 
/* header
-----------------------------------------------------*/ 

.resp {
	display: none;
}

#header {
	padding: 30px 0 10px;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: solid 1px #BBBBBB;
}

#header .logo {
	float: left;
}

#header .group {
	float: right;
	text-align: center;
}

#header .group .btn {
	margin-top: 4px;
}
#header .group .btn a {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333333;
	border: solid 1px #BDBDBD;
	border-radius: 5px;
	padding: 7px 10px;
	line-height: 1;
	background: #ffffff;
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

@media only screen and (max-width: 767px) {

.resp {
	display: block;
	position: absolute;
	top: -1000px;
}

#header {
	width: auto;
	margin: 0 10px;
	padding: 10px 0 10px;
}

#header .logo {
	width: 150px;
	padding-top: 12px;
}

#header .logo img {
	max-width: 100%;
	height: auto;
}

#header .group {
	width: 95px;
}

#header .group .btn a {
	font-size: 10px;
	padding: 5px 0;
	display: block;
	text-align: center;
	border-radius: 3px;
	background: linear-gradient(to bottom,  #ffffff 0%,#F8F8F8 100%);
}
}

/*----------------------------------------------------*/ 
/* contents
-----------------------------------------------------*/ 

#contents {
	width: 980px;
	margin: 0 auto;
}


@media only screen and (max-width: 767px) {
#contents {
	width: auto;
	margin: 0 10px;
}
}

/*----------------------------------------------------*/ 
/* footer
-----------------------------------------------------*/ 

#footer {
	margin-top: 65px;
}

#footer .pagetop {
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	padding: 10px 0;
	text-align: center;
}

#footer .pagetop a {
	display: inline-block;
	padding-top: 15px;
	background: url(/form/lib/img/icon_pagetop.png) no-repeat center top;
	color: #333;
}

#banner {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 30px 0;
	background: #eaeaea;
}

#banner img {
	max-width: 100%;
	height: auto;
}

#fnavi {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}

#fnavi ul {
	letter-spacing: -.4em;
}

#fnavi ul:first-child {
	margin-bottom: 5px;
}

#fnavi li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

#fnavi li:before {
	content: "｜";
	color: #E5E5E5;
	margin-right: 10px;
}

#fnavi li:first-child {
	margin-left: 0;
}

#fnavi li:first-child:before {
	display: none;
}

#copy {
	background: #221815;
	color: #fff;
}

#copy > div {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

#copy p {
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
}

#copy > div > p:first-child {
	float: left;
	font-weight: bold;
}

#copy p span {
	margin-left: 5px;
}


@media only screen and (max-width: 767px) {
#footer {
	margin-top: 20px;
}

#footer .pagetop {
	padding: 0;
}
#footer .pagetop a {
	display: block;
	padding: 23px 0 8px;
	background: url(/form/lib/img/icon_pagetop-sp.png) no-repeat center 12px;
	background-size: 12px auto;
	font-size: 12px;
}

#fnavi {
	width: auto;
	text-align: left;
	padding: 15px;
}

#fnavi li {
	margin: 0 5px 0 0;
}

#fnavi li:after {
	content: "｜";
	color: #E5E5E5;
	margin-left: 5px;
}

#fnavi li:last-child:after {
	display: none;
}

#fnavi li:before {
	display: none;
}

#copy > div {
	width: auto;
	text-align: center;
}

#copy p {
	float: none !important;
}

#copy > div > p:first-child {
	margin-bottom: 25px;
}

#copy p span {
	margin-left: 0;
	display: block;
}

}

.display-grid-contents {
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 100%;
	min-height: 100vh;
}
.link-decoration-underline {
	text-decoration: underline !important;
}

.mcc-logo {
	width: 320px;
}

@media (max-width: 640px) {
	.mcc-logo {
		width: 190px;
	}
}

.mcc-logo-saiyo {
	width: 260px;
	margin-bottom: -7px;
}