@charset "UTF-8";

.font_wsm {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
}
.font_wsr {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
html {
    font-size: 62.5%;
    font-size: 10px;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
input, textarea, select {
	margin: 0;
 	padding: 0;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/***********************************************
* Common
************************************************/
#container {
	position: relative;
	width: 100%;
	border-left: solid 7px #EE6F0B;
	border-right: solid 7px #EE6F0B;
	box-sizing: border-box;
	z-index: 1;
	background: url("../img/pattern_bg.png") repeat 0 0;
}
@media screen and (max-width:768px) {
#container {
	border-top: solid 7px #EE6F0B;
}
}
@media screen and (max-width:600px) {
#container {
	border-top: solid 5px #EE6F0B;
	border-left: solid 5px #EE6F0B;
	border-right: solid 5px #EE6F0B;
}
}

.inner {
	width: 1096px;
	min-width: 1096px;
	margin: 0 auto;
}
@media screen and (max-width:1199px) {
.inner {
	min-width: initial;
	width: 91.33333333%;
}
}
@media screen and (max-width:768px) {
.inner {
	width: 93.75%;
}
}

#contents {
	width: 100%;
	box-sizing: border-box;
}

h2.heading {
	font-size: 38px;
	font-size: 3.8rem;
	text-align: center;
}
@media screen and (max-width:768px) {
h2.heading {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
}	
}
@media screen and (max-width:600px) {
h2.heading {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}	
}

/* Current Page */
.current {
	color: #EE6F0B;
}

/* PC ←→ SP */
.item-sp {
	display: none;
}
@media screen and (max-width:600px) {
	.item-sp {
		display: inherit;
	}
	.item-pc {
		display: none;
	}
}

/***********************************************
* Header（丸ごと差し替え）- Start
************************************************/
/* PC */
#header {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	background-color: #EE6F0B;
	border-bottom: solid 5px #ffffff;
}

#header .inner {
	position: relative;
	width: 1096px;
	min-width: 1096px;
	margin: 0 auto;
	height: 84px;
	display: table;
}
@media screen and (max-width:1199px) {
	#header .inner {
		min-width: initial;
		width: 91.33333333%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 20190409 修正 */
#header h1 {
	display: table-cell;
	vertical-align: middle;
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	*/
}
#header h1 img.logo-sp, #header h1 img.logo-wht-sp {
	display: none;
}

/* 20190409 修正 */
#header .header-link {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	/*
	float: right;
	margin-right: 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	*/
}
#header .header-link span {
	height: 30px;
	display: inline-block;
	margin-left: 15px;
}
#header .header-link span a {
	display: block;
}
@media screen and (max-width:768px) {
	#header {
		background: none;
		border-bottom: none;
	}
	#header .inner {
		height: auto;
	}
	#header h1 {
		position: absolute;
		top: 15px;
		left: 20px;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
	#header h1 img.logo-sp, #header h1 img.logo-wht-sp {
		display: inherit;
		position: relative;
		z-index: 1;
	}
	#header .header-link, hr.hr_wht {
		display: none;
	}
}
/***********************************************
* Header（丸ごと差し替え）- End
************************************************/

/* --------------------------------------------------
	20190401 Add - Start
---------------------------------------------------*/
.mfc-login {
	padding-right: 15px;
}
.mfc-login a {
	position: relative;
}
.mfc-login a img {
	height: 30px;
	display: inline-block;
}
.mfc-login a strong {
	position: relative;
	display: inline-block;
	color: #ffffff;
	top: 7.5px;
	left: 5px;
}
.mfc-login-sp {
	display: none !important;
}
/* --------------------------------------------------
	20190401 Add - End
---------------------------------------------------*/

hr.hr_wht {
	border-top: solid 1px #ffffff;
	margin: 0;
}

/* Header Nav */
button.drawer-hamburger,
h2.drawer-logo {
	display: none;
}
nav.drawer-nav {
	position: relative;
	width: 100%;
	height: 56px;
	color: #ffffff;
}

ul.drawer-menu {
	position: relative;
	width: 1096px;
	min-width: 1096px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width:1199px) {
ul.drawer-menu {
	min-width: initial;
	width: 91.3333333%;
}
}

ul.drawer-menu li.drawer-menu-item {
	position: relative;
	display: inline-block;
	margin-left: 3%;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: -0.25px;
	line-height: 56px;
}

/* ▼ Modified 202302 ▼ */
ul.drawer-menu li.drawer-menu-item:nth-child(9),
ul.drawer-menu li.drawer-menu-item:nth-child(10) {
	display: none;
}

@media screen and (max-width:1199px) {
ul.drawer-menu li.drawer-menu-item {
	margin-left: 3%;
	font-size: 15px;
	font-size: 1.5rem;
}
}

@media screen and (min-width:769px) and (max-width:1024px) {
ul.drawer-menu li.drawer-menu-item {
	margin-left: 2%;
	font-size: 14px;
	font-size: 1.4rem;
}
}
/* ▲ Modified 202302 ▲ */

ul.drawer-menu li.drawer-menu-item img.img-sp {
	display: none;
}
ul.drawer-menu li.drawer-menu-item:first-child {
	margin-left: 0;
}

/* ▼ Modified 202302 ▼ */
ul.drawer-menu li.drawer-menu-item:nth-child(11) {
	margin-left: 5%;
}
ul.drawer-menu li.drawer-menu-item:nth-child(11) > div {
	display: flex;
	align-items: center;
}
ul.drawer-menu li.drawer-menu-item:nth-child(11) span {
	font-size: 13px;
	font-size: 1.3rem;
	white-space: nowrap;
	display: inline-block;
}
ul.drawer-menu li.drawer-menu-item:nth-child(11) span:first-child { margin-right: 0; }
ul.drawer-menu li.drawer-menu-item:nth-child(11) span:not(:first-child) { margin: 0 0 0 5%; }
/* ▲ Modified 202302 ▲ */

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

/* ▼ Modified 202302 ▼ */
ul.drawer-menu li.drawer-menu-item:nth-child(11) { margin-left: 5%; }
ul.drawer-menu li.drawer-menu-item:nth-child(11) span:not(:first-child) { margin: 0 0 0 12.5%; }
/* ▲ Modified 202302 ▲ */

ul.drawer-menu li.drawer-menu-item:nth-child(11) span {
	font-size: 12px;
	font-size: 1.2rem;
}

}
@media screen and (min-width:769px) and (max-width:1024px) {

/* ▼ Modified 202302 ▼ */
ul.drawer-menu li.drawer-menu-item:nth-child(11) { margin-left: 5%; }
ul.drawer-menu li.drawer-menu-item:nth-child(11) span:not(:first-child) { margin: 0 0 0 7.5%; }
/* ▲ Modified 202302 ▲ */

}

ul.drawer-menu li.drawer-menu-item:last-child {
	display: none;
}
ul.drawer-menu li.drawer-menu-item a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

@media screen and (min-width:769px) {
ul.drawer-menu li.drawer-menu-item a::after {
	content: "";
	background-color: #ffffff;
	width: 7px;
	height: 7px;
	border-radius: 7px;
}
ul.drawer-menu li.drawer-menu-item a:hover::after {
	position: absolute;
	top: 70%;
	left: 45%;
}
}

@media screen and (max-width:768px) {
	button.drawer-hamburger {
		display: inherit;
		top: -7px;
		right: -7px;
	}
	.drawer-hamburger-menu {
		display: block;
		font-size: 1.4rem;
		text-align: center;
		color: #ffffff;
		margin-top: -0.5rem;
	}
	nav.drawer-nav {
		position: absolute;
		z-index: 101;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 100%;
 	/*
 	color: #222;
  	background-color: #fff;
  	border: solid 4px #EE6F0B;
  	box-sizing: border-box;
  	background: url("../img/pattern_bg.png") repeat 0 0;
  	background-color: #EE6F0B;
  	*/
	}
	h2.drawer-logo {
		display: inherit;
		position: absolute;
		z-index: 103;
		top: 15px;
		left: 20px;
	}
	ul.drawer-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 15% 0 5%;
		list-style: none;
		background-color: #EE6F0B;
	/*
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	*/
	}
	ul.drawer-menu li.drawer-menu-item {
		float: none;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		width: 80%;
		margin: 0 auto;
		line-height: 1.4rem;
  	/*
  	padding: .75rem;
  	*/
		padding: 1.25rem 0;
		text-decoration: none;
		color: #222;
  	/*
  	background-color: #EE6F0B;
  	*/
	}
	ul.drawer-menu li.drawer-menu-item:first-child {
		margin-left: auto;
	}
	ul.drawer-menu li.drawer-menu-item:nth-child(6) {
		display: none;
	}

	/* ▼ Modified 202302 ▼ */
	ul.drawer-menu li.drawer-menu-item:nth-child(9), 
	ul.drawer-menu li.drawer-menu-item:nth-child(10) {
		display: inherit;
	}
	/* ▲ Modified 202302 ▲ */

	ul.drawer-menu li.drawer-menu-item:nth-child(11) {
		margin: 1rem auto 0;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		text-align: center;
	}

	/* ▼ Modified 202302 ▼ */
	ul.drawer-menu li.drawer-menu-item:nth-child(11) > div { justify-content:center; }
	ul.drawer-menu li.drawer-menu-item:nth-child(11) span:first-child,
	ul.drawer-menu li.drawer-menu-item:nth-child(11) span:not(:first-child) { margin: 0 10px; }
	/* ▲ Modified 202302 ▲ */

	ul.drawer-menu li.drawer-menu-item:nth-child(11) span {
		font-size: 15px;
		font-size: 1.5rem;
	}
	ul.drawer-menu li.drawer-menu-item:last-child {
		display: inherit;
	}
	ul.drawer-menu li.drawer-menu-item:last-child span {
		display: inline-block;
		margin-right: 20px;
	}
	ul.drawer-menu li.drawer-menu-item:last-child span:last-child {
		margin-right: 0;
	}
	ul.drawer-menu li.drawer-menu-item span img.img-pc {
		display: none;
	}
	ul.drawer-menu li.drawer-menu-item span img.img-sp {
		display: inherit;
	}
	ul.drawer-menu li.drawer-menu-item:last-child span img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	ul.drawer-menu li.drawer-menu-item a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		height: 100%;
	}
	ul.drawer-menu li.drawer-menu-item:hover {
		color: #555;
		background-color: transparent;
	}
	.close {
		width: 29px;
		height: 28px;
		background-image: url(../img/icon_close.png);
	}


/* --------------------------------------------------
	20190401 Add
---------------------------------------------------*/
.mfc-login-sp {
	display: inherit !important;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}
.mfc-login-sp a img {
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}
.mfc-login-sp a strong {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.5em;
}
/* --------------------------------------------------
	20190401 Add
---------------------------------------------------*/

}
@media screen and (max-width:600px) {
ul.drawer-menu li.drawer-menu-item {
	width: 85%;
	font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3rem;
  padding: 1rem 0;
}
ul.drawer-menu li.drawer-menu-item:last-child span {
	display: inline-block;
  margin-right: 10px;
}
}
@media screen and (max-width:480px) {
button.drawer-hamburger {
	display: inherit;
	top: -6px;
	right: -6px;
}

/* ▼ Modified 202302 ▼ */
ul.drawer-menu li.drawer-menu-item:nth-child(11) > div { flex-wrap: wrap; }
ul.drawer-menu li.drawer-menu-item:nth-child(11) span:first-child,
ul.drawer-menu li.drawer-menu-item:nth-child(11) span:not(:first-child) {
	width: 50%;
	margin: 0;
	padding: 5px 0;
}
/* ▲ Modified 202302 ▲ */

}

/***********************************************
* Main Image
************************************************/
h2.top_main {
	width: 100%;
}
h2.top_main img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:768px) {
h2.top_main {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}
}

/***********************************************
* Footer
************************************************/
#footer {
	width: 100%;
	/*
	border-left: solid 7px #EE6F0B;
	border-right: solid 7px #EE6F0B;
	border-bottom: solid 7px #EE6F0B;
	*/
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
#footer {
	background: none;
}	
}

#footer .inner {
	width: 1096px;
	box-sizing: border-box;
	height: 292px;
	padding: 50px 0;
	margin: 0 auto;
}
@media screen and (min-width:769px) and (max-width:1199px) {
#footer .inner {
	width: 94%;
	height: auto;
	margin: 0 auto;
}	
}
@media screen and (max-width:768px) {
#footer .inner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #EE6F0B;
}	
}

/* Footer Nav */
.f-menu-sp {
	display: none;
}

.f-nav {
	float: left;
	margin: 0 2% 0 0;
	position: relative;
	box-sizing: border-box;
}
.f-nav:first-child {
	margin-right: 1.25%;
}
.f-nav:nth-child(4) {
	display: none;
}
@media screen and (min-width:769px) and (max-width:1024px) {
.f-nav {
	margin: 0 3% 3% 0;
}
}
@media screen and (max-width:768px) {
.f-nav {
	width: 100%;
	float: none;
	margin: 0;
	border-bottom: solid 1px #ffffff;
}
.f-nav:nth-child(2) {
	display: none;
}
.f-nav:nth-child(8) {
	display: none;
}
.f-nav:nth-child(4) {
	display: inherit;
}
}

.f-nav:nth-child(9) {
	margin-right: 0;
	padding-left: 2.5%;
	border-left: solid 1px #666666;
	height: 100%;
}
@media screen and (min-width:769px) and (max-width:1024px) {
.f-nav:nth-child(9) {
	padding-left: 0;
	border-left: none;
}
}
@media screen and (max-width:768px) {
.f-nav:nth-child(9) {
	border-bottom: none;
}
}

.f-nav:nth-child(5) dl dt h3:last-child {
	display: none;
}
@media screen and (max-width:768px) {
.f-nav:nth-child(5) dl dt h3:first-child {
	display: none;
}
.f-nav:nth-child(5) dl dt h3:last-child {
	display: inherit;
}
}

.f-nav:first-child dl dd ul.f-menu:last-child {
	display: none;
}
@media screen and (max-width:768px) {
.f-nav:first-child dl dd ul.f-menu:last-child {
	display: inherit;
}
}

.f-nav:nth-child(9) dl dt {
	margin-bottom: 0;
	height: 0;
}
.f-nav:nth-child(9) dl dd ul.f-menu li.f-menu-item:last-child {
	position: absolute;
	bottom: 0;
}
.f-nav:nth-child(9) dl dd ul.f-menu li.f-menu-item:last-child span {
	display: block;
}
.f-nav:nth-child(9) dl dd ul.f-menu li.f-menu-item:last-child span:last-child {
	margin-top: 12px;
}
@media screen and (min-width:769px) and (max-width:1199px) {
.f-nav:nth-child(9) dl dd ul.f-menu li.f-menu-item:last-child {
	position: static;
}
}

.f-nav dl dt {
	margin-bottom: 20px;
}
.f-nav dl dt h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
ul.f-menu li.f-menu-item {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 11px;
}
ul.f-menu li.f-menu-item a {
	text-decoration: none;
	color: #000000;
}
ul.f-menu li.f-menu-item a:hover {
	text-decoration: underline;
	color: #EE6F0B;
}
@media screen and (min-width:769px) and (max-width:1095px) {}
@media screen and (max-width:768px) {
.f-nav dl dt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	cursor: pointer;
	margin-bottom: 0;
	color: #ffffff;
	text-indent: 1.5rem;
}
.f-nav dl dt h3 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f-nav dl dd {
	display: none;
}
/* 下層部 */
ul.f-menu {
	padding: 0 0.75rem;
}
ul.f-menu:first-child {
	border-top: solid 1px #ffffff;
}
ul.f-menu li.f-menu-item {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
	text-indent: 0.75rem;
}
.f-nav:first-child dl dd ul.f-menu:first-child li.f-menu-item:last-child {
	border-bottom: dotted 1px #ffffff;
}
ul.f-menu li.f-menu-item:last-child {
	border-bottom: none;
}
ul.f-menu li.f-menu-item a {
	width: 100%;
	color: #ffffff;
	display: block;
}
ul.f-menu li.f-menu-item a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* スマホ時のみ */
.f-menu-sp {
	display: inherit;
}
p.f-menu-sp-item {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #ffffff;
	display: block;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffffff;
	text-indent: 1.5rem;
}
p.f-menu-sp-item a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
}

/* Download Badge */
.dl-badge {
	display: none;
}
@media screen and (max-width:768px) {
.dl-badge {
	display: inherit;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	margin: -1px -7px 0;
	border-left: solid 7px #ffffff;
	border-right: solid 7px #ffffff;
	padding-left: 1rem;
}
.dl-badge span {
	position: relative;
	top: 10px;
	display: inline-block;
}
.dl-badge span:first-child {
	margin-right: 10px;
}
.dl-badge span img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width:600px) {
.dl-badge {
	margin-left: -5px;
	margin-right: -5px;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
}
}

/* SNS */
.sns-sec {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 70px 0;
}
.sns-sec h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 35px;
}
.sns-item span {
	width: 23.875%;
	display: inline-block;
	margin-right: 1.5%;
}
.sns-item span img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.sns-item span:last-child {
	margin-right: 0;
}
.sns-item span a {
	display: block;
}
@media screen and (max-width:768px) {
.sns-item {
	width: 91.33333333%;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width:600px) {
.sns-sec {
	padding: 30px 0;
}
.sns-item span {
	width: 48%;
}
.sns-item span:first-child {
	margin-right: 2%;
	margin-bottom: 2%;
}
.sns-item span:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 2%;
}
.sns-item span:nth-child(3n) {
	margin-right: 2%;
	margin-bottom: 0;
}
.sns-item span:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
}

/* Copyright */
.copy {
	width: 100%;
	text-align: center;
	height: 48px;
	background-color: #EE6F0B;
}
.copy small {
	font-size: 10px;
	font-size: 1rem;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
}

/***********************************************
* Scroll to Top
************************************************/
ul.totop {
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 55px;

}
@media screen and (max-width:768px) {
ul.totop {
	bottom: 15px;
}
}

ul.totop li:last-child {
	margin-top: 10px;
}
ul.totop li a {
	display: block;
}
