@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;}@media only screen and (max-width:640px){.big{font-size:16px;}}
.red{color:#c70003;}
/*----- image -----*/
img.pc{display:block;margin:0 auto;padding:0;width:100%;max-width:960px;}
img.sp{display:none;margin:0 auto;padding:0;width:100%;max-width:640px;}
img.img_right{float:right;padding:0 0 10px 10px;width:30%;max-width:300px;}
@media only screen and (max-width:640px){
img.pc{display:none;}
img.sp{display:block;}
img.img_right{float:none;padding:0 0 20px 0;width:80%;max-width:300px;margin:0 auto;display:block;}
}
/*----- br -----*/
br.pc{display:block;}
br.sp{display:none;}
@media only screen and (max-width:640px){
br.pc{display:none;}
br.sp{display:block;}
}

/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
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;
}
/*----- header -----*/
header{
margin:0;
width:100%;
text-align:center;
background:url(../img/header_bg02.png) no-repeat center top,url(../img/header_bg01.png) repeat-x left top;
}
.header_box{
width:100%;
max-width:960px;
margin:0 auto;
position:relative;
}
.header_book{
position:absolute;
width:100%;
right:0;
top:50%;
animation-name:slideright;
animation-duration:2s;
}
@keyframes slideright{
0%{transform:translateX(100px);}
100%{transform:translateX(0);}
}
@media only screen and (max-width:640px){
.header_book{
position:absolute;
width:100%;
right:0;
top:48%;
animation-name:slideright;
animation-duration:2s;
}
}

/*----- point -----*/
.point{
width:100%;
margin:0;
padding:0;
text-align:center;
background:url(../img/point_bg.png) repeat-x left top;
}

/*----- contents -----*/
.contents01{
width:100%;
margin:0;
padding:0;
text-align:center;
background:url(../img/contents01_bg.png) repeat-x left top;
}
.contents02{
width:100%;
margin:0;
padding:0;
text-align:center;
background:url(../img/contents02_bg02.png) repeat-x left top,url(../img/contents02_bg01.png) no-repeat center top;
}
/*----- wrapper -----*/
.wrapper{
margin:0 auto;
padding:0;
max-width:960px;
min-width:320px;
box-sizing:border-box;
}
@media only screen and (max-width:640px){.wrapper{padding:20px 3.125%;}}
@media only screen and (max-width:480px){.wrapper{padding:10px 3.125%;}}

/*----- opt -----*/
.opt{
width:100%;
margin:0;
padding:0 0 120px 0;
text-align:center;
color:#666666;
background:url(../img/opt_bg02.png) no-repeat center top,url(../img/opt_bg01.png) no-repeat center bottom,#e5f4ef;
border-top:5px solid #70af42;
}
.opt_form{
margin:0 3.125% 20px 3.125%;
padding:10px 3.125% 30px 3.125%;
background:rgba(255,255,255,0.8);
border-radius:10px;
box-sizing:border-box;
border:3px solid #fa8200;
}
.opt_table{
width:100%;
margin:0;
border-collapse:separate;
border-spacing:0 20px;
}
.opt_table th{
width:25%;
margin:0;
color:#ffffff;
background:#004831;
text-align:center;
font-size:16px;
line-height:20px;
padding:10px 5px;
font-weight:normal;
box-sizing:border-box;
}
.opt_table td{
width:75%;
margin:0;
text-align:left;
}
.opt_form input[type=text]{
font-size:16px;
line-height:20px;
margin:0;
padding:10px 5px;
width:100%;
border:1px solid #004831;
box-sizing:border-box;
}
.opt_form input[type=text].input_name{
margin:0 10px 0 0;
width:80%;
}
.opt_form input[type=image]{
width:100%;
max-width:480px;
}
.attention{
font-size:14px;
line-height:20px;
margin:0;
}
.attention a{color:#666666;}

@media only screen and (max-width:640px){
.opt_form{padding:0 3.125% 20px 3.125%;}
.opt_table th{
text-align:left;
display:block;
width:100%;
float:none;
padding:10px;
font-size:14px;
box-sizing:border-box;
margin:0;
}
.opt_table th.th_name{
width:80%;
margin:0;
}
.opt_table td{
display:block;
width:100%;
float:none;
box-sizing:border-box;
backgruond:#;
}
.opt_form input[type=text]{
font-size:14px;
line-height:20px;
padding:10px 5px;
width:100%;
max-width:600px;
box-sizing:border-box;
}
.attention{
font-size:12px;
line-height:16px;
text-align:justify;
}
}

/*--- footer ---*/
footer{
margin:0;
padding:40px 0;
width:100%;
background:#004831;
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 5px;
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 li{
line-height:30px;
display:block;
border-right:0;
}
.sp_no{display:none;}
}