@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');


html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
}

.root {
  min-width: 1280px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a img {
  transition: opacity .3s;
}

a:hover img {
  opacity: .7;
}

.row {
    flex-wrap: wrap !important;
}

.orverwidth{
  margin:0 -200%;
  padding:0 200%;
  text-align: center;
}

h2 {border: none !important;}

dt, dd  {border: none !important;}

p {
    margin-bottom: 0 !important;
}
/* main-cont
------------------------------------------ */

.main-cont {
  background: #e3f4f9;
}

.main-cont .main-cont__inner {
  padding: 50px 0;
}

.main-cont-cta .main-cont-cta__inner {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.main-cont-cta .main-cont-cta__inner figure {
  width: 16%;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r {
  font-size: 2.6rem ;
  text-align: left;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r p {
  font-size: 2.6rem ;
  text-align: left;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r p {
  margin-top: 10px;
  font-family: 'Oswald', "Noto Sans Japanese", sans-serif !important;
  font-weight: bold !important;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r p span {
  font-size: 1.6rem !important;
}

.main-cont .main-cont__inner a.main-cont-link {
  position: relative;
  display: block;
  width: 900px;
  margin: 30px auto 0;
  padding: 30px;
  font-size: 2.4rem !important;
  color: #fff;
  background:#1b9000;
  transition : background-color 1s ease-in-out 0s;
  border-radius: 5px;
  text-align: center;
}

.main-cont .main-cont__inner a.main-cont-link:hover {
  background: #29dc00;
}

.main-cont .main-cont__inner a.main-cont-link::after {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 20px;
  background: #29dc00;
  background-size: contain;
}

.main-cont-call {
  margin-top: 30px;
}

.main-cont-call .main-cont-call__inner {
  width: 600px;
  margin: 0 auto;
  padding: 10px 0 16px;
  background: #fffca2;
  text-align: center;
}

.main-cont-call .main-cont-call__inner a {
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem !important;
  color: inherit;
  pointer-events: none;
}

.main-cont-call .main-cont-call__inner a::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/phone.svg) no-repeat;
  background-size: contain;
  content: "";
}

.main-cont-call .main-cont-call__inner .main-cont-call__ttl {
  font-size: 1.8rem !important;
}

.main-cont-call .main-cont-call__inner .main-cont-call__text {
  padding-left: 40px;
  font-size: 1.4rem !important;
}

.btn.btn-primary {
    color: #fff;
    font-size: 2rem;
    margin: 10px auto;
}

.form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0.675rem 1.5rem;
    font-size: 1.6rem;
}

/* store-main-visual
------------------------------------------ */

.store-main-visual {
  background: #fff;
}

.store-main-visual .store-inner {
  position: relative;
  /*width: 1080px;*/
  width: 100%;
  /*height: 580px;*/
  height: 100vh;
  margin: 0 auto;
  /*background: url("../images/l-main-visual-img_02.png") no-repeat left bottom;*/
  background-size: contain;
}

.store-main-visual__intro {
  position: absolute;
	left: 50%;
	top: 45%;
	text-align: center;
	-webkit-transform: translate3d(-45%, -50%, 0);
	transform: translate3d(-45%, -50%, 0);
}

.store-main-visual__intro h1 {
  font-size: 4.2vw;
  letter-spacing: 3px;
  line-height: 1.4;
  text-align: center;
}

.store-main-visual__intro h1 span {
  letter-spacing: -25px;
}

.store-main-visual__intro h1 .sp_on {
  display: none;
}

.store-main-visual__intro figure {
  width: 70%;
  margin: 80px auto 0;
}

.store-main-visual .store-inner a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.store-main-visual .store-inner a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  animation: bar 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  content: "";
}

@keyframes bar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* efficacy
------------------------------------------ */

.efficacy-content {
  background: #fff;
}

.efficacy-content .efficacy-content__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 40px;
}

.efficacy-content .efficacy-content__inner h3 {
  text-align: center;
}

.efficacy-content .efficacy-content__inner h3 span {
  display: inline;
  font-size: 3.4rem;
  color: #3e9ae7;
  text-align: center;
}

.efficacy-content .efficacy-content__inner h3 br.sp_on {
  display: none;
}

.efficacy-content .efficacy-content__inner .efficacy-list {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}

.efficacy-content__inner .efficacy-list .efficacy-list__item {
  width: 32%;
  padding: 0 4vw 25px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

.efficacy-content__inner .efficacy-list .efficacy-list__item figure {
  width: 70%;
  margin: 20px auto 0;
}

.efficacy-list__item .efficacy-heading .efficacy-heading__no {
  height: 80px;
  margin: -40px auto 0;
  padding: 15px 0;
  width: 90px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #3e9ae7;
  line-height: 1.5em;
}

.efficacy-list__item .efficacy-heading .efficacy-heading__no span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
}

.efficacy-list__item .efficacy-heading .efficacy-heading__lead {
  margin-top: 15px;
  font-size: 1.6rem;
}

.efficacy-list__item .efficacy-heading .efficacy-heading__lead span {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  color: #ec7500;
}


/* store-point-list
------------------------------------------ */

.store-point-list .store-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.store-point-list__wrap {
  display: flex;
  justify-content: space-between;
}

.store-point-list__wrap .store-point-list__item {
  width: 370px;
  margin-bottom: 30px;
}

.store-point-list__wrap .store-point-list__item .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #3e9ae7;
}

.store-point-list__wrap .store-point-list__item .ttl .sp_on {
  display: none;
}

.store-point-list__wrap .store-point-list__item .ttl span {
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: text-top;
}

.store-point-list__wrap .store-point-list__item .text {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  text-align: center;
}

.store-point-list__wrap .store-point-list__item .text span {
  font-size: 1.6rem;
  margin-left: 10px;
  color: #de0000;
  text-align: center;
}


/* store-about
------------------------------------------ */

.store-about {
  position: relative;
  background: #fafafa;
}


.store-about .store-inner:first-of-type {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}

.store-about .store-inner h2 {
  text-align: center;
}

.store-about .store-inner h2 span {
  display: inline-block;
  padding: 10px 40px;
  font-size: 3.0rem;
  font-weight: normal;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
  letter-spacing: 1px;
}

.store-about .store-inner h2 img {
  display: block;
  width: 50%;
  margin: 20px auto 0;
}

.store-about .store-inner .store-about-wrap {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #3e9ae7;
  border-radius: 5px;
}

.store-about-wrap .store-about-inner {
  padding: 20px 50px;
}

.store-about-wrap .store-about-inner h3 {
  font-size: 3.0rem;
  color: #3e9ae7;
  text-align: center;
}

.store-about-cont .store-about-cont__txt {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin: 20px;
}

.store-about-cont .store-about-cont__txt span {
    padding: 10px;
    font-weight: normal;
    color: #fff;
    background: #3e9ae7;
    letter-spacing: 1px;
    margin-right: 10px;
}

.red {color: red;}

.c-cs {
  margin-top: 105px;
  background: #f4f1db;
  border-radius: 10px;
}

.c-cs .c-cs-inner {
  padding: 20px;
}

.c-cs .c-cs-inner .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.c-cs .c-cs-inner figure {
  margin-top: 10px;
}

table.line_products {
	width: 560px;
	margin: 20px 0 0 0;
	border-collapse: collapse;
	border: 1px solid #666666; 
	font-size: 15px !important;
	}
table.line_products th {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background: #e70014 !important;
	color: #ffffff;
	text-align: center;
	font-weight:bold !important;
	padding: 7px;
	}
table.line_products td {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	padding: 7px;
	}

table.line_products2 {
	width: 730px;
	margin: 20px 0 0 0px;
	border-collapse: collapse;
	border: 1px solid #666666; 
	}
table.line_products2 th {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background: #efefe1;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	padding: 10px;
	font-size: 16px;
	}
table.line_products2 td {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	text-align: left;
	line-height: 160%;
	padding: 10px;
	font-size: 14px;
	}

/* store-feature
------------------------------------------ */

.store-feature {
  background: #e3f4f9;
}
.store-feature h2, .store-point-list h2 {
  padding: 22px 0;
  font-size: 4.0rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
}

.store-feature .store-inner {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.store-feature .store-inner .store-feature-box {
  display: flex;
  margin-top: 50px;
  background: #f1ffea;
}

.store-feature-box .store-feature-box__txt {
  width: 600px;
  background: url(../images/icon_001.png) 90% 90% no-repeat;
}

.store-feature-box .store-feature-box__txt.worker {
  background: url(../images/icon_002.png) 90% 90% no-repeat;
}

.store-feature-box .store-feature-box__txt .store-feature__no {
  width: 160px;
  padding: 2px 0 4px;
  font-family: 'Oswald', sans-serif;
  font-size: 3.0rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
  letter-spacing: 1px;
}

.store-feature-box .store-feature-box__txt .store-feature__txt {
  margin-top: 30px;
  padding: 0 40px;
}

.store-feature-box__txt .store-feature__txt dt {
  font-size: 3.4rem;
  line-height: 1.8em;
}

.store-feature-box__txt .store-feature__txt dt span {
  font-size: 1.6rem;
  vertical-align: text-top;
}

.store-feature-box__txt .store-feature__txt dd {
  margin-top: 30px;
  font-size: 2.0rem;
  line-height: 1.8em;
}

.store-feature-box__txt .store-feature__txt dd span {
  display: block;
  font-size: 1.2rem;
  color: #666;
}

.store-feature .store-inner .store-feature-box figure {
  width: 480px;
}

.store-feature .store-inner > .store-feature-box:nth-of-type(even) {
  background: #f4f1db;
  flex-direction: row-reverse;
}

.store-feature .store-inner > .store-feature-box:nth-of-type(even) .store-feature-box__txt .store-feature__no {
  margin-left: 450px;
}


/* store-recommend
------------------------------------------ */

.store-recommend h2 {
  padding: 22px 0;
  font-size: 4.0rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
}

.store-recommend .store-inner {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.store-recommend .store-inner .store-recommend-box {
  margin-top: 80px;
}

.store-recommend-box .store-recommend-box__ttl {
  position: relative;
  height: 360px;
  background: linear-gradient(to right,rgba(255,255,255,1) 50% ,rgba(255,255,255,0) 80%), url("../images/rmd-img_01.jpg") no-repeat right;
  background-size: contain;
  z-index: -1;
}

.store-recommend-box .store-recommend-box__ttl h3 {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 5.0rem;
  text-align: left;
  transform: translateY(-50%);
}

.recommend-box02 .store-recommend-box__ttl {
  background: linear-gradient(to left,rgba(255,255,255,1) 50% ,rgba(255,255,255,0) 80%), url("../images/rmd-img_02.jpg") no-repeat;
  background-size: contain;
}

.recommend-box03 .store-recommend-box__ttl {
  background: linear-gradient(to right,rgba(255,255,255,1) 50% ,rgba(255,255,255,0) 80%), url("../images/rmd-img_03.jpg") no-repeat right;
  background-size: contain;
}

.recommend-box02 .store-recommend-box__ttl h3 {
  right: 0;
  text-align: right;
}

.store-recommend-box .store-recommend-box__txtWrap {
  width: 920px;
  margin: -30px auto 0;
  background: #fff;
  border: 1px solid #3e9ae7;
}

.store-recommend-box .store-recommend-box__txtWrap .store-recommend-box__txt {
  padding: 32px 40px 28px;
  font-size: 2.0rem;
  line-height: 1.8em;
}

.store-recommend-box__txt .txt-marker {
  background: linear-gradient(transparent 60%, #e7d8bd 60%);
}


/* store-service
------------------------------------------ */

.store-service h2 {
  padding: 22px 0;
  font-size: 4.0rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
}

.store-service .store-inner {
  width: 840px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.store-service .store-inner .intro-txt {
  text-align: center;
}

.store-service .store-inner .intro-txt span {
  display: inline;
  font-size: 3.6rem;
  background: linear-gradient(transparent 97%, #000 0%);
}

.store-plan-contentWrap .store-plan-content h3 {
  margin-top: 20px;
  font-size: 4.6rem;
  text-align: center;
}

.store-plan-contentWrap .store-plan-content h3 span {
  font-family: 'Oswald', sans-serif;
  font-size: 8.0rem;
}

.store-plan-contentWrap .store-plan-content p {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}

.store-plan-contentWrap .store-plan-content figure {
  margin-top: 50px;
}

.store-plan-detail .store-plan-detail-list {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.store-plan-detail .store-plan-detail-list .store-plan-detail-list__item {
  width: 30%;
  padding: 18px;
  background: #f5f5f5;
}

.store-plan-detail .store-plan-detail-list .store-plan-detail-list__item .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3e9ae7;
  text-align: center;
}

.store-plan-detail .store-plan-detail-list .store-plan-detail-list__item .text {
  margin-top: 10px;
  font-size: 1.2rem;
}

.store-plan-notice {
  margin-top: 20px;
}

.store-plan-notice dt {
  font-weight: bold;
}

.store-plan-detail .store-plan-detail__text {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  border-top: 1px solid #333;
  text-align: center;
}

.store-plan-detail .store-plan-detail__text .sp_on {
  display: none;
}


.products-det .products-det-inner h3 {
  font-size: 3.0rem;
    color: #3e9ae7;
}

.products-det .products-det-inner .products-det__notice {
  text-align: center;
}

.products-det .products-det-inner p {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.9em;
}

.products-det .products-det-inner figure {
  margin: 40px auto 0;
}

.products-det .products-det-inner figure:first-of-type {
  width: 70%;
}

.products-det .products-det-inner .store-spec {
  width: 100%;
  margin-top: 50px;
  font-size: 1.4rem;
  border-collapse: collapse;
}

.products-det .products-det-inner .store-spec tr th {
  padding: 20px;
  background: #f5fff4;
  border: 1px solid #333;
  white-space: nowrap;
}

.products-det .products-det-inner .store-spec tr td {
  padding: 20px;
  border: 1px solid #333;
}

.products-det .products-det-inner .store-spec tr td ol li {
  margin-left: 15px;
}

.products-det .products-det-inner .store-spec tr td ol li a {
  text-decoration: underline;
}

.products-det .products-det-inner .store-spec tr td ol li:nth-of-type(n+2) {
  margin-top: 5px;
}


/* store-flow
------------------------------------------ */

.store-flow h2 {
  padding: 22px 0;
  font-size: 4.0rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
}

.store-flow .store-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0 80px;
}

.store-flow .store-inner .intro-txt {
  font-size: 3.0rem;
  text-align: center;
}

.store-flow-list .store-flow-list__item {
  display: flex;
  margin-top: 20px;
}

.store-flow-list .store-flow-list__item .store-flow-list__no {
  position: relative;
  display: flex;
  width: 150px;
  padding: 10px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2em;
  justify-content: center;
  align-items: center;
}

.store-flow-list .store-flow-list__item:last-of-type .store-flow-list__no {
  background: #000;
}

.store-flow-list .store-flow-list__item:not(:last-of-type) .store-flow-list__no::after {
  position: absolute;
  display: block;
  left: 50%;
  bottom: -12px;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: #3e9ae7 transparent transparent transparent;
  transform: translateX(-50%);
  content: "";
}

.store-flow-list .store-flow-list__item .store-flow-txtWrap {
  width: 930px;
  padding: 24px 30px 24px 50px;
  border: 1px solid #3e9ae7;
  border-left: none;
}

.store-flow-list .store-flow-list__item:last-of-type .store-flow-txtWrap {
  border-color: #000;
}

.store-flow-list__item .store-flow-txtWrap .store-flow-list__ttl {
  font-size: 2.4rem;
}


/* store-faq
------------------------------------------ */

.store-faq h2 {
  padding: 22px 0;
  font-size: 4.0rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
}

.store-faq .store-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0 80px;
}

.store-faq-block {
  padding: 30px;
  border: 1px solid #3e9ae7;
}

.store-faq-block:nth-of-type(n+2) {
  margin-top: 20px;
}

.store-faq-block .question-txtWrap {
  position: relative;
  cursor: pointer;
}

.store-faq-block .question-txtWrap::before {
  position: absolute;
  top: 43%;
  right: 0;
  width: 18px;
  height: 4px;
  transform: rotate(90deg);
  background: #3e9ae7;
  transition: all .3s ease-in-out;
  content: "";
}

.store-faq-block .question-txtWrap::after {
  position: absolute;
  top: 43%;
  right: 0;
  width: 18px;
  height: 4px;
  background: #3e9ae7;
  transition: all .2s ease-in-out;
  content: "";
}

.store-faq-block .question-txtWrap.open::before {
  background: #3e9ae7;
  transform: rotate(180deg);
}

.store-faq-block .question-txtWrap.open::after {
  opacity: 0;
}

.store-faq-block .answer-txtWrap {
  margin-top: 24px;
}

.store-faq-block .question-txtWrap .question-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
}

.store-faq-block .question-txtWrap .question-txt::before {
  padding-right: .3em;
  font-family: 'Oswald', sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  content: "Q."
}

.store-faq-block .answer-txtWrap .answer-txt {
  display: inline-block;
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.8em;
}

.store-faq-block .answer-txtWrap .answer-txt::before {
  margin-left: -1.0em;
  padding-right: .3em;
  font-family: 'Oswald', sans-serif;
  font-size: 2.0rem;
  content: "A."
}


/* input
------------------------------------------ */

#section-input h1 {
  margin-top: 67px;
  padding: 40px 0;
  font-size: 4.0rem;
  color: #fff;
  background: #3e9ae7;
  text-align: center;
}

#section-input .inner {
  width: 880px;
  margin: 80px auto 0;
}

.form-outer {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 100px 0 rgba(20,48,102,.15);
}

.form-outer .form-inner {
  padding: 40px 60px;
  font-size: 1.4rem;
}

.form-outer .form-inner .mktoForm {
  margin-top: 20px;
}

.form-outer .form-inner .mktoFormCol {
  width: 100%;
}

.form-outer .form-inner .mktoOffset {
  display: none;
}

.form-outer .form-inner .mktoFieldWrap {
  width: 100%;
  padding: 10px 0 0;
}

.form-outer .form-inner .mktoForm .mktoRequiredField label.mktoLabel,
.form-outer .form-inner .mktoForm.mktoLayoutAbove .mktoLabel {
  font-size: 1.4rem;
  font-weight: bold;
}

.form-outer .form-inner .mktoForm input[type=text],
.form-outer .form-inner .mktoForm input[type=url],
.form-outer .form-inner .mktoForm input[type=email],
.form-outer .form-inner .mktoForm input[type=tel],
.form-outer .form-inner .mktoForm input[type=number],
.form-outer .form-inner .mktoForm input[type=date] {
  width: 100%;
  min-height: 3.2rem;
  margin: 10px 0 15px 0;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  background: #f5f7f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.form-outer .form-inner .mktoForm input[type=text]:hover,
.form-outer .form-inner .mktoForm input[type=text]:focus,
.form-outer .form-inner .mktoForm input[type=url]:hover,
.form-outer .form-inner .mktoForm input[type=url]:focus,
.form-outer .form-inner .mktoForm input[type=email]:hover,
.form-outer .form-inner .mktoForm input[type=email]:focus,
.form-outer .form-inner .mktoForm input[type=tel]:hover,
.form-outer .form-inner .mktoForm input[type=tel]:focus,
.form-outer .form-inner .mktoForm input[type=number]:hover,
.form-outer .form-inner .mktoForm input[type=number]:focus,
.form-outer .form-inner .mktoForm input[type=date]:hover,
.form-outer .form-inner .mktoForm input[type=date]:focus {
  outline: none;
}

.form-outer .form-inner .mktoForm textarea {
  width: 100%;
  min-height: calc(3.0rem * 5);
  margin: 10px 0 15px 0;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  background: #f5f7f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  line-height: 2.4rem;
}

.form-outer .form-inner .mktoForm textarea:hover,
.form-outer .form-inner .mktoForm textarea:focus {
  outline: none;
}

.mktoForm .mktoRadioList.mktoHasWidth, .mktoForm .mktoCheckboxList.mktoHasWidth {
  width: 100% !important;
  padding: 0;
  margin-top: 0.5em;
}

@media (max-width: 480px) {
  .mktoForm .mktoRadioList.mktoHasWidth, .mktoForm .mktoCheckboxList.mktoHasWidth {
    width: 100% !important;
    margin-top: 0.25em !important;
  }
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  line-height: 2em;
  color: #333333;
}

.mktoForm input[type=radio], .mktoForm input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.mktoForm input[type=radio] + label, .mktoForm input[type=checkbox] + label {
  margin: 0;
  padding: 0.2em 0 0.2em 30px;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
}

.mktoForm input[type=radio] + label p, .mktoForm input[type=checkbox] + label p {
  font-weight: 600;
}

.mktoForm input[type=radio] + label:hover, .mktoForm input[type=checkbox] + label:hover {
  background-color: rgba(4, 172, 235, 0.1);
}

.mktoForm input[type=radio] + label::before, .mktoForm input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.mktoForm input[type=radio]:focus + label, .mktoForm input[type=checkbox]:focus + label {
  background-color: rgba(4, 172, 235, 0.1);
}

.mktoForm input[type=radio] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 50%;
}

.mktoForm input[type=radio]:checked + label {
  color: #0066d9;
  font-weight: 600;
}

.mktoForm input[type=radio]:checked + label::before {
  border: 1px solid #0066d9;
  background: #0066d9;
  -webkit-animation: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s normal 1 running radioAnime;
  animation: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s normal 1 running radioAnime;
}

.mktoForm input[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
}

.mktoForm input[type=checkbox]:checked + label {
  color: #0066d9;
}

.mktoForm input[type=checkbox]:checked + label::before {
  border: 1px solid #0066d9;
  background: #0066d9;
  -webkit-animation: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s normal 1 running radioAnime;
  animation: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s normal 1 running radioAnime;
}

.form-outer .form-inner .mktoFormRow input[type=checkbox]+label {
  position: relative;
  cursor: pointer;
}

.form-outer .form-inner .mktoForm .mktoFormRow:nth-of-type(5) input[type=radio]+label {
  margin-top: 10px;
}

.form-outer .form-inner .mktoForm .mktoFormRow:nth-of-type(5) .mktoRadioList {
  margin-bottom: 15px;
}

.form-outer .form-inner .mktoForm .mktoFormRow:nth-of-type(6) input[type=checkbox]+label {
  margin-top: 10px;
}

.form-outer .form-inner .mktoForm .mktoFormRow:nth-of-type(6) .mktoCheckboxList {
  margin-bottom: 15px;
}

.form-outer .form-inner .mktoForm .mktoFormRow:nth-of-type(9) .mktoRequiredField label.mktoLabel {
  display: none;
}

.form-outer .form-inner .mktoFormRow input[type=checkbox]+label::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  content: "";
}

.form-outer .form-inner .mktoFormRow input[type=checkbox]:checked+label::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 8px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
}

.form-outer .form-inner .mktoFormCol,
.form-outer .form-inner .mktoFieldWrap,
.form-outer .form-inner .mktoLabel {
  float: none;
}

.form-outer .form-inner .mktoButtonRow {
  display: block;
  margin-top: 45px;
  padding: 0 10px;
  text-align: center;
}

.form-outer .form-inner .mktoButtonWrap {
  display: block;
}

.form-outer .form-inner .mktoAsterix {
  color: #f00 !important;
}

.form-outer .form-inner .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  position: relative !important;
  display: block !important;
  width: 400px !important;
  margin: 0 auto !important;
  padding: 1.5em !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: normal!important;
  text-align: center !important;
  text-decoration: none !important;
  background: linear-gradient(to right, #0a428b 0%, #2589c3 50%, #0a428b 100%) !important;
  background-size: 200% auto !important;
  border: 0 !important;
  border-radius: 50px !important;
  text-shadow: none !important;
  box-shadow: none !important;
  transition: background-position 0.8s !important;
}

.form-outer .form-inner .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover {
  background-position: right !important;
}

.form-outer .form-inner .mktoButtonWrap .mktoButton::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 35px;
  height: 1px;
  background: #fff;
  content: '';
}

.form-outer .form-inner .mktoButtonWrap .mktoButton::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transform-origin: right center;
  content: '';
}





























@media screen and ( max-width:767px) {


@charset "UTF-8";

/* Common Setting
------------------------------------------ */

.root {
  min-width: initial;
}


/* main-cont
------------------------------------------ */

.main-cont .main-cont__inner {
  padding: 6.66667vw;
}

.main-cont-cta .main-cont-cta__inner {
  width: 100%;
}

.main-cont-cta .main-cont-cta__inner figure {
  width: 25%;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r p {
  font-size: 1.6rem;
  text-align: left;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r p {
  margin-top: 5px;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r p:first-of-type {
  margin-top: 0;
}

.main-cont-cta .main-cont-cta__inner .main-cont-cta__r p span {
  font-size: 1.1rem;
}

.main-cont .main-cont__inner a.main-cont-link {
  width: 100%;
  margin: 20px auto 0;
  padding: 25px 5px;
  font-size: 1.8rem;
}

.main-cont .main-cont__inner a.main-cont-link::after {
  right: 10px;
  width: 8px;
  height: 13px;
}

.main-cont-call {
  margin-top: 20px;
}

.main-cont-call .main-cont-call__inner {
  width: 100%;
  margin: 0 auto;
  padding: 8px 0 14px;
}

.main-cont-call .main-cont-call__inner a {
  font-size: 2.8rem;
  pointer-events: auto;
}

.main-cont-call .main-cont-call__inner a::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url(../images/phone.svg) no-repeat;
  background-size: contain;
  content: "";
}

.main-cont-call .main-cont-call__inner .main-cont-call__ttl {
  font-size: 1.4rem;
}

.main-cont-call .main-cont-call__inner .main-cont-call__text {
  font-size: 1.2rem;
}


/* store-main-visual
------------------------------------------ */

.store-main-visual .store-inner {
  position: relative;
  width: 100%;
  height: 100vw;
  max-height: none;
  margin: 0 auto;
  /*background: url("../images/l-main-visual-img_03.png") no-repeat center bottom;*/
  background-size: 58%;
}

.store-main-visual__intro {
  top: 18%;
  left: 0;
  width: 100%;
  margin-top: 0;
  transform: translateY(0);
  text-align: center;
}

.store-main-visual__intro h1 {
  margin-left: 0;
  font-size: 7.2vw;
  line-height: 1.67em;
  text-align: center;
}

.store-main-visual__intro h1 span,
.store-main-visual__intro h1 span.end {
  letter-spacing: -10px;
}

.store-main-visual__intro h1 .sp_on {
  display: block;
}

.store-main-visual__intro figure {
  width: 80%;
  margin: 18px auto 0;
}

.store-main-visual .store-inner a {
  display: none;
}


/* store-point-list
------------------------------------------ */

.store-point-list .store-inner {
  width: 100%;
  padding: 20px 4vw 12vw;
}

.store-point-list__wrap {
  display: block;
}

.store-point-list__wrap .store-point-list__item {
  width: 100%;
  text-align: center;
}

.store-point-list__wrap .store-point-list__item .ttl {
  font-size: 2.2rem;
}

.store-point-list__wrap .store-point-list__item:nth-of-type(n+2) .ttl {
  margin-top: 25px;
}

.store-point-list__wrap .store-point-list__item .ttl .sp_on {
  display: block;
}

.store-point-list__wrap .store-point-list__item .ttl span {
  font-size: 1.2rem;
}

.store-point-list__wrap .store-point-list__item .text {
  margin-top: 5px;
  font-size: 1.4rem;
}

.store-point-list__wrap .store-point-list__item .text span {
  font-size: 1.0rem;
}


/* efficacy
------------------------------------------ */

.efficacy-content .efficacy-content__inner {
  width: 100%;
  padding: 30px 4vw 30px;
}

.efficacy-content .efficacy-content__inner h3 span {
  font-size: 2.4rem;
}

.efficacy-content .efficacy-content__inner h3 br.sp_on {
  display: block;
}

.efficacy-content .efficacy-content__inner .efficacy-list {
  margin-top: 10px;
  flex-wrap: wrap;
}

.efficacy-content__inner .efficacy-list .efficacy-list__item {
  width: 33%;
  margin-top: 50px;
  padding: 0 15px 15px;
}

.efficacy-content__inner .efficacy-list .efficacy-list__item:first-of-type {
  width: 33%;
}

.efficacy-content__inner .efficacy-list .efficacy-list__item figure {
  width: 60%;
  margin-top: 15px;
}


.efficacy-list__item .efficacy-heading .efficacy-heading__no {
  height: 60px;
  margin-top: -30px;
  padding: 10px 0;
  font-size: 1.3rem;
}

.efficacy-list__item .efficacy-heading .efficacy-heading__no span {
  font-size: 2.2rem;
}

.efficacy-list__item .efficacy-heading .efficacy-heading__lead {
  margin-top: 15px;
  font-size: 1.3rem;
}

.efficacy-list__item .efficacy-heading .efficacy-heading__lead span {
  font-size: 1.8rem;
}



/* store-about
------------------------------------------ */

.store-about .store-inner {
  width: 100% !important;
  padding: 30px 4vw 0 !important;
}

.store-about .store-inner h2 span {
  padding: 1px 20px 3px;
  font-size: 2.0rem;
}

.store-about .store-inner h2 img {
  width: 80%;
  margin: 10px auto 0;
}

.store-about-wrap .store-about-inner {
  padding: 25px 20px;
}

.store-about-wrap .store-about-inner h3 {
  font-size: 2.2rem;
}

.store-about-wrap .store-about-inner .store-about-cont {
  display: block;
  margin-top: 15px;
}

.store-about-cont .store-about-cont__txt {
  font-size: 1.3rem;
}

.c-cs {
  margin-top: 30px;
}

.c-cs .c-cs-inner {
  padding: 15px;
}

.c-cs .c-cs-inner .ttl {
  font-size: 1.6rem;
  text-align: center;
}

.c-cs .c-cs-inner figure {
  margin-top: 15px;
}


/* store-feature
------------------------------------------ */

.store-feature h2, .store-point-list h2 {
  padding: 18px 0;
  font-size: 2.0rem;
}

.store-feature .store-inner {
  width: 100%;
  padding: 0 4vw 8vw;
}

.store-feature .store-inner .store-feature-box {
  position: relative;
  display: block;
  margin-top: 4%;
}

.store-feature-box .store-feature-box__txt {
  width: 100%;
}

.store-feature-box .store-feature-box__txt .store-feature__no {
  position: absolute;
  top: 20px;
  width: 110px;
  margin-top: 0;
  padding: 1px 0 3px;
  font-size: 2.0rem;
}

.store-feature-box .store-feature-box__txt .store-feature__txt {
  margin-top: 30px;
  padding: 70px 4.66667vw 6.33333vw;
}

.store-feature-box__txt .store-feature__txt dt {
  font-size: 2.4rem;
  line-height: 1.5em;
}

.store-feature-box__txt .store-feature__txt dt span {
  font-size: 1.4rem;
}

.store-feature-box__txt .store-feature__txt dd {
  margin-top: 30px;
  font-size: 1.3rem;
}

.store-feature-box__txt .store-feature__txt dd span {
  font-size: 1.0rem;
}

.store-feature .store-inner .store-feature-box figure {
  width: 100%;
}

.store-feature .store-inner > .store-feature-box:nth-of-type(even) .store-feature-box__txt .store-feature__no {
  margin-left: 0;
}

table.line_products {
	width: 100%;
	margin: 20px 0 0 0;
	border-collapse: collapse;
	border: 1px solid #666666; 
	font-size: 14px;
	}
table.line_products th {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background: #e70014;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	padding: 7px;
	}
table.line_products td {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	padding: 7px;
	}

table.line_products2 {
	width: 100%;
	margin: 20px 0 0 0;
	border-collapse: collapse;
	border: 1px solid #666666; 
	}
table.line_products2 th {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background: #efefe1;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	padding: 10px;
	font-size: 16px;
	}
table.line_products2 td {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	text-align: left;
	line-height: 160%;
	padding: 10px;
	font-size: 14px;
	}


/* store-recommend
------------------------------------------ */

.store-recommend h2 {
  padding: 18px 0;
  font-size: 2.0rem;
}

.store-recommend .store-inner {
  width: 100%;
  padding: 0 4vw 30px;
}

.store-recommend .store-inner .store-recommend-box {
  margin-top: 30px;
}

.store-recommend-box .store-recommend-box__ttl {
  width: 100%;
  height: 140px;
  background: linear-gradient(to right,rgba(255,255,255,1) 50% ,rgba(255,255,255,0) 100%), url("../images/rmd-img_01.jpg") no-repeat right;
  background-size: contain;
  background-position: 150% 0;
}

.recommend-box02 .store-recommend-box__ttl {
  background: linear-gradient(to right,rgba(255,255,255,1) 50% ,rgba(255,255,255,0) 100%), url("../images/rmd-img_02.jpg") no-repeat right;
  background-size: contain;
  background-position: 150% 0;
}

.recommend-box03 .store-recommend-box__ttl {
  background: linear-gradient(to right,rgba(255,255,255,1) 50% ,rgba(255,255,255,0) 100%), url("../images/rmd-img_03.jpg") no-repeat right;
  background-size: contain;
  background-position: 150% 0;
}

.store-recommend-box .store-recommend-box__ttl h3 {
  left: 0;
  font-size: 2.0rem;
  text-align: left;
}

.store-recommend-box .store-recommend-box__txtWrap {
  width: 85vw;
  margin: -3vw auto 0;
}

.store-recommend-box .store-recommend-box__txtWrap .store-recommend-box__txt {
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.8em;
}


/* store-service
------------------------------------------ */

.store-service h2 {
  padding: 18px 0;
  font-size: 2.0rem;
}

.store-service .store-inner {
  width: 100%;
  padding: 0 4vw 30px;
}

.store-service .store-inner .intro-txt span {
  font-size: 1.8rem;
}

.store-plan-contentWrap .store-plan-content h3 {
  margin-top: 20px;
  font-size: 1.8rem;
}

.store-plan-contentWrap .store-plan-content h3 span {
  font-size: 5.0rem;
}

.store-plan-contentWrap .store-plan-content p {
  margin-top: 0;
  font-size: 1.0rem;
}

.store-plan-contentWrap .store-plan-content figure {
  margin-top: 30px;
}

.store-plan-detail .store-plan-detail-list {
  display: block;
  margin-top: 30px;
}

.store-plan-detail .store-plan-detail-list .store-plan-detail-list__item {
  width: 100%;
}

.store-plan-detail .store-plan-detail-list .store-plan-detail-list__item .text {
  text-align: center;
}

.store-plan-detail .store-plan-detail-list .store-plan-detail-list__item:nth-of-type(n+2) {
  margin-top: 20px;
}

.store-plan-detail .store-plan-detail__text {
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: center;
}

.store-plan-detail .store-plan-detail__text .sp_on {
  display: block;
}

.products-det .products-det-inner {
  padding: 0 25px 20px;
}

.products-det .products-det-inner h3 {
  font-size: 2.2rem;
}

.products-det .products-det-inner p {
  margin-top: 30px;
  font-size: 1.3rem;
}

.products-det .products-det-inner figure {
  margin-top: 30px;
}

.products-det .products-det-inner figure:first-of-type {
  width: 100%;
}

.products-det .products-det-inner .store-spec {
  margin-top: 30px;
  font-size: 1.2rem;
}

.products-det .products-det-inner .store-spec tr th {
  padding: 15px;
}

.products-det .products-det-inner .store-spec tr td {
  padding: 15px;
}


/* store-flow
------------------------------------------ */

.store-flow h2 {
  padding: 18px 0;
  font-size: 2.0rem;
}

.store-flow .store-inner {
  width: 100%;
  padding: 4vw 4vw 30px;
}

.store-flow .store-inner .intro-txt {
  font-size: 1.8rem;
}

.store-flow-list .store-flow-list__item {
  margin-top: 15px;
  align-items: center;
}

.store-flow-list .store-flow-list__item .store-flow-list__no {
  width: 95px;
  height: 70px;
  padding: 5px 0;
  font-size: 1.8rem;
}

.store-flow-list .store-flow-list__item:not(:last-of-type) .store-flow-list__no::after {
  bottom: -10px;
  border-width: 10px 8px 0 8px;
}

.store-flow-list .store-flow-list__item .store-flow-txtWrap {
  display: flex;
  width: 100%;
  height: 70px;
  padding: 0 13px;
  align-items: center;
}

.store-flow-list__item .store-flow-txtWrap .store-flow-list__ttl {
  font-size: 1.5rem;
  font-weight: bold;
}


/* store-faq
------------------------------------------ */

.store-faq h2 {
  padding: 18px 0;
  font-size: 2.0rem;
}

.store-faq .store-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
}

.store-faq-block {
  padding: 25px 20px;
  border-style: none none solid none;
}

.store-faq-block:nth-of-type(n+2) {
  margin-top: 0;
}

.store-faq-block .answer-txtWrap {
  margin-top: 18px;
}

.store-faq-block .question-txtWrap .question-txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8em;
}

.store-faq-block .question-txtWrap .question-txt::before {
  padding-right: .3em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  content: "Q."
}

.store-faq-block .answer-txtWrap .answer-txt {
  display: inline-block;
  padding-left: 1.2em;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.store-faq-block .answer-txtWrap .answer-txt::before {
  margin-left: -1.0em;
  padding-right: .3em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  content: "A."
}


/* input
------------------------------------------ */

#section-input h1 {
  margin-top: 53px;
  padding: 18px 0;
  font-size: 1.8rem;
}

#section-input .inner {
  width: 100%;
  margin-top: 40px;
  padding: 0 4vw 30px;
}

.form-outer .form-inner {
  padding: 15px 15px;
  font-size: 1.2rem;
}

.form-outer .form-inner .mktoButtonRow {
  padding: 0;
}

.form-outer .form-inner .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  width: 100% !important;
  font-size: 1.4rem !important;
}

.mktoForm.mktoHasWidth.mktoLayoutAbove {
  padding: 0 !important;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm, .mktoForm a {
    padding: 0 !important;
  }
}

/*
.form-outer .form-inner	.mktoForm {
		padding: 0;
}

@media only screen and (max-width: 480px) {
  .mktoForm {
    padding: 0 !important;
  }
}

.form-outer .form-inner {
  width: 100%;
}
    
.form-outer .form-inner {
  display: block;
}

.form-outer .form-inner .mktoFormRow .mktoFieldWrap {
  display: block;
  padding: 0;
}
    
.form-outer .form-inner .mktoField {
  width: 94%;
  margin: 5% 3%;
  padding: 20px 10px;
  font-size: 1.6rem;
}

.form-outer .form-inner textarea.mktoField {
  padding: 10px;
}

.form-outer .form-inner .mktoFormRow label.mktoLabel {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 10px 20px !important;
  border-right: none;
  border-bottom: 1px solid #ddd;
}

.form-outer .form-inner .mktoFormRow:nth-of-type(7) label.mktoLabel {
  padding: 10px 20px !important;
}

.form-outer .form-inner .mktoRadioList label,
.form-outer .form-inner .mktoCheckboxList label{
  width: 45%;
  margin: 5% 0 0 3%;
}

.form-outer .form-inner .mktoRadioList label:nth-of-type(even),
.form-outer .form-inner .mktoCheckboxList label:nth-of-type(even){
  margin: 5% 3% 0 4%;
}

.form-outer .form-inner .mktoRadioList label:nth-last-of-type(-n+2),
.form-outer .form-inner .mktoCheckboxList label:nth-last-of-type(-n+2){
  margin-bottom: 5%;
}

.form-outer .form-inner .mktoRadioList label:first-of-type,
.form-outer .form-inner .mktoCheckboxList label:first-of-type{
  margin-left: 3%;
}

.form-outer .form-inner .mktoButtonRow {
  margin-top: 30px;
  padding: 0;
}

.form-outer .form-inner .mktoButtonWrap .mktoButton {
  width: 100% !important;
}

.form-outer .form-inner .mktoError {
  left: 25px !important;
  bottom: -15px !important;
}

.form-outer .form-inner .mktoError .mktoErrorMsg {
  font-size: 1.3rem;
}
*/




}