@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');

/*** -----------------------------------------------------------------------------

reset

-----------------------------------------------------------------------------  ***/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:300;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:300;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color:#000000;
}
img {
	vertical-align:bottom;
	width: 100%;
}

.heebo{
	font-family: 'Heebo', sans-serif;
}

/*** ------------------------------------------------------------------------------

common

-----------------------------------------------------------------------------  ***/
html {
	overflow-y:scroll;
}
body {
	background-color: #fff;
	color:#333;
	line-height: 2;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
aside#secondary{
	display: none !important;
}
/*** ------------------------------------------------------------------------------

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
	outline:none;
	color: #333;
}
a:link {
	text-decoration:none;
	transition: 0.3s;
}
a:link:hover{
	text-decoration:none;
}
a:visited {
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
/*** ------------------------------------------------------------------------------

input

-----------------------------------------------------------------------------  ***/
input[type="text"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: #ff0000;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
textarea {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}
button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	cursor: pointer;
	width: 300px;
	display: inline-block;
}

.pc{display: block;}
.sp{display: none;}
@media (max-width: 798px){
	.pc{display: none;}
	.sp{display: block;}
}

/*** ------------------------------------------------------------------------------

フェードイン

-----------------------------------------------------------------------------  ***/
.show-cnt{
	transform: scale(1) translateX(100px);
	transition: 0.3s ease-out;
	opacity: 0;
}
.show-cnt.run{
	transform:scale(1) translateX(0);
	opacity: 1;
}
.show-cnt2{
	transform: scale(1) translateY(50px);
	transition: 0.3s ease-out;
	opacity: 0;
}
.show-cnt2.run{
	transform:scale(1) translateY(0);
	opacity: 1;
}

/*** ------------------------------------------------------------------------------

header

-----------------------------------------------------------------------------  ***/
header {
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 1000;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header h1{
	max-width: 300px;
	padding: 0 30px;
}
header #navi{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header #navi nav .menu{
	font-size: 15px;
	font-weight: 700;
	display: flex;
}
header #navi nav .menu li{
	margin: 0 0 0 30px;
}
header #navi nav .menu li:first-child{
	display: none;
}
header #navi nav .menu li a{
	transition: .3s;
}
header #navi nav .menu li a.on,
header #navi nav .menu li a:hover{
	color: #00c2ba;
}
header #navi nav .menu li.sp-tel,
header #navi nav .menu li.sp-mail{
	display: none;
}
header #navi .tel{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 5px;
}
header #navi .tel strong{
	width: 6%;
	display: inline-block;
}
header #navi .tel a{
	color: #00c2ba;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .1rem;
	margin: 0 15px;
}
header #navi .tel span{
	font-size: 13px;
	font-weight: 900;
}
header #navi .mail{
	background-color: #f2b702;
	position: relative;
	margin-left: 30px;
}
header #navi .mail:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	transition: .3s;
	content: '';
	padding: 24%;
	background-color: #ffffff;
	border-radius: 100px;
}
header #navi .mail:hover:after{
	padding: 4%;
}
header #navi .mail a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	padding: 10px 40px 5px;
	position: relative;
	z-index: 1;
}
header #navi .mail strong{
	width: 34px;
	margin: 10px auto 5px;
	display: block;
}
header #nav-toggle {
	display: none;
}
@media (min-width: 1300px){
	header h1{
		max-width: 440px;
	}
	header #navi nav .menu{
		font-size: 18px;
	}
	header #navi .tel strong{
		width: 30px;
	}
	header #navi .tel a{
		font-size: 40px;
	}
	header #navi .tel span{
		font-size: 14px;
	}
	header #navi .mail:after{
		padding: 40px;
	}
	header #navi .mail:hover:after{
		padding: 46px;
	}
	header #navi .mail a{
		font-size: 16px;
	}
}
@media (max-width: 1000px){
	header .inner{
		padding: 10px;
	}
	header h1{
		max-width: 300px;
		padding: 0;
	}
	header #navi{
		display: block;
	}
	header #navi .tel,
	header #navi .mail{
		display: none;
	}
	header nav {
		right: -100%;
		top: 50px;
		background: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		overflow-y: auto;
		background-color: rgba(255,255,255,.8);
		opacity: 0;
	}
	header #nav-toggle {
		position: fixed;
		right: 0;
		top: 0;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 10000;
		padding: 10px;
		display: block;
		transition: .5s;
	}
	header #nav-toggle div {
		position: relative;
	}
	header #nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background-color: #00c2ba;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header #nav-toggle span:nth-child(1) {
		top: 4px;
	}
	header #nav-toggle span:nth-child(2) {
		top: 14px;
	}
	header #nav-toggle span:nth-child(3) {
		top: 24px;
	}
	header .open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header .open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header .open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.open nav {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
	header #navi nav .menu{
		font-size: 14px;
		display: block;
		border-top: solid 1px rgba(0,0,0,.5);
	}
	header #navi nav .menu li{
		margin: 0;
		border-bottom: solid 1px rgba(0,0,0,.5);
	}
	header #navi nav .menu li a{
		padding: 10px 0;
		display: block;
	}
	header #navi nav .menu li a:hover{
		color: #00c2ba;
	}
	header #navi nav .menu li.sp-tel,
	header #navi nav .menu li.sp-mail {
		display: block;
	}
	header #navi nav .menu li.sp-tel a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header #navi nav .menu li.sp-tel a strong{
		width: 22px;
		display: inline-block;
		margin-right: 10px;
	}
	header #navi nav .menu li.sp-tel a{
		color: #00c2ba;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 20px;
		line-height: 1;
		letter-spacing: .1rem;
	}
	header #navi nav .menu li.sp-tel a span{
		font-size: 12px;
		color: #333;
		font-weight: 900;
		margin-left: 10px;
	}
	header #navi nav .menu li.sp-mail a{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f2b702;
	}
	header #navi nav .menu li.sp-mail a strong{
		width: 30px;
		display: inline-block;
		margin-right: 10px;
	}
	header #navi nav .menu li.sp-mail a{
		font-size: 16px;
		line-height: 1;
	}
}
@media (max-width: 798px){
	header h1{
		max-width: 200px;
	}
}
/*** ------------------------------------------------------------------------------

main

-----------------------------------------------------------------------------  ***/
main{
	margin-top: 102px;
}
.mv{
	display: flex;
}
.mv .box1{
	width: 70%;
	box-sizing: border-box;
	padding: 15% 3% 2%;
	background: url(../img/mv.jpg) no-repeat top center / cover;
}
.mv .box1 .cnt{
	animation: .3s linear .6s slidein forwards;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	opacity: 0;
	width: 94%;
}
@keyframes slidein{
	0%{
		transform: translateX(-50px);
		opacity: 0;
	}
	100%{
		transform: translateX(0);
		opacity: 1;
	}
}
.mv .box1 h2{
	width: 46%;
}
.mv .box1 .card{
	width: 46%;
	margin: 0 -1% -1.5% 0;
}
.mv .box1 .txt{
	margin-top: 2%;
	background-color: #00736e;
	padding: 1% 2%;
	color: #fff;
	font-size: 1.15vw;
	line-height: 1.4;
	font-weight: 500;
	border-radius: 5px;
}
.mv .box2{
	width: 30%;
	padding: 2% 2% 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	background-color: #9ae9e6;
}
.mv .box2 li{
	width: 48%;
	text-align: center;
	margin-bottom: 4%;
	opacity: 0;
	animation: .3s linear 1s slideup forwards;
}
@keyframes slideup{
	0%{
		transform: translateY(50px);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}
.mv .box2 li .icon{
	background-color: #fff;
	padding: 30px;
	width: 80%;
	margin: 0 auto -15px;
	box-sizing: border-box;
	border-radius: 200px;
}
.mv .box2 li .midashi{
	font-size: 1.4vw;
	line-height: 1.4;
	font-weight: 900;
	margin-bottom: 5px;
	text-shadow: 2px 2px 1px #fff, -2px  2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.mv .box2 li .features > p{
	font-size: 1.1vw;
	font-weight: 700;
	line-height: 1.4;
	background-color: #e6f8f7;
	padding: 2px 0;
	border-radius: 50px;
	margin-bottom: 5px;
}
.mv .box2 li .features > p span{
	font-size: .9vw;
}
.mv .box2 li .btn a{
	display: block;
	font-size: 1.1vw;
	line-height: 1.4;
	font-weight: 700;
	background-color: #f97a90;
	padding: 15px 0;
	border-radius: 50px;
	position: relative;
}
.mv .box2 li .btn a:after{
	content: '';
	background: url(../img/arrow.svg) no-repeat center right 3px / 50% #fff;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	width: 12px;
	height: 12px;
	padding: 2px;
	transition: .3s;
}
.mv .box2 li .btn a:hover:after{
	right: 3%;
}
@media (min-width: 1300px){
main{
	margin-top: 108px;
}
.mv .box1 .txt{
	font-size: 16px;
}
.mv .box2 li .midashi{
	font-size: 20px;
}
.mv .box2 li .features > p{
	font-size: 14px;
}
.mv .box2 li .features > p span{
	font-size: 12px;
}
.mv .box2 li .btn a{
	font-size: 16px;
}
}
@media (max-width: 1000px){
main{
	margin-top: 59px;
}
.mv{
	display: block;
}
.mv .box1{
	width: 100%;
}
.mv .box1 .cnt{
	width: 100%;
}
.mv .box1 .txt{
	width: 100%;
	font-size: 12px;
}
.mv .box2{
	width: 100%;
	padding: 2% 6%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	background-color: #9ae9e6;
}
.mv .box2 li{
	width: 22%;
	margin: 0;
}
.mv .box2 li .midashi{
	font-size: 2vw;
}
.mv .box2 li .midashi br{
	display: none;
}
.mv .box2 li .features > p {
	font-size: 1.6vw;
}
.mv .box2 li .btn a{
	padding: 10px 0;
	font-size: 1.6vw;
}
}
@media (max-width: 600px){
.mv .box2 li{
	width: 48%;
	margin: 0;
}
}

/*** ↓↓↓共通部分↓↓↓ ***/
.conts{
	padding: 100px 0 90px;
}
@media (max-width: 1000px){
.conts{
	padding: 60px 0 60px;
}
}
.conts .inner{
	max-width: 1020px;
	width: 94%;
	margin: 0 auto;
}
/*** ↑↑↑共通部分↑↑↑ ***/

/** こんな悩みを解決します！ **/
#solution.conts{
	background-color: #e5f2f1;
	padding: 90px 0 60px;
	margin: 0;
}
#solution .tit{
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
#solution .tit h3{
	text-align: center;
	color: #09c3bb;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.4;
}
#solution .tit h3 strong{
	font-size: 64px;
	position: relative;
	margin: 0 15px;
}
#solution .tit h3 strong:after{
	content: '';
	background: url(../img/solution-bg01.png) no-repeat center top;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	width: 177px;
	height: 29px;
	z-index: -1;
}
#solution .tit .img{
	width: 136px;
	position: absolute;
}
#solution .tit .img.t1{
	top: -30px;
	left: 50px;
	z-index: 2;
}
#solution .tit .img.t2{
	top: -10px;
	right: 60px;
	z-index: 3;
}
#solution .tit .img.t3{
	top: -35px;
	right: -50px;
	z-index: 1;
}
#solution ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#solution ul li{
	width: 31%;
	background-color: #fff;
	text-align: center;
	position: relative;
	border-radius: 5px;
	padding: 50px 0;
	margin-bottom: 5%;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.4;
}
#solution ul li:nth-child(odd):after{
	content: '';
	background: url(../img/icon-person01.png) no-repeat center top;
	position: absolute;
	left: 15%;
	bottom: 5%;
	transform: translateY(85%);
	width: 63px;
	height: 100%;
}
#solution ul li:nth-child(even):after{
	content: '';
	background: url(../img/icon-person02.png) no-repeat center top;
	position: absolute;
	left: 15%;
	bottom: 5%;
	transform: translateY(85%);
	width: 67px;
	height: 100%;
}
#solution ul li:before{
	position: absolute;
	right: 40%;
	bottom: -20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
@media (max-width: 1000px){
#solution .tit h3{
	font-size: 4vw;
}
#solution .tit h3 strong{
	font-size: 6vw;
}
#solution .tit .img{
	width: 14%;
}
#solution .tit .img.t1{
	left: 5%;
}
#solution .tit .img.t2{
	right: 6%;
}
#solution .tit .img.t3{
	right: -5%;
}
}
@media (max-width: 768px){
#solution {
	background-color: #00c2ba;
	padding: 60px 0 30px;
}
#solution .tit{
	margin: 0 auto 30px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: -o-fit-content;
	width: -ms-fit-content;
}
#solution .tit h3{
	font-size: 20px;
}
#solution .tit h3 strong{
	font-size: 30px;
	display: block;
	margin: 10px 0;
}
#solution .tit h3 strong:after{
	background: url(../img/solution-bg01.png) no-repeat center top / cover;
	top: -6px;
	width: 88px;
	height: 15px;
}
#solution .tit .img{
	width: 80px;
}
#solution .tit .img.t1{
	top: 0;
	left: -90px;
}
#solution .tit .img.t2{
	bottom: -15px;
	top: initial;
	right: -70px;
}
#solution .tit .img.t3{
	top: 0;
	right: -110px;
}
#solution ul li{
	width: 48%;
	box-sizing: border-box;
	padding: 35px 10px;
	margin-bottom: 10%;
	font-size: 14px;
}
#solution ul li:nth-child(odd):after{
	content: '';
	background: url(../img/icon-person01.png) no-repeat center top;
	position: absolute;
	left: 15%;
	bottom: 5%;
	transform: translateY(85%);
	width: 63px;
	height: 100%;
	background-size:70%;
}
#solution ul li:nth-child(even):after{
	content: '';
	background: url(../img/icon-person02.png) no-repeat center top;
	position: absolute;
	left: 15%;
	bottom: 5%;
	transform: translateY(85%);
	width: 67px;
	height: 100%;
	background-size:70%;
}
#solution ul li:before{
	position: absolute;
	right: 40%;
	bottom: -10px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
}

/** 選ばれる強み **/
#forte h3{
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 80px;
}
#forte h3 span{
	font-size: 32px;
	display: block;
}
#forte h3 strong{
	position: relative;
	color: #00c2ba;
}
#forte .point li{
	margin-bottom: 60px;
}
#forte .point li:nth-child(even){
	transform: scale(1) translateX(-100px);
}
#forte .point li.run:nth-child(even){
	transform: scale(1) translateX(0);
}
#forte .point li .box{
	display: flex;
	align-items: flex-start;
}
#forte .point li:nth-child(even) .box{
	flex-flow: row-reverse;
}
#forte .point li .img-box{
	width: 248px;
	position: relative;
}
#forte .point li .img-box .img{
	position: relative;
}
#forte .point li .img-box .img img{
	width: auto;
}
#forte .point li .img-box .img:after{
	content: '';
	background-color: #f2b702;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: -1;
	transition: .3s .6s;
}
#forte .point li.run .img-box .img:after{
	right: -10px;
	bottom: -10px;
}
#forte .point li .img-box .num{
	font-size: 32px;
	line-height: 1;
	color: #00c2ba;
	font-family: 'Barlow Condensed', sans-serif;
	position: absolute;
	left: 0;
	top: -50px;
}
#forte .point li .img-box .num strong{
	font-size: 48px;
	margin-left: 10px;
}
#forte .point li .txt-box{
	margin: 0 0 0 40px;
	font-size: 16px;
	line-height: 1.8;
}
#forte .point li:nth-child(even) .txt-box{
	margin: 0 40px 0 0;
}
#forte .point li .txt-box .midashi{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 15px;
	position: relative;
	padding-left: 38px;
	background: url(../img/icon-excl.svg) no-repeat left top 3px / 30px 30px;
}
#forte .point li .txt-box .midashi strong{
	content: '';
	background: linear-gradient(transparent 80%,#fce6a3 0%);
}
@media (max-width: 768px){
#forte h3{
	font-size: 28px;
	margin-bottom: 40px;
}
#forte h3 span{
	font-size: 20px;
}
#forte .point li{
	margin-bottom: 30px;
}
#forte .point li:last-child{
	margin-bottom: 0;
}
#forte .point li .img-box{
	width: 100%;
}
#forte .point li .img-box .num{
	font-size: 18px;
	top: initial;
	position: initial;
	margin-bottom: 10px;
}
#forte .point li .img-box .num strong{
	font-size: 28px;
	margin-left: 5px;
}
#forte .point li .img-box .img{
	width: 200px;
	margin: 0 auto 20px;
}
#forte .point li .img-box .img img{
	width: 100%;
}
#forte .point li.run .img-box .img:after{
	right: -5px;
	bottom: -5px;
}
#forte .point li .box{
	display: block;
}
#forte .point li .txt-box{
	margin: 10px 0 0;
	font-size: 12px;
}
#forte .point li:nth-child(even) .txt-box{
	margin: 10px 0 0;
}
#forte .point li .txt-box .midashi{
	font-size: 18px;
	padding-left: 28px;
	background: url(../img/icon-excl.svg) no-repeat left top 2px / 22px 22px;
}
#forte .point li .txt-box .midashi strong{
	content: '';
	background: linear-gradient(transparent 90%,#fce6a3 0%);
}
}

/** お客様の声 **/
#voice.conts{
	background-color: #00c2ba;
}
#voice.conts .inner {
	max-width: 100%;
	width: 100%;
}
#voice h3{
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 80px;
}
#voice ul li{
	margin: 0 .5%;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}
#voice ul li:focus{
	outline: none;
}
#voice ul li .img{
	position: relative;
}
#voice ul li .img:after{
	content: '';
	background-color: #f2b702;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: -1;
	transition: .3s .6s;
}
#voice ul.run li .img:after{
	right: -10px;
	bottom: -10px;
}
#voice ul li .name{
	font-size: 20px;
	font-weight: 900;
	margin: 20px 0 10px;
}
@media (max-width: 768px){
#voice h3{
	font-size: 24px;
	margin-bottom: 30px;
}
#voice ul li{
	font-size: 14px;
}
#voice ul.run li .img:after{
	right: -5px;
	bottom: -5px;
}
#voice ul li .name{
	font-size: 16px;
	margin: 20px 0 10px;
}
}

/** 取扱商品一覧 **/
#product h3{
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 50px;
}
#product h3 strong{
	position: relative;
	color: #00c2ba;
}
#product .midashi{
	text-align: center;
	margin-bottom: 40px;
}
#product .midashi p{
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	background-color: #00736e;
	color: #fff;
	display: inline-block;
	padding: 20px 40px;
	border-radius: 10px;
	position: relative;
}
#product .midashi p:before{
	position: absolute;
	right: 30%;
	bottom: -20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #00736e transparent transparent transparent;
}
#product ul{
	margin-bottom: 50px;
}
#product ul:last-child{
	margin-bottom: 0;
}
#product ul li{
	border-top: solid 2px #00c2ba;
	padding: 30px 0;
}
#product ul li .name{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 38px;
	background: url(../img/icon-card2.svg) no-repeat left top 3px / 30px 30px;
}
#product ul li .txt{
	font-size: 16px;
	margin-bottom: 20px;
}
#product ul li .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product ul li .box .img{
	width: 34%;
}
#product ul li .box .txt-box{
	width: 34%;
}
#product ul li .box .txt-box .price{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 900;
}
#product ul li .box .txt-box .price strong{
	font-size: 32px;
	color: #fa95a6;
	margin: 0 -5px 0 15px;
}
#product ul li .box .txt-box .data{
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 10px;
}
#product ul li .box .txt-box .offset{
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 10px;
	display: inline-block;
}
#product ul li .box .txt-box .offset.tp1{
	color: #fff;
	background-color: #00c2ba;
}
#product ul li .box .txt-box .offset.tp2{
	color: #333;
	background-color: #e6f8f7;
}
#product ul li .box .btn{
	width: 22%;
	align-content: flex-end;
	display: flex;
	flex-wrap: wrap;
}
#product ul li .box .btn a{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 900;
	background-color: #f97a90;
	padding: 10px 0;
	border-radius: 50px;
	text-align: center;
	position: relative;
	margin-top: 10px;
}
#product ul li .box .btn a:after{
	content: '';
	background: url(../img/arrow.svg) no-repeat center right 3px / 50% #fff;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	width: 12px;
	height: 12px;
	padding: 2px;
	transition: .3s;
}
#product ul li .box .btn a:hover:after{
	right: 3%;
}

#product ul li .bnr{
	background-color: #f8f8f8;
	padding: 20px 0;
	margin-top: 20px;
}
#product ul li .bnr img{
	display: block;
	max-width: 338px;
	margin: 0 auto;
}
@media (max-width: 1000px){
#product ul li .box .img{
	width: 42%;
}
#product ul li .box .txt-box{
	width: 52%;
}
#product ul li .box .btn{
	width: 80%;
	margin: 20px auto 0;
	justify-content: center;
	align-content: flex-end;
	display: flex;
	flex-wrap: wrap;
}
#product ul li .box .btn a{
	display: block;
	width: 48%;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 900;
	background-color: #f97a90;
	padding: 10px 0;
	border-radius: 50px;
	text-align: center;
	position: relative;
	margin: 0 1%;
}
}
@media (max-width: 768px){
#product h3{
	font-size: 24px;
	margin-bottom: 30px;
}
#product .midashi{
	margin-bottom: 20px;
}
#product .midashi p{
	font-size: 16px;
	padding: 10px 30px;
}
#product .midashi p:before{
	bottom: -10px;
	border-width: 10px 10px 0 0;
}
#product ul{
	margin-bottom: 30px;
}
#product ul li{
	padding: 20px 0;
}
#product ul li .name{
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 34px;
	background: url(../img/icon-card2.svg) no-repeat left top 2px / 26px 22px;
}
#product ul li .txt{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
}
#product ul li .box{
	display: block;
}
#product ul li .box .img{
	width: 70%;
	margin: 0 auto 10px;
}
#product ul li .box .txt-box{
	width: 100%;
}
#product ul li .box .txt-box .price{
	font-size: 14px;
}
#product ul li .box .txt-box .price strong{
	font-size: 20px;
}
#product ul li .box .txt-box .data{
	font-size: 12px;
	line-height: 1.8;
	margin: 5px 0;
}
#product ul li .box .txt-box .offset{
	font-size: 12px;
}
#product ul li .box .btn{
	width: 70%;
	margin: 10px auto 0;
	display: block;
}
#product ul li .box .btn a{
	width: 100%;
	font-size: 14px;
	padding: 15px 0;
	margin-top: 5px;
}
#product ul li .bnr img{
	max-width: 280px;
}
}

/** ご注文の流れ **/
#flow.conts{
	background-color: #00c2ba;
}
#flow h3{
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 40px;
}
#flow .step01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#flow .step01 li{
	width: 15%;
	margin-right: 6.2%;
	text-align: center;
}
#flow .step01 li:nth-child(5),
#flow .step01 li:last-child{
	margin-right: 0;
}
#flow .step01 li .icon{
	background-color: #fff;
	padding: 27%;
	width: 100%;
	margin: 0 auto -15px;
	box-sizing: border-box;
	border-radius: 200px;
	position: relative;
}
#flow .step01 li .icon:after{
	content: '';
	background: url(../img/arrow-org.svg) no-repeat center top;
	position: absolute;
	right: -35%;
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
	height: 0;
	padding-top: 22%;
}
#flow .step01 li:nth-child(5) .icon:after,
#flow .step01 li:last-child .icon:after{
	display: none;
}
#flow .step01 li .icon img{
	width: auto;
	height: 6vw;
}
#flow .step01 li .midashi{
	font-size: 1.4vw;
	line-height: 1.4;
	font-weight: 900;
	margin-bottom: 5px;
	position: relative;
	text-shadow: 2px 2px 1px #fff, -2px  2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
#flow .step02 li{
	margin-bottom: 60px;
	color: #fff;
	position: relative;
	z-index: 1;
}
#flow .step02 li.show-cnt:nth-child(even){
	transform: scale(1) translateX(-100px);
}
#flow .step02 li.show-cnt.run:nth-child(even){
	transform: scale(1) translateX(0);
}
#flow .step02 li .box{
	display: flex;
	align-items: flex-start;
}
#flow .step02 li:nth-child(even) .box{
	flex-flow: row-reverse;
}
#flow .step02 li .img-box{
	width: 248px;
	position: relative;
}
#flow .step02 li .img-box .img{
	position: relative;
}
#flow .step02 li .img-box .img img{
	width: auto;
}
#flow .step02 li .img-box .img:after{
	content: '';
	background-color: #f2b702;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: -1;
	transition: .3s .6s;
}
#flow .step02 li.show-cnt.run .img-box .img:after{
	right: -10px;
	bottom: -10px;
}
#flow .step02 li .img-box .num{
	font-size: 32px;
	line-height: 1;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	position: absolute;
	left: 0;
	top: -50px;
}
#flow .step02 li .img-box .num strong{
	font-size: 48px;
	margin-left: 10px;
}
#flow .step02 li .txt-box{
	margin: 0 0 0 40px;
	font-size: 16px;
	line-height: 1.8;
}
#flow .step02 li:nth-child(even) .txt-box{
	margin: 0 40px 0 0;
}
#flow .step02 li .txt-box .midashi{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-left: 38px;
	background: url(../img/icon-excl.svg) no-repeat left top 3px / 30px 30px;
}
#flow .step02 li .txt-box .midashi strong{
	content: '';
	background: linear-gradient(transparent 80%,#f2b702 0%);
}
#flow .about-box{
	background-color: #fff;
	border-radius: 10px;
	padding: 70px;
	margin-top: 40px;
}
#flow .about-box .midashi{
	font-size: 40px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}
#flow .about-box .txt1{
	font-size: 16px;
	line-height: 1.8;
}
#flow .about-box .instructions{
	max-width: 640px;
	margin: 30px auto;
}
#flow .about-box .notice{
	border-top: solid 2px #00c2ba;
	border-bottom: solid 2px #00c2ba;
	padding: 30px 0 20px;
	margin-bottom: 50px;
}
#flow .about-box .notice li{
	font-size: 14px;
	font-weight: 500;
	margin:0 0 10px 1.5rem;
	text-indent: -1.5rem;
	position: relative;
}
#flow .about-box .notice li strong{
	font-weight: 500;
	color: #fa95a6;
}
#flow .about-box .notice li:before{
	content: '\025a0';
	margin-right: .5rem;
	color: #00c2ba;
}
#flow .about-box .btn-box{
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}
#flow .about-box .btn-box .img{
	pointer-events: none;
	max-width: 540px;
	margin: 0 auto -19px;
	position: relative;
	z-index: 1;
}
#flow .about-box .btn-box a{
	display: block;
	background-color: #f97a90;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	display: flex;
	align-items: center;
}
#flow .about-box .btn-box a:after {
	content: '';
	background: url(../img/arrow.svg) no-repeat center right 7px / 50% #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	padding: 2px;
	transition: .3s;
}
#flow .about-box .btn-box a:hover:after{
	right: 5px;
}
#flow .about-box .btn-box a .icon{
	background-color: #fff;
	padding: 25px;
	width: 130px;
	box-sizing: border-box;
	border-radius: 200px;
	margin-right: 20px;
}
#flow .about-box .btn-box a .txt{
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
}
#flow .about-box .btn-box a .txt strong{
	display: block;
	background-color: #f2b702;
	padding: 5px 40px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 100px;
	font-size: 20px;
	color: #333;
}
#flow .about-box table{
	width: 100%;
	border-top: solid 2px #00c2ba;
}
#flow .about-box table th{
	word-break: keep-all;
	padding: 30px 50px 30px 0;
	vertical-align: top;
	border-bottom: solid 2px #00c2ba;
	font-size: 16px;
	font-weight: 400;
}
#flow .about-box table td{
	border-bottom: solid 2px #00c2ba;
	font-size: 16px;
	font-weight: 400;
	padding: 30px 0;
}
#flow .about-box table td span{
	margin: 10px 0 15px;
	font-size: 14px;
	font-weight: 300;
	color: #888;
	display: block;
}
#flow .about-box table td .table-li li{
	margin: 0 0 5px 1rem;
	text-indent: -1rem;
	line-height: 1.6;
}
#flow .about-box table td .btn a{
	display: block;
	max-width: 320px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 900;
	background-color: #f97a90;
	padding: 10px 0;
	border-radius: 50px;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
#flow .about-box table td .btn a:after{
	content: '';
	background: url(../img/arrow.svg) no-repeat center right 3px / 50% #fff;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	width: 12px;
	height: 12px;
	padding: 2px;
	transition: .3s;
}
#flow .about-box table td .btn a:hover:after{
	right: 3%;
}
@media (min-width: 1100px){
#flow .step01 li .icon{
	padding: 38px 20px;
}
#flow .step01 li .icon:after{
	width: 40px;
	height: 40px;
	padding-top: 0;
}
#flow .step01 li .icon img{
	height: 76px;
}
#flow .step01 li .midashi{
	font-size: 20px;
}
}
@media (max-width: 768px){
#flow h3{
	font-size: 24px;
	margin-bottom: 30px;
}
#flow .step01{
	margin-bottom: 30px;
}
#flow .step02 li{
	margin-bottom: 30px;
}
#flow .step02 li .img-box{
	width: 100%;
}
#flow .step02 li .img-box .num{
	font-size: 18px;
	top: initial;
	position: initial;
	margin-bottom: 10px;
}
#flow .step02 li .img-box .num strong{
	font-size: 28px;
	margin-left: 5px;
}
#flow .step02 li .img-box .img{
	width: 200px;
	margin: 0 auto 20px;
}
#flow .step02 li .img-box .img img{
	width: 100%;
}
#flow .step02 li.show-cnt.run .img-box .img:after {
	right: -5px;
	bottom: -5px;
}
#flow .step02 li .box{
	display: block;
}
#flow .step02 li .txt-box{
	margin: 10px 0 0;
	font-size: 12px;
}
#flow .step02 li:nth-child(even) .txt-box{
	margin: 10px 0 0;
}
#flow .step02 li .txt-box .midashi{
	font-size: 18px;
	padding-left: 28px;
	background: url(../img/icon-excl.svg) no-repeat left top 2px / 22px 22px;
}
#flow .step02 li .txt-box .midashi strong{
	content: '';
	background: linear-gradient(transparent 90%,#f2b702 0%);
}
#flow .about-box{
	padding: 20px;
	margin-top: 20px;
}
#flow .about-box .midashi{
	font-size: 24px;
	margin-bottom: 20px;
}
#flow .about-box .txt1{
	font-size: 14px;
	line-height: 1.8;
}
#flow .about-box .instructions{
	max-width: 90%;
	margin: 20px auto;
}
#flow .about-box .notice{
	padding: 20px 0 10px;
	margin-bottom: 20px;
}
#flow .about-box .notice li{
	font-size: 12px;
	line-height: 1.6;
	margin:0 0 10px 1.2rem;
	text-indent: -1.2rem;
}
#flow .about-box .btn-box{
	max-width: 280px;
}
#flow .about-box .btn-box .img{
	max-width: 280px;
	margin: 0 auto -10px;
}
#flow .about-box .btn-box a{
	padding: 10px;
	display: block;
}
#flow .about-box .btn-box a:after {
	background: url(../img/arrow.svg) no-repeat center right 4px / 50% #fff;
	width: 20px;
	height: 20px;
}
#flow .about-box .btn-box a:hover:after{
	right: 5px;
}
#flow .about-box .btn-box a .icon{
	display: none;
}
#flow .about-box .btn-box a .txt{
	font-size: 18px;
	width: 100%;
	text-align: center;
}
#flow .about-box .btn-box a .txt strong{
	font-size: 14px;
	width: 100%;
	padding: 5px 0;
}
#flow .about-box table{
	width: 100%;
	border-top: solid 1px #00c2ba;
}
#flow .about-box table th{
	padding: 5px 0;
	border-bottom: dotted 1px #00c2ba;
	font-size: 14px;
	display: block;
	width: 100%;
}
#flow .about-box table td{
	border-bottom: solid 1px #00c2ba;
	font-size: 14px;
	padding: 5px 0;
	display: block;
	width: 100%;
}
#flow .about-box table td span{
	margin: 5px 0 10px;
	font-size: 12px;
}
#flow .about-box table td .table-li li{
	margin: 0 0 5px .8rem;
	text-indent: -.8rem;
}
#flow .about-box table td .btn a{
	max-width: 260px;
	font-size: 14px;
	margin: 10px auto 0;
}
#flow .about-box table td .btn a:after{
	content: '';
	background: url(../img/arrow.svg) no-repeat center right 3px / 50% #fff;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	width: 12px;
	height: 12px;
	padding: 2px;
	transition: .3s;
}
#flow .about-box table td .btn a:hover:after{
	right: 3%;
}
}
@media (max-width: 500px){
#flow .step01{
	justify-content: space-between;
}
#flow .step01 li{
	width: 28%;
	margin:0 0 4%;
	text-align: center;
}
#flow .step01 li .icon{
	padding: 30%;
}
#flow .step01 li .icon:after{
	right: -26%;
}
#flow .step01 li .icon img{
	height: 10vw;
}
#flow .step01 li:nth-child(5) .icon:after,
#flow .step01 li:last-child .icon:after{
	display: block;
}
#flow .step01 li:nth-child(3n) .icon:after,
#flow .step01 li:last-child .icon:after{
	display: none;
}
#flow .step01 li .midashi{
	font-size: 11px;
}
}

/*** ------------------------------------------------------------------------------

footer

-----------------------------------------------------------------------------  ***/
footer{
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d7da+0,d9d7da+100 */
	background: #d9d7da; /* Old browsers */
	background: -moz-linear-gradient(left,  #d9d7da 0%, #d9d7da 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d9d7da 0%,#d9d7da 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d9d7da 0%,#d9d7da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d7da', endColorstr='#d9d7da',GradientType=1 ); /* IE6-9 */
}
footer .contact{
	padding: 22px 0;
	background: url(../img/ft-bg.png) no-repeat center center;
	position: relative;
	z-index: 1;
}
footer .contact li{
	display: inline-block;
	margin: 0 20px;
}
footer .contact .tel-num{
	margin: 10px 0 20px;
}
footer .contact .tel-num strong,
footer .contact .tel-num a strong{
	color: #00c2ba;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 70px;
	letter-spacing: .1rem;
	line-height: 1;
}
footer .contact .tel-num span{
	display: block;
	font-size: 18px;
	line-height: 1.4;
}
footer .contact .tel,
footer .contact li a{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .contact .tel strong,
footer .contact li a strong{
	width: 72px;
	height: 72px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 200px;
	margin-right: 10px;
}
footer .contact .tel strong img,
footer .contact li a strong img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 34px;
}
footer .contact .tel strong:after,
footer .contact li a strong:after{
	content: '';
	background-color: #fff;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	border-radius: 200px;
	transition: .3s;
}
footer .contact li a:hover strong:after{
	padding: 5px;
}
footer .menu{
	padding: 50px 0;
	background-color: #00736e;
}
footer .menu li{
	display: inline-block;
	margin: 0 20px;
}
footer .menu li a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	transition: .3s;
}
footer .menu li a:hover{
	color: #00c2ba;
}
footer address{
	padding: 25px 0;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
@media (max-width: 768px){
footer .contact{
	padding: 20px 0;
	background: none;
}
footer .contact li{
	display: block;
	margin: 10px 20px;
}
footer .contact .tel-num{
  margin: 5px 0 20px;
}
footer .contact .tel-num strong,
footer .contact .tel-num a strong{
  font-size: 40px;
}
footer .contact .tel-num span{
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
footer .contact .tel,
footer .contact li a{
	font-size: 16px;
}
footer .contact .tel strong,
footer .contact li a strong{
	width: 50px;
	height: 50px;
}
footer .contact .tel strong img,
footer .contact li a strong img{
	height: 24px;
}
footer .contact .tel strong:after,
footer .contact li a strong:after{
	width: 50px;
	height: 50px;
}
footer .menu{
	padding: 30px 0;
}
footer .menu li{
	display: block;
	margin: 0 0 10px;
	position: relative;
}
footer .menu li:after{
	content: '';
	background-color: #fff;
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
footer .menu li a{
	font-size: 14px;
}
footer address{
	padding: 20px 0;
	font-size: 10px;
}
}

/** お問い合わせ・サンプル請求 **/
.sample_form .inner .note{
	background-color: #e5f2f1;
	padding: 20px 30px;
}
.sample_form .inner .note .red{
	color: #F52618;
}
.sample_form .inner .agree{
	text-align: center;
	margin: 0 0 50px 0;
}
.sample_form .inner .sample_form_area table tbody{
	border: solid 2px #00c2ba;
}
.sample_form .inner .sample_form_area table th{
	width: 25%;
  padding: 30px;
  background-color: #e5f2f1;
  border: solid 1px #00c2ba;
  vertical-align: top;
  font-weight: 700;
  font-size: 16px;
}
.sample_form .inner .sample_form_area table th span{
	color: #F52618;
}
.sample_form .inner .sample_form_area table td{
	padding: 30px;
  border: solid 1px #00c2ba;
}
.sample_form .inner .sample_form_area table td .txt{
	margin: 0 0 10px;
	display: block;
}
.sample_form .inner .sample_form_area table td .example{
	margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
  font-size: 14px;
}
.sample_form .inner .sample_form_area table td .title{
	width: 120px;
	display: inline-block;
}
.sample_form .inner .sample_form_area table td .mb10{
	margin: 0 0 10px 0;
}
.sample_form .inner .sample_form_area input[type="text"]{
	width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.sample_form .inner .sample_form_area input.txt_02{
	width: 40%;
}
.sample_form .inner .sample_form_area select{
	width: 40%;
	padding: 10px;
	border: solid 1px #ccc;
}
.sample_form .inner .sample_form_area textarea{
	width: 100%;
  min-height: 130px;
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.sample_form .inner a.privacy_btn,
.btn_submit{
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
    background-color: #f97a90;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    position: relative;
}
.btn_reset{
	text-align: center;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}

.sample_form .inner a.privacy_btn{
	width: 40%;
	margin: 40px auto 20px;
}
.btn_submit{
	width:300px;
	margin: 50px auto 0;
}
br.sp{
	display: block;
}
@media(max-width: 1000px){
	.sample_form .inner .note{
		font-size: 13px;
	}
	.sample_form .inner .agree{
		font-size: 12px;
		margin: 0 0 30px 0;
	}
	.sample_form .inner .sample_form_area table{
		width: 100%;
	}
	.sample_form .inner .sample_form_area table tbody{
		width: 100%;
	}
	.sample_form .inner .sample_form_area table th{
		display: block;
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
		border:none;
	}
	.sample_form .inner .sample_form_area table th br{
		display: none;
	}
	.sample_form .inner .sample_form_area table td{
		display: block;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		border:none;
	}
	.sample_form .inner .sample_form_area table td .example{
		margin: 5px 0;
		display: block;
	}
	.sample_form .inner .sample_form_area table td .title{
		margin: 5px 0;
		display: block;
		width: 100%;
	}
	input[type="submit"]{
		width: 100%;
	}
	.sample_form .inner a.privacy_btn,
	.btn_submit{
		width: 100%;
	}
	.sample_form .inner a.privacy_btn{
		margin: 15px auto 15px;
	}
	.btn_reset
	br.sp{
		display: none;
	}

}