﻿@charset "utf-8";



/* cta */
.case-01 {
  position: relative;
  margin: 0 0 64px;
  background: #00A896;
}
.case-01:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  background: #2CBFAB;
}
.case-01-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 360px 40px 100px;
  box-sizing: border-box;
}
.case-01-inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 76px;
  left: 0;
  width: 230px;
  height: 250px;
  background: url() no-repeat 0 0;
  background-size: 230px 260px;
  transform: translateX(-25%);
}
.case-01-inner:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 268px;
  height: 483px;
  background: url() no-repeat 0 0;
  background-size: 268px 483px;
}
.case-01-ttl {
  line-height: 1.5;
  margin: 0 0 16px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.case-01-ttl span {
  display: block;
  position: relative;
  margin: 0 40px 24px;
  padding: 12px 16px;
  border: 2px solid #fff;
  font-size: 20px;
}
.case-01-ttl span:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  border: 14px solid transparent;
  border-top: 14px solid #00A896;
  transform: translateX(-50%);
  z-index: 2;
}
.case-01-ttl span:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  border: 16px solid transparent;
  border-top: 16px solid #fff;
  transform: translateX(-50%);
  z-index: 1;
}
.case-01-btn {
  margin: 0;
}
.case-01-btn a {
  display: block;
  position: relative;
  padding: 16px;
  border-radius: 40px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 rgba(0, 0, 0, .25);
  background: #FFF46F;
}
.case-01-btn a:hover {
  background: #FCF7C2;
}
.case-01-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.case-02 {
  margin: 70px 0 64px;
  padding: 20px 16px 23px;
  text-align: center;
  background: #99cc66;
  position: relative;
}

.case-02::after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -79px;
  border: 40px solid transparent;
  border-top: 40px solid #99cc66;
}
.case-02a {
  margin: 0 0 64px;
  padding: 20px 16px 18px;
  text-align: center;
  background: #99cc66;
  position: relative;
}

.case-02a::after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -79px;
  border: 40px solid transparent;
  border-top: 40px solid #99cc66;
}


.case-02-ttl {
  line-height: 1.5;
  margin: 0 0 16px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.case-02-ttl span {
  font-size: 20px;
}
.case-02-btn {
  margin: 0;
}
.case-02-btn a {
  display: block;
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 40px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 rgba(0, 0, 0, .25);
  background: #FFF46F;
  box-sizing: border-box;
}
.case-02-btn a:hover {
  background: #FCF7C2;
}
.case-02-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .case-01-inner {
    padding: 40px 35.16vw 40px 16px;
  }
  .case-01-inner:after {
    width: 42.09vw;
    height: 368px;
    background-position: 0 100%;
    background-size: 42.09vw auto;
  }
  .case-01-ttl {
    font-size: 4.88vw;
  }
  .case-01-ttl span {
    font-size: 1.95vw;
  }
  .case-01-btn a {
    font-size: 2.34vw;
  }
  .case-02-ttl {
    font-size: 5.52vw;
  }
  .case-02-ttl span {
    font-size: 1.95vw;
  }
  .case-02-btn a {
    max-width: 52.73vw;
    font-size: 2.34vw;
  }
  .case-02-btn a:after {
    right: 3.91vw;
  }
}
#form_height{
	height:2200px;
	}
	
@media screen and (max-width:768px) {
	#form_height{
	height:2250px;
	}

}
	
@media screen and (max-width: 599px) {
	#form_height{
	height:2350px;
	}
}
@media screen and (max-width: 300px) {
	#form_height{
	height:2450px;
	}
}
	
@media screen and (max-width: 599px) {

  .case-01 {
    margin: 0 0 32px;
  }
  .case-01:before {
    height: 48px;
  }
  .case-01-inner {
    padding: 24px 16px;
  }
  .case-01-inner:before {
    top: 50%;
    bottom: auto;
    left: -16px;
    width: 119px;
    height: 134px;
    background-size: 119px 134px;
    transform: translateY(-50%);
  }
  .case-01-inner:after {
    top: 0;
    right: 16px;
    bottom: 56px;
    height: auto;
  }
  .case-01-ttl {
    padding-right: 42.09vw;
    font-size: 7vw;
  }
  .case-01-ttl span {
    margin: 0 -42.09vw 16px 0;
    font-size: 3.73vw;
    text-align: center;
  }
  .case-01-btn a {
    font-size: 4.27vw;
    z-index: 10;
  }
  .case-01-btn a:after {
    right: 4.27vw;
    width: 8px;
    height: 8px;
  }
  .case-02 {
    margin: 30px 0 32px;
    padding: 10px 16px 1px 16px;
  }
  
  .case-02::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -39px;
  border: 20px solid transparent;
  border-top: 20px solid #99cc66;
}
  .case-02-ttl {
    line-height: 1.5;
    font-size: 5.7vw;
  }
  .case-02-ttl span {
    display: block;
    margin: 0 0 8px;
    font-size: 4.27vw;
  }
  .case-02-btn a {
    max-width: inherit;
    font-size: 4.27vw;
  }
  .case-02-btn a:after {
    right: 4.27vw;
    width: 8px;
    height: 8px;
  }
}

/* top */


.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -40px;
  background-color: #D88580;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



.top-campaign {
  max-width: 1100px;
  margin: 56px auto 40px;
}
.top-campaign-ttl {
  position: relative;
  margin: 0;
}
.top-campaign-ttl img:last-child {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 165px;
  transform: translateY(-50%);
}
.top-campaign-detail {
  padding: 24px 94px;
  background: url(../images/bg-campaign-01.png) no-repeat 50% 50%;
  background-size: cover;
}
.top-campaign-term {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 4px 16px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: #BE981A;
}
.top-campaign-term-ttl {
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 24px;
  border: 2px solid #fff;
  font-size: 16px;
  letter-spacing: 0;
}
.top-campaign-term span:not(.top-campaign-term-ttl) {
  vertical-align: top;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: bold;
}
.top-news {
  max-width: 1100px;
  margin: 0 auto 64px;
  padding: 0 16px;
}
.top-news-ttl {
  margin: 0 0 8px;
  border-top: 1px dashed #D88580;
  font-size: 22px;
  text-align: center;
}
.top-news-ttl span {
  display: inline-block;
  padding: 0 24px;
  background: #fff;
  transform: translateY(-50%);
}
.top-news-list {
  max-width: 980px;
  margin: 0 auto 32px;
}
.top-news-list:last-of-type {
  margin-bottom: 40px;
}
.top-news-list a {
  display: block;
  text-decoration: none;
}
.top-news-list a:hover {
  opacity: .5;
}
.top-news-list dl {
  display: flex;
  align-items: flex-start;
}
.top-news-list dt {
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
.top-news-list dt span {
  display: block;
  width: 120px;
  margin: 0 0 0 16px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.top-news-pressrelease {
  background: #0082B7;
}
.top-news-interview {
  background: #5FB700;
}
.news-list-item-head-label.info,
.news-list-item-head-label.category_info {
  background: #aaa;
}
.news-list-item-head-label.exp,
.news-list-item-head-label.category_exp {
  background: #5fb700;
}
.news-list-item-head-label.release,
.news-list-item-head-label.category_release {
  background: #0082b7;
}
.top-news-list dd {
  flex: 1;
  margin: 0;
}
.top-case05 {
  margin: 0 0 64px;
  padding: 10px 16px 0;
  background: url() no-repeat 0 0;
  background-size: 100% auto;
}
.top-case05-subttl {
  margin: 0 0 8px;
  padding: 0 0 16px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background: url() no-repeat 50% 100%;
  background-size: 464px auto;
}
.top-case05-subttl span {
  color: #E8807D;
}
.top-case05-ttl {
  margin: 0 0 16px;
  text-align: center;
}
.top-case05-ttl span {
  display: block;
}
.top-case05-ttl [lang="en"] {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 2px;
}
.top-case05-ttl [lang="en"]:first-letter {
  color: #E8807D;
}
.top-case05-ttl [lang="ja"] {
  font-size: 50px;
}
.top-case05-lead {
  margin: 0 0 40px;
  text-align: center;
}
.top-case05-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto -16px;
}
.top-case05-item {
  width: 15.75%;
  margin: 0 0 24px;
  position:relative;
}

.top-case05-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.top-case05-item img {
  flex-shrink: 0;
  margin: 0 0 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  transition: .3s;
  width:100%;
}
.top-case05-item a:hover img {
  opacity: .7;
}
.top-case05-cat {
  line-height: 1;
  margin: 0 0 8px;
  padding: 8px 24px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #99cc66;
}
.top-case05-client {
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.top-case05-site {
  margin: 0;
  color: #E8807D;
}
.top-case05-item a:hover .top-case05-site {
  text-decoration: underline;
}
.top-case05-other {
  margin: 80px -16px 40px;
  padding: 0 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(222, 222, 222, 0.25) 100%);
}
.top-case05-other-ttl {
  margin: 0;
  font-size: 36px;
  text-align: center;
  transform: translateY(-50%);
}
.top-case05-other-ttl span {
  position: relative;
}
.top-case05-other-ttl span:after {
  content: "・・・・・";
  position: absolute;
  top: -1em;
  left: 0;
  color: #E8807D;
}
.top-case05-other-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.top-case05-other-list1 li {
  margin: 8px 8%;
}
.top-case05-other-list1 img {
  height: 53px;
}

.top-case05-other-list1 span{
	font-weight:bold;
	padding:10px 0;
	margin-bottom:10px;
	}


.top-case05-other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.top-case05-other-list li {
  margin: 8px 16px;
  text-align: center;
}
.top-case05-other-list img {
  height: 53px;
}
.top-case04 {
  padding: 0 16px 40px;
  background-size: 100% auto;
}
.top-case04-inner {
  max-width: 1010px;
  margin: 0 auto;
}
.note{
  padding:10px;
  font-size:1em;
  text-align:center;
}
.top-case04-inner:after {
	clear:both;
  content: "";
  display: block;
  width: 290px;
  height: 62px;
  margin: 40px auto 0;
  background-size: 290px 62px;
}

@media (max-width: 767px) {
.top-case04-inner:after {
	clear:both;
  content: "";
  display: block;
  width: 290px;
  height: 2px;
  margin: 40px auto 0;
  background-size: 290px 62px;
}

}

.top-case04-ttl {
  margin: 0 0 88px;
  font-size: 40px;
  text-align: center;
}
.top-case04-ttl span {
  font-size: 30px;
}
.top-case04-list {
  display: flex;
  align-items: center;
  margin: 0 0 64px;
  width: 48%;
  float: left;
  margin-right:4%;
}
.top-case04-list:nth-child(2n+1){
  margin-right: 0px;
}
.top-case04-list:last-child {
  margin: 0;
}
.top-case04-list:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.top-case04-list figure {
  width: 120px;
  margin: 0 34px 0 6px;
}
.top-case04-list:nth-child(2n+1) figure {
  margin: 0 6px 0 34px;
}

.top-case04-list-inner {
  flex: 1;
  position: relative;
  padding: 32px 28px 16px;
  border: 2px solid #323232;
  background: #fff;
  border-radius:50px;
  min-height:150px;
}
.top-case04-list-inner:before {
/*  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 240px;
  height: 2px;
  background: #fff;*/
}
.top-case04-list:nth-child(2n+1) .top-case04-list-inner:before {
  right: -2px;
  left: auto;
  height: 16px;
  background-color:#fff;
}
.top-case04-list h3 {
  position: absolute;
  top: -2px;
  left: 10px;
  width: 126px;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
  border: 2px solid #323232;
  font-size: 24px;
  text-align: center;
  background: #fff;
  transform: translateY(-50%);
  border-radius:20px;
}
.top-case04-list:nth-child(2n+1) h3 {
  right: 160px;
  left: auto;
}

@media screen and (max-width: 1024px) {

.top-case04-list-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 140px;
  height: 2px;
  background: #fff;
}


	.top-case04-list:nth-child(2n+1) h3 {
  right: 130px;
  left: auto;
}

}
.top-case04-list h3 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  font-size: 76px;
  font-family: "Montserrat";
  transform: translateX(115%);
  color: #99cc66;
  background-color:#fff;
}
.top-case04-list ul {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.top-case04-list ul:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -46px;
  border: 19px solid transparent;
  border-right: 27px solid #fff;
  transform: translateY(-50%);
  z-index: 2;
}
.top-case04-list:nth-child(2n+1) ul:before {
  right: -27px;
  left: auto;
  border-right: none;
  border-left: 27px solid #fff;
}
.top-case04-list ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  border: 20px solid transparent;
  border-right: 28px solid #323232;
  transform: translateY(-50%);
  z-index: 1;
}
.top-case04-list:nth-child(2n+1) ul:after {
  right: -30px;
  left: auto;
  border-right: none;
  border-left: 28px solid #323232;
}
.top-case04-list li {
  margin: 0 0 8px;
}
.top-case04-list li span {
  color: #E8807D;
}




/*利用者の声ここから*/
.top-voice {
  padding: 0 16px 40px;
  background-size: 100% auto;
}
.top-voice-inner {
  max-width: 1010px;
  margin: 0 auto;
}
.top-voice-inner:after {
	clear:both;
  content: "";
  display: block;
  width: 290px;
  height: 22px;
  margin: 40px auto 0;
  background-size: 290px 62px;
}
.top-voice-ttl {
  margin: 0 0 88px;
  font-size: 40px;
  text-align: center;
}
.top-voice-ttl span {
  font-size: 30px;
}
.top-voice-list {
  display: flex;
  align-items: center;
  margin: 0 0 64px;
  width: 100%;
  float: left;
  margin-right:4%;
}
.top-voice-list:nth-child(2n+1){
  margin-right: 0px;
}
.top-voice-list:last-child {
  margin: 0;
}
.top-voice-list:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.top-voice-list figure {
  width: 100px;
  margin: 0 34px 0 6px;
}
@media screen and (max-width: 1024px) {
	.top-voice-list figure {
  width: 40px;
  margin: 0 34px 0 6px;
}

}
.top-voice-list:nth-child(2n+1) figure {
  margin: 0 6px 0 34px;
}

.top-voice-list-inner {
  flex: 1;
  position: relative;
  padding: 32px 28px 16px;
  border: 2px solid #323232;
  background: #fff;
  border-radius:50px;
 /* min-height:150px;*/
}
.top-voice-list:nth-child(2n+1) .top-voice-list-inner:before {
  right: -2px;
  left: auto;
  height: 16px;
}
.top-voice-list h3 {
  position: absolute;
  top: -2px;
  left: 10px;
  width: 126px;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
  border: 2px solid #323232;
  font-size: 24px;
  text-align: center;
  background: #fff;
  transform: translateY(-50%);
  border-radius:20px;
}
.top-voice-list:nth-child(2n+1) h3 {
  left: auto;
}
.top-voice-list h3 span {
  position: absolute;
  right: 0;
  bottom: -12px;
  font-size: 76px;
  font-family: "Montserrat";
  transform: translateX(115%);
  color: #99cc66;
}
.top-voice-list ul {
  margin: 0;
 /* font-size: 14px;*/
  font-weight: bold;
  padding:0;
}
.top-voice-list ul:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -46px;
  border: 19px solid transparent;
  border-right: 27px solid #fff;
  transform: translateY(-50%);
  z-index: 2;
}
.top-voice-list:nth-child(2n+1) ul:before {
  right: -27px;
  left: auto;
  border-right: none;
  border-left: 27px solid #fff;
}
.top-voice-list ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  border: 20px solid transparent;
  border-right: 28px solid #323232;
  transform: translateY(-50%);
  z-index: 1;
}
.top-voice-list:nth-child(2n+1) ul:after {
  right: -30px;
  left: auto;
  border-right: none;
  border-left: 28px solid #323232;
}
.top-voice-list li {
  margin: 0 0 8px;
}
.top-voice-list li span {
  color: #E8807D;
}




/*利用者の声ここまで*/



.top-resolve {
  margin: 0 0 64px;
  padding: 56px 16px;
  background: url(../images/bg-resolve-01.png) no-repeat 50% 50%, url(../images/bg-resolve-03.png) no-repeat 50% 100%, #E8807D;
  background-size: 807px auto, 100% auto;
  position:relative;
}
  .top-resolve::before {
  content: "";
  position: absolute;
  left: 48%;
  top: -99px;
  border: 50px solid transparent;
  border-bottom: 50px solid #E8807D;
}
.top-resolve-ttl {
  position: relative;
  margin: 0 0 16px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.top-resolve-ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 230px;
  height: 260px;
  background: url() no-repeat 0 0;
  background-size: 230px 260px;
  transform: translateX(-225%);
}
.top-resolve-lead {
  margin: 0 0 56px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


.top-resolve-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-resolve-list ul:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.top-resolve-list ul:nth-child(3) {
  display: flex;
  justify-content: center;
  margin: 8px 0 0;
}
.top-resolve-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 177px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: url(../images/bg-resolve-04.png) no-repeat 0 0;
  background-size: 177px 177px;
}
.top-resolve-list ul:nth-child(1) li:nth-child(1) {
  margin: 0 0 24px 16px;
}
.top-resolve-list ul:nth-child(2) li:nth-child(2) {
  margin: 24px 0 0 16px;
}
.top-resolve-list ul:nth-child(3) li {
  margin: 0 24px;
  font-size: 20px;
}
.top-resolve-list ul:nth-child(3) li:nth-child(2),
.top-resolve-list ul:nth-child(3) li:nth-child(3) {
  margin-top: 32px;
}
.top-resolve-list li span {
  color: #E8807D;
}
.top-reason {
  margin: 0 0 64px;
  position:relative;
}
.top-reasonbb::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -99px;
  border: 50px solid transparent;
  border-top: 50px solid #E8807D;
}
.top-reason-ttl {
  line-height: 1.2;
  margin: 0 0 32px;
  padding: 0;
  font-size: 51px;
  text-align: center;
  background: url(../images/bg-reason-01.svg) no-repeat 50% 100%;
  background-size: 1160px auto;
  
}
.top-reason-ttl img {
  width: 226px;
}
.top-reason-ttl span {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 28px 0 0;
  font-size: 30px;
}
.infoBox {
  display: block;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto 104px;
  padding: 16px;
}
.top-reason-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto 104px;
  padding: 16px;
}

.top-reason-01-ttl {
  width: 28.96551724137931%;
}
.top-reason-01-ttl h3 {
  line-height: 1.3;
  margin: 0 0 24px;
  font-size: 52px;
  text-align: center;
}
.top-reason-01-ttl h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 8px;
  font-size: 29px;
  font-family: "Montserrat";
  letter-spacing: 1px;
}
.top-reason-01-ttl h3 span span {
  margin: 0 0 0 8px;
  color: #E8807D;
  font-size: 64px;
}
.top-reason-01-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-reason-01-item {
  position: relative;
  width: 23%;
  margin: 0 0 32px;
  padding: 16px 16px 16px 60px;
  border-radius: 2px;
  background: #F5F5F5;
  box-shadow: 0 3px 2px rgba(0, 0, 0, .15);
  box-sizing: border-box;
  border-radius: 20px;
}
.top-reason-01-item:nth-child(n)::before {
    content: "";
    position: absolute;
    right: -60px;
    top: 40%;
    border: 30px solid transparent;
    border-left: 30px solid #fccac8;
	z-index:99;
}
.top-reason-01-item:nth-child(4n)::before {
	display:none;
    content: "";
    position: absolute;
    right: -60px;
    top: 42%;
    border: 30px solid transparent;
    border-left: 30px solid #fccac8;
}

.top-reason-01-item dt {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #E8807D;
  font-weight: bold;
}
.top-reason-01-item dt span {
  display: block;
}
.top-reason-01-item dt [lang="ja"] {
  margin: 0 16px 0 0;
  font-size: 18px;
  /*color:#E8807D;*/
}
.top-reason-01-item dt [lang="en"] {
  color: #E8807D;
  font-size: 12px;
  font-family: "Montserrat";
}
.top-reason-01-item dt [lang="en"] span {
  font-size: 10px;
}
.top-reason-01-item dd {
  margin: 0;
}
.top-reason-01-item dd figure {
  position: absolute;
  top: -16px;
  left: -10px;
  width: 68px;
  margin: 0;
  background-color: #fccac8;
  border-radius: 50px;
}
.top-reason-01-item dd p {
  margin: 0;
  font-size: 14px;
}
.top-reason-01-comment {
  position: relative;
  width: 45.94594594594595%;
  margin: 0;
}
.top-reason-01-comment img {
  position: absolute;
  top: 0;
  left: -24px;
  width: 248px;
}
.top-reason-01-comment span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -24px;
  width: 140px;
  height: 140px;
  line-height: 1.5;
  border-radius: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: #E8807D;
  transform: rotate(25deg);
}
.top-reason-01-comment span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #E8807D transparent transparent transparent;
  transform: translateX(-50%);
}
.top-case-02 {
  margin: 0 0 64px;
  padding: 56px 16px 64px;
  background: #E8807D url(../images/bg-reason-02.png) no-repeat 0 0;
  background-size: auto 100%;
}
.top-case-02a {
  margin: 0 0 64px;
  padding: 56px 16px 64px;
  background: #E8807D url(../images/t4-01.png) no-repeat 0 0;
  background-size: auto 100%;
}

.top-case-02-inner {
  display: flex;
  justify-content: flex-end;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.top-case-02-ttl {
  width: 45%;
  color: #fff;
}
.top-case-02-ttl h3 {
  line-height: 1.3;
  margin: 0 0 24px;
  font-size: 52px;
  text-align: center;
}
.top-case-02-ttl h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 8px;
  font-size: 29px;
  font-family: "Montserrat";
  letter-spacing: 1px;
}
.top-case-02-ttl h3 span span {
  margin: 0 0 0 8px;
  font-size: 64px;
}
.top-case-02-ttl dt {
  line-height: 1.5;
  margin: 0 0 8px;
  /*font-size: 20px;*/
  font-weight: bold;
  text-align: center;
}
.top-case-02-ttl dd {
  margin: 0;
}
.top-case-03 {
  margin: 0 0 64px;
  padding: 0 16px;
}
.top-case-03-ttl {
  max-width: 1100px;
  padding:10x;
  box-sizing:border-box;
  margin: 80px auto 10px;
  border-bottom:2px #ddd dashed;
}
.top-case-03-ttl h2 {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin: 0 0 0px 0;
  font-size: 32px;
  text-align: center;
}
.top-case-03-ttl h3 {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin: 0 0 0px 0;
  font-size: 42px;
  text-align: center;
}
.top-case-03-ttl h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 32px 0 0;
  font-size: 29px;
  font-family: "Montserrat";
  letter-spacing: 1px;
}
.top-case-03-ttl h3 span span {
  margin: 0 0 0 8px;
  color: #E8807D;
  font-size: 64px;
}
.top-case-03-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.top-case-03-img img {
  flex-shrink: 0;
  width: 241px;
  max-width: 19%;
  margin: 0 4px;
}
.top-case-04 {
  padding: 48px 16px;
  background: #E8807D;
}
.top-case-04-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.top-case-04-ttl {
  width: 32%;
  color: #fff;
}
.top-case-04-ttl h3 {
  line-height: 1.3;
  margin: 0 0 24px;
  font-size: 52px;
  text-align: center;
}
.top-case-04-ttl h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 8px;
  font-size: 29px;
  font-family: "Montserrat";
  letter-spacing: 1px;
}
.top-case-04-ttl h3 span span {
  margin: 0 0 0 8px;
  font-size: 64px;
}
.top-case-04-ttl dt {
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.top-case-04-ttl dd {
  margin: 0;
}
.top-case-04-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: 61.11111111111111%;
  margin: 0;
  padding: 32px 32px 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.top-case-04-list li {
  line-height: 1.5;
  margin: 0 24px 16px;
}
.top-case-04-list img {
  display: block;
  margin: 0 auto 16px;
}
.top-case-04-list span {
  color: #E8807D;
}
.top-reason-05 {
  padding: 56px 16px 64px;
  background: url(../images/bg-reason-03.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-reason-05-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1198px;
  margin: 0 auto;
}
.top-reason-05-ttl {
  width: 32%;
}
.top-reason-05-ttl h3 {
  line-height: 1.3;
  margin: 0 0 24px;
  font-size: 52px;
  text-align: center;
}
.top-reason-05-ttl h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 8px;
  font-size: 29px;
  font-family: "Montserrat";
  letter-spacing: 1px;
}
.top-reason-05-ttl h3 span span {
  margin: 0 0 0 8px;
  color: #E8807D;
  font-size: 64px;
}
.top-reason-05-ttl h3 img {
  width: 225px;
  margin: -16px 0 0;
}
.top-reason-05-ttl dt {
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.top-reason-05-ttl dd {
  margin: 0;
}
.top-reason-05-img {
  width: 63.60601001669449%;
  margin: 0;
}
.top-flow {
  position: relative;
  margin: 0 0 56px;
  padding: 0 16px;
}
.top-flow:before {
  content: "FLOW";
  position: absolute;
  top: 50%;
  left: -32px;
  line-height: 1;
  color: #F5F5F5;
  font-size: 200px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  transform: translateY(-50%);
  z-index: -1;
}
.top-flow-ttl {
  margin: 0 0 16px;
  text-align: center;
}
.top-flow-ttl span {
  display: block;
}
.top-flow-ttl [lang="en"] {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 2px;
}
.top-flow-ttl [lang="en"]:first-letter {
  color: #E8807D;
}
.top-flow-ttl [lang="ja"] {
  font-size: 44px;
}
.top-flow-lead {
  margin: 0 0 40px;
  text-align: center;
}
.top-flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1198px;
  margin: 0 auto;
  padding: 0;
}
.top-flow-item {
  position: relative;
  width: 23.75%;
  margin: 0 0 24px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 20px;
}
.top-flow-item:after {
content: "";
    position: absolute;
    right: -60px;
    top: 42%;
    border: 30px solid transparent;
    border-left: 30px solid #fccac8;
	z-index:9999;
	}
.top-flow-item:nth-child(4n):after {
  content: none;
}
.top-flow-item figure {
  margin: 0 0 16px;
}
.top-flow-item figcaption {
  line-height: 1.3;
  margin: 0 0 16px;
  padding: 8px 16px;
  color: #fff;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 2px;
  background: #E8807D;
  border-radius: 20px 20px 0 0;
}
.top-flow-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 16px 16px;
  font-size: 18px;
  font-weight: bold;
}
.top-flow-item p span {
  font-size: 16px;
}




.top-voice {
  position: relative;
  margin: 0 0 72px;
  padding: 0 16px;
}
.top-voice:before {
  content: "VOICE";
  position: absolute;
  top: 0;
  right: -32px;
  line-height: 1;
  color: #F5F5F5;
  font-size: 200px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: -1;
}
.top-voice-ttl {
  margin: 0 0 32px;
  text-align: center;
}
.top-voice-ttl span {
  display: block;
}
.top-voice-ttl [lang="en"] {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 2px;
}
.top-voice-ttl [lang="en"]:first-letter {
  color: #E8807D;
}
.top-voice-ttl [lang="ja"] {
  font-size: 44px;
}
.top-voice-list {
  display: flex;
  justify-content: space-between;
  max-width: 1198px;
  margin: 0 auto 40px;
}
.top-voice-item {
  width: 32.220367278798%;
}
.top-voice-item figure {
  margin: 0;
}
.top-voice-item figure img{
  margin: 0;
  width:100%;
  height:220px;
  object-fit:cover;
  -webkit-object-fit:cover;
}
.top-voice-item p {
  margin: 0;
  padding: 16px 0;
  text-align: center;
}
.top-voice-item p img {
  width: 100%;
  max-width: 291px;
  height: 40px;
  object-fit: contain;
  -webkit-object-fit: contain;
}
.top-voice-item dl {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #E8807D;
}
.top-voice-item dt {
  margin: 8px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #fff;
  font-size: 20px;
}
.top-voice-item dd {
  margin: 0;
  font-size: 20px;
}
.top-voice-item dd span {
  font-size: 16px;
}
.top-voice-item .btn-01{
  width: 90%;
  min-width: 90%;
  padding: 10px;
  display:block;
  margin: 10px auto 0;
}
.top-price {
  position: relative;
  margin: 0 0 64px;
  padding: 0 16px;
}
.top-price:before {
  content: "PRICE";
  position: absolute;
  top: -72px;
  left: -32px;
  line-height: 1;
  color: #F5F5F5;
  font-size: 200px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: -1;
}
.top-price-ttl {
  margin: 0 0 32px;
  text-align: center;
}
.top-price-ttl span {
  display: block;
}
.top-price-ttl [lang="en"] {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 2px;
}
.top-price-ttl [lang="en"]:first-letter {
  color: #E8807D;
}
.top-price-ttl [lang="ja"] {
  font-size: 44px;
}
.top-price-list {
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
}
.top-price-list dl {
  width: 340px;
  margin: 0 16px;
  padding: 32px 24px;
  border: 3px solid #E8807D;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.top-price-list dt {
  margin: 0 0 24px;
  padding: 0 0 8px;
  border-bottom: 3px solid #E8807D;
  font-size: 24px;
  font-weight: bold;
}
.top-price-list dd {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.top-price-list dd span {
  color: #E8807D;
  font-size: 40px;
  font-family: "Montserrat";
}
.top-price-notes {
  margin: 0 0 16px;
  font-size: 18px;
  text-align: center;
}
.top-price-propose {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.top-fn1 {
  position: relative;
  margin: 0 0 64px;
  padding: 16px 16px 50px;
  z-index: 0;
}
.top-fn1:before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  left: 50%;
  width: 576px;
  height: 651px;
  background: url() no-repeat 0 0;
  background-size: 576px 651px;
  transform: translateX(40%);
  z-index: -1;
}

.top-fn {
  position: relative;
  margin: 0 0 64px;
  padding: 56px 16px 50px;
  background: #E8807D;
  background: #99cc66;
  
  z-index: 0;
}

.top-fn:before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  left: 50%;
  width: 576px;
  height: 651px;
  background: url() no-repeat 0 0;
  background-size: 576px 651px;
  transform: translateX(40%);
  z-index: -1;
}
.top-fn-ttl1 {
  margin: 0 0 16px;
  color: #000;
  font-size: 44px;
  text-align: center;
}
.top-fn-ttl {
  margin: 0 0 16px;
  color: #fff;
  font-size: 44px;
  text-align: center;
}
.top-fn-lead {
  margin: 0 0 16px;
  color: #fff;
  text-align: center;
}
.top-fn-basic-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
}
.top-fn-lead1 {
  margin: 0 0 16px;
  color: #000;
  text-align: center;
}

.top-fn-basic-ttl:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  background: url(../images/icon-fn-01.svg) no-repeat 0 0;
  background-size: 30px 30px;
}
.top-fn-basic-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1198px;
  margin: 0 auto;
}
.top-fn-basic-item1 {
  width: calc(100% / 6.5);
  margin-right:1%;
  margin: 0 0 32px;
  padding: 32px 24px;
  background: #F5F5F5;
  box-sizing: border-box;
      box-shadow: 0 3px 2px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

@media (max-width: 1100px) {
	.top-fn-basic-item1 {
  width: calc(100% / 3.5);
  float:left;
	}
}

.top-fn-basic-item1 figure {
  width: 40%;
  margin: 0 auto 16px;
}
.top-fn-basic-item1 dl {
  margin: 0;
}
.top-fn-basic-item1 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.top-fn-basic-item1 dd {
  margin: 0;
}


.top-fn-basic-item {
  width: 16%;
  margin: 0 0 32px;
  padding: 32px 24px;
  background: #fff;
  box-sizing: border-box;
}
.top-fn-basic-item figure {
  width: 120px;
  margin: 0 auto 16px;
}
.top-fn-basic-item dl {
  margin: 0;
}
.top-fn-basic-item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.top-fn-basic-item dd {
  margin: 0;
}




p.top-fn-basic-more {
  margin: 0 0 72px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.top-fn-other {
  position: relative;
  margin: 0 -16px;
  padding: 64px 16px 32px;
}
.top-fn-other-01 {
  background: #fff url(../images/bg-fn-01.jpg) no-repeat 100% 0;
  background-size: auto 100%;
}
.top-fn-other-02 {
  background: #fff url(../images/bg-fn-02.jpg) no-repeat 0 0;
  background-size: auto 100%;
}
.top-fn-other-03 {
  background: #fff url(../images/bg-fn-03.jpg) no-repeat 100% 0;
  background-size: auto 100%;
}
.top-fn-other-01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 120px 0 120px;
  border-color: #FCCAC8 transparent transparent transparent;
  transform: translate(-50%, -50%);
}
.top-fn-other-inner {
  max-width: 1198px;
  margin: 0 auto;
}
.top-fn-other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-fn-other-01 .top-fn-other-list,
.top-fn-other-03 .top-fn-other-list {
  padding-right: 40.567612687813%;
}
.top-fn-other-02 .top-fn-other-list {
  align-items: center;
  padding-left: 40.567612687813%;
}
.top-fn-other-ttl {
  width: 48.5955056179775%;
  margin: 0 0 24px;
  font-size: 40px;
}
.top-fn-other-01 .top-fn-other-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top-fn-other-01 .top-fn-other-ttl:before {
  content: "";
  display: block;
  width: 36px;
  height: 44px;
  margin: 0 16px 0 0;
  background: url(../images/icon-fn-08.svg) no-repeat 0 0;
  background-size: 36px 44px;
}
.top-fn-other-02 .top-fn-other-ttl {
  text-align: center;
}
.top-fn-other-02 .top-fn-other-ttl:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 38px;
  margin: 0 16px 0 0;
  background: url(../images/icon-fn-09.svg) no-repeat 0 0;
  background-size: 43px 38px;
}
.top-fn-other-03 .top-fn-other-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  order: 2;
}
.top-fn-other-03 .top-fn-other-ttl:before {
  content: "";
  display: block;
  width: 69px;
  height: 49px;
  margin: 0 16px 0 0;
  background: url(../images/icon-fn-10.svg) no-repeat 0 0;
  background-size: 69px 49px;
}
.top-fn-other-item {
  width: 48.5955056179775%;
  margin: 0 0 32px;
  padding: 24px 24px 24px;
  border: 1px solid #E8807D;
  background: #fff;
  box-sizing: border-box;
}
.top-fn-other-03 .top-fn-other-item {
  order: 3;
}
.top-fn-other-03 .top-fn-other-item:nth-child(2) {
  order: 1;
}
.top-fn-other-item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #E8807D;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.top-fn-other-item dt span {
  font-size: 20px;
}
.top-fn-other-item dd {
  margin: 0;
}
.top-qa {
  max-width: 1000px;
  margin: 0 auto 64px;
}
.top-qa-ttl {
  margin: 0 0 32px;
  text-align: center;
}
.top-qa-ttl span {
  display: block;
}
.top-qa-ttl [lang="en"] {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: -2px;
}
.top-qa-ttl [lang="en"]:first-letter {
  color: #E8807D;
}
.top-qa-ttl [lang="ja"] {
  font-size: 40px;
}
.top-qa-list {
  margin: 0;
  padding: 32px 56px;
  background: #F5F5F5;
}
.top-qa-list dt {
  position: relative;
  margin: 0 0 24px;
  padding: 12px 48px 12px 56px;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
}
.top-qa-list dt:hover {
  opacity: .7
}
.top-qa-list dt:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 1;
  padding: 5px 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
  background: #E8807D;
  box-sizing: border-box;
}
.top-qa-list dt i {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 26px;
  height: 26px;
}
.top-qa-list dt i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #323232;
  transform: translate(-50%, -50%);
}
.top-qa-list dt i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background: #323232;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.top-qa-list dt.is-open i:after {
  opacity: 0;
}
.top-qa-list dd {
  display: none;
  position: relative;
  margin: 0 0 32px;
  padding: 6px 0 0 56px;
  font-weight: bold;
}
.top-qa-list dd:last-child {
  margin: 0;
}
.top-qa-list dd:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 6px;
  line-height: 1;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 700;
}
.top-ecbeing-bn-area{
  width:1100px;
  margin:0 auto;
  padding:0 0 65px;
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.top-ecbeing-bn-area-title{
  font-size:22px;
  text-align:center;
}
.top-ecbeing-bn-area__item{
  list-style:none;
  width:49%;
}
.top-ecbeing-bn-area__item a:hover{
  opacity:0.8
}
.top-ecbeing-bn-area__item img{
  -webkit-backface-visibility: hidden;
}
.media-published{
  background: #f8f8f8;
  margin-top:-64px;
  padding:60px 0;
}
.media-published-wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}
.media-published-ttl{
  text-align: center;
  font-size:33px;
  margin:0;
}
.media-published-list{
  list-style:none;
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding:0;
}
.media-published-list li{
  margin:0 13px;
}
.media-published-list li img{
  width:auto;
  height:70px;
}
@media screen and (max-width: 1200px) {
 
 
  .top-case-02-inner {
    padding: 0;
  }
  .top-case-04-inner {
    padding: 0;
  }
  .top-fn-other-01 .top-fn-other-list,
  .top-fn-other-03 .top-fn-other-list {
    padding-right: 36%;
  }
  .top-fn-other-02 .top-fn-other-list {
    padding-left: 36%;
  }
}

@media screen and (max-width: 1120px) {


  .top-case-02 {
    background-position: -8.57vw 0;
  }
}

@media screen and (max-width: 1024px) {
  .top-case-02 {
    background-position: -28vw 0;
  }


  .spinner {
    margin: -20px 0 0 -20px;
  }
  .top-campaign-ttl img:last-child {
    left: 16px;
    width: 16.11vw;
  }
  .top-campaign-detail {
    padding: 24px 9.18vw;
  }
  .top-campaign-term {
    font-size: 2.15vw;
  }
  .top-campaign-term-ttl {
    font-size: 1.56vw;
  }
  .top-campaign-term span:not(.top-campaign-term-ttl) {
    font-size: 3.13vw;
  }
  .top-news-ttl {
    font-size: 2.15vw;
  }
  .top-news-list dt span {
    font-size: 1.27vw;
  }
  .top-case05-subttl {
    font-size: 3.13vw;
  }
  .top-case05-ttl [lang="en"] {
    font-size: 2.54vw;
  }
  .top-case05-ttl [lang="ja"] {
    font-size: 4.88vw;
  }
  .top-case05-client {
    font-size: 1.76vw;
  }
  .top-case05-other-ttl {
    font-size: 3.52vw;
  }
  .top-case05-other-list li {
    margin: 8px 0.78vw;
  }
  .top-case05-other-list img {
    height: 4.88vw;
  }
  .top-case04-ttl {
    font-size: 3.91vw;
  }
  .top-case04-ttl span {
    font-size: 2.93vw;
  }
  .top-case04-list figure {
    width: 10.63vw;
    margin: 0 6.25vw 0 0;
  }
  .top-case04-list:nth-child(2n+1) figure {
    margin: 0 0 0 6.25vw;
  }
  .top-case04-list-inner {
    padding: 32px 4.69vw 16px;
  }
  .top-case04-list h3 {
    font-size: 2.34vw;
  }
  .top-case04-list h3 span {
    font-size: 7.42vw;
  }
  .top-case04-list ul {
    font-size: 1.76vw;
  }
  .top-resolve-ttl {
    font-size: 3.91vw;
  }
  .top-resolve-list {
    background-size: 100% auto;
  }
  .top-resolve-list li {
    width: 17.29vw;
    height: 17.29vw;
    font-size: 2.34vw;
    background-size: 17.29vw 17.29vw;
  }
  .top-resolve-list ul:nth-child(1) li:nth-child(1) {
    margin: 0 0 2.34vw 1.56vw;
  }
  .top-resolve-list ul:nth-child(2) li:nth-child(2) {
    margin: 2.34vw 0 0 1.56vw;
  }
  .top-resolve-list ul:nth-child(3) li {
    margin: 0 2.34vw;
    font-size: 1.95vw;
  }
  .top-resolve-list ul:nth-child(3) li:nth-child(2),
  .top-resolve-list ul:nth-child(3) li:nth-child(3) {
    margin-top: 3.13vw;
  }
  .top-reason-ttl {
    font-size: 4.98vw;
  }
  .top-reason-ttl img {
    width: 22.07vw;
  }
  .top-reason-ttl span {
    font-size: 2.93vw;
  }
  .top-reason-01 {
    margin: 0 0 64px;
  }
  .top-reason-01-ttl h3,
  .top-case-02-ttl h3,
  .top-case-03-ttl h3,
  .top-case-04-ttl h3,
  .top-reason-05-ttl h3 {
    font-size: 4.3vw;
  }
  .top-reason-05-ttl h3 img {
    width: 19.53vw;
  }
  .top-reason-01-ttl h3 span,
  .top-case-02-ttl h3 span,
  .top-case-03-ttl h3 span,
  .top-case-04-ttl h3 span,
  .top-reason-05-ttl h3 span {
    font-size: 2.83vw;
  }
  .top-reason-01-ttl h3 span span,
  .top-case-02-ttl h3 span span,
  .top-case-03-ttl h3 span span,
  .top-case-04-ttl h3 span span,
  .top-reason-05-ttl h3 span span {
    font-size: 6.25vw;
  }
  .top-reason-01-item dt {
    display: block;
  }
  .top-reason-01-item dt [lang="ja"] {
    font-size: 1.76vw;
  }
  .top-reason-01-item dd p {
    font-size: 1.37vw;
  }
  .top-reason-01-comment img {
    width: 20.51vw;
  }
  .top-reason-01-comment span {
    width: 12.7vw;
    height: 12.7vw;
    font-size: inherit;
  }
  .top-case-02-ttl dt,
  .top-case-04-ttl dt,
  .top-reason-05-ttl dt {
    font-size: 1.95vw;
  }
  .top-case-02 {
    padding: 4.69vw 16px;
  }
  .top-case-03-img {
    justify-content: space-between;
  }
  .top-case-03-img img {
    width: auto;
    margin: 0;
  }
  .top-case-04-list {
    padding: 32px 3.13vw 16px;
    font-size: 1.37vw;
  }
  .top-case-04-list li {
    margin: 0 2.34vw 16px;
  }
  .top-case-04-list img {
    width: 11.23vw;
  }
  .top-flow-ttl [lang="en"] {
    font-size: 2.54vw;
  }
  .top-flow-ttl [lang="ja"] {
    font-size: 4.88vw;
  }
  .top-flow-item figcaption {
    font-size: 2.15vw;
  }
  .top-flow-item p {
    font-size: 1.56vw;
  }
  .top-flow-item p span {
    font-size: 1.37vw;
  }
  .top-voice-ttl [lang="en"] {
    font-size: 2.54vw;
  }
  .top-voice-ttl [lang="ja"] {
    font-size: 4.88vw;
  }
  .top-voice-item dt {
    font-size: 1.95vw;
  }
  .top-voice-item dd {
    font-size: 1.95vw;
  }
  .top-voice-item dd span {
    font-size: 1.56vw;
  }
  .top-price-ttl [lang="en"] {
    font-size: 2.54vw;
  }
  .top-price-ttl [lang="ja"] {
    font-size: 4.88vw;
  }
  .top-price-list dt {
    font-size: 1.5vw;
  }
  .top-price-list dd {
    font-size: 1vw;
  }
  .top-price-list dd span {
    font-size: 2.98vw;
  }
  .top-price-notes {
    font-size: inherit;
  }
  .top-price-propose {
    font-size: 3.91vw;
  }
  .top-fn-ttl {
    font-size: 4.3vw;
  }
  .top-fn-basic-ttl {
    font-size: 2.93vw;
  }
  .top-fn-basic-item figure {
    width: 11.72vw;
  }
  .top-fn-basic-item dt {
    font-size: 2.15vw;
  }
  p.top-fn-basic-more {
    font-size: 3.91vw;
  }
  .top-fn-other-01 .top-fn-other-list,
  .top-fn-other-03 .top-fn-other-list {
    padding-right: 30%;
  }
  .top-fn-other-02 .top-fn-other-list {
    padding-left: 30%;
  }
  .top-fn-other-ttl,
  .top-fn-other-03 .top-fn-other-ttl {
    font-size: 3.52vw;
  }
  .top-fn-other-01 .top-fn-other-ttl:before {
    width: 3.52vw;
    height: 4.3vw;
    margin: 0 1.56vw 0 0;
    background-size: 3.52vw 4.3vw;
  }
  .top-fn-other-02 .top-fn-other-ttl:before {
    width: 4.2vw;
    height: 3.71vw;
    margin: 0 1.56vw 0 0;
    background-size: 4.2vw 3.71vw;
  }
  .top-fn-other-03 .top-fn-other-ttl:before {
    width: 6.74vw;
    height: 4.79vw;
    margin: 0 1.56vw 0 0;
    background-size: 6.74vw 4.79vw;
  }
  .top-fn-other-item dt {
    font-size: 2.54vw;
  }
  .top-fn-other-item dt span {
    font-size: 1.95vw;
  }
  .top-qa-ttl [lang="en"] {
    font-size: 2.54vw;
  }
  .top-qa-ttl [lang="ja"] {
    font-size: 4.88vw;
  }
  .top-qa-list dt {
    font-size: 1.76vw;
  }
  .top-ecbeing-bn-area-title{
    font-size: 2.15vw;
  }
  .top-ecbeing-bn-area{
    width:calc(100% - 16px - 16px);
    margin:0 auto;
    padding:0 0 36px;
  }
  .media-published-list li img{
    width:auto;
    height:40px;
    margin:0 20px;
  }
  .media-published-ttl{
    font-size:6.4vw;
  }
}

@media screen and (max-width: 599px) {


  .top-campaign {
    margin: 0 0 40px;
  }
  .top-campaign-ttl img:last-child {
    top: 37vw;
    left: 0;
    width: 23.47vw;
    transform: none;
  }
  .top-campaign-detail {
    padding: 16px 8px;
  }
  .top-campaign-term {
    display: block;
    line-height: 1;
    padding: 12px 16px;
    font-size: 4.27vw;
  }
  .top-campaign-term-ttl {
    display: block;
    width: 26.67vw;
    margin: 0 auto 8px;
    padding: 4px 0;
    border-width: 1px;
    font-size: 3.47vw;
  }
  .top-campaign-term span:not(.top-campaign-term-ttl) {
    vertical-align: bottom;
    font-size: 6.13vw;
  }
  .top-news {
    margin: 0 0 32px;
  }
  .top-news-ttl {
    font-size: 5.33vw;
  }
  .top-news-list,
  .top-news-list:last-of-type {
    margin: 0 0 24px;
  }
  .top-news-list dl {
    display: block;
  }
  .top-news-list dt {
    margin: 0 0 4px;
  }
  .top-news-list dt span {
    font-size: 3.2vw;
  }
  .top-case05 {
    margin: 0 0 32px;
    padding: 0px 16px 0;
  }
  .top-case05-subttl {
    padding: 0 0 8px;
    font-size: 3.73vw;
    background-size: 200px auto;
  }
  .top-case05-ttl [lang="en"] {
    font-size: 3.73vw;
  }
  .top-case05-ttl [lang="ja"] {
    font-size: 8vw;
  }
  .top-case05-item {
    width: 48.5%;
    margin: 0 0 16px;
  }
  .top-case05-cat {
    padding: 4px 16px;
    font-size: 2.67vw;
  }
  .top-case05-client {
    font-size: 3.47vw;
  }
  .top-case05-other {
    margin-top: 44px;
  }
  .top-case05-other-ttl {
    font-size: 5.93vw;
  }
  .top-case05-other-ttl span:after {
    top: -.85em;
  }
  .top-case05-other-list {
    margin-top: -5vw;
    padding: 8px 16px;
    justify-content: space-between;
  }
  
  .top-case05-other-list li {
    width: 50%;
    margin: 8px 0;
    text-align: center;
  }  
  
  .top-case05-other-list1 li {
    width: 100%;
    margin: 2px;
  }
  .top-case05-other-list img {
    width: 35%;
	height:auto;
  }
  .top-case04 {
    padding: 0 16px 24px;
    background-position: 0 50%;
  }
  .top-case04-ttl {
    margin: 0 0 40px;
    font-size: 6.4vw;
  }
  .top-case04-ttl span {
    font-size: 4.8vw;
  }
  .top-case04-list {
    margin: 0 0 40px;
	width: 100%;
  }
  .top-case04-list figure {
    width: 25vw;
    margin: 0 4vw 0 0;
  }
  .top-case04-list-inner {
    padding: 24px 26px 8px;
	min-height:auto;
	border-radius: 30px;
  }
  .top-case04-list-inner:before {
    width: 136px;
  }
  .top-case04-list h3 {
    width: 21.33vw;
    font-size: 3.73vw;
	left:30px;
  }
  .top-case04-list:nth-child(2n+1) h3 {
    right: 86px;
  }
  .top-case04-list h3 span {
    bottom: -4px;
    font-size: 8.53vw;
    transform: translateX(125%);
	background-color:#fff;
  }
  .top-case04-list ul {
    padding-left: 16px;
    font-size: 3.5vw;
  }

  .top-resolve {
    margin: 0 0 32px;
    padding: 24px 16px;
    background-position: 50% 90%, 50% 100%;
    background-size: 100% auto, 100% auto;
	position:relative
  }
  .top-resolve::before {
  content: "";
  position: absolute;
  left: 40%;
  top: -99px;
  border: 50px solid transparent;
  border-bottom: 50px solid #E8807D;
}
  .top-resolve-ttl {
    font-size: 5.33vw;
  }
  .top-resolve-lead {
    margin: 0 0 24px;
    text-align: left;
	 font-size: 3.6vw;
  }
  .top-resolve-list {
  }
  .top-resolve-list ul:nth-child(2) {
    position: static;
  }
  .top-resolve-list ul:nth-child(3) {
    display: block;
    margin: 0;
  }
  .top-resolve-list li {
    width: 26.67vw;
    height: 26.67vw;
    margin: 0 !important;
    font-size: 3.73vw;
    background-size: 26.67vw 26.67vw;
  }
  .top-resolve-list ul:nth-child(3) li {
    font-size: 3.2vw;
  }
  .top-resolve-list ul:nth-child(1) li:nth-child(1) {
    margin: 0 auto 53.33vw !important;
  }
  .top-resolve-list ul:nth-child(1) li:nth-child(2) {
    position: absolute;
    top: 10%;
    left: 5%;
  }
  .top-resolve-list ul:nth-child(2) li:nth-child(1) {
    position: absolute;
    top: 10%;
    right: 5%;
  }
  .top-resolve-list ul:nth-child(2) li:nth-child(2) {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
  }
  .top-resolve-list ul:nth-child(3) li:nth-child(1) {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
  }
  .top-resolve-list ul:nth-child(3) li:nth-child(2) {
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
  .top-resolve-list ul:nth-child(3) li:nth-child(3) {
    margin: 0 auto !important;
  }
  .top-resolve-list ul:nth-child(3) li:nth-child(4) {
    position: absolute;
    bottom: 10%;
    right: 5%;
  }
  .top-reason {
    margin: 0;
  }
  .top-reason-ttl {
    margin: 0 16px 16px;
    padding: 0 0 16px;
    font-size: 8vw;
  }
  .top-reason-ttl img {
    width: 32vw;
    vertical-align: middle;
  }
  .top-reason-ttl span {
    display: inline;
    font-size: 4.8vw;
  }
  .top-reason-01 {
    display: block;
    margin: 0 0 32px;
  }
  .top-reason-01-ttl {
    width: auto;
    margin: 0 0 24px;
  }
  .top-reason-01-ttl h3,
  .top-case-02-ttl h3,
  .top-case-03-ttl h3,
  .top-case-04-ttl h3,
  .top-reason-05-ttl h3 {
    font-size: 6vw;
  }
  .top-reason-01-ttl h3 span,
  .top-case-02-ttl h3 span,
  .top-case-03-ttl h3 span,
  .top-case-04-ttl h3 span,
  .top-reason-05-ttl h3 span {
    margin: 0;
    font-size: 5.87vw;
  }
  .top-reason-01-ttl h3 span span,
  .top-case-02-ttl h3 span span,
  .top-case-03-ttl h3 span span,
  .top-case-04-ttl h3 span span,
  .top-reason-05-ttl h3 span span {
    font-size: 12.27vw;
  }
  .top-reason-01-list {
    display: flex;
    width: auto;
  }
  .top-reason-01-item {
  position: relative;
  width: 48%;
  margin: 0 0 32px;
  padding: 10px;
  border-radius: 2px;
  background: #F5F5F5;
  box-shadow: 0 3px 2px rgba(0, 0, 0, .15);
  box-sizing: border-box;
  border-radius: 20px;
  }
.top-reason-01-item:nth-child(2n+1)::before {
    display:none;
}  
  .top-reason-01-item:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 45%;
    border: 20px solid transparent;
    border-top: 20px solid #fccac8;
	
}
  .top-reason-01-item dt {
    display: flex;
    margin: 0 0 16px 9vw;
  }
  .top-reason-01-item dt [lang="ja"] {
    font-size: 4.27vw;
  }
  .top-reason-01-item dt [lang="en"] {
    font-size: 2.93vw;
  }
  .top-reason-01-item dd figure {
    left: -8px;
    width: 13.6vw;
  }
  .top-reason-01-item dd p {
    font-size: inherit;
  }
  .top-reason-01-comment {
    width: auto;
    margin: 16px 0 0 16px;
  }
  .top-reason-01-comment img {
    position: static;
    width: 52vw;
  }
  .top-reason-01-comment span {
    right: 16px;
    width: 30vw;
    height: 30vw;
  }
  .top-case-02 {
    margin: 0 0 32px;
    padding: 0;
    background: #E8807D;
  }
  .top-case-02-ttl {
    width: auto;
    padding: 24px 16px 0;
  }
  .top-case-02-ttl:after {
    content: "";
    display: block;
    height: 72vw;
    margin: 24px -16px 0;
    background: url(../images/bg-reason-02-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  
  
  .top-case-02-ttl dt,
  .top-case-04-ttl dt,
  .top-reason-05-ttl dt {
    font-size: 4.6vw;
  }
  .top-case-03 {
    margin: 0 0 16px;
  }
  .top-case-03-ttl {
    margin: 0 0 16px;
	text-align:center;
  }
  .top-case-03-ttl h3 {
    display: block;
  }
  .top-case-03-img {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-case-03-img img {
    max-width: inherit;
    width: 32%;
    margin: 0 .5% 16px;
  }
  .top-case-04 {
    padding: 24px 16px;
  }
  .top-case-04-inner {
    display: block;
  }
  .top-case-04-ttl {
    width: auto;
    margin: 0 0 24px;
  }
  .top-case-04-list {
    justify-content: space-between;
    width: auto;
    padding: 16px 16px 1px;
    font-size: 3.73vw;
  }
  .top-case-04-list li {
    width: 50%;
    margin: 0 0 16px;
  }
  .top-case-04-list img {
    width: 30.67vw;
  }
  .top-reason-05 {
    padding: 24px 16px;
  }
  .top-reason-05-inner {
    display: block;
  }
  .top-reason-05-ttl {
    width: auto;
    margin: 0 0 24px;
  }
  .top-reason-05-ttl h3 img {
    width: 46.93vw;
  }
  .top-reason-05-img {
    width: auto;
  }
  .top-flow {
    margin: 0 0 16px;
  }
  .top-flow:before {
    top: -32px;
    left: -16px;
    font-size: 25.07vw;
    transform: none;
  }
  .top-flow-ttl [lang="en"] {
    font-size: 3.73vw;
  }
  .top-flow-ttl [lang="ja"] {
    font-size: 8vw;
  }
  .top-flow-lead {
    margin: 0 0 24px;
  }
  .top-flow-item {
    width: 48.5%;
  }
  .top-flow-item:after {
    width: 19px;
    height: 40px;
    margin: 0;
    background-size: 19px 40px;
    transform: translate(100%, -50%);
  }
  .top-flow-item:nth-child(2n):after {
    content: none;
  }
  .top-flow-item figcaption {
    padding: 4px 16px;
    font-size: inherit;
  }
  .top-flow-item figure img {
    width: 19.2vw;
  }
  .top-flow-item p {
    padding: 0 0 16px;
    font-size: inherit;
  }
  .top-flow-item p span {
    font-size: inherit;
  }
  .top-voice {
    margin: 0 0 32px;
  }
  .top-voice:before {
    top: -32px;
    right: -16px;
    font-size: 25.07vw;
  }
  .top-voice-ttl {
    margin: 0 0 24px;
  }
  .top-voice-ttl [lang="en"] {
    font-size: 3.73vw;
  }
  .top-voice-ttl [lang="ja"] {
    font-size: 8vw;
  }
  .top-voice-list {
    display: flex;
    margin: 0 0 24px;
  }
  .top-voice-item {
    width: auto;
    margin: 0 0 16px;
  }
  .top-voice-item dl {
    padding: 16px;
  }
  .top-voice-item dt {
    font-size: 4.27vw;
  }
  .top-voice-item dd,
  .top-voice-item dd span {
    font-size: 4.27vw;
    text-align: left;
  }
  .top-price {
    margin: 0 0 32px;
  }
  .top-price:before {
    top: -32px;
    left: -16px;
    font-size: 25.07vw;
  }
  .top-price-ttl {
    margin: 0 0 24px;
  }
  .top-price-ttl [lang="en"] {
    font-size: 3.73vw;
  }
  .top-price-ttl [lang="ja"] {
    font-size: 8vw;
  }
  .top-price-list {
	  display:block;
    justify-content: space-between;
  }
  .top-price-list dl {
	  
    width: 100%;
    margin: 0 0 5% 0;
    padding: 16px;
  }
  .top-price-list dt {
    margin: 0 0 16px;
    font-size: 4.8vw;
  }
  .top-price-list dd {
    font-size: 4.67vw;
  }
  .top-price-list dd span {
    font-size: 7.73vw;
  }
  .top-price-notes {
    text-align: left;
  }
  .top-price-propose {
    font-size: 5.33vw;
  }
  .top-fn {
    margin: 0 0 16px;
    padding: 24px 16px 0;
  }
  .top-fn-ttl {
    font-size: 8vw;
  }
  .top-fn-basic-ttl {
    font-size: 5.33vw;
  }
  .top-fn-basic-list {
    display: flex;
  }
  .top-fn-basic-item {
    width:48%;
    margin: 0 0 16px;
    padding: 16px;
  }
  .top-fn-basic-item figure {
    width: 21.33vw;
  }
  .top-fn-basic-item dt {
    font-size: 4.27vw;
  }
  
  .top-fn-basic-item1 {
    width:48%;
    margin: 0 0 16px;
    padding: 16px;
  }
  .top-fn-basic-item1 figure {
    width: 21.33vw;
  }
  .top-fn-basic-item1 dt {
    font-size: 3.9vw;
  }  
  
  p.top-fn-basic-more {
    margin: 0 0 32px;
    font-size: 4.27vw;
  }
  .top-fn-other {
    padding: 86.4vw 16px 8px;
  }
  .top-fn-other-01 {
    background: #fff url(../images/bg-fn-01-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .top-fn-other-01:before {
    border-width: 30px 60px 0 60px;
  }
  .top-fn-other-ttl,
  .top-fn-other-03 .top-fn-other-ttl {
    width: 100%;
    margin: 0 0 16px;
    font-size: 6.4vw;
  }
  .top-fn-other-01 .top-fn-other-ttl:before {
    width: 5.87vw;
    height: 6.93vw;
    margin: 0 2.13vw 0 0;
    background-size: 5.87vw 6.93vw;
  }
  .top-fn-other-02 .top-fn-other-ttl:before {
    width: 7.2vw;
    height: 6.4vw;
    margin: 0 2.13vw 0 0;
    background-size: 7.2vw 6.4vw;
  }
  .top-fn-other-03 .top-fn-other-ttl:before {
    width: 12.53vw;
    height: 8.8vw;
    margin: 0 2.13vw 0 0;
    background-size: 12.53vw 8.8vw;
  }
  .top-fn-other-01 .top-fn-other-list,
  .top-fn-other-03 .top-fn-other-list {
    padding-right: 0;
  }
  .top-fn-other-02 .top-fn-other-list {
    padding-left: 0;
  }
  .top-fn-other-item {
    width: 48.5%;
    margin: 0 0 16px;
    padding: 16px;
  }
  .top-fn-other-item dt {
    padding: 0 0 8px;
    font-size: 4.27vw;
  }
  .top-fn-other-item dt span {
    font-size: 3.73vw;
  }
  .top-fn-other-02 {
    background: #fff url(../images/bg-fn-02-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .top-fn-other-03 {
    background: #fff url(../images/bg-fn-03-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .top-fn-other-03 .top-fn-other-ttl {
    order: 0;
  }
  .top-qa {
    margin: 0 0 32px;
  }
  .top-qa-ttl {
    margin: 0 0 24px;
  }
  .top-qa-ttl [lang="en"] {
    font-size: 3.73vw;
  }
  .top-qa-ttl [lang="ja"] {
    font-size: 8vw;
  }
  .top-qa-list {
    padding: 16px;
  }
  .top-qa-list dt {
    margin: 0 0 16px;
    padding: 10px 32px 10px 13.33vw;
    font-size: 4.27vw;
  }
  .top-qa-list dt:before {
    top: 5px;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 6.4vw;
  }
  .top-qa-list dt i {
    top: 10px;
  }
  .top-qa-list dt i:before {
    width: 20px;
  }
  .top-qa-list dt i:after {
    height: 20px;
  }
  .top-qa-list dd {
    padding: 6px 0 0 13.33vw;
  }
  .top-qa-list dd:before {
    font-size: 8vw;
  }
  .top-ecbeing-bn-area-title{
    font-size: 5.33vw;
  } 
  .top-ecbeing-bn-area{
    width:calc(100% - 16px - 16px);
    margin:0 auto;
    padding:0 0 36px;
  }
  .top-ecbeing-bn-area__item{
    margin-bottom:18px;
    width:100%;
  }
  .media-published{
    margin-top: -30px;
    padding: 30px 16px 40px;
  }
  .media-published-wrap{
    padding:20px 0;
  }
  .media-published-list{
    margin-top:10px;
  }
  .media-published-list li img{
    width:110px;
    height:40px;
    object-fit:contain;
    -webit-object-fit:contain;
    margin:10px 10px;
  }
}

#landing_form-wrapper {
    padding-top: 0px;
    position: relative;
}

#efo_required_box {
    width: 100%;
    display: none;
    margin: 0;
    padding: 10px 0;
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    box-shadow: 4px 4px 4px rgba(6,6,6,0.3);
}
#efo_required_box.complete {
    background-color: #008000;
}
#efo_required_box strong {
    font-weight: normal;
}

/************************************************

Title

*************************************************/
.ttl01,
.form_title {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 3px solid #FFF;
    box-shadow: 1px 1px 3px #666;
    -moz-box-shadow: 1px 1px 3px #666;
    -webkit-box-shadow: 1px 1px 3px #666;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #023368;
    padding: 10px 10px;
    margin-bottom: 10px;
    background-image: -moz-linear-gradient( -90deg, rgb(255, 106, 111) 0%, rgb(255, 112, 116) 99%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255, 106, 111) 0%, rgb(255, 112, 116) 99%);
    background-image: -ms-linear-gradient( -90deg, rgb(255, 106, 111) 0%, rgb(255, 112, 116) 99%);
    background-image: linear-gradient( to bottom, rgb(255, 106, 111), rgb(255, 112, 116) 99%);
}

/** payment **/
#form_payment_method_atobarai_com .atobarai_com_note .atobarai_com_title {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: dotted 2px #CCCCCC;
}

#form_payment_method_nissen .nissen_note .nissen_title {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: dotted 2px #CCCCCC;
}

#form_payment_method_gmo_ps .gmo_ps_note .gmo_ps_title {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: dotted 2px #CCCCCC;
}

#form_payment_method_np_wiz .np_wiz_note .np_wiz_title {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: dotted 2px #CCCCCC;
}

#form_payment_method_np .np_note .np_title {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: dotted 2px #CCCCCC;
}

/** honki check **/
#honki-check-wrapper span.honki_required {
    display: inline-block;
    width: 39px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../sp_beauty_supplement/img/i_required.png);
    background-repeat:no-repeat;
    background-position: right center;
    margin-left: 5px;
    vertical-align: middle;
}

#honki-check-enquete-countdown {
    color: #FF0000;
}
#honki-check-wrapper .error-message {
    width: 100%;
    padding: 1px;
    margin: 0 0 1px 0;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF0000;
}

#honki-check-enquete-title {
    margin: 0;
    padding: 10px 0 0 0;
    color: #FF0000;
}

#honki-check-checkbox-title {
    margin: 0;
    padding: 10px 0 5px 0;
    color: #FF0000;
}

#honki-check-frame {
    margin: 15px auto 30px auto;
    padding: 0;
    border: solid 3px #FFC600;
    background: #FFFCD3;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
}

#agreement {
    background: #fff0f0;
    padding: 10px;
    margin-top: 10px;
}
@media (max-width: 767px) {
	#agreement {
		font-size:12px;
}

}
#promise {
    padding-top: 10px;
    color: #ff0000;
}

#copy {
    clear: both;
    background: #e94263;
    padding: 8px 0 12px;
}

.table_b th, .order_info_table th {
    background: #fff0f0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
    color: #333;
    width: 30%;
}






/**/
.section-point,
.section-point-upgrade-lead {
  text-align: center;
}
.section-point-heading {
  font-size: 20px;
  line-height: 1.8;
  border-bottom: 4px solid #000;
  margin:0;
}
.section-point-heading span {
  padding-right: 10px;
  font-size: 34px;
  font-family: "Barlow Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #99cc66;
}
.section-point-lead {
  padding-top: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.section-point-text {
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.8;
}
.section-point-text span {
  font-weight: bold;
}
.section-point-img {
  margin-top: 45px;
}
.section-point-upgrade {
  width: 896px;
  height: 250px;
  margin: 80px auto 0;
  background: url("/cms/images/features/img-point-upgrade-bg.png") no-repeat center;
  position: relative;
}
.section-point-upgrade-lead {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  color: #50bfa8;
}
.section-point-upgrade-List {
  height: 250px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.section-point-upgrade-List-item {
  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-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  width: 170px;
  height: 170px;
  background: url("/cms/images/features/img-point-upgrade-item-bg.svg") no-repeat center;
}
.section-point-temlate-List {
  width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-point-temlate-List-item {
  width: 365px;
}
.section-point-function-wrap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-point-function {
  padding: 60px 0 0 0;
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}
.section-point-function-mainTitle {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #9e9e9e;
}
.section-point-function-mainList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-point-function-mainList-item {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  width: 120px;
  height: 150px;
  margin: 10px 0 0 0;
  padding: 30px 0 10px;
  border: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-point-function-mainList-item p {
  height: 40px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-point-function-mainList-item-img {
  max-width: 60%;
  height: 60px;
  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;
}
.section-point-function-mainList-item-img img {
  width: 100%;
}
.section-point-function-mainList.firstList .section-point-function-mainList-item:nth-child(2) .section-point-function-mainList-item-img {
  max-width: 70%;
}
.section-point-function-mainList.firstList .section-point-function-mainList-item:nth-child(4) .section-point-function-mainList-item-img {
  max-width: 85%;
}
.section-point-function-mainList.secondList .section-point-function-mainList-item:nth-child(2) .section-point-function-mainList-item-img {
  max-width: 50%;
}
.section-point-features-subTitle {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.section-point-features-subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-point-features-subList.bottom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-point-features-subList.bottom .section-point-features-subList-item {
  margin-right: 10px;
}
.section-point-features-subList-item {
  margin: 20px 0 0 0;
  padding: 3.5px 17px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  background: #9e9e9e;
  border-radius: 15px;
}
.section-point-features-subList:last-child:after {
  margin: 30px 0 0 0;
  content: '等';
  right: 0;
  bottom: 0;
}
.section-point-leadMore {
  width: 55%;
  margin: 60px auto 0;
  background: #e87d79;
  border-radius: 25px;
}
.section-point-leadMore a {
  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;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.section-point-leadMore a:after {
  padding: 0 0 0 10px;
  content: url("/cms/images/features/section-point-leadMore-arrow.svg");
}
.section-point-support-list {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
	  margin-bottom:100px;
}
.section-point-support-list-item {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%;
  height: 680px;
  margin: 30px 0 0;
  padding: 40px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  box-sizing: border-box;
}
.section-point-support-list-item-img {
  width: 100%;
  height: 100px;
  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;
}
.section-point-support-list-item-img-inner {
  width: 60%;
}
.section-point-support-list-item-img-inner img {
 /* width: 100%;*/
}
.section-point-support-list-item:first-child .section-point-support-list-item-img-inner {
  width: 40%;
}
.section-point-support-list-item:nth-child(2) .section-point-support-list-item-img-inner {
  width: 50%;
}
.section-point-support-list-item:last-child .section-point-support-list-item-img-inner {
  width: 62%;
}
.section-point-support-list-item-head {
  margin-top: 15px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom:0;
}
.section-point-support-list-item-text {
  margin-top: 13px;
  line-height: 1.5;
  text-align:left;
}
.section-point-support-list-item-summary {
  margin: 10px 0 0 0;
  text-align: left;
  padding:0;
}
.section-point-support-list-item-summary-item {
  margin-top: 13px;
  font-weight: bold;
  display: table;
  width:50%;
}
.section-point-support-list-item-summary-item span{
	display:block;
	font-weight:100;
}
.section-point-support-list-item-summary-item:before {
  padding-right: 5px;
  content: url("../images/item-arrow-red.svg");
  display: table-cell;
  width:20px;
}
.section-point-security-list {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
}
.section-point-security-list-item {
  width: 215px;
  height: 240px;
  margin: 30px 0 0;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-point-security-list-item-inner {
  height: 100%;
  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;
}
.section-point-security-list-item-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.section-point-detail {
  width: 760px;
  margin: 40px auto 0;
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
@media (max-width: 1100px) {
  .section-point {
    padding: 4vw;
  }
  .section-point,
  .section-point-upgrade-lead {
    text-align: center;
	margin-bottom:50px;
  }
  .section-point-heading {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    border-bottom: 4px solid #000;
  }
  .section-point-heading span {
    font-family: "Barlow Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #50bfa8;
    line-height: 1.6;
  }
  .section-point-lead {
    padding-top: 40px;
    font-weight: bold;
    line-height: 1.6;
  }
  .section-point-text {
    padding-top: 15px;
    line-height: 1.8;
  }
  .section-point-text span {
    font-weight: bold;
  }
  .section-point-img {
    margin-top: 30px;
  }
  .section-point-upgrade {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    background: #f6f6f6;
    border-radius: 4px;
    border: 2px dashed #dbdbdb;
  }
  .section-point-upgrade-lead {
    padding-top: 2em;
    position: unset;
    line-height: 1.6;
  }
  .section-point-upgrade-List {
    width: 100%;
    height: auto;
    padding: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-point-upgrade-List-item {
    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-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    width: 45%;
    background: url("/cms/images/features/img-point-upgrade-item-bg.svg") no-repeat center;
    background-size: contain;
  }
  .section-point-upgrade-List-item:nth-child(n + 3),
  .section-point-upgrade-List-item:nth-child(n + 4) {
    margin-top: 1vw;
  }
  .section-point-temlate-List {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    display: block;
  }
  .section-point-temlate-List-item {
    width: 100%;
    padding-top: 4vw;
  }
  .section-point-temlate-List-item img {
    width: 100%;
  }
  .section-point-function {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-point-function-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-point-function-mainTitle {
    padding: 0.2em;
    font-size: 0.1rem;
    line-height: 1.5;
  }
  .section-point-function-mainList-item {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    width: auto;
    height: 105px;
    padding: 3vw 0 1vw;
  }
  .section-point-function-mainList-item p {
    line-height: 1.2;
  }
  .section-point-function-mainList-item img {
    width: 100%;
  }
  .section-point-function-mainList.firstList .section-point-function-mainList-item:nth-child(2) .section-point-function-mainList-item-img {
    max-width: 70%;
  }
  .section-point-function-mainList.firstList .section-point-function-mainList-item:nth-child(4) .section-point-function-mainList-item-img {
    max-width: 85%;
  }
  .section-point-function-mainList.secondList .section-point-function-mainList-item:nth-child(2) .section-point-function-mainList-item-img {
    max-width: 50%;
  }
  .section-point-function-mainList.secondList .section-point-function-mainList-item:nth-child(6) p {
    font-size: 12px;
  }
  .section-point-features-subList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-point-features-subList-item {
    margin: 10px 5px 0 0;
  }
  .section-point-features-subList:last-child:after {
    margin: 20px 0 0 0;
  }
  .section-point-leadMore {
    width: 100%;
  }
  .section-point-support-list {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
			margin:0;
			padding:0;
  }
  .section-point-support-list-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-height: auto;
    height: 100%;
    margin: 4vw 0 0;
    padding: 3vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-point-support-list-item-img {
    width: 80%;
    min-height: 24%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    display: block;
    vertical-align: middle;
  }
  .section-point-support-list-item-img-inner {
    width: 80%;
    margin: 0 auto;
  }
  .section-point-support-list-item-img-inner img {
  }
  .section-point-support-list-item:first-child .section-point-support-list-item-img-inner {
    width: 60%;
  }
  .section-point-support-list-item:nth-child(2) .section-point-support-list-item-img-inner {
    width: 70%;
  }
  .section-point-support-list-item:last-child .section-point-support-list-item-img-inner {
    width: 77%;
  }
  .section-point-support-list-item-head {
    margin-top: 25px;
  }
  .section-point-support-list-item-text {
    height: auto;
    margin-top: 5px;
  }
  .section-point-support-list-item-summary {
    margin-top: 10;
  }
  .section-point-support-list-item-summary.mkt {
    margin-top: 40px;
  }
  .section-point-support-list-item-summary-item {
  }
  .section-point-support-list-item-summary-item:before {
    padding-right: 1em;
    content: '';
    display: table-cell;
    width: 10px;
    height: 7px;
    background-image: url("../images/item-arrow-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .section-point-security-list {
    width: 100%;
    padding: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-point-security-list-item {
    width: 100%;
    height: 100%;
    margin: 4vw 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-point-security-list-item-img {
    width: 170px;
  }
  .section-point-security-list-item-img img {
    width: 100%;
  }
  .section-point-security-list-item-inner {
    width: calc(100% - 170px);
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-point-detail {
    width: 100%;
    margin: 0;
    padding: 4vw;
    text-align: left;
    line-height: 2;
  }
}


.price-case .div-wrap, .support .div-wrap, .asp-mer .div-wrap, .basic-price .div-wrap{
  width:100%;
  max-width: 1100px;
  margin:0 auto;
}
.detail__head{
  font-size:32px;
  text-align: center;
  line-height:1.5;
}
.detail__head-msg{
  margin-top:20px;
  font-size:16px;
  text-align: center;
  line-height:1.8;
}
.price-case{
}
.price-case-list{
  margin-top: 50px;
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding:0;
}
.price-case__item{
  background:#F5F5F5;
  counter-increment:price-case-counter;
  position: relative;
  margin:.5%;
  padding:5px;
}

@media (max-width: 1100px) {
	.price-case-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 25px;
}
.price-case__item{
  width:46.5%;
}
}

.price-case__item-ttl{
  font-family: "Montserrat";
  text-align:center;
  color:#fff;
  font-weight: bold;
/*  display:flex;
  display:-webkit-flex;*/
  justify-content: left;
  -webkit-justify-content: left;
  align-items:left;
  -webkit-align-items:left;
  background: #E8807D;
 /* height: 50px;*/
  padding:10px;
  margin:0;
}
.price-case__item-ttl span{
	flex-wrap: wrap;
	font-size:12px;
	display:block;
}
.price-case__item-msg1{
  padding:0 20px;
  margin-top:30px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  min-height:40px;
}
.price-case__item-msg1 .text-strong{
  color: #E8807D;
  font-size: 20px;
  position: relative;
  z-index:0;
}
.price-case__item-msg1 .text-strong:after{
  z-index:-1;
  position: absolute;
  bottom:-3px;
  left:0;
  content:" ";
  display:block;
  width:100%;
  height:6px;
  background: #FFF46F;
}
.price-case__item-msg2{
  margin-top:8px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  padding:0 20px;
  display:flex;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items:center;
  -webkit-align-items:center;
  min-height:66px;
}
.price-case__item-fig{
  width: 136px;
  height: 136px;
  background: #fff;
  border-radius:100%;
  display:flex;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items:center;
  -webkit-align-items:center;
  margin: 20px auto 0;
}
.price-case__item-fig img{
  width:70%;
  height: auto;
}
.price-case__item:nth-of-type(1) .price-case__item-fig img{
  width:50%;
}
.price-case__item-ex{
  padding: 0 20px;
  margin-top: 35px;
}
.price-case__item-ex-ttl{
  font-weight: bold;
  text-align: center;
}
.price-case__item-ex-txt:nth-of-type(1){
  margin-top: 20px;
}
.price-case__item-ex-txt{
  list-style-type: disc;
  display: list-item;
  font-size: 14px;
  margin-left:20px;
  margin-bottom:10px;
  line-height: 1.4;
}
.price-case__note{
  font-size: 14px;
  margin-top: 15px;
}
.detail__head ul{
	width:30%;
	display:flex;
	margin:0 auto;
	padding:0;
	}
@media (max-width: 767px) {
	.detail__head ul{
	width:50%;
	display:flex;
	margin:0 auto;
	padding:0;
	}

}
	
	
.detail__head ul li{
	float:left;
	margin:0 2%;
	box-sizing: border-box;
	padding:10px;
	}
	
.detail__head ul li img{
	width:100%;
}
.order-msg{
  margin-top: 40px;
  font-size: 30px;
  position: relative;
  display:flex;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items:center;
  -webkit-align-items:center;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}


.order-msg p{
  font-weight: bold;
  position: relative;
}
.order-msg p:after{
  z-index:-1;
  position: absolute;
  bottom:10px;
  left:0;
  content:" ";
  display:block;
  width:100%;
  height:15px;
  opacity:0.3;
  background: #e8807d;
}
@media (max-width: 767px) {
  .price-case .div-wrap, .support .div-wrap, .asp-mer .div-wrap, .basic-price .div-wrap{
    width: calc(100% - 16px - 16px);
  }
  .detail__head{
    font-size: 24px;
  }
  .price-case{
    margin-top: 30px;
  }
  .price-case-list{
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-top: 25px;
  }
  .price-case__item{
    width:100%;
    min-height:unset;
    padding-bottom:28px;
    margin-bottom: 50px;
  }
  
  .price-case__item img{
	  width:100%;
  }
  .price-case__item:last-of-type{
    margin-bottom:0;
  }
  .price-case__item-ttl{
    height: unset;
  }
  .price-case__item-msg1{
    margin-top: 10px;
  }
  .price-case__item-msg2{
    margin-top: 5px;
  }
  .price-case__item:not( .price-case__item:nth-of-type(1) ):after{
    top:-69px;
    left:50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 56px;
    height: 56px;
  }
  .price-case__note{
    line-height: 1.6;
  }
  .order-msg{
    width: calc(100% - 16px - 16px);
    margin: 30px auto 0;
    font-size: 22px;
    text-align: center;
    display:block;
  }}
  
  
  
  .bggry{
	background-color:#eee;
	padding:10px;
	}
.bggry h2{
	font-size:30px;
	text-align:center;
	display:block;
	padding:5px;
	
	}
.bggry p{
	text-align:center;
	padding:5px;
	margin:0;
	}
#inquiry {
      height: 300px;
      width: 100%;
	  border:1px #eee solid;
	  margin:20px 0 0 0;
	  padding: 15px;
    box-sizing: border-box;
   }
 #inquiry h2{
	 text-align:center;
   }

#inquiry_contents {
	      height: 230px;
      width: 100%;
      overflow-y: scroll;
	  padding: 15px;
    box-sizing: border-box;

    }
	

#inquiry #left h1 {
    border-bottom: 1px solid #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
}
#inquiry #left h3 {
  font-weight: bold;
}

#inquiry #left ul,
#inquiry #left p{margin-bottom: 2em;}

#inquiry #left ul {
  padding-left: 20px;
}
#inquiry #left ul li{
  list-style-type: disc;
}

#inquiry.inquiry #right li:nth-child(1) a,
#inquiry.policy #right li:nth-child(2) a,
#inquiry.privacy #right li:nth-child(3) a,
#inquiry.security #right li:nth-child(4) a{
  background-color: #e9e9e9;
}

#inquiry.security #left ol li{
  list-style-type: decimal;
  line-height: 1.8em;
  margin-left: 20px;
  margin-bottom: 1em;
}
#inquiry.security #left p.signature{
  font-size: 15px;
  text-align: right;
  line-height: 1.2em;
}
#inquiry.policy #left p.signature{
  font-size: 15px;
  text-align: right;
  line-height: 1.2em;
}
	
	
.c-heading_lv02 {
    margin: auto;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
    color: #eb7400;
    margin-bottom: 22px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 4px solid rgba(253, 102, 20, .2);
}

.c-table_03 {
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #bdbdbd;
    color: #333;
}

.c-table_container>table {
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%,-webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%,linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
}

.c-table_03 thead {
    background: #ddd;
    border-bottom: 1px solid #bdbdbd;
}
.c-table_03 thead {
    background: rgba(235, 116, 0, .2);
}

.c-table_03 tr td {
    border: 1px solid #bdbdbd;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.8;
    padding: 10px;
    word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
	font-weight:400;
}


.c-heading_lv02 span {
    vertical-align: baseline;
    font-size: 80%;
}



.c-table_03 thead th {
    background: none !important;
    color: #333 !important;
    padding: 10px 20px !important;
}
.c-table_03 tr th {
    border: 1px solid #bdbdbd;
    font-size: 18px;
    line-height: 1.8;
    background: #eff1f2;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
	
}	
@media (max-width: 767px) {
.c-table_03 thead th {
    background: none !important;
    color: #333 !important;
    padding: 10px 10px !important;
}	
	.c-table_03 tr th {
    border: 1px solid #bdbdbd;
    font-size: 14px;
    line-height: 1.8;
    background: #eff1f2;
    font-weight: bold;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
	
}	
.c-table_03 tr td {
    border: 1px solid #bdbdbd;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.8;
    padding: 10px;
    word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
	font-weight:400;
}

}
.c-text_01-center {
    text-align: center;
}