@charset "utf-8";
/*@font-face {
  font-family: 'font_woff';
  font-style: normal;
  font-weight: 400;
  src: url('https://wf.typesquare.com/ab.woff') format("woff");
  font-display: swap;
}*/
/*base*/
body {
  width: 100%;
  overflow-x: hidden;
  color: #3d3d4d;
  font-size: 1.4rem;
  line-height: 1.47059;
  font-family: Bahnschrift, sans-serif, -apple-system, "San Fransisco", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "MS PGothic";
  font-weight: 400;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Bahnschrift, sans-serif, -apple-system, "San Fransisco", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "MS PGothic";
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
em {
  background: linear-gradient(transparent 60%, rgba(254, 145, 79, 0.3) 60%)
}
.full {
  display: block !important;
}
.sp {
  display: none !important;
}
.fixed_appear_tel_link {
  display: none !important;
}
.en {
  font-size: 120%;
  vertical-align: middle;
}
p span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, td span {
  display: inline-block;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
a:active {
  text-decoration: none;
}
.ic {
  display: block;
  margin: 0 auto;
}
.tac {
  text-align: center !important
}
.tar {
  text-align: right !important
}
.clear {
  clear: both;
}
.mt1e {
  margin-top: 1em !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
/*.nav_area*/
#header {
  height: 150px;
  /* background: #ffffff;*/
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: 0.7s;
}
.nav_area {
  width: 1096px;
  margin: 0 auto;
  padding: 16px 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.7s;
}
.logo_box .logo {
  width: 150px;
  transition: 0.7s;
}
.opa {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.nav_area .h_nav {
  padding: 8px 0 0;
  display: flex;
  transition: 0.7s;
}
#header .nav_area .h_nav li {
  margin: 0 12px;
  transition: 0.7s;
  font-weight: 600;
}
.h_nav li a {
  padding: 0;
  color: #3d3d4d;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.0;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: 0.7s;
  transform: rotate(0.03deg);
}
#header .nav_area .h_nav li a::after {
  content: '';
  background: #3d3d4d;
  width: 88%;
  height: 2px;
  display: block;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  position: absolute;
  bottom: -8px;
  left: 6%;
}
#header .nav_area .h_nav li a:hover::after {
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*.nav_area 固定*/
#page_index #header.active {
  height: 84px;
  transition: 0.7s;
  background: rgba(254, 254, 254, .95);
}
#page_index #header.active .nav_area {
  padding-top: 8px;
  transition: 0.7s;
}
#page_index #header.active .nav_area .logo_box .logo {
  width: 104px;
  transition: 0.7s;
  margin: 8px 0 0;
}
.logo_box {
  display: flex;
}
.logo_box .logo_auto {
  width: 148px;
  transition: 0.7s;
  padding-left: 10px;
}
.header_tel_txt p {
  margin: 10px 0 0;
  left: 30%;
  position: absolute;
  color: #3d3d4d;
}
.header_tel_txt1 {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.header_tel_txt2 {
  display: block;
  font-size: 0.75rem;
}
#page_index #header.active .nav_area .h_nav {
  padding: 8px 0 0;
  transition: 0.7s;
}
#header .header_sp {
  display: none;
}
#page_index #header.active .nav_area .h_nav li a {
  font-size: 0.875rem;
  transition: 0.7s;
}
.header_tel {
  position: absolute;
  margin: 18px 0 0;
  right: 14px;
  transition: 0.7s;
}
#page_index #header.active .header_tel {
  margin: 16px 0 0;
  transition: 0.7s;
}
/*sp nav */
#g-nav_sp {
  display: none;
}
#g-nav {
  position: relative;
}
p.zg_f_2 {
  font-size: 1.0rem;
  text-align: center;
  line-height: 1.6rem;
  margin-top: 20px;
}
p.zg_f_wt {
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  padding-top: 8px;
}
.sec_btn_area {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
/*サブページ用*/
.sub_box {
  width: 976px;
  margin: 0 auto;
  padding-top: 116px;
}
.sub_box p {
  text-align: justify;
  margin-bottom: 30px;
  line-height: 2.0;
  font-size: 1.0rem;
  letter-spacing: .1rem;
}
.sub_box h2 {
  display: block;
  margin: 30px auto 60px;
  letter-spacing: .8125rem;
}
h3.sub_title {
  position: relative;
  font-size: 1.3125rem;
  text-align: center;
  color: #fff;
  background: #3d3d4d;
  letter-spacing: 0.38rem;
  margin: 0 auto 48px;
  padding: 16px 0;
  z-index: 1;
  width: 92%;
  max-width: 100%;
  font-weight: 600;
}
h3.sub_product_title {
  width: 100%;
}
h3.sub_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  margin-left: -15px;
  border: 32px solid transparent;
  border-top: 22px solid #3d3d4d;
}
.sub_box h4 {
  color: #3bbe3f;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.sub_box ol {
  padding-left: 2.5em;
  font-size: 1.0rem;
  list-style: decimal-leading-zero;
  margin-bottom: 30px;
}
.sub_box ol li {
  line-height: 2.0;
  letter-spacing: 1.2pt;
}
.sub_box ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 2.5em;
  font-size: .9em;
}
.sub_box ul li {
  font-size: 1.0rem;
  line-height: 2.0;
  letter-spacing: 1.2pt;
}
.sub_product_list ul li {
  font-size: 0.9375rem;
  padding-top: 0;
}
.sub_box dl {
  line-height: 2.0;
  letter-spacing: 1.2pt;
}
.sub_box dt {
  float: left;
  font-size: 1.0rem;
}
.sub_box dd {
  font-size: 1.0rem;
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 1.5rem;
}
.sub_privacy p {
  margin: 0 .5em 30px;
}
.sub_product {
  width: 1096px;
}
.sub_product img {
  display: block;
  margin: 0 auto;
}
.sub_flow img {
  display: block;
  margin: 0 auto;
}
.sub_asct table {
  width: 100%;
  margin: 0 auto;
  font-size: 1.0rem;
}
.sub_asct table th, .sub_asct table td {
  border: 1px solid #c9c9d9;
  padding: 20px 30px;
  vertical-align: middle;
}
.sub_asct table th {
  width: 35%;
  background: #3bbe3f;
  color: #ffffff;
}
.sub_asct table a {
  display: inline-block;
  color: #3bbe3f;
}
.sub_asct h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.0;
}
.sub_license {
  width: 532px;
  display: block;
  margin: 30px auto;
}
.subbox1 {
  border: 10px solid #fcf0f1;
  margin: 30px auto;
  padding: 10px;
  position: relative;
  z-index: 0;
}
.subbox1:before {
  border: 1px solid #ee7285;
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: -1;
}
.qat_border, .qat_border2 {
  position: relative;
  text-align: center;
}
.qat_border span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-weight: 900;
}
.tit2 {
  font-size: 1.75rem;
  line-height: 160%;
  text-align: center;
}
.qat_border::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #b4b4bf;
}
.sticker_link_area {
  width: 830px;
  margin: 40px auto;
}
.sticker_link_box {
  display: flex;
  justify-content: space-between;
}
.sticker_box {
  width: 850px;
  margin: 0 auto;
}
.sticker_box ul li {
  float: left;
  margin: 0 46px 20px 0;
}
.mr0 {
  margin-right: 0 !important;
}
.sticker_box img {
  vertical-align: top !important;
}
.sm_area01 h3 img {
  margin: 0 auto;
  display: block;
}
.sticker_choice {
  margin: -30px auto 0;
}
.sticker_list {
  padding: 10px 0;
  margin: auto;
  width: 850px;
  overflow: hidden;
}
.sticker_list a:hover {
  color: #CFF;
}
.order_area {
  margin: 0 auto 0px;
  width: 851px;
  background-image: url(../img/sticker/sm_order.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
.sticker_order {
  margin: 50px auto 0px;
}
.sm_order01 {
  float: left;
  margin: 0 20px 0 30px;
}
.sticker_order02 {
  float: right;
  margin: 0 30px 0 20px;
}
.sticker_os {
  display: block;
  margin: 0 10px;
  float: left;
}
.sm_sample {
  margin: auto;
  overflow: hidden;
}
.sm_area01 {
  width: 976px;
  clear: both;
  display: block;
}
.sm_area02 {
  margin: 0 auto;
  width: 850px;
}
.sm_list {
  float: left;
  padding: 20px 0;
}
.sm_des {
  float: right;
  padding: 20px 0;
}
.sm_a {
  margin: 0 0 15px 20px;
  vertical-align: text-top;
  float: left;
  display: block;
}
.sm_b {
  margin: 0 0 10px 20px;
  float: left;
  display: block;
}
.sticker_list a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.size01 {
  margin: 40px auto 20px;
  overflow: hidden;
}
.size02 {
  float: left;
}
.sticker_point {
  width: 850px;
  margin: 0 auto 0px;
}
.sticker_point p {
  display: block;
  float: right;
  width: 810px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
.sticker_font {
  padding-top: 20px;
  float: right;
  clear: both;
}
.sub_company_box {
  width: 800px;
  font-size: 1.0rem;
}
.sub_company_box table {
  width: 100%;
  margin: 0 auto 30px;
}
.sub_company_box table th, .sub_company_box table td {
  border: 1px solid #c9c9d9;
  padding: 15px 20px;
  vertical-align: middle;
  line-height: 1.8;
  letter-spacing: 1.2pt;
}
.sub_company_box table td img {
  vertical-align: middle;
}
.sub_company_box table th {
  width: 35%;
  background: #3bbe3f;
  color: #ffffff;
}
.sub_company_voice_box, .sub_company_bus_box {
  display: flex;
  justify-content: space-around;
}
.sub_company_logo_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0;
}
.sub_company_logo_box img {
  margin: 3px 0;
}
.thx_cont_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.thx_cont_img_box {
  min-width: 25%;
}
.thx_cont_img_box img {
  display: block;
  margin: 0 auto;
}
.thx_cont_box p:last-child {
  margin-bottom: 0;
}
.thx_site_box {
  display: flex;
  justify-content: space-between;
}
.thx_item_logo, .thx_item_txt {
  align-self: center;
}
.thx_item_logo {
  min-width: 30%;
}
.thx_item_logo a img {
  display: block;
  margin: 0 auto;
}
.thx_item_btn {
  width: 180px;
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
  margin: 10px auto 0;
  background: #3bbe3f;
  box-shadow: 0 5px #403F51;
  border-radius: 200px;
  padding: 4px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.thx_item_btn:hover {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  top: 5px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
/*製品情報 一覧*/
.list_aedproduct {
  display: flex;
  margin: 10px auto 100px;
}
.product_list {
  display: block;
  margin-bottom: 46px;
  width: 28%;
  margin: 0 30px;
}
.list_auto {
  margin: 0 auto;
}
.product_list.box {
  border: 1px solid #fb1c1c;
}
.product_img {
  margin: 0 auto;
}
.product_txt p {
  font-size: 0.9rem;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 2.0;
  text-align: justify;
}
.product_txt h3 {
  position: relative;
  color: #3d3d4d;
  background: #fff;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.1rem;
  margin: 0;
  z-index: 1;
  padding: 16px 0;
  max-width: 100%;
  font-weight: 900;
}
.product_txt h3 span {
  display: block;
}
a.product_p {
  width: 240px;
  display: block;
  margin: 0 auto;
}
.sub_btn_area_p {
  width: 282px;
  margin: 0 auto;
}
.sub_btn_area a {
  font-size: 1.125rem;
  text-decoration: none;
  margin: 10px auto 0;
  background: #3bbe3f;
  box-shadow: 0 5px #403F51;
  border-radius: 200px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.sub_btn_area a:hover {
  box-shadow: none;
  position: relative;
  top: 5px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
ul.p-point {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
  display: inline-flex;
  font-size: .75em;
}
.p-point span {
  background: #ffeded;
  padding: 10px 15px;
  font-weight: 600;
}
.p-point.cusp1 span {
  background: #eafaff;
}
/*製品情報 比較表*/
table.product_hikaku {
  margin: 0 auto 60px;
  width: 92%;
}
.product_hikaku th {
  background: #f2f2f2;
  border: solid 1px #c9c9c9;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  width: 25%;
}
.product_hikaku td:first-child {
  background: #fbf5f5;
  text-align: center;
}
.product_hikaku td {
  border: solid 1px #ccc;
  padding: 4px;
  font-size: 0.75rem;
  vertical-align: middle;
}
.product_hikaku td img {
  margin: 6px auto;
}
.h_dot {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background: #f97c34;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p.hikaku_pp {
  text-align: center;
  font-size: 1.65rem;
  color: #3bbe3f;
  font-style: normal;
  letter-spacing: .6rem;
}
/*製品情報 3100*/
.sub_product_list {
  width: 768px;
}
.sub_product_list p {
  font-size: 0.9375rem;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.sub_product_list ul {
  font-size: 15px;
  padding-left: 1.25rem;
}
.sm_list ul li {
  font-size: 0.9375rem;
  line-height: 2.0;
  letter-spacing: 1.2pt;
  padding-top: 0;
}
.sub_product_list ol {
  font-size: 15px;
  padding-left: 0.6em;
  margin: 20px auto;
}
.sub_product_list ol li {
  list-style-type: none;
  counter-increment: cnt;
  letter-spacing: 0.03rem;
}
.sub_product_list ol li::before {
  content: "("counter(cnt) ") ";
}
.product_l_table {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 0.9rem;
}
.product_l_table th {
  width: 35%;
  background: #f2f2f2;
  text-align: center;
}
.product_l_table th, .product_l_table td {
  border: 1px solid #c9c9d9;
  padding: 20px 30px;
  vertical-align: middle;
  line-height: 1.65rem;
}
p.list_rm {
  font-size: 0.8rem;
  margin-top: 20px;
}
p.t_right {
  text-align: right;
}
h3.list_cusp1 {
  background: #15b9ff;
}
span.list_cusp1 {
  color: #ed6289;
}
h2.list_cusp1 {
  color: #15b9ff;
}
img.list_main {
  margin: 10px auto 32px;
  width: 56%;
  display: block;
}
img.list_main2 {
  margin: 10px auto 32px;
  display: block;
}
img.list_main_3250 {
  margin: 10px auto;
  width: 68%;
  display: block;
}
img.list_main_sp1 {
  margin: 3px auto;
  width: 60%;
  display: block;
}
img.selftest {
  width: 68%;
}
img.list_main .cusp1_l {
  margin: 0 auto 22px;
  width: 50%;
  display: block;
}
img.list_cusp1_sub {
  margin: 0 auto 22px;
  width: 40%;
  display: block;
}
img.sub2 {
  width: auto;
}
img.sub3 {
  width: 49%;
  margin-top: 30px;
}
img.set-content {
  margin: 10px auto;
  width: 82%;
  display: block;
}
p.set-content-text {
  padding: 0 36px;
  font-size: 0.85rem;
}
.cusp1_no {
  border: 1px solid #3d3d4d;
  margin: 0 auto 30px;
  padding: 8px;
  width: fit-content;
}
.cusp1_no p {
  margin: 0 auto;
  font-size: 0.7rem;
}
.speedy-box {
  color: #fff;
  background: #15b9ff;
  padding: 3%;
  margin-bottom: 10px;
}
.speedy-box img {
  display: initial;
  vertical-align: top;
  margin: 0 auto;
}
p.speedy-box_t {
  color: #fff;
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 0px;
}
.white_no {
  border: 1px solid #fff;
  margin: 16px auto 0;
}
p.p_main_catch {
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 12px;
  font-weight: 600;
}
.p_main_catch span {
  font-size: 1.6rem;
}
.gl_color {
  background: #ff7c18;
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 30px;
  width: 160px;
  margin: 0 auto;
}
p.gl_color {
  text-align: center;
  color: #fff;
  font-size: 0.85rem;
}
.koden_icon {
  display: flex;
  max-width: 468px;
  margin: 30px auto;
}
.koden_icon2 {
  display: flex;
  max-width: 548px;
  margin: 30px auto;
}
.icon_list {
  width: 50%;
  align-self: flex-start;
}
.icon_list_1 {
  width: 50%;
  align-self: flex-start;
  margin-left: 9px;
}
.icon_list2 {
  width: 40%;
  align-self: flex-start
}
.icon_list3 {
  width: 50%;
  align-self: flex-start;
}
.icon_list_3 {
  width: 50%;
  align-self: flex-start;
  margin-left: 5px;
}
.guideline_sp1 {
  background: #eafaff;
  padding: 10px 15px;
  font-weight: 600;
  width: 160px;
  border-radius: 30px;
  margin: 0 auto;
}
p.guideline_sp1 {
  font-size: 0.75rem;
  text-align: center;
}
/*サブ FAQ*/
.sub_acc ul {
  width: 762px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}
.sub_qes:before {
  font-size: 2.2rem;
  top: 10px;
}
h5.sub_qes {
  padding: 0 38px;
}
.sub_acc > ul > li > a > h5 {
  font-size: 1.3rem;
}
.sub_ans {
  padding-bottom: 10px;
}
/*製品情報 サマリタン*/
img.sm_img_case {
  margin: 3px auto;
  width: 60%;
  display: block;
}
/*日常点検*/
h4.check_txt_o, p.check_txt_o {
  font-weight: 600;
  color: #f5911e;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
h4.check_txt_lb, p.check_txt_lb {
  font-weight: 600;
  color: #38d370;
  font-size: 1.125rem;
  margin: 15px 0;
}
h4.check_txt_sl, p.check_txt_sl {
  font-weight: 600;
  color: #15b9ff;
  font-size: 1.125rem;
  margin: 15px 0;
}
.check_f {
  display: flex;
  align-items: flex-start;
}
.check_f2 {
  display: flex;
  align-items: center;
}
.check_f2 img {
  margin-right: 4%;
}
.check_p {
  padding: 32px 24px;
  margin: 0 auto;
  width: 92%;
  border: 1px solid #f97c34;
  border-radius: 10px;
}
.check_p2 {
  padding: 32px 24px;
  margin: 0 auto;
  width: 92%;
  border: 1px solid #76dfa3;
  border-radius: 10px;
}
.check_p3 {
  padding: 32px 24px;
  margin: 0 auto;
  width: 92%;
  border: 1px solid #15b9ff;
  border-radius: 10px;
}
/*ステッカーレスポンシブ*/
.resp_area1 {
  max-width: 100%
}
.sticker_p {
  padding: 20px;
  font-size: 0.9rem;
  line-height: 1.5rem;
  display: block;
  margin: 10px auto 21px;
  width: 92%;
  border: 1px solid #f97c34;
  border-radius: 10px;
}
.sticker_guide03_12 {
  justify-content: space-between;
  display: flex;
}
.sticker_guide03_12 img {
  width: 100%;
}
.sticker_list_f {
  display: -webkit-box;
  width: 100%;
  max-width: 856px;
  padding: 10px 0;
  margin: 0 auto;
}
.set-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sm_a2 {
  margin: 0 0 10px 19px;
}
.sm_b2 {
  margin: 0 0 10px 19px;
}
.size02_3 {
  display: none;
}
/*備品*/
.option_flex {
  display: flex;
}
.box_name {
  color: #fff;
  border: 1px solid #3d3d4d;
  background: #3d3d4d;
}
p.box_name {
  text-align: center;
}
.option_box1 {
  margin: 0 16px;
  width: 30%;
}
.option_l_table {
  margin: 0 auto;
  font-size: 0.75rem;
}
.option_l_table th {
  width: 32%;
  background: #f2f2f2;
  font-weight: 700;
  text-align: center;
}
.option_l_table th, .option_l_table td {
  border: 1px solid #c9c9d9;
  padding: 10px;
  vertical-align: middle;
}
.option3 p {
  margin: 14px 0;
  font-size: 0.85rem;
}
/*FAQ アコーディオン*/
.acc_main {
  font-size: 1.0rem;
  text-align: left;
  line-height: 2;
  color: #3d3d4d;
  margin: 50px auto 100px;
  width: 100%;
}
.acc_main input[type=checkbox] {
  display: none;
}
.details__summary {
  position: relative;
  display: block;
  cursor: pointer;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin: 20px 0 0;
  padding: 20px 40px 18px 100px;
}
.details__summary:first-child {
  margin-top: 0;
}
.details__summary::before {
  content: '?';
  text-align: center;
  font-size: 2.45rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  width: 86px;
  left: 0;
  height: 100%;
  background-color: #3d3d4d;
  margin-top: -21px;
}
.details__summary::after {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 22px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #3d3d4d;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
input[type=checkbox]:checked + .details__summary::after {
  transform: rotate(-90deg);
}
.details__content {
  font-size: 1.0rem;
  overflow: hidden;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  line-height: 0;
  border: 1px solid #f2f2f2;
  border-top: none;
  opacity: 0;
  margin: 0;
  padding: 0 16px;
}
/*section contact */
.sec_contact {
  width: 1096px;
  margin: 0 auto 80px;
  text-align: center;
  max-width: 100%;
}
section#btn_area {
  background-color: #333c48;
  padding: 30px 0;
  padding: 60px 0 72px;
  margin: -30px auto;
}
section#btn_area2 {
  background-color: #333c48;
  padding: 60px 0 48px;
  margin: -30px auto;
}
.btn_bottom_area {
  max-width: 650px;
  margin: 0 auto 28px;
  position: relative;
  padding: 8px;
  background: #fff;
  color: #3d3d4d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
}
.btn_bottom_area::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border-bottom: solid 18px transparent;
  border-right: solid 20px #8394a7;
}
.btn_bottom_area_left {
  margin: 0 auto;
  font-size: 1.125rem;
}
.btn_bottom_area .header_tel_txt1 {
  font-size: 0.8rem;
  margin: 0 auto;
}
.btn_bottom_area .header_tel_txt2 {
  line-height: 1.0rem;
}
.header_tel_txt3 img {
  width: 20px;
  padding-right: 8px;
  margin-top: 8px;
}
.header_tel_txt3 {
  font-size: 2.0rem;
  line-height: 2.25rem;
  align-items: center;
  display: inline-flex;
}
.ssl_box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ssl_box p {
  text-align: center;
  width: 100%;
}
/*メールフォームCSS_start */
form#mail_form * {
  margin: 0;
  padding: 0;
}
form#mail_form {
  text-align: left;
  width: 960px;
  margin: 50px auto;
  background: #ffffff;
  line-height: 1.8;
  font-size: 1.0rem;
}
form#mail_form dl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
form#mail_form dl dt {
  clear: both;
  width: 30%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: left;
  overflow: hidden;
}
form#mail_form dl dd {
  width: 65%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5%;
}
form#mail_form dl dt:first-child, form#mail_form dl dt:first-child + dd {
  border: none;
}
form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  color: #3377ff;
}
/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
  display: inline-block;
  background: #2e6da4;
  text-align: center;
  padding: 3px 6px;
  margin-right: .8rem;
  vertical-align: middle;
  border-radius: 3px;
  color: #ffffff;
  font-size: .75rem;
}
form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}
form#mail_form dl dt span.optional {
  border: 1px solid #2e6da4;
}
form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
  display: block;
  color: #d43f3a;
  margin-top: 3px;
}
span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form input[type="number"] {
  font-family: inherit;
  max-width: 90%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: -moz-linear-gradient(top, #eee, #fff);
  background: linear-gradient(to bottom, #eee, #fff);
  -webkit-appearance: none;
  font-size: 100%;
  margin-top: 7px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
form#mail_form input[type="number"]::-webkit-outer-spin-button, form#mail_form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form#mail_form input[type="text"]:focus, form#mail_form input[type="email"]:focus, form#mail_form input[type="tel"]:focus, form#mail_form input[type="number"]:focus, form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #3bbe3f;
  border: 1px solid #3bbe3f;
  background: #ffffff;
}
form#mail_form input[type="text"]::placeholder, form#mail_form input[type="email"]::placeholder, form#mail_form input[type="tel"]::placeholder, form#mail_form input[type="number"]::placeholder, form#mail_form textarea::placeholder {
  color: rgba(61, 61, 77, .5);
}
form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 10px;
}
form#mail_form ul li:first-child input[type="radio"], form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}
form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}
form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: -moz-linear-gradient(top, #eee, #fff);
  background: linear-gradient(to bottom, #eee, #fff);
}
form#mail_form ul {
  list-style-type: none;
}
form#mail_form ul li label:hover {
  cursor: pointer;
}
form#mail_form input#company {
  width: calc(96% - 2px);
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule {
  width: 30%;
}
form#mail_form input#mail_address, form#mail_form input#mail_address_confirm {
  width: calc(96% - 2px);
}
form#mail_form input#number {
  width: 30%;
  margin: 0 .5rem .3rem 0;
}
form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
}
form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}
form#mail_form input#address {
  width: 90%;
}
form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}
form#mail_form input[type="button"] {
  -webkit-appearance: none;
  width: calc(100% - 1em - 6px);
  max-width: 520px;
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 22px 0;
  box-shadow: 0 5px #3c3a3a;
  text-decoration: none;
  color: #fff;
  background: #3bbe3f;
  text-align: center;
  font-size: 1.375rem;
  border-radius: 200px;
  cursor: pointer;
  border: none;
  outline: 0;
  letter-spacing: 0.0825rem;
  font-weight: 600;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
form#mail_form input[type="button"]:hover {
  box-shadow: none;
  position: relative;
  top: 5px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
/*form#mail_form input#form_submit_button {
	margin-left: 35%;
}*/
/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  form#mail_form {
    width: 95%;
  }
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 15px 0 5px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt span {
    font-weight: normal;
  }
  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
    margin-right: 1em;
    margin-bottom: .25rem;
  }
  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
  form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
    margin-top: 0px;
  }
  form#mail_form input#postal + a {
    padding: 6px 15px 5px;
  }
  /*
form#mail_form input#form_submit_button {
	margin-left: 0;
}*/
  form#mail_form select {
    font-size: 16px;
    margin-top: 0;
  }
  form#mail_form input#phone, form#mail_form input#schedule {
    width: 50%;
  }
}
/* 1000pixel end */
/*メールフォームCSS_end */
footer {
  padding: 40px 0 20px;
  /* margin-top: 100px;*/
  font-size: .875rem;
  position: relative;
}
#main_footer {
  background-color: #333c48;
  color: #ffffff;
}
.footer_box {
  width: 1096px;
  margin: 0 auto;
}
.footer_box ul {
  width: 735px;
  margin: 0 auto;
  text-align: center;
  font-size: .75rem;
}
.footer_box li {
  display: inline-block;
  padding: 0 9px 0 8px;
  border-right: 1px solid #ffffff;
}
.footer_box li:first-child {
  border-left: 1px solid #ffffff;
}
.footer_box li:nth-child(9) {
  border-left: 1px solid #ffffff;
}
.footer_box li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.footer_box li a:hover {
  text-decoration: underline;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
}
footer p {
  text-align: center;
  padding: .8rem 0;
}
/*スクロールボタン*/
.back-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #3c3a3a;
  padding: 2rem;
  border-radius: 50%;
  font-weight: bold;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  border: 4px solid #3c3a3a;
}
input[type=checkbox]:checked + .details__summary + .details__content {
  line-height: 2;
  opacity: 1;
  padding: 30px;
}