@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* footer override */
#stage #rwd-footer {
	margin-top: 0;
}

@media screen and (min-width: 736px) {
	#stage #rwd-footer {
		margin-top: 0;
	}
}

#content {
	background-color: #fffef0;
	font-family: YuGo, 'Noto Sans JP',sans-serif;
	line-height: 1.5;
	overflow: hidden;
	/*----------------------------------------
	breadcrumbs
	----------------------------------------*/
	/*----------------------------------------
	anchor
	----------------------------------------*/
	/* WEBサイトメンバー会員になる！ */
	/* 規約確認 */
}

#content a:hover {
	text-decoration: none;
}

#content h2, #content p, #content ul, #content li, #content a {
	margin: 0;
	padding: 0;
}

#content li {
	list-style: none;
}

#content .btn {
	position: relative;
	background: #0039a6;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border: 1px solid #cccccc;
	opacity: 1;
	transition: 0.3s;
}

#content .btn:hover {
	opacity: 0.8;
}

#content .btn a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 12px;
	color: #fff;
}

#content .btn p {
	color: #fff;
	font-size: 12px;
}

#content .btn::before {
	content: "";
	display: block;
	position: absolute;
	left: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #ffffff;
}

@media screen and (min-width: 736px) {
	#content .btn {
		width: 270px;
	}
	#content .btn a {
		padding: 19px;
	}
	#content .btn p {
		font-size: 14px;
	}
}

#content .mv .mv-title {
	margin: 0;
}

#content .mv img {
	width: 100%;
}

@media screen and (min-width: 736px) {
	#content .mv .mv-title {
		width: 100%;
		max-width: 2000px;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#content .mv.mv--w1000 .mv-title {
		max-width: 1000px;
	}
}

@media screen and (max-width: 736px) {
	#content .onlyPc {
		display: none;
	}
}

@media screen and (min-width: 737px) {
	#content .onlySp {
		display: none;
	}
}

#content .wrp-breadcrumbs {
	padding-bottom: 20px;
	background: #fff;
	/* SP時 パンくず非表示 */
}

#content .wrp-breadcrumbs.wrp-breadcrumbs--bgNone {
	background-color: #fff;
}

@media screen and (max-width: 736px) {
	#content .wrp-breadcrumbs {
		display: none;
	}
}

#content .wrp-breadcrumbs .inner {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

#content .wrp-breadcrumbs .list li {
	display: inline;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
	padding-right: 10px;
}

#content .wrp-breadcrumbs .list li > a {
	color: #000;
}

#content .wrp-breadcrumbs .list li > a:after {
	content: '>';
	margin: 0 0 0 10px;
	color: #666;
}

#content .wrp-breadcrumbs .list li > a:hover span {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	#content .wrp-breadcrumbs {
		overflow-x: scroll;
	}
}

#content .anchor-link-section {
	position: relative;
	margin: 0 0 60px;
	padding: 0 20px;
	margin-bottom: 60px;
	box-sizing: border-box;
}

@media screen and (min-width: 736px) {
	#content .anchor-link-section {
		padding: 0;
		max-width: 1000px;
		margin: 0 auto;
	}
}

#content .anchor-link-lists {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -5px;
}

#content .anchor-link-lists li {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}

#content .anchor-link-lists a {
	height: 100%;
	display: block;
	position: relative;
	border-radius: 4px;
	border: 1px solid #dddddd;
	background-color: #e1f3ff;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	opacity: 1;
	transition: 0.3s;
}

#content .anchor-link-lists a:hover {
	opacity: 0.8;
}

#content .anchor-link-lists a::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 6px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #0039a6 transparent transparent transparent;
}

#content .anchor-link-lists p {
	padding: 14px 10px 20px;
}

@media screen and (min-width: 736px) {
	#content .anchor-link-lists {
		max-width: 705px;
		margin: 0 auto 70px;
		justify-content: center;
	}
	#content .anchor-link-lists.anchor-link-lists--4up {
		justify-content: flex-start;
	}
	#content .anchor-link-lists li {
		width: 160px;
		margin: 0 7px 30px;
	}
	#content .anchor-link-lists a {
		opacity: 1;
		transition: 0.3s;
	}
	#content .anchor-link-lists a::before {
		bottom: 7px;
		border-width: 6px 3.5px 0 3.5px;
	}
	#content .anchor-link-lists a:hover {
		opacity: 0.8;
	}
	#content .anchor-link-lists p {
		font-size: 14px;
	}
}

#content .anchor-sns-lists {
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	padding: 0;
}

#content .anchor-sns-lists li {
	width: 44px;
	margin: 0 9px;
}

#content .anchor-sns-lists a {
	display: block;
}

#content .anchor-sns-lists img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 736px) {
	#content .anchor-sns-lists {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		justify-content: flex-end;
	}
	#content .anchor-sns-lists li {
		width: 32px;
		margin: 0 6px;
	}
	#content .anchor-sns-lists a {
		opacity: 1;
		transition: 0.3s;
	}
	#content .anchor-sns-lists a:hover {
		opacity: 0.8;
	}
}

#content .fun2-section-wrap {
	position: relative;
	padding-top: 20px;
	margin-top: 70px;
	margin-bottom: 0;
	background-color: #e1f3ff;
}

#content .fun2-section-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 14px;
	background-image: url("../img/top/fun_2_bg.png");
	background-size: 48px 14px;
	background-repeat: repeat-x;
}

@media screen and (min-width: 736px) {
	#content .fun2-section-wrap {
		padding-top: 100px;
	}
}

#content .fun2-section-wrap .fun2-section {
	margin: 0 auto;
}

#content .fun2-section .title span {
	background-color: #e1f3ff;
}

#content .fun2-section .title img {
	background-color: #e1f3ff;
}

#content .fun2-link-lists {
	padding: 0 10px;
	margin-bottom: 0;
}

#content .fun2-link-lists li {
	margin-bottom: 20px;
}

#content .fun2-link-lists .fun2-link-inner {
	display: block;
	text-align: center;
	opacity: 1;
	transition: 0.3s;
}

#content .fun2-link-lists .fun2-link-inner:hover {
	opacity: 0.8;
}

#content .fun2-link-lists .fun2-link-vis {
	margin-bottom: 10px;
	background-color: #fff;
}

#content .fun2-link-lists .fun2-link-vis img {
	display: block;
	width: 100%;
}

#content .fun2-link-lists .fun2-link-ttl {
	margin-bottom: 8px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#content .fun2-link-lists .fun2-link-text {
	color: #000;
	font-size: 12px;
}

@media screen and (min-width: 736px) {
	#content .fun2-link-lists {
		max-width: 1000px;
		padding: 0;
		margin: 0 auto 50px;
	}
	#content .fun2-link-lists .fun2-link-vis a {
		transition: 0.3s;
		opacity: 1;
	}
	#content .fun2-link-lists .fun2-link-vis a:hover {
		opacity: 0.8;
	}
}

#content .area-confirmation {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding: 20px;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
	background-color: #e1f3ff;
}

#content .area-confirmation .inner-confirmation {
	margin: auto;
}

#content .area-confirmation .area-terms {
	height: 460px;
	overflow-y: auto;
	background-color: #fff;
	margin: 0;
	padding: 10px;
	font-size: 13px;
}

#content .area-confirmation .mod-h2 {
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	background: #0039a6;
	border: none;
}

#content .area-confirmation .mod-h3 {
	margin-bottom: 20px;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	background: none;
	border: none;
	font-weight: bold;
}

#content .area-confirmation .rule-list {
	margin-bottom: 35px;
	font-size: 13px;
	line-height: 1.8;
}

#content .area-confirmation .rule-list .area-terms-title {
	margin: 25px 0 10px;
	font-weight: bold;
	font-size: 14px;
}

#content .area-confirmation .rule-list p.txt {
	margin-bottom: 5px;
	font-size: 13px;
}

#content .area-confirmation .rule-list ul.txt > li {
	margin-bottom: 5px;
}

#content .area-confirmation .rule-list ul.txt > li > ol {
	margin-left: 1.5em;
}

#content .area-confirmation .indent-alpha {
	text-indent: -1em;
	margin-left: 1em;
}

#content .area-confirmation hr {
	display: block;
	margin-top: 35px;
	margin-bottom: 60px;
	padding-top: 2px;
	background: #0039a6;
	border: none;
}

#content .area-confirmation .confirmation-body {
	max-width: 1000px;
	margin: auto;
	padding: 0 0 0;
}

#content .area-confirmation .confirmation-footer {
	padding: 35px 0 35px;
}

#content .fun2-section-btnWrap {
	padding: 40px 0 60px;
}

#content .fun2-section-btnWrap .textlink {
	position: relative;
	margin-top: 25px;
	text-align: center;
}

#content .fun2-section-btnWrap .textlink::before {
	content: "";
	display: inline-block;
	background-image: url("/common/img/icon_blank.gif");
	background-size: contain;
	background-position: center center;
	width: 1em;
	height: 1em;
	position: relative;
	margin-right: 5px;
}

#content .fun2-section-btnWrap .textlink a {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

#content .fun2-section-memberWrap {
	padding: 0 10px 100px;
}

#content .fun2-section-memberWrap .area-registered-member {
	box-sizing: border-box;
	max-width: 658px;
	margin: 0 auto;
	padding: 32px 32px 25px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 2;
}

#content .fun2-section-memberWrap .area-registered-member .stit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu {
	margin-top: 20px;
	margin-bottom: -8px;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu .list-menu li {
	float: left;
	margin-bottom: 8px;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu .list-menu li:nth-child(2n+1) {
	width: 220px;
	margin-right: 10px;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu .list-menu li:nth-child(2n) {
	width: 354px;
}

#content .fun2-section-memberWrap .mod-link {
	position: relative;
	padding-left: 15px;
}

#content .fun2-section-memberWrap .mod-link a {
	color: #000;
}

#content .fun2-section-memberWrap .mod-link a:hover {
	text-decoration: underline;
}

#content .fun2-section-memberWrap .mod-link a:after {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/member/common/img/icn_arrow_left_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px 7px;
}

#content .fun2-section-memberWrap .mod-link a[target="_blank"]:after {
	width: 10px;
	height: 10px;
	background-image: url(/member/common/img/icn_blank.png);
	background-size: 10px 10px;
}

#content .fun2-section-memberWrap .area-registered-member {
	padding: 32px 32px 25px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 14px;
	line-height: 2;
}

#content .fun2-section-memberWrap .area-registered-member .stit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu {
	margin-top: 20px;
	margin-bottom: -8px;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu .list-menu li {
	float: left;
	margin-bottom: 8px;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu .list-menu li:nth-child(2n+1) {
	width: 220px;
	margin-right: 10px;
}

#content .fun2-section-memberWrap .area-registered-member .area-menu .list-menu li:nth-child(2n) {
	width: 354px;
}

@media screen and (max-width: 735px) {
	#content .fun2-section-memberWrap .area-registered-member {
		padding: 20px;
		font-size: 13px;
	}
	#content .fun2-section-memberWrap .area-registered-member .stit {
		margin-bottom: 5px;
		font-size: 13px;
	}
	#content .fun2-section-memberWrap .area-registered-member .area-menu {
		margin-top: 12px;
		padding-top: 20px;
	}
	#content .fun2-section-memberWrap .area-registered-member .area-menu .list-menu li {
		float: none;
		width: auto !important;
		margin: auto !important;
	}
}
