@charset "utf-8";

/* リセット
--------------------------------------------*/
h1, h2, h3, h4, h5, p { margin: 0; }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li { padding:0; }

dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* 汎用
--------------------------------------------*/

/*位置*/
.mTop20 { margin-top:20px; }

.mTop40 { margin-top:40px; }

.mBtm20 { margin-bottom:20px; }

.mBtm40 { margin-bottom:40px; }

/*背景色*/
.bg_orange { background:#ffbb00; }

.bg_blue { background:#1f3575; }

/*見出し*/
.headline_blue_under {
	color:#0088d2;
	border-bottom:6px #0088d2 solid;
	text-align:center;
}

.headline_orange_under {
	margin:40px 20px;
	color:#F60;
	border-bottom:6px #F60 solid;
	text-align:center;
}

/*テキスト*/
.txt_red { color:#D00; }

.txt_red_underline {
	color:#D00;
	text-decoration:underline;
}

.txt_red_tag {
	background:#E00;
	color:#FFF;
	padding:2px 0 6px 0;
}

.txt_blue { color:#0088d2; }

.txt_blue_underline {
	color:#0088d2;
	text-decoration:underline;
}

.txt_marker {
	color:#000;
	background:#FF0;
}

.txt_marker_red {
	color:#C00;
	background:#FF0;
}

.txt_underline { text-decoration:underline; }

/*配置*/
.center {
	text-align:center;
	display:block;
	margin:0 auto;
}

.fl { float:left; }

.fr { float:right; }

.txtR { text-align:right; }

.txtL { text-align:left; }

/*水平線*/
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #999;
	margin:40px 20px;
	padding:0;
}

/* ヘッダー
--------------------------------------------*/
#header {
	margin:0;
	background-color:#FFF;
	position:relative;
}

#navi {
	position:absolute;
	top:2px;
	left:120px;
	font-size:16px;
	color:#FFF;
}

/* コンテンツ
--------------------------------------------*/

/* h1 */
h1 {
	margin: 10px 0 40px 0;
	padding: 20px;
	color:#fff;
	font-weight:normal;
	font-size:32px;
	text-align:center;
}

/* h2 */
h2 {
	margin: 30px 0;
	padding: 20px;
	color:#fff;
	font-weight:normal;
	font-size:32px;
}

/* h3 */
h3 {
	padding:30px 15px 30px 15px;
	color:#fff;
	text-align:center;
	font-size:26px;
}

/* ノウハウ */
.contentNowhow {
	background:#1f3575;
	padding:0 0 40px 0;
	margin:40px 0;
}

.contentNowhowTxt {
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;
	padding:40px 20px 20px 20px;
	margin:0 20px;
	background:#fff;
}

.contentNowhowTxt dl dt {
	margin-bottom:20px;
	padding:8px 0 10px 0;;
	color:#C00;
	background-color:#f39500;
	text-align:center;
	color:#FFF;
	line-height:1.2;
}

.contentNowhowTxt dl dt.atention {
	margin-bottom:20px;
	padding:8px 10px 10px;
	color:#C00;
	background-color:#ff0000;
	text-align:left;
	color:#FFF;
	line-height:1.2;
}

.contentNowhowTxt dl dd {
	margin-bottom:20px;
}

/* ボックス01 */
.box01 {
	margin:20px;
	padding:40px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#dde9f0;
}

/* ボックス02背景カラー角丸吹き出し */
.box02 {
	background:#1770a2;
	margin:20px;
}

.box02_txt {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:5px;
	margin:0 20px;
	background:#fff;
}

/*ボックス03吹き出し明色*/
.box03 {
	position: relative;
	background: #FBF8D7;
	margin:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.box03:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(251, 248, 215, 0);
	border-top-color: #FBF8D7;
	border-width: 16px;
	margin-left: -16px;
}

/*ボックス03吹き出しブルー*/
.box03_02 {
	position: relative;
	background: #dde9f0;
	margin:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.box03_02:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #dde9f0;
	border-width: 16px;
	margin-left: -16px;
}

/* リスト01チェックボックス */
.list01 { margin:30px 20px;
padding:20px 0; }

.list01 li {
	background:url(../img/check.png) no-repeat top left;
	margin:20px 0 0 0;
	padding:0 0 20px 46px;
	border-bottom:2px #CCC solid;
}

/* リスト02チェックボックス */
.list02 { margin:30px 20px;
padding:20px 0; }

.list02 li {
	background:url(../img/check02.png) no-repeat top left;
	margin:20px 0 0 0;
	padding:0 0 20px 46px;
	border-bottom:2px #CCC solid;
}

/* リスト03チェックボックス */
.list03 { margin:30px 20px;
padding:20px 0; }

.list03 li {
	background:url(../img/check03.png) no-repeat top left;
	margin:20px 0 0 0;
	padding:0 0 20px 46px;
	border-bottom:2px #CCC solid;
}

/* リスト04レフトライン */
.list04 { margin:40px 20px; }

.list04 li {
	margin:40px 0 0 0;
	padding:0 0 0 10px;
	border-left:12px #1770a2 solid;
}

/* DLグレー */
.dl01 { margin:40px 20px 20px 20px; }

.dl01 dt {
	padding:0 0 0 10px;
	border-top:2px #AAA solid;
	border-right:2px #AAA solid;
	border-bottom:2px #AAA solid;
	border-left:20px #AAA solid;
}

.dl01 dd { padding:30px; }

/* DLレッド */
.dl02 { margin:40px 20px 20px 20px; }

.dl02 dt {
	margin-bottom:20px;
	padding:0 0 0 10px;
	border-top:2px #D00 solid;
	border-right:2px #D00 solid;
	border-bottom:2px #D00 solid;
	border-left:20px #D00 solid;
	color:#D00;
}

.dl02 dd { padding:30px; }

/* STEPフロー
--------------------------------------------*/
.flow { margin: 40px 20px; }

.flow .box {
	margin: 0 auto 33px;
	padding:14px 20px;
	border: 3px solid #326E93;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.flow .box:after {
	border-top: 25px solid #FFC300;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -70px;
}

.flow .box:last-child:after { border: none; }

/* FAQ
--------------------------------------------*/
.faq {
	border:#999 2px solid;
	margin:40px 20px;
	background:#f7fcfd;
}

.faq dt {
	background:#FFF;
	padding:20px;
	text-decoration:underline;
}

.faq dd {
	background:#f7fcfd;
	color:#047;
}

.faq_list li {
	display:block;
	margin:20px;
	padding:20px;
	font-size:20px;
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 2px solid #CCC;
}

.faq_list a:link {
	color:#069;
	text-decoration:none;
	outline: none;
}

.faq_list a:visited {
	color:#F60;
	text-decoration:none;
}

.faq_list a:hover {
	color:#F60;
	text-decoration:none;
}

/* ボタン
--------------------------------------------*/
.btn {
	display:block;
	margin:10px 20px 40px 20px;
	padding:25px 0;
	text-align:center;
	line-height:1.4;
	background: -moz-linear-gradient(top, #ff2a26 0%, #bf0400);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff2a26), to(#bf0400));
	color:#FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #950400;
	-moz-box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.2), inset 0px -1px 0px rgba(149, 4, 0, 1);
	-webkit-box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.2), inset 0px -1px 0px rgba(149, 4, 0, 1);
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ff2a26, endcolorstr=#339900));
	/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff2a26, endcolorstr=#bf0400))";
	zoom: 1;
	background: -moz-linear-gradient(top, #ff2a26, #bf0400);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ff2a26, #bf0400);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #ff2a26, #bf0400);/* IE10+, W3C */
}

/* 料金テーブル
----------------------------
*/

table.chage { width:100%; }

table.chage th {
	border:1px #999 solid;
	padding:10px;
	background:#EEE;
	font-weight:normal;
	text-align:center;
}

table.chage td {
	font-size:90%;
	border:1px #999 solid;
	padding:10px;
	text-align:center;
}

/* 動画
----------------------------
*/

.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* フッター
--------------------------------------------*/
#footer {
	text-align: center;
	background:#000;
	padding: 10px 0 10px 0;
	color: #fff;
}

/* ベーススタイル
--------------------------------------------*/
html { -webkit-text-size-adjust: none; }

body {
	font:22px/1.5 Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	color: #222;
	width:640px;
	margin:0;
	background-color: #fff;
	word-break: break-all;
}

img {
	border:0px;
	max-width : 100%;
	height : auto;
}

a:link {
	text-decoration:none;
	color: #fff;
}

a:visited {
	text-decoration:none;
	color: #fff;
}

a:active {
	text-decoration:none;
	color: #fff;
}

a:hover {
	text-decoration:none;
	color: #fff;
}

* html body { overflow: hidden; }

* html div#contents {
	height: 100%;
	overflow: auto;
}

#contents p { margin:0 20px 20px; }

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

li.last {
	border-bottom:none;
}

.clearfix { min-height: 1px; }

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