@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:#333333}
a:visited{text-decoration:none;color:#333333;}
a:hover{text-decoration:underline;color:#333333;}
a:active{text-decoration:none;color:#333333;}
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;color:#333333;}
.red{color:#e50012;}
.big{font-size:24px;line-height:40px;}
@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;}
.img1080{max-width:1080px;}
.sp{width:100%;max-width:750px;display:none;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:14px;
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;
}
header img.pc{max-width:960px;}
@media only screen and (max-width:750px){}

/*----- wrapper -----*/
.wrapper960{
margin:0 auto;
padding:0;
width:100%;
max-width:960px;
}
.wrapper1280{
margin:0 auto;
padding:0;
width:100%;
max-width:1280px;
}

/*cta----------*/
.cta{
margin:0;
padding:0 0 30px 0;
width:100%;
box-sizing:border-box;
text-align:center;
background:#fff04e url(../img/) no-repeat center;
position:relative;
}
form{
margin:0;
padding:0 3.125%;
width:100%;
box-sizing:border-box;
text-align:left;
position:relative;
}
form input[type=text]{
font-family:"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:20px;
line-height:40px;
width:100%;
margin:0;
padding:10px;
text-align:left;
border:1px solid #333333;
box-sizing:border-box;
}
form input[type=image]{margin:10px 0;}
.attention{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
padding:20px 3.125% 0 3.125%;
font-size:14px;
line-height:20px;
text-align:justify;
color:#114756;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.cta{padding:0 0 20px 0;}
form{padding:0 20px;}
form input[type=text]{
font-size:14px;
line-height:30px;
padding:10px;
}
form input[type=image]{}
.attention{
padding:10px 20px 0 20px;
font-size:12px;
line-height:16px;
}
}

/*----- ボタンアニメーション -----*/
.reflection_box{
margin:0;
width:100%;
height:100%;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.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; }
}

/* ------------------------------------------- CSS Information 
 Style Info:     カウントダウンタイマー設定
----------------------------------------------------------- */
.countdown{
width:100%;
margin:0;
padding:10px 0;
text-align:center;
color:#ffffff;
font-size:20px;
line-height:30px;
font-weight:bold;
background:#197ec4;
}
.timer{display:inline-block;}
@media only screen and (max-width:750px){
.countdown{
padding:10px 0;
font-size:14px;
line-height:20px;
}
}

/*title-----*/
.title{
max-width:960px;
margin:0 auto;
padding:60px 0;
}
@media only screen and (max-width:750px){.title{padding:20px 0;}}

/*monitor-----*/
#monitor{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#ffffff;
position:relative;
}
.monitor_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:1080px;
position:relative;
box-sizing:border-box;
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;
}
.monitor_text{
width:70%;
margin:0;
padding:0 30px 60px 30px;
box-sizing:border-box;
font-size:18px;
line-height:30px;
text-align:justify;
vertical-align:middle;
color:#333333;
}
.monitor_text p,.profile_text ul,.profile_text dl{
margin:0;
padding:0 0 30px 0;
}
p.monitor_name{
text-align:right;
color:#666666;
margin:0;
padding:0 0 30px 0;
overflow:hidden;
}
p.monitor_name span{
display:inline-block;
padding:0 0 0 1em;
position:relative;
}
p.monitor_name span:before{
border-top:1px dashed #00b5d9;
content:"";
position:absolute;
top:50%;
width:99em;
right: 100%;
}
.monitor_text ul li{list-style:none;}
.monitor_text dt{
text-align:left;
border-left:4px solid #00b5d9;
margin:0 0 6px 0;
padding:0 0 0 6px;
font-weight:bold;
color:#197ec4;
font-size:20px;
line-height:30px;
}
.monitor_img{
width:30%;
margin:0;
padding:0;
box-sizing:border-box;
}
.monitor_img img{width:100%;margin:0;}
.monitor_img_sp{display:none;}
@media only screen and (max-width:750px){
#monitor{}
.monitor_wrapper{display:block;}
.monitor_text{
width:100%;
margin:0;
padding:20px;
font-size:14px;
line-height:20px;
}
.monitor_text p,.profile_text ul,.profile_text dl{padding:0 0 20px 0;}
.monitor_text ul li{}
.monitor_text dt{
text-align:justify;
margin:0 0 6px 0;
padding:0 0 0 6px;
font-size:14px;
line-height:20px;
}
.monitor_text dt br{display:none;}
.monitor_img{display:none;}
.monitor_img img{display:none;}
.monitor_img_sp{
display:inline-block;
float:right;
width:100px;
padding:0 0 10px 20px;
}
}

/*profile-----*/
#profile{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#ffffff;
position:relative;
}
.profile_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:1080px;
position:relative;
box-sizing:border-box;
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;
}
.profile_text{
width:70%;
margin:0;
padding:30px;
box-sizing:border-box;
font-size:18px;
line-height:30px;
text-align:justify;
vertical-align:middle;
color:#333333;
}
.profile_text p,.profile_text ul,.profile_text dl{
margin:0;
padding:0 0 30px 0;
}
.profile_text ul li{list-style:none;}
.profile_text dt{
text-align:left;
border-left:4px solid #197ec4;
margin:0 0 6px 0;
padding:0 0 0 6px;
overflow:hidden;
}
.profile_text dt span{
display:inline-block;
padding:0 1em 0 0;
position:relative;
}
.profile_text dt span:after{
border-top:1px solid #00b5d9;
content:"";
position:absolute;
top:50%;
width:99em;
left:100%;
}
.profile_img{
width:30%;
margin:0;
padding:30px 0;
box-sizing:border-box;
}
.profile_img img{width:100%;margin:0;}
@media only screen and (max-width:750px){
#profile{}
.profile_wrapper{display:block;}
.profile_text{
width:100%;
margin:0;
padding:20px;
font-size:14px;
line-height:20px;
}
.profile_text p,.profile_text ul,.profile_text dl{padding:0 0 20px 0;}
.profile_text ul li{}
.profile_text dt{
text-align:left;
border-left:4px solid #197ec4;
margin:0 0 6px 0;
padding:0 0 0 6px;
overflow:hidden;
}
.profile_text dt span{
display:inline-block;
padding:0 1em 0 0;
position:relative;
}
.profile_text dt span:after{
border-top:1px solid #00b5d9;
content:"";
position:absolute;
top:50%;
width:99em;
left:100%;
}
.profile_img{
width:100%;
margin:0;
padding:0 0 20px 0;
box-sizing:border-box;
}
.profile_img img{width:100%;margin:0;}
}

/*voice-----*/
#voice{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#ffffff;
position:relative;
}
.voice_wrapper{
margin:0 auto;
padding:0 30px 30px 30px;
width:100%;
max-width:1080px;
position:relative;
box-sizing:border-box;
}
.voice_box{
width:100%;
margin:0 0 30px 0;
padding:0;
position:relative;
box-sizing:border-box;
border:1px solid #00b5d9;
border-radius:10px;
box-sizing:border-box;
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;
}
.voice_img{
width:100px;
margin:0;
padding:20px;
}
.voice_img img{width:100%;margin:0;}
.voice_text{
flex:1;
margin:0;
padding:20px 20px 20px 0;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
box-sizing:border-box;
}
.voice_text p{
margin:0;
padding:0;
}
p.voice_name{
text-align:right;
color:#666666;
margin:0;
padding:0;
overflow:hidden;
}
p.voice_name span{
display:inline-block;
padding:0 0 0 1em;
position:relative;
}
p.voice_name span:before{
border-top:1px dashed #00b5d9;
content:"";
position:absolute;
top:50%;
width:99em;
right: 100%;
}
@media only screen and (max-width:640px){
#voice{}
.voice_wrapper{padding:0 20px 20px 20px;}
.voice_box{margin:0 0 20px 0;}
.voice_img{
width:60px;
margin:0;
padding:20px 10px;
}
.voice_img img{}
.voice_text{
padding:20px 20px 20px 0;
font-size:14px;
line-height:20px;
}
.voice_text p{}
p.voice_name{}
p.voice_name span{}
p.voice_name span:before{}
}

/*intro-----*/
#intro{
width:100%;
margin:0;
padding:0 0 60px 0;
box-sizing:border-box;
background:#ffffff;
position:relative;
}
.intro_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:1080px;
position:relative;
box-sizing:border-box;
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;
}
.textbox{
width:50%;
min-width:480px;
margin:0 auto 0 0;
padding:0 30px;
font-size:18px;
line-height:30px;
color:#333333;
text-align:left;
box-sizing:border-box;
}
.textbox p,.textbox ul{margin:0;padding:0 0 30px 0;}
.textbox li{
list-style:none;
font-size:18px;
line-height:30px;
}
.intro_imgbox{
width:50%;
margin:0;
padding:0 30px 30px 30px;
text-align:center;
box-sizing:border-box;
}
.intro_imgbox img{width:100%;}
@media only screen and (max-width:750px){
#intro{padding:0 0 20px 0;}
.intro_wrapper{display:block;}
.textbox{
width:100%;
min-width:280px;
margin:0;
padding:0 20px;
font-size:14px;
line-height:20px;
text-align:justify;
box-sizing:border-box;
}
.textbox p,.textbox ul{margin:0;padding:0 0 20px 0;}
.textbox li{
font-size:14px;
line-height:20px;
}
.intro_imgbox{display:none;}
.intro_imgbox img{display:none;}
}

/*feature-----*/
#feature{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#ffffff;
position:relative;
}
.feature_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:1080px;
position:relative;
box-sizing:border-box;
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;
}
.feature_box{
width:50%;
margin:0;
padding:0;
position:relative;
box-sizing:border-box;
}
.feature_text{
margin:30px 30px 0 30px;
padding:30px 0 30px 0;
box-sizing:border-box;
font-size:18px;
line-height:30px;
text-align:justify;
vertical-align:middle;
color:#333333;
border-top:2px solid #00b5d9;
}
.feature_text p,.feature_text ul{
margin:0;
padding:0 0 30px 0;
}
.feature_img{
width:50%;
margin:0;
padding:0;
box-sizing:border-box;
}
.feature_img img{width:100%;max-width:540px;margin:0 auto 0 0;}
@media only screen and (max-width:640px){
#feature{}
.feature_wrapper{display:block;}
.feature_box{width:100%;}
.feature_img{display:none;}
.feature_img img{}
.feature_text{
margin:0;
padding:20px 20px 0 20px;
display:block;
width:100%;
font-size:14px;
line-height:20px;
text-align:justify;
border-top:none;
}
.feature_text p,.feature_text ul{
margin:0;
padding:0 0 20px 0;
}
.feature_text br{display:none;}
}

/*video-----*/
#video{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#00b5d9;
position:relative;
}

/*present-----*/
#present{
display:block;
width:100%;
margin:0;
padding:0 0 60px 0;
box-sizing:border-box;
background:#197ec4;
position:relative;
}
@media only screen and (max-width:750px){
#present{padding:0 0 40px 0;}
}

/*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;}
}