@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:#ffec47;}
a:visited{text-decoration:none;color:#ffec47;}
a:hover{text-decoration:underline;color:#ffec47;}
a:active{text-decoration:none;color:#ffec47;}
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;color:#333333;}
.red{color:#c9171e;}
.big{font-size:20px;line-height:30px;}
@media only screen and (max-width:750px){.big{font-size:16px;line-height:24px;}}
.pc{width:100%;max-width:960px;display:block;margin:0 auto;}
.sp{width:100%;max-width:750px;display:none;margin:0 auto;}
.common{width:100%;max-width:750px;display:block;margin:0 auto;}
.br_sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
.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;
letter-spacing:0em;
overflow:hidden;
background:#ffffff;
}

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

/*cta----------*/
.cta{
margin:0;
padding:30px 0;
width:100%;
box-sizing:border-box;
text-align:center;
background:url(../img/cta_bg.png) repeat-x center top;
position:relative;
}
.attention{
margin:0 3.125%;
padding:20px 0 20px 50px;
font-size:16px;
line-height:25px;
color:#c9171e;
text-align:left;
background:url(../img/attention.png) no-repeat center left;
background-size:auto 40px;
}
@media only screen and (max-width:750px){
.cta{
padding:20px 0;
background:url(../img/cta_bg.png) no-repeat center top;
backgruond-size:cover;
}
.attention{
margin:0 3.125%;
padding:20px 0 20px 40px;
font-size:14px;
line-height:20px;
color:#c9171e;
text-align:justify;
background:url(../img/attention.png) no-repeat left 20px;
background-size:auto 30px;
}
}

/*----- ボタン -----*/
.btn{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.reflection_box{
margin:0 3.125%;
padding:0;
height:100%;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.btn_pc{
display:block;
width:100%;
border-radius:8px;
box-shadow:1px 1px 1px rgba(0,0,0,0.5);
background:#ffffff;
}
.btn_sp{display:none;}
.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; }
}
@media only screen and (max-width:750px){
.btn{}
.reflection_box{margin:0 20px;}
.btn_pc{display:none;}
.btn_sp{
display:block;
width:100%;
border-radius:8px;
box-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
}

/*----- box -----*/
.box{
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
border-top:1px solid #464646;
}

/*----- wrapper -----*/
.wrapper{
width:100%;
max-width:960px;
margin:0 auto;
padding:30px 0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){.wrapper{padding:20px 0 0 0;}}

/*----- title -----*/
.title{padding:30px 0;}
@media only screen and (max-width:750px){.title{padding:20px 0;}}

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

/*sma-----*/
.sma{
width:100%;
margin:0;
padding:30px 0;
box-sizing:border-box;
background:#ffec47 url(../img/sma_bg.png) no-repeat center bottom fixed;
background-size:cover;
position:relative;
border-top:2px solid #ffd700;
border-bottom:2px solid #ffd700;
}
@media only screen and (max-width:750px){
.sma{
padding:0;
background:#ffec47;
}
}

/*summary-----*/
#summary{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 0 60px 0;
box-sizing:border-box;
position:relative;
}
.summary_wrapper{
margin:0;
padding:0 8.3% 30px 8.3%;
width:100%;
background:url(../img/summary_pc_bg.png) repeat-y top left;
background-size:100% auto;
position:relative;
box-sizing:border-box;
}
.summary_box{
margin:0;
padding:20px 20px 0 20px;
height:200px;
background:#ffffff;
border:1px solid #cccccc;
box-sizing:border-box;
overflow-y:scroll;
}
.summary_text{
margin:0;
padding:0;
font-size:14px;
line-height:24px;
text-align:justify;
color:#333333;
box-sizing:border-box;
}
.summary_text p,.summary_text dd{
margin:0;
padding:0 0 30px 0;
}
.summary_text li{list-style:inside disc;}
@media only screen and (max-width:750px){
#summary{padding:0 0 20px 0;}
.summary_wrapper{
margin:0;
padding:0 8% 10px 8%;
width:100%;
background:url(../img/summary_sp_bg.png) repeat-y top left;
background-size:100% auto;
position:relative;
box-sizing:border-box;
}
.summary_box{
margin:0;
padding:20px 20px 0 20px;
height:300px;
background:#ffffff;
border:1px solid #cccccc;
box-sizing:border-box;
overflow-y:scroll;
}
.summary_text{
margin:0;
padding:0;
font-size:14px;
line-height:24px;
text-align:justify;
color:#333333;
box-sizing:border-box;
}
.summary_text p,.summary_text dd{
margin:0;
padding:0 0 20px 0;
}
.summary_text li{list-style:inside disc;}
}







/*point-----*/
#point{
width:100%;
margin:0;
padding:30px 0 60px 0;
box-sizing:border-box;
background:#1f5887;
position:relative;
}
.point_wrapper{
width:100%;
max-width:1280px;
margin:0 auto;
padding:0;
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:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
box-sizing:border-box;
position:relative;
}
.point_box{
width:68.75%;
max-width:660px;
margin:0 auto;
padding:30px;
box-sizing:border-box;
}
.point_title{
width:100%;
max-width:600px;
margin:0;
padding:0;
}
.point_text{
margin:0;
padding:30px 0 0 0;
text-align:left;
font-size:16px;
line-height:24px;
color:#ffffff;
}
.point_text p{margin:0;padding:0 0 20px 0;}
.point_text .red{color:#ffd700;}
.point_img{
width:31.25%;
margin:0 auto;
padding:30px;
box-sizing:border-box;
}
.point_img img{width:100%;max-width:300px;margin:0 auto;}
@media only screen and (max-width:750px){
#point{padding:20px 0 0 0;}
.point_wrapper{display:block;}
.point_box{
width:100%;
max-width:750px;
padding:20px;
}
.point_title{
width:100%;
max-width:750px;
margin:0;
padding:0;
}
.point_text{
margin:0;
padding:20px 0 0 0;
text-align:justify;
font-size:14px;
line-height:20px;
color:#ffffff;
}
.point_text p{margin:0;padding:0 0 20px 0;}
.point_text br{display:none;}
.point_img{display:none;}
}

/*service-----*/
#service{
width:100%;
margin:0;
padding:60px 0;
box-sizing:border-box;
background:#144371;
position:relative;
}
.service_wrapper{
width:100%;
max-width:1280px;
margin:0 auto;
padding:0;
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:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
box-sizing:border-box;
position:relative;
}
.service_box{
width:50%;
margin:0;
padding:30px;
box-sizing:border-box;
}
.service_img{
width:100%;
background-size:auto 100%;
background-repeat:no-repeat;
background-position:center top;
}
.service01 .service_img{background-image:url(../img/service01_bg.png);}
.service02 .service_img{background-image:url(../img/service02_bg.png);}
.service03 .service_img{background-image:url(../img/service03_bg.png);}
.service04 .service_img{background-image:url(../img/service04_bg.png);}
.service05 .service_img{background-image:url(../img/service05_bg.png);}
.service06 .service_img{background-image:url(../img/service06_bg.png);}
.service07 .service_img{background-image:url(../img/service07_bg.png);}
.service08 .service_img{background-image:url(../img/service08_bg.png);}
.service09 .service_img{background-image:url(../img/service09_bg.png);}
.service10 .service_img{background-image:url(../img/service10_bg.png);}
.service_img img{max-width:420px;margin:0 0 0 auto;}
.service_title{
width:100%;
max-width:420px;
margin:30px auto 30px 0;
padding:0;
}
.service_text{
margin:0;
padding:30px 0 0 0;
text-align:left;
font-size:16px;
line-height:24px;
color:#ffffff;
border-top:1px solid #1f5887;
}
.service_text p{margin:0;padding:0 0 20px 0;}
.service_text .big{font-size:20px;line-height:30px;}
.service_text .red{color:#ffd700;}
@media only screen and (max-width:750px){
#service{padding:20px 0;}
.service_wrapper{max-width:750px;display:block;}
.service_box{width:100%;padding:20px 0 0 0;}
.service_img{
width:100%;
background-size:auto 100%;
background-repeat:no-repeat;
background-position:center top;
}
.service01 .service_img{background-image:none;}
.service02 .service_img{background-image:none;}
.service03 .service_img{background-image:none;}
.service04 .service_img{background-image:none;}
.service05 .service_img{background-image:none;}
.service06 .service_img{background-image:none;}
.service07 .service_img{background-image:none;}
.service08 .service_img{background-image:none;}
.service09 .service_img{background-image:none;}
.service10 .service_img{background-image:none;}
.service_img img{max-width:750px;margin:0 auto;}
.service_title{
width:100%;
max-width:750px;
margin:20px auto 20px 0;
padding:0;
}
.service_text{
margin:0 20px;
padding:20px 0 0 0;
text-align:justify;
font-size:14px;
line-height:20px;
color:#ffffff;
border-top:1px solid #1f5887;
}
.service_text p{margin:0;padding:0 0 20px 0;}
.service_text br{display:none;}
.service_text .big{font-size:16px;line-height:24px;}
.service_text .red{color:#ffd700;}
}

/*present-----*/
#present{
width:100%;
margin:0;
padding:30px 0 60px 0;
box-sizing:border-box;
background:#b94047 url(../img/present_bg.png) no-repeat center bottom fixed;
background-size:cover;
position:relative;
}
.present_wrapper{
width:100%;
max-width:1280px;
margin:0 auto;
padding:0;
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:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
box-sizing:border-box;
position:relative;
}
.present_box{
width:68.75%;
max-width:660px;
margin:0 auto;
padding:30px;
box-sizing:border-box;
}
.present_title{
width:100%;
max-width:600px;
margin:0 auto;
padding:0;
}
.present_text{
margin:30px 0 0 0;
padding:30px 0 0 0;
text-align:left;
font-size:16px;
line-height:24px;
color:#ffffff;
border-top:1px solid #f88e99;
}
.present_text p{margin:0;padding:0 0 20px 0;}
.present_text .red{color:#ffd700;}
.present_img{
width:31.25%;
margin:0 auto;
padding:30px;
box-sizing:border-box;
}
.present_img img{width:100%;max-width:300px;margin:0 auto;}
@media only screen and (max-width:750px){
#present{padding:20px 0 0 0;}
.present_wrapper{display:block;}
.present_box{
width:100%;
max-width:750px;
padding:20px;
}
.present_title{
width:100%;
max-width:670px;
margin:0 auto;
padding:0;
}
.present_text{
margin:20px 0 0 0;
padding:20px 0 0 0;
text-align:justify;
font-size:14px;
line-height:20px;
color:#ffffff;
}
.present_text p{margin:0;padding:0 0 20px 0;}
.present_text br{display:none;}
.present_img{display:none;}
}

/*contact-----*/
#contact{
width:100%;
margin:0;
padding:0;
}
.contact_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
position:relative;
}
.btn_contact_pc{
display:block;
position:absolute;
top:52%;
left:6.25%;
width:59.375%;
z-index:2;
}
.btn_contact_sp{display:none;}
@media only screen and (max-width:750px){
#contact{
width:100%;
margin:0;
padding:0 20px 20px 20px;
box-sizing:border-box;
}
.contact_box{
width:100%;
max-width:670px;
margin:0 auto;
padding:20px 0;
position:relative;
background:#ffffff;
border:2px solid #1f5887;
}
.btn_contact_pc{display:none;}
.btn_contact_sp{
display:block;
position:relative;
margin:10px 0 0 0;
width:100%;
}
}

/*message-----*/
#message{
width:100%;
margin:0;
padding:60px 0;
box-sizing:border-box;
background:#ffffff url(../img/message_bg.png) no-repeat center fixed;
background-size:cover;
position:relative;
}
.message_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:960px;
position:relative;
box-sizing:border-box;
}
.message_box{
margin:30px 3.125% 60px 3.125%;
padding:60px 6.25% 40px 6.25%;
background:rgba(255,255,255,0.9);
box-shadow:2px 2px 4px rgba(0,0,0,0.25);
}
.message_text{
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
background:url(../img/message_text_pc.png) repeat left top;
box-sizing:border-box;
}
.message_text p,.message_text ul{
margin:0;
padding:0 0 30px 0;
}
.message_text li{list-style:none;}
.message_text .big{line-height:30px;}
.name{display:block;margin:0 0 0 auto;padding:10px 0 0 0;height:40px;}
@media only screen and (max-width:750px){
#message{
padding:20px 0 1px 0;
background:#f3f3f3;
}
.message_wrapper{}
.message_box{
margin:10px 3.125% 30px 3.125%;
padding:20px 3.125% 20px 3.125%;
background:rgba(255,255,255,0.9);
box-shadow:2px 2px 4px rgba(0,0,0,0.25);
}
.message_text{
margin:0;
padding:0;
font-size:14px;
line-height:24px;
text-align:justify;
color:#333333;
background:url(../img/message_text_sp.png) repeat left top;
}
.message_text p,.message_text ul{
margin:0;
padding:0 0 24px 0;
}
.message_text br{display:none;}
.message_text .big{line-height:24px;}
.name{display:block;margin:0 0 0 auto;padding:10px 0 0 0;height:30px;}
}

/*footer----------*/
footer{
margin:0;
padding:30px;
width:100%;
font-size:12px;
color:#f5f5f5;
background:#333333;
box-sizing:border-box;
}
nav{
margin:0 0 0 auto;
padding:0 0 30px 0;
}
nav ul{
text-align:left;
font-size:12px;
line-height:20px;
padding:0;
}
nav li{
display:-moz-inline-box;
display:inline-block;
/display:inline;
/zoom:1;
list-style-type:none;
padding:0 20px 0 8px;
background:url(../img/footer.png) no-repeat left center;
}
nav a:link{color:#ffffff;text-decoration:none;}
nav a:visited{color:#eeeeee;text-decoration:none;}
nav a:hover{color:#eeeeee;text-decoration:underline;}
nav a:active{color:#eeeeee;text-decoration:none;}
address{
text-align:right;
font-size:12px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:768px){
footer{padding:30px 10px;}
nav ul{line-height:30px;}
nav li{display:block;/display:block;}
.sp_no{display:none;}
}