@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 bottom fixed;
background-size:cover;
letter-spacing:0em;
overflow:hidden;
position:relative;
}

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

/*intro*/
#intro img{
display:block;
margin:0 auto;
}

/*profile*/
#profile{
width:800px;
margin:30px auto 60px auto;
padding:45px;
border:5px solid #bf9f50;
background:#ffffff;
}
.prf_text{
text-align:justify;
font-size:16px;
line-height:24px;
}
.prf_img_01{
float:right;
margin:0;
padding:0 0 20px 10px;
}
.prf_img_02{
margin:0;
padding:40px 0 0 0;
}
.prf_text p{
margin:0;
padding:20px 0 0 0;
}


/*title*/
.title{
width:100%;
margin:0;
padding:20px 0;
background:url(../img/title_bg.png) no-repeat center;
background-size:cover;
color:#f5f5f5;
}
.textbox{
width:800px;
margin:0 auto;
padding:35px 50px;
background:rgba(255,255,255,0.9);
text-align:justify;
font-size:16px;
line-height:24px;
}
.textbox p,.textbox ul,.textbox ol{
margin:0;
padding:15px 0;
}
p.center{text-align:center;color:#e3463d;font-weight:bold;font-size:20px;line-height:30px;}

.list_01 li{
list-style:none;
font-weight:bold;
padding:0 0 0 20px;
background:url(../img/list_01.png) no-repeat center left;
}
ol li{
list-style:none;
font-weight:bold;
padding:0 0 0 84px;
line-height:24px;
}
.list_step1{background:url(../img/list_step1.png) no-repeat center left;}
.list_step2{background:url(../img/list_step2.png) no-repeat center left;}
.list_step3{background:url(../img/list_step3.png) no-repeat center left;}

.textbox img{
margin:0 auto;
padding:15px 0;
}


/*cta*/
.cta{
width:100%;
background:url(../img/cta_bg.png) no-repeat center fixed;
background-size:cover;
text-align:center;
color:#f5f5f5;
margin:0;
padding:30px 0;
border-top:10px solid #000000;
border-bottom:10px solid #000000;
}
.title_cta{display:block;margin:0 auto;}
.cta p{margin:0;padding:20px 0;line-height:20px;font-size:14px;}

/*contents*/
#contents{
width:100%;
margin:0;
padding:0;
background:url(../img/contents_bg.png) no-repeat center bottom fixed;
background-size:cover;
}
.contents_text{
width:840px;
margin:0 auto;
padding:0 30px 30px 30px;
background:rgba(255,255,255,0.9);
text-align:justify;
font-size:16px;
line-height:24px;
}
.contents_text p,.contents_text ul{
margin:0;
padding:0 20px 20px 20px;
}
.contents_text li{
list-style:none;
font-weight:bold;
padding:0 0 0 20px;
background:url(../img/contents_text_list.png) no-repeat center left;
}
.contents_attention{
border-radius:10px;
border:4px solid #bf9f50;
margin:20px 0 0 0;
padding:30px;
}

/*present*/
#present{
width:100%;
margin:0;
padding:0;
background:#cbd6d8 url(../img/present_bg.png) no-repeat right bottom fixed;
}
.present_text{
width:840px;
margin:0 auto;
padding:0 30px 30px 30px;
font-size:16px;
line-height:24px;
color:#f5f5f5;
text-align:justify;
background:rgba(0,0,0,0.7);
}
.present_text p{
margin:0;
padding:0 0 20px 0;
}
.present_img{float:right;padding:0 0 20px 20px;}


/*faq*/
#faq{
width:900px;
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;
}
