@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;
}
.header01{
background:url(../img/header01_bg2.png) no-repeat center top,url(../img/header01_bg.png) repeat-x left bottom;}
.header02{}

/*----- title -----*/
.title_01{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#ffffff;
}
.title_02{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#333333 url(../img/title_02_bg.png) no-repeat center top;
}
.title_03{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#ffffff;
}
.title_04{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#ffffff;
}

/*-----textbox-----*/
.textbox{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 3.125% 20px 3.125%;
font-size:16px;
line-height:24px;
text-align:justify;
box-sizing:border-box;
}
.textbox p,.textbox_sp p{
margin:0;
padding:0 0 20px 0;
}
.textbox_sp{display:none;}
@media only screen and (max-width:640px){
.textbox{
font-size:14px;
line-height:20px;
}
.textbox_sp{
display:block;
width:100%;
max-width:640px;
margin:0 auto;
padding:20px 3.125% 20px 3.125%;
font-size:14px;
line-height:20px;
text-align:justify;
box-sizing:border-box;
}
.textbox_sp p{
margin:0;
padding:0 0 20px 0;
}
.textbox_sp br{display:none;}
}

/*----- wrapper -----*/
.wrapper{
margin:0 auto;
padding:30px 3.125%;
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 20px 0;
text-align:center;
color:#ffffff;
background:#540a0a;
}
.opt p{
margin:0;
padding:0;
font-size:14px;
line-height:20px;
}
.opt_form{
width:100%;
max-width:600px;
margin:0 auto;
}
.opt_table{
width:100%;
margin:0;
border-collapse:separate;
border-spacing:0 20px;
}
.opt_table th{
width:25%;
margin:0;
color:#ffffff;
background:#cba952;
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;
}
.opt_form input[type=text]{
font-size:16px;
line-height:20px;
margin:0;
padding:10px 5px;
width:100%;
border:1px solid #eeeeee;
box-sizing:border-box;
}
.opt_form input[type=image]{
width:80%;
max-width:480px;
}
.attention{
font-size:14px;
line-height:20px;
margin:20px 0;
}
.attention a{color:#ffffff;}
.title_opt{
width:100%;
max-width:640px;
display:block;
margin:0 auto;
}
@media only screen and (max-width:640px){
.opt_table th{
text-align:left;
display:block;
width:100%;
float:none;
padding:10px;
font-size:14px;
box-sizing:border-box;
margin:0 0 2px 0;
}
.opt_table td{
display:block;
width:100%;
float:none;
box-sizing:border-box;
}
.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;
}
}
/*----- cdt -----*/
.cdt{
font-size:18px;
line-height:24px;
color:#cba952;
font-weight:bold;
}

/*--- footer ---*/
footer{
margin:0;
padding:40px 0;
width:100%;
background:#222222;
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;}
}