@charset "UTF-8";

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y:scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin: 0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}   
img,abbr,acronym,fieldset{border:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display:none;}
object,embed{vertical-align:top;}
li{list-style:none;}

/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration: underline;color: #666666;}
a:visited{text-decoration: none;color: #66666;}
a:hover{text-decoration: underline;color: #999999;}
a:active{text-decoration: none;color: #66666;}
/*font*/
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;line-height:30px;}@media only screen and (max-width:750px){.big{font-size:16px;line-height:24px;}}
.red{color:#c70003;}

/*----- image -----*/
.img1080{width:100%;max-width:1080px;margin:0 auto;}
.img960{width:100%;max-width:960px;margin:0 auto;}
.img750{width:100%;max-width:750px;margin:0 auto;}
.img240{width:100%;max-width:240px;margin:0 auto;}
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
}

/* ------------------------------------------- CSS Information 
 Style Info: body
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
background:#ffffff;
letter-spacing:0em;
overflow:hidden;
min-width:320px;
}

/* ------------------------------------------- CSS Information 
 Style Info: header
----------------------------------------------------------- */
/*----- header -----*/
header{
margin:0;
width:100%;
text-align:center;
background:url(../img/header_bg.png) no-repeat center top;
}
@media only screen and (max-width:750px){header{background:none;}}

/* ------------------------------------------- CSS Information 
 Style Info: title
----------------------------------------------------------- */
.title{
width:100%;
margin:0 auto;
padding:0;
text-align:center;
}
.title.scrollin:after{
content:"";
display:block;
margin:0 auto 40px auto;
padding:0;
width:0;
max-width:240px;
height:10px;
background:#59c4be;
animation:title_hr 1s linear 1s both;
-webkit-animation:title_hr 1s linear 1s both;
}
@keyframes title_hr{0%{width:0%;}100%{width:100%;}}
@-webkit-keyframes title_hr{0%{width:0%;}100%{width:100%;}}
@media only screen and (max-width:750px){
.title{}
.title.scrollin:after{
max-width:160px;
height:5px;
}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents01
----------------------------------------------------------- */
#contents01{}
.contents01_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 0 80px 0;
}
.contents01_box .text{
width:100%;
max-width:840px;
margin:0 auto;
padding:0 20px 10px 20px;
box-sizing:border-box;
font-size:16px;
line-height:30px;
text-align:left;
}
.contents01_box .text p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents01{padding:20px 0 0 0;}
.contents01_box{padding:0 0 40px 0;}
.contents01_box .text{
padding:0 20px 0 20px;
font-size:14px;
line-height:20px;
text-align:justify;
}
.contents01_box .text p{padding:0 0 20px 0;}
.contents01_box .text br{display:none;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents02
----------------------------------------------------------- */
#contents02{padding:0 0 60px 0;}
.contents02_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
background:#f6f6f6;
border:1px solid #eeeeee;
position:relative;
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
}
.contents02_box .leftbox{
width:300px;
margin:0;
padding:20px;
}
.contents02_box .leftbox img{width:100%;max-width:300px;margin:0 auto;}
.contents02_box .rightbox{
-webkit-flex:1;
flex:1;
margin:0 auto 0 0;
padding:0 20px 0 0;
text-align:left;
box-sizing:border-box;
}
.contents02_box .text{
width:100%;
margin:0;
padding:30px 0 0 0;
box-sizing:border-box;
font-size:16px;
line-height:24px;
text-align:left;
}
.contents02_box .text p{
margin:0;
padding:0 0 30px 0;
}
.contents02_box .text ul{
margin:-24px 0 0 0;
padding:0;
}
.contents02_box .text ul li{
margin:0;
padding:0 0 0 10px;
font-size:18px;
line-height:30px;
background:url(../img/list.png) no-repeat center left;
}
.textbox{
width:100%;
max-width:840px;
margin:0 auto;
padding:60px 20px 30px 20px;
box-sizing:border-box;
font-size:16px;
line-height:30px;
text-align:left;
}
.textbox p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents02{padding:0 0 40px 0;}
.contents02_box{margin:20px auto 0 auto;max-width:750px;display:block;}
.contents02_box .leftbox{
width:100%;
padding:20px;
box-sizing:border-box;
}
.contents02_box .leftbox img{width:100%;max-width:240px;}
.contents02_box .rightbox{
width:100%;
margin:0 auto;
padding:20px;
}
.contents02_box .text{
padding:0;
box-sizing:border-box;
font-size:14px;
line-height:20px;
text-align:justify;
}
.contents02_box .text p{padding:0 0 20px 0;}
.contents02_box .text ul{margin:-10px 0 10px 0;}
.contents02_box .text ul li{font-size:16px;line-height:30px;}
.contents02_box .rightbox br{display:none;}
.textbox{
padding:40px 20px 0 20px;
font-size:14px;
line-height:20px;
}
.textbox p{padding:0 0 20px 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents03
----------------------------------------------------------- */
#contents03{background:url(../img/contents03_bg.png) no-repeat center;}
.contents03_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 0 40px 0;
}
.contents03_box .text{
width:100%;
max-width:840px;
margin:0 auto;
padding:80px 20px 50px 20px;
box-sizing:border-box;
font-size:20px;
line-height:30px;
text-align:left;
}
.contents03_box .text p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents03{background:#ffffff;}
.contents03_box{padding:20px 0;}
.contents03_box .text{
padding:40px 20px 20px 20px;
font-size:16px;
line-height:24px;
}
.contents03_box .text p{padding:0 0 20px 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents04
----------------------------------------------------------- */
#contents04{padding:40px 0 0 0;}
.contents04_box{
width:100%;
max-width:1080px;
margin:0 auto;
padding:0 0 120px 0;
}
@media only screen and (max-width:750px){
#contents04{}
.contents04_box{padding:20px 0 80px 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents05
----------------------------------------------------------- */
#contents05{}
.contents05_box{
width:100%;
max-width:1080px;
margin:0 auto;
padding:0 0 120px 0;
}
@media only screen and (max-width:750px){
#contents05{}
.contents05_box{padding:20px 0 80px 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents06
----------------------------------------------------------- */
#contents06{}
.contents06_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 0 120px 0;
}
.contents06_box .text{
width:100%;
max-width:840px;
margin:0 auto;
padding:0 20px 10px 20px;
box-sizing:border-box;
font-size:16px;
line-height:30px;
text-align:left;
}
.contents06_box .text p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents06{}
.contents06_box{padding:20px 0 40px 0;}
.contents06_box .text{
padding:0 20px 0 20px;
font-size:14px;
line-height:20px;
text-align:justify;
}
.contents06_box .text p{padding:0 0 20px 0;}
.contents06_box .text br{display:none;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents07
----------------------------------------------------------- */
#contents07{padding:0 0 80px 0;}
.contents07_box{
width:100%;
max-width:960px;
margin:40px auto 0 auto;
padding:0;
position:relative;
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
}
.contents07_box .leftbox{
width:300px;
margin:0;
padding:20px;
}
.contents07_box .leftbox img{width:100%;max-width:300px;}
.contents07_box .rightbox{
-webkit-flex:1;
flex:1;
margin:0 auto 0 0;
padding:0 20px 0 0;
text-align:left;
box-sizing:border-box;
}
.contents07_box .text{
width:100%;
margin:0;
padding:0 0 10px 0;
box-sizing:border-box;
font-size:16px;
line-height:24px;
text-align:left;
}
.contents07_box .text p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents07{padding:0 0 40px 0;}
.contents07_box{margin:20px auto 0 auto;display:block;}
.contents07_box .leftbox{
width:100%;
padding:20px;
box-sizing:border-box;
}
.contents07_box .leftbox img{width:100%;max-width:240px;}
.contents07_box .rightbox{
width:100%;
margin:0 auto;
padding:20px;
}
.contents07_box .text{
padding:0;
box-sizing:border-box;
font-size:14px;
line-height:20px;
text-align:justify;
}
.contents07_box .text p{padding:0 0 20px 0;}
.contents07_box .rightbox br{display:none;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents08
----------------------------------------------------------- */
#contents08{background:#5faaa9;padding:40px 0;}
.title_contents08{
font-size:16px;
line-height:20px;
border-left:5px solid #f6dd5d;
text-align:left;
color:#f5f5f5;
font-weight:bold;
margin:0 0 10px 0;
padding:0 0 0 5px;
}
/*----- agreement -----*/
.agreement{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 20px 40px 20px;
font-size:14px;
line-height:24px;
color:#eeeeee;
text-align:justify;
box-sizing:border-box;
}
.agreement a{color:#eeeeee;text-decoration:underline;}
/*----- service -----*/
#service{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 20px 40px 20px;
box-sizing:border-box;
}
.service_pc{
display:table;
width:100%;
margin:0 auto;
box-sizing:border-box;
text-align:center;
color:#666666;
}
.service_pc th{
background:#59c4be;
font-size:14px;
line-height:20px;
color:#ffffff;
text-align:center;
padding:10px;
border:1px solid #eeeeee;
}
.service_pc td{
font-size:14px;
line-height:20px;
text-align:center;
padding:10px;
background:#ffffff;
}
.service_pc td.free_box{
box-sizing:border-box;
color:#ffffff;
font-weight:bold;
background:#ed6d46;
border:6px solid #ed6d46;
}
.free{
box-sizing:border-box;
border:6px solid #ed6d46;
}
.service_sp{display:none;}
@media only screen and (max-width:750px){
section.contents08{background:#5faaa9;padding:40px 0 20px 0;}
.title_contents08{
font-size:14px;
line-height:20px;
border-left:5px solid #f6dd5d;
text-align:left;
margin:0 0 20px 0;
padding:0 0 0 5px;
}
/*----- agreement -----*/
.agreement{
max-width:750px;
padding:0 20px 40px 20px;
font-size:14px;
line-height:20px;
color:#eeeeee;
text-align:justify;
box-sizing:border-box;
}
#service{
max-width:750px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}
.service_pc{display:none;}
.service_sp{
display:block;
margin:0 0 20px 0;
color:#666666;
}
.service_sp dt{
background:#59c4be;
color:#ffffff;
font-size:14px;
line-height:20px;
text-align:center;
padding:10px;
}
.service_sp dt.free_box{
box-sizing:border-box;
color:#ffffff;
font-weight:bold;
background:#ed6d46;
}
.service_sp dd{
font-size:14px;
line-height:20px;
text-align:center;
padding:10px;
background:#ffffff;
}
}

/* ------------------------------------------- CSS Information 
 Style Info: opt
----------------------------------------------------------- */
.opt{
width:100%;
margin:0;
padding:0;
text-align:center;
color:#666666;
background:#59c4be url(../img/opt_bg.png) no-repeat center top;
}
.opt_box{
width:100%;
max-width:710px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}
.opt_form{}
.opt_table{
width:100%;
margin:-20px auto 0 auto;
padding:0;
border-collapse:separate;
border-spacing:0 20px;
}
.opt_table th{
width:200px;
margin:0;
background:#5c706f;
text-align:left;
padding:0;
}
.opt_table th img{height:40px;}
.opt_table td{margin:0;}
.opt_form input[type=text]{
font-size:16px;
line-height:20px;
margin:0;
padding:10px 5px;
width:100%;
border:0;
box-sizing:border-box;
border-radius:0;
background:#ffffff;
}
.opt_form input[type=text].input_name{
background:#ffffff url(../img/sama.png) no-repeat center right;
background-size:40px 40px;
}
.opt_form input[type=image]{width:100%;}
.attention{
width:100%;
max-width:710px;
margin:20px auto 0 auto;
padding:0 20px 40px 20px;
font-size:13px;
line-height:20px;
color:#333333;
text-align:justify;
box-sizing:border-box;
}
.attention span{display:inline-block;width:13px;}
@media only screen and (max-width:960px){.opt{background:#59c4be url(../img/opt_bg_960.png) no-repeat center top;background-size:100% auto;}}
@media only screen and (max-width:750px){
.opt{background:#59c4be url(../img/opt_bg_sp.png) no-repeat center top;background-size:100% auto;}
.opt_box{}
.opt_form{}
.opt_table{}
.opt_table th{
display:block;
width:100%;
text-align:left;
float:none;
}
.opt_table th img{height:30px;}
.opt_table td{
display:block;
width:100%;
float:none;
box-sizing:border-box;
}
.opt_form input[type=text]{
font-size:14px;
line-height:20px;
}
.opt_form input[type=text].input_name{background-size:30px 30px;}
.opt_form input[type=image]{}
.attention{
font-size:12px;
line-height:20px;
text-align:justify;
}
.attention br{display:none;}
.attention span{display:none;}
}

/*----- ボタンアニメーション -----*/
.reflection_box{
margin:0 auto;
width:100%;
max-width:670px;
height:100%;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.reflection{
width:30px;
height:100%;
position:absolute;
top:-180px;
left:0;
background-color:rgba(255,255,255,0.8);
opacity:0;
transform:rotate(45deg);
animation:reflection 3s ease-in-out infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 4s ease-in-out infinite;
-moz-transform: rotate(45deg);
-moz-animation: reflection 4s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 4s ease-in-out infinite;
-o-transform: rotate(45deg);
-o-animation: reflection 4s ease-in-out infinite;
}
@keyframes reflection {
0%{ transform: scale(0) rotate(45deg); opacity: 0; }
80%{ transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ transform: scale(4) rotate(45deg); opacity: 1; }
100%{ transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
0%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100%{ -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}



/* ------------------------------------------- CSS Information 
 Style Info:     フッター設定
----------------------------------------------------------- */
footer{
margin:0;
padding:40px 0;
width:100%;
background:#666666;
color:#ffffff;
}
#fnav a{color:#ffffff;text-decoration:none;}
#fnav a:hover{color:#ffffff;text-decoration:underline;}
#fnav{margin:0 0 20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
font-size:12px;
line-height:20px;
display:inline-block;
padding:0 20px;
border-right:1px solid #cccccc;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:12px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:767px){
#fnav{margin:0 0 40px 0;}
#fnav li{
display:block;
border-right:0;
margin:0 0 20px 0;
}
.sp_no{display:none;}
}

/* --------------------------------- CSS Information 
 Style Info: fadein
------------------------------------------------- */
.fadein{
opacity:0;
transition:all ease 1s;
}
.fadein.scrollin{opacity:1;}
/*左から----------*/
.fadein_left{
opacity:0;
transform:translateX(-40px);
transition:all 1s;
}
.fadein_left.scrollin{
opacity:1;
transform:translateX(0);
}
/*右から----------*/
.fadein_right{
opacity:0;
transform:translateX(40px);
transition:all 1s;
}
.fadein_right.scrollin{
opacity:1;
transform:translateX(0);
}
/*上から----------*/
.fadein_top{
opacity:0;
transform:translateY(-20px);
transition:all 1s;
}
.fadein_top.scrollin{
opacity:1;
transform:translateY(0);
}
/*下から----------*/
.fadein_bottom{
opacity:0;
transform:translateY(20px);
transition:all 1s;
}
.fadein_bottom.scrollin{
opacity:1;
transform:translateY(0);
}