@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.all{display:block;margin:0 auto;padding:0;width:100%;max-width:960px;}
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:33.3%;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:75%;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;
}


/* ------------------------------------------- CSS Information 
 Style Info:     ヘッダー設定
----------------------------------------------------------- */
header{
margin:0;
width:100%;
text-align:center;
background:url(../img/header_bg02.png) no-repeat center top,url(../img/header_bg01.png) repeat-x left top;
}
@media only screen and (max-width:640px){}

/*----- title -----*/
.title{
width:100%;
background:#407665;
}
.title_present{
width:100%;
background:url(../img/title_present_bg.png) repeat-x left top;
background-size:auto 100%;
}
.title_bg{
width:100%;
background:url(../img/title_bg.png) repeat-x left top;
background-size:auto 100%;
}


/* ------------------------------------------- CSS Information 
 Style Info:     テキスト・詳細設定
----------------------------------------------------------- */
/*----- wrapper -----*/
.wrapper{
margin:0 auto;
padding:0;
max-width:960px;
min-width:320px;
box-sizing:border-box;
}
/*-----textbox-----*/
.textbox{
margin:0 auto;
padding:60px 3.125% 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 ul li{
margin:0;
padding:0 0 0 30px;
font-weight:bold;
background:url(../img/list.png) no-repeat left center;
background-size:20px 20px;
}
.text_center{text-align:center;}
@media only screen and (max-width:640px){
.textbox{
padding:40px 3.125% 20px 3.125%;
font-size:14px;
line-height:20px;
}
.textbox p,.textbox ul{padding:0 0 20px 0;}
.textbox ul li{
padding:0 0 0 18px;
background:url(../img/list.png) no-repeat left center;
background-size:14px 14px;
}
.textbox br{display:none;}
}
/*----- program -----*/
.program{
width:100%;
margin:0;
padding:30px 0 120px 0;
text-align:center;
background:#e2e9dc url(../img/outline_bg.png) no-repeat center bottom;
}
@media only screen and (max-width:640px){.program{padding:0 0 100px 0;}}

/* ------------------------------------------- CSS Information 
 Style Info:     オプト設定
----------------------------------------------------------- */
.opt{
width:100%;
margin:0;
padding:0 0 60px 0;
text-align:center;
color:#666666;
background:url(../img/opt_bg.png) no-repeat left top fixed;
background-size:cover;
border-top:5px solid #70af42;
border-bottom:5px solid #70af42;
}
.opt_box{
width:100%;
max-width:960px;
margin:0 auto;
}
.opt_form{
margin:0 3.125% 20px 3.125%;
padding:10px 3.125% 30px 3.125%;
background:rgba(255,255,255,0.8);
box-sizing:border-box;
}
.opt_table{
width:100%;
margin:0;
border-collapse:separate;
border-spacing:0 20px;
}
.opt_table th{
width:25%;
margin:0;
color:#ffffff;
background:#407665;
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;
text-align:left;
}
.opt_form input[type=text]{
font-size:16px;
line-height:20px;
margin:0;
padding:10px 5px;
width:100%;
border:1px solid #407665;
box-sizing:border-box;
border-radius:0;
}
.opt_form input[type=text].input_name{
background:#ffffff url(../img/sama.png) no-repeat center right;
background-size:40px 40px;
}
.opt_form input[type=image]{
width:100%;
max-width:480px;
}
.attention{
font-size:14px;
line-height:20px;
margin:0;
padding:0 3.125%;
}
.attention a{color:#666666;}
@media only screen and (max-width:640px){
.opt{padding:0 0 20px 0;}
.opt_box{}
.opt_form{padding:0 3.125% 20px 3.125%;}
.opt_table th{
text-align:left;
display:block;
width:100%;
float:none;
padding:10px;
font-size:14px;
box-sizing:border-box;
margin:0;
}
.opt_table td{
display:block;
width:100%;
float:none;
box-sizing:border-box;
backgruond:#;
}
.opt_form input[type=text]{
font-size:14px;
line-height:20px;
padding:10px 5px;
width:100%;
max-width:600px;
box-sizing:border-box;
}
.opt_form input[type=text].input_name{background-size:30px 30px;}
.attention{
font-size:12px;
line-height:16px;
text-align:justify;
}
}

/*----- ボタンアニメーション -----*/
.reflection_box{
margin:0 auto;
width:100%;
max-width:480px;
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 4s 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:     プロフィール設定
----------------------------------------------------------- */
.profile{
width:100%;
margin:0;
padding:60px 0 20px 0;
background:#eff5eb;
}
.profile_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 3.125% 40px 3.125%;
box-sizing:border-box;
}
.profile_name{
display:block;
height:30px;
margin:0;
padding:0 20px 20px 0;
}
.profile_img{
float:right;
width:30%;
margin:0;
padding:0 0 10px 10px;
}
.profile_text{
margin:0;
padding:20px 0 0 0;
text-align:justify;
font-size:14px;
line-height:20px;
box-sizing:border-box;
}
.profile_text p{
margin:0;
padding:0 0 20px 0;
}
.profile_book{
display:inline-block;
margin:0;
padding:0;
height:120px;
}
@media only screen and (max-width:640px){
.profile{padding:40px 0 0 0;}
.profile_name{
height:20px;
margin:0 auto;
padding:0;
}
.profile_img{
float:none;
display:block;
width:160px;
margin:0 auto;
padding:0;
}
.profile_book{
display:block;
margin:0 auto;
height:90px;
}
span.center{width:100%;display:block;text-align:center;}
}

/* ------------------------------------------- CSS Information 
 Style Info:     会社案内設定
----------------------------------------------------------- */
.company{
width:100%;
margin:0;
padding:40px 0 0 0;
background:#70af42;
color:#ffffff;
}
.company_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 3.125% 40px 3.125%;
box-sizing:border-box;
}
.company_name{
display:block;
height:30px;
margin:0;
padding:0 20px 20px 0;
}
.company_text{
margin:0;
padding:20px 0 0 0;
text-align:justify;
font-size:14px;
line-height:20px;
box-sizing:border-box;
}
.company_text p{
margin:0;
padding:0 0 20px 0;
}
@media only screen and (max-width:640px){
.company_text br{display:none;}
.company_name{
height:20px;
margin:0 auto 0 0;
padding:0;
}
}

/* ------------------------------------------- CSS Information 
 Style Info:     フッター設定
----------------------------------------------------------- */
footer{
margin:0;
padding:40px 0;
width:100%;
background:#407665;
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){
footer{}
#fnav li{
line-height:30px;
display:block;
border-right:0;
}
.sp_no{display:none;}
}