@charset "UTF-8";
/* CSS Document */

/* =========================================================
		Reset
========================================================= */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
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;font-weight: normal;list-style-type:none;}
body {line-height:1}
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

/* =========================================================
		Common
========================================================= */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
	font-size: 1.4rem;
	max-height: 999999px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
* {
	box-sizing: border-box;
}
a {
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:focus {
	outline: none;
}
img {
	width: 100%;
}
h1 a {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../topimages/logo.png) no-repeat center 0;
	background-size: 153px 36px;
	width: 153px;
	height: 36px;
	margin: 20px auto;
	display: block;
}
.header {
	position: relative;
}
.header::after {
	content: "";
	display: block;
	clear: both;
}
.header .language {
	width: 29px;
	position: absolute;
	right: 2%;
	height: 36px;
	top: 0;
	bottom: 0;
	margin: auto;
}
h2 {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 24px;
}
.spOnly {
	display: none;
}
@media only screen and (max-width:1024px) {
	h1 a {
		min-width: 1px;
	}
}
@media only screen and (max-width:736px) {
	h1 a {
		margin: 16px auto 14px;
		background-size: 92px 22px;
		height: 22px;
	}
	.header .language {
		width: 55px;
		height: 15px;
	}
	h2 {
		margin-bottom: 15px;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
/* =========================================================
		Navi
========================================================= */
.controlWrap {
	position: relative;
	width: 1200px;
	margin: -22px auto 42px;
	background: #fff;
	z-index: 9999;
}
.controlWrap .controlMain,
.controlWrap .linkBtn {
	display: flex;
}
.controlWrap .spOnly {
	display: none;
}
.controlWrap li {
	width: 16.666%;
}
.controlWrap .controlMain li {
	padding: 2px 3% 1px;
	border-right: 1px solid #ddd;
	margin: 10px 0;
}
.controlWrap .controlMain li:last-child {
	border-right: none;
}
.controlWrap .linkBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.controlWrap .linkBtn li {
	background: #fff;
	opacity: 0;
}
.controlWrap .linkBtn li a {
	display: block;
	height: 100%;
	opacity: 0;
	padding: 10px 0;
}
.controlWrap .controlMain li a.active {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.controlWrap .controlMain li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.controlWrap .linkBtn li:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.pageTitle {
	padding: 20px 0 12px;
	background: #f3f3f3;
}
.pageTitle h2 {
	margin-bottom: 0;
}
.pageTitle h2 span {
	display: block;
	text-align: center;
}
.pageTitle h2 .mainttl {
	margin: 0 auto;
}
.pageTitle h2 .subttl {
	color: #999;
	font-size: 1.2rem;
	padding-top: 6px;
	text-indent: 0;
}
.pageTitle .company .mainttl {
	background: url(../topimages/companyinformation_title.gif) no-repeat 0 center;
	background-size: 226px 25px;
	width: 226px;
	height: 25px;
}
.pageTitle .terms .mainttl {
	background: url(../topimages/terms_title.gif) no-repeat 0 center;
	background-size: 137px 20px;
	width: 137px;
	height: 25px;
}
.pageTitle .privacy .mainttl {
	background: url(../topimages/privacypolicy_title.gif) no-repeat 0 center;
	background-size: 142px 24px;
	width: 142px;
	height: 25px;
}
.pageTitle .newsletter .mainttl {
	background: url(../topimages/newsletter_title.gif) no-repeat 0 center;
	background-size: 135px 19px;
	width: 135px;
	height: 25px;
}
.pageTitle .access .mainttl {
	background: url(../topimages/access_title.png) no-repeat 0 center;
	background-size: 72px 18px;
	width: 72px;
	height: 25px;
}
@media only screen and (max-width:1210px) {
	.controlWrap {
		width: 96%;
	}
}
@media only screen and (max-width:736px) {
	.controlWrap {
		width: 100%;
	}
	.controlWrap .controlMain,
	.controlWrap .linkBtn {
		flex-wrap: wrap;
		margin: 0 auto 42px;
		display: flex;
	}
	.controlWrap li {
		width: 33.333%;
		border-bottom: 1px solid #ddd;
	}
	.controlWrap .linkBtn li a {
		padding: 0;
	}
	.controlWrap li:nth-child(3n) {
		border-right: none;
	}
	.controlWrap .controlMain li {
		padding: 6px 0;
		margin: 0;
	}
}
/* =========================================================
		Main Contents
========================================================= */
.mainContents {
	width: 1200px;
	margin: 0 auto 84px;
}
.mainContents a {
	color: #555;
}
.mainContents .box {
	display: table;
	width: 100%;
	margin-bottom: 36px;
}
.mainContents .box .imgBox {
	display: table-cell;
	width: 45%;
	vertical-align: top;
}
.mainContents .box .imgBox.spOnly {
	display: none;
}
.mainContents .box .txtBox {
	display: table-cell;
	vertical-align: middle;
}
.mainContents .box .txtWrap {
	padding: 124px 10% 123px 12%;
}
.mainContents .box .txtWrap.odd {
	margin-right: 11%;
}
.mainContents .box .txtWrap.even {
	margin-left: 11%;
}
.mainContents .box .txtWrap p {
	font-size: 1.2rem;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #333;
}
.mainContents .box .txtWrap .linkTxt {
	text-align: right;
	padding-top: 32px;
}
.mainContents .box .txtWrap .linkTxt a {
	color: #980b20;
}
.mainContents .box.box1 .txtWrap {
	background: #eee;
}
.mainContents .box.box1 .txtWrap h2 {
	background: url(../topimages/maintitle01.png) no-repeat center 0;
	background-size: 125px 29px;
	width: 125px;
	height: 29px;
}
.mainContents .box.box2 .txtWrap {
	border: 1px solid #8b0a34;
	border-right: none;
	padding-top: 105px;
}
.mainContents .box.box2 .txtWrap h2 {
	background: url(../topimages/maintitle02.png) no-repeat center 0;
	background-size: 230px 22px;
	width: 230px;
	height: 22px;
}
.mainContents .box.box3 .txtWrap {
	background: #f0ebf4;
	padding: 145px 10% 126px 12%;
}
.mainContents .box.box3 .txtWrap h2 {
	background: url(../topimages/maintitle03.png) no-repeat center 0;
	background-size: 112px 29px;
	width: 112px;
	height: 29px;
}
.mainContents .box.box3 .txtWrap .linkTxt a {
	color: #691450;
}
.mainContents .box.box4 .txtWrap {
	background: #f4f1ee;
	padding: 84px 10% 115px 12%;
}
.mainContents .box.box4 .txtWrap h2 {
	background: url(../topimages/maintitle04.png) no-repeat center 0;
	background-size: 228px 28px;
	width: 228px;
	height: 28px;
}
.mainContents .box.box5 .txtWrap {
	background: url(../topimages/spa_bg.gif);
	background-size: 71px 71px;
}
.mainContents .box.box5 .txtWrap h2 {
	background: url(../topimages/maintitle05.png) no-repeat center 0;
	background-size: 44px 28px;
	width: 44px;
	height: 28px;
}
.mainContents .box.box5 .txtWrap .linkTxt a {
	color: #4a7999;
}
.mainContents .box.box6 .txtWrap {
	border: 1px solid #8b0a34;
	border-right: none;
	padding: 130px 10% 93px 12%;
}
.mainContents .box.box6 .txtWrap h2 {
	background: url(../topimages/maintitle06.png) no-repeat center 0;
	background-size: 152px 29px;
	width: 152px;
	height: 29px;
}
@media only screen and (max-width:1210px) {
	.mainContents {
		width: 96%;
		margin: 0 auto 84px;
	}
	.mainContents .box .txtWrap {
		padding: 80px 10% 80px 12%;
	}
	.mainContents .box.box2 .txtWrap {
		padding: 59px 10% 58px 12%;
	}
	.mainContents .box.box3 .txtWrap {
		padding: 68px 10% 68px 12%;
	}
	.mainContents .box.box4 .txtWrap {
		padding: 45px 10% 44px 12%;
	}
	.mainContents .box.box5 .txtWrap {
		padding: 69px 10% 68px 12%;
	}
	.mainContents .box.box6 .txtWrap {
		padding: 55px 10% 55px 12%;
	}
}
@media only screen and (max-width:980px) {
	.mainContents .box .txtWrap,
	.mainContents .box.box2 .txtWrap,
	.mainContents .box.box3 .txtWrap,
	.mainContents .box.box4 .txtWrap,
	.mainContents .box.box5 .txtWrap,
	.mainContents .box.box6 .txtWrap {
		padding: 0 10% 0 12%;
		border: none;
	}
	.mainContents .box.box1 .txtBox {
		background: #eee;
	}
	.mainContents .box.box2 .txtBox {
		border: 1px solid #8b0a34;
		border-right: none;
	}
	.mainContents .box.box3 .txtBox {
		background: #f0ebf4;
	}
	.mainContents .box.box4 .txtBox {
		background: #f4f1ee;
	}
	.mainContents .box.box5 .txtBox {
		background: url(../topimages/spa_bg.gif);
		background-size: 71px 71px;
	}
	.mainContents .box.box6 .txtBox {
		border: 1px solid #8b0a34;
		border-right: none;
	}
	.mainContents .box .txtWrap .linkTxt {
		padding-top: 20px;
	}
}
@media only screen and (max-width:900px) {
	.mainContents .box .txtWrap,
	.mainContents .box.box2 .txtWrap,
	.mainContents .box.box3 .txtWrap,
	.mainContents .box.box4 .txtWrap,
	.mainContents .box.box5 .txtWrap,
	.mainContents .box.box6 .txtWrap {
		padding: 0 5%;
		border: none;
	}
	.mainContents .box .txtWrap.odd {
		margin-right: 0;
	}
	.mainContents .box .txtWrap.even {
		margin: 0;
	}
}
@media only screen and (max-width:768px) {
	.mainContents {
		width: 96%;
		margin: 0 auto 84px;
	}
	.mainContents .box .txtWrap.odd {
		margin-right: 0;
	}
	.mainContents .box .txtWrap.even {
		margin-left: 0;
	}
	.mainContents .box .txtWrap p {
		font-size: 1.1rem;
		line-height: 20px;
	}
}
@media only screen and (max-width:736px) {
	.mainContents {
		width: 100%;
		margin-bottom: 50px;
	}
	.mainContents .box {
		display: block;
		margin-bottom: 25px;
	}
	.mainContents .box::after {
		content: "";
		display: block;
		clear: both;
	}
	.mainContents .box .imgBox {
		display: block;
		width: 84%;
	}
	.mainContents .box .imgBox.pcOnly {
		display: none;
	}
	.mainContents .box .imgBox.spOnly {
		display: block;
	}
	.mainContents .box .txtBox {
		display: block;
		float: right;
		margin-right: 3%;
		width: 84%;
	}
	.mainContents .box .txtWrap.odd,
	.mainContents .box .txtWrap.even,
	.mainContents .box.box2 .txtWrap,
	.mainContents .box.box3 .txtWrap,
	.mainContents .box.box4 .txtWrap,
	.mainContents .box.box5 .txtWrap,
	.mainContents .box.box6 .txtWrap {
		padding: 173px 10% 26px 11%;
		margin-top: -145px;
	}
	.mainContents .box.box2 .txtWrap,
	.mainContents .box.box6 .txtWrap {
		border: 1px solid #8b0a34;
	}
	.mainContents .box.box2 .txtBox,
	.mainContents .box.box6 .txtBox {
		border: none;
	}
	.mainContents .box.box1 .txtWrap h2 {
		background-size: 86px 20px;
		width: 86px;
		height: 20px;
	}
	.mainContents .box.box2 .txtWrap h2 {
		background-size: 156px 15px;
		width: 156px;
		height: 15px;
	}
	.mainContents .box.box3 .txtWrap h2 {
		background-size: 76px 20px;
		width: 76px;
		height: 20px;
	}
	.mainContents .box.box4 .txtWrap h2 {
		background-size: 154px 19px;
		width: 154px;
		height: 19px;
	}
	.mainContents .box.box5 .txtWrap h2 {
		background-size: 31px 20px;
		width: 31px;
		height: 20px;
	}
	.mainContents .box.box6 .txtWrap h2 {
		background-size: 102px 19px;
		width: 102px;
		height: 19px;
	}
	.mainContents .box .txtWrap p {
		font-size: 1.2rem;
		line-height: 18px;
	}
	.mainContents .box .txtWrap .linkTxt {
		padding-top: 20px;
	}
}
/* ---------- Company Information ---------- */
.mori_logo {
    width: 120px;
    margin: 50px auto 50px;
}
.mainContents .companyInformation {
	width: 850px;
	margin: 0 auto;
}
.mainContents .companyInformation dl {
	margin: 0 0 70px;
	font-size: 1.2rem;
}
.mainContents .companyInformation dl:after {
	content: "";
	display: block;
	clear: both;
}
.mainContents .companyInformation dt {
	font-weight: bold;
	text-align: right;
	float: left;
	width: 135px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #999;
}
.mainContents .companyInformation dd {
	margin-left: 135px;
	padding: 0 0 10px 45px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #999;
}
.mainContents .companyInformation dt:last-of-type,
.mainContents .companyInformation dd:last-of-type {
	border-bottom: none;
}
.mainContents .companyInformation dd a:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #900303;
	display: inline-block;
}
.mainContents .companyInformation dd a:hover:before {
	text-decoration: none;
}
@media only screen and (max-width:860px) {
	.mainContents .companyInformation {
		width: 90%;
	}
}
@media only screen and (max-width:736px) {
	.mainContents .companyInformation {
		width: 85%;
	}
	.mainContents .companyInformation dl {
		margin: 46px 0 33px;
	}
	.mainContents .companyInformation dt {
		text-align: left;
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
	}
	.mainContents .companyInformation dd {
		margin: 0;
		padding: 0 0 12px 0;
		margin-bottom: 14px;
	}
	.mainContents .companyInformation dd a:before {
		position: relative;
		top: -1px;
	}
}
/* ---------- Terms of Use ---------- */
.mainContents .termsContents {
	width: 980px;
	margin: 67px auto 80px;
	font-size: 1.2rem;
}
.mainContents .termsContents .intro {
	margin-bottom: 58px;
}
.mainContents .termsContents li {
	margin-bottom: 56px;
}
.mainContents .termsContents li h3 {
	font-size: 2rem;
	margin-bottom: 18px;
}
.mainContents .termsContents li .innerlist {
	margin: 28px 17px 0;
}
.mainContents .termsContents li .innerlist li {
	margin-bottom: 15px;
	list-style-type: decimal;
}
@media only screen and (max-width:990px) {
	.mainContents .termsContents {
		width: 90%;
	}
}
@media only screen and (max-width:736px) {
	.mainContents .termsContents {
		width: 94%;
		margin: 47px auto 40px;
	}
	.mainContents .termsContents .intro {
		margin-bottom: 28px;
	}
	.mainContents .termsContents li h3 {
		line-height: 26px;
	}
	.mainContents .termsContents li .innerlist {
		margin: 26px 0 0 22px;
	}
}
/* ---------- Privacy Policy ---------- */
.mainContents .privacyContents {
	width: 980px;
	margin: 67px auto 56px;
	font-size: 1.2rem;
}
.mainContents .privacyContents h3.moriCorp {
	font-size: 2rem;
	margin-bottom: 67px;
	text-align: center;
	line-height: 1.4;
}
.mainContents .privacyContents li {
	margin-bottom: 56px;
}
.mainContents .privacyContents h3 {
	font-size: 2rem;
	margin-bottom: 18px;
}
.mainContents .privacyContents p.caution {
	font-size: 1.1rem;
}
.mainContents .privacyContents li .innerlist {
	margin: 28px 17px 0;
}
.mainContents .privacyContents li p.sub{
	margin: 28px 17px 0;
}
.mainContents .privacyContents li .innerlist li {
	margin-bottom: 10px;
}
.mainContents .privacyContents li .disclosure {
	margin-bottom: 36px;
}
.mainContents .privacyContents li .disclosure li {
	margin-bottom: 20px;
}
.mainContents .privacyContents li .disclosure li {
	margin-bottom: 20px;
}
.mainContents .privacyContents li.disclosure span {
	display: block;
	margin-bottom: 14px;
	font-size: 1.3rem;
	border-bottom: 1px solid #999;
}
.mainContents .privacyContents li dl {
	border: 2px solid #f3f3f3;
	padding: 20px 24px;
	margin: 26px 0 18px;
}
.mainContents .privacyContents li dt {
	font-size: 1.3rem;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.mainContents .privacyContents li dd {
	font-size: 1.2rem;
	line-height: 18px;
}
.mainContents .privacyContents li.linkList a {
	margin-bottom: 60px;
	display: block;
}
.mainContents .privacyContents .meta {
	line-height: 18px;
	text-align: right;
	font-size: 1.2rem;
}
.mainContents .privacyContents .revision {
	margin-top: 30px;
	line-height: 18px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.mainContents .privacyContents .apadd {
	margin-bottom: 56px;
}
.mainContents .privacyContents .Appendix-A {
	margin-bottom: 30px;
}
.mainContents .privacyContents .Appendix-A h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.mainContents .privacyContents .Appendix-A h3 span {
	font-size: 1.8rem;
}
.mainContents .privacyContents .meta span {
	font-size: 1.3rem;
}
.mainContents .privacyContents h4{
	font-size: 1.8rem;
	margin-bottom: 18px;
}
.mainContents .privacyContents .Appendix-A li p{
	margin-bottom: 14px;
}
.mainContents .privacyContents li.linkList a:hover{
	text-decoration: none;
}
.mainContents .privacyContents a:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #900303;
	display: inline-block;
}
.mainContents .privacyContents a:hover:before {
	text-decoration: none;
}
@media only screen and (max-width:990px) {
	.mainContents .privacyContents {
		width: 90%;
	}
}
@media only screen and (max-width:736px) {
	.mainContents .privacyContents {
		width: 94%;
		margin: 47px auto 56px;
	}
	.mainContents .privacyContents h3.moriCorp {
		margin-bottom: 47px;
	}
	.mainContents .privacyContents li {
		margin-bottom: 34px;
	}
	.mainContents .privacyContents li h3 {
		line-height: 26px;
	}
	.mainContents .privacyContents p.caution {
		font-size: 1rem;
	}
	.mainContents .privacyContents li .innerlist {
		margin: 16px 0 0 20px;
	}
	.mainContents .privacyContents li .innerlist li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.mainContents .privacyContents li .disclosure li {
		margin-bottom: 16px;
	}
	.mainContents .privacyContents li .disclosure li span {
		margin-bottom: 14px
	}
	.mainContents .privacyContents li dl {
		padding: 18px 6%;
		margin: 35px 0 18px;
	}
	.mainContents .privacyContents li dd {
		font-size: 1rem;
		line-height: 21px;
	}
	.mainContents .privacyContents .meta {
		line-height: 16px;
		font-size: 1rem;
		margin-top: -30px;
	}
}
/* ---------- E-Newsletter ---------- */
.mainContents .newsletterContents {
	width: 980px;
	margin: 67px auto 70px;
	font-size: 1.2rem;
}
.mainContents .newsletterContents p {
	color: #999;
	text-align: center;
	padding-bottom: 22px;
}
.mainContents .newsletterContents .linkBtn {
	margin: 34px auto 0;
	text-align: center;
}
.mainContents .newsletterContents .linkBtn a {
	padding: 8px 40px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #980b20;
	margin: 0 auto;
	border-radius: 3px;
	font-size: 1.2rem;
}
.mainContents .newsletterContents .linkBtn a:after {
	top: -10px;
	right: -30px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.8rem;
	float: right;
	display: block;
	line-height: 1;
	padding-top: 1px;
	position: relative;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.mainContents .newsletterContents .linkBtn a:hover:after {
	right: -35px;
}
@media only screen and (max-width:990px) {
	.mainContents .newsletterContents {
		width: 90%;
	}
}
@media only screen and (max-width:736px) {
	.mainContents .newsletterContents {
		width: 94%;
		margin: 45px auto 40px;
	}
	.mainContents .newsletterContents p {
		font-size: 1.1rem;
	}
	.mainContents .newsletterContents .linkBtn {
		margin: 7px auto 0;
	}
	.mainContents .newsletterContents .linkBtn a {
		padding: 8px 0;
		width: 80%;
	}
	.mainContents .newsletterContents .linkBtn a:after {
		right: 4%;
	}
}
/* ---------- Access ---------- */
.mainContents .accessContents {
	width: 980px;
	margin: 64px auto 0;
}
.mainContents .accessContents .ggmap iframe,
.mainContents .accessContents .ggmap object,
.mainContents .accessContents .ggmap embed {
	width: 100%;
	height: 490px;
}
.mainContents .accessContents .linktxt {
	display: inline-block;
	padding: 0 0 12px 12px;
}
.mainContents .accessContents .linktxt:before {
	content: "";
	border-bottom: 22px solid #f3f3f3;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	width: 18px;
	box-sizing: border-box;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	display: inline-block;
	position: relative;
	top: 6px;
}
.mainContents .accessContents .linktxt a {
	color: #900303;
	border: 2px solid #f3f3f3;
	display: inline-block;
	padding: 14px 8px;
	font-size: 1.2rem;
}
.mainContents .accessContents .carAccess .linktxt a {
	padding: 14px;
}
.mainContents .accessContents .linkBtn a {
	display: block;
	text-align: center;
	color: #fff;
	background: #980b20;
	margin: 0 auto;
	border-radius: 3px;
	font-size: 1.2rem;
}
.mainContents .accessContents .linkBtn {
	text-align: center;
	margin-bottom: 78px;
  padding-top: 56px;
}
.mainContents .accessContents .linkBtn li {
	width: 260px;
	display: inline-block;
}
.mainContents .accessContents .linkBtn li a {
	padding: 8px 0;
	font-size: 1.2rem;
}
.mainContents .accessContents .linktxt a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.mainContents .accessContents .linktxt a:hover:after {
	text-decoration: none;
}
.mainContents .accessContents .root {
	padding: 44px 0 0;
}
.mainContents .accessContents .root h2 {
	font-size: 2rem;
	color: #000;
	padding: 20px 0 8px;
	text-indent: 0;
	margin: 0;
}
.mainContents .accessContents .root dl {
	display: table;
	margin-bottom: 12px;
}
.mainContents .accessContents .root dt {
	display: table-cell;
	vertical-align: top;
}
.mainContents .accessContents .root dt div {
	text-align: center;
	width: 66px;
	height: 66px;
	border-radius: 33px;
	background: #f3f3f3;
	color: #900303;
	padding: 14px 0;
}
.ie .mainContents .accessContents .root dt div {
	height: 66px;
}
.mainContents .accessContents .root dt .time {
	display: block;
	font-size: 1.1rem;
}
.mainContents .accessContents .root dt .minute {
	font-size: 1.1rem;
}
.mainContents .accessContents .root dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 1.2rem;
}
.mainContents .accessContents .root dd div {
	display: inline-block;
}
.mainContents .accessContents .root .haneda2have dd {
	padding-top: 20px;
}
.mainContents .accessContents .root .haneda2have dd div {
	padding-top: 20px;
}
.mainContents .accessContents .event {
	border: 1px solid #900303;
	padding: 20px;
	margin-bottom: 17px;
}
.mainContents .accessContents .otherAccess {
	padding: 74px 0 0;
}
.mainContents .accessContents .otherAccess:after {
	content: "";
	display: block;
	clear: both;
}
.mainContents .accessContents .otherAccess dl {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.mainContents .accessContents .otherAccess dl:nth-of-type(3) {
	margin: 0;
}
.mainContents .accessContents .otherAccess dt {
	font-size: 1.6rem;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 11px;
}
.mainContents .accessContents .otherAccess dd {
	font-size: 1.2rem;
	line-height: 18px;
}
.mainContents .accessContents .otherAccess dd p {
	padding-bottom: 8px;
}
.mainContents .accessContents .otherAccess dd .linktxt {
	padding: 14px 0 0;
}
@media only screen and (max-width:990px) {
	.mainContents {
		width: 96%;
	}
	.mainContents .accessContents {
		width: 85%;
		margin: 47px auto 0;
	}
}
@media only screen and (max-width:870px) {
	.mainContents .accessContents .root dd div {
		display: block;
		padding-top: 10px;
	}
	.mainContents .accessContents {
		width: 85%;
		margin: 47px auto 0;
	}
}
@media only screen and (max-width:736px) {
	.mainContents {
		width: 100%;
	}
	.mainContents .ggmap {
		position: relative;
		padding-bottom: 45%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.mainContents .ggmap iframe,
	.mainContents .ggmap object,
	.mainContents .ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.mainContents .accessContents {
		width: 85%;
		margin: 47px auto 0;
	}
	.mainContents .accessContents .havLink {
		padding-bottom: 26px;
	}
	.mainContents .accessContents .linktxt {
		display: block;
		padding: 14px 0 0;
		margin: 0 0 0 36px;
		position: relative;
	}
	.mainContents .accessContents .linktxt:before {
		display: block;
		position: absolute;
		top: 25px;
		left: -18px;
	}
	.mainContents .accessContents .linktxt a,
	.mainContents .accessContents .carAccess .linktxt a {
		display: block;
		padding: 10px 8px;
		font-size: 1.1rem;
	}
	.mainContents .accessContents .root {
		padding: 0;
		margin: 10px 0 0;
	}
	.mainContents .accessContents .root h2 {
		text-align: center;
	}
	.mainContents .accessContents .root dl {
		display: block;
		margin-bottom: 20px;
		position: relative;
	}
	.mainContents .accessContents .root dl.havPdf {
		margin-bottom: 10px;
	}
	.mainContents .accessContents .root dt div {
		font-size: 1.6rem;
	}
	.mainContents .accessContents .root dt .time {
		font-size: 0.9rem;
	}
	.mainContents .accessContents .root dt .minute {
		font-size: 1.2rem;
	}
	.mainContents .accessContents .event {
		border: 1px solid #900303;
		padding: 20px;
		margin-bottom: 17px;
	}
	.mainContents .accessContents .root dd div {
		display: none;
	}
	.mainContents .accessContents .otherAccess {
		padding: 28px 0 20px;
	}
	.mainContents .accessContents .otherAccess dl {
		float: none;
		width: 100%;
		margin: 0 0 45px;
	}
	.mainContents .accessContents .otherAccess dt {
		margin-bottom: 8px;
	}
	.mainContents .accessContents .otherAccess dd {
		font-size: 1.1rem;
	}
	.mainContents .accessContents .otherAccess dd .linktxt {
		margin: 0 0 58px 36px;
		position: relative;
	}
}
@media only screen and (max-width:414px) {
	.mainContents .ggmap {
		padding-bottom: 92%;
	}
}
@media only screen and (max-width:320px) {
	.mainContents .accessContents .root dl.havPdf {
		margin-bottom: 80px;
	}
}
/* =========================================================
		505error
========================================================= */
.mainContents .error505 {
	text-align: center;
}
.mainContents .error505 h3{
	font-size: 2rem;
	margin: 60px 0 20px 0;
	text-align: center;
	line-height: 1.4;
}
.mainContents .error505 h3 span{
	display: block;
	color: #9b9b9b;
	font-size: 1.7rem;
	margin-top: 20px;
}
.mainContents .error505 h3 span::after{
	content: "";
	width: 32px;
	height: 3px;
	background-color: #d6d6d6;
	display: block;
	margin: 4px auto 0;
}




.mainContents .error505 p{
	margin-top:20px;
}


/* =========================================================
		Footer
========================================================= */
.footer {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #9b9b9b;
	padding-bottom: 120px;
}
.footer .sns {
	font-size: 0;
}
.footer .sns li {
	font-size: 3rem;
	display: inline-block;
	margin: 0 1.2%;
}
.footer .sns li a {
	color: #9b9b9b;
}
.footer .footNav {
	margin: 90px auto 68px;
}
.footer .footNav li {
	display: inline-block;
	margin: 0 8px;
}
.footer .footNav li:nth-child(1) {
	width: 76px;
}
.footer .footNav li:nth-child(2) {
	width: 139px;
}
.footer .footNav li:nth-child(3) {
	width: 67px;
}
.footer .footNav li:nth-child(4) {
	width: 140px;
}
.footer .footNav li:nth-child(5) {
	width: 26px;
}
.footer .footNav li:nth-child(6) {
	width: 91px;
}
.footer .footNav li:nth-child(7) {
	width: 52px;
}
.footer .address {
	margin-bottom: 46px;
}
.footer .address h3 {
	font-size: 1.6rem;
	margin-bottom: 24px;
}
.footer .address p {
	font-size: 1.2rem;
	line-height: 24px;
	letter-spacing: 0.8px;
}
.footer .address p a {
	color: #980b20;
}
.footer .address p a[href^="tel:"] {
	cursor: default;
	color: #999;
	pointer-events: none;
}
.footer .address p a[href^="tel:"]:hover {
	text-decoration: none;
}
.footer .siteNav {
	font-size: 0;
	margin-bottom: 30px;
}
.footer .siteNav li {
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 4px 8px;
}
.footer .siteNav li a {
	color: #9b9b9b;
}
.footer .siteNav li:after {
	content: " ｜ ";
}
.footer .siteNav li:last-child:after {
	display: none;
}
.footer .copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
}
@media only screen and (max-width:1210px) {
	.footer {
		width: 96%;
	}
}
@media only screen and (max-width:736px) {
	.footer {
		padding-bottom: 60px;
	}
	.footer .footNav {
		margin: 38px auto 0;
	}
	.footer .footNav li {
		margin: 0 3% 40px;
	}
	.footer .footNav li:nth-child(1) {
		width: 57px;
	}
	.footer .footNav li:nth-child(2) {
		width: 105px;
	}
	.footer .footNav li:nth-child(3) {
		width: 49px;
	}
	.footer .footNav li:nth-child(4) {
		width: 103px;
	}
	.footer .footNav li:nth-child(5) {
		width: 20px;
	}
	.footer .footNav li:nth-child(6) {
		width: 67px;
	}
	.footer .footNav li:nth-child(7) {
		width: 39px;
	}
	.footer .sns li {
		margin: 0 5%;
	}
	.footer .address h3 {
		font-size: 1.4rem;
	}
	.footer .address p {
		font-size: 1rem;
		margin-bottom: 8px;
	}
	.footer .address p a[href^="tel:"] {
		cursor: pointer;
		color: #980b20;
		pointer-events: auto;
	}
	.footer .address p a[href^="tel:"]:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
	}
	.footer .address {
		margin-bottom: 48px;
	}
	.footer .siteNav li {
		font-size: 1rem;
	}
}

