@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:

   =================================================== */
/* 230531 TwitterBox centering :start */
.twitter-timeline{
  margin: 0 auto!important;
}
/* 230531 TwitterBox centering :end */
/* 210904 yokoiayami :start */
.track_f {
  bottom: 40%;
  right: 0px;
  position: fixed;
  z-index: 90000;
}
.track_fb {
  bottom: -webkit-calc(40% + 100px);
  right: 0px;
  position: fixed;
  z-index: 90000;
}
/* 210904 yokoiayami end */

/* 220207 注意喚起 BOX :start */
.cautionbox{
  width: 1000px;
  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 */

/*	0. General
----------------------------- */
body {
  border-top: 8px solid #e60012;
}
.container {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/*	1. Module
-------------------------------- */

/*	2. Layout
----------------------------- */
#header {
  width: 100%;
  height: 190px;
}
.header_inner {
  width: 1020px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.h_id_logo {
  float: left;
  padding: 16px 0 0 0;
}
.h_tel {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
}
#footer {
  background: #e60012;
  color: #fff;
  padding: 20px 0 20px 0;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
.f_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.f_inner:after {
  content: "";
  display: block;
  clear: both;
}

.fnav {
}
.fnav a {
  color: #fff;
  text-decoration: none;
}
.fnav a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fnav li {
  font-size: 13px;
  border-left: 1px solid #d9d9d9;
  padding: 0px 12px;
  display: inline;
}
.fnav li:first-child {
  border: none;
  padding-left: 0px;
}
.copyright {
  font-size: 10px;
  position: absolute;
  top: 3px;
  right: 0;
}
.btn_contact {
  text-align: center;
}

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

   page styles

   =================================================== */
/* main */
.main_ttl01 {
  text-align: center;
  padding: 13px 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 {
  width: 100%;
  background: url(../img/main_bg.jpg) no-repeat top center;
  height: 440px;
  margin-bottom: 35px;
}
.main_inner {
  width: 1020px;
  margin: 0 auto;
}
.main_t01 {
  padding-top: 15px;
}
.ct_mess {
  box-sizing: border-box;
  width: 1000px;
  margin: 30px auto 50px;
  padding: 45px;
  border: 1px solid #5cb531;
  text-align: left;
  font-size: 21px;
  letter-spacing: -0.02em;
}
.ct_mess p + p {
  margin-top: 1.5em;
}
.profile_img {
  float: right;
  margin: 0 0 5px 20px;
}
/* tw */
.tw_box {
  width: 1000px;
  margin: 20px auto;
  padding: 20px 0;
  background: #feecd2;
}
.price_ttl {
  width: 1000px;
  margin: 20px auto 0;
  text-align: center;
  padding: 13px 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);
}
.price_list01 {
  width: 1000px;
  height: 600px;
  margin: 20px auto;
}
.price_list {
  width: 1000px;
  height: 738px;
  margin: 20px auto;
}
.price_list_old {
  width: 1000px;
  height: 680px;
  margin: 20px auto;
}

/* 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 {
  text-align: center;
  background: #ecf4e3;
  padding: 20px 0 40px;
  margin-bottom: 40px;
}

.reason {
  text-align: center;
  background: #fff5e0;
  padding: 30px 0;
  margin-bottom: 40px;
}

.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 p + p {
  margin-top: 30px;
}
.faq_box {
  background: #feecd2;
  padding: 40px 0;
  margin-bottom: 40px;
}
.faq_ttl {
  text-align: center;
}
.faq_wrap {
  width: 944px;
  margin: 0 auto;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
dl.faq {
  padding: 30px;
  font-size: 20px;
}
.faq dt {
  color: #ee7800;
  margin-bottom: 5px;
}
.faq dd + dt {
  margin-top: 1.5em;
}
.faq dd {
  font-size: 16px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.faq ul {
  list-style-type: circle;
  text-indent: initial;
  padding-left: 20px;
}

.faq .unindent {
  text-indent: initial;
}

.notification {
  color: red;
}

.faq .bold {
  font-weight: bold
}

/* フォーム */

.sec_from {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  box-sizing: border-box;
  background: #fff;
}
.form_ttl {
  background: #dae9b5;
  text-align: center;
  line-height: 1;
  padding: 12px 0 6px;
}
.btn_form {
  width: 482px;
  margin: 0 auto 50px;
  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 {
  width: 25%;
  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: 170px;
  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: 90%;
  padding: 0.5em;
  border: 2px solid #ccc;
  font-size: 1em;
  color: #333;
}
input.radio_btn {
  width: 1em;
  padding: 0;
  border: none;
}
.icon {
  display: block;
  float: right;
  color: #fff;
  background: #e60012;
  font-size: 10px;
  line-height: 1;
  padding: 2px 5px;
  margin-top: 0.7em;
}

.btn_form:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}
.thanks {
  width: 1000px;
  margin: 60px auto;
  text-align: center;
  min-height: 400px;
}
.thanks h1 {
  font-size: 1.8em;
  line-height: 1.2;
}
.thanks_tel img {
  width: 65%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.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: 14px;
  margin-top: 5px;
}
.select_dbox {
  width: 209px;
  float: left;
  margin-right: 30px;
  text-align: center;
}
.select_dbox.last {
  margin-right: 0;
}
.select_dbox label {
  font-weight: bold;
  line-height: 1;
}
.t_box_size {
  font-size: 12px;
  margin-bottom: 5px;
}
.t_box_hr {
  width: 100%;
  height: 20px;
  padding: 10px;
  border-bottom: 1px solid #CCC;
  border-top: 0;
}
.select_dbox select {
  width: 180px;
  margin-right: 8px;
  font-size: 1.2em;
  margin-top: 10px;
}
.small {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 5px;
}

/* thanks page */
.thanks_mess {
  text-align: center;
  padding: 70px 0 80px;
  background: #fff5e0;
}
.thanks_ttl {
}
h1.thanks_ttl {
  position: relative;
  text-align: center;
  color: #ed1f00;
  font-size: 2.2em;
  margin-bottom: 1.5em;
}
h1.thanks_ttl span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff5e0;
  text-align: left;

  font-weight: bold;
}
h1.thanks_ttl::before {
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ed1f00;
}
.thanks_mess p {
  font-size: 1.2em;
  line-height: 2;
}
.thanks_mess p + p {
  margin-top: 1em;
}
/* 無料キット */
.kit_box {
  width: 1000px;
  margin: 0 auto 60px;
  padding: 20px 0 30px;
  background: #1897d4;
}
.kit_box_in {
  width: 940px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
}
.kit_box_in:after {
  content: "";
  display: block;
  clear: both;
}
.kit_col_l {
  width: 515px;
  float: left;
}
.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 {
  text-indent: -1em;
  padding-left: 1em;
  color: #e7211a;
  font-size: 90%;
}
.no_kit_atten {
  border: 1px solid #ff0000;
  padding: 20px;
  color: #ff0000;
  margin-bottom: 20px;
}
.no_kit_atten > h4 {
  font-size: 16px;
  font-weight: bold;
}
.dm-bnr {
  display: block;
  margin: 0 auto 70px;
  padding: 0;
}
.dm-bnr img {
  display: block;
  margin: 0 auto;
}
.yugi-bnr {
  display: block;
  margin: 0 auto 70px;
  padding: 0;
}
.yugi-bnr img {
  display: block;
  margin: 0 auto;
}
.vg-bnr {
  display: block;
  margin: 0 auto 70px;
  padding: 0;
}
.vg-bnr img {
  display: block;
  margin: 0 auto;
}
.ptop_120 {
  padding-top: 120px;
}
