@charset "UTF-8";


/*--------------------------------------------------
**************************************************
メイン画像
**************************************************
--------------------------------------------------*/
.main_visual {
	position: relative;
	width: 100%;
	margin-top: 50px;
	z-index: 1;
}

.main_visual::before {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 0px;
	left: 0;
	bottom: 0;
	background: url(../imgs/common/path_sp01.svg) no-repeat;
	background-position: top left;
	background-size: cover;
	overflow: hidden;
	z-index: -1;
}

.main_wrap {
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}

.main_wrap .toptitle_wrap {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main_wrap .toptitle_wrap h2 {}

.request_bth {
	position: relative;
	max-width: 350px;
	width: calc(100% - 40px);
	height: 70px;
	margin: 8vw auto 6vw auto;
}

.request_bth a {
	display: flex;
	height: 100%;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	border-radius: 35px;
	font-weight: 500;
	border: 3px solid #2A2A2A;
	background: #2E67A3;
	text-decoration-line: none;
	transition: opacity 0.3s;
	align-items: center;
}

.request_bth a:hover {
	opacity: 0.8;
}

.toptitle_wrap .text_wrap {
	max-width: 400px;
	width: calc(100% - 40px);
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: 28px;
	margin: 25px auto 0 auto;
}

.topimg_wrap {
	position: relative;
	width: 420px;
	margin: 30px auto 10px auto;
}

.topimg_wrap .pc_img {
	position: relative;
	width: 100%;
}

@media (max-width: 480px) {
	.topimg_wrap {
		width: 80%;
		margin: 20px auto 20px auto;
	}
}

.topimg_wrap .pc_img .pc_logo {
	position: absolute;
	display: flex;
	width: 18%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* 
.topimg_wrap .topicon_wrap {
	position: relative;
	width: 30%;
	right: 0;
	bottom: 0;
} */

.topimg_wrap .icon_cont {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: -100px;
	margin: 0 auto;
	z-index: 10;
}

.topimg_wrap .icon_cont li {
	position: absolute;
	width: 100px;
	height: 100%;
	bottom: 0;
}

.topimg_wrap .icon_cont li:nth-child(1) {
	right: 0px;
	bottom: 80px;
}

.topimg_wrap .icon_cont li:nth-child(2) {
	right: 60px;
	bottom: 10px;
}

.topimg_wrap .icon_cont li:nth-child(3) {
	right: -52px;
	bottom: 30px;
}

.topimg_wrap .icon_cont li:nth-child(4) {
	right: 22px;
	bottom: -40px;
}

@media (max-width: 480px) {
	.topimg_wrap .icon_cont li {
		position: absolute;
		max-width: 120px;
		width: 22vw;
		height: 100%;
		bottom: 0;
	}

	.topimg_wrap .icon_cont li:nth-child(1) {
		right: -3%;
		bottom: 17%;
	}

	.topimg_wrap .icon_cont li:nth-child(2) {
		right: -16%;
		bottom: 5%;
	}

	.topimg_wrap .icon_cont li:nth-child(3) {
		right: 13%;
		bottom: -2%;
	}

	.topimg_wrap .icon_cont li:nth-child(4) {
		right: 1%;
		bottom: -15%;
	}
}

.topimg_wrap .icon_cont li .icon_div {
	position: absolute;
	opacity: 0;
}

.topimg_wrap .icon_cont li:nth-child(1) .icon_div {
	animation: fuwari1 5.0s infinite 3.9s;
}

.topimg_wrap .icon_cont li:nth-child(2) .icon_div {
	animation: fuwari2 5.0s infinite 2.8s;
}

.topimg_wrap .icon_cont li:nth-child(3) .icon_div {
	animation: fuwari3 5.0s infinite 1.7s;
}

.topimg_wrap .icon_cont li:nth-child(4) .icon_div {
	animation: fuwari4 5.0s infinite 0s;
}

@keyframes fuwari1 {
	0% {
		bottom: 0;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 0;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 0;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 0;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 0;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}

@keyframes fuwari2 {
	0% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 15%;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 15%;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}

@keyframes fuwari3 {
	0% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 15%;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 15%;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}

@keyframes fuwari4 {
	0% {
		bottom: 23%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 23%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 23%;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 23%;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 23%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}


/*
***********************************************
スライドシュー
***********************************************
*/

#top_bg_scroll {
	position: relative;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	z-index: 2;
}

#top_bg_scroll .bg_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

#top_bg_scroll .bg_cont {
	position: absolute;
	width: 1500px;
	height: 100%;
	bottom: 0px;
	background: url(../imgs/top/b_top_sp.png) no-repeat top left;
	background-size: 100% auto;
}

#top_bg_scroll .bg_cont.one {
	animation: scroll-anim 120s linear infinite -40s;
}

#top_bg_scroll .bg_cont.two {
	animation: scroll-anim 120s linear infinite -80s;
}

#top_bg_scroll .bg_cont.three {
	animation: scroll-anim 120s linear infinite -120s;
}

@keyframes scroll-anim {
	0% {
		left: 3000px;
	}

	100% {
		left: -1500px;
	}
}

.top_text {
	position: relative;
	width: 100%;
	padding: 35px 0 35px 0;
	background: #f8f7ed;
	z-index: 1;
}

.top_text h2 {
	display: block;
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	line-height: 40px;
	letter-spacing: 0.1em;
}

@media (max-width: 480px) {
	#top_bg_scroll {
		height: 26vw;
	}

	#top_bg_scroll .bg_cont {
		width: 260vw;
		bottom: 0;
		background: url(../imgs/top/b_top_sp.png) no-repeat top left;
		background-size: 100% auto;
	}

	@keyframes scroll-anim {
		0% {
			left: 520vw;
		}

		100% {
			left: -260vw;
		}
	}
}

/*--------------------------------------------------
**************************************************
6つの落とし穴
**************************************************
--------------------------------------------------*/
#trap {
	position: relative;
	width: calc(100% - 20px);
	margin: 30px auto 50px auto;
	text-align: center;
	z-index: 2;
}

#trap .trap_toptext {
	position: relative;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 30px 0 10px 0;
}

#trap .trap_toptext::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 40px;
	top: 0;
	left: -25px;
	bottom: 0;
	background: #5AC8C7;
	transform: rotate(-30deg);
	margin: auto;
}

#trap .trap_toptext::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 40px;
	top: 0;
	right: -25px;
	bottom: 0;
	background: #5AC8C7;
	transform: rotate(30deg);
	margin: auto;
}

#trap h3 .s_text {
	font-size: 24px;
}

#trap h3 .s_text .text_b {
	font-size: 35px;
}

.trap_wrap .trap_cont {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 13px auto 0 auto;
}

.trap_wrap .trap_cont li {
	max-width: 230px;
	width: calc(50% - 1%);
	/* min-width: 250px; */
	margin-bottom: 2vw;
	border-radius: 20px;
	padding: 20px 0;
}

.trap_wrap .trap_cont li:nth-child(odd) {
	margin-right: 2%;
}

.trap_wrap .trap_cont li.cont_01 {
	background: rgb(250 194 75 / 67%);
}

.trap_wrap .trap_cont li.cont_02 {
	background: rgb(238 121 148 / 55%);
}

.trap_wrap .trap_cont li.cont_03 {
	background: rgb(90 198 237 / 54%);
}

.trap_wrap .trap_cont li.cont_04 {
	background: rgb(148 202 116 / 60%);
}

.trap_wrap .trap_cont li.cont_05 {
	background: rgb(178 112 165 / 51%);
}

.trap_wrap .trap_cont li.cont_06 {
	background: rgb(156 209 212 / 76%);
}


.trap_wrap .trap_cont li .t_text {
	font-size: 20px;
	font-weight: 600;
}

.trap_wrap .trap_cont li .trap_icon {
	display: block;
	width: 120px;
	height: auto;
	margin: 0px auto 5px auto;
}

.trap_wrap .trap_cont li .b_text {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 20px);
	height: 40px;
	line-height: 18px;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-weight: 600;
}

#trap .arrow_icon {
	width: 20px;
	margin: 20px auto 20px auto;
}

#trap .trap_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

#trap .trap_inner .logo_title {
	display: flex;
	width: calc(100% - 20px);
	align-items: flex-start;
	justify-content: center;
}

#trap .trap_inner .invox_logo02 {
	width: 220px;
}

#trap .trap_inner .logo_title .text {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 30px;
	margin: 15px 0px 0 10px;
}

#trap .trap_inner .logo_title .text .bold {
	display: inline-block;
	font-size: 25px;
	margin-bottom: 10px;
}

#trap .trap_inner .logo_title .text .text_adjust {
	display: block;
}

#trap .trap_inner .inner_img {
	width: 30%;
}

@media (max-width: 870px) {
	#trap .trap_inner .logo_title {
		display: flex;
		width: 60%;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

@media (max-width: 500px) {
	#trap h3 {
		letter-spacing: 0.1em;
	}

	#trap .trap_inner .invox_logo02 {
		width: 45vw;
	}

	#trap .trap_inner .logo_title .text {
		font-size: 4vw;
	}

	#trap .trap_inner .logo_title .text .bold {
		font-size: 5vw;
	}

	#trap .trap_inner .inner_img {
		width: 30%;
	}
}

/*--------------------------------------------------
**************************************************
invoxとは
**************************************************
--------------------------------------------------*/

#content {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	margin: -100px auto 0 auto;
	text-align: center;
	z-index: 1;
}

#content .cont_merit {
	position: relative;
}

#content .cont_merit::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	top: -199px;
	left: 0;
	right: 0;
	background: url(../imgs/common/path_02.svg) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	z-index: -1;
}

#content .cont_merit::after {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffdd72;
	z-index: -1;
}

#content .cont_text {
	width: calc(100% - 20px);
	font-size: 15px;
	font-weight: 400;
	margin: 30px auto 30px auto;
}

#content .cont_img {
	width: calc(100% - 40px);
	height: 61vw;
	margin: 0 auto 50px auto;
	padding: 10px 10px 10px 10px;
}

#content .merit {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#content .merit .merit_wrap {}

#content .merit .merit_wrap .merit_cont {
	position: relative;
	display: block;
	margin: 50px 0;
	z-index: 1;
}

#content .merit .merit_wrap .merit_cont li {
	position: relative;
	display: flex;
	width: calc(100% - 80px);
	align-items: center;
	margin: 0 auto 40px auto;
}

#content .merit .merit_wrap .merit_cont li::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	right: 0;
	bottom: -23px;
	border-bottom: 2px dotted #2A2A2A;
}

#content .merit .merit_wrap .merit_cont li:last-child:before {
	border-bottom: none;
}

#content .merit .merit_wrap .merit_cont li .merit_top {}

#content .merit .merit_wrap .merit_cont li .merit_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

#content .merit .merit_wrap .merit_cont li .text_wrap {
	width: calc(100% - 100px);
	text-align: left;
	margin-left: 20px;
}

#content .merit .merit_wrap .merit_cont li .merit_text br {
	display: none;
}

#content .merit .merit_wrap .merit_cont li .mreit_title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: left;
}

#content .merit .merit_wrap .merit_cont li .merit_text {
	display: flex;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 0 auto;
	flex-direction: column;
}

@media (max-width: 600px) {
	#content::after {
		top: 22%;
	}
}

@media (max-width: 470px) {
	#content .cont_text .indent {
		display: block;
	}
}

/*--------------------------------------------------
**************************************************
お客様の声
**************************************************
--------------------------------------------------*/
#voice {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	margin: -50px auto 50px auto;
	z-index: 1;
}

.voice_wrap {
	position: relative;
}

.voice_wrap h3 {
	padding-top: 0px;
}

#voice .voice_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	top: -50px;
	left: 0;
	right: 0;
	background: #ffdd72;
	z-index: -1;
}

#voice .voice_wrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 300px;
	top: 140px;
	left: 0;
	right: 0;
	background: url(../imgs/common/path_03.svg) top center no-repeat;
	background-size: 100%;
	z-index: -1;
}

#voice .voice_cont {
	display: flex;
	width: calc(100% - 20px);
	flex-direction: column;
	margin: 25px auto 80px auto;
}

#voice .voice_cont .voice_img {
	max-width: 370px;
	width: calc(100% - 40px);
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
}

#voice .voice_cont .voice_img .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

#voice .voice_cont .voice_textwrap {
	position: relative;
	width: calc(100% - 20px);
	height: auto;
	border-radius: 20px;
	padding: 30px 10px 50px 10px;
	margin: 30px auto 0 auto;
	z-index: 1;
}

.voice_cont.two .voice_textwrap {
	order: 2;
}

#voice .voice_cont .voice_textwrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 0.5px solid #707070;
	box-shadow: 0px 10px 6px 2px rgb(0 0 0 / 16%);
	border-radius: 20px;
	z-index: -1;
}

#voice .voice_cont .voice_textwrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% + 8px);
	top: 0;
	bottom: -10px;
	background: url(../imgs/common/pattern.svg) repeat;
	border-radius: 20px;
	background-size: 15px;
	z-index: -2;
}

#voice .voice_cont.one .voice_textwrap::after {
	left: 8px;
	right: 0;
}

#voice .voice_cont.two .voice_textwrap::after {
	left: -8px;
	right: 0;
}

#voice .voice_cont .voice_textwrap .triangle {
	position: absolute;
	display: block;
	width: 18px;
	height: 25px;
	top: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#voice .voice_cont .voice_textwrap .triangle svg {
	fill: #FFFFFF;
	stroke: #707070;
	stroke-width: 0.75;
}


.voice_inner {}

#voice .voice_contwrap .v_title {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 4vw;
	text-align: center;
	line-height: 24px;
	color: #58c9c7;
	font-weight: 600;
	margin: 0 auto;
	padding-left: 4%;
}

#voice .voice_contwrap .v_title::before {
	position: absolute;
	content: "“";
	top: 13px;
	left: -4%;
	font-size: 26vw;
	font-weight: 200;
	color: #58c9c7;
}

#voice .voice_contwrap .v_title::after {
	position: absolute;
	content: "”";
	right: -4%;
	bottom: -13px;
	font-size: 24vw;
	font-weight: 200;
	color: #58c9c7;
}

#voice .voice_contwrap .v_text,
#voice .voice_contwrap .a_text {
	width: calc(100% - 40px);
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 25px;
	font-weight: 300;
	text-align: left;
	margin: 30px auto 30px auto;
}

#voice .voice_contwrap .a_text {
	margin-top: 10px;
}

#voice .voice_contwrap .a_title {
	position: relative;
	display: block;
	font-size: 16px;
	color: #58c9c7;
	font-weight: 600;
	text-align: left;
	margin-left: 20px;
	background: #fff;
	z-index: 1;
}

#voice .voice_contwrap .a_title::before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #58c9c7;
	margin: auto;
	z-index: -1;
}

#voice .voice_contwrap .a_title .a_title_wrap {
	position: relative;
	display: inline-block;
	z-index: 1;
}

#voice .voice_contwrap .a_title .a_title_wrap::before {
	position: absolute;
	content: "";
	width: calc(100% + 10px);
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	margin: auto;
	z-index: -1;
}

#voice .more_btn {
	position: absolute;
	display: block;
	width: 100%;
	padding: 80px 0 0;
	bottom: 30px;
	left: 0;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

#voice .more_btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 2px;
	display: block;
	width: calc(100% - 4px);
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	opacity: 1;
	transition: opacity 0.3s linear;
	z-index: -1;
}

#voice .more_btn p::before {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	right: 0;
	bottom: 10px;
	background: url(../imgs/common/arrow_up.svg) no-repeat;
	background-size: 100%;
	margin: 0 auto;
}

#voice .voice_textwrap .more_btn.close_btn p::before {
	transform: rotate(180deg);
}

#voice .more_btn p::after {
	position: absolute;
	content: "";
	width: calc(100% + 20px);
	height: 2px;
	left: -10px;
	right: 0;
	bottom: 0;
	background: #2E67A3;
	margin: 0 auto;
}

#voice .more_btn .open {
	position: relative;
	display: inline-block;
	font-size: 17px;
	color: #2E67A3;
	font-weight: 600;
	cursor: pointer;
	padding-bottom: 5px;
	padding-right: 30px;
	text-decoration: none;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.voice_contwrap .more_contents {
	display: none;
}

#voice .more_btn.close_btn::after {
	opacity: 0;
}

#voice .more_btn.close_btn p {
	position: relative;
	display: inline-block;
	color: #2E67A3;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	padding-bottom: 5px;
	padding-right: 30px;
}

#voice .more_btn.close p::before {
	width: 130px;
	left: 20px;
}

@media (max-width: 380px) {
	#voice .voice_contwrap .a_title .a_title_wrap {
		display: unset;
	}

	#voice .voice_contwrap .a_title::before {
		top: 25px;
	}
}


/*--------------------------------------------------
**************************************************
おすすめ
**************************************************
--------------------------------------------------*/

.recommend {
	position: relative;
	display: block;
	width: 100%;
	margin: 50px auto 30px auto;
	padding-top: 50px;
}

.recommend_img {
	position: absolute;
	width: 130px;
	top: -60px;
	left: 0;
	z-index: 2;
}

.recommend_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 60px 15px 10px 20px;
}

.recommend_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 15px;
	left: -100px;
	right: 0;
	bottom: 0;
	padding: 30px 30px 30px 150px;
	background: #FFDD72;
	border-radius: 20px;
	z-index: -1;
}

#voice .recommend_wrap .recommend_titl {
	position: absolute;
	display: inline-block;
	max-width: 280px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	z-index: 1;
}

#voice .recommend_wrap .recommend_titl::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0px 5px 0px;
	border: 2px solid #FFDD72;
	background: #fff;
	border-radius: 25px;
	margin: auto;
	z-index: -1;
}

#voice .recommend_wrap .recommend_titl::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -15px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
}


.recommend_wrap .r_text {
	text-align: left;
}

.recommend_wrap .r_text li {
	position: relative;
	display: flex;
	max-width: 400px;
	width: 100%;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: 500;
	align-items: center;
	padding-left: 40px;
	margin: 0 auto 10px auto;
}

.recommend_wrap .r_text li::before {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 7px;
	top: 0px;
	bottom: 0;
	left: 0px;
	margin: auto 0;
	border-left: 4px solid #58C9C7;
	border-bottom: 4px solid #58C9C7;
	transform: rotate(-45deg);
}

#voice .request_bth {
	margin: 0 auto;
}

@media (max-width: 450px) {
	#voice .recommend_wrap .recommend_titl {
		width: 50vw;
		top: 8px;
		font-size: 3.5vw;
	}
}


/*--------------------------------------------------
**************************************************
invoxでできること
**************************************************
--------------------------------------------------*/
#case {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 230px;
	margin: -80px auto 80px auto;
}

#case .case_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#case .case_img {
	position: absolute;
	width: 150px;
	top: -180px;
	right: 0;
	z-index: -1;
}

#case .case_wrap h3 {
	letter-spacing: 0.01em;
}

#case .case_text {
	position: relative;
	display: inline-block;
	width: calc(100% - 20px);
	text-align: left;
	font-size: 17px;
	letter-spacing: 0.1em;
	background: #fff;
	font-weight: 400;
	margin: 10px 0 40px 0;
	z-index: 1;
}

.point_wrap {
	position: relative;
	width: calc(100% - 20px);
	height: auto;
	background: #fff;
	border: 3px solid #2A2A2A;
	border-radius: 20px;
	padding: 20px 10px 20px 10px;
	margin: 0 auto;
	z-index: 2;
}

.point_wrap .pcont_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.point_wrap .pcont_wrap .point_cont {
	display: flex;
	width: calc((100% - 80px) / 3);
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

.point_wrap .pcont_wrap .point_cont .point_num {
	display: inline-block;
	max-width: 120px;
	width: 100%;
	height: 30px;
	background: #26B7BC;
	border: 2px solid #2A2A2A;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 20px;
}

.point_wrap .pcont_wrap .point_cont .point_text {
	display: flex;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.point_wrap .pcont_wrap .point_cont .point_icon {
	max-width: 100px;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

.point_wrap .pcont_wrap .arrow_icon {
	display: inline-block;
	max-width: 40px;
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 50px auto 0 auto;
}


.point_wrap .ptext_wrap {
	position: relative;
	display: flex;
	max-width: 550px;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 10px 20px 10px 20px;
}

.point_wrap .ptext_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #FDCA00;
	border-radius: 10px;
	box-sizing: border-box;
}

.point_wrap .ptext_wrap .text {
	width: calc(100% - 50px);
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 500;
	line-height: 25px;
}

.point_wrap .ptext_wrap .indention {
	display: block;
}

.point_wrap .ptext_wrap .p_logo {
	width: 50px;
	height: auto;
	margin-left: 50px;
}

#case .arrow_icon.white {
	position: relative;
	width: 15px;
	margin: 20px auto 30px auto;
	z-index: 2;
}

#case .point_inner {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

#case .point_bg_base {
	position: relative;
	margin-top: -20px;
	padding-top: 20px;

}

#case .point_bg_base:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	display: block;
	background-color: #ffdd72;
	z-index: -3;
}


#case .point_bg {}


#case .point_bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	top: -200px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../imgs/common/path_04.svg) bottom center no-repeat;
	background-size: 100% auto;
	z-index: -2;
}

#case .point_bg::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 760px;
	left: 0;
	right: 0;
	bottom: -660px;
	background: url(../imgs/common/path_05.svg) top center no-repeat;
	background-size: 100% auto;
	z-index: -2;
}

#case .point_inner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../imgs/common/b_design.png) repeat;
	background-size: 400px;
	opacity: 0.8;
	z-index: -2;
}

#case .point_inner .point_content {
	position: relative;
	width: calc(100% - 40px);
	height: auto;
	background: #fff;
	border: 2px solid #2A2A2A;
	border-radius: 30px;
	padding: 50px 20px 30px 20px;
	margin: 20px auto 80px auto;
	box-shadow: 0px 3px 3px 2px rgb(0 0 0 / 16%);
}

#case .point_inner .point_content::before {
	position: absolute;
	content: "";
	width: calc(100% + 4px);
	top: 25px;
	left: -2px;
	right: 0;
	bottom: -2px;
	background: #fff;
	border-radius: 0 0 30px 30px;
}

#case .point_inner .point_content .title_01 {
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 60px;
	top: -20px;
	left: 0;
	right: 0;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 48px;
	letter-spacing: 0.1em;
	background: url(../imgs/common/b_point_title.svg) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	z-index: 1;
}

#case .point_inner .point_content .title_02 {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

#case .point_inner .point_content .title_02::before {
	position: absolute;
	content: "";
	width: 65%;
	height: 3px;
	left: 0;
	bottom: -3px;
	background: #26B7BC;
}

#case .point_inner .content_wrap {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 50px 0 20px 0;
}

#case .point_inner .content_wrap::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 100%;
	top: -20px;
	left: -20px;
	background: url(../imgs/top/point_04.png) no-repeat;
	background-size: 100%;
	z-index: 2;
}

#case .point_inner .content_wrap .cont_r {
	width: 60%;
	margin-right: 10px;
}

#case .point_inner .content_wrap .cont_r .title {
	position: relative;
	display: flex;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding: 20px 0 20px 0;
	justify-content: center;
}

#case .point_inner .content_wrap .cont_r .title::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
	border-top: 5px dotted #FFDD72;
}

#case .point_inner .content_wrap .cont_r .title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	border-top: 5px dotted #FFDD72;
}

#case .point_inner .content_wrap .cont_r .dotted_icon {
	display: none;
}

#case .point_inner .point_content .check_list {
	width: 100%;
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 26px;
	margin: 0 auto 30px auto;
}

#case .point_inner .point_content .check_list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 7px;
}

#case .point_inner .point_content .check_list li::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 8px;
	left: 0;
	bottom: 0;
	border: 2px solid #2A2A2A;
}

#case .point_inner .point_content .check_list li::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 4px;
	top: 10px;
	left: 3px;
	bottom: 0;
	border-left: 2px solid #26B7BC;
	border-bottom: 2px solid #26B7BC;
	transform: rotate(-45deg);
}

#case .point_inner .content_wrap .cont_l {
	width: 40%;
}

#case .point_inner .point_content .point_bottom {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #FFDD72;
	border-radius: 10px;
	padding: 12px 30px 12px 30px;
}

@media (max-width: 520px) {
	.point_wrap .pcont_wrap .point_cont .point_num {
		font-size: 10px;
		letter-spacing: 0;
	}

	.point_wrap .pcont_wrap .point_cont .point_text {
		font-size: 10px;
	}

	.point_wrap .ptext_wrap .text {
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0;
	}

	.point_wrap .ptext_wrap .p_logo {
		width: 40px;
		height: auto;
		margin-left: 10px;
	}
}

@media (max-width: 500px) {
	#case .point_inner .content_wrap {
		display: block;
	}

	#case .point_inner .content_wrap .cont_r {
		width: 100%;
	}

	#case .point_inner .content_wrap::before {
		top: -40px;
	}

	#case .point_inner .content_wrap .cont_l {
		width: 100%;
	}

}

@media (max-width: 458px) {
	#case .point_inner .point_content.p_03 .title_02::before {
		bottom: -3px;
	}
}

@media (max-width: 413px) {
	#case .point_inner .point_content .title_02::before {
		bottom: -3px;
	}
}

/*--------------------------------------------------
**************************************************
申し込み当日から始められます
**************************************************
--------------------------------------------------*/
.cost {
	width: 100%;
	height: auto;
	background: #94CA74;
}

.cost .cost_wrap {
	position: relative;
	max-width: 650px;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 30px 0 40px 0;
	margin: 0 auto;
}

.cost .cost_wrap .cost_title {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.word_wrap {
	display: inline-block;
}

.cost .cost_wrap .cost_text {
	width: calc(100% - 20px);
	font-size: 17px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 300;
	margin: 20px auto;
}

.cost .cost_wrap .cost_inner {
	width: calc(100% - 20px);
	height: auto;
	border: 2px solid #2A2A2A;
	background: #fff;
	border-radius: 15px;
	padding: 20px 10px 10px 10px;
	margin: 0 auto;
}

.cost .cost_wrap .cost_inner .cost_info {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding-bottom: 30px;
}

.cost .cost_wrap .cost_inner .cost_info::before {
	position: absolute;
	content: "";
	width: calc(100% + 20px);
	height: 1px;
	left: -10px;
	right: 0;
	bottom: 10px;
	background: #888888;
}

.cost .cost_wrap .cost_inner .cost_info .cost_r {
	width: 40%;
	height: auto;
	background: rgb(210 223 150 / 29%);
	border-radius: 10px;
	color: #6BAA3D;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}

.cost .cost_wrap .cost_inner .cost_info .cost_l {
	width: 60%;
	height: auto;
	border-radius: 10px;
	color: #6BAA3D;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 10px 0px 20px 15px;
}

.cost .cost_wrap .cost_inner .cost_info .title {
	display: block;
	font-size: 12px;
}

.cost .cost_wrap .cost_inner .cost_info .pay {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.cost .cost_wrap .cost_inner .cost_info .num_01 {
	font-size: 47px;
}

.cost .cost_wrap .cost_inner .cost_info .num_02 {
	font-size: 50px;
	font-weight: bold;
}

.cost .cost_wrap .cost_inner .cost_info .text_s {
	font-size: 15px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}

.cost .cost_wrap .cost_inner .cost_info .cost_l .pay {
	font-size: 50px;
	letter-spacing: 0;
}

.cost .cost_wrap .cost_inner .cost_info .cara {
	font-size: 40px;
	font-family: '游ゴシック';
	font-weight: normal;
}

.cost .cost_wrap .cost_inner .data {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 30px;
	font-weight: 600;
	padding-left: 15%;
}

.cost .cost_wrap .cost_img {
	position: absolute;
	width: 130px;
	left: 10px;
	bottom: -15px;
}

@media (max-width: 600px) {
	.cost .cost_wrap .cost_inner .data {
		font-size: 2.7vw;
		letter-spacing: 0;
	}
}

@media (max-width: 480px) {
	.cost .cost_wrap .cost_inner .cost_info .title {
		font-size: 10px;
	}

	.cost .cost_wrap .cost_inner .cost_info .pay {
		font-size: 8vw;
	}

	.cost .cost_wrap .cost_inner .cost_info .num_01 {
		font-size: 8vw;
	}

	.cost .cost_wrap .cost_inner .cost_info .cost_l {
		letter-spacing: 0;
	}

	.cost .cost_wrap .cost_inner .cost_info .cost_l .pay {
		font-size: 8.8vw;
	}

	.cost .cost_wrap .cost_inner .cost_info .num_02 {
		font-size: 9vw;
	}

	.cost .cost_wrap .cost_inner .cost_info .cara {
		font-size: 7.5vw;
	}

	.cost .cost_wrap .cost_inner .cost_info .text_s {
		font-size: 10px;
	}
}

@media (max-width: 400px) {
	.cost .cost_wrap .cost_img {
		width: 30vw;
		bottom: 0px;
	}
}

/*--------------------------------------------------
**************************************************
よくある質問
**************************************************
--------------------------------------------------*/
#faq {
	position: relative;
	width: 100%;
	padding-top: 100px;
	background: #F2F2F2;
}

#faq h3 {
	text-align: center;
}

#faq ul {
	position: relative;
	max-width: 650px;
	width: 100%;
	margin: 50px auto 0px auto;
	padding: 0 0 80px 0;
}

#faq ul li {
	position: relative;
	margin: 20px 20px 30px 20px;
	cursor: pointer;
	z-index: 1;
}

#faq ul li::before {
	position: absolute;
	content: "";
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	top: 0;
	bottom: 0;
	background: url(../imgs/common/pattern.svg) repeat;
	border-radius: 20px;
	background-size: 10px;
	z-index: -2;
}

#faq ul li .q_title {
	width: calc(100% - 80px);
	transition: opacity 0.3s;
}

#faq ul li:hover div {}

#faq ul li .faq_q {
	position: relative;
	display: flex;
	line-height: 1.3;
	font-size: 16px;
	color: #2e67a3;
	font-weight: 600;
	letter-spacing: 0.05em;
	background: #dae2eb;
	border-radius: 15px;
	padding: 10px 30px 10px 0;
	align-items: center;
	margin: 0 auto;
}

#faq ul li .faq_q.active {
	border-radius: 15px 15px 0 0;
}

#faq ul li .faq_q::before {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	top: 0;
	right: 20px;
	bottom: 0;
	background: url(../imgs/common/arrow_up.svg) no-repeat;
	margin: auto;
}

#faq ul li .faq_q .q_icon {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 38px;
	margin: 0 15px 0 10px;
}

#faq ul li .faq_a .faq_a_wrap .a_text {
	width: calc(100% - 50px);
	font-size: 16px;
}

#faq ul li .faq_a .a_icon {
	width: 40px;
	height: 40px;
	font-size: 23px;
	color: #2e67a3;
	text-align: center;
	font-weight: 300;
	line-height: 40px;
	margin: 0 20px 0 10px;
}

#faq ul li .faq_q.active::before {
	transform: rotate(180deg);
}

#faq ul li .faq_a {
	display: none;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.1em;
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 15px 15px 15px 0px;
}

#faq ul li .faq_a .faq_a_wrap {
	display: flex;
	align-items: center;
}


/*--------------------------------------------------
**************************************************
資料請求フォーム
**************************************************
--------------------------------------------------*/

#document {
	position: relative;
	width: 100%;
	padding-top: 50px;
	text-align: center;
	z-index: 1;
}

#document::before {
	position: absolute;
	content: "";
	width: 140%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../imgs/common/path_06.svg) top center no-repeat;
	background-size: 100%;
	z-index: -1;
}

#document .document_text {
	max-width: 500px;
	width: calc(100% - 40px);
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin: 30px auto 110px auto;
}

#document .recommend_wrap {
	position: relative;
	max-width: 650px;
    width: calc(100% - 40px);
	background: #FFDD72;
	padding: 60px 15px 10px 20px;
	border-radius: 10px 10px 0 0;
	margin: 0 auto;
	z-index: 1;
}

#document .recommend_wrap::before {
	position: absolute;
	content: "";
	width: 80px;
	height: auto;
	top: -110px;
	left: -22px;
	bottom: -30px;
	background: url(../imgs/top/cont_10.png) no-repeat;
	background-size: 53%;
	z-index: -1;
}

#document .recommend_wrap::after {
	position: absolute;
	content: "";
	width: 150px;
	height: auto;
	top: -110px;
	right: -40px;
	bottom: 0;
	background: url(../imgs/top/cont_11.png) no-repeat;
	background-size: 100%;
	z-index: -1;
}

#document .recommend_wrap .recommend_titl {
	position: absolute;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	top: -15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	z-index: 1;
}

#document .recommend_wrap .recommend_titl::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0px 5px 0px;
	border: 2px solid #FFDD72;
	background: #fff;
	border-radius: 25px;
	margin: auto;
	z-index: -1;
}

#document .recommend_wrap .recommend_titl::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -15px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
}

.document_list {
	position: relative;
	width: 100%;
	background: #FFDD72;
	padding: 30px 0 30px 0;
}

#document .recommend_wrap .r_text {
	margin: 0 auto;
}

.Document_form {
	position: relative;
	max-width: 650px;
	width: calc(100% - 40px);
	background: #F2F2F2;
	padding: 0px 0 20px 0;
	box-shadow: 0px 3px 3px 2px rgb(0 0 0 / 8%);
	margin: 0 auto;
}

.Document_form ul {
	padding: 10px 20px 20px 20px;
}

.Document_form ul li {
	display: flex;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	align-items: center;
	margin: 20px 0 20px 0;
}

.Document_form ul li .input_title {
	width: 120px;
	text-align: left;
}

.Document_form ul li .input_title .required {
	display: block;
	font-size: 10px;
	color: #e70505;
}

.Document_form ul li .input_wrap {
	width: calc(100% - 100px);
}

.Document_form ul li .input_wrap .note {
	display: block;
	margin-top: 5px;
}

.Document_form ul li .input_wrap input,
.Document_form ul li .input_wrap select,
.Document_form ul li .input_wrap textarea {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 12px;
	color: #2A2A2A;
	font-weight: 500;
	border-radius: 10px;
	padding: 15px 10px 15px 20px;
}

.Document_form ul li .input_wrap.select {
	position: relative;
}

.Document_form ul li .input_wrap.select::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 0;
	right: 15px;
	bottom: 0;
	border-bottom: solid 1px #afafaf;
	border-right: solid 1px #afafaf;
	transform: rotate(45deg);
	margin: auto;
}

.Document_form ul li .input_wrap.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.Document_form ul li .input_wrap.select select::-ms-expand {
	display: none;
}

.Document_form ul li .input_wrap.name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Document_form ul li .input_wrap.name input[type="text"] {
	width: calc(50% - 10px);
}

.Document_form ul li textarea {
	height: 100px;
}

.Document_form ul li .privacy_cont {
	display: flex;
	align-items: center;
}

.Document_form ul li .input_wrap a {
	display: block;
	text-decoration: none;
	color: #333;
	margin-bottom: 10px;
	transition: 0.3s;
}

.Document_form ul li .input_wrap a:hover {
	color: #10609c;
}

.Document_form ul li .privacy_cont input {
	display: none;
}

.Document_form ul li .privacy_cont input[type="checkbox"]+label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
}

.Document_form ul li .privacy_cont input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid #afafaf;
	background-color: #f1f1f1;
}

.Document_form ul li .privacy_cont input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: rgb(203, 4, 4);
}

.request_bth.send {
	text-align: center;
	margin: 20px auto;
}

.Document_form p {
	width: calc(100% - 40px);
	font-size: 12px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin: 0 auto;
}

.request_bth.send a {
	background: #2E67A3;
	border: 2px solid #2A2A2A;
	transition: opacity 0.3s;
}

.request_bth.send a:hover {
	opacity: 0.8;
}

@media (max-width: 450px) {
	#document .recommend_wrap .recommend_titl {
		width: 52vw;
		font-size: 3.5vw;
	}
}

@media (max-width: 400px) {
	.Document_form ul li {
		display: block;
	}

	.Document_form ul li .input_title {
		width: 100%;
		margin-bottom: 10px;
	}

	.Document_form ul li .input_wrap {
		width: 100%;
	}

	.Document_form p {
		font-size: 12px;
	}

}