@charset "UTF-8";

/* ====================================

	common.css
	---------------------------

	INDEX:
	---------------------------
		ALL SIZES:
			0. General
			1. Module
			2. Layout
			3. Header
			4. Navigation
			5. MainArea
			6. Footer

		Media Queries:
			Print styles

==================================== */

/* ===================================================

   ALL SIZES:

   =================================================== */
/* 220207 注意喚起 BOX :start */
.cautionbox{
  width: 95%;
  background-color: #fff5ee;
  margin: 30px auto 50px;
  padding: 30px;
}
.cautionbox-title{
  color: #ff6347;
  font-size: 23px;
  font-weight: bold;
}
 
.cautionbox p{
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height:2.5em;
}
/* 220207 注意喚起 BOX :end */

/* 220207 selectbox内ラベル色リセット :start */
.select_dbox label{
  color: initial;
}
#form > table > tbody > tr:nth-child(14) > td > label:nth-child(2){
  color: initial;
}
#form > table > tbody > tr:nth-child(14) > td > label:nth-child(5){
  color: initial;
}
/* 220207 selectbox内ラベル色リセット :end */

/*	0. General
----------------------------- */
/* 210904 yokoiayami :start */
.track_f {
  bottom: 0;
  right: -20px;
  position: fixed;
  z-index: 90000;
}
/* 210904 yokoiayami end */
body {
  border-top: 8px solid #e60012;
}
.container {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/*	1. Module
-------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

/*	2. Layout
----------------------------- */
#header {
  width: 100%;
  /* height: 190px; */
  margin-bottom: 10px;
}
.header_inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.h_id_logo {
  float: left;
  padding: 2% 0 0 0;
  width: 40%;
}
.h_tel {
  float: right;
  margin-top: 3%;
  margin-right: 10px;
  width: 50%;
  text-align: right;
}
#footer {
  background: #e60012;
  color: #fff;
  padding: 10px 0 20px 0;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
.f_inner {
  width: 98%;
  margin: 0 auto;
  position: relative;
}
.f_inner:after {
  content: "";
  display: block;
  clear: both;
}

.fnav {
  text-align: center;
}
.fnav a {
  color: #fff;
  text-decoration: none;
}
.fnav a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fnav {
  margin-bottom: 5px;
}
.fnav li {
  display: inline-block;
  font-size: 12px;
  border-left: 1px solid #d9d9d9;
  padding: 0 5px;
  letter-spacing: -0.05em;
}
.fnav li:first-child {
  border: none;
  padding-left: 0px;
}
.copyright {
  font-size: 10px;
  text-align: center;
}
.btn_contact {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* ===================================================

   page styles

   =================================================== */
/* main */
.main_ttl01 {
  text-align: center;
  padding: 10px 0;
  background: #e60013;
  background: -moz-linear-gradient(
    50% 0% -90deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0, rgba(230, 0, 19, 1)),
    color-stop(0.4444, rgba(228, 1, 20, 1)),
    color-stop(0.6214, rgba(221, 6, 22, 1)),
    color-stop(0.7504, rgba(209, 14, 26, 1)),
    color-stop(0.8494, rgba(193, 25, 32, 1)),
    color-stop(0.908, rgba(196, 23, 31, 1)),
    color-stop(0.9488, rgba(205, 17, 27, 1)),
    color-stop(0.9841, rgba(220, 7, 22, 1)),
    color-stop(1, rgba(230, 0, 18, 1))
  );
  background: -ms-linear-gradient(
    -90deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E60013', endColorstr='#E60012' ,GradientType=0)";
  background: linear-gradient(
    180deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E60013',endColorstr='#E60012' , GradientType=0);
}
.main_ttl01 img {
  max-width: 100%;
  height: 48px;
}
.main {
  width: 100%;
  margin-bottom: 20px;
}
.main_inner {
}
.main_t01 img {
  width: 100%;
  height: auto;
}
.ct_mess {
  box-sizing: border-box;
  width: 95%;
  margin: 20px auto 20px;
  padding: 15px;
  border: 1px solid #5cb531;
  text-align: left;
  font-size: 16px;
  letter-spacing: -0.02em;
  background: #f0f7e9;
}
.ct_mess p + p {
  margin-top: 1em;
}

/* tw */
.tw_box {
  width: 95%;
  margin: 20px auto 0;
  padding: 20px;
  background: #feecd2;
}
.price_ttl {
  width: 95%;
  margin: 20px auto 0;
  padding: 7px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #e60013;
  background: -moz-linear-gradient(
    50% 0% -90deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0, rgba(230, 0, 19, 1)),
    color-stop(0.4444, rgba(228, 1, 20, 1)),
    color-stop(0.6214, rgba(221, 6, 22, 1)),
    color-stop(0.7504, rgba(209, 14, 26, 1)),
    color-stop(0.8494, rgba(193, 25, 32, 1)),
    color-stop(0.908, rgba(196, 23, 31, 1)),
    color-stop(0.9488, rgba(205, 17, 27, 1)),
    color-stop(0.9841, rgba(220, 7, 22, 1)),
    color-stop(1, rgba(230, 0, 18, 1))
  );
  background: -ms-linear-gradient(
    -90deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E60013', endColorstr='#E60012' ,GradientType=0)";
  background: linear-gradient(
    180deg,
    rgba(230, 0, 19, 1) 0%,
    rgba(228, 1, 20, 1) 44.44%,
    rgba(221, 6, 22, 1) 62.14%,
    rgba(209, 14, 26, 1) 75.04%,
    rgba(193, 25, 32, 1) 84.94%,
    rgba(196, 23, 31, 1) 90.8%,
    rgba(205, 17, 27, 1) 94.88%,
    rgba(220, 7, 22, 1) 98.41%,
    rgba(230, 0, 18, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E60013',endColorstr='#E60012' , GradientType=0);
}
.price_list {
  width: 95%;
  height: 680px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 10px;
}
ul.m02_list {
  width: 95%;
  margin: 10px auto;
  color: #5cb531;
  text-align: left;
}
ul.m02_list li {
  font-size: 16px;
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.4;
}
ul.m02_list li + li {
  margin-top: 1em;
}
/* 3ステップ */
.step_ttl {
  text-align: center;
  padding: 5px 0;
  background: #60b630;
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0.3781, rgba(96, 182, 48, 1)),
    color-stop(0.7774, rgba(130, 193, 79, 1)),
    color-stop(1, rgba(96, 182, 48, 1))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#60B630', endColorstr='#60B630' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60B630',endColorstr='#60B630' , GradientType=0);
}
.step_ttl span {
  display: inline-block;
  width: 95%;
  margin: 0 auto;
}
.step {
  text-align: center;
  background: #ecf4e3;
  padding: 20px 0 20px;
  margin-bottom: 20px;
}
.setp_set {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #c0dd98;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}
.setp_set + .setp_set {
  margin-top: 20px;
}
.step_ttl02 {
  margin: -30px 0 10px -20px;
}
.step_ttl02 img {
  height: 80px;
}
.step_img {
  margin-bottom: 10px;
}
.reason {
  text-align: center;
  background: #fff5e0;
  padding: 30px 0;
  margin-bottom: 20px;
}

.reason2 {
  text-align: center;
  background: #fff5e0;
  padding: 10px 0;
  margin-bottom: 10px;
}

.reason3 {
  text-align: center;
  background: #e0ffff;
  padding: 10px 5px;
  margin: 10px 5px;
}

.reason_ttl01 {
  width: 95%;
  margin: 0 auto 10px;
}
.reason_set {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #facd89;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}
.reason_set + .reason_set {
  margin-top: 20px;
}
.reason_ttl02 {
  margin: -5px 0 10px -26px;
}
.reason_ttl02 > img {
  height: 36px;
}
.reason_set_in:after {
  content: "";
  display: block;
  clear: both;
}
.reason_img {
  float: right;
  margin: 0 0 5px 5px;
  width: 50%;
}
.faq_box {
  background: #feecd2;
  padding: 30px 0;
  margin-bottom: 20px;
}
.faq_ttl {
  width: 90%;
  padding: 10px 0 7px;
  margin: 0 auto;
  text-align: center;
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(247, 176, 68, 1) 37.81%,
    rgba(252, 223, 181, 1) 77.74%,
    rgba(246, 169, 48, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(247, 176, 68, 1) 37.81%,
    rgba(252, 223, 181, 1) 77.74%,
    rgba(246, 169, 48, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0.3781, rgba(247, 176, 68, 1)),
    color-stop(0.7774, rgba(252, 223, 181, 1)),
    color-stop(1, rgba(246, 169, 48, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(247, 176, 68, 1) 37.81%,
    rgba(252, 223, 181, 1) 77.74%,
    rgba(246, 169, 48, 1) 100%
  );
  border-radius: 14px 14px 0px 0px;
  -moz-border-radius: 14px 14px 0px 0px;
  -webkit-border-radius: 14px 14px 0px 0px;
}
.faq_ttl img {
  height: 38px;
}
.faq_wrap {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
dl.faq {
  padding: 20px;
  font-size: 18px;
}
.faq dt {
  color: #ee7800;
  margin-bottom: 5px;
  line-height: 1.4;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.faq dd + dt {
  margin-top: 1.5em;
}
.faq dd {
  font-size: 16px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
/* フォーム */

.sec_from {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  box-sizing: border-box;
  background: #fff;
}
.form_ttl {
  background: #dae9b5;
  text-align: center;
  line-height: 1;
  padding: 12px 0 6px;
}
.btn_form {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}
table.formTable {
  margin-bottom: 30px;
  border-collapse: collapse;
  font-size: 1.3em;
}
table.formTable td,
table.formTable th {
  border: 1px solid #c1db81;
  padding: 15px;
  vertical-align: top;
  color: #333;
}
table.formTable th {
  font-weight: normal;
  background: #f9f7f1;
  text-align: left;
}

table.type03 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 3px solid #369;
}
table.type03 th {
  width: 147px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #153d73;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.type03 td {
  width: 349px;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

input,
textarea {
  width: 95%;
  padding: 0.5em;
  border: 2px solid #ccc;
  font-size: 1em;
  color: #333;
}
input.radio_btn {
  width: 1em;
  padding: 0;
  border: none;
}
.icon {
  display: inline-block;
  color: #fff;
  background: #e60012;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  margin: 0 0 0 0.8em;
}

.btn_form:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}

.btn_back {
  font-size: 1.2em;
}
.atten {
  font-size: 0.8em;
}
.radio_set {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.form-atten {
  text-align: center;
  font-size: 1.5em;
  color: #2aa42a;
  margin-bottom: 10px;
}
.form_notes {
  color: #727171;
  font-size: 13px;
  margin-top: 5px;
}
.select_dbox {
  width: 80%;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.select_dbox + .select_dbox {
  margin-top: 20px;
}
.select_dbox.last {
}
.select_dbox label {
  font-weight: bold;
  line-height: 1;
}
.t_box_size {
  font-size: 12px;
  margin-bottom: 5px;
}
.select_dbox select {
  width: 5em;
  margin-right: 8px;
  font-size: 1.2em;
  margin-top: 10px;
}
.small {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 5px;
}

/* 無料キット */
.kit_box {
  width: 95%;
  margin: 0 auto 30px;
  padding: 20px 20px 30px;
  background: #1897d4;
}
.kit_box_in {
  margin: 0 auto;
  padding: 10px 10px 20px;
  background: #fff;
}
.kit_box_in:after {
  content: "";
  display: block;
  clear: both;
}
.kit_col_l {
}
.kit_m04 {
  margin-bottom: 8px;
  font-size: 15px;
}
.kit_m04 span {
  padding: 3px 5px;
  background: #007cc3;
  color: #fff33b;
}
.sage {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.aka {
  color: #e7211a;
  font-size: 90%;
}
.no_kit_atten {
  border: 1px solid #ff0000;
  padding: 10px;
  color: #ff0000;
  margin-bottom: 20px;
  font-size: 12px;
}
.no_kit_atten > h4 {
  font-size: 14px;
  font-weight: bold;
}
.dm-bnr {
  display: block;
  margin: 0 auto 70px;
  padding: 0;
}
.dm-bnr img {
  display: block;
  margin: 0 auto;
}
