@charset "utf-8";

/*reset css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html{
  overflow-y: scroll;
}

p{
  font-size:14px;
  line-height:170%;
  color:#333;
  margin-bottom:20px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea,{
  margin: 0;
  padding: 0;
}

ol, ul{
  list-style:none;
}

table{
  border-collapse: collapse; 
  border-spacing:0;
}

caption, th{
  text-align: left;
}

a:focus {
  outline:none;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
  clear:both;
}

body,td,th {
  font-size: 14px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
  width:100%;
  background:#f6f9fa;
}

a:link {
  color: #6699cc;
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
  color: #6699cc;
}

a:hover {
  color: #ff4949;
  text-decoration: underline;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

a:active {
  color: #ff4949;
  text-decoration: underline;
}


/*header css*/

.title_bg{
  width:100%;
  background:url(../img/title_bg.png);
  background-repeat:repeat-x;
  background-position:bottom center;
}

.title{
  width:950px;
  padding:10px 0px 10px 0px;
  margin:0px auto 0px auto;
}

.title_left{
  width:550px;
  float:left;
}

.title_right{
  width:400px;
  float:right;
  text-align:right;
}

h1{
  font-size:18px;
  font-weight:bold;
  color:#666;
}

.title a:link {
  color: #333;
  text-decoration: underline;
}

.title a:visited {
  text-decoration: underline;
  color: #333;
}

.title a:hover {
  color: #00deff;
  text-decoration: underline;
}

.header_bg{
  width:100%;
  height:870px;
  background:url(../img/header_bg.png);
  background-repeat:repeat-x;
  background-position:top center;
}

.header{
  width:950px;
  height:870px;
  background:url(../img/header.png);
  background-repeat:no-repeat;
  background-position:top center;
  margin:0 auto 0 auto;
  padding:0;
}

h2{
  font-size:30px;
  color:#f00;
  margin:100px 0px 40px 0px;
}

.h2_thanks{
  font-size:30px;
  font-weight:bold;
  color:#77b42d;
  text-align:center;
  margin:100px 0px 80px 0px;
}


/*form css*/

.form01{
  width:950px;
  margin:0 auto 0 auto;
  position:relative;
  top:395px;
  left:0px;
}

.form01_in{
  width:830px;
  padding:10px 60px 20px 60px;
  background-image:url(../img/form01_body.png);
  background-repeat:no-repeat;
  background-position:bottom center;
  overflow : hidden;
}

.form01_left{
  width:400px;
  height:265px;
  float:left;
}

.form01_right{
  width:430px;
  height:265px;
  float:right;
}

.form01_right form{
  margin:0px 0px 0px 30px;
  background-image:url(../img/form01_mail.png);
  background-repeat:no-repeat;
  background-position:top left;
}

.form01_input{
  margin:25px 0px 0px 70px;
  width:300px;
  height:23px;
}

.form01_btn{
  width:388px;
  margin:20px auto 0 auto;
}

.form01_cautions{
  font-size:12px;
  margin:30px 0px 0px 0px;
}


/*form02*/

.form02{
  width:700px;
  margin:60px auto 0px auto;
  padding:0px 0px 10px 0px;
  background-image:url(../img/form02_body.png);
  background-position:bottom center;
  background-repeat:no-repeat;
}

.form02_in{
  width:600px;
  margin:30px auto 20px auto;
}

.form02_in form{
  width:550px;
  margin:20px auto 0 auto;
  background-image:url(../img/form02_mail.png);
  background-repeat:no-repeat;
  background-position:top left;
}

.form02_input{
  margin:25px 0px 0px 70px;
  width:450px;
  height:40px;
}

.form02_btn{
  width:388px;
  margin:20px 0px 30px 90px;
}

.form02_cautions{
  padding:0px 30px 0px 30px;
  font-size:12px;
}



/*contents css*/

.content_bg{
  width:1200px;
  margin:0 auto 0 auto;
  padding:0px 0px 0px 0px;
  background-image:url(../img/bg.png);
  background-repeat:repeat-y;
  background-position:top center;
}

.content{
  width:880px;
  margin:0 auto 0 auto;
  padding:80px 0px 120px 0px;
}

.content_thanks,
.content_commetn{
  width:880px;
  margin:0 auto 0 auto;
  padding:20px 0px 120px 0px;
}

.content_birdie{
  width:1000px;
  margin:0 auto 0 auto;
  padding:0px 0px 0px 0px;
}

/*profile css*/

.profile{
  width:820px;
  padding:0px 40px 0px 20px;
  margin:0;
  background-image:url(../img/profile_body.png);
  background-repeat:repeat-y;
  background-position:top center;
}

.profile h2{
  margin:0px 0px 20px 0px;
}

.profile_left{
  width:180px;
  height:470px;
  float:left;
  margin:0px 0px 20px 0px;
}

.profile_right{
  width:640px;
  height:470px;
  float:right;
  margin:0px 0px 20px 0px;
}

.chronology dl{
  width:630px;
  margin:3px 0px 3px 0px;
  padding:2px 5px 2px 5px;
  border-bottom:1px dotted #008eff;
}

.chronology dl:last-child{
  width:630px;
  margin:5px 0px 5px 0px;
  padding:3px 5px 3px 5px;
  border-bottom:none;
}

.chronology dl dt{
  width:100px;
  float:left;
  font-weight:bold;
}

.chronology dl dd{
  width:530px;
  float:right;
}



/*comment css*/

.comment{
  width:760px;
  padding:40px 80px 5px 40px;
  margin:0px 0px 0px 0px;
  background-image:url(../img/comment_body.png);
  background-repeat:repeat-y;
  background-position:top center;
}

.comment_title{
  margin:80px 0px 0px 0px;
}

.comment_title2{
  margin:40px 0px 0px 0px;
}

.comment_line{
  padding:25px 20px 20px 20px;
  border-top:1px solid #999;
}

.comment_line dt{
  font-weight:bold;
  color:#00a6c1;
  margin:0px 0px 10px 0px;
  font-size:16px;
}

.continuation_title{
  margin:60px 0 0 0;
}

.continuation{
  width:700px;
  padding:20px 30px 10px 30px;
  margin:0px 0px 0px 0px;
  background-image:url(../img/continuation_body.png);
  background-repeat:no-repeat;
  background-position:bottom center;
}

.facebook{
  width:800px;
  margin:80px auto 80px auto;
}



/*wont css*/

.wont_box{
  width:820px;
  margin:0;
  padding:20px 30px 20px 30px;
  background-image:url(../img/wont_body.png);
  background-repeat:repeat-y;
  background-position:top center;
}

.wont_top{
  margin:0;
}

.wont_hukidasi{
  width:680px;
  margin:0 auto 30px auto;
  padding:0px 0px 0px 110px;
  background-image:url(../img/wont_hukidasi.png);
  background-repeat:no-repeat;
  background-position:center left;
  font-size:16px;
}

.wont{
  width:820px;
  margin:0px 0px 20px 0px ;
  background-image:url(../img/wont.png);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.wont li{
  width:400px;
  font-size:16px;
  margin:0px 0px 3px 0px;
  padding:6px 0px 0px 37px;
  background-image:url(../img/heart.png);
  background-position:15px 11px;
  background-repeat:no-repeat;
  border-top:1px dotted #4189ff;
}

.wont li:first-child{
  width:400px;
  font-size:16px;
  margin:0px 0px 3px 0px;
  padding:6px 0px 0px 37px;
  background-image:url(../img/heart.png);
  background-position:15px 11p;
  background-repeat:no-repeat;
  border-top:none;
}



/*voice css*/

.voice{
  width:800px;
  padding:30px 40px 20px 40px;
  background-image:url(../img/voice_body.png);
  background-position:bottom center;
  background-repeat:repeat-y;
}

.voice p{
  font-size:16px;
  margin:10px 10px 30px 10px;
}

.voice ul li{
  padding:0px 30px 20px 100px;
  margin:0px 0px 20px 0px;
  background-image:url(../img/voice_hukidasi.png);
  background-position:left top;
  background-repeat:no-repeat;
  border-bottom:1px dotted #00bee0;
}

.voice ul li:last-child{
  padding:0px 30px 20px 100px;
  margin:0px 0px 20px 0px;
  background-image:url(../img/voice_hukidasi.png);
  background-position:left top;
  background-repeat:no-repeat;
  border-bottom:none;
}



/*curriculum css*/

.curriculum{
  width:876px;
  border:2px solid #ff3c3c;
  margin:0px 0px 60px 0px;
  background:#ffffec;
}

.curriculum ul{
  margin:30px 40px 20px 30px;
}

.curriculum ul li{
  width:460px;
  border-bottom:1px dotted #00bee0;
  font-size:15px;
  margin:0px 0px 4px 0px;
  padding:3px 0px 3px 18px;
  background-image:url(../img/maru.png);
  background-position:center left;
  background-repeat:no-repeat;
}

.curriculum_short{
  width:876px;
  border:2px solid #ff3c3c;
  margin:0px 0px 60px 0px;
  background:#ffffec;
}

.curriculum_short ul{
  margin:30px 40px 20px 30px;
}

.curriculum_short ul li{
  width:360px;
  border-bottom:1px dotted #00bee0;
  font-size:15px;
  margin:0px 0px 4px 0px;
  padding:3px 0px 3px 18px;
  background-image:url(../img/maru.png);
  background-position:center left;
  background-repeat:no-repeat;
}

.curriculum_short h3{
  background:#ff3c3c;
  font-size:16px;
  color:#fff;
  text-align:center;
  padding:3px 0px 3px 0px;
}

.capture_001{
  background-image:url(../img/capture_001.png);
  background-repeat:no-repeat;
  background-position:top right;
}

.capture_002{
  background-image:url(../img/capture_002.png);
  background-repeat:no-repeat;
  background-position:top right;
}

.capture_003{
  background-image:url(../img/capture_003.png);
  background-repeat:no-repeat;
  background-position:top right;
}

.capture_004{
  background-image:url(../img/capture_004.png);
  background-repeat:no-repeat;
  background-position:top right;
}

.curriculum h3{
  background:#ff3c3c;
  font-size:16px;
  color:#fff;
  text-align:center;
  padding:3px 0px 3px 0px;
}

.free{
  width:800px;
  padding:20px 40px 20px 40px;
  margin:0px 0px 0px 0px;
  background-image:url(../img/free_body.png);
  background-repeat:repeat-y;
  background-position:bottom center;
}

.free_title{
  margin:80px 0px 0px 0px;
}

.free p{
  font-size:16px;
}

.menu p{
  margin:0px 0px 5px 0px;
}

.menu .url{
  margin:0px 5px 20px 0px;
  text-align:right
}

.after{
  width:502px;
  padding:20px 30px 30px 30px;
  margin:0px 0px 20px 0px;
  font-size:16px;
  background-image:url(../img/after_body.png);
  background-repeat:no-repeat;
  background-position:bottom center;
}

.after li{
  list-style-type:square;
  list-style-position:inside;
}



/*cautions css*/

.cautions{
  width:814px;
  border:3px solid #999;
  padding:30px 30px 10px 30px;
  margin:80px auto 0 auto;
}

.cautions p{
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 55px;
  background-image:url(../img/cautions.png);
  background-position:center left;
  background-repeat:no-repeat;
}

.cautions h2{
  font-size:24px;
  color:#333;
  margin:0px 0px 30px 0px;
  text-align:center;
}

.cautions_mail{
  width:814px;
  border:3px solid #f00;
  padding:20px 30px 0px 30px;
  margin:80px auto 80px auto;
}

.cautions_mail p{
  margin:0px 0px 10px 10px;
}

.cautions_mail h2{
  font-size:20px;
  color:#fff;
  background:#f00;
  margin:0px 0px 20px 0px;
  padding:5px 0px 0px 0px;
  text-align:center;
}



/*campaign css*/

.campaign{
  margin:60px 0px 40px 0px;
  background-image:url(../img/aisatu_nakai.png);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.campaign h2{
  margin:0px 0px 40px 0px;
}

.campaign .aisatu{
  font-size:24px;
  color:#f00;
  line-height:150%;
}



/*introduction css*/

.introduction table{
  width:700px;
  margin:0 auto 0 auto;
}

.introduction table .midasi{
  background:#00deff;
  padding:5px;
  text-align:center;
  color:#fff;
  border:1px solid #333;
}

.introduction table tr th{
  width:200px;
  padding:8px 5px 10px 15px;
  color:#333;
  border:1px solid #333;
}

.introduction table tr td{
  padding:8px 5px 10px 15px;
  color:#333;
  border:1px solid #333;
}

.introduction table tr td input{
  width:400px;
}

.introduction table tr td textarea{
  width:650px;
  height:100px;
  margin:5px auto 5px auto;
}

.send_btn{
  text-align:center;
  margin:20px 0px 0px 0px;
}

.mail_check{
  width:836px;
  border:2px solid #008eff;
  margin:60px 0px 60px 0px;
  padding:20px 20px 20px 20px;
}

.mail_check p{
  padding:0px 20px 0px 20px;
}

.h2_mail_check{
  background:#008eff;
  text-align:center;
  font-size:18px;
  color:#ff0;
  padding:8px 0px 5px 0px;
  margin:0px 0px 30px 0px;
}

.mail_title{
  border-left:5px solid #f00;
  margin:0px 0px 20px 30px;
}

.step{
  width:816px;
  margin:70px auto 0px auto;
}

.step dt{
  font-size:26px;
  height:80px;
  margin:0px 0px 15px 0px;
  padding:0px 10px 0px 80px;
  background-image:url(../img/watch.png);
  background-repeat:no-repeat;
  background-position:center left;
}

.step .step1{
  padding:0px 10px 0px 150px;
  margin:0px 0px 15px 0px;
  background-image:url(../img/step1.png);
  background-repeat:no-repeat;
  background-position:center left;
}

.step .step2{
  padding:0px 10px 0px 150px;
  margin:0px 0px 15px 0px;
  background-image:url(../img/step2.png);
  background-repeat:no-repeat;
  background-position:center left;
}

.step .step3{
  padding:0px 10px 0px 150px;
  margin:0px 0px 15px 0px;
  background-image:url(../img/step3.png);
  background-repeat:no-repeat;
  background-position:center left;
}

.ninja_onebutton{
  width:650px;
  margin:80px auto 0 auto;
}

.ninja_onebutton2{
  margin:0px auto 10px auto;
}



/*footer css*/

.footer_bg{
  width:100%;
  background:#b3ecff;
  padding:0px 0px 20px 0px;
  border-top:2px solid #008eff;
}

.footer{
  width:1000px;
  margin:0px auto 0 auto;
  padding:40px 0px 0px 0px;
}

.footer_link{
  width:250px;
  float:left;
}

.footer a:link {
  color: #333;
  text-decoration: none;
}

.footer a:visited {
  text-decoration: none;
  color: #333;
}

.footer a:hover {
  color: #008eff;
  text-decoration: none;
}


/*share css*/

.right{
  float:right;
  margin:0px 0px 0px 0px;
  padding:0px 0px 20px 30px;
}

.left{
  float:left;
  margin:0px 15px 20px 0px;
}

.center{
  text-align:center;
}

.first-letter:first-letter{
  font-size:22px;
  color:#00911f;
}



/*font css*/

.font_red{
  color : #f00;
  font-weight:bold;
}

.red{
  color : #f00;
}

.font_yred{
  color : #f00;
  font-weight:bold;
  background-color:#ff0;
}

.font_ybold{
  color : #250000;
  font-weight:bold;
  background-color:#ff0;
}

.font_yellow{
  color: #ff0;
  font-weight:bold;
}

.font_blue{
  color : #038;
  font-weight:bold;
}

.font_bold{
  font-weight:bold;
}

.font12{
  font-size: 12px;
}
.font15{
  font-size: 15px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font24{
  font-size: 24px;
}
.font25{
  font-size: 25px;
}
.font30{
  font-size: 30px;
}

/* margin-top */
 
.mt10 { margin-top: 10px; }
 
.mt15 { margin-top: 15px; }
 
.mt20 { margin-top: 20px; }
 
.mt25 { margin-top: 25px; }
 
.mt30 { margin-top: 30px; }
 
.mt35 { margin-top: 35px; }
 
.mt40 { margin-top: 40px; }
 
.mt45 { margin-top: 45px; }
 
.mt50 { margin-top: 50px; }
 
.mt55 { margin-top: 55px; }
 
.mt60 { margin-top: 60px; }
 
.mt80 { margin-top: 80px; }
 
.mt100 { margin-top: 100px; }
 
.mt110 { margin-top: 110px; }

.mt120 { margin-top: 120px; }

.mt160 { margin-top: 160px; }

.mt170 { margin-top: 170px; }

.mt200 { margin-top: 200px; }


/* margin-bottom */

.mb0 { margin-bottom: 0px; }
 
.mb05 { margin-bottom: 5px; }
 
.mb10 { margin-bottom: 10px; }
 
.mb15 { margin-bottom: 15px; }
 
.mb20 { margin-bottom: 20px!important; }
 
.mb25 { margin-bottom: 25px; }
 
.mb30 { margin-bottom: 30px; }
 
.mb35 { margin-bottom: 35px; }
 
.mb40 { margin-bottom: 40px; }
 
.mb45 { margin-bottom: 45px; }
 
.mb50 { margin-bottom: 50px; }
 
.mb55 { margin-bottom: 55px; }
 
.mb60 { margin-bottom: 60px; }
 
.mb80 { margin-bottom: 80px; }
 
.mb100 { margin-bottom: 100px; }
 
.mb110 { margin-bottom: 110px; }

.mb120 { margin-bottom: 120px; }
 