@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 reset
----------------------------------------------------*/


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;
	background: transparent;
}

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

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

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

caption, th { text-align: left; }

a:focus { outline: none; }

img{ vertical-align:middle; }

img {
	max-width: 100% ;
	height:auto ;
}
ul, menu, dd, dir{
	margin:0;
	padding:0;
}
ul,ol{
	margin:0;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-o-padding-start:0;
	-ms-padding-start:0;
}

/*----------------------------------------------------
 アイコンフォント
----------------------------------------------------*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa{
	margin-right:10px;
}
.fa-dot-circle-o,
.fa-file{
	color:#E91D62;
}
.fa-check-circle{
	color:#0F62B5;
}
.fa-envelope-o,
.fa-pencil-square {
		color:#F00;
}
/*----------------------------------------------------
 common
----------------------------------------------------*/


body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	background: url(../img/bg.png) repeat;
	line-height: 1.4;
	letter-spacing: 0;
	-webkit-text-size-adjust : 100% ;
	overflow:hidden;/* スクロール時横幅全体表示 */
		min-width:800px;

}


a{
	color:#313131;
}



a:hover{
	opacity:0.9;
}
/* IEイメージ枠なし */
a img {
	border-style:none;
}
span{
	font-size:13px;
}



/*----------------------------------------------------
 contents
----------------------------------------------------*/



header{
	width:100%;
	background:url(../img/head_bg.png) repeat-x;
}


header h1{
	height:820px;
	margin:0 auto 50px;
	background:url(../img/head.png) center top no-repeat;
}




.waku{
	width:980px;
	margin:0 auto 30px;
	text-align:center;
	padding:30px 0;
	/* box-shadow */
box-shadow:0px 0px 15px 6px #9d9d9d;
-moz-box-shadow:0px 0px 15px 6px #9d9d9d;
-webkit-box-shadow:0px 0px 15px 6px #9d9d9d;
}
h2{
	margin:0 auto 40px;
	font-size:30px;
	background:#0E1A23;
	color:#fff;
	padding:30px;
	line-height:1.2;
	text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	
	
}
h3,
h4{
	font-size:25px;
	font-weight:bold;
	color:#000066;
	border-top: 1px solid #000066;
	border-bottom: 5px solid #000066;
	padding:10px 0;
	margin-bottom:40px;
}

h4{
	color:#FC2C2C;
	border-top: 1px solid #FC2C2C;
	border-bottom: 5px solid #FC2C2C;
}

.space_20{
	margin-bottom:20px;
}
.space_40{
	margin-bottom:40px;
}

.right{
	float:right;
	margin:0 0 0 30px;
}
.left{
	float:left;
	margin:0 30px 0 0;
}


.center{
	text-align:center;
	margin:0 auto 30px;
}



section{
	width:860px;
	margin:0 auto 40px;
	text-align:left;
	
}

section p{
	margin-bottom:20px;
	text-align:left;
}

section ol{
	background: #eee;
	padding:30px;
}
section ol li{
	margin-bottom:10px;
	font-size:20px;
}

.voice{
	width:700px;
	border:5px double #000066;
	padding:30px;
	margin:0 auto 50px;
}
.voice img{
	text-align:center;
	margin:0 auto 30px;
	display:block;
}
.data{
	margin:30px auto;
}

.data img{
	border:1px solid #3B3B3B;
}


ul.list1{
	padding:20px;
	font-size:20px;
	background:#FFC;
	margin-bottom:30px;
	width:50%;
	color:#F60;
}

ul.list1 li{
	font-weight:bold;
}

.list2,
.list3{
	border:5px solid #0F62B5;
	background:#FFF;
	padding:30px 30px 20px;
	margin-bottom:30px;
	color:#000;
}

.list2 dt{
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px dotted #000;
}

.list2 dd{
	line-height:1.4;
	margin-bottom:20px;
	font-weight:normal;
	background:#eee;
	padding:20px;
	font-size:18px;
	overflow:hidden;
	
}

.list2 dd.title{
	padding:0;
	margin:0 0 10px 0;
	font-size:23px;
	color:#0F62B5;
	background:#fff;
}


.list2 dd ul{
	background:#fff;
	border:1px solid#999;
	padding:20px;
	margin:20px 0 20px 0;
	text-align:left;
	width:50%;
}

.list3{
	border:3px solid #92601D;
	background:#eee;
}
.list3 strong{
	color:#92601D;
	font-size:23px;
	font-weight:bold;
	border-bottom:1px dotted #92601D;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
}
.movie{
	width:800px;
	margin:0 auto;
	text-align:center;
}


.movie dl{
	width:300px;
	display:inline-block;
	margin:0 30px 30px 0;
}

.movie dl:nth-child(2n){
	margin-right:0;
}

.movie dl dt{
	font-size:18px;
	line-height:1.4;
	min-height:70px;
	margin-bottom:10px;
	text-align:left;
}

.movie dl dd img{
	border: 1px solid #404040;
}

.matome dl{
	background: #eee;
	padding:30px;
	margin-bottom:20px;
}

.matome dt{
	font-size:24px;
	line-height:1.2;
	font-weight:bold;
	color:#0652AA;
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	margin-bottom:10px;
}
.matome dt:before{
	content:url(../img/icon_pen.gif);
	margin-right:10px;
	vertical-align:middle;
}


.matome dd{
	margin-bottom:20px;
}


.moushikomi,
.moushikomi_before{
	position:relative;
	z-index:2;
	background:url(../img/moushikomi.png);
	width:860px;
	height:683px;
	margin-bottom:20px;
}
.moushikomi_before{
	background:url(../img/moushikomi_before.png);
}
.moushikomi p,
.moushikomi_before p{
	padding-top:590px;
	width:600px;
	font-size:20px;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
	
}
.moushikomi p a,
.moushikomi_before p a{
	font-weight:bold;
	color:#F00;
}

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






.btn_box,
.btn_box2{
	background:#E5E5EE;
	padding:40px;
}
.btn_box p{
	margin:0 auto 30px;
	text-align:center;
}
.btn_box2{
	background:#F00;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.btn_box2 strong{
	font-size:43px;
}

.waku2{
	margin:0 auto;
	text-align:center;
}


a.btn_blue1,
a.btn_blue2,
a.btn_orange{
	margin:0 auto 20px;
	display:block;
	text-align:center;
	text-decoration:none;
	width:450px;
	padding:20px;
	border-radius:4px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	box-shadow:4px 4px #ccc;

}
.btn_box a strong{
	font-size:24px;
	line-height:1.4;
}

a.btn_blue1,
a.btn_blue2{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bbdff+2,33adff+100 */
background: rgb(91,189,255); /* Old browsers */
background: -moz-linear-gradient(top, rgb(91,189,255) 2%, rgb(51,173,255) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(91,189,255) 2%,rgb(51,173,255) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(91,189,255) 2%,rgb(51,173,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bbdff', endColorstr='#33adff',GradientType=0 ); /* IE6-9 */
text-shadow:1px 0px 0px #0033CC;
}

a.btn_orange{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,168,76) 0%, rgb(255,123,13) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,168,76) 0%,rgb(255,123,13) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,168,76) 0%,rgb(255,123,13) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 0px 0px #FF3300;
	margin-bottom:30px;

}


.name{
	text-align:right;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:24px;
	color:#141414;
	margin-right:20px;
}

/* Q&A */
.faq{
	margin:0 auto 80px;
	font-size:16px;
}

.faq_title{
	font-size:23px;
	text-align:center;
	margin:50px auto;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;

}


.faq dl{
	padding:20px 40px;
	background: #eee;
	margin:0 auto 10px;
	text-align:left;
}
.faq dt,
.faq dd{
	margin-bottom:10px;
	text-indent:-2.3em;
	margin-left:1em;
}



.faq dt:before,
.faq dd:before{
	content:"Q";
	background: #69F;
	padding:2px 8px;
	color:#fff;
	vertical-align:middle;
	margin-right:10px;
}
.faq dd:before{
	content:"A";
	background:#F9C;
}

.faq dd{
	margin-bottom:10px;
}


.toku{
	text-align:center;
	font-size:14px;
	color:#03C;
	text-decoration:underline;
}


footer{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+1,000000+42 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top, rgb(69,72,77) 1%, rgb(0,0,0) 42%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(69,72,77) 1%,rgb(0,0,0) 42%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(69,72,77) 1%,rgb(0,0,0) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
border-top:1px solid #ccc;
	margin:20px auto 0;
	text-align:center;
	width:100%;
	font-size:12px;
	padding:20px 0;
	color:#fff;
}

/* 区切り線 */
hr{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin:0 auto 50px;
	width:860px;
}

/* フォント装飾 */
strong{
	font-weight:bold;
	font-size:19px;
}

.nomal{
	font-weight:normal;
}
.big{
	font-size:23px;
}


.under{
	text-decoration:underline;
}


.red{
	color:#D50000;
}
.black{
	color:#000;
}
.bg_red{
	color:#fff;
	background:#D50000;
}

.bg_yellow{
	background:#FF0;
}

.blue{
	color:#1F93F2;
}
.orange{
	color:#FD5520;
}

/*----------------------------------------------------
 カウントダウンタイマー
----------------------------------------------------*/

#CDT,
#CDT2,
#CDT3,
#CDT4{
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(244,30,13) 0%,rgb(206,15,0) 97%,rgb(206,15,0) 98%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(244,30,13)),color-stop(0.97, rgb(206,15,0)),color-stop(0.98, rgb(206,15,0)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(244,30,13) 0%,rgb(206,15,0) 97%,rgb(206,15,0) 98%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(244,30,13) 0%,rgb(206,15,0) 97%,rgb(206,15,0) 98%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(244,30,13) 0%,rgb(206,15,0) 97%,rgb(206,15,0) 98%);
background-image:linear-gradient(180deg,rgb(244,30,13) 0%,rgb(206,15,0) 97%,rgb(206,15,0) 98%);

-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff41e0d,endColorstr=#ffce0f00,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff41e0d,endColorstr=#ffce0f00,GradientType=0);
padding:20px 0;
text-align:center;

	color:#fff;
	margin:0 auto;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.1em;

}

#CDT span,
#CDT2 span,
#CDT3 span,
#CDT4 span{
	font-size:30px;
	font-weight:bold;
	display:inline;
}


#cdbox1 strong, #cdbox2 strong, #cdbox3 strong, #cdbox4 strong{
	font-size: 25px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: -15px;
}


#movie{
	background: #000;
	padding:30px 0 30px;
	margin:0 auto 0;
	text-align:center;

}

#movie p{
	background:#CC181E;
	width:100%;
	padding:20px 0;
	font-size:35px;
	text-align:center;
	color:#fff;
	margin: auto 40px;
}


#movie iframe{
	margin:0 auto 40px;
	border:5px solid #000;
	display:block;
}


#movie div{
	width:800px;
	margin:30px auto;
	padding:20px;
	color: #FF0;
	font-size:35px;
}

/*----------------------------------------------------
 モーダル
----------------------------------------------------*/



.modal-content {
	position:fixed;
	display:none;
	z-index:2;
	width:50%;
	margin:0;
	padding:40px;
	border:5px solid #aaa;
	background:#fff;
	max-height:70%;
	overflow:auto;
}
.modal-content p {
	margin-bottom:20px;
	padding:0;
}
.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
.modal-open {
	color:#00f;
	text-decoration:underline;
}
.modal-open:hover {
	cursor:pointer;
	color:#f00;
}
.modal-close {
	color:#00f;
	text-decoration:underline;
}
.modal-close:hover {
	cursor:pointer;
	color:#f00;
}





/*----------------------------------------------------
 プライバシーポリシー
----------------------------------------------------*/
#pri{
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#000;
	font-size:15px;
	background:#fff;
	padding-bottom:50px;
}
#pri div{
	width:50%;
	margin:0 auto;
}
#pri h1,
#pri h2{
	font-size:20px;
	padding:20px 0;
	margin-bottom:50px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#000;
}

#pri dl{
	margin-bottom:30px;
}

#pri dt{
	border-bottom:1px solid #000;
	padding-left:10px;
	margin-bottom:20px;
	font-weight:bold;
}
#pri dd{
	margin-bottom:10px;
}


#pri ul{
	padding:10px;
	margin:10px auto;
}
#pri ul li{
	margin-bottom:10px;
}

#pri table{
	width:100%;
}
#pri th,
#pri td{
	padding:20px;
	background: #E8E8E8;
		border:2px solid #fff;

}
#pri th{
	background:#CCC;
	text-align:center;
	vertical-align:middle;
}
#pri td a{
	color:#C00;
}
.attent{
	font-size:13px;
	line-height:1.4;
	margin:20px auto 50px;
}

a.toppage{
	text-align:center;
	border-radius:4px;
	background:#000;
	color:#fff;
	padding:20px;
	width:300px;
	text-decoration:none;
	margin:0 auto;
	color:#fff;
	display:block;
}


/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

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

.clearfix {
	min-height: 1px;
}

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

#mess{
	padding:20px 40px;
	background-color:#efefef;
	width:600px;
	margin:auto;
	margin-bottom:40px;
	
}
	
	#mess li{
		padding:10px 0px;
	}
	
	b{
		background-color:#0F0;
		font-weight:bold;
	}
