@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------------------------------------------------
 commons style)SP
----------------------------------------------------*/

* {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,textarea {
	max-height: 100%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

/*----------------------------------------------------
 style)SP
----------------------------------------------------*/

header {
	width: 100%;
	margin: 0px 0px -10px 0px;
	padding: 0;
}
header h1 {
	width: 100%;
	height: 0;
	text-indent: -9999px;
	background-image: url(../images/main_img_sp.png);
    background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 46.29% 0px 0px 0px;
}


section.contents_area {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
section.contents_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.contents_area article h2 {
	width: 100%;
	height: 65px;
	text-indent: -9999px;
	background-image: url(../images/contents_ttl.png);
	background-size: auto 65px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.contents_area article dl {
	width: 80%;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.contents_area article dl:last-of-type {
	margin-bottom: 0px;
}
section.contents_area article dl dt {
	width: 100%;
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.contents_area article dl dt span {
	width: 60px;
	height: 60px;
	background-color: #f6eaa5;
	display: block;
	border-radius: 30px;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	margin: 0px auto 10px auto;
	padding: 10px 0px 0px 0px;
}
section.contents_area article dl dt span:before {
	content: "特典";
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 0px auto 0px auto;
}
section.contents_area article dl dt strong {
	color: #00b900;
	display: block;
	line-height: 1.5em;
	font-size: 18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
section.contents_area article dl dd p {
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.contents_area article dl dd span {
	display: inline-block;
	color: #fff;
	background-color: #000;
	margin: 20px 0px 10px 0px;
	padding: 3px 5px;
}
section.contents_area article dl dd a {
	text-decoration: underline;
	background-image: url(../images/contents_area_icn.png);
	background-repeat: no-repeat;
	background-size: auto 8px;
	background-position: center top;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}


section.add_area {
	width: 100%;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
section.add_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.add_area article h2 {
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.add_area article dl {
	width: 80%;
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0px auto 30px auto;
	padding: 20px;
}
section.add_area article dl:last-of-type {
	margin-bottom: 0px;
}
section.add_area article dl dt {
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #00b900;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.add_area article dl dd {
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.add_area article dl dd img {
	width: 90%;
	height: auto;
	margin: 0px auto 10px auto;
}
section.add_area article dl dd a {
	width: 160px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/add_img_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 40px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.add_area article dl dd p {
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.add_area article dl dd ol {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.add_area article dl dd ol li {
	line-height: 1.5em;
	text-indent: -1.3em;
	text-align: left;
	font-size: 12px;
	box-sizing: border-box;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.3em;
}
section.add_area article dl dd ul li:last-child {
	margin-bottom: 0px;
}


footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 100%;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}
footer dl {
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px;
}
footer dl dt {
	width: 100%;
	height: 32px;
	text-indent: -9999px;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-size: auto 32px;
	background-position: center top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer dl dd {
	font-size: 10px;
	text-align: center;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
footer div span {
	font-size: 10px;
	display: block;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
	background-size: 50px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}


@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/

* {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}


input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}


.sp_none {
	display: block;
}
.pc_none {
	display: none;
}


/*----------------------------------------------------
 style)PC
----------------------------------------------------*/


header {
	width: 100%;
	background-color: #00b900;
	margin: 0px 0px -60px 0px;
	padding: 0;
}
header h1 {
	width: 100%;
	height: 500px;
	text-indent: -9999px;
	background-image: url(../images/main_img_pc.png);
    background-size: auto 500px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
}


section.contents_area {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 60px 0px;
}
section.contents_area article {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.contents_area article h2 {
	width: 100%;
	height: 140px;
	text-indent: -9999px;
	background-image: url(../images/contents_ttl.png);
	background-size: auto 140px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
section.contents_area article dl {
	width: 100%;
	margin: 0px auto 40px auto;
	padding: 0px;
}
section.add_area article dl:last-of-type {
	margin-bottom: 0px;
}
section.contents_area article dl dt {
	width: 100%;
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.contents_area article dl dt span {
	width: 80px;
	height: 80px;
	background-color: #f6eaa5;
	display: block;
	border-radius: 40px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	margin: 0px auto 10px auto;
	padding: 12px 0px 0px 0px;
}
section.contents_area article dl dt span:before {
	content: "特典";
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0px auto -2px auto;
}
section.contents_area article dl dt strong {
	color: #00b900;
	display: block;
	line-height: 1.5em;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
section.contents_area article dl dd p {
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
section.contents_area article dl dd span {
	display: inline-block;
	color: #fff;
	line-height: 30px;
	background-color: #000;
	margin: 20px 0px 10px 0px;
	padding: 0px 10px;
}
section.contents_area article dl dd a {
	text-decoration: underline;
	background-image: url(../images/contents_area_icn_pc.png);
	background-repeat: no-repeat;
	background-size: auto 12px;
	line-height: 30px;
	background-position: left center;
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 0px 25px;
}
section.contents_area article dl dd a:hover {
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}



section.add_area {
	width: 100%;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.add_area article {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.add_area article h2 {
	width: 100%;
	font-size: 36px;
	text-align: center;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
section.add_area article dl {
	width: 465px;
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0px auto 30px auto;
	padding: 30px;
}
section.add_area article dl:nth-of-type(1) {
	float: left;
}
section.add_area article dl:nth-of-type(2) {
	float: right;
}
section.add_area article dl:nth-of-type(3) {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}
section.add_area article dl dt {
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #00b900;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.add_area article dl:nth-of-type(3) dt {
	width: 550px;
	float: right;
}
section.add_area article dl dd {
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.add_area article dl dd img {
	height: auto;
}
section.add_area article dl:nth-of-type(2) dd img {
	width: 240px;
	margin: 0px auto 10px auto;
}
section.add_area article dl:nth-of-type(3) dd img {
	width: 300px;
	float: left;
	margin: 0px 50px 0px 0px;
}
section.add_area article dl dd a {
	width: 240px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/add_img_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60px;
	margin: 105px auto 105px auto;
	padding: 0px;
}
section.add_area article dl dd p {
	width: 100%;
	line-height: 1.8em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.add_area article dl:nth-of-type(3) dd p {
	width: 550px;
	float: right;
}
section.add_area article dl dd ol {
	width: 550px;
	float: right;
	line-height: 1.5em;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.add_area article dl dd ol li {
	line-height: 1.5em;
	text-indent: -1.3em;
	text-align: left;
	font-size: 16px;
	box-sizing: border-box;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.3em;
}
section.add_area article dl dd ul li:last-child {
	margin-bottom: 0px;
}


footer {
	width: 100%;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
footer div {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer dl {
	width: 960px;
	text-align: center;
	margin: 0px auto 30px auto;
	padding: 0% 0px 0px 0px;
}
footer dl dt {
	width: 340px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	background-size: auto 40px;
	background-position: left top;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
footer dl dd {
	width: auto;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
footer div span {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
	background-size: 70px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}


}

/*----------------------------------------------------
 style end
----------------------------------------------------*/
