@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;} 

/* ------------------------------------------- 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;}
.it{ font-style: italic;}
.ol{ text-decoration: overline;}
.lt{ text-decoration: line-through;}
.uol{ text-decoration: underline overline;}
/*basic*/
.b{font-weight: bold;}
.bg{background-color: #fff45c;}
.ul{text-decoration: underline;}
.big{font-size:20px; line-height:40px;}
.red{color: #e3463d;}

/* ------------------------------------------- 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:url(../img/bg.png) no-repeat center fixed;
background-size:cover;
letter-spacing:0em;
overflow:hidden;
position:relative;
}

/*header*/
header{
margin:0;
width:100%;
background:#ffffff url(../img/header_bg.png) no-repeat center top;
}

/*title*/
.title{
width:100%;
margin:0;
padding:20px 0;
background:url(../img/title_bg.png) no-repeat center;
background-size:cover;
color:#f5f5f5;
}
.sub_title{margin:20px 0;}
.textbox{
width:960px;
margin:0 auto;
padding:35px 80px;
background:rgba(255,255,255,0.9);
text-align:justify;
font-size:16px;
line-height:24px;
box-sizing:border-box;
}
.textbox p,.textbox ol{
margin:0;
padding:15px 0;
}
.textbox li{
list-style:none;
font-weight:bold;
padding:0 0 0 20px;
background:url(../img/list_01.png) no-repeat center left;
}
.textbox img{}

/*cta*/
.cta{
width:100%;
background:#ffffff url(../img/cta_bg.png) no-repeat center top;
text-align:center;
color:#333333;
margin:0;
padding:0 0 30px 0;
}
.cta p{margin:0;padding:20px 0;line-height:20px;font-size:14px;}

/*contents*/
#contents{
width:100%;
margin:0;
padding:0;
}
.contents_text{
width:800px;
margin:20px auto;
padding:18px;
text-align:justify;
font-size:16px;
line-height:24px;
border-radius:10px;
border:2px solid #afc3c2;
box-sizing:border-box;
}
.contents_text p,.contents_text ul{
margin:0;
padding:0;
}
.contents_text img{
margin:0;
padding:0 0 16px 0;
}

/*present*/
#present{
width:100%;
margin:0;
padding:0;
}
.present_text{
width:800px;
margin:20px auto;
padding:150px 28px 8px 28px;
text-align:justify;
font-size:16px;
line-height:24px;
border-radius:10px;
border:2px solid #b7282e;
box-sizing:border-box;
min-height:340px;
}
.present_01{background:#ffffff url(../img/present_01.png) no-repeat center top;}
.present_02{background:#ffffff url(../img/present_02.png) no-repeat center top;}
.present_03{background:#ffffff url(../img/present_03.png) no-repeat center top;}
.present_04{background:#ffffff url(../img/present_04.png) no-repeat center top;}
.present_05{background:#ffffff url(../img/present_05.png) no-repeat center top;}
.present_06{background:#ffffff url(../img/present_06.png) no-repeat center top;}
.present_07{background:#ffffff url(../img/present_07.png) no-repeat center top;}
.present_text p{
margin:0;
padding:0 0 20px 0;
}
.present_img{float:right;padding:0;}

/*faq*/
#faq{
width:960px;
margin:0 auto;
padding:30px 0;
background:rgba(255,255,255,0.9);
}
#faq dl{
width:840px;
margin:0 auto 30px auto;
padding:0;
}
#faq dt{
margin:0 0 20px 0;
padding:20px 0 20px 80px;
text-align:justify;
font-weight:bold;
font-size:20px;
line-height:40px;
background:#f5f5f5 url(../img/question.png) no-repeat left center;
}
#faq dd{
margin:0 0 40px 0;
padding:0 0 0 80px;
min-height:40px;
text-align:justify;
font-size:16px;
line-height:24px;
background:url(../img/answer.png) no-repeat left center;
}

/*footer*/
footer{
margin:0;
padding:0;
min-width: 960px;
line-height: 20px;
font-size: 12px;
color: #ffffff;
background: #000000;
overflow:auto;
}
address{
float:right;
line-height: 20px;
padding: 5px 15px;
}

nav ul{
float:left;
padding: 5px 15px;
line-height: 20px;
font-size: 12px;
}
nav li{
list-style-type:none;
float: left;
padding: 0 20px 0 8px;
font-size: 12px;
background: url(../img/footer.png) no-repeat left center;
}
nav a:link{
color: #dddddd;
text-decoration: none;
}
nav a:visited{
text-decoration: none;
color: #dddddd;
}
nav a:hover{
text-decoration: underline;
color: #dddddd;
}
nav a:active{
text-decoration: none;
color: #dddddd;
}