/*
 *
 * 口コミバスター
 * style.css
 * ver.230307
 *
 */


/* //////////////////////////////////////////////////////////
/
/	BACEに関する指定
/
////////////////////////////////////////////////////////// */
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	color: #444;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.7;
	letter-spacing: 1px;
	/* 横スクロール消し */
	overflow-x : hidden ;
	background-color:#f3faf9;
}
div,
dl,dt,dd,ul,ol,li,
h1,h2,h4,h5,h6,
pre,fieldset,textarea,p,blockquote{ 
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, li {
	font-size: 100%;
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
p {
	font-size: 120%;
	text-align:center;
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
strong{
	font-size: 110%;
}
img {
	border: 0;
	vertical-align: bottom;
}
form {
	margin:0;
}
a:link {color:#ef6b09;text-decoration: none; font-size:110%;}
a:visited {color:#ef6b09;text-decoration: none; font-size:110%;}
a:hover {color:#502d23;text-decoration: underline; font-size:110%;}
a:active {color:#502d23;text-decoration: underline; font-size:110%;}
a img {
    transition: all .3s;
    -o-transition: all .3s;
    -ie-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;	
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=6);
  -ms-filter: "alpha(opacity=60)"; 
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

/* //////////////////////////////////////////////////////////
/
/	レスポンシブ レイアウト関する指定
/
////////////////////////////////////////////////////////// */

/*======================================
画面の横幅が1368pxまで
========================================*/
@media screen and (max-width: 1368px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.innerBox {
    margin: 0px auto;
	width: 100%;
}
}

/*======================================
画面の横幅が1240pxまで
========================================*/
@media screen and (max-width: 1180px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.innerBox {
	width: 98%;
    margin: 0px auto;	
}
}
/*======================================
画面の横幅が980pxまで
========================================*/
@media screen and (max-width: 912px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.innerBox {
	width: 98%;
}
}
/*======================================
画面の横幅が414pxまで
========================================*/
@media screen and (max-width: 430px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.innerBox {
	width: 98%;
}
}

/* //////////////////////////////////////////////////////////
/
/	ラッパーに関する指定
/
////////////////////////////////////////////////////////// */
#wrapper {
    background-image: url(../images/main_v.jpg);	
	width:100%;;
	margin: 0 auto;
	position: relative;
	  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
}
#tophead {
	height: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
    background-repeat: no-repeat;
}
#tophead2 {
    background-image: url(../images/main_v_u.jpg);
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
    background-repeat: no-repeat;
}
.img-wrap {

}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
/*---------------------------------
レスポンシブ
---------------------------------- */

@media screen and (max-width: 1368px) {
#tophead {
    background-image: url(../images/1l.jpg);
	height:600px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
    background-repeat: no-repeat;		
}	
#tophead2 {
    background-image: url(../images/1l.jpg);
}
}
@media screen and (max-width: 1180px) {
#tophead {
    background-image: url(../images/1m.jpg);
	height:600px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
    background-repeat: no-repeat;		
}	
#tophead2 {
    background-image: url(../images/1m.jpg);
}
}
@media screen and (max-width: 1024px) {
#tophead {
    background-image: url(../images/1mm.jpg);
	height:600px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
    background-repeat: no-repeat;		
}	
#tophead2 {
    background-image: url(../images/1m.jpg);
}
}
@media screen and (max-width: 820px) {
#tophead {
    background-image: url(../images/1ms.jpg);
	height:509px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
    background-repeat: no-repeat;		
}	
#tophead2 {
    background-image: url(../images/1m.jpg);
}
}
@media screen and (max-width: 430px) {
#tophead {
    background-image: url(../images/1s.jpg);
	height:470px;	
}
#tophead2 {
    background-image: url(../images/1s.jpg);
	height:60px;	
}
}
/* //////////////////////////////////////////////////////////
/
/	ハンバーガーメニューに関する指定
/
////////////////////////////////////////////////////////// */
.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
	z-index: 1000;
    width: 100%;
	height: 120px;
    margin: 0px auto 0px auto;
    line-height: 1;
	padding: 0 0 0 200px;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	width: 300px;	
    position: relative;
	display:block;
	top: -45px;
}
#top-head .logo img{
	width: 300px;
	height:auto;
}
#mobile-head {
    height: 35px;
}
#global-nav {
}
#global-nav ul {
	margin: 0px 0 0 470px;
    list-style: none;
	font-size: 100%;
	overflow: hidden;
	padding-top: 32px;
}
#global-nav ul li a {
	z-index:1000;
	color:#23ad66;
	float: left;
	padding: 10px 0px 0px 35px;	
}
#global-nav ul li a:hover {
	color:#f53131;
}
.tbtn {
  margin: 5px 200px 0px 0px;
  width: 170px;
  height: 80px;  
  float:right;
  top: -60px;
  line-height:1.2;
  background-color: #d02550;
  color:#fff;
  text-align: center; 
  font-weight: 700;
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 40px;
  letter-spacing: 3px;	
}
a.tbtn span {
	font-size: 115%;
  height: 100px;	
  padding: 20px 0px 0px 0px;		
  position: relative;
  display: block;
  transform: translate(0, -7px);
  overflow: hidden;
  z-index: +1;
}
a.tbtn span::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 120px;
    height: 200px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}
a.tbtn::after, a.tbtn span {
  transition-property: transform;
  transition-duration: 0.3s;
}
a.tbtn:hover::after, a.tbtn:hover span {
  transform: translate(0, 0);
}
a.tbtn:hover span::before {
  animation: shine 1s ease-in-out 1;
}
/* スクロールで出てくるナビ */
#top-head.fixed{
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 100px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
        /* box-shadow */
		box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 1px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 1px;
		-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 1px;
}
#top-head.fixed .logo {
	top: -55px;
}
#nav-toggle {
	display:none;
}

@media screen and (max-width: 1366px) {
#top-head {
	padding: 28px 0 0 0px;	
}
#top-head .logo {
    position: relative;
	display:block;
	width: 250px !important;
	left:20px;
	top: -45px;
}
#global-nav ul {
	margin: 0px 0 0 430px;
    list-style: none;
	font-size: 90%;
	overflow: hidden;
	padding-top: 0px;
}
#global-nav ul li a {
	color:#555;
	font-weight: 500;
	float: left;
	padding: 10px 0px 0px 30px;	
}
#global-nav ul li a:hover {
	color:#e60031;
}
.tbtn {
  margin: 0px 10px 0px 0px;
  top: -48px;
}
#mobile-head {
    height: 65px;
}
#top-head.fixed {
    padding: 28px 0 0 0 !important ;
}
#top-head.fixed .logo {
	left: 20px;
	top: -45px;
}
}

@media screen and (max-width: 1180px) {
#top-head .logo {
        position: absolute;
        left: 5px;
        top: -15px;
		display:block;
		width: 200px !important;	
}
#global-nav ul {
 	font-size: 80%;
	margin: 0px 0 0 400px;	
}
#global-nav ul li a {
	padding: 10px 0px 0px 20px;	
}
.tbtn {
  width: 120px;
  height: 70px;
  font-size: 90% !important;  	
  margin: 0px -5px 0px 0px;
  top: -45px;
}

#top-head.fixed .logo {
	left: 5px;
	top:  -5px;
}
}
@media screen and (max-width: 1024px) {
#top-head .logo {
        position: absolute;
        left: 0px;
        top: -15px;
        color: #333;
		display:block;
		width: 200px !important;	
}
#global-nav ul {
	margin: 0px 0px 0 350px;
 	font-size: 70%;
}
#global-nav ul li a {
	padding: 10px 0px 0px 20px;	
}
.tbtn {
  width: 100px;
  height: 70px;	
  margin: 5px -5px 0px 0px !important;
  top: -52px;
}
a.tbtn span {
	font-size: 100%;
}
#top-head.fixed .logo {
	top: -12px !important;
	left: 20px !important;
}
#top-head.fixed #global-nav ul li a {
	padding: 10px 0px 0px 20px;	
}
#top-head.fixed .tbtn {
  margin: 0px 0px 0px 0px;
  top: -52px;	
}
}
@media screen and (max-width: 912px) {
#top-head, .inner {
    padding: 0;
	height: 60px;	
}
#top-head .logo {
	top: 5px;
	left: 10px;
}
#top-head .logo img{
	width:180px !important;
	height:auto;
}	
.ad-box {
	display:none;
}
#nav-bg{
   	background-color: #132682;
	padding: 0px 0px 0px 0px;
}
.tbtn {
	font-size:90% !important;
	height: 60px;
  margin: 0px 70px 0px 0px !important;
  top: 0px;
}
a.tbtn span {
    padding: 10px 0px 0px 0px;
}
#global-nav {
   position: absolute;
   /* 元の位置・開いてないときは画面外に配置 */
   top: 80px;
   background: #019eaf;
   width: 60%;
}

#global-nav ul {
	margin: 0px 0 0 0px !important;	
}
#global-nav ul li {
	padding: 0 20px 0 20px;
    float: none;
    position: static;
	font-size: 120%;
	text-align:center;
}
/* Toggle Button */
#nav-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
/* トグルメニューテキスト */ 
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle .menu-text{
	display:block;
	font-size: 68%;
	padding: 7px 0px 5px 0px;
	color: #333;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}
/* ハンバーガーメニュー */ 
/* Fixed reset */
#top-head.fixed {
    height: 70px;
}
#top-head.fixed .logo{
	display:block !important;
	top: -22px !important;
	left: 10px !important;
}
/* トグルメニューテキスト */ 
#top-head.fixed #nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
}
#top-head.fixed .tbtn {
  margin: 0px 70px 0px 0px;
  top: -28px;	
}
#top-head.fixed #nav-toggle {
    top: -25px;
}
#top-head #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 60px;
		right: -1000px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#top-head.fixed #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 42px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#top-head.fixed #global-nav ul {
	margin: 0px 0 0 10px !important;		
}
#top-head #global-nav ul li a,#top-head.fixed #global-nav ul li a {
		font-size:120%;			
        width: 100%;
		font-weight:normal;
        display: block;
        color: #fff;
        padding: 25px 0;
		border-bottom: 1px solid #65615b;
}
#nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0px !important;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        transform: translate(-768px,0px);
    }	
}
@media screen and (max-width: 430px) {
#top-head #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 70px;
		right: -772px;
    }
#top-head.fixed #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 70px;
}
#top-head.fixed {
    padding: 0px 0 0 0 !important;
}
.tbtn {
  width:140px;	
  margin: 5px 70px 0px 0px !important;
}
a.tbtn span {
    padding: 14px 0px 0px 0px;
}
a.tbtn span::before {
	top: -50%;
    width: 60px;
    height: 120px;
}
#global-nav {
        position: absolute;
        /* 元の位置・開いてないときは画面外に配置 */
        top: 80px;
		right: -758px;
        background: #423f3b;
        width: 105%;
        text-align: left;
    }
/* Fixed reset */
#top-head.fixed .logo{
	display:block !important;
	width:150px;
	top: 10px !important;
	left: 10px !important;
}
#top-head .logo img{
	width:170px !important;
	height:auto;
}
#top-head.fixed #nav-toggle {
    right: 15px;
    top: 4px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#top-head.fixed #global-nav ul {
	margin: 0px 0 0 0px !important;	
}
#top-head.fixed .tbtn {
  margin: 0px 65px 0px 0px;
  top: 0px;	
}
}
@media screen and (max-width: 414px) {
#top-head.fixed {
    padding: 0px 0 0 0 !important;
}
#top-head .logo img{
	width:150px !important;
	height:auto;
}
.tbtn {
  width:130px;	
  margin: 5px 70px 0px 0px !important;
}
a.tbtn span {
    padding: 14px 0px 0px 5px;
}
}
/* //////////////////////////////////////////////////////////
/
/	ページタイトルタイトルに関する指定
/
////////////////////////////////////////////////////////// */
#page-title{
    background-image: url(../images/main_v_p.jpg);	
	padding: 120px 0px 20px 0px;
}
#page-title h2{
	color: #444;
	font-size: 200%;
	letter-spacing: 6px;
	text-align:center;
}
@media screen and (max-width: 768px){
#page-title h2 {
	text-align: center;
	font-size: 160%;
}
#page-title{
	padding:40px 30px 40px 0px;
}
}
@media screen and (max-width: 430px){
#page-title h2 {
	font-size: 180%;
	letter-spacing: 1px;
}
#page-title{
	padding:40px 0px;
	z-index:0;
}
}

/* //////////////////////////////////////////////////////////
/
/	パンくずリストに関する指定
/
////////////////////////////////////////////////////////// */
#pankuzu{
	background-color:#fdf6e1;
}
#pankuzu .box{
	padding: 10px 220px;
}
#pankuzu p{
	font-size: 90%;
	text-align:left;
}
#pankuzu p a{
	color: #e93c2e;
	text-decoration:none;
}
@media screen and (max-width: 1368px){
#pankuzu{
	padding:10px 0px;
}
#pankuzu .box{
	padding: 5px 25px !important;
}
}

@media screen and (max-width: 1024px){
#pankuzu{
	padding:10px 0px;
}
#pankuzu .box{
	padding: 5px 25px !important;
}
}
@media screen and (max-width: 430px){
#pankuzu{
	padding:10px 0px;
}
#pankuzu .box{
	padding: 5px 5px !important;
}
}
/* //////////////////////////////////////////////////////////
/
/	難易度高過ぎ！！！
/
////////////////////////////////////////////////////////// */
#concept1{
	background: linear-gradient(to bottom, #448032, #699f59);	
	padding: 80px 80px 0px 80px;
	text-align:center;
	color:#fff;
}
#concept1 h2 {
	font-size: 180%;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: 2px solid #fff;
    display: inline-block;
	padding: 0 20px;
}
#concept1 img{
	margin: 40px 0px 0px 0px;
	border-radius: 30px;
}
#concept1 p{
    font-size: 110% ;
	margin-top:20px;
}
#concept1 p strong {
	color: #e7e027;
	font-weight: normal;
}

#concept1 h3 {
  font-size: 180%;	
  color: #fff;
  padding: 2rem 4rem 0 4rem;
  margin-top: 120px;
  font-weight: 500;
}

@media screen and (max-width: 1180px){
#concept1 h2 {
	font-size: 150%;
}
#concept1 h3{
	font-size: 140%;
}
}
@media screen and (max-width: 912px){
#concept1{
	padding: 120px 20px 40px 20px;
}
#concept1 h2 {
	font-size: 130%;
}
}
@media screen and (max-width: 430px){
#concept1{
	padding: 80px 20px 30px 20px;
}	
#concept1 h2 {
	font-size: 140%;
	border-bottom: none;
	padding: 0 0px;
}
#concept1 h3{
	font-size: 110%;
	margin: 50px 0 0px 0;
    padding: 2rem 0rem 0 0rem;
	letter-spacing: -0.1px;	
}
#concept1 p{
    font-size: 100%;
}
}
@media screen and (max-width: 375px){
#concept1{
	padding: 80px 10px 0px 10px;
}	
#concept1 h2 {
	font-size: 130%;
}
#concept1 h3{
	font-size: 110%;
	margin: 50px 0;
	line-height: 1.4;
}
}
/* //////////////////////////////////////////////////////////
/
/	御社の不本意な口コミを削除できます！
/
////////////////////////////////////////////////////////// */
.custom-shape-divider-top-1631532852 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1631532852 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1631532852 .shape-fill {
    fill: #699f59;
	background-color: #fff;
	margin-top: -3px;
}
body {
  background: #fff;
}
.divider {
  position: relative;
}

#concept2{
	background-color:#fff;
	padding: 150px 200px;
}

#concept2 h2 {
	color: #f50061;
	font-size: 170%;
	font-weight: 500;
	text-align: center;
	margin: 0px 0px 40px 0px;	
}

.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 70px;
	background-color: #fff;
}

.heading04::before {
	margin-right: 50px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 50px;
	transform: rotate(35deg)
}
.heading20 {
	position: relative;
	padding-bottom: 5px;
}

.heading20:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 47%;
  border-bottom: dotted 8px #f50061;
}
#concept2 h3{
	margin: 10px 0;
    font-size: 125%;
    color: #00b3ee;
    font-weight: bold;
}
.four-concept{
	padding: 0px 50px;		
	text-align:center;
}
.four-concept li {
	float: left;
	width: 22.8%;
	list-style: none;
	margin: 20px 13px 0px 13px;
}
.four-concept li img{
	width: 100%;
	border-radius: 20px;
}
.four-concept p{
	padding: 10px 2px;	
	text-align:left;
    font-size: 93% ;
    line-height: 1.6;
}
@media screen and (max-width: 1366px){
#concept2{
	padding: 115px 30px;
}	
#concept2 h3{
    font-size: 110%;
}
.triangle {
  position: relative;
}
.triangle:after {
  content: "";
  position:  absolute;
  right: 245px;
  border-right: 11vw solid transparent;
  border-left: 11vw solid transparent;
  border-top: 100px solid #00b3ee;
}
.sec {
	top:-185px;
}	
.four-concept{
	padding: 0px 0px;		
	text-align:center;
}
.four-concept li {
	width: 21.8% !important;
	list-style: none;
	margin: 20px 20px;
}
}
@media screen and (max-width: 1180px){
#concept2{
	padding: 35px 30px 85px 30px !important;		
}
#concept2 h3{
    font-size: 100% !important;
}
.triangle:after {
  content: "";
  position: absolute;
  right: 270px;
  border-right: 12vw solid transparent;
  border-left: 12vw solid transparent;
  border-top: 100px solid #00b3ee;
}
.sec {
	top: -85px;
}
#concept2 h2 {
	padding-top:100px;
	font-size: 180% !important;
	margin: 20px 0px 40px 0px;		
}
#concept2 h2 img{
	width: 170px;
	margin: 0px 0 13px 0 !important;
}
.four-concept li {
	width: 23.1% !important;
	margin: 20px 10px 0px 10px;
}
.four-concept li h3{
    font-size: 120% !important;
}
}
@media screen and (max-width: 1024px){
#concept2 h2 {
	font-size: 160% !important;
	margin: 20px 0px 0px 0px !important;		
}	
.four-concept li {
	width: 21.7% !important;
	list-style: none;
	margin: 20px 15px 0px 15px;
}
#concept2 h3{
    font-size: 100%;
}
.four-concept p{
   font-size: 95% !important;
    line-height: 1.3;
}
}
@media screen and (max-width: 912px){
#concept2{
	padding: 20px 20px 75px 20px !important;
}	
#concept2 h2 {
	padding-top:50px;	
	font-size: 140% !important;
}
.triangle {
  position: relative;
}
.triangle:after {
  content: "";
  position:  absolute;
  right: 185px;
  border-right: 17vw solid transparent;
  border-left: 17vw solid transparent;
  border-top: 100px solid #00b3ee;
}
.sec {
	top:-105px;
}
.four-concept li {
	width: 45% !important;
	list-style: none;
	margin: 20px 15px 0px 15px;
}
.four-concept li h3{
    font-size: 140% !important;
}
}
@media screen and (max-width: 430px){
#concept2{
	padding: 5px 20px 85px 10px !important;		
}
#concept2 h2 {
	padding-top: 80px;	
	font-size: 120% !important;
	letter-spacing: -1.0px;
}
#concept2 h3{
    font-size: 120% !important;
}
.four-concept{
	margin-top: 30px;
}
.heading20:before {
	display: none;
}
#concept2 .four-concept li {
	width: 100% !important;
	margin: 20px 5px;
}
.triangle {
  position: relative;
}
.triangle:after {
  content: "";
  position:  absolute;
  right: 105px;
  border-right: 20vw solid transparent;
  border-left: 20vw solid transparent;
  border-top: 60px solid #00b3ee;
}
.sec {
	top:-60px;
}
.heading04::before,
.heading04::after {
	display: none;
}
.custom-shape-divider-top-1631532852 {
    top: -1px;
}
}
@media screen and (max-width: 390px){
#concept2{
	padding: 5px 10px 85px 10px !important;		
}
#concept2 h2 {
	font-size: 110% !important;
}
}
@media screen and (max-width: 375px){
.custom-shape-divider-top-1631532852 {
    top: -50px;
}
}

/* //////////////////////////////////////////////////////////
/
/	こんな口コミのせいでお困りではないですか？
/
////////////////////////////////////////////////////////// */

#concept3{
    background-image: url(../images/4.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
	padding: 150px 80px;
	text-align:center;
	height:auto;
}
#concept3 h2 {
    position: relative;
    padding: 1.5rem 4rem;
    box-shadow: 5px 5px #1a48a9;
    border: 2px solid #1a48a9;
    color: #1a48a9;
    font-weight: 500;
    font-size: 160%;
    text-align: center;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 30px;
	margin-right: -13px;
	border-radius:20px;
}
#concept3 h2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 20px;
    background-color: #fff;
    content: "";
}

#concept3 h2:after {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 4px;
    background-color: #1a48a9;
    content: "";
}
#concept3 .box{
	padding: 10px 170px;
	height:auto;
}
#concept3 .box .right_text{
	width: 40%;
	background-color: none;
	padding: 30px 0px;
	float:right;
}
#concept3 .box .left_text{
	width: 40%;
	padding: 30px 0px;
	float:left;
}
#concept3 .box .right_text img{
	margin: 0 0px 20px 0px;
}
#concept3 .box .left_text img{
	margin: 0 0px 20px 0px;
}
#concept3 .box .right_text h3{
    padding: 0.7rem;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    background-color: #a5732c;
    color: #fff;
    font-size: 120%;
	margin-bottom:20px;
	opacity: 0.8;
}
#concept3 .box .left_text h3{
    padding: 0.7rem;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    background-color: #3b5faa;
    color: #fff;
    font-size: 120%;
	margin-bottom:20px;
	opacity: 0.8;	
}
#concept3 .box .right_text p{
	color: #fff;
	font-size: 100%;
	text-align: left;
}
#concept3 .box .left_text p{
	color: #fff;
	font-size: 100%;
	text-align: left;	
}
.section3 {
  position: relative;
   margin: 0px 0px 100px 0px;
 	overflow: hidden;
}
@media screen and (max-width: 1368px){
#concept3{
	padding: 170px 10px;
}
#concept3 .box{
	padding: 10px 50px;
	width: auto;
}	
}
@media screen and (max-width: 1180px){
#concept3{
	padding: 100px 10px 100px 10px;
}	
#concept3 h2 {
    font-size: 160%;
}
#concept3 .box{
	width: auto;
	padding: 10px 50px;
}
#concept3 .box .right_text h3{
	font-size: 120% ;
}
#concept3 .box .left_text h3{
	font-size: 120% ;
}
#concept3 .box .right_text img{
	width: 80%;
}
#concept3 .box .left_text img{
	width: 80%;
}
.section3 {
   margin: 0px 0px 100px -55px; 
}
}
@media screen and (max-width: 1024px){
#concept3{
	padding: 100px 0px;
}
#concept3 h2 {
	font-size: 160%;
}	
#concept3 .box .waku .img_right{
	width: 50% !important;
}
}
@media screen and (max-width: 430px){
#concept3{
	background: linear-gradient(to bottom, #4c4e72 45%, #d89b48) !important;		
    background-image: none;
	background-color: none;
	padding: 70px 10px 30px 10px;
}	
#concept3 h2 {
    padding: 1rem 1rem;
    font-size: 120%;
    box-shadow: none;
	margin-bottom: 30px;
	margin-right: 0px;
	line-height: 1.3;
}
#concept3 h2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 20px;
    background-color: #fff;
    content: "";
}

#concept3 h2:after {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 4px;
    background-color: #1a48a9;
    content: "";
}
#concept3 .box{
	padding: 10px 0px;

}
#concept3 .box p{
	font-size: 120%;
	color: #fff;
	line-height:1.6;
	padding: 0px 10px;
	margin: 0 0 0 0;

}
#concept3 .box .right_text{
	width: 100%;
	height: auto;
	padding: 30px 0px;
	float: none;
	margin: 0 10px 30px 0px;
}
#concept3 .box .left_text{
	width: 100%;
	height: auto;	
	padding: 30px 0px;
	float: none;
	margin: 0 10px 30px 0px;	
}
#concept3 .box .right_text h3{
	font-size: 100% ;
}
#concept3 .box .left_text h3{
	font-size: 100% ;
}
#concept3 .box .right_text p{
	font-size: 90%;
}
#concept3 .box .left_text p{
	font-size: 90%;
}
}

/* //////////////////////////////////////////////////////////
/
/	口コミ削除を申し込む
/
////////////////////////////////////////////////////////// */
#concept5{
    background-image: url(../images/5.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
	padding: 70px 80px;
	text-align:center;
	overflow: hidden;
}
#concept5 h2 {
    display: inline-block;
	color: #fff;
    position: relative;	
	font-size: 180%;
	font-weight: 500;
	padding: 0px 10px 10px 30px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #fff;
	text-shadow: #003 1px 0 10px;
}
#concept5 h3 {
    display: inline-block;
	color: #fff;
    position: relative;	
	font-size: 115%;
	padding: 0px 30px;
	text-shadow: #003 1px 0 10px;	
}
#concept5 h2::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 13px;
    width: 14px;
    background: #fff;
    content: '';
}

#concept5 h2::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 9px;
    width: 9px;
    background: #fff;
    content: '';
}
#concept5 .box{
	padding: 10px 200px;

}
#concept5 .box .left_text{
	width: 45%;
	padding: 30px 0px;
	float:left;
	margin: 0 10px 0px 10px;	
}
#concept5 .box .right_text{
	width: 50%;
	padding: 90px 0px 30px 0px;
	float:right;
	margin: 0 10px 0px 10px;
}
.heading-35 {
    display: flex;
    align-items: center;
    gap: 0 7px;
    color: #fff;
}

.heading-35::before {
	margin-right: 8px;	
    width: 1.4em;
    height: 1.4em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.00488 19H22.0049V21H2.00488V19ZM2.00488 5L7.00488 8L12.0049 2L17.0049 8L22.0049 5V17H2.00488V5Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}
.section4 {
  background-color: #fff;
  padding: -30px 0 10px;
  position: relative;
   margin: 0px 0px 0px 0px;
 
}
.section4::before {
  border-color: transparent transparent transparent #fff ;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}
@media screen and (max-width: 1366px){
#concept5{
	padding: 50px 10px;
}
#concept5 .box{
	padding: 10px 50px;
}
#concept5 h3 {
	font-size: 110%;
}
.section4 {
  background-color: #fff;
  padding: -30px 0 10px;
  position: relative;
   margin: 0px 0px 0px 0px;
 
}
.section4::before {
  border-color: transparent #f6f6f6 transparent transparent;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}
}
@media screen and (max-width: 1180px){
#concept5 .box{
	width: auto;
	padding: 10px 50px;
}
#concept5 h2 {
	font-size: 150%;
}
#concept5 h3 {
	font-size: 90%;
	padding: 0 5px;
}
}
@media screen and (max-width: 1024px){
#concept5 h2 {
	font-size: 130%;
}	
}
@media screen and (max-width: 820px){
#concept5 .box .left_text{
	width: 100%;
	padding: 0px 0px;
	float: none !important;
	margin: 0 10px 0px 0px;	
}
#concept5 .box .right_text{
	width: 100%;
	background-color: none;
	padding: 0px 30px 30px 40px;
	float: none !important;
	margin: 30px 0px 0px 0px;
}
}
@media screen and (max-width: 430px){
#concept5{
	background: linear-gradient(to bottom, #632333, #393939 70%) !important;		
    background-image: none;	
	padding: 60px 10px 30px 10px;
}
#concept5 .box{
	padding: 10px 10px;
}
#concept5 h2 {
	font-size: 120%;
	text-shadow: none;
}
#concept5 h3 {
	padding: 0px 10px 0px 0px;
	font-size: 100%;
	text-shadow: none;	
}
#concept5 .box .left_text{
	width: 100%;
	padding: 0px 0px;
	float: none !important;
	margin: 0 10px 0px 0px;	
}
#concept5 .box .right_text{
	width: 100%;
	background-color: none;
	padding: 0px 30px 30px 40px;
	float: none !important;
	margin: 0 0px 0px 0px;
}
}
@media screen and (max-width: 430px){
#concept5 h2 {
	font-size: 107%;
}
}

/* //////////////////////////////////////////////////////////
/
/	口コミ放置のデメリット
/
////////////////////////////////////////////////////////// */
.section2 {
  position: relative;
   margin: 0px 0px 0px 0px;
}
.section2::before {
  border-color: transparent #333 transparent transparent;
  border-style: solid;
  border-width: 70px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}
#demerit-wrapper {
	padding: 0px 80px 0px 80px;	
	overflow: hidden;
	background: linear-gradient(to bottom, #333, #777);
	text-align:center;
}

#demerit-wrapper h2{
    position: relative;
    padding: 2rem 6rem;
    font-weight: 500;
    font-size: 190%;
	color: #fff;
	display:inline-block;
	margin: 100px 0 40px 0;
}
#demerit-wrapper h4{
	width: 70%;
	margin: 60px auto 0;
	border-radius: 20px;
	background-color: #fff;
    padding: 2rem 5rem;
    font-size: 130%;
	color: #444;
}
#demerit-wrapper h5{
    font-size: 130%;
	color: #f5ca40;
	margin: 80px 0 0px 0;
}
#demerit-wrapper p{
    margin: 0px 0px 15px;
    padding: 0px 5px;
    font-size: 110%;
    color: #fff;	
}

.cl{
    margin: 0px 0px 15px;
    padding: 0px 5px;
    font-size: 100%;
	text-align: left;
}
.three-tp{
	margin: 0 auto;
	padding: 0px 200px;
	overflow: hidden;
}
.three-tp li {
	float: left;	
	width: 48.5%;
	list-style: none;
	padding: 0 20px;
	margin-bottom: 60px;
	display: inline-block;
	position: relative;	
}
.three-tp li:last-child {
}

.three-tp li img{
	width: 200px;
	margin: 10px 20px 20px 0px;
	border-radius: 10px;
	float:left;

}
.three-tp h3{
    position: relative;
    font-weight: 500;
	color: #444;
    font-size: 120%;
	text-align:left;
	padding: 15px 0 15px 20px;
	background-color: #fff;
	border-radius:10px;
	margin-bottom: 30px;
}
.heading-17 {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: .5em .7em;
    overflow: hidden;
    color: #ecc74f;
}

.heading-17:before {
    position: absolute;
    top: -50%;
    left: -30px;
    transform: rotate(17deg);
    width: 160px;
    height: 200%;
    background-color: #ecc74f;
    content: '';
}
.heading-17 span {
    margin-right: 2.5em;
    color: #fff;
    z-index: 1;	
    font-size: 80%;
}
.heading08 {
	font-size: 26px;
}

.heading08 span {
	display: flex;
	align-items: center;
	color: #ac0403;
	font-size: 100%;
	font-weight:500;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 60px;
	height: 2px;
	background-color: #ac0403;
}
@media screen and (max-width: 1366px){
#demerit-wrapper {
	padding: 0px 10px;	
}
#demerit-wrapper h2{
    font-size: 160%;
    padding: 2rem 2rem;
}
.three-tp{
	padding: 0px 10px;
}
.three-tp h3{
    font-size: 90%;
	padding: 15px 10px 15px 8px;
}
.heading-17:before {
    left: -70px;
}
.three-tp li {
	width: 25%;
	padding: 0px 10px;
	margin: 0 0 !important;
}
.three-tp li img{
	width: 100%;
}
#demerit-wrapper h4{
	width: 90%;
    padding: 2rem 5rem;
}
}
@media screen and (max-width: 1180px){
.three-tp{
	padding: 0px 20px;
}
.three-tp h3{
    font-size: 90%;
 }
.three-tp p{
    font-size: 100%;
}
}
@media screen and (max-width: 1024px){
#demerit-wrapper {
	padding: 0px 0 10px 0;
}
.three-tp li {
	padding: 0px 3px;
	width: 25%;
}
#demerit-wrapper h5{
    padding: 0rem 3rem;
 
}
}
@media screen and (max-width: 920px){
.three-tp h3{
    font-size: 140%;
	letter-spacing:0px;
 }
.three-tp li {
	float: left;
	padding: 0px 30px;	
	width: 50%;
}
}
@media screen and (max-width: 430px){
#demerit-wrapper {
	padding: 0px 0 0px 0;
}
#demerit-wrapper h2{
	font-size: 135%;
    padding: 0px 10px 15px 10px;
}
#demerit-wrapper h4{
	width: 90%;
    padding: 2rem 2rem;
    font-size: 110%;
}
#demerit-wrapper h5{
    padding: 0rem 0.8rem 0rem 0.8rem;
    font-size: 120%;
}
#demerit-wrapper p{
    font-size: 100%;
}
.three-tp h3{
    font-size: 120%;
	letter-spacing:0px;
	margin-bottom: 10px;
}
.heading-17:before {
    left: -50px;
}
.three-tp{
	padding: 0px 0px;
}
.three-tp li {
	width: 100%;	
	padding: 0px 10px;
	margin-bottom: 40px !important;
}
.three-tp li img{
	padding: 0 60px 0px 60px;
	border-radius: 10px;
}
.section2::before {
  border-width: 30px 100vw 0 0;
}
}


.custom-shape-divider2-top-1631532852 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider2-top-1631532852 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.custom-shape-divider2-top-1631532852 .shape-fill {
    fill: #777;
	background-color: #fff;
}
.divider2 {
  position: relative;
}


/* //////////////////////////////////////////////////////////
/
/	お客様の実例紹介
/
////////////////////////////////////////////////////////// */
.spikes {
  position: relative;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -15%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #eff5f0 25%, transparent 25%), linear-gradient(225deg, #eff5f0 25%, transparent 25%);
  background-position: 0 0;
}

#voice-wrapper {
    background-image: url(../images/2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
	padding: 170px 250px 120px 250px;
	text-align:center;
}
#voice-wrapper h2{
	line-height: 1.4;
	font-size: 180%;
	font-weight: 500;
	margin-bottom: 50px;
}
.heading-15 {
    display: inline-block;
    position: relative;
    padding: .8em 3em;
    border-right: 20px double #f50061;
    border-left: 20px double #f50061;
    background-color: #fff;
    color: #333333;
}

#voice-wrapper h3{
	font-size: 120%;
	margin-bottom: 30px;
}
.f-concept{	
	text-align:center;
	padding: 30px 0;
}
.f-concept li {
  width: 22.5%;
  margin: 0 15px;
  float: left;
  list-style: none;
 	border-radius: 40px;
	padding: 50px 0 30px 0;
}
#blue{
background: linear-gradient(0deg, #fff 0%, #f3f3f3 80%, #00aef1 80%, #00aef1 100%) !important;
}
#green{
background: linear-gradient(0deg, #fff 0%, #f3f3f3 80%, #3dad58 80%, #3dad58 100%) !important;
}
#yellow{
background: linear-gradient(0deg, #fff 0%, #f3f3f3 80%, #ffbb42 80%, #ffbb42 100%) !important;
}
#red{
background: linear-gradient(0deg, #fff 0%, #f3f3f3 80%, #f64a4a 80%, #f64a4a 100%) !important;
}
#voice-wrapper .f-concept li h4 {
	font-size: 140%;
	padding: 20px 30px 0px 30px;
	color: #00aef1;	
	border-radius: 40px 40px 0px 0px;	
}
#voice-wrapper .f-concept li h5 {
	font-size: 110%;
	color: #26a247;	
}
.f-concept li img{
	width: 80%;
	margin-top: -10px;
	border-radius: 250px;
}
.f-concept li p{
	padding: 30px 20px;	
	text-align:left;
    font-size: 95%;
    line-height: 1.6;
}
@media screen and (max-width: 1366px){
#voice-wrapper {
	padding: 170px 100px 120px 100px;
}
.f-concept li {
  width: 22%;
}
}
@media screen and (max-width: 1180px){
#voice-wrapper {
	padding: 170px 10px 120px 10px;
}
#voice-wrapper h2{
	font-size: 150%;
}
#voice-wrapper .f-concept li h4 {
	font-size: 120%;
}
.box h4 {
	font-size: 120% !important;
	margin: 10px 0px;	
}
.righttext{
	width: 48%;
}
.lefttext{
	width: 48%;
}
}
@media screen and (max-width: 1024px){
.righttext{
	height: 540px;	
}
.lefttext{
	height: 540px;	
}
}
@media screen and (max-width: 820px){
.f-concept li {
  width: 46%;
  margin: 0 15px 30px 15px;
  float: left;
  list-style: none;
 	border-radius: 40px;
	padding: 50px 0 30px 0;
}	
.righttext{
	float:left;
	width: 97%;
	height: auto;
}
.lefttext{
	width: 97%;	
	height: auto;
}
}
@media screen and (max-width: 430px){
#voice-wrapper {
	padding: 150px 10px 50px 10px !important;
}	
#voice-wrapper .box{		
	margin: 50px 5px;
}	
#voice-wrapper h2{
	font-size: 120%;
}
#voice-wrapper h3{
	font-size: 105%;
	margin-bottom: 30px;
}
.f-concept{
	padding: 0px 10px;
}
.f-concept li {
  width: 100%;
  margin: 0 0px 20px 0px;
}
#voice-wrapper .f-concept li h3 {
	font-size: 160%;
	padding: 20px 30px 0px 30px;
	color: #00aef1;	
	border-radius: 40px 40px 0px 0px;	
}
#voice-wrapper .f-concept li h4 {
	font-size: 140%;
	color: #00aef1;	
}
.f-concept li img{
	width: 65%;
	margin-top: -10px;
	border-radius: 250px;
}
.f-concept p{
	padding: 30px 0px;	
}
.heading-15 {
    padding: .8em 0.3em;
	letter-spacing: 0.3px;
    border-right: 10px double #f50061;
    border-left: 10px double #f50061;
}
}
@media screen and (max-width: 390px){
.righttext{
	width: 345px;
	float: none;
}
.lefttext{
	width: 345px;
	float: none;
}
}


/* //////////////////////////////////////////////////////////
/
/	簡単なステップだけでクチコミ削除！
/
////////////////////////////////////////////////////////// */

#how-wrapper {
	padding: 50px 80px 110px 80px;	
	overflow: hidden;
	text-align:center;
}

#how-wrapper h2{
    position: relative;
    padding: 2rem 6rem;
    font-weight: 500;
    font-size: 190%;
	color: #214aa1;
	display:inline-block;
	margin: 100px 0 40px 0;
}
.heading-24 {
    position: relative;
    padding-top: 1.5em;
    color: #333333;
}

.heading-24::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: #d9f4ff;
	transform: rotate(-5deg);
    font-size: 2em;
    line-height: 2.6;
    content: attr(data-number);
    pointer-events: none;
}
#how-wrapper p{
    margin: 0px 0px 15px;
    padding: 0px 5px;
    font-size: 110%;
}
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 60%;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
  margin-bottom: 40px;
}

.flow_design03 dd {
	margin-left: 56px;
    text-align: left;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
	list-style: none;
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #214aa1;
  display: inline-block;
  margin-right: 1em;
}

.flow03 > li dl {
  padding-left: 50px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #214aa1;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 35px;
  border-bottom: 1px dashed #98d9f3;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 500;
  color: #214aa1;
  margin-bottom: 0.2em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px){
#how-wrapper {
	padding: 20px 0;
}	
}
@media screen and (max-width: 430px){
#how-wrapper {
	padding: 20px 5px 100px 5px;
}
#how-wrapper h2{
	font-size: 135%;
    padding: 0px 0px 15px 0px;
}
#how-wrapper p{
    font-size: 100%;
}
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
}
.flow03 > li dl::after {
  width: 15px;
}
.flow03 > li dl {
  padding-left: 25px;
}
.flow03 > li dl dt {
  font-size: 1em;
}
}

/* //////////////////////////////////////////////////////////
/
/	他社とのサービスを比較してみてください
/
////////////////////////////////////////////////////////// */

#concept6{
  position: relative;	
	background-color:#eff5f0;
	padding: 20px 100px 120px 100px;
	text-align:center;
	margin-top: -8px;
}
#concept6 h2 {
    display: inline-block;
    position: relative;	
	font-size: 180%;
	font-weight: 500;
	padding: 0px 20px 0px 30px;
    text-align: center;
    color: #f4861a;
    margin-bottom: 30px;
}
.heading-31 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 2px solid #f4861a;
    color: #333333;
}

.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 13px;
    width: 14px;
    background: #f4861a;
    content: '';
}

.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 9px;
    width: 9px;
    background: #f4861a;
    content: '';
}	

#concept6 h3{
	margin: 0px 0 10px 0;
    padding: 12px 5px 0px 5px;
    font-size: 140%;
    color: #448032;
    font-weight: 500;
}
#concept6 h4{
	margin: 40px 0 20px 0;	
    font-size: 160%;
    color: #ff3366;	
	    font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

#concept6 h4:before,
#concept6 h4:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #ff3366;	
  border-bottom: solid 2px #ff3366;	
}

#concept6 h4:before {
  left: 0;
}

#concept6 h4:after {
  right: 0;
}
#concept6 p{
	padding: 10px 2px !important;	
	color:#555;
    font-size: 105%;
    line-height: 1.7;
}
#concept6 .box{
	padding: 10px 250px;
}
#concept6 .box p{
	padding: 10px 2px !important;	
	color:#555;
    font-size: 105%;
    line-height: 1.7;
	text-align:left;
}
#concept6 .box p img{
	padding: 0 30px 50px 0;
	border-radius: 20px !important;
}
.smallt{
    font-size: 90% !important;
}
@media screen and (max-width: 1366px){
#concept6{
	padding: 35px 30px 135px 30px;
}
#concept6 .box{
	padding: 10px 50px;
}	
}
@media screen and (max-width: 1180px){
#concept6{
	padding: 35px 30px 85px 30px !important;		
}
#concept6 .box{
	padding: 10px 0px;
}
#concept6 .box p img{
	padding: 0 20px 50px 0;
	border-radius: 20px !important;
}
}
@media screen and (max-width: 1024px){
#concept6 h2 {
	font-size: 160% !important;
	margin: 20px 0px 0px 0px !important;		
}	
#concept6 h3{
    font-size: 120% !important;
}
}
@media screen and (max-width: 430px){
#concept6 h2 {
	padding-top:10px !important;
	font-size: 130% !important;
	margin: 0px 0px 40px 0px !important;		
}
}

/* //////////////////////////////////////////////////////////
/
/	無料相談フォーム
/
////////////////////////////////////////////////////////// */
 
#contact{
    background-image: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
	text-align:center;	
	padding: 100px 200px;
	text-align:center;
	overflow: hidden;	
}
#contact h2 {
	margin: 0 auto;
	color:#fff;
	position:relative;
	z-index: 2;
	font-size: 160%;
	font-weight: 500;
	padding: 20px 0 10px 0;
	text-align: center;
	background-color: #166ab5;
    border-radius: 20px 20px 0px 0px;
	width: 900px;	
}
#contact .box .right_text{
	width: 50%;
	background-color: none;
	float:right;
}
#contact .box .left_text{
	width: 50%;
	float:left;
}
#contact .box .left_text img{
	margin: 0 0px 20px 0px;
	border-radius: 30px;	
}
form {
	position:relative;
	z-index: 1;
	width: 900px;	
  margin: 0 auto;
  background: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 40px;
}
.form-row {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f2f4f5;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  width: 250px;
}
.form-label label {
  font-weight: bold;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #166ab5;
}

/* フォームパーツのデザイン */
input, textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
button {
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #166ab5;
}
@media screen and (max-width: 1366px){
#contact{
	padding: 50px 30px;
}
#contact h2 {
	font-size: 160%;
	margin: 0 auto;	
}	
	#contact p{
	width:100%;
	padding: 0px 100px !important;	
	font-size: 110%;
	margin-bottom: 50px;
	line-height: 1.4;
}
}
@media screen and (max-width: 1180px){
#contact{
	padding: 50px 30px;
}
#contact .box .left_text img{
	margin: 0 0px 20px 0px;
	border-radius: 30px;
	width: 80%;
}
}
@media screen and (max-width: 820px){
form {
	width: auto;
}
#contact h2 {
	font-size: 110%;
	width:auto;
}
}
@media screen and (max-width: 430px){
#contact{
	padding: 50px 5px;
}
#contact .box .right_text{
	width: 100%;
	background-color: none;
	float: none;
}
#contact .box .left_text{
	width: 100%;
	float: none;
}
#contact .box .left_text img{
	margin: 0 0px 20px 0px;
	border-radius: 30px;	
}
form {
	width: 100%;	
    border-radius: 0px 0px 20px 20px;
    padding: 20px 10px;
}
.form-label label {
	font-size: 90%;
	text-align:left;
}
}
@media screen and (max-width: 414px){
.form-label label {
	font-size: 85%;
}
}
/* //////////////////////////////////////////////////////////
/
/	よくあるご質問
/
////////////////////////////////////////////////////////// */

#concept4{
	padding: 100px 200px;
	color:#fff;
	overflow: hidden;
	text-align: center;	
}
#concept4 h3 {
	color: #005b71;
    font-size: 160%;
    font-weight: 500;
    text-align: center;
    margin: 0px 0px 40px 0px;
}
#concept4 .box{
	margin: 0 150px;
	background-color:#f6f8fc;
	padding: 50px 100px;
	border: 2px dotted #3980f5;
}
#concept4 h4{
	color:#ea3e31;
	text-align:left;
	font-size: 140%;
	margin: 50px 0 20px 0;
	line-height: 1.4;
	border-bottom:none;
}
#concept4 p{
	color:#555;	
	text-align:left;
	padding: 0px 10px 40px 0px;	
	font-size: 110%;
	margin-bottom: 50px;
	border-bottom: 1px dotted #555;
	line-height: 1.4;
}
.heading-150 {
    display: inline-block;
    position: relative;
    padding: .5em 5em;
    border-right: 27px solid #2589d0;
    background-color: #f5f5f5;
    color: #333333;
}

.heading-150::before {
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: -1;
    transform: rotate(2deg);
    width: 100%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}
@media screen and (max-width: 1368px){
#concept4{
	padding: 100px 0px;
	color:#fff;
	overflow: hidden;
	text-align: center;	
}	
}
@media screen and (max-width: 920px){
#concept4 .box{
	margin: 0 50px;
	padding: 30px 50px;	
}
}
@media screen and (max-width: 430px){
#concept4 h2 {
	font-size: 180%;
}
#concept4 .box{
	margin: 0 10px;
	padding: 50px 30px;
}
#concept4 h3{
	font-size: 130%;
	margin: 50px 0 10px 0;
}
#concept4 h4{
	font-size: 100% !important;
	font-weight:normal;
}
.heading-150 {
    padding: .5em 1em;
}
}
/* //////////////////////////////////////////////////////////
/
/	下層ページ
/
////////////////////////////////////////////////////////// */
#concept7{
  position: relative;	
	background-color:#fff;
	padding: 100px 300px;
	text-align:center;
	overflow:hidden;
}
#concept7 h3 {
	color: #005b71;
    font-size: 160%;
    font-weight: 500;
    text-align: center;
    margin: 0px 0px 40px 0px;
	width: 100%;
}

#concept7 p{
    font-size: 110%;
    text-align: center;
	margin-bottom: 30px;
}
.leftbun {
	padding: 0 10px 20px 55px !important;
	font-size: 100% !important;
	text-align: left !important;
}
#concept7 .box{
	padding: 10px 10px;
  text-align: left;	
}
#concept7 .box2{
    text-align: left;	
}

#concept7 .box2 h5{
	margin: 10px 0 15px 0;	
    font-size: 125%;
    background-color: #488af5;	
    color: #fff;	
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 30px;
  border-radius: 30px;
}

#concept7 .box2 h5:before {
  left: 0;
}

#concept7 .box2 h5:after {
  right: 0;
}
#concept7 .box2 p{
    line-height: 1.7;
	text-align: left;
    font-size: 100%;	
}

#concept7 .box2 img{
	margin: 10px 40px 50px 0px;
	border-radius: 20px;
	width: 300px;
	height:auto;
}
#concept7 h4{
	font-size: 130%;
	margin-bottom: 5px;
    display: flex;
    align-items: center;
	text-align: left;
    column-gap: 8px;
    color: #2589d0;
	padding: 0 15px;
}
#concept7 h4::before {
	margin-right: 10px;
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #2589d0;
    border-left: 4px solid #2589d0;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}
#concept7 h5{
	font-size: 120%;
	margin-bottom: 10px;
	text-align: center;
    column-gap: 8px;
    color: #333333;
}
#concept7 h6{
	font-size: 110%;
	margin-bottom: 10px;
    display: flex;
    align-items: center;
	text-align: left;
    column-gap: 8px;
    color: #333333;
}
#concept7 h6::before {
	margin-right: 10px;
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #2589d0;
    border-left: 4px solid #2589d0;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}  
#concept7 .box h5:before {
  left: 0;
}

#concept7 .box h5:after {
  right: 0;
}
#concept7 .box p{
	color:#555;
    font-size: 100%;
    line-height: 1.7;
	text-align: left;
}

#concept7 .box img{
	margin: 10px 50px 50px 0px;
	border-radius: 20px;
	width: 300px;
	height:auto;
}
.smallt{
    font-size: 90% !important;
}
@media screen and (max-width: 1368px){
#concept7{
	padding: 100px 100px;
}	
}

@media screen and (max-width: 430px){
#concept7{
	padding: 70px 10px;
}
#concept7 h3 {
    font-size: 105%;
}
.leftbun {
	padding: 0 10px 20px 10px !important;
}
#concept7 h6{
	font-size: 90%;
}
#concept7 h6::before {
	display: none;
}
#concept6 .box{
	padding: 10px 0px;
}
#concept7 .box2 img{
	width: 100%;
	margin: 10px 40px 10px 0px;
}
#concept7 .box2 h5{
	width: 100%;
}
#concept7 .box img{
	width: 100%;
	margin: 10px 50px 10px 0px;
}
#concept7 h4{
	font-size: 120%;
	padding: 0 5px;
}
#concept7 h4::before {
	display: none;
}
}
/*---------------------------------
画像レイアウトに関する指定
---------------------------------- */
.box .img{
	 height: auto;
}
.img_right{
	float: right;
	margin: 0px 0px 20px 20px;
}
.img_left{
	float: left;
	margin: 0px 20px 20px 0px;
}
.img_left2{
	float: left;
	width:auto;
	margin: 0px 20px 0px 0px;
	padding-right:60px;
}
.float-no {
	overflow: hidden;
}
@media screen and (max-width: 1240px){
.float-no {
	overflow: visible;
}
}
/*---------------------------------
リストに関する指定
---------------------------------- */
.list-1, .list-2, .list-3 {
	margin-left: 30px;
	line-height: 1.5;
	color: #444;
	font-size: 100%;
	margin-bottom: 20px;
}
.list-1 li{
	list-style-type:disc;
	padding-bottom: 5px;
}
.list-2 li{
	list-style-type:decimal;
	padding-bottom: 5px;
}
.list-3 li{
	list-style-type: none;
	padding-bottom: 5px;
	text-align:center;
	font-size:110%;
	line-height:2;
}
.list-4 li{
	list-style-type: none;
	margin-bottom:30px;
	text-align:center;
	font-size:130%;
	color:#e60031;
	font-weight:bold;
    padding: 20px 20px;
}

@media screen and (max-width: 1368px){
.list-1, .list-2, .list-3 {
	margin-left: 0px;
	margin-bottom: 20px;
}
.list-4 li{
	font-size:115%;
}
}

@media screen and (max-width: 1180px){
.list-1, .list-2, .list-3 {
	margin-left: 0px;
	margin-bottom: 20px;
}
.list-4 li{
	font-size:115%;
}
}

@media screen and (max-width: 768px){
.list-1, .list-2, .list-3 {
	margin-left: 0px;
	margin-bottom: 20px;
}
.list-4 li{
	font-size:115%;
}
}
@media screen and (max-width: 430px){
.list-1, .list-2, .list-3 {
	margin-left: 0px;
	margin-bottom: 20px;
}
.list-4 li{
	font-size:115%;
}
}

/*---------------------------------
フォント・カラー・文字サイズに関する指定
---------------------------------- */
.blue {
	color:#0391C3;
}
.redd {
	color:#d02550;
}
.orange {
    font-size: 105%;
    font-weight: bold;
    background: linear-gradient(0deg,#fff994 0%,#fff994 50%,white 50%,white 100%);
}
.bold {
	font-weight: bold;
}
/* サイズ */
.ss-size {
	font-size: 80%;
}
.s-size {
	font-size: 90%;
}
.l-size {
	font-size: 120%;
}
.ll-size {
	font-size: 140%;
}

/*---------------------------------
ボタン風リンクに関する指定
---------------------------------- */
.button-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 570px;
    margin: 0 auto;
    padding: 0.7em 1.3em;
    overflow: hidden;
    border: none;
    border-radius: 60px;
    background-color: #d02550;
    color: #fff;
    font-weight: 500;
    font-size: 1.5em;
	letter-spacing: 1px;
}
.button-10 a{
    color: #fff;
}
.button-10::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 120px;
    height: 200px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-10:hover {
    background-color: #cf486a;
}

.button-100 {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 1.5em 1em;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    background-color: #d02550;
    color: #fff;
    font-weight: 500;
    font-size: 140% !important;
}

a.btn {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 180%;
  text-decoration: none;
  text-align: center;
}
a.btn02 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 120%;
  width: 300px;
  margin: 40px 150px 100px 150px;
  text-decoration: none;
  text-align: center;
}
a.btn::before, a.btn02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #ffbfbf 20%, #c2fcf9 40%, #f9c5ff 51%, #ffbfbf 80%);
  border-radius: 7em;
  box-sizing: border-box;
}
a.btn::after, a.btn02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #e93a2d;
  border-radius: 7em;
  box-sizing: border-box;
  transform: translate(0, -7px);
}
a.btn span, a.btn02 span {
  position: relative;
  display: block;
  padding: 1rem 5rem;
  transform: translate(0, -7px);
  border-radius: 7em;  
  overflow: hidden;
  z-index: +1;
}
a.btn span::before, a.btn02 span::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
}
a.btn::after, a.btn span, a.btn02::after, a.btn02 span {
  transition-property: transform;
  transition-duration: 0.3s;
}
a.btn:hover::after, a.btn:hover span, a.btn02:hover::after, a.btn02:hover span {
  transform: translate(0, 0);
}
a.btn:hover span::before, a.btn02:hover span::before {
  animation: shine 1s ease-in-out 1;
}
@keyframes shine {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
  10% {
    transform: scale(1) rotate(45deg);
    opacity: 0.5;
  }
  20% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 1180px){
a.btn {
  font-size: 150%;
}
a.btn02 {
  font-size: 100%;
  width: 400px;
  margin: 20px 10px 20px 0;
}
a.btn span, a.btn02 span {
  padding: 1rem 2rem;
}
a.btn::before, a.btn02::before {
  border-radius: 4em;
}
a.btn::after, a.btn02::after {
  border-radius: 4em;
}
.button-10 {
    width: 470px;
    margin: 0 auto;
    padding: 0.7em 1.3em;
    font-size: 1.2em;
	letter-spacing: 1px;
}
}
@media screen and (max-width: 430px){
section {
  width: 370px;
  margin: 0px 0px 0px -30px !important;
}
a.btn {
  font-size: 105% !important;
  font-weight: 500;
}
a.btn02 {
  font-size: 100%;
  width: 400px;
  margin: 20px 10px 20px 0;
}
a.btn span, a.btn02 span {
  padding: 1rem 2rem;
}
a.btn::before, a.btn02::before {
  border-radius: 4em;
}
a.btn::after, a.btn02::after {
  border-radius: 4em;
}
.button-10 {
	width: 100%;
	margin-top: 40px;
	font-size: 95%;
	padding: 30px 0;
}
.button-100 {
    width: 100%;
    padding: 1.5em 1em;
    border-radius: 10px;
    font-weight: 500;
    font-size: 100% !important;
}
}
@media screen and (max-width: 390px){
section {
  width: 350px;
  margin: 0px 0px 0px -35px !important;
}
}
@media screen and (max-width: 375px){
section {
  width: 350px;
  margin: 50px auto 0px auto;
}
}

/* //////////////////////////////////////////////////////////
/
/	フッターに関する指定
/
////////////////////////////////////////////////////////// */
#footer {
	padding: 80px 200px 30px 50px;
	background-color: #24ab5f;
	color: #fff;
	overflow: hidden;
}
#footer .innerBox{
	overflow: hidden;	
}
.logof{
	width: 36%;	
	float: left;
}
.logof img{
	width: 220px;
	height:auto;
}
.text{
	width: 64%;
	float: right;
}
#footer .text p {
	text-align: right;
	font-size: 95%;
}
#footer .text p a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
#footer .text p a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
#footer .text p a:hover:after {
  transform: translate(0, 0);
}
#footer .text p img {
	border-radius: 10px;
}
#footer .text p img a:hover:after{
	transform: none !important;
  text-decoration: none !important;
  transition: none;
}

/* コピーライト */
#copy{
	color:#fff;
	padding: 30px 0px 10px 0px;
	background-color: #24ab5f;
}
#copy a{
	text-decoration: none;
	color:#fff;
	font-size: 80%;	
}

/*---------------------------------
フッター レスポンシブ
---------------------------------- */
@media screen and (max-width: 1366px){
#footer {
	padding:50px 50px;
}		
}
@media screen and (max-width: 430px){
#footer {
	padding:50px 10px 0px 10px;
}
.logof{
	width: 100%;	
	float: none;
}
.logof p{
	text-align:center !important;	
}
.logof img{
	width: 200px;
	margin-bottom: 40px;
}
.text{
	width: 100%;	
}
.text p{
	font-size: 80% !important;
	text-align:center !important;	
}
#copy{
	font-size: 90%;
}
}
@media screen and (max-width: 375px){
#copy{
	font-size: 70%;
}
}


/* //////////////////////////////////////////////////////////
/
/	フォームに関する指定
/
////////////////////////////////////////////////////////// */
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #ccc;
    color: #666;
    margin-top: 8px;
    padding: 20px 20px;
	width:40%;
}
input[type="submit"], button[type="submit"] {
	color: #fff;
    border: 0;
    background: #488af5;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 110%;
    padding: 20px 70px;
	border-radius: 40px;
	margin-left: 10px;
}
input[type="button"] {
	color: #fff;
    border: 0;
    background: #ffb62f;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 110%;
    padding: 20px 40px;
	border-radius: 40px;	
}
input[type="submit"]:hover, input[type="button"]:hover {
    transition: all .7s;
    -o-transition: all .7s;
    -ie-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
  opacity: 0.6;
  filter: alpha(opacity=6);
  -ms-filter: "alpha(opacity=60)"; 
}
textarea {
    overflow: auto;
    vertical-align: top;
	width:40%;
	height:200px;
}
@media screen and (max-width: 1368px){
	input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #ccc;
    color: #666;
    margin-top: 8px;
    padding: 20px 20px;
	width:60%;
}
}
@media screen and (min-width: 780px) {
input, textarea {
    font-size: 16px;
}
}
@media screen and (max-width: 430px) {
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	width: 70%;
}
textarea {
	width:100%;
	height:200px;
}
input[type="submit"] {
    padding: 20px 30px;
}
input[type="submit"], button[type="submit"] {
	margin-left: -210px;
}
}
@media screen and (max-width: 414px) {
input[type="submit"], button[type="submit"] {
	margin-left: -235px;
}
}
.form-input p {
	color: #836852;
	font-weight: bold;
}


/* //////////////////////////////////////////////////////////
/
/	テーブルに関する指定
/
////////////////////////////////////////////////////////// */

#table-tk {
    border-collapse: collapse;
    border-spacing: 0;
	background-color: transparent;
	margin-bottom:10px;
	width:98%;	
}
#table-tk tr td {
    padding: 30px;
    text-align: left;
   	border: 1px #fff solid;
  	background-color: #f2faf9;
}
#table-tk .column-1 {
	background-color: #009eae;
	color: #fff;
	width:30%;	
}
#table-tk .column-r {

	color:#555;
}
#table-price th {
   	border: 1px #fff solid;
	background-color: #cda876;
	color:#fff;
	font-weight:normal;
}
@media screen and (max-width: 640px) {
#table-price {
	width:100%;
    font-size: 80%;
}
#table-price tr td{
    padding: 15px;
	display: block;
}
#table-price .column-1 {
	background-color: #cda876;
	width:auto;
	color: #fff;
}
#table-price .column-r {
	width:100%;
  	background-color: #f8f4ed; 
}
}
 
/*---------------------------------
比較
---------------------------------- */
#table-hikaku {
    border-collapse: collapse;
    border-spacing: 0;
	background-color: transparent;
	margin-bottom:20px;
	width:100%;
}
#table-hikaku tr td {
   	border: 1px #fff solid;
}
#table-hikaku .column-1 {
	text-align:center;	
	padding: 0px 10px;	
	width:15%;
}
#table-hikaku .column-2 {
	padding: 30px 30px;
	text-align:center;
	width:15%;	
  	background-color: #fbf5e4;
}
#table-hikaku .column-3 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
  	background-color: #eafeef;

}
#table-hikaku .column-8 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
  	background-color: #e7eef9;

}
#table-hikaku .column-4 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
  	background-color: #8bdea1;
}
#table-hikaku .column-5 {
	width:25%;		
    padding: 10px;	
	text-align:center;
	font-size:90%;
  	background-color: #9bbef7; 
}
#table-hikaku .column-6 {
	background-color: #e93a2d;
	color: #fff;
	text-align:center;	
	padding: 20px 10px;
	font-size:140%;
	font-weight:bold;
	letter-spacing:4px;
	width:35%;
   	border-right: 5px #e93a2d solid ;
	border-left: 5px #e93a2d solid ;
	border-top: 5px #e93a2d solid ;		
}
#table-hikaku .column-7 {
	padding: 30px 30px;
	text-align:center;
	width:35%;
	font-weight: 500;
  	background-color: #f7cbc8;
   	border-right: 5px #e93a2d solid ;
	border-left: 5px #e93a2d solid ;
	border-bottom: 5px #e93a2d solid ;		
}
@media screen and (max-width: 768px) {
#table-hikaku {
	width:100% !important;
    font-size: 100%;
}
#table-hikaku tr td{
    padding: 15px;
	text-align:center;
}
#table-hikaku .column-1 {
	width:25%;
	color: #fff;
}
#table-hikaku .column-2 {
	width:25%;
}
#table-hikaku .column-3 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
}
}

@media screen and (max-width: 430px) {
#table-hikaku {
    font-size: 80%;
}
#table-hikaku tr td{
	text-align:center;
}
#table-hikaku .column-1 {
	width:25%;	
	padding: 5px 5px;
	height:auto !important;
	color: #fff;
}
#table-hikaku .column-2 {
	padding: 5px 5px;
	width:25%;	
}
#table-hikaku .column-3 {
	padding: 5px 5px;
	text-align:center;
	width:25%;
}
#table-hikaku .column-4 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
}
#table-hikaku .column-5 {
	width:20%;		
    padding: 10px;	
	text-align:center;
	font-size:90%;
}
#table-hikaku .column-6 {
	color: #fff;
	text-align:center;	
	padding: 10px 10px;
	font-size:140%;
	font-weight:bold;
	letter-spacing:4px;
	width:25%;	
}
#table-hikaku .column-7 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
}
}
/*---------------------------------
カテゴリ別
---------------------------------- */
#table-cate {
    border-collapse: collapse;
    border-spacing: 0;
	background-color: transparent;
	margin-bottom:20px;
	width:70%;
	margin: 0 auto;
}
#table-cate tr td {
   	border: 1px #fff solid;
	font-size: 110%;
}
#table-cate .column-1 {
	text-align:center;	
	padding: 0px 10px;	
	width:30%;
  	background-color: #3a81f5;
	color: #fff;
}
#table-cate .column-2 {
	padding: 30px 30px;
	text-align:center;
	width:30%;	
  	background-color: #2fa54f;
	color: #fff;	
}
#table-cate .column-3 {
	padding: 30px 30px;
	text-align:center;
	width:40%;
  	background-color: #fabb00;
	color: #fff;	
}
#table-cate .column-4 {
	padding: 30px 30px;
	text-align:center;
	width:30%;
  	background-color: #e8effb;
}
#table-cate .column-5 {
	width:30%;		
    padding: 10px;	
	text-align:center;
  	background-color: #d7f6df; 
}
#table-cate .column-6 {
	background-color: #f9eecd;
	text-align:center;	
	padding: 20px 10px;
	letter-spacing:4px;
	width:40%;	
}
#table-cate .column-7 {
	padding: 30px 30px;
	text-align:center;
	width:35%;
	font-weight: 500;
  	background-color: #f7cbc8;
   	border-right: 5px #e93a2d solid ;
	border-left: 5px #e93a2d solid ;
	border-bottom: 5px #e93a2d solid ;		
}
@media screen and (max-width: 768px) {
#table-cate {
	width:100% !important;
    font-size: 100%;
}
#table-cate tr td{
    padding: 15px;
	text-align:center;
}
#table-cate .column-1 {
	width:25%;
	color: #fff;
}
#table-cate .column-2 {
	width:25%;
}
#table-cate .column-3 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
}
}

@media screen and (max-width: 430px) {
#table-cate {
    font-size: 80%;
}
#table-cate tr td{
	text-align:center;
}
#table-cate .column-1 {
	width:25%;	
	padding: 5px 5px;
	height:auto !important;
	color: #fff;
}
#table-cate .column-2 {
	padding: 5px 5px;
	width:25%;	
}
#table-cate .column-3 {
	padding: 5px 5px;
	text-align:center;
	width:25%;
}
#table-cate .column-4 {
	padding: 30px 10px;
	text-align:center;
	width:25%;
  	background-color: #ebfcfc;
}
#table-cate .column-5 {
	width:20%;		
    padding: 10px;	
	text-align:center;
	font-size:90%;
}
#table-cate .column-6 {
	text-align:center;	
	padding: 10px 10px;
	font-size:140%;
	letter-spacing:4px;
	width:25%;		
}
#table-cate .column-7 {
	padding: 30px 30px;
	text-align:center;
	width:25%;
  	background-color: #ebfcfc;	
}
}
/*---------------------------------
カテゴリ別
---------------------------------- */
#table-sc {
    border-collapse: collapse;
    border-spacing: 0;
	background-color: transparent;
	margin-bottom:20px;
	width:100%;
	color: #555 ;
	text-align:center;
	margin-top:20px;	
}
#table-sc tr td {
   	border: 1px #fff solid;
}
#table-sc .column-1 {
	padding: 0px 10px;	
	width:25%;
  	background-color: #e8effb;
}
#table-sc .column-2 {
	padding: 30px 30px;
	width:25%;	
  	background-color: #f8e4e3;	
}
#table-sc .column-3 {
	padding: 30px 30px;
	width:25%;
  	background-color: #f9eecd;	
}
#table-sc .column-4 {
	padding: 30px 30px;
	width:25%;
  	background-color: #e4faea;
}
#table-sc .column-5 {
	width: auto;		
    padding: 10px;	
	color: #fff;
	font-size: 120%;	
  	background-color: #26a247; 
}
#table-sc .column-6 {
	background-color: #ea3b2e;	
	padding: 20px 10px;
   	border: 4px #ea3b2e solid;
	color: #fff;
	font-weight: 500;
	font-size: 140%;	
	width:25%;	
}


.checkbox-3 {
    border: none;
}

.checkbox-3 label {
	font-size: 70%;
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 200px;
    margin-bottom: .4em;
    padding: .5em .7em;
    border: 1px solid #2589d0;
    border-radius: 3px;
    background-color: #2589d026;
    cursor: pointer;
}

.checkbox-3 label:has(:checked) {
    background-color: #2589d0;
    color: #fff;
}

.checkbox-3 label::before {
    width: 14px;
    height: 14px;
    border-radius: 1px;
    background-color: #fff;
    content: '';
}

.checkbox-3 label:has(:checked)::after {
    position: absolute;
    top: 13px;
    left: 14px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #2589d0;
    border-width: 0 2px 2px 0;
    content: '';
}

.checkbox-3 input {
    display: none;
}