@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*-----  contents -------

	1: リセット
	2: ヘッダ
	3: コンテンツ [class="main"]
	4: フッター
	  
----------------------*/




/*1:リセット
=================================*/

/*
===== 1: universal reset =================================*/

body, h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, li, dl, dt, dd,
th, td, address, form, blockquote,
em, strong, del, ins, code, var {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

/*
===== 2: Body and Base setting ===========================*/

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #a3d802;
	font-size: 62.5%;
	font-family: 'Noto Sans Japanese', sans-serif;	
	letter-spacing: 1;
	text-align: center;
}

/* General parameter setting
--------------------*/

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
th, td, address, form, blockquote {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}


h1, h2, h3, h4, h5, h6,
p, pre, ul, ol, dl, th, td,
address, blockquote {
	font-size: 1.3em;
}


ul, ol, dl {
	list-style-type: none;
}

td p, td pre, td ul, td ol, td dl,
dl p, dl pre, dl ul, dl ol, dl dl,
ul ul, ul ol, ul dl, ul p, ol ol,
form {
	font-size: 1.0em;
}

img {
	vertical-align: bottom;
	border: none;
}


/* Phrase elements styles
-------------------------------------*/
em {
	color: #f40a0a;
}
strong {
	font-weight: bold;
}


/*
===== 3: Link setting ===========================*/

a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #00a0e9; text-decoration: none; }
a:hover { color: #00a0e9; text-decoration: none; }
a:active { color: #00a0e9; text-decoration: none; }



/* mobile landscape & tablets & PC */
@media (min-width: 480px) {
	h1, h2, h3, h4, h5, h6,
	p, pre, ul, ol, dl, th, td,
	address, blockquote {
		font-size: 1.6em;
	}
}


/*2:ヘッダ
=================================*/
header {
}
.feature {
	position: relative;
	background: #0bc8ff;
}
.logo {
	text-align: center;
}
.logo img {
	width: 100%;
	max-width: 900px;
	height: auto;
}
.close {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px;
}
.close img {
	width: 33px;
	height: auto;
}

.dl-link {
	padding: 10px 0 12px;
	background: #0bc8ff url("../img/bg_dl.png") center bottom no-repeat;
}
.dl-link dt {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.dl-link dt img {
	width: 238px;
	height: auto;
}
.dl-link dd {
	margin-top: 7px;
}
.dl-link ul {
	text-align: center;
}
.dl-link li {
	display: inline;
}
.dl-link li+li {
	margin-left: 5px;
}
.iphone .dl-link li+li {
	margin-left: 0;
}
.dl-link li img {
	width: 145px;
	height: auto;
}

/* .iphone .user-android,
.iphone .user-pc,
.android .user-ios,
.android .user-pc,
.pc .user-android,
.pc .user-ios {
	display: none;
} */
.dl-link li.user-android,
.dl-link li.user-pc,
.dl-link li.user-ios,
.dl-link2 li.user-android,
.dl-link2 li.user-pc,
.dl-link2 li.user-ios {
	display: none;
}




/* mobile landscape & tablets & PC */
@media (min-width: 480px) {
	.close {
		left: 10px;
		top: 10px;
	}
	.close img {
		width: 60px;
	}
}
@media (min-width: 513px) {
	.dl-link {
		padding: 20px 10px;
		background-size: 100% 100%;
	}
	.dl-link dt img {
		width: 336px;
	}
	.dl-link dd {
		margin-top: 10px;
	}
	.dl-link li+li {
		margin-left: 17px;
	}
	.dl-link li img {
		width: 236px;
	}

}

/*3: コンテンツ [class="main"]
=================================*/
/* 共通 */
.main {
 padding: 22px 10px 27px;
	background: url("../img/bg_main.png"), linear-gradient(-135deg, #FFFFFF 10px, transparent 0) 0 10px, linear-gradient(135deg, #FFFFFF 10px, #FFFFFF 0) 0 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat,repeat-x, repeat-x;
	background-position: center top, center bottom, center bottom;
	background-size: 700px 100px, 15px 15px, 15px 15px;
}
.main section h1,
.main .info h2 {
	text-align: center;
}
.main section h1 img,
.main .info h2 img {
	height: auto;
}

.main a[target="_blank"],
.main a.icon-blank {
	padding-right: 16px;
	background: url("../img/icon_window.png") right center no-repeat;
	background-size: 13px 11px;
}

.txt-box {
	margin-top: 18px;
	padding: 15px;
	background: #fff;
	border-radius: 8px;	
}
.txt-box+.txt-box {
	margin-top: 10px;
}
.txt-box h2 {
	margin: 30px 0 10px;
	font-weight: bold;
}
.txt-box h2:first-child {
	margin-top: 0;
}
.txt-box p+p,
.txt-box p+.ul-list,
.txt-box .ul-list+p {
	margin-top: 15px;
}
.txt-box>.ol-list li li {
	margin-left: 2em;
	text-indent: -2.5em;
}
.txt-box>.ol-list li li li {
	margin-left: 0;
	text-indent: 0;
}
.txt-box>.ol-list li+li {
	margin-top: 10px;
}
.txt-box>.ol-list>li+li,
.txt-box>.ul-list>li+li {
	margin-top: 20px;
}
.txt-box>.ol-list>li span,
.txt-box>.ul-list>li span {
	font-weight: bold;
}
.tx-r { text-align: right; }

.btn-back {
	margin-top: 14px;
	text-align: center;
}
.btn-back a {
	display: inline-block;
	padding: 9px 5px;
	width: 185px;
	background: #0bc8ff;
	color: #fff;
	border-radius: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

/* index */
.info h2 img {
	width: 176px;
}
.info dl {
	margin-top: 18px;
	padding: 12px 15px;
	background: #fff;
	border-radius: 8px;
}
.info dl+dl {
	margin-top: 10px;
}
.info dt {
	font-weight: bold;
}
.info dd {
	margin-top: 3px;
}

.bnr-area {
	margin-top: 10px;
	padding-top: 10px;
	border-top: #fff7a8 2px dashed;
}
.bnr-area li+li {
	margin-top: 10px;
}
.bnr-area li img {
	width: 100%;
	height: auto;
}

.bnr-area2 li img {
	width: 260px;
	height: auto;
}

.dl-link2 {
	padding: 10px 0 12px;
}
.dl-link2 dt {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.dl-link2 dt img {
	width: 240px;
	height: auto;
}
.dl-link2 dd {
	margin-top: 7px;
}
.dl-link2 ul {
	text-align: center;
}
.dl-link2 li {
	display: inline;
}
.dl-link2 li+li {
	margin-left: 5px;
}
.iphone .dl-link2 li+li {
	margin-left: 0;
}
.dl-link2 li img {
	width: 145px;
	height: auto;
}

@media (min-width: 513px) {	
	.dl-link2 {
		padding: 20px 10px;
		background-size: 100% 100%;
	}
	.dl-link2 dt img {
		width: 336px;
	}
	.dl-link2 dd {
		margin-top: 10px;
	}
	.dl-link2 li+li {
		margin-left: 17px;
	}
	.dl-link2 li img {
		width: 236px;
	}	
}


/* 利用規約 */
.kiyaku h1 img { width: 97px; }

/* プライバシーポリシー */
.policy h1 img { width: 97px; }
.inquiry {
	margin-top: 15px;
	width: 100%;
	border-collapse: collapse;
}
.inquiry th {
	padding: 5px;
	width: 80px;
	border: #999 1px solid;
	border-left: none;
}
.inquiry td {
	padding: 5px;
	border: #999 1px solid;
	border-right: none;
}

/* 特商法に基づく表記 */
.tokushoho h1 img { width: 97px; }
.tokushoho-list dt {
	font-weight: bold;
}
.tokushoho-list dd+dt {
	margin-top: 15px;
}

/* FAQ */
.faq h1 img { width: 72px; }
.ancher {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.ancher li {
	margin-top: 10px;
	padding-right: 5px;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.ancher li:nth-child(even) {
	padding-right: 0;
	padding-left: 5px;
}
p+.ul-disc {
	margin-top: 15px;
}
.ul-disc>li {
	margin-left: 1em;
	text-indent: -1em;
}
.ul-disc>li+li {
	margin-top: 15px;
}
.cancellation dt {
	margin-top: 10px;
}
.cancellation li {
	margin-left: 2em;
	text-indent: -2em;
}

/* mobile landscape & tablets & PC */
@media (min-width: 480px)  {
	/* 共通 */
	.main {
		padding: 42px 10px 52px;
		background-size: 1160px 166px, 28px 17px, 28px 17px;
	}
	.inner {
		margin: 0 auto;
		max-width: 100%;
	}
	.txt-box {
		margin-top: 40px;
		padding: 28px;
	}
	.txt-box+.txt-box {
		margin-top: 20px;
	}

	.btn-back {
		margin-top: 33px;
	}
	.btn-back a {
		padding: 14px 5px;
		width: 200px;
		font-size: 113%;
	}

	/* index */
	.info h2 img {
		width: 286px;
	}
	.info dl {
		display: table;
		margin-top: 40px;
		width: 100%;
		padding: 25px 30px;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		border-radius: 12px;
	}
	.info dt {
		display: table-cell;
		width: 100px;
	}
	.info dd {
		display: table-cell;
	}
	
	.bnr-area {
		margin-top: 24px;
		padding-top: 24px;
	}
	.bnr-area ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bnr-area li {
		width: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
	.bnr-area li+li {
		margin-top: 20px;
	}
	.bnr-area li:nth-child(2) {
		margin-top: 0;
	}
	.bnr-area li:nth-child(odd) {
		padding-right: 10px;
	}
	.bnr-area li:nth-child(even) {
		padding-left: 10px;
	}

	/* 利用規約 */
	.kiyaku h1 img { width: 157px; }

	/* プライバシーポリシー */
	.policy h1 img { width: 157px; }
	.inquiry th {
		padding: 10px;
		width: 130px;
	}
	.inquiry td {
		padding: 10px;
	}

	/* 特商法に基づく表記 */
	.tokushoho h1 img { width: 157px; }

	/* ヘルプ */
	.faq h1 img { width: 116px; }
	.ancher {
		display: block;
		margin-top: 30px;
	}
	.ancher li {
		display: inline-block;
		margin: 10px 15px 0 0;
		padding: 0 15px 0 0;
		width: auto;
		border-right: #999 1px solid;
		line-height: 1.2;
		}
	.ancher li:nth-child(even) {
		padding-right: 15px;
		padding-left: 0;
	}
	.ancher li:last-child {
		margin-right: 0;
		padding-right: 0;
		border: none;
	}	
	
}


/*4: フッター
=================================*/
footer {
	padding: 10px;
}

.footer-nav ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-nav li {
	margin-top: 10px;
	padding-right: 5px;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-nav li:nth-child(even) {
	padding: 0 0 0 5px;
}
.footer-nav li:last-child {
	padding: 0;
	width: 100%;
}
.footer-nav li a {
	display: block;
	padding: 5px;
	background: #fff;
	color: #111111;
	border: #a3d802 2px solid;
	border-radius: 25px;
	font-weight: bold;
	text-align: center;
}

.pagetop {
	margin-top: 20px;
	text-align: center;
}
.pagetop img {
	width: 39px;
	height: auto;
}
.copyright {
	margin-top: 13px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}



/* mobile landscape & tablets & PC */
@media (min-width: 480px) {
	footer {
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.footer-nav {
		margin: 0 auto;
		max-width: 960px;
	}

	.footer-nav ul {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-align-items: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		-ms-align-content: stretch;
		-webkit-align-content: stretch;
		align-content: stretch;
	}
	.footer-nav li {
		margin: 0;
		padding: 0 10px;
		width: 20%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
	.footer-nav li:first-child {
		padding-left: 0;
	}
	.footer-nav li:nth-child(even) {
		padding: 0 10px;
	}
	.footer-nav li:last-child {
		padding: 0 0 0 10px;
		width: 20%;
}
	.footer-nav li a {
		height: 100%;
		max-width: 100%;
		padding: 10px 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-width: 3px;
		line-height: 1.2;
		letter-spacing: -0.05em;
		}

	.pagetop {
		margin-top: 35px;
	}
	.pagetop img {
		width: 60px;
	}
	.copyright {
		margin-top: 30px;
		font-size: 109%;
	}
}
@media (min-width: 960px) {
	.footer-nav li a {
		font-size: 100%;
	}
}