@charset "UTF-8";
/* =======================================
 リセットCSS
======================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* =======================================
 design
======================================= */
body {
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  min-width: 1050px;
}

a {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

.cf::before, .cf::after {
  content: "";
  clear: both;
  display: block;
}

#wrapper{
	 margin: 0 auto;
   width: 980px;
}

#wrapper p {
  text-align: center;
}

#mainimg {
  background: url(../img/mainimg_bg.jpg) no-repeat center top;
}

.offer_btn { width:100%; }

.btnarea12, .btnarea6, .btnarea3 {
    position: relative;
}
.btnarea12 .offer_btn {
    position: absolute;
    top: 63.5%;
}
.btnarea6 .offer_btn {
    position: absolute;
    top: 62%;
}
.btnarea3 .offer_btn {
    position: absolute;
    top: 60%;
}
.offer_btn a {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.offer_btn a::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 30px;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}

	@-webkit-keyframes shine {
    100% {
      left: 100%;
    }
  }

  @keyframes shine {
    100% {
      left: 100%;
    }
  }

/*#btnarea01{
	height: 540px;
	background: url(../img/bt_area_01.png) no-repeat center;
}

#btnarea01 .btnarea01 {
	margin: 0 auto;
	height: 540px;
	width: 980px;
	position: relative;
}

#btnarea01 .btn01 {
	margin: 0 auto;
    bottom: 140px;
	left:85px;
	position: absolute;
}

#btnarea01 .text01 {
	bottom: 48px;
    padding: 20px 90px;
	text-align: left;
	position: absolute;
	font-size: 14px;
	line-height: 24px;	
}

#btnarea02{
	height: 540px;
	background: url(../img/bt_area_02.png) no-repeat center;
}

#btnarea02 .btnarea02 {
	margin: 0 auto;
	height: 540px;
	width: 980px;
	position: relative;
}

#btnarea02 .btn02 {
	margin: 0 auto;
    bottom: 140px;
	left:85px;
	position: absolute;
}

#btnarea02 .text02 {
	bottom: 48px;
    padding: 20px 90px;
	text-align: left;
	position: absolute;
	font-size: 14px;
	line-height: 24px;	
}

#btnarea03{
	height: 540px;
	background: url(../img/bt_area_03.png) no-repeat center;
}

#btnarea03 .btnarea03 {
	margin: 0 auto;
	height: 540px;
	width: 980px;
	position: relative;
}

#btnarea03 .btn03 {
	margin: 0 auto;
    bottom: 140px;
	left:85px;
	position: absolute;
}

#btnarea03 .text03 {
	bottom: 48px;
    padding: 20px 90px;
	text-align: left;
	position: absolute;
	font-size: 14px;
	line-height: 24px;	
}*/

#section01 {

  background: url(../img/section01_bg_01.jpg) no-repeat center top, url(../img/section01_bg_02.jpg) repeat-x center top;
}

#section06 {
 /* background: #F0FAFA; */
}

#section08-1 {
 background: url(../img/section_08_01.png) no-repeat center top;
	height: 520px;
}
#section08-2 {
 background: url(../img/section_08_02.png) no-repeat center top;
	height: 690px;
}
#section08-3 {
 background: url(../img/section_08_03.png) no-repeat center top;
	height: 470px;
}

#section08-3 .box1{
	width: 980px;
	margin: 0 auto;
	height: 470px;
	position: relative;
}

#section08-3 .img1{
	right: 60px;
    bottom: 90px;
	position: absolute;
}

#text {
	width: 980px;
	margin: 0 auto;

}

#text .box1{
	width: 780px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 42px;
}

#faq {
  
}

#form{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/.png) repeat-y center top;
	padding: 40px 0;
}

#content{height: auto;}

.frame {
	width: 100%;
	height:2500px;

}

#pay {

	margin: 120px auto 0;
	font-size: 14px;
	background:#5e230d;
}

#pay .box1{

	margin: 0 auto;
	line-height: 28px;
	padding: 20px 0 0 0;
	font-size: 86%;
	text-align: center;

}

#pay .box1 a{
	color: #fff;
	text-decoration: none;
}

#pay h1{
	font-weight: 600;
	border-bottom: dotted 1px #333;
	font-size: 18px;
	padding: .8em 0 .8em .75em;
	border-left: 6px solid #1f4a98;
	margin-bottom: 16px;
}

#pay h2{
	font-weight: 600;
	font-size: 16px;
}

#footer{
	background: url(../img/footer_bg.png) repeat-y center top;
}

.red{color: #eb185c;}
.bold{font-weight: bold;}
.back-yellow{background-color:#fff443;}
.underline{text-decoration: underline;}



