/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  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.5;
	background: url(images/bg_pink.jpg);
	font-family: "小塚ゴシック Pro", "メイリオ",sans-serif;
	color: #301911;
}
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 {
	vertical-align:top;
}
.rlt {
	position: relative;
}
.abs {
	position: absolute;
}
.fixed {
	position: fixed;
}
.text_center {
	text-align: center;
}
.small {
	font-size: 14px;
}
.bg_pink {
	background: url(images/bg_pink.jpg);
}
.bg_stripe {
	background: url(images/bg_stripe.jpg);
}
.bg_blue {
	background: url(images/bg_blue.jpg);
}
.bg_damask {
	background: url(images/bg_damask.jpg);
}
.bg_brown {
	background: #301911;
}
.bg_white {
	background: #ffffff;
}
.contents {
	width: 1000px;
	margin: 0 auto;
}
.intro {
    padding: 5px 10px;
}

/*//////////////////////////
            
          fixed

//////////////////////////*/
.left_ribbon {
	bottom: 0;
	left:0;
	z-index: 2;
}
.right_ribbon {
	bottom: 0;
	right: 0;
	z-index: 2;
}

/*//////////////////////////
            
          money

//////////////////////////*/
.money {
	position: relative;
	padding: 50px;
}
.money:after {
    content: "";
    position: absolute;
    bottom: -66px;
    left: 0;
    right: 0;
    margin: auto;
    width: 370px;
    height: 66px;
    display: block;
    background: url(images/bg_blue_triangle.png);
    background-size: 100%;
}

/*//////////////////////////
            
          reward

//////////////////////////*/
.reward {
	padding-top: 66px;
}

/*//////////////////////////
            
          service

//////////////////////////*/
.service {
    padding: 35px 0;
}
.service .abs {
    top: 230px;
    left: 400px;
}
.service li {
	position: relative;
	font-size: 17px;
	line-height: 2;
	color: #3b1e14;
}
.step01 {
	top:90px;
}
.step02 {
	top:305px;
}
.step03 {
	top:515px;
}
.step04 {
	top:700px;
}
.step05 {
	top:885px;
}
.step06 {
	top:1075px;
}

/*//////////////////////////
            
          image

//////////////////////////*/
.image {
	padding: 35px 0;
}

/*//////////////////////////
            
          faq

//////////////////////////*/
.question{
	left: 175px;
}
.question_content {
	color: #38a2e5;
}
.answer_content {
	margin-top: 45px;
	color: #000000;
}
.question01 {
	top: 295px;
}
.question02 {
	top: 455px;
}
.question03 {
	top: 615px;
}
.question04 {
	top: 775px;
}
.question05 {
	top: 935px;
}

/*//////////////////////////
            
          contact

//////////////////////////*/
.contact {
	padding: 35px 0;
}
.form , form{
    padding: 50px 0;
}
form {
	width: 910px;
	margin: 0 auto;
}
.form dt {
    vertical-align: middle;
    font-size: 16px;
    float: left;
    width: 330px;
    clear: both;
    font-weight: bold;
    text-align: left;
    border-top: 1px dotted #f097b6;
    padding: 23px 0 23px 62px;
    box-sizing: border-box;
}
.form dd {
    float: left;
    width: 550px;
    border-top: 1px dotted #f097b6;
    padding: 20px 30px;
    box-sizing: border-box;
}
.form select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: #f097b6 1px solid;
    background-color: #FFF4F4;
    -webkit-appearance: none;
    padding: 5px 20px 5px 5px;
    width: 458px;
    font-family: "小塚ゴシック Pro", "メイリオ",sans-serif;
    float: left;
    height: 30px;
}
.form dd input[type="text"], .form dd input[type="email"] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 458px;
    height: 30px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #FFF4F4;
    border: #f097b6 1px solid;
    font-family: "小塚ゴシック Pro", "メイリオ",sans-serif;
}
.form dd input.age {
    width: 20%;
    margin-right: 10px;
}
.form dd textarea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 458px;
    height: 100px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #FFF4F4;
    border: #f097b6 1px solid;
    font-family: "小塚ゴシック Pro", "メイリオ",sans-serif;
}
input.send_btn {
    font-size: 20px;
    display: inline;
    margin-top: 20px;
    width: 310px;
    height: 50px;
    letter-spacing: 5px;
    color: #fff;
    background-color: #f097b6;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: #f097b6 1px solid;
    cursor: pointer;
}
input.send_btn:hover {
	opacity: 0.8;
}
input:focus,textarea:focus {
	outline: 0;
}
p.error_messe {
    margin: 15px 0;
    font-size: 16px;
}
.formTable {
    width: 80%;
    border: 2px solid #f097b6;
    margin: 0 auto 30px;
    border-collapse: separate;
}
.formTable tr {
    border-bottom: 2px solid #fff;
}
.formTable th {
    padding: 20px;
    background: #f097b6;
    border-bottom: 2px solid #fff;
    width: 30%;
    color: #fff;
}
.formTable td {
    padding: 20px;
    border-bottom: 2px solid #f097b6;
    background: #fff;
}
.formTable tr:last-child th,.formTable tr:last-child td {
    border-bottom: none;
}

/*//////////////////////////
            
          check

//////////////////////////*/
.check .contents {
    background: #ffffff;
    padding-top: 50px;
    margin: 35px auto;
}
.check form {
    padding-top: 20px;
}

/*//////////////////////////
            
          footer

//////////////////////////*/
.footer {
	padding: 130px 0 20px;
}
.footer li {
	padding-bottom: 50px;
}
.footer p {
	color: #ffffff;
}
.footer_txt {
	padding: 60px 0 20px;
	font-size:14px;
}
.copyright {
	font-size: 12px;
}