@charset "utf-8";

@import "default.css";

/* ===================================================================
format
=================================================================== */

/*	body
----------------------------------------------------*/
body {text-align:center;font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*	a:link,a:visited,a:hover,a:active
----------------------------------------------------*/
a			{color:#0068b7;text-decoration:none;}
a:link		{color:#0068b7;text-decoration:none;}
a:visited	{color:#0068b7;}
a:hover		{text-decoration:underline;}
a:active	{color:#0068b7;}

/* ===================================================================
Layout
=================================================================== */
#h_wrap			{width: 100%; background: url(../images/h_bg.png) repeat-x;}
header			{position: relative; width: 980px; height: 116px; margin: 0 auto;}
footer			{width: 100%; padding: 9px 0 8px; background: #000;}

/* ===================================================================
Layout-contents
=================================================================== */

/*	header
----------------------------------------------------*/
header h1 {
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

header #logo {
	position: absolute;
	top: 48px;
	left:369px;
}

header #sns {
	position: absolute;
	top: 5px;
	right: 0;
}

header #sns li {
	float: left;
	margin-left: 10px;
}

/*	mainImg
----------------------------------------------------*/
.main_wrap {
	width:100%;
	background:#ffea00;
}

.main_wrap2 {
	width:100%;
	background:#ffea00;
}

.main_wrap02 {
	padding: 0 0 70px 0;
	background-image: url(../images/main_wrap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main_wrap02 .giza {
	width: 100%;
	height: 21px;
	padding-bottom: 76px;
	background:url(../images/section06_bottom.png) repeat-x;
}

.main01 {
	position: relative;
	width:1180px;
	height: 676px;
	margin: 0 auto;
	background: url(../images/main_bg01_02.jpg);
}

.main01 a {
	display: block;
	width:1180px;
	height: 676px;
}

.main_wrap.top01 {
	padding-bottom:22px;
	background:url(../images/main_bg01_02.png) repeat-x #3eba78;
}

.main02 {
	position: relative;
	width:1180px;
	height: 516px;
	margin: 0 auto;
	background: url(../images/main_bg02_02.jpg);
}

.main02 a {
	display: block;
	width:1180px;
	height: 516px;
}

.main_wrap.top02 {
	padding-bottom:23px;
	background:url(../images/main_bg02_02.png) repeat-x #ffea01;
}

.main03 {
	position: relative;
	width:1180px;
	height: 527px;
	margin: 0 auto;
	background: url(../images/main_bg03_02.jpg);
}

.main03 a {
	display: block;
	width:1180px;
	height: 527px;
}

.main_wrap.top03 {
	background:url(../images/main_bg03_02.png) repeat-x #00a8ff;
}

.main01 .btn {
	position: absolute;
	top: 610px;
	left: 110px;
	-webkit-animation-name:mainbtn;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

.btn {
	position: absolute;
	top: 450px;
	left: 110px;
	-webkit-animation-name:mainbtn;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes mainbtn {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes mainbtn {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -5px);}
	100% {-moz-transform:translate(0, 0);}
}

/*	section
----------------------------------------------------*/
section .inner {
	width: 980px;
	margin: 0 auto;
}

section .center {
	text-align: center;
}

/*	section01
----------------------------------------------------*/
#section01 {
	width: 100%;
	padding: 40px 0 66px 0;
	background:url(../images/section01_bottom.png) repeat-x bottom #15243f;
}

#section01 h2 {
	padding-bottom: 50px;
}

#section01 ul {
	padding-bottom: 30px;
}

#section01 ul li {
	float: left;
}

#section01 p {
	text-align: center;
}

#section01 p.img04 {
	padding-bottom: 57px;
}



/*	section02
----------------------------------------------------*/
#section02 {
	width: 100%;
	padding: 50px 0 93px 0;
	background:url(../images/section02_bottom.png) repeat-x bottom #093483;
}

#section02 h2 {
	padding-bottom: 57px;
}

#section02 .box {
	position: relative;
	width: 980px;
	height: 284px;
	padding-bottom: 66px;
}

#section02 .box .img01 {
	position: absolute;
	top: 0;
	left: 190px;
	z-index: 1;
}

#section02 .box .img02 {
	position: absolute;
	top: 97px;
	left: 190px;
	z-index: 1;
}

#section02 .box .img03 {
	position: absolute;
	top: 194px;
	left: 190px;
	z-index: 1;
}

#section02 .box .img04 {
	position: absolute;
	top: 60px;
	right: 40px;
}

#section02 .img05 {
	padding-bottom: 93px;
	text-align: center;
}


#section02 h3 {
	padding-bottom: 86px;
}

#section02 .box02 {
	position: relative;
	width: 980px;
	height: 150px;
	padding-bottom: 90px;
}

#section02 .box02 .img06 {
	position: absolute;
	top: 0;
	left: 119px;
}

#section02 .box02 .img07 {
	position: absolute;
	top: 0;
	left: 294px;
}

#section02 .box02 .img08 {
	position: absolute;
	top: 0;
	left:398px ;
}

#section02 .box02 .img09 {
	position: absolute;
	top: 0;
	right: 304px;
}

#section02 .box02 .img10 {
	position: absolute;
	top: 0;
	right: 78px;
}

/*	section_magazine
----------------------------------------------------*/
#section_magazine {
	width: 100%;
	padding: 50px 0 70px 0;
	background:url(../images/magazine_bottom.png) repeat-x bottom #0970bf;
}

#section_magazine p {
text-align:center;
}


/*	section03
----------------------------------------------------*/
#section03 {
	width: 100%;
	padding: 50px 0 70px 0;
	background:url(../images/section03_bottom.png) repeat-x bottom #0970bf;
}

#section03 h2 {
	padding-bottom: 70px;
}

#section03 ul li {
	float: left;
}

#section03 ul li.img02 {
	padding-left: 44px;
}

#section03 ul li.img03 {
	padding-left: 35px;
}

#section03 h3 {
	padding: 80px 0;
}

#section03 .movie {
	width: 854px;
	margin: 0 auto 55px;
}

#section03 ul li.img04 {
	padding:0 8px 0 63px;
}


/*	section04
----------------------------------------------------*/
#section04 {
	width: 100%;
	padding: 73px 0 104px 0;
	background:url(../images/section04_bottom.png) repeat-x bottom #369ae8;
}

#section04 h2 {
	padding-bottom: 63px;
}

#section04 p {
	text-align: center;
}

#section04 p.table {
	padding-top: 68px;
}


/*	section05
----------------------------------------------------*/
#section05 {
	width: 100%;
	padding: 63px 0 118px 0;
	background:url(../images/section05_bottom.png) repeat-x bottom #0057b1;
}

#section05 h2 {
	padding-bottom: 50px;
}

#section05 p {
	padding-bottom: 50px;
}

#section05 .bg {
	position: relative;
	width: 932px;
	height: 479px;
	margin: 0 auto 67px;
	box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 0px;
}

#section05 .bg .fukidashi {
	position: absolute;
	top: -30px;
	right: -3px;
}

#section05 .bg .movie {
	position: absolute;
	top: 266px;
	left: 323px;
}

#section05 .voice01 {background: url(../images/section05_bg01.png) no-repeat;}
#section05 .voice02 {background: url(../images/section05_bg02_v2.png) no-repeat;}
#section05 .voice03 {background: url(../images/section05_bg03_v2.png) no-repeat;}
#section05 .voice04 {background: url(../images/section05_bg04_v2.png) no-repeat;}



/*	section06
----------------------------------------------------*/
#section06 {
	width: 100%;
	padding: 60px 0 100px 0;
	background:#03a5da;
}

#section06 h2 {
	padding-bottom: 87px;
}

#section06 .faq {
	width: 932px;
	margin: 0 auto;
	box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 0px;
}

/*	section07
----------------------------------------------------*/
#section07 {
	padding: 50px 0 70px;
	background: #cbedf5;
}

#section07 h3 {
	padding:10px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	background:#232323;
}

#section07 .confirmation {
	margin:55px 0 70px 0;
}

#section07 .check_box {
	float:left;
	width:478px;
	height:380px;
	margin:0 19px 37px 0;
	border:1px solid #000;
	background:#fff;
}

#section07 .check_box.last {
	margin-right:0;
}

#section07 .check_box ul {
	padding:5px 10px;
}

#section07 .check_box li {
	margin-left:20px;
	padding:5px 0;
	font-size:12px;
}

#section07 .check_box ul.disc li {
	list-style:disc;
}

#section07 .check_box ul.decimal li {
	list-style:decimal;
}

#section07 .guide {
	clear: both;
	margin-bottom: 55px;
	padding-bottom:20px;
	background:#fff;
	border:1px solid #000;
}

#section07 .guide .left {
	float:left;
	width:465px;
	margin:10px 0 0 15px;
}

#section07 .guide .right {
	float:right;
	width:465px;
	margin:10px 15px 0 0;
}

#section07 .guide h4 {
	margin:20px 0 5px 0;
	padding:5px 10px;
	font-weight:normal;
	font-size: 18px;
	text-shadow: 1px 1px 1px #fff;
	background:#c7efa4;
}

#section07 .guide p {
	padding:5px 10px;
	font-size:12px;
}

#section07 .guide p.bold {
	padding-bottom:0;
	font-size:14px;
	font-weight:bold;
}

#section07 p.headsup img {
	width: 100%;
}


/*	footer
----------------------------------------------------*/
footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}


.pageup {
    position: fixed;
    left: 50%;
    bottom: 80px;
    z-index: 20;
    display: none;
    width: 40px;
    height: 70px;
    margin-left: 540px;
    background: url("../images/pagetop.png") 0 0 no-repeat;
    background-size: 60px 70px;
}

.pageup-hand {
    position: fixed;
    right: 25px;
    bottom: 0;
    z-index: 20;
    display: none;
    width: 109px;
    height: 190px;
    background: url("../images/pagetop_nose.png") 0 0 no-repeat;
    cursor: pointer;
    background-size: 257px 135px;
}

/*	5%還元
----------------------------------------------------*/
header #sns {
    right: 170px;
}

#h_wrap {
  height: 145px;
}

#header p.logo {
  padding-top: 0;
}

.cb_banner {
  padding-top: 3px;
  float: right;
}

.cb_banner img {
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.guide .cb_pay {
  display: flex;
  margin: 10px 0 20px;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
}

.guide .cb_pay .cb_pay_img {
  width: 180px;
}

#section17 .guide .cb_pay .cb_pay_text {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin-bottom: 0;
  text-align: justify;
}
