body {
	background-color: #E0E0E0;
	background-image: url("../images/body_bg.png");
	background-position: top;
	background-repeat: repeat;
	color: #444;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3
}
h1 {
	margin: 0
}
h2 {
	color: #900;
	text-align: center;
	font-size: 28px
}
h2.tsuishin {
	margin: 0 30px;
	color: #333;
	text-align: left
}
h3 {
	color: #DD4E23;
	font-size: 20px;
	margin-top:35px;
}
h3.black {
	margin-left: 0 !important;
	padding: 0 0 10px 35px;
	background: url("../images/check.png") no-repeat 0 0;
	color: #00189a;
	text-align: left;
	text-decoration: underline;
	font-size: 19px;
	line-height: 1.4
}
p {
	line-height: 1.68
}
.area {
	clear: both;
	margin: 0;
	margin-bottom: 30px;
	padding: 0 20px 20px;
	border: 6px solid #f4f1e8;
	background-color: #fff;
	text-align: left;
	line-height: 1.25
}
.areaheader {
	clear: both;
	margin: 20px 0;
	padding: 15px 0 15px 10px;
	border-left: 5px solid #8d804c;
	text-align: left;
	font-weight: bold;
	font-size: 20px !important;
	line-height: 1.3
}
ul.blt, ul.blt_a, ul.blt_b, ul.blt_c, ul.blt_d, ul.blt_e {
	margin-bottom: 60px
}
ul.blt li, ul.blt_a li, ul.blt_b li, ul.blt_c li, ul.blt_d li, ul.blt_e li {
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 15px;
	padding-left: 40px;
	min-height: 30px;
	background: url(../images/pin_li.png) no-repeat;
	list-style: none;
	font-size: 18px
}
ul.blt_a li {
	background: url(../images/pin_li_a.png) no-repeat
}
ul.blt_b li {
	background: url(../images/pin_li_b.png) no-repeat
}
ul.blt_c li {
	background: url(../images/pin_li_c.png) no-repeat
}
ul.blt_d li {
	background: url(../images/pin_li_d.png) no-repeat
}
ul.blt_e li {
	background: url(../images/pin_li_e.png) no-repeat
}
.no_bret, .no_bret li {
	background: none !important
}
.txt_center {
	text-align: center
}
.txt_right {
	text-align: right
}
.txt_left {
	text-align: left
}
.red {
	color: #c00 !important
}
.bold_red {
	color: #c00 !important;
	font-weight: bold
}
.bold_red_u {
	color: #c00 !important;
	text-decoration: underline;
	font-weight: bold
}
.red_yell_m {
	background-color: #FFC;
	color: #f00 !important
}
.bold_red_YM {
	background-color: #FFC;
	color: #f00 !important;
	font-weight: bold
}
.blue {
	color: #5959B6 !important
}
.bold_blue {
	color: #5959B6 !important;
	font-weight: bold
}
.Bold {
	font-weight: bold
}
.bold_u {
	text-decoration: underline;
	font-weight: bold
}
.bold_yell_m {
	background-color: #FFC;
	font-weight: bold
}
._u {
	text-decoration: underline
}
.txt11 {
	font-size: 11px !important
}
.txt12 {
	font-size: 12px !important
}
.txt14 {
	font-size: 14px !important
}
.txt16 {
	font-size: 16px !important
}
a img, input[type="submit"], input[type="image"] {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
a:hover img, input[type="submit"]:hover, input[type="image"]:hover {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	cursor: pointer
}
hr {
	width: 100%;
	height: 1px;
	border: 0;
	background: #999;
	background-image: -webkit-linear-gradient(left, #ccc, #999, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #999, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #999, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #999, #ccc)
}
.row [class*="span"]>p {
	margin-top: 0
}
footer {
	font-size: 12px;
	text-align: center;
	background: #000;
	color: #FFF;
	padding-bottom: 30px;
	overflow: hidden;
	background: rgb(148, 148, 148); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(148, 148, 148) 30%, rgb(116, 116, 116) 30%, rgb(148, 148, 148) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(148, 148, 148)), color-stop(30%, rgb(116, 116, 116)), color-stop(100%, rgb(148, 148, 148))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(148, 148, 148) 30%, rgb(116, 116, 116) 30%, rgb(148, 148, 148) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(148, 148, 148) 30%, rgb(116, 116, 116) 30%, rgb(148, 148, 148) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(148, 148, 148) 30%, rgb(116, 116, 116) 30%, rgb(148, 148, 148) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(148, 148, 148) 30%, rgb(116, 116, 116) 30%, rgb(148, 148, 148) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
linear-gradient(to bottom, rgb(148, 148, 148) 30%, rgb(116, 116, 116) 30%, rgb(148, 148, 148) 100%)
}
footer a {
	color: #CCCCCC;
}
footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.copy {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#f_menu {
	padding: 20px;
	text-align: center;
	color: #CCC;
	height: 15px;
	border-bottom: #7E7E7E 1px solid;
}
#f_content {
	margin-top: 26px;
	line-height: 1.6;
}
#f_content span {
	color: #C0C0C0;
}
.contents {
	position: relative;
	clear: both;
	padding: 25px;
	font-size: 16px;
	line-height: 1.68
}
.contents p {
	margin: 5px -3px;
	font-size: 16px;
	line-height: 1.7
}
.footer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 670px;
	background-image: url(../images/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px
}
h2 {
	clear: both;
	margin:70px 0 25px;
	padding: 10px 0;
	color: #BE0A0A;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.25;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0)
}
#tsuishinarea {
	overflow: hidden;
	margin: 0 auto;
	width: 660px;
	background: url(../images/tuishin.png) no-repeat 0 550px
}
#tsuishinarea p {
	margin: 0;
	padding-left: 1em;
	width: 600px;
	text-indent: 0;
	font-size: 16px
}
.bltbox {
	clear: both;
	margin: 0 auto 70px;
	padding: 0 15px 15px;
	width: 94%;
}
.bltbox dt {
	margin: 35px 0 0;
	padding: 1px 0 0 40px;
	min-height: 43px;
	background: url(../images/check_red.png) no-repeat;
	font-size: 20px;
	line-height: 1.5;
	font-weight:bold;
}
.bltbox dt span {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.bltbox dd {
	margin: 0px 0px 0px 34px;
}

.bltbox02 {
	clear: both;
	margin: 0 auto 40px;
	padding: 0 15px 15px;
	width: 94%;
}
.bltbox02 dt {
	margin: 15px 0 0;
	padding: 1px 0 0 40px;
	min-height: 43px;
	background: url(../images/check_blue.png) no-repeat;
	font-size: 18px;
	line-height: 1.5;
	font-weight:normal;
}
.bltbox02 dt span {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.bltbox02 dd {
	margin: 0px 0px 0px 34px;
}

#kanban_form {
	padding: 18px;
	border:1px solid #D3D3D3;
	border-radius: 3px;
	background: #E8F5F4;
	margin-bottom:5px;
}
#kanban_form>p {
	margin-top: 0
}
#kanban_form p {
	line-height: 1.42
}
#kanban_form_mail {
	padding: 8px;
	width: 93%
}
#kanban_form_submit {
	margin-bottom: 2px
}
.form_txt{
	margin:10px;
	font-size:12px;
	line-height:1.42;
	}
p.notice {
	margin-left: 1em;
	color: #C00;
	text-indent: -1em
}
p.notice:before {
	content: "※"
}
.profilebox {
	margin-bottom: 60px;
	padding: 15px;
	border: #eee 6px solid
}
.prof_box{
	border: solid 2px #E7E7E7;
	margin:30px 0px;
	padding:30px;
	}
.box {
	border: solid 3px #C2B4A2;
	padding:30px;
	}
.profilebox .span3 img {
	margin-bottom: 10px
}
.profilebox .span3 p {
	color: #777;
	line-height: 1.42
}
.guarantee_box .row {
	margin-bottom: 60px
}
.guarantee_box .span3 {
	text-align: center
}
.kanban_arrow02 {
	position: absolute;
	top:398px;
	right: 379px;
}
.kanban_arrow {
	position: absolute;
	top: -80px;
	right: 0
}
.qa {
	margin: 0 auto;
	width: 95%
}
.qa dt, .qa dd {
	margin: 0;
	padding: 10px;
	padding-left: 60px;
	border: 2px solid #D3D3D3;
}
.qa dt p, .qa dd p {
	font-weight:normal;
}
.qa dd {
	margin-bottom: 20px;
	padding-top:20px;
	border-top-width: 1px;
	background: #fff url(../images/qa_dd_icon.png) no-repeat 10px 12px;
	word-wrap:break-word;
	font-size: 18px;
	font-weight:bold;
	line-height:1.3;
}
.qa dt {
	padding-top: 20px;
	min-height: 34px;
	border-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #F1F8FF url(../images/qa_dt_icon.png) no-repeat 10px 12px;
	font-size: 18px;
	line-height:1.3;
}
#entry_form {
	margin: 0 auto 30px;
	border:3px solid #D3D3D3;
	border-radius: 3px;
	background: #F5F5F5
}
#entry_form_middle {
margin: 0 auto 30px;
border: 1px solid #D3D3D3;
border-radius: 3px;
background: #E8F5F4;
}
#atn {
	padding: 5px;
	background: #E00;
	color: #fff;
	text-align: center;
	font-size: 26px
}
#atn strong {
	color: yellow
}
.d_box {
	margin: 0 auto 60px;
	padding: 20px;
	width: 60%;
	border: dotted 4px #999
}
.d_box_sub {
	margin: 10px auto 10px;
	padding: 29px;
	background: #fdf7df;
	font-size: 14px
}
.forms table {
	margin: 0 auto;
	width: 70%
}
.forms table th, .forms table td {
	padding: 3px;
	width: 45%;
	font-size: 14px
}
.forms table td input[type=text] {
	margin-top: 5px
}
.forms table tr:nth-child(2n) {
	background: #f4f1e8
}
.t_basic {
	border-top: 3px #FFF solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 3px #FFF solid
}
.t_basic th {
	padding: 8px 15px 5px 15px;
	width: 50%;
	border-top: 0;
	border-right: 3px #FFF solid;
	border-bottom: 3px #FFF solid;
	border-left: 0;
	background-color: #dde5e9;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.3
}
.t_basic td {
	padding: 8px 15px 5px 15px;
	border-top: 0;
	border-right: 3px #FFF solid;
	border-bottom: 3px #FFF solid;
	border-left: 0;
	background-color: #ffeee6;
	ine-height: 1.3
}
.need {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	background: #C00;
	color: #fff;
	font-weight: normal;
	font-size: 11px
}
del {
	color: #333
}
.form_font {
	margin: 0;
	color: #999;
	font-size: 12px
}
.dlx {
	margin-bottom: 60px;
	border: 6px #eee solid;
	background: #630
}
.dlx_inner {
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff
}
.dlx_box {
	padding: 15px;
	border: 1px solid #ccc;
	background: #eee
}
.dlx_midashi {
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
	color: #c00;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: normal
}
.msg_asset {
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 20px;
	width: 86%;
	border: 6px solid #eee;
	border-radius: 5px
}
.msg_img {
	float: left;
	width: 40%
}
.msg_img img {
	box-shadow: 0 0 3px #CCC
}
.msg_text {
	float: right;
	width: 100%
}
.msg_text dt {
	margin-bottom: 10px;
	padding: 5px;
	background: #fdf7df;
	color: #333
}
.msg_text dd {
	margin-bottom: 10px;
	font-size: 14px
}
.msg_text02 {
	float: right;
	width: 100%
}
.msg_text02 dt {
	margin-bottom: 10px;
	padding: 5px;
	background: #fdf7df;
	color: #333
}
.msg_text02 dd {
	margin-bottom: 10px;
	font-size: 14px
}
.w_center {
	text-align: center
}
.youtube_v {
	text-align: center
}

#kanban {
	width: 100%;
	margin-top:15px;
	height: 390px;
	background: url(../images/kanban.png) no-repeat center top;
	text-indent: -9990px
}
#kanban02 {
	width: 100%;
	height: 589px;
	background: url(../images/kanban02_off.png) no-repeat center top;
	text-indent: -9990px
}
.container {
	padding-left: 30px;
	width: 900px !important;
	border-bottom: 0;
	background: #fff;
	box-shadow: 0 0 10px #666
}
.bold_red_pc {
	display: inline
}
.bold_red_sp, .for_sp {
	display: none
}
.for_pc {
	display: block
}
.guarantee_header {
	height: 155px;
	background: url(../images/guarantee_head.png) no-repeat left top;
	text-align: center
}
.guarantee_footer {
	height: 184px;
	background: url(../images/guarantee_footer.png) no-repeat left top
}
td.guarantee_content {
	background: url(../images/guarantee_bg.png) repeat-y left top;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}
.guarantee_subset {
	text-align: center
}
.guarantee_content .guarantee_inner {
	margin: 0 auto 45px;
	width: 615px
}
.guarantee_headline {
	margin-top: 28px;
	color: #900;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}
.guarantee_subset {
	margin-top: 28px;
	color: #938a02;
	font-size: 34px
}
.tbl_guarantee {
	width: 780px
}
.entryform_big {
	position: relative;
	margin: 15px auto;
	margin-bottom: 10px;
	width: 752px;
	height: 320px;
	background: url(../images/mailform_bg.png) no-repeat
}
.entryform_big input[type=image] {
	position: absolute;
	right: 21px;
	bottom: 17px;
	width: 263px
}
.entryform_big p{
margin: 223px 0 0 90px;
float: left;
}
.formtxt {
margin: 323px 0 0 90px;
float: left;
}
.position_input {
	position: absolute;
	top: 248px;
	left: 24px;
	width: 410px;
	height: 42px !important;
	border: 0
}
.position_input02 {
	position: absolute;
	top: 330px;
	left: 24px;
	width: 410px;
	height: 42px !important;
	border: 0
}
.container {
	padding-left: 0
}
.span12 {
	margin-left: 40px;
	width: 856px
}
.span11 {
	width: 736px
}
.span10 {
	width: 710px
}
.span9 {
	width: 637px
}
.span8 {
	width: 564px
}
.span7 {
	width: 525px
}
.span6 {
	width: 418px
}
.span5 {
	width: 345px
}
.span4 {
	width: 300px
}
.span3 {
	width: 196px
}
.span2 {
	width: 126px
}
.span1 {
	width: 53px
}


.br_sp, .for_sp {
	display: none
}
.name{ margin-top:20px;
	}
#kanban02_scll a img{ transition:none;
	
		}
		
.boxheader {
margin: 30px 0 20px;
border-left: 5px solid #B60D0F;
border-bottom: dotted 1px #CCC;
}
.boxheader p{
	font-size: 19px !important;
	line-height: 1.3;	
	padding: 10px 0 10px 115px;
	text-align: left;
	font-weight: bold;
}

.boximage_left{
	float:left;
	margin-top:10px;
	margin-left:10px;
	}

.action p{
	font-size:16px;
	font-weight:bold;
	line-height:1.68;
	margin-bottom:20px
	}
.under_line{
	font-size:14px;
	color: #FFFFFF;
	background-color:#38AD9F;
	padding:15px 59px;
}
#entry_form_bottom {
  margin: 30px auto 30px;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  background: #E8F5F4;
}
.entryform_inner {
  position: relative;
  margin: 15px auto;
  margin-bottom: 10px;
  width: 752px;
  height: 440px;
  background: url(../images/mailform_bg.png) no-repeat;
}
.entryform_inner input[type=image] {
  position: absolute;
  right: 12px;
  bottom: 22px;
  width: 284px;
}
.entryform_inner p {
  margin: 248px 0 0 70px;
  float: left;
}

#top_form_name_footer,#top_form_mail_footer {
  width: 350px;
  padding: 15px;
}