@charset "UTF-8";
/* 関数 */
/* 共通 */
.body {
  /* 【header】がpostion tickyの場合overflow非表示 */
  /*overflow: hidden;*/
  letter-spacing: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #6D4F3E;
}

/* 【header】がpostion tickyの場合overflow表示 */
.overfow-hidden {
  overflow: hidden;
}

.wi960 {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.wi1000 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.wi1135 {
  width: 95%;
  max-width: 1135px;
  margin: 0 auto;
}

.wi1366 {
  width: 95%;
  max-width: 1366px;
  margin: 0 auto;
}

.wi912 {
  width: 95%;
  max-width: 912px;
  margin: 0 auto;
}

.wi100 {
  width: 100%;
}

.flex-wa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vi-hidden {
  visibility: hidden;
}

.po-re {
  position: relative;
}

/* ========================== */
/*         index.html         */
/* ========================== */
/* header */
.header-back {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-nav-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.logo {
  max-width: 310px;
  width: 100%;
}

.none {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.fixed {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* fv-header */
.header-tel {
  max-width: 232px;
  width: 100%;
  margin-right: 18px;
}

.header-mail {
  max-width: 28px;
  width: 100%;
  margin-right: 8px;
}

.w-header-in-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-header-mail {
  background-color: #6D4F3E;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 26px;
  padding-bottom: 26px;
  max-width: 200px;
  width: 200px;
}

.header-mail-moji {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.w-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 23px;
}

.w-header-top {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}

.w-header-about-us {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}

.w-header-service {
  max-width: 42px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.w-header-application {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}

.w-header-price-list {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}

.w-header-news {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}

.nav-li-moji {
  color: #6D4F3E;
  font-size: 22px;
}

/* fv */
.fv {
/*  background-image: url("../img/fv.jpg");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  background-color: #E2E9F0;*/
  width: 100%;
  margin: 0 auto;
/*  border-radius: 40px;*/
  max-width: 1080px;
  max-height: 600px;
  /*height: 45vh;*/
  height:auto;
}

/*.fv-section{
    margin-top:236px;
}*/
.fv-moji {
  font-size: 56px;
  color: #fff;
  padding-top: 250px;
  padding-bottom: 250px;
  line-height: 1.5;
}

/* fv-bottom */
.fv-bottom-text-1 {
  color: #6D4F3E;
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 30px;
  padding-top: 30px;
}

	.fv-bottom-text-1 i{
		display:inline;
		font-style:normal;
	}
	.fv-bottom-text-1 span{
		display:block;
	}


.fv-bottom-text-2 {
  color: #6D4F3E;
  font-size: 22px;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 90px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.w-btn-1-yaji {
  height: 9px;
}

.w-btn-1{
  background:url(/wp-content/themes/trslife/img/btn-1-yaji-2.png) #6D4F3E no-repeat;
  background-position:right 20px center;
  background-size:10px auto;
  border:3px solid #6D4F3E;
  border-radius: 56px;
  color:#fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  transition:0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height:100%;
  margin: 0 auto;
  padding:17px 50px 20px 30px;
}
  .w-btn-1:hover{
    background:url(/wp-content/themes/trslife/img/btn-1-yaji.png) #fff no-repeat;
    background-position:right 10px center;
    background-size:10px auto;
    border:3px solid #6D4F3E;
    color:#6D4F3E !important;
  }

.fv-bottom {
  padding-bottom: 120px;
}

/**/
.service-section {
  background-color: #FDF9EF;
}

.service-text-1 {
  font-size: 40px;
  text-align: center;
}

.service-t-border {
  max-width: 40px;
  width: 40px;
  margin: 0 auto;
  height: 3px;
  background-color: #F99900;
  margin-top: 20px;
  margin-bottom: 21.5px;
  border-radius: 3px;
}

.service-text-2 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 52px;
  line-height: 1.6;
}

.btn-2 {
/*  color: #6D4F3E;
  font-size: 16px;
  padding-right: 14px;
  padding-top: 12px;
  padding-bottom: 12px;*/
}

.w-btn-2{
  background:url(/wp-content/themes/trslife/img/btn-1-yaji.png) no-repeat #fff;
  background-position:right 20px center;
  background-size:8px auto;
  border: 1px solid #6D4F3E;
  border-radius: 28px;
  color: #6D4F3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  transition:0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 135px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding:12px 25px 14px 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
  .w-btn-2:hover{
    background:url(/wp-content/themes/trslife/img/btn-1-yaji-2.png) no-repeat #6D4F3E;
    background-position:right 15px center;
    background-size:8px auto;
    color:#fff;
  }

.w-btn-2-yaji {
  height: 12px;
}

.card-1-in {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.card-1-in-text-1 {
  font-size: 24px;
  line-height: 1.6;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}

.card-1-in-text-2 {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 15px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.w-card-1 {
  max-width: 310px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #6D4F3E;
  border-radius: 10px;
  -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
  position: relative;
}

.ww-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-card-1-in-text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 68px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.mr-le-ri-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ww-card-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}

.card-1 img {
  border-radius: 10px 10px 0px 0px;
}

.service-section-in {
  padding-bottom: 115px;
  padding-top: 65px;
}

/**/
.news-section-in {
  padding-top: 115px;
  padding-bottom: 120px;
}

.w-news-no-image img {
  border-radius: 13px;
}

.news-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 12px;
  padding-bottom: 3px;
}

.news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 35px;
}

.news-tag {
  background-color: #FDF9EF;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 18.5px;
  padding-left: 18.5px;
  margin-right: 6px;
  margin-bottom: 11px;
}

.w-news {
  max-width: 300px;
  width: 100%;
}

.ww-news {
  padding-top: 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 71px;
}

.mr-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.w-news-no-image {
  max-width: 300px;
  width: 100%;
  height: 205px;
  border-radius: 8px;
}

.w-news-no-image img {
  width: 100%;
  height: 100%;
}

/**/
.contact-section-in {
  background-image: url("../img/contact-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 80px;
}

.contact-text-1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 80px;
}

.contact-border {
  max-width: 40px;
  width: 40px;
  margin: 0 auto;
  height: 3px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.contact-text-2 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 50px;
  line-height: 2.1;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}

.contact-section-in .w-btn-1 {
  background-color: #6D4F3E;
}

.contact-section-in .btn-1 {
  color: #fff;
}

.w-fv-underlayer-5-back-moji {
  position: absolute;
  top: 78px;
  right: 51px;
}

.w-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 30px;
  max-width: 911px;
  width: 100%;
  margin: 0 auto;
}

.footer-section-in {
  background-color: #FDF9EF;
}

.footer-logo {
  max-width: 387px;
  width: 100%;
  margin-bottom: 33px;
}

.footer-tel {
  max-width: 237px;
  width: 100%;
  margin-top: 20px;
  margin-left: 32px;
}

.w-footer-mail {
  background-color: #6D4F3E;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 26px;
  padding-bottom: 26px;
  max-width: 100%;
  width: 100%;
}

.footer-bottom-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-text-1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.w-footer-bottom {
  border-top: 2px solid #F99900;
}

.footer-bottom-in-text-1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 30px;
  margin-bottom: 10px;
}

.footer-mail-moji {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-mail {
  max-width: 28px;
  width: 100%;
  margin-right: 8px;
}

.w-news-no-image img {
  width: 100%;
}

.w-news:nth-child(2) {
  margin-right: 28px;
  margin-left: 28px;
}

/* about-us */
.fv-underlayer {
  background-image: url("../img/fv-underlayer-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.fv-underlayer-text-1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  padding-top: 175px;
  padding-bottom: 175px;
  text-align: center;
}

.fv-section-underlayer-bottom-text-1 {
  font-size: 36px;
  color: #6D4F3E;
  line-height: 1.6;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
}

.fv-section-underlayer-bottom-text-2 {
  font-size: 22px;
  color: #6D4F3E;
  line-height: 1.9;
  text-align: center;
  padding-bottom: 70px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

/**/
.greeting-section-in {
  background-color: #FDF9EF;
}

.greeting-text-1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding-top: 70px;
  padding-bottom: 22px;
}

.greeting-border {
  width: 40px;
  height: 3px;
  background-color: #EC9C38;
  border-radius: 3px;
  margin: 0 auto;
}

.greeting-in-left {
  max-width: 576px;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 120px;
  position: relative;
  z-index: 5;
  margin-right: 360px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.w-representative {
  max-width: 480px;
  width: 100%;
}

.w-greeting-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-top: 58px;
  padding-bottom: 115px;
}

.greeting-in-right {
  position: absolute;
  right: 0;
  z-index: 4;
}

.greeting-in-right-text {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 25px;
}

.greeting-in-right-text-s1 {
  font-size: 18px;
}

.greeting-in-right-text-s2 {
  font-size: 24px;
}

.GoogleMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*比率をお好みで*/
  margin-top: 60px;
}

/**/
.how-it-works-in-text-1 {
  font-size: 22px;
  line-height: 2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.w-how-it-works {
  max-width: 960px;
  width: 100%;
}

.how-it-works-text-1 {
  text-align: center;
  line-height: 1.9;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.how-it-works-section-in {
  padding-bottom: 100px;
}

.company-in-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #6D4F3E;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
}

.company-in-left {
  width: 208px;
  line-height: 1.4;
}

.company-in-right {
  width: calc(100% - 208px);
  font-weight: 400;
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.company-in {
  margin-top: 120px;
  padding-bottom: 120px;
}

.company-in-in-bottom {
  border-bottom: 1px solid #6D4F3E;
}

.company-section-in {
  background-color: #FDF9EF;
}

/**/
.access-in-left-in-top {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  font-size: 22px;
  line-height: 1;
}

.access-in-left-in-top-left {
  width: 3px;
  height: 31px;
  background-color: #EC9C38;
  border-radius: 3px;
}

.w-access-in-left-in-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access-in-left-in-bottom {
  padding-top: 15px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.w-access-in-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
}

.access-in-left {
  width: 50%;
}

.access-in-left-2 {
  width: 50%;
  margin-left: auto;
  padding-top: 30px;
}

.access-in-in {
  padding-bottom: 70px;
}

/******/
.fv-underlayer-2 {
  background-image: url("../img/fv-underlayer-2-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.fv-section-underlayer-2-bottom-text-1 {
  font-size: 22px;
  padding-top: 77px;
  padding-bottom: 60px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.w-btn-3-yaji {
  height: 9px;
  position: absolute;
  right: 17px;
}

.btn-3{
	background-image:url(/wp-content/themes/trslife/img/btn-3-yaji.png);
	background-position:right 10px top 32px;
	background-repeat:no-repeat;
	background-size:15px auto;
	border:3px solid #6D4F3E;
	border-radius:40px;
	color: #6D4F3E;
	display:inline-block;
	font-size: 22px;
	line-height:100%;
	margin:0 0 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align:center;
	transition:0.25s;
	width:280px;
}
	.btn-3:nth-of-type(1),
	.btn-3:nth-of-type(2){
		margin-right:10px;
	}

	.btn-3:hover{
		background-color:#6D4F3E;
		background-image:url(/wp-content/themes/trslife/img/btn-3-yaji-2.png);
		background-position:right 10px top 36px;
		color:#fff;
	}


.w-btn-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border: 3px solid #6D4F3E;
  border-radius: 56px;
  max-width: 287px;
  width: 100%;
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
}

.ww-btn-3-top {
	text-align:center;
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 902px;
  width: 100%;
  margin: 0 auto;*/
}

.ww-btn-3-bottom {
	text-align:center;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 596px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;*/
}

.ww-btn-3 {
  padding-bottom: 80px;
}

.identity-guarantee-text-1 {
  font-size: 40px;
  line-height: 1.4;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
}

.identity-guarantee-in-text-1 {
  font-size: 32px;
  padding-bottom: 35px;
  border-bottom: 2px solid #F99900;
  line-height: 1.4;
}

.identity-guarantee-in-text-2 {
  font-size: 19px;
  padding-bottom: 35px;
  line-height: 1.6;
  padding-bottom: 60px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}

.w-identity-guarantee-1 {
  max-width: 424px;
  width: 100%;
  margin-left: 32px;
}

.w-identity-guarantee-in-in-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.w-identity-guarantee-in {
  background-color: #FDF9EF;
  border-radius: 20px;
}

.w-identity-guarantee-in-in {
  margin: 0 auto;
  width: 91%;
  padding-top: 50px;
  padding-bottom: 60px;
}

.w-identity-guarantee-in-left {
  width: calc(100% - 447px);
}

.identity-guarantee-in-text-3-border {
  width: 2px;
  height: 32px;
  background-color: #F99900;
}

.w-identity-guarantee-in-text-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}

.identity-guarantee-in-text-3 {
  font-size: 20px;
  padding-left: 7.5px;
}

.w-identity-guarantee-in-text-4 {
  background-color: #FAEFCF;
  border-radius: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 8px;
}

.identity-guarantee-in-text-4-1 {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.identity-guarantee-section-in {
  padding-bottom: 80px;
}

.identity-guarantee-section-in-2 {
  background-color: #FDF9EF;
  padding-bottom: 80px;
}

.w-identity-guarantee-in-2 {
  background-color: #fff;
  border-radius: 20px;
}

.ww-identity-guarantee-in-2 {
  margin-top: 60px;
}

.w-identity-guarantee-in-text-4-2 {
  background-color: #FAEFCF;
  border-radius: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ww-identity-guarantee-in-text-4-3 {
  background-color: #FAEFCF;
  border-radius: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 8px;
}

.w-identity-guarantee-in-text-4-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-identity-guarantee-in-text-4-left {
  padding-right: 22px;
}

.w-identity-guarantee-in-3 {
  background-color: #FDF9EF;
  border-radius: 20px;
}

.identity-guarantee-section-in-last {
  padding-bottom: 120px;
}

/*******/
.fv-underlayer-3 {
  background-image: url("../img/fv-underlayer-3-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.flow-text-1 {
  font-size: 40px;
  text-align: center;
  padding-top: 80px;
}

.flow-text-1-border {
  width: 40px;
  height: 3px;
  background-color: #F99900;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 63px;
}

.flow-in-right-text-1 {
  font-size: 24px;
  padding-bottom: 8.5px;
  border-bottom: 2px solid #F99900;
  display: inline-block;
}

.flow-in-right-text-2 {
  font-size: 20px;
  line-height: 1.6;
  padding-top: 8.5px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.w-flow-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}

.flow-in-right-1 {
  max-width: 526px;
  width: 100%;
  padding-left: 80px;
}

.w-flow-1 {
  max-width: 183px;
  width: 100%;
}

.flow-in-right {
  max-width: 100%;
  width: 100%;
  padding-left: 80px;
}

.flow-section-in {
  padding-bottom: 40px;
}

/* news-a */
.fv-underlayer-4 {
  background-image: url("../img/fv-underlayer-4-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.w-news-back {
  max-width: 256px;
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.w-a-news-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.w-a-news-1-right {
  margin-left: 40px;
}

.a-news-1-right-1 {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}

.a-news-1-right-2 {
  font-size: 22px;
  line-height: 1.6;
}

.a-news-1-right-3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}

.w-a-news-tag {
  background-color: #FDF9EF;
  padding-right: 18.5px;
  padding-left: 18.5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  border-radius: 24px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.ww-a-news {
  border-bottom: 2px solid #F99900;
  padding-bottom: 20px;
  margin-bottom: 52px;
}

.category-top {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 3px solid #F99900;
  margin-bottom: 25px;
}

.cat-item {
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #F99900;
}

.wwww-a-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60.5px;
}

.w-category {
  max-width: 269px;
  width: 100%;
  margin-left: 64px;
}

.www-a-news {
  width: calc(100% - 333px);
}

/* news-s */
.s-news-1-right-1 {
  font-size: 14px;
}

.s-news-1-right-2 {
  font-size: 24px;
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 45px;
}

.s-news-1-right-3 {
  font-size: 20px;
  line-height: 1.8;
  padding-bottom: 67px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}

.wwww-s-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ww-s-news {
  border-bottom: 3px solid #F99900;
}

.www-s-news {
  width: calc(100% - 333px);
  padding-bottom: 120px;
}

/**/
.w-btn-4-yaji {
  height: 12px;
}

.btn-4 {
  color: #6D4F3E;
  font-size: 22px;
  padding-left: 17.7px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.w-btn-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #6D4F3E;
  border-radius: 56px;
  padding-right: 44px;
  padding-left: 20px;
  margin-top: 40px;
}

.w-a-news-2-s {
  padding-bottom: 30px;
}

/* contact */
.fv-underlayer-5 {
  background-image: url("../img/fv-underlayer-5-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.P_contact-text-1 {
  font-size: 22px;
  line-height: 2;
  text-align: center;
  letter-spacing: -0.01em;
  padding-top: 65px;
  padding-bottom: 135px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.P_contact-in-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.P_contact-in-left-mandatory {
  background-color: #F99900;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  height: 32px;
}

.P_contact-in-left-text-1 {
  font-size: 20px;
  padding-top: 5px;
}

.P_contact-in-left {
  max-width: 235px;
  width: 100%;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
}

.input-text {
  min-height: 56px;
  border-radius: 5px;
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
}

.P_contact-in-right {
  width: calc(100% - 275px);
}

.P_contact-in-right-2 {
  width: 152px;
}

.P_contact-in-right-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.P_contact-in-left-2 {
  max-width: 235px;
  width: 100%;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-select-yaji {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 4;
}

.w-select-1 {
  position: relative;
}

.P_contact-in-right-4 {
  width: 220px;
}

.select-1 {
  position: relative;
  z-index: 5;
  background-color: #fff0;
}

.P_contact-in-right-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.w-date {
  width: 100%;
  max-width: 220px;
  margin-right: 11px;
}

.w-select-2 {
  position: relative;
  max-width: 220px;
  width: 100%;
}

.w-P_contact-in-right-5-text-1 {
  font-size: 20px;
  padding-top: 17px;
  margin-right: 32px;
  max-width: 112px;
  width: 100%;
}

.input-textarea {
  width: 100%;
  min-height: 240px;
  resize: vertical;
  padding-top: 19px;
}

.w-textarea {
  width: 100%;
}

.w-form-btn {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
  margin-top: 80px;
}

.form-btn-1 {
  background-color: #fff;
  border: 2px solid #6D4F3E;
  border-radius: 64px !important;
  height: 64px;
  width: 100%;
  font-size: 24px;
  letter-spacing: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #6D4F3E;
  cursor: pointer;
}

.P_contact-in-left-mandatory-2 {
  background-color: #F99900;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  height: 32px;
  margin-left: 20px;
  max-width: 48px;
  width: 100%;
  /*margin-top:13px;*/
}

.input-check {
  font-size: 20px;
}

.w-input-checkbox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select-2 {
  position: relative;
  z-index: 5;
  background-color: #fff0;
}

.ww-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* page-nation */
/*
.pages{
    display: none;
}
.page {
    font-size: 16px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #6D4F3E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.current{
    font-size: 16px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #6D4F3E;
    border: 1px solid #6D4F3E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: $font_fa_hirai;
    margin-top: -12px;
    padding-bottom:60px;
}
.previouspostslink {
    font-size: 20px;
    margin-right: 20px;
}
.nextpostslink {
    font-size: 20px;
    margin-left: 20px;
}
.last {
    font-size: 20px;
    margin-left: 10px;
}
.first{
    font-size: 20px;
    margin-right: 10px;
}
*/
/* taxnomy */
/*
.page-numbers{
    font-size: 16px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #6D4F3E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-links{
    display: flex;
    align-items: center;
    padding-bottom:32px;
}
.next {
    font-size: 20px;
    margin-left: 20px;
}*/
.w-tag-svg {
  width: 32px;
  margin-right: 8px;
}

.T_tag-moji {
  font-size: 28px;
}

.T_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-numbers a, .page-numbers span {
  font-size: 16px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #6D4F3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

.page-numbers li {
  width: 100%;
  max-width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
}

.prev, .next, .dots {
  border: none !important;
  border-radius: inherit !important;
  font-size: 20px !important;
}

.page-numbers .current {
  background-color: #6D4F3E;
  color: #fff;
}

.pagination {
  margin-top: -12px;
  padding-bottom: 60px;
}

.w-news-back img {
  height: 100%;
  width: 100%;
}

/* price */
.fv-underlayer-6 {
  background-image: url("../img/fv-underlayer-6-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.ww-priec-top-1 {
  background-color: #F3FFEF;
  border-radius: 20px;
  margin-bottom: 60px;
}

.ww-priec-top-1-text-1 {
  background-color: #5BBC3D;
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.ww-priec-top-1-text-2 {
  font-size: 22px;
  padding-top: 45px;
  padding-bottom: 25px;
  line-height: 1.4;
  text-align: center;
}

.ww-priec-top-1-text-3 {
  font-size: 44px;
  padding-bottom: 42px;
  line-height: 1.4;
  text-align: center;
}

.ww-priec-top-1-text-3-span {
  font-size: 28px;
}

.ww-priec-top-2 {
  background-color: #FDF9EF;
  border-radius: 20px;
  margin-bottom: 60px;
}

.ww-priec-top-2-text-1 {
  background-color: #F99900;
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.ww-priec-top-2-text-2 {
  font-size: 22px;
  padding-top: 45px;
  padding-bottom: 25px;
  line-height: 1.4;
  text-align: center;
}

.ww-priec-top-2-text-3 {
  font-size: 44px;
  padding-bottom: 42px;
  line-height: 1.4;
  text-align: center;
}

.ww-priec-top-2-text-3-span {
  font-size: 28px;
}

.ww-priec-top-3 {
  background-color: #F4F6FF;
  border-radius: 20px;
  margin-bottom: 60px;
}

.ww-priec-top-3-text-1 {
  background-color: #3D55BC;
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.ww-priec-top-3-text-2 {
  font-size: 22px;
  padding-top: 45px;
  padding-bottom: 25px;
  line-height: 1.4;
  text-align: center;
}

.ww-priec-top-3-text-3 {
  font-size: 44px;
  padding-bottom: 42px;
  line-height: 1.4;
  text-align: center;
}

.ww-priec-top-3-text-3-span {
  font-size: 28px;
}

.ww-priec-top {
  padding-bottom: 50px;
}

.w-ww-priec-bottom-1 {
  background-color: #6D4F3E;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  cursor: pointer;
}

.w-ww-priec-bottom-plus {
  max-width: 40px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-left: 17px;
}

.ww-priec-bottom-1 {
  color: #fff;
  font-size: 32px;
}

.w-ww-priec-bottom-plus-yoko {
  width: 25px;
  height: 5px;
  background-color: #6D4F3E;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.w-ww-priec-bottom-plus-tate {
  width: 5px;
  height: 25px;
  background-color: #6D4F3E;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ww-price-1 {
	padding-top: 70px;
}
	.ww-price-1 h2{
		background:url(/wp-content/themes/trslife/img/underbar_y.png) no-repeat;
		background-position:center bottom;
		font-size:44px;
		padding:0 0 20px;
		text-align:center;
	}
		.ww-price-1 h2 i{
			font-size:16px;
			font-style:normal;
			padding:0 0 0 20px;
		}
	.ww-price-1 table{
		border:3px solid #6D4F3E;
		border-bottom:none;
		border-collapse: separate;
		border-spacing: 0;
		border-radius: 10px;
		margin:40px 0;
		overflow: hidden;
		width:100%;
	}
		.ww-price-1 th,
		.ww-price-1 td{
			border-bottom: 3px solid #6D4F3E;
			padding:20px;
		}
	.ww-price-1 table thead{
		background:#6D4F3E;
		border-bottom: 3px solid #6D4F3E;
		color:#fff;
		font-size:30px;
		text-align:center;
	}
		.ww-price-1 table thead td:nth-of-type(1),
		.ww-price-1 table thead td:nth-of-type(2){
			background:url(/wp-content/themes/trslife/img/white_block.gif) repeat-y;
			background-size:3px auto;
			background-position:right center;
		}
	.ww-price-1 table tbody{
	}
		.ww-price-1 table tbody tr th{
			font-size:30px;
			font-weight:bold;
			vertical-align:middle;
			text-align:center;
		}
			.ww-price-1 table tbody tr i{
				display:inline-block;
				font-size:16px;
				font-style:normal;
				text-align:right;
				width:40px;
			}
		.ww-price-1 table tbody tr td{
			font-size:25px;
			font-weight:bold;
		}
		.ww-price-1 table tbody th,
		.ww-price-1 table tbody td:nth-of-type(1){
			background:url(/wp-content/themes/trslife/img/brown_block.gif) repeat-y;
			background-size:3px auto;
			background-position:right center;
		}
		.ww-price-1 table tbody td:nth-of-type(2){
			text-align:right;
		}
	.ww-price-1 .no1{
		background-color:#fff;
	}
	.ww-price-1 .no2{
		background-color:#F3FFEF;
	}
	.ww-price-1 .no3{
		background-color:#FDF9EF;
	}
	.ww-price-1 .no4{
		background-color:#F4F6FF;
	}
	.ww-price-1 .no5{
		background-color:#fff;
	}
	.ww-price-1 p{
		font-size:20px;
		line-height:160%;
		margin:0 0 10px;
	}
@media screen and (max-width: 767px) {
	.ww-price-1 h2{
		font-size:25px;
		font-weight:bold;
		padding:40px 0 20px;
	}
		.ww-price-1 h2 i{
			font-size:12px;
			padding:0 0 0 5px;
		}
		.ww-price-1 th,
		.ww-price-1 td{
			padding:10px;
		}
	.ww-price-1 table thead{
		font-size:16px !important;
	}
		.ww-price-1 table tbody tr th,
		.ww-price-1 table tbody tr td{
			font-size:16px;
		}
	.ww-price-1 p{
		font-size:14px;
	}
}

/*
.ww-price-1 table thead th + th,
.ww-price-1 table tbody td {
  border-left: 1px solid #aaa;
}
.ww-price-1 table tbody tr:last-child th,
.ww-price-1 table tbody tr:last-child td {
  border-bottom: none;
}*/









.w-price-1 {
  padding-bottom: 160px;
}

.price-section-in {
  padding-bottom: 200px;
}

.w-ww-priec-top-1-text-2 {
  width: 90%;
  margin: 0 auto;
}

.P_price-text-1 {
  font-size: 22px;
  line-height: 2;
  text-align: center;
  letter-spacing: -0.01em;
  padding-top: 65px;
  padding-bottom: 108px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.ww-priec-top-text-3-span {
  font-size: 28px;
}

.ww-priec-bottom-2 {
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
}

/* privacy-policy */
.fv-underlayer-7 {
  background-image: url("../img/fv-underlayer-7-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.privacy-text-1 {
  padding-top: 80px;
  padding-bottom: 144px;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

/**/
.top-menu {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 89;
}

/* add-220524 */
.checkbox-privacy {
  margin-top: 0;
}

.wpcf7-not-valid-tip {
  padding-top: 0.5em;
}

.w-select-yaji-2 {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 4;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.wwww-s-news {
  padding-top: 211px;
}

/* ratin */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fv {
/*    background-image: url("../img/fv@2x.png");*/
  }
  .contact-section-in {
    background-image: url("../img/contact-back@2x.png");
  }
  .fv-underlayer {
    background-image: url("../img/fv-underlayer-back@2x.png");
  }
  .fv-underlayer-2 {
    background-image: url("../img/fv-underlayer-2-back@2x.png");
  }
  .fv-underlayer-3 {
    background-image: url("../img/fv-underlayer-3-back@2x.png");
  }
  .fv-underlayer-4 {
    background-image: url("../img/fv-underlayer-4-back@2x.png");
  }
  .fv-underlayer-5 {
    background-image: url("../img/fv-underlayer-5-back@2x.png");
  }
  .fv-underlayer-6 {
    background-image: url("../img/fv-underlayer-6-back@2x.png");
  }
  .fv-underlayer-7 {
    background-image: url("../img/fv-underlayer-7-back@2x.png");
  }
}

/* ================================== */
/*                 sp                 */
/* ================================== */
@media screen and (max-width: 960px) {
  /* 共通 */
  /**/
  .nav-li-moji {
    color: #6D4F3E;
    font-size: 2.3vw;
  }
  .w-header-top {
    max-width: 4.2vw;
    margin-bottom: 0.7vw;
  }
  .w-header-about-us {
    max-width: 4.2vw;
    margin-bottom: 0.7vw;
  }
  .w-header-service {
    max-width: 4.2vw;
    margin-bottom: 0.7vw;
  }
  .w-header-application {
    max-width: 4.2vw;
    margin-bottom: 0.7vw;
  }
  .w-header-price-list {
    max-width: 4.2vw;
    margin-bottom: 0.7vw;
  }
  .w-header-news {
    max-width: 4.2vw;
    margin-bottom: 0.7vw;
  }
  .header-tel {
    max-width: 24vw;
    margin-right: 3.3vw;
  }
  .w-header-mail {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    max-width: 22vw;
    width: 22vw;
  }
  .header-mail {
    max-width: 2.9vw;
    margin-right: 0.8vw;
  }
  .header-mail-moji {
    font-size: 2.1vw;
  }
  .logo {
    max-width: 32vw;
  }
  /*.fv-section {
        margin-top: 24.5vw;
    }*/
  /* news */
  .wwww-a-news {
    display: block;
    padding-bottom: 0;
  }
  .w-category {
    margin-left: 0;
    margin-bottom: 127px;
    max-width: 100%;
  }
  .cat-item {
    width: 89.3%;
    margin: 0 auto;
  }
  .www-a-news {
    width: 100%;
  }
  .wwww-s-news {
    display: block;
    padding-top: 120px;
  }
  .www-s-news {
    width: 100%;
    padding-bottom: 160px;
  }
  /* contact */
  .P_contact-in-text {
    display: block;
  }
  .P_contact-in-left {
    padding-bottom: 20px;
  }
  .P_contact-in-right {
    width: 100%;
  }
  .form-radio {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  /*.fv-section {
        margin-top: 25vw;
    }*/
  .btn-3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 850px) {
  /*.fv-section {
        margin-top: 25.7vw;
    }*/
}

@media screen and (max-width: 800px) {
  /*.fv-section {
        margin-top: 26.4vw;
    }*/
}

@media screen and (max-width: 767px) {
  /* ratin */
}


@media screen and (max-width: 767px) {
  /* 共通 */
  .sp80 {
    width: 89.3%;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 255, 0.452);*/
  }
  .wi912 {
    width: 100%;
    max-width: 912px;
    margin: 0 auto;
  }
  .wi960 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .wi1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .wi1135 {
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
  }
  .wi1366 {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
  .fv-mb {
    margin-top: 60px;
  }
  /* fv */
  .fv {
/*    background-image: url("../img/fv-sp.png");
    border-radius: 0;*/
    width: 100%;
    margin-top: 60px;
/*    background-position: right center;*/
    height: auto;
  }
  .logo {
    max-width: 155px;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  /**/
  .fv-bottom-text-1 {
    font-size: 20px;
    padding-bottom: 33px;
    padding-top: 33px;
  }
		.fv-bottom-text-1 i{
			display:block;
			font-style:normal;
		}
		.fv-bottom-text-1 span{
			display:inline;
		}
  .fv-bottom-text-2 {
    color: #6D4F3E;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 32px;
  }
  .w-btn-1 {
/*    border: none;
    border-radius: 30px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #6D4F3E;*/
  }
  .btn-1 {
/*    color: #fff;
    font-size: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;*/
  }
  .w-btn-1-yaji {
    height: 10px;
  }
  .fv-bottom {
    padding-bottom: 60px;
  }
  .w-news:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
  }
  /**/
  .service-text-1 {
    font-size: 24px;
  }
  .service-section-in {
    padding-bottom: 37.5px;
    padding-top: 40px;
  }
  .ww-card {
    display: block;
  }
  .mr-le-ri-15 {
    margin-right: auto;
    margin-left: auto;
  }
  .service-t-border {
    max-width: 40px;
    width: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .service-text-2 {
    font-size: 16px;
    padding-bottom: 29px;
  }
  .card-1-in {
    display: block;
  }
  .card-1-in-text-1 {
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 20px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-1-in-text-2 {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .btn-2 {
    color: #fff;
    font-size: 16px;
    padding-right: 5px;
  }
  .w-btn-2 {
    border: 1px solid #6D4F3E;
/*    background-color: #6D4F3E;*/
    width: 130px;
  }
  .w-card-1-in-text-2 {
    padding-bottom: 60px;
  }
  .w-card-1 {
    margin: 0 auto;
    margin-bottom: 32.5px;
  }
  .ww-card-2 {
    display: block;
    padding-top: 0;
  }
  .news-section-in {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .ww-news {
    display: block;
  }
  .news-date {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .news-title {
    font-size: 18px;
    padding-bottom: 13px;
  }
  .news-tag {
    border-radius: 10px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mr-24 {
    margin-right: auto;
    margin-left: auto;
  }
  .w-news {
    padding-bottom: 25px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  .ww-news {
    padding-top: 0;
    padding-bottom: 42.5px;
  }
  .contact-text-1 {
    font-size: 24px;
    padding-top: 36px;
  }
  .contact-text-2 {
    font-size: 16px;
    padding-bottom: 35px;
    line-height: 1.6;
    font-weight: 400;
  }
  .contact-section-in {
    padding-bottom: 60px;
    background-image: url("../img/contact-back-sp.png");
  }
  .ww-priec-bottom-2 {
    font-size: 16px;
  }
  .w-footer {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-logo {
    max-width: 194px;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-text-1 {
    font-size: 13px;
    padding-bottom: 22.5px;
  }
  .w-footer-tel {
    background-color: #F99900;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px;
    padding-bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 70px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  .footer-tel-svg {
    max-width: 20px;
    margin-right: 10px;
  }
  .footer-mail {
    max-width: 20px;
    margin-right: 10px;
  }
  .footer-mail-moji-s1 {
    font-size: 12px;
    padding-right: 26px;
  }
  .footer-mail-moji {
    font-size: 20px;
    text-align: center;
  }
  .w-footer-mail {
    width: 100%;
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-bottom-in-text-1 {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 2px solid #F99900;
    margin-right: 0;
    margin-bottom: 0;
  }
  .w-footer-bottom {
    border-top: none;
  }
  .footer-bottom-in-text-1-bb {
    border-bottom: 2px solid #F99900;
  }
  .footer-bottom-in {
    padding-bottom: 60px;
    padding-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer-bottom-in-right {
    width: 50%;
    margin-right: 7px;
  }
  .footer-bottom-in-left {
    width: 50%;
    margin-left: 7px;
  }
  .w-identity-guarantee-in-3 {
    border-radius: 15px;
  }
  .w-news-no-image {
    height: auto;
    max-width: 100%;
  }
  /****/
  .fv-underlayer {
    background-image: url("../img/fv-underlayer-back-sp.png");
  }
  .fv-underlayer {
    margin-top: 60px;
  }
  .fv-section-underlayer-bottom-text-1 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fv-section-underlayer-bottom-text-2 {
    font-size: 16px;
    padding-bottom: 50px;
  }
  .fv-underlayer-text-1 {
    padding-top: 85px;
    padding-bottom: 85px;
    font-size: 24px;
  }
  .greeting-text-1 {
    font-size: 24px;
    padding-top: 36.5px;
    padding-bottom: 10px;
  }
  .greeting-border {
    width: 20px;
  }
  .w-greeting-in-text-2 {
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
    padding-bottom: 40px;
  }
  .greeting-in-right {
    position: relative;
  }
  .w-greeting-in {
    display: block;
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .w-representative {
    margin: 0 auto;
  }
  .greeting-in-left {
    font-size: 15px;
    padding-top: 40px;
    max-width: 100%;
  }
  .how-it-works-text-1 {
    line-height: 1.5;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .how-it-works-section-in {
    padding-bottom: 60px;
  }
  /**/
  .company-in-in {
    display: block;
  }
  .company-in-left {
    width: 100%;
    padding-bottom: 15px;
  }
  .company-in-right {
    width: 100%;
    font-size: 14px;
  }
  .company-in-in {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .company-in {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  /**/
  .w-access-in-left {
    display: block;
    padding-top: 0;
  }
  .GoogleMap {
    margin-top: 30px;
  }
  .access-in-left {
    width: 100%;
    padding-top: 30px;
  }
  .access-in-left-2 {
    width: 100%;
    margin-left: auto;
  }
  .access-in-left-in-top {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 7px;
    font-size: 20px;
    line-height: 1;
  }
  .access-in-left-in-top-left {
    height: 20px;
  }
  .access-in-left-in-bottom {
    line-height: 1.4;
    font-size: 15px;
  }
  .access-in-in {
    padding-bottom: 65px;
  }
  /**/
  .fv-underlayer-2 {
    background-image: url("../img/fv-underlayer-2-back-sp.png");
  }
  .fv-section-underlayer-2-bottom-text-1 {
    font-size: 16px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 89.3%;
  }
  .w-btn-3 {
    border: none;
    border-radius: 55px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #695041;
  }
  .btn-3 {
    background-position:right 10px center;
    color: #fff;
    font-size: 16px !important;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    text-align: center;
    line-height: 1.3;
  }
    .btn-3:hover{
    	background-position:right 10px center;
    }
  .w-btn-3-right {
    margin-right: 2.3%;
  }
  .w-btn-3-left {
    margin-left: 2.3%;
  }
  .w-btn-3-yaji {
    right: 10%;
  }
  .ww-btn-3-top {
    text-align:center;
    width:100%;
  }
/*  .ww-btn-3-top-2 {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
  .ww-btn-3-top-3 {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
  }*/
  .ww-btn-3 {
    padding-bottom: 55px;
  }
  .identity-guarantee-text-1 {
    font-size: 24px;
    line-height: 1.4;
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center;
  }
  .identity-guarantee-in-text-1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .w-identity-guarantee-in-in-in {
    padding-top: 20px;
    display: block;
  }
  .w-identity-guarantee-in-left {
    width: 100%;
  }
  .identity-guarantee-in-text-2 {
    font-size: 15px;
    padding-bottom: 17px;
  }
  .w-identity-guarantee-in-in {
    margin: 0 auto;
    width: 88%;
    padding-top: 17.5px;
    padding-bottom: 25px;
  }
  .w-identity-guarantee-1 {
    max-width: 100%;
    margin-left: 0;
  }
  .identity-guarantee-in-text-3 {
    font-size: 15px;
    padding-left: 3.25px;
  }
  .identity-guarantee-in-text-3-border {
    height: 16px;
  }
  .w-identity-guarantee-in-text-3 {
    padding-bottom: 15px;
    padding-top: 30px;
  }
  .identity-guarantee-in-text-4-1 {
    font-size: 15px;
    line-height: 1.5;
  }
  .w-identity-guarantee-in-text-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  .identity-guarantee-section-in {
    padding-bottom: 60px;
  }
  .identity-guarantee-section-in-last {
    padding-bottom: 60px;
  }
  .w-identity-guarantee-in-text-4-2 {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    display: block;
  }
  .w-identity-guarantee-in-text-4-right {
    padding-top: 27px;
  }
  .ww-identity-guarantee-in-text-4-3 {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    display: block;
  }
  /*****/
  .fv-underlayer-3 {
    background-image: url("../img/fv-underlayer-3-back-sp.png");
  }
  .flow-text-1 {
    font-size: 24px;
    padding-top: 36px;
  }
  .flow-text-1-border {
    width: 20px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .w-flow-in {
    display: block;
    padding-bottom: 65px;
  }
  .w-flow-1 {
    margin: 0 auto;
  }
  .flow-in-right-1 {
    padding-left: 0;
    max-width: 100%;
  }
  .ww-flow-in {
    width: 88%;
    margin: 0 auto;
  }
  .flow-in-right {
    padding-left: 0;
  }
  .w-flow-1 {
    max-width: 145px;
    margin-bottom: 30px;
  }
  .flow-in-right-text-1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .flow-in-right-text-2 {
    font-size: 16px;
    padding-top: 10px;
  }
  /* news */
  .w-a-news-1 {
    display: block;
  }
  .w-news-back {
    max-width: 100%;
    margin: 0 auto;
  }
  .w-a-news-1-right {
    margin-left: 0;
    padding-top: 10px;
  }
  .a-news-1-right-1 {
    padding-bottom: 15px;
  }
  .a-news-1-right-2 {
    font-size: 18px;
    padding-top: 7px;
  }
  .a-news-1-right-3 {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .w-a-news-tag {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .ww-a-news {
    border-bottom: none;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .category-top {
    font-size: 24px;
    padding-bottom: 14.5px;
    border-bottom: 2px solid #F99900;
    margin-bottom: 20px;
  }
  .cat-item {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #F99900;
    width: 89.3%;
  }
  .fv-underlayer-4 {
    background-image: url("../img/fv-underlayer-4-back-sp.png");
  }
  .w-category {
    max-width: 100%;
  }
  /* news-s */
  .w-btn-4 {
    border: none;
    border-radius: 30px;
    padding-right: 15px;
    padding-left: 20px;
    background-color: #6D4F3E;
    margin-top: 20px;
  }
  .btn-4 {
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .w-btn-4-yaji {
    height: 14px;
  }
  .www-s-news {
    padding-bottom: 80px;
  }
  .s-news-1-right-2 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 28px;
  }
  .s-news-1-right-3 {
    font-size: 16px;
    padding-bottom: 56px;
  }
  .w-a-news-2-s {
    padding-bottom: 10px;
  }
  .ww-s-news {
    border-bottom: 2px solid #F99900;
  }
  .w-news-back {
    height: auto;
  }
  .w-news-back img {
    width: 100%;
  }
  .w-tag-svg {
    width: 20px;
    margin-right: 4px;
  }
  .T_tag-moji {
    font-size: 20px;
  }
  .T_tag {
    padding-bottom: 16px;
  }
  .page-numbers li {
    max-width: 44px;
    height: 44px;
  }
  .pagination {
    margin-top: 0;
    padding-bottom: 80px;
  }
  .w-category {
    margin-left: 0;
    margin-bottom: 65px;
  }
  /* contact */
  .fv-underlayer-5 {
    background-image: url("../img/fv-underlayer-5-back-sp.png");
  }
  .P_contact-text-1 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: inherit;
    padding-top: 47px;
    padding-bottom: 61px;
  }
  .P_contact-in-right {
    width: 100%;
  }
  .P_contact-in-left {
    max-width: inherit;
    width: inherit;
    margin-right: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 12px;
  }
  .P_contact-in-left-2 {
    max-width: inherit;
    width: inherit;
    margin-right: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 12px;
  }
  .P_contact-in-left-mandatory {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 4px;
    font-size: 12px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0.8;
  }
  .P_contact-in-left-text-1 {
    font-size: 16px;
    padding-top: 0;
    padding-right: 13.5px;
  }
  .P_contact-in-left {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .P_contact-in-left-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .input-text {
    min-height: 50px;
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
  }
  .P_contact-in-text {
    margin-bottom: 30px;
  }
  .P_contact-in-right-2 {
    width: 100%;
  }
  .input-age {
    width: 50%;
  }
  .radio01 {
    width: 100% !important;
  }
  .radio01-child {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .form-radio {
    padding-bottom: 20px;
  }
  .P_contact-in-right-3 {
    display: block;
  }
  .w-input-radio {
    margin-bottom: 32px;
  }
  .radio01::after {
    width: 13px !important;
    height: 13px !important;
    left: 4px !important;
  }
  .radio01::before {
    width: 21px !important;
    height: 21px !important;
    left: 0 !important;
  }
  .P_contact-in-right-3 {
    font-weight: 400;
  }
  /*.radio01 {
        padding-left: 32px!important;
    }*/
  .P_contact-in-right-4 {
    width: 50%;
  }
  .w-select-yaji {
    width: 8px;
    height: 8px;
    right: 8px;
  }
  .P_contact-in-right-5 {
    display: block;
  }
  .w-P_contact-in-right-5-text-1 {
    font-size: 14px;
    padding-top: 10px;
    margin-right: 32px;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .w-date {
    width: 50%;
  }
  .w-select-2 {
    width: 50%;
  }
  .w-input-date {
    margin-bottom: 10px;
  }
  .w-input-date-last {
    margin-bottom: 30px;
  }
  .vi-hidden {
    display: none;
  }
  .input-textarea {
    min-height: 160px;
    padding-top: 10px;
  }
  .checkbox02 {
    font-size: 16px !important;
    padding-left: 0px !important;
    padding-top: 0 !important;
  }
  .P_contact-in-left-mandatory-2 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 4px;
    font-size: 12px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0.8;
    display: inline-block;
    max-width: 30px;
    width: 100%;
    margin-left: 10px;
    margin-top: 0;
  }
  .checkbox02::before {
    height: 16px !important;
    left: 5px !important;
    margin-top: -8px !important;
    width: 16px !important;
  }
  .checkbox02::after {
    border-right: 3px solid #707170 !important;
    border-bottom: 3px solid #707170 !important;
    height: 17.5px !important;
    width: 8.5px !important;
    left: 11px !important;
    margin-top: -14px !important;
  }
  .w-input-checkbox {
    padding-top: 10px;
  }
  .w-form-btn {
    max-width: 140px;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .form-btn-1 {
    border-radius: 40px !important;
    height: 40px;
    font-size: 20px;
    line-height: 0.8;
    color: #fff;
    background-color: #6D4F3E;
  }
  .w-fv-underlayer-5-back-moji {
    top: 34px;
    right: 27%;
    max-width: 124px;
    width: 100%;
  }
  /* price */
  .fv-underlayer-6 {
    background-image: url("../img/fv-underlayer-6-back-sp.png");
  }
  .P_price-text-1 {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .ww-priec-top-1-text-1 {
    font-size: 18px;
    padding-top: 4.5px;
    padding-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .ww-priec-top-1-text-2 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .ww-priec-top-1-text-3 {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .ww-priec-top-text-3-span {
    font-size: 20px;
  }
  .ww-priec-top-1 {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .ww-priec-top-2-text-1 {
    font-size: 18px;
    padding-top: 4.5px;
    padding-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .ww-priec-top-2-text-2 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .ww-priec-top-2-text-3 {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .ww-priec-top-2 {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .ww-priec-top-3-text-1 {
    font-size: 18px;
    padding-top: 4.5px;
    padding-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .ww-priec-top-3-text-2 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .ww-priec-top-3-text-3 {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .ww-priec-top-3 {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .ww-priec-bottom-1 {
    font-size: 20px;
  }
  .w-ww-priec-bottom-plus {
    max-width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .w-ww-priec-bottom-plus-yoko {
    width: 12.5px;
    height: 2.5px;
    border-radius: 2.5px;
  }
  .w-ww-priec-bottom-plus-tate {
    width: 2.5px;
    height: 12.5px;
    border-radius: 2.5px;
  }
  .w-ww-priec-bottom-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }
  .ww-price-1 {
    padding-top: 30px;
  }
  .ww-priec-top {
    padding-bottom: 0;
  }
  .w-price-1 {
    padding-bottom: 60px;
  }
  .price-section-in {
    padding-bottom: 80px;
  }
  /* privacy-policy */
  .fv-underlayer-7 {
    background-image: url("../img/fv-underlayer-7-back-sp.png");
  }
  .privacy-text-1 {
    padding-top: 40px;
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 650px) {
  /* contact */
  .w-fv-underlayer-5-back-moji {
    right: 20%;
  }
}

@media screen and (max-width: 500px) {
  /* contact */
  .w-fv-underlayer-5-back-moji {
    right: 15%;
  }
}

@media screen and (max-width: 430px) {
  /* contact */
  .w-fv-underlayer-5-back-moji {
    right: 10%;
  }
}

@media screen and (max-width: 430px) {
  /* contact */
  .w-fv-underlayer-5-back-moji {
    right: 10%;
  }
}

@media screen and (max-width: 375px) {
  /* header */
  /* news */
  .page-numbers li {
    max-width: 35px;
    height: 35px;
  }
  /* service */
  .btn-3 {
    font-size: 13px;
  }
  /* contact */
  .w-fv-underlayer-5-back-moji {
    right: 5%;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 !important;
    display: block !important;
    margin-top: 18px !important;
  }
}

@media screen and (max-width: 374px) {
  /* contact */
  .w-fv-underlayer-5-back-moji {
    right: 0%;
  }
  .P_contact-in-right-4 {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */