@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background-color: #F6F6F6;
	font-size: 18px;
	color: #111;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.img_right {
	float: right;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}

a {
	color: #0089B7;
}
a:hover {
	color: #09C;
	text-decoration: none;
}
a:hover img,
form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

u {
	font-weight: bold;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A8212F;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	position: relative;
}

header #h_logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
header #h_info {
	position: absolute;
	top: 15px;
	right: 280px;
}
header #h_btn {
	position: absolute;
	right: 0px;
	top: 15px;
}


/*
メイン
-------------------------------------------*/

.content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 10px;
}

.top_img {

	background-position: center top;
}


.main_image2 {
	margin-bottom: -200px;
	float: right;
	margin-top: -65px;
	position: relative;
}


.loop_event {
	width: 100%;
	height: 300px;
	overflow: hidden;
	-moz-animation: loop 60s linear infinite;
	animation: loop 60s linear infinite;
	background-image: url(img/loop.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

h2.h2_01 {
	font-size: 44px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.obi {
	width: 100%;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #9A1F2C;
	background-color: #A8212F;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}
.cont_box {
	background-color: #F6F6F6;
	max-width: 1000px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}

.cont_box.wh {
	background-color: #F6F6F6;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.cont_box p {
	line-height: 1.8;
	margin-top: 2em;
	margin-right: 7em;
	margin-bottom: 2em;
	margin-left: 7em;
}

.cont_box b {
	color:#F00;

}

.cont_box h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.cont_box h2 strong {
	font-size: 40px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFC926;
}

.cont_box h3 {
	margin-top: 50px;
	margin-right: 70px;
	margin-bottom: 30px;
	margin-left: 70px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #146D03;
	font-size: 24px;
	line-height: 34px;
	background-color: #DCECDB;
	padding-top: 2px;
}

	
	

/*
悩み
-------------------------------------------*/
.ul_nayami {
	width: 90%;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.ul_nayami li {
	font-size: 22px;
	font-weight: bold;
	list-style-type: none;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC926;
	background-image: url(img/li_nayami.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}


/*
お客様の声
-------------------------------------------*/
.voice_base {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box_voice {
	background-color: #EEE;
	width: 48%;;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box_voice img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.box_voice .voice_title {
	font-size: 20px;
	margin: 20px;
	font-weight: bold;
	color: #A8212F;
}
.box_voice p {
	font-size: 14px;
	margin: 20px;
}

/*
各種帯
-------------------------------------------*/
.cont_yl {
	background-color: #FFDC73;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFC926;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFC926;
}

.cont_yl.cl_gray {
	border-top-color: #333;
	border-bottom-color: #333;
	background-color: #505050;
}
.cont_yl .cont_box .check {
	font-size: 16px;
	color: #FFC926;
	background-color: #191915;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

.cont_bl {
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #A8212F;
	background-color: #e18c8c;
}

.cont_gr {
	background-color: #74A72E;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #146D03;
}

.cont_gray {
	background-color: #E5E5E5;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #DDD;
	margin-bottom: -50px;
}



@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2400px 0;
  }
}



/*
フッター
-------------------------------------------*/


footer {
	background-color: #A8212F;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 200px;
	width: 100%;
	font-size: 12px;
	color: #FFF;
}
footer a {
	color: #FFF;
}
footer ul li {
	display: inline;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}

footer address {
	font-style: normal;
	color: #FFFFFF;
	margin-top: 300px;
}


/*
フォーム
-------------------------------------------*/
.content .box_info form.contact_form {
	background-image: url(img/form.png);
	background-repeat: no-repeat;
	width: 400px;
	padding-top: 70px;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
	background-position: center top;
	border: 1px solid #DC3131;
	padding-bottom: 20px;
}

form.contact_form input {
	width: 200px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

form.contact_form table.form_table {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}
table.form_table th {
	white-space: nowrap;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
table.form_table td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
}
table.form_table th.hissu {
	color: #C00;
}

table.form_table th.hissu span {
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	width: 370px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form.contact_form input:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}

.content .box_info.sub {
	margin-bottom: 120px;
}


/*
テーブル
-------------------------------------------*/
.table_01 {
	width: 96%;
	max-width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table_01 th {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 20px;
	background-color: #FFC926;
	border: 1px solid #EEE;
}
.table_01 td {
	font-size: 16px;
	padding: 20px;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
}
.table_01 tr.tr_select {
	border: 5px solid #111;
}
.table_01 .tr_select td {
	font-size: 18px;
	font-weight: bold;
	background-color: #FCFCFC;
}
.table_01 .tr_select td strong {
	font-size: larger;
	background-color: #FFE94F;
	color: #000;
}

table.table_02 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.table_02 th {
	border: 2px solid #FFF;
	letter-spacing: 1px;
	font-weight: normal;
	color: #111;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

table.table_02 td {
	border: 2px solid #E8E8E8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.ya_w {
	text-align: center;
	margin-bottom: -50px;
}



/*
３つの理由
-------------------------------------------*/
.title_riyu {
	font-size: 26px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-left: 150px;
	max-width: 850px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	background-color: #6D9E2C;
}
.title_riyu strong {
	font-size: 32px;
	color: #FF6;
}


.title_riyu span {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 120px;
  text-align: center;
  color: white;
  font-size: 80px;
  background: linear-gradient(#ff785b 0%, #e95738 100%);
  border-radius: 2px 0 0 0;
  }

.title_riyu span:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-right: solid 6px transparent;
}
.title_riyu span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 60px solid #e95738;
  border-right: 60px solid #e95738;
  border-bottom: 10px solid transparent;
}


/*
７のこと
-------------------------------------------*/
.title_7 {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 260px;
	position: relative;
	max-width: 740px;
	margin-top: 50px;
}
.title_7 strong {
	font-size: 32px;
	color: #FF6;
}
.title_7 img {
	position: absolute;
	left: -60px;
	bottom: -80px;
}


/*
FAQ
-------------------------------------------*/

dl.faq {
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-weight: bold;
	background-color: #F6F6F6;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #A8212F;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
}

dl.faq dd {
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	font-size: 16px;
	line-height: 1.8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
}



@media screen and (min-width:960px) {

header .head_in {
	height: 100px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
	
.top_img {
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
	background-color: #F8F2F1;
}

.obi {
	padding-bottom: 40px;
	padding-top: 40px;
}


/*----お問い合わせ枠----*/

.content .box_info {
	height: 660px;
	width: 1060px;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

.content .box_info .box_info_yajirushi {
	position: absolute;
	left: -120px;
	top: -80px;
	z-index: 300;
}

.content .box_info .box_info_txt {
	position: absolute;
	left: -30px;
	top: 0px;
	z-index: 250;
}

.content .box_info .box_info_sample {
	position: absolute;
	left: 0px;
	top: 230px;
	z-index: 150;
}

.content .box_info .box_info_tel {
	position: absolute;
	bottom: 5px;
	left: 0px;
	z-index: 200;
}

.content .box_info form.contact_form {
	position: absolute;
	right: 15px;
	top: 17px;
	z-index: 100;
}

.title_nayami {
	margin-bottom: -20px;
}

}
/*-----（/960～）-----*/



@media screen and (max-width:960px) {
	
body {
	background-image: none;
}


img {
	max-width: 100% !important;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

header,
footer,
.content {
	width: 100%;
}

.top_img {
	/*padding-top: 115px;*/
	/*margin-bottom: -70px;*/
	background-size: auto 100%;
}

.img_left,
.img_right {
	float: none;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90% !important;
}


.ul_nayami li {
	font-size: 20px;
}

.content .box_info form.contact_form {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.content .box_info .box_info_txt,
.content .box_info .box_info_sample,
.content .box_info .box_info_tel {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
ヘッダー
-------------------------------------------*/
header {
	height: 65px;
	position: fixed;
	background-color: #F6F6F6;
	z-index: 1000;
}

header #h_logo {
	height: 50px;
	top: 5px;
}
header #h_info {
	top: 5px;
	right: 230px;
	height: 50px;
}
header #h_btn {
	top: 5px;
	right: 10px;
	height: 50px;
}

}
/*-----（/～960）-----*/




@media screen and (max-width:640px) {
	
.cont_box p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 1em;
}


.cont_box h2 {
	font-size: 22px;
}
.cont_box h2 strong {
	font-size: 28px;
}
h2.h2_01 {
	font-size: 28px;
}


.cont_box {
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.content .box_info form.contact_form {
	width: 96%;
}

form.contact_form input.form_btn {
	width: 300px;
}


dl.faq dd {
	padding-right: 30px;
	padding-left: 30px;
}

.main_image2 {
	height: 100px;
	margin-bottom: -100px;
	margin-top: -30px;
}

.loop_event {
	height: 120px;
	background-size: cover;
}

.ya_w.no_mb {
	margin-bottom: -20px;
}

.ya_w img {
	width: 50%;
}
.sp_50 {
	width: 50% !important;
	margin-bottom: -30px;
	padding-top: 20px;
}

.box_voice {
	width: 100%;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 50px;
}

header #h_logo {
	height: 50px;
	left: 10px;
	top: 0px;
}
header #h_info {
	right: 60px;
	height: 38px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AAA;
	padding-left: 10px;
}
header #h_btn {
	height: 38px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AAA;
	padding-left: 10px;
}

.top_img {
	/*padding-top: 80px;*/
	/*margin-bottom: -40px;*/
}

/*
テーブル
-------------------------------------------*/
.table_01 th {
	font-size: 15px;
	padding: 10px;
}
.table_01 td {
	font-size: 14px;
	padding: 10px;
}
.table_01 tr.tr_select {
	border: 4px solid #111;
}
.table_01 .tr_select td {
	font-size: 15px;
}


/*
３つの理由
-------------------------------------------*/
.title_riyu {
	font-size: 18px;
	padding-left: 70px;
	padding-top: 10px;
}
.title_riyu strong {
	font-size: 20px;
}


.title_riyu span {
	width: 50px;
	font-size: 30px;
  }


.title_riyu span:after {
  border-left: 25px solid #e95738;
  border-right:25px solid #e95738;
}


/*
７のこと
-------------------------------------------*/
.title_7 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 95px;
	margin-top: 10px;
}
.title_7 strong {
	font-size: 20px;
}
.title_7 img {
	left: -15px;
	bottom: auto;
	width: 100px;
	top: 5px;
}


}
/*-----（/～640）-----*/

@media screen and (max-width:480px) {
.table_01 th {
	font-size: 14px;
	padding: 5px;
	letter-spacing: 0px;
}
.table_01 td {
	font-size: 13px;
	padding: 5px;
}
.table_01 tr.tr_select {
	border: 3px solid #111;
}
.table_01 .tr_select td {
	font-size: 14px;
}

form.contact_form table.form_table {
	width: auto;
}

}
/*-----（/～480）-----*/


/*フッターバナー
-------------------------------------------*/
#foot_bn {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #a8212f;
	height: auto;
	z-index: 500;
}

#foot_bn ul {
	max-width: 1100px;
	width: 100%;
	display: block;
	margin: auto;
}

#foot_bn ul li {
	display: inline;
}
#foot_bn ul li a {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}

.grecaptcha-badge{
bottom: 200px !important;
}
