@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 {
  display: flex;
}
.logo_box .logo {
  width: 150px;
  transition: 0.7s;
}
.logo_box .logo_auto {
  width: 148px;
  transition: 0.7s;
  padding-left: 10px;
}
.opa {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.g_nav_main {
  display: flex;
}
.nav_area .h_nav {
  padding: 8px 0 0;
  display: inline-flex;
  transition: 0.7s;
}
#header .nav_area .h_nav li {
  margin: 0 10px;
  transition: 0.7s;
}
.h_nav li a {
  font-weight: bold;
  padding: 0;
  color: #3d3d4d;
  font-size: 0.875rem;
  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: #000000;
  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: 98px;
  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;
}
#page_index #header.active .nav_area .h_nav {
  padding: 10px 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: 12px 0 0;
  right: 2%;
  transition: 0.7s;
}
#page_index #header.active .header_tel {
  margin: 12px 0 0;
  transition: 0.7s;
}
.header_tel_pc {
  display: flex;
}
.header_tel_txt p {
  font-weight: bold;
  margin: 8px 0 0;
  left: 30%;
  position: absolute;
  color: #3d3d4d;
}
.header_tel_txt1 {
  font-size: 0.8125rem;
  text-align: center;
}
.header_tel_txt2 {
  display: block;
  font-size: 0.78rem;
}
/*sp nav */
#g-nav_sp {
  display: none;
}
#g-nav {
  position: relative;
}
/*section eye area */
.eye_area {
  background: url("../img/lp_files/eye_back.jpg")repeat-x;
  position: relative;
}
.eye_main {
  display: flex;
  width: 1096px;
  position: relative;
  margin: 0 auto;
  padding: 168px 0 0;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}
.eye_main_right {
  margin: 0 auto;
  width: 38%;
}
.eye_main_left {
  width: 56%;
  margin: 0 auto;
  text-align: center;
}
.eye_main_left2 {
  width: 72%;
  margin-left: -8%;
}
.gif_anim {
  width: 90%;
  margin-left: 8%;
}
.eye_btn {
  display: flex;
}
.eye_btn a {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 36px auto;
  width: 26%;
  background: #ffff00;
  box-shadow: 3px 3px #00000030;
  padding: 8px 60px;
  color: #2b2b3b;
  font-weight: 100;
  border: 4px solid #3d3d4d;
  text-align: center;
}
.tab_eye_btn a {
  width: 38%;
}
.eye_btn a::before {
  background: url("../img/lp_files/contact_tr.png") center center no-repeat;
  background-size: 70% auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1) translateX(-6.0vw);
  transition: all 1200ms cubic-bezier(0.000, 0.725, 0.000, 1.000);
  transition-timing-function: cubic-bezier(0, 0.725, 0, 1);
  transition-timing-function: cubic-bezier(0.000, 0.725, 0.000, 1.000);
  z-index: 10;
  display: inline-block;
  width: 4.0vw;
  height: 100%;
}
.eye_btn a::after {
  background: url("../img/lp_files/contact_tr.png") center center no-repeat;
  background-size: 70% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-6.0vw);
  transition: all 1200ms cubic-bezier(0.000, 0.725, 0.000, 1.000);
  transition-timing-function: cubic-bezier(0, 0.725, 0, 1);
  transition-timing-function: cubic-bezier(0.000, 0.725, 0.000, 1.000);
  z-index: 10;
  display: inline-block;
  width: 4.0vw;
  height: 100%;
}
.eye_btn a:hover {
  transform: scale(1.03);
}
.eye_btn a:hover::before {
  transform: scale(-1, 1) translateX(-60px);
}
.eye_btn a:hover::after {
  transform: translateX(-60px);
}
.btn_txt1 {
  font-weight: bold;
  display: block;
  font-size: 0.875rem;
}
.btn_txt2 {
  font-weight: bold;
}
.con_btn .con_btn_arrow {
  position: absolute;
  top: 53%;
  transform: translateY(-53%);
  right: 20px;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: transform .3s;
  background-color: #d90d0d;
  justify-content: center;
  align-items: center;
}
.con_btn:hover .con_btn_arrow {
  transform: translateY(-53%) scale(1.2);
}
.con_btn_arrow img {
  width: 40%;
}
.btn_txt3 {
  font-size: 1.25rem;
}
.btn_area_flex {
  width: 46%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.btn_area_f_item2 {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 23px;
  left: 4%;
  position: relative;
}
.btn_area_f_item2 img {
  animation-duration: 0.4s;
  animation-delay: 0.6s;
}
.mail_mark {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
  width: 31px;
}
.btn_bottom_area {
  max-width: 650px;
  margin: 0 auto 28px;
  position: relative;
  padding: 10px 8px 4px;
  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;
  font-weight: bold;
}
.btn_bottom_area_right {
  display: inline-block;
  font-size: 0.875rem;
}
.btn_bottom_area .header_tel_txt1 {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 auto;
}
.btn_bottom_area .header_tel_txt2 {
  line-height: 1.0rem;
}
.header_tel_txt3 {
  font-size: 2.0rem;
  line-height: 2.25rem;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
}
.header_tel_txt3 img {
  width: 20px;
  padding-right: 8px;
}
/*section pack */
section#pack, section#chart {
  background-color: #ffff7f;
  padding: 48px 0;
  border-radius: 30px;
  z-index: 10;
  position: relative;
}
.sec_pack {
  width: 1096px;
  margin: 0 auto;
  text-align: center;
}
.pack_point_sp {
  display: none;
}
.main_tit {
  position: relative;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 160%;
  text-align: center;
  color: #fff;
  background: #3d3d4d;
  letter-spacing: 0.38rem;
  width: 960px;
  margin: 30px auto 0;
  padding: 20px 0;
  z-index: 1;
  max-width: 100%;
}
.main_tit::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  margin-left: -15px;
  border: 32px solid transparent;
  border-top: 22px solid #3d3d4d;
}
.tit2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 160%;
  text-align: center;
}
.tit2_next {
  transform: rotate(3deg);
  display: inline-flex;
  top: -2px;
  position: relative;
}
.tit3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #3d3d4d;
  border-radius: 100px;
  display: inline-block;
  padding: 8px 30px 4px;
  letter-spacing: 0.18rem;
}
.tit4 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #3d3d4d;
  display: inline-block;
  padding: 8px 30px;
  letter-spacing: 0.14rem;
}
.txt1 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 48px;
  margin: 0 0 30px;
}
.sec1 {
  margin: 48px auto 30px;
}
.pack_point {
  margin: 14px auto 48px;
  width: 960px;
  padding: 34px 0 40px;
  border-radius: 20px;
  position: relative;
  border: 4px solid #3d3d4d;
  background-color: #fff;
  max-width: 100%;
}
img.pack_point_full, img.pack_point_sp {
  animation-delay: 0.3s;
}
.anim_1 {
  position: absolute;
  top: -3%;
  right: 81%;
  /* animation: ani01 2s ease-in-out infinite;*/
  z-index: 2;
}
@keyframes ani01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.anim_2 {
  width: 186px;
  position: absolute;
  top: -6%;
  left: 79%;
  z-index: 2;
  /*animation: ani02 2s ease-in-out infinite;*/
}
@keyframes ani02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.anim_3 {
  position: absolute;
  width: 134px;
  top: -6%;
  right: 83%;
  /* animation: ani01 2s ease-in-out infinite;*/
  z-index: 2;
}
@keyframes ani03 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
/*section pack */
.sec_btn_area {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
.sec_flex1 {
  display: flex;
  margin: 12px auto;
  justify-content: center;
  align-items: center;
}
.sec1_sub {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  border: 4px solid #3d3d4d;
  background-color: #fff;
  margin: 0 30px;
}
.sec1_sub img {
  animation-delay: 0.6s;
}
.sec1_sub p {
  font-size: 0.9375rem;
  font-weight: 600;
}
.sec_sub1 {
  margin-top: -6%;
}
.sec_sub2 {
  margin-top: -3%;
}
.sec1_move {
  width: 960px;
  height: 144px;
  margin: 6% auto 24px;
  position: relative;
  max-width: 100%;
}
.sec1_move_sp {
  display: none;
}
.move_car {
  z-index: 5;
  width: 18%;
  position: absolute;
  right: 80px;
  top: 23px;
}
.move_car.move {
  animation: movecar 2.6s;
  animation-fill-mode: forwards;
  opacity: 1;
  transition: opacity 1.5s, transform 1.5s;
}
@keyframes movecar {
  0% {
    margin-right: 0px;
  }
  8% {
    margin-right: 20px;
  }
  100% {
    margin-right: 542px;
  }
}
@keyframes jump {
  0% {
    transform: translate(0%, 0%)
  }
  100% {
    transform: translate(0%, 230%);
  }
}
/*sec_btn_area*/
.con_btn a {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 24px auto 32px;
  width: 382px;
  background: #fff;
  padding: 16px 48px;
  font-weight: 100;
  text-align: center;
  border-radius: 60px;
}
.con_btn .btn_txt1 {
  font-size: 0.913rem;
}
p.zg_f_wt {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  padding-top: 8px;
}
/*section plan */
section#plan {
  background-color: #fff;
  background-image:
    radial-gradient(#e1e1e1 20%, transparent 20%), radial-gradient(#e1e1e1 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 48px 0 32px 0;
  border-radius: 30px;
  position: relative;
}
.sec_plan {
  width: 1096px;
  margin: 0 auto;
  text-align: center;
}
/*比較表 */
.table-compare {
  line-height: 1.6;
  margin: 100px auto 18px;
  position: relative;
  width: 1096px;
  border-collapse: separate;
  border-spacing: 12px;
  /*table-layout: fixed;*/
}
.table-compare thead th {
  font-weight: bold;
  font-size: 1.25rem;
  vertical-align: middle;
  height: 120px;
  color: #fff;
  letter-spacing: .086rem;
}
.table-compare tbody th {
  font-weight: bold;
}
.table-compare tbody td {
  font-weight: bold;
}
.table-compare tbody th, .table-compare tbody td {
  font-size: 1.125rem;
  background-color: #fff;
  color: #3d3d4d;
  text-align: center;
  height: 108px;
  border: 2px solid #b8c4d0;
  vertical-align: middle;
  letter-spacing: 0.086rem;
}
.table-compare::after {
  border: 8px solid #ff698e;
  border-radius: 30px 30px 0 0;
  content: "";
  position: absolute;
  left: 29%;
  bottom: 18px;
  height: calc(100% + -43px);
  width: 35%;
}
.table-compare thead th.b_p {
  background-color: #ff698e;
  border-radius: 22px 22px 0 0;
  height: 120px;
}
.table-compare thead th.b_or {
  background-color: #FFB600;
  border-radius: 30px 30px 0 0;
}
.table-compare tbody td.sug_col {
  background-color: #FFE6B8;
  border: 3px solid #FFB783;
}
.border1.table-compare tbody th {
  border-radius: 30px 0 0 0;
}
/*.table-compare tbody td.sug_col::before  {
content:url("../img/lp_files/good.png") ;
  vertical-align: middle;
  margin-left:14px;
}*/
.table-compare tbody th.b_r1 {
  border-radius: 30px 0 0 0;
}
.table-compare tbody th.b_r2 {
  border-radius: 0 0 0 30px;
}
.table-compare tbody td.b_r3 {
  border-radius: 0 0 30px 0;
}
.innerArea p {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
span.txt_ss {
  font-size: 0.75rem;
  margin-left: -10px;
}
span.txt_ml {
  font-size: 1.375rem;
  margin-top: -4px;
}
/*section product */
section#product {
  padding-top: 48px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.sec_product {
  margin: 0 auto;
  text-align: center;
}
.product_sp_main {
  display: none;
}
/*product tab */
.tabBox {
  background: linear-gradient(90deg, #fabf81 0%, #fabf81 50%, #76dfa3 50%, #76dfa3 100%);
}
.tabBox .tabArea {
  width: 1096px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.tabBox .tabArea .one_tab {
  width: 33.333%;
  display: grid;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
  margin-bottom: -1px;
}
.tab_inner:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner {
  display: block;
  justify-content: center;
  align-items: center;
  /* height: 60px;*/
  transition-duration: 0.3s;
}
.tabBox .tabArea .one_tab:nth-child(1) .tab_inner {
  background-color: #fabf81;
  border-top: 5px solid #f89b3d;
}
.tabBox .tabArea .one_tab:nth-child(2) .tab_inner {
  background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(113, 198, 235) 100%);
  border-top: 5px solid #2985ae;
}
.tab_02 {
  background-color: rgb(113, 198, 235);
}
.tab_02:hover {
  opacity: 1.0;
  text-decoration: none;
}
.tabBox .tabArea .one_tab:nth-child(3) .tab_inner {
  background-color: #76dfa3;
  border-top: 5px solid #40a665;
}
.tabBox .tabArea.bottom {
  align-items: flex-start;
}
.tabBox .tabArea.bottom .one_tab .tab_inner {
  border-top: rgba(0, 0, 0, 0);
  width: 80%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 3px 3px #00000030;
}
.select_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select_flex p {
  font-weight: bold;
  font-style: normal;
  font-size: 1.125rem;
}
.tabBox2 {
  background: rgba(0, 0, 0, 0);
}
.tabBox .tabArea.bottom .one_tab .tab_inner img {
  margin: 0;
  width: 22%;
  padding-right: 16px;
  nimation-duration: 0.4s;
  animation-delay: 0.6s;
}
.tabBox .tabArea.bottom .one_tab .tab_inner:hover {
  opacity: 0.7;
  text-decoration: none;
}
.contents .tab_main {
  display: none;
  padding: 32px 28px 44px;
  text-align: center;
  min-height: 280px;
  border: 2px solid #94ad73;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}
.tab_main:nth-child(1).is_show {
  border: 2px solid #fabf81;
  background-color: #fabf81;
  border-radius: 0 0 30px 30px;
}
.tab_main:nth-child(2).is_show {
  border: 2px solid #71c6eb;
  background-color: #71c6eb;
  border-radius: 0 0 30px 30px;
}
.tab_main:nth-child(3).is_show {
  border: 2px solid #76dfa3;
  background-color: #76dfa3;
  border-radius: 0 0 30px 30px;
}
.contents {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.tab_inner img {
  margin: 30px auto 10px;
  width: 72%;
}
.innerArea {
  display: block;
  width: 1096px;
  margin: 10px auto;
  max-width: 100%;
}
.innerArea h3 {
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 0.25rem;
  text-align: center;
  margin: 0 auto;
  color: #333;
}
.innerArea .txt1 {
  font-size: 1.625rem;
  letter-spacing: 0.2rem;
}
.innerArea .b_f {
  font-family: 'Bahnschrift', sans-serif;
  font-weight: bold;
  letter-spacing: 0.075rem;
  font-size: 1.425rem;
}
.tab_con1_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_con_c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.con_c_in {
  width: 340px;
  height: 450px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 32px;
  box-sizing: border-box;
}
p.txt2 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 32px;
  letter-spacing: 0.148rem;
}
.tab_round {
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 170px;
  margin: 30px auto;
  box-sizing: border-box;
  border: 3px solid #000;
  overflow: hidden;
  text-align: center;
  padding-top: 32px;
}
p.zg_f {
  font-weight: bold;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.6rem;
}
p.zg_f_top {
  font-weight: 500;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.6rem;
}
.sp_main {
  display: none;
}
p.zg_f_2 {
  font-weight: 500;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1.6rem;
  margin-top: 20px;
}
p.zg_c {
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.6rem;
}
.txt_con_tab {
  color: #333;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.w_txt p {}
.txt_con_tab h3, .txt_con_tab p {
  font-weight: bold;
  font-size: 1.3125rem;
  letter-spacing: 0.148rem;
}
.w_txt h3, .w_txt p {
  color: #fff;
  line-height: 1.75;
  padding: 0 18px;
}
.txt_con_tab::before {
  content: '';
  background: url("../img//lp_files/contact_wa.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: contain;
  display: inline-block
}
.txt_con_tab::after {
  content: '';
  background: url("../img//lp_files/contact_wa.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: contain;
  display: inline-block;
  transform: scale(-1, 1);
}
.w_txt::before {
  content: '';
  background: url("../img//lp_files/contact_wt.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: contain;
  display: inline-block
}
.w_txt::after {
  content: '';
  background: url("../img//lp_files/contact_wt.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: contain;
  display: inline-block;
  transform: scale(-1, 1);
}
span.w_main_txt {
  display: block;
}
.tab01_btn, .tab02_btn, .tab03_btn {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 1.125rem;
  margin: 0 auto 24px;
  width: 50%;
  background: #fff;
  padding: 20px 40px;
  text-align: center;
  border-radius: 60px;
}
.tab01_btn_arrow, .tab02_btn_arrow, .tab03_btn_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-53%);
  right: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform .3s;
  justify-content: center;
  align-items: center;
}
.tab01_btn_arrow:hover, .tab02_btn_arrow:hover, .tab03_btn_arrow:hover {
  transform: translateY(-53%) scale(1.2);
}
.tab01_btn_arrow {
  background-color: #f89b3d;
}
.tab02_btn_arrow {
  background-color: #27a8e1;
}
.tab03_btn_arrow {
  background-color: #36d36f;
}
.tab01_btn_arrow img, .tab02_btn_arrow img, .tab03_btn_arrow img {
  width: 40%;
  top: -10px;
  position: relative;
}
.tab_btn_txt {
  right: 3px;
  position: relative;
}
.set_sp {
  display: none;
}
img.set_pc {
  width: 80%;
  margin: -32px auto 0;
}
/*section Chart */
img.chart_tit {
  display: block;
  width: 828px;
  margin: 0 auto;
  max-width: 100%;
}
img.chart_2 {
  animation-delay: 0.6s;
  margin: 60px auto 10px;
  max-width: 96%;
}
/*section Record */
section#record {
  background-color: #eaeaea;
  padding: 30px 0;
  border-radius: 30px;
}
.sec_achieve {
  width: 1096px;
  margin: 0 auto;
}
.achieve_card_main {
  margin: 0 auto;
}
.achieve_img {
  animation-duration: 0.6s;
  animation-delay: 1s;
}
.achieve_card {
  display: grid;
  animation-delay: 0.6s;
  grid-column-gap: 36px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px auto 30px;
}
.achieve_card_main img {
  width: 246px;
  margin: 0 auto;
}
.achieve_panel {
  width: 1096px;
  display: flex;
  align-items: center;
  height: 5.75rem;
  border-radius: .375rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 20px #1111110d;
}
.achieve_panel_title {
  font-size: .76rem;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 1.16;
  writing-mode: vertical-rl;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achieve_panel_warp {
  border-left: 2px solid #3d3d4d;
  width: calc(100% - 52px);
  height: calc(100% - 1.65rem);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.achieve_panel_item {
  display: flex;
  white-space: nowrap;
  left: 0;
  position: absolute;
}
@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translate(100%)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translate(100%)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop, .d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.achieve_panel_item:nth-of-type(1) {
  animation: infinity-scroll-left 120s 0s linear infinite;
}
.achieve_panel_item:nth-of-type(2) {
  animation: infinity-scroll-left 120s -60s linear infinite;
}
.achieve_panelitem {
  display: flex;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  margin-left: 32px;
}
.achieve_panel_item_image {
  width: 3.80rem;
  height: 3.80rem;
  border: 2px solid #eaeaea;
  border-radius: 12px;
}
.achieve_panel_item_image img {
  width: 80px;
}
.achieve_panel_item_body {
  margin-left: .75rem;
}
.achieve_panel_item_title {
  font-size: 0.85rem;
  font-weight: 500;
}
/*section faq */
.sec_faq {
  width: 1096px;
  margin: 0 auto;
  text-align: center;
}
.faq_tit {
  font-size: 22px;
}
.qat_border, .qat_border2 {
  position: relative;
  text-align: center;
}
.qat_border2 {
  margin: 30px auto 60px;
}
.qat_border::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #b4b4bf;
}
.qat_border span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.qat_border2::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #b4b4bf;
}
.qat_border2 span {
  position: relative;
  padding: 0 1em;
  background: #eaeaea;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.38rem;
}
.qes_txt {
  display: flex;
  position: relative;
}
.qes_txt img {
  position: absolute;
  margin: -22px 52px 0;
  animation: ani02 2s ease-in-out infinite;
}
/*section contact */
.sec_contact {
  width: 1096px;
  margin: 0 auto 80px;
  text-align: center;
}
.btn_area, .btn_area_m1, .btn_area_m2, .btn_area_m3, .btn_area_m4 {
  background-color: #333c48;
  padding: 60px 0 72px;
  margin: -30px auto;
}
.btn_area2 {
  background-color: #333c48;
  padding: 60px 0 48px;
  margin: -30px auto;
}
.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: 32%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: left;
  overflow: hidden;
  font-weight: 500;
}
form#mail_form dl dd {
  width: 63%;
  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;
  font-weight: 300;
}
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;
  font-weight: 300;
}
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);
  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: 500;
  font-style: normal;
}
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;
  font-weight: bold;
  width: calc(100% - 1em - 6px);
  max-width: 520px;
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 22px 0 18px;
  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;
}
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;
  font-weight: 500;
}
.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;
  font-weight: 400;
}
/*サブページ用*/
.sub_box {
  width: 970px;
  margin: 0 auto;
  padding-top: 150px;
}
.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;
  text-align: center;
  font-size: 1.75rem;
  color: #3bbe3f;
  letter-spacing: .8125rem;
}
.sub_box h3 {
  display: block;
  margin: 30px auto;
  font-size: 1.25rem;
  letter-spacing: .1rem;
  color: #ffffff;
  background: #3bbe3f;
  padding: 10px 1.5rem;
}
.sub_box h4 {
  color: #3bbe3f;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.sub_box ol {
  padding-left: 2.5em;
  font-size: .9em;
}
.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 {
  line-height: 2.0;
  letter-spacing: 1.2pt;
}
.sub_box dl {
  line-height: 2.0;
  letter-spacing: 1.2pt;
}
.sub_box dt {
  float: left;
}
.sub_box dd {
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 1.5rem;
}
.sub_privacy p {
  margin: 0 .5em 30px;
}
.sub_product {
  width: 1010px;
}
.sub_product img {
  display: block;
  margin: 0 auto;
}
.sub_flow img {
  display: block;
  margin: 0 auto;
}
.sub_asct table {
  width: 970px;
  margin: 0 auto;
}
.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;
  font-weight: 600;
  text-align: center;
}
.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;
}
.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: 970px;
  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;
}
.sub_company_box table {
  width: 100%;
  margin: 0 auto;
}
.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;
  font-weight: 600;
  text-align: center;
}
.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;
}
.sub_company_logo_box img {
  margin: 3px 0;
}
.thx_nav_area {
  background-color: #fff;
}
.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;
}
.thx_tit_txt {
  text-align: center;
}
/*製品情報 一覧*/
.list_aedproduct {
  display: flex;
  margin: 10px auto 120px;
}
.product_list {
  display: block;
  margin-bottom: 46px;
  width: 28%;
  margin: 0 30px;
}
.product_list.box {
  border: 1px solid #fb1c1c;
}
h3.sub_title {
  text-align: center;
  margin-top: 72px;
}
.product_img {
  margin: 0 auto;
}
.product_txt p {
  font-size: 0.9rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.product_txt h3 {
  color: #3d3d4d;
  background: #fff;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.1rem;
  margin: 0 auto;
}
a.product_p {
  width: 240px;
  display: block;
  margin: 0 auto;
}
.btn_area_p {
  width: 282px;
  margin: 0 auto;
}
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: bold;
}
.p-point.cusp1 span {
  background: #eafaff;
}
/*製品情報 比較表*/
table.product_hikaku {
  margin: 0 auto;
  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;
  letter-spacing: .6rem;
  font-weight: 600;
}
/*製品情報 3100*/
.sub_product_list {
  width: 762px;
}
.sub_product_list p {
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.sub_product_list ul {
  font-size: 15px;
  padding-left: 2.3em;
}
.sub_product_list ul li {
  line-height: 1.7;
  letter-spacing: 0.02rem;
  margin: 0px auto 12px;
}
.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: 762px;
  margin: 0 auto 30px;
  font-size: 0.9rem;
}
.product_l_table th {
  width: 35%;
  background: #f2f2f2;
  font-weight: 700;
  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;
  width: 68%;
  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;
  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 {
  font-weight: 600;
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 12px;
}
.p_main_catch span {
  font-size: 1.6rem;
}
.gl_color {
  background: #ff7c18;
  padding: 8px 15px;
  font-weight: bold;
  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: 0 auto;
}
.koden_icon2 {
  display: flex;
  max-width: 548px;
  margin: 0 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: bold;
  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;
}
/*ステッカーレスポンシブ*/
.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: 850px;
  padding: 10px 0;
  margin: 0 auto;
}
.set-flex {
  display: block;
}
.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: #3bbe3f;
  border: 1px solid #3bbe3f;
}
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.25rem;
  font-weight: 600;
  text-align: left;
  line-height: 2;
  color: #3d3d4d;
  width: 88%;
  margin: 50px auto 100px;
}
.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: auto;
  background-color: #3d3d4d;
  margin-top: -21px;
  align-items: center;
}
.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;
}
.details__content a {
  display: inline-block;
  color: #0070c9;
  outline: none;
}
input[type=checkbox]:checked + .details__summary + .details__content {
  line-height: 2;
  opacity: 1;
  padding: 30px;
}
/*サンクスページ*/
.btn_area_thanks {
  text-align: center;
}
.btn_area_thanks a {
  width: 540px;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  background: #3bbe3f;
  box-shadow: 0 5px #403F51;
  border-radius: 200px;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  max-width: 100%;
}
/*スクロールボタン*/
.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: 48%;
  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;
}
/*cmp関連
.cmp_bnr {
  background: url("../img/lp_files/9cmp23_bnr_bg.png") no-repeat;
  position: fixed;
  top: 120px;
  right: 0;
  transform-origin: 50% 50%;
  animation: bnr_sp 6s linear infinite;
  z-index: 10;
}
.cmp_bnr a {
  width: 100%;
  animation: bnr_sp_txt 6s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes bnr_sp {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes bnr_sp_txt {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
} */
.cmp_bnr_line {
  top: 126px;
  position: absolute;
  right: -2px;
}
.cmp_panel {
  display: none;
}
.cmp_btn_txt, .cmp_cont_txt {
  position: relative;
  font-weight: bold;
  font-size: 1.0rem;
  text-align: center;
  color: #333c48;
  background: #ff0;
  letter-spacing: 0.125rem;
  width: 420px;
  margin: 8px auto 0;
  padding: 10px 0 6px;
  z-index: 1;
  max-width: 100%;
}
.con_txtss {
  font-size: 0.9rem;
}
.red {
  color: red;
}
.cont_h_btn {
  position: relative;
  display: block;
  width: 180px;
  height: 30px;
  border-radius: 60px;
  overflow: hidden;
  z-index: 999;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: -5px;
  color: #FFF;
  padding: 10px 6px 0;
  letter-spacing: 0.05rem;
  text-align: center;
  background: #f5921e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cont_h_btn:hover {
  box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
  opacity: 0.8;
}
#g-nav_sp .cont_h_btn {
  margin-top: 4px;
  color: #fff;
  padding: 10px 10px 2px;
}
.cmp_side_bnr {
  right: 1%;
  z-index: 999;
  top: 18%;
  position: fixed;
  width: 172px;
  filter: drop-shadow(2px 2px 2px rgba(96, 96, 96, 0.8));
}
.cmp_side_bnr_sp {
  display: none;
}
.btn_area_f_cmp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  position: relative;
}
.btn_area_cmp_inner {
  transform-origin: 50% 50%;
  animation: bnr_sp 6s linear infinite;
  z-index: 10;
  position: relative;
}
.btn_area_cmp_inner_txt {
  position: absolute;
  z-index: 20;
}
.btnarea_cmp_bnr_line {
  position: absolute;
  right: -2px;
}
.cmpstart.fixed.none {
  opacity: 0;
  z-index: -1;
}
/*--------------------------------------
 キャンペーン 3cmp23
--------------------------------------*/
.cmp_bnr {
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 9999;
  background: #fff;
  padding: 12px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  border-radius: 3px;
  text-align: center;
}
.cmp_txt {
  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-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  color: #fb515a;
}
.cmp_324btn {
  min-width: 180px;
  margin-bottom: 0;
  padding: .4rem .4rem .2rem;
  background-color: #f7790b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0rem;
  border-radius: 3px;
  font-weight: bold;
}
.cmp_fkds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-bottom: -10px;
}
.cmp_inner {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;	
}
.cmp_inner::after {
	content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid rgba(0,0,0,0);
    border-top-color: rgba(0, 0, 0, 0);
  border-top-color: #fff;
}
.cmp_inner2 {
background-color: #fff000;	
}
.cmp_pr {
	color: #fb515a;
	padding: .6rem 1.5rem .5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0rem;
  font-weight: bold;	
}
.cmp_pr2 {
	color: #3d3d4d;
}
.cmp_limit {
	background-color: #fb515a;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px 5px;	
  font-feature-settings: "palt";
  font-size: 1.0rem;
  font-weight: bold;	
}
/*--------------------------------------
 キャンペーン モーダル表示
--------------------------------------*/
.modal_wrap input {
  display: none;
}
.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_content {
  align-self: center;
  width: 700px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #f4f4f4;
  line-height: 1.4em;
  transition: 0.5s;
}
.modal_content p {
  padding-top: 0;
}
.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}
.open_button {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  margin-top: 40px;
  margin-bottom: 1px;
  padding: 12px 2px;
  max-width: 300px;
  text-decoration: none;
}
.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px); /*下に動く*/
}
/*アイコンを表示*/
.open-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d0";
  padding-left: 8px;
}
/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}
.modal_title2::before, .modal_title2::after {
  content: "";
  position: absolute;
  bottom: 0;
}