 /*ヘッダー*/
.header_wrapper {
	height: 117px;
	background-color: #009B74;
}
.header_list_item + .header_list_item {
    margin-left: 20px;
}
@media screen and (max-width: 1430px) {
	.header_container {
		justify-content: center;
	}
	.header_list {
		display: none;
	}
	.menu-trigger-box {
		display: flex;
	}
}
@media (max-width: 767px) {
	.header_wrapper {
		height: 87px;
	}
}

/*CTA*/
.section_cta_line {
    background: rgb(194, 29, 29);

    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#C21D1D',
        endColorstr='#861111',
        GradientType=1
    );
	padding: 30px;
}
.cta_line_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1088px;
	margin: auto;
}
.cta_line_full {
	width: 37%;
	display: block;
}
.cta_line_half {
	width: 26%;
	display: block;
}
.cta_line_img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 767px) {
	.section_cta_line {
		padding: 18px;
	}
	.cta_line_box {
		max-width: 500px;
	}
	.cta_line_full {
		width: 100%;
		margin-bottom: 17px;
	}
	.cta_line_half {
		width: 49%;
	}
}

/*メインイメージ*/
 .main_image {
	width: 100%;
	 height: auto;
	 display: block;
}

.section_movie {
	height: 1px;
	background-color: #2A9B74;
	padding: 0 30px;
}
.movie_container {
	max-width: 1800px;
	margin: auto;
	position: relative;
}
.movie_btn {
	position: absolute;
	top: -138px;
	right: 0;
	width: 100%;
	max-width: 340px;
	height: auto;
	display: block;
}
@media (max-width: 1700px) {
	.section_movie {
		height: auto;
		background-color: #fff;
	}
	.movie_btn {
		position: static;
		margin: auto;
	}
}

/*特徴とメリット*/
.section_feature {
	background-color: #2A9B74;
	padding: 40px 30px;
}
.feature_container {
	max-width: 1396px;
	margin: auto;
	box-sizing: border-box;
}
.feature_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.feature_title_text {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #fff;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #fff;
}
.feature_title_decoration {
	position: absolute;
	top: -18px;
	right: -28px;
	width: 25px;
	height: auto;
	display: block;
}
.feature_box {
	padding: 30px 45px;
	position: relative;
	border: 3px solid #707070;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
	background-color: #fff;
}
.feature_textbox {
	max-width: 1088px;
	margin: auto;
}
.feature_textbox_text1 {
	font-size: 27px;
	color: #74405D;
}
.feature_textbox_text2 {
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	display: inline-block;
	background-color: #789A37;
	padding: 3px 10px;
	margin: 10px 0 20px;
}
.feature_textbox_text3 {
	font-size: 24px;
	color: #74405D;
}
.feature_textbox_text_mb {
	margin-bottom: 30px;
}
.feature_box_img {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 40px;
}
.overview_title {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	width: 100%;
	max-width: 812px;
	padding: 15px;
	padding-left: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #9B0027;
	margin: auto;
	position: relative;
}
.overview_title_book {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 46px;
	height: auto;
	display: block;
}
.overview_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0;
}
.overview_box_sample {
	width: 300px;
	margin-right: 5%;
}
.overview_box_sample_img {
	width: 100%;
	height: auto;
	display: block;
}
.overview_box_sample_text {
	font-size: 18px;
	color: #383B8E;
}
.overview_box_textbox {
	flex: 1;
}
.overview_box_textbox_item {
	border: 1px solid #707070;
	padding: 15px 20px;
}
.overview_box_textbox_item + .overview_box_textbox_item {
	margin-top: 20px;
}
.overview_box_textbox_item_title {
	font-size: 28px;
	color: #383B8E;
	border-bottom: 2px solid #383B8E;
	padding-bottom: 7px;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}
.overview_box_textbox_item_title_left {
	white-space: nowrap;
	margin-right: 20px;
}
.overview_box_textbox_item_list {
	padding-left: 30px;
}
.overview_box_textbox_item_list_item {
	list-style: disc;
	font-size: 21px;
	color: #74405D;
	line-height: 1.5;
	margin:15px 0px;
}
.overview_box_textbox_item_list_item::marker {
	font-size: 16px;
}
.overview_box_textbox_item {
	font-size: 21px;
	color: #74405D;
}
.overview_box_shiyou_title {
	font-size: 28px;
	color: #383B8E;
	border-bottom: 2px solid #383B8E;
	padding-bottom: 7px;
	margin: 20px 0;
}
.overview_box_shiyou_item {
	display: flex;
	border-bottom: 0.5px solid #707070;
	padding: 8px 0;
}
.overview_box_shiyou_item_title {
	font-size: 24px;
	color: #383B8E;
	width: 200px;
}
.overview_box_shiyou_item_text {
	font-weight: normal;
	font-size: 24px;
	color: #74405D;
	flex: 1;
}
.overview_box_shiyou_text {
	font-weight: normal;
	font-size: 18px;
	color: #74405D;
	margin-top: 10px;
}
.overview_box_legacy {
	margin: 50px auto 10px;
}
.overview_box_legacy_text {
	font-weight: normal;
	font-size: 28px;
	color: #4D4949;
	line-height: 1.4;
	text-align: center;
}
.overview_box_legacy_text_big {
	font-weight: 700;
	font-size: 48px;
	color: #4D4949;
	line-height: 1.45;
	text-align: center;
}
.overview_box_about {
	border: 3px solid #9B0027;
	padding: 30px 30px 0;
}
.overview_box_about_container {
	max-width: 1088px;
	margin: auto;
}
.overview_box_about_title {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	width: 491px;
	height: 78px;
	background-color: #9B0027;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.overview_box_about_text {
	font-size: 18px;
	line-height: 2.2;
}
.overview_box_about_text_mb {
	margin-bottom: 40px;
}
.overview_box_about_img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 1200px) {
	.overview_box_sample {
		width: 70%;
		max-width: 300px;
    margin-right: 0;
		margin: auto;
	}
	.overview_box_textbox {
		width: 100%;
		flex: none;
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.section_feature {
		padding: 20px 15px;
	}
	.feature_title {
		margin-bottom: 20px;
	}
	.feature_title_text {
		font-size: 14px;
		border: none;
		line-height: 1.45;
	}
	.feature_title_decoration {
    top: -8px;
    right: -12px;
    width: 12px;
	}
	.feature_box {
		padding: 15px 25px;
	}
	.feature_textbox_text1 {
		font-size: 14px;
	}
	.feature_textbox_text2 {
		font-size: 13px;
		padding: 3px 5px;
		margin-bottom: 15px;
	}
	.feature_textbox_text3 {
		font-size: 14px;
	}
	.feature_textbox_text_mb {
    margin-bottom: 20px;
	}
	.overview_title {
		font-size: 14px;
		padding: 6px 6px 6px 30px;
	}
	.overview_title_book {
		width: 18px;
		left: 6px;
	}
	.overview_box {
		margin: 10px 0 20px;
	}
	.overview_box_sample_text {
		font-size: 10px;
		text-align: center;
	}
	.overview_box_textbox_item {
		padding: 5px 11px;
	}
	.overview_box_textbox_item_title {
		font-size: 18px;
	}
	.overview_box_textbox_item_list {
    padding-left: 20px;
	}
	.overview_box_textbox_item_list_item {
		font-size: 12px;
	}
	.overview_box_textbox_item_list_item::marker {
    font-size: 10px;
	}
	.overview_box_textbox_item_text {
		font-size: 12px;
	}
	.overview_box_shiyou_title {
		font-size: 18px;
		border-width: 1px;
	}
	.overview_box_shiyou_item_title {
		font-size: 11px;
		width: 85px;
	}
	.overview_box_shiyou_item_text {
		font-size: 11px;
	}
	.overview_box_shiyou_text {
		font-size: 9px;
	}
	.overview_box_legacy {
		margin-top: 20px;
	}
	.overview_box_legacy_text {
		font-size: 14px;
	}
	.overview_box_legacy_text_big {
		font-size: 20px;
	}
	.overview_box_about {
		padding: 8px 18px 0;
	}
	.overview_box_about_title {
		width: 245px;
		height: 29px;
		font-size: 16px;
		margin: 0 auto 10px;
	}
	.overview_box_about_text {
		font-size: 14px;
		color: #9B0527;
		line-height: 1.3;
	}
	.overview_box_about_text_mb {
		margin-bottom: 20px;
	}
	.overview_box_about_img {
		margin-top: 20px;
	}
}




/*仕様*/
.section_shiyou {
	padding: 40px 30px;
}
.shiyou_container {
	max-width: 1296px;
	margin: auto;
	box-sizing: border-box;
}
.shiyou_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.shiyou_title_text {
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	color: #74405D;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #74405D;
}
.shiyou_title_decoration {
	position: absolute;
	top: -18px;
	right: -28px;
	width: 25px;
	height: auto;
	display: block;
}
.shiyou_box {
	width: 100%;
	background-color: #fff;
	border: 3px solid #9B0027;
	padding: 20px 30px 40px;
	position: relative;
}
.shiyou_box_icon {
	position: absolute;
	top: -73px;
	left: 0;
	width: 228px;
	height: auto;
	display: block;
	z-index: 2;
}
.shiyou_box + .shiyou_box {
	margin-top: 90px;
}
.shiyou_box_title {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	width: 100%;
	max-width: 1088px;
	padding: 15px;
	padding-left: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #9B0027;
	margin: auto;
	position: relative;
}
.shiyou_box_title_br {
	display: none;
}
.shiyou_box_title_book {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 46px;
	height: auto;
	display: block;
}
.shiyou_box_title_sp {
	display: none;
}
.shiyou_box_item {
	margin-top: 30px;
}
.shiyou_box_item_textbox {
	max-width: 1088px;
	margin: auto;
}
.shiyou_box_item_text {
	font-size: 24px;
	line-height: 2.25;
}
@media (max-width: 767px) {
	.section_shiyou {
		padding: 15px;
	}
	.shiyou_title {
		margin-bottom: 21px;
	}
	.shiyou_title_text {
		font-size: 18px;
	}
	.shiyou_title_decoration {
		top: -8px;
    right: -12px;
    width: 12px;
	}
	.shiyou_box {
		padding: 8px 30px;
		border-width: 2px;
	}
	.shiyou_box + .shiyou_box {
    margin-top: 25px;
	}
	.shiyou_box_icon {
    top: -22px;
    left: -13px;
    width: 88px;
	}
	.shiyou_box_title {
		font-size: 18px;
		text-align: center;
		padding: 3px;
	}
	.shiyou_box_title_br {
		display: block;
	}
	.shiyou_box_title_book {
		top: 6px;
    left: 7px;
    width: 19px;
		transform: inherit;
	}
	.shiyou_box_title_sp {
		display: block;
	}
	.shiyou_box_item {
		margin-top: 10px;
	}
	.shiyou_box_item_textbox {
		margin-right: 0;
		width: 100%;
	}
	.shiyou_box_item_text {
		font-size: 14px;
		line-height: 1.25;
	}
	.shiyou_box_item_text_mb {
    margin-bottom: 20px;
	}
	.shiyou_box_item_image {
    flex: inherit;
		width: 100%;
		margin-top: 10px;
	}
}
@media (max-width: 400px) {
	.shiyou_box2 .shiyou_box_title_book {
		display: none;
	}
}

/*ポイント*/
.section_point {
	padding: 40px 30px 40px;
}
.point_container {
	max-width: 1296px;
	margin: auto;
	box-sizing: border-box;
}
.point_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.point_title_text {
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	color: #74405D;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #74405D;
}
.point_title_decoration {
	position: absolute;
	top: -18px;
	right: -28px;
	width: 25px;
	height: auto;
	display: block;
}
.point_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.point_box1 {
	max-width: 1000px;
}
.point_box2 {
	max-width: 1150px;
	flex-direction: row-reverse;
	margin: 80px auto 60px;
}
.point_box3 {
	max-width: 1000px;
}
.point_box_list {
	flex: 1;
}
.point_box_list_item {
	display: flex;
	align-items: center;
}
.point_box_list_item + .point_box_list_item {
	margin-top: 20px;
}
.point_box_list_item_icon {
	width: 36px;
	height: auto;
	display: block;
	margin-right: 17px;
}
.point_box_list_item_text {
	font-size: 28px;
	color: #9B0027;
	text-decoration-line: underline;
}
.point_box1_img {
	width: 255px;
}
.point_box2_img {
	width: 255px;
	margin-right: 20px;
}
.point_box3_img {
	width: 234px;
}
.tsumari {
	width: 60%;
	max-width: 502px;
	height: auto;
	display: block;
	margin: 0 auto 36px;
}
.tsumari_text1 {
	font-size: 34px;
	text-align: center;
}
.tsumari_text2 {
	font-weight: 900;
	font-size: 80px;
	color: #E00808;
	text-align: center;
}
.tsumari_text2_text {
	display: inline-block;
	border-bottom: 2px solid #E00808;
}
.tsumari_text3 {
	background-image: linear-gradient(90deg, rgb(194, 29, 29), rgba(134, 17, 17));
	padding: 17px;
	text-align: center;
	color: #fff;
	margin: 70px 0;
}
.tsumari_text3_small {
	font-weight: 700;
	font-size: 36px;
}
.tsumari_text3_big {
	font-weight: 700;
	font-size: 64px;
}
.support_container {
	max-width: 1640px;
	margin: auto;
	/* background-color: #1D80DF; */
	padding: 25px 25px 43px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
	box-sizing: border-box;
}
.support_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 75px;
}
.support_title_text {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: underline;
}
.support_title_text_br {
	display: none;
}
.support_title_decoration {
	position: absolute;
	top: -18px;
	right: -28px;
	width: 25px;
	height: auto;
	display: block;
}
.support_box {
	max-width: 1364px;
	margin: auto;
	background-color: #fff;
	padding: 15px 35px 45px;
	box-sizing: border-box;
}
.support_box_title {
	font-weight: 700;
	font-size: 32px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	line-height: 1.43;
	border-bottom: 2px solid #141414;
	padding-bottom: 15px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.support_box_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1088px;
	margin: auto;
}
.support_box_title_number {
	white-space: nowrap;
}
.support_box_flex_image {
	width: 413px;
	margin-right: 40px;
}
.support_box_flex_img1 {
	max-width: 266px;
	width: 100%;
	height: auto;
	display: block;
}
.support_box_flex_img2 {
	max-width: 266px;
	width: 100%;
	height: auto;
	display: block;
}
.support_box_flex_img3 {
	max-width: 413px;
	width: 100%;
	height: auto;
	display: block;
}
.support_box_flex_textbox {
	flex: 1;
}
.support_box_flex_textbox_text {
	font-size: 28px;
	line-height: 1.42;
}
.support_box_flex_textbox_text_mb {
	margin-bottom: 50px;
}
.support_box_bottom {
	width: 100%;
	margin-top: 32px;
}
.support_box_bottom_text {
	font-size: 24px;
	line-height: 1.45;
}
.support_box_bottom_text_mb {
	margin-bottom: 30px;
}
@media (max-width: 1200px) {
	.tsumari_text2 {
		font-size: 68px;
	}
	.tsumari_text3_small {
		font-size: 30px;
	}
	.tsumari_text3_big {
		font-size: 54px;
	}
	.support_box_flex_image {
    width: 266px;
	}
}
@media (max-width: 767px) {
	.section_point {
		padding: 0 15px;
		overflow: hidden;
	}
	.point_title {
		padding-top: 15px;
		margin-bottom: 20px;
	}
	.point_title_text {
		font-size: 18px;
		border-width: 1px;
	}
	.point_title_decoration {
		top: -8px;
    right: -12px;
    width: 12px;
	}
	.point_box_list {
		flex: none;
		width: 100%;
	}
	.point_box_list_item + .point_box_list_item {
    margin-top: 5px;
	}
	.point_box_list_item_icon {
		width: 17px;
		margin-right: 10px;
	}
	.point_box_list_item_text {
		font-size: 14px;
	}
	.point_box1_img {
		width: 80%;
		margin: auto;
	}
	.point_box2_img {
		width: 70%;
		margin: auto;
	}
	.point_box3_img {
		width: 47%;
		margin: auto;
	}
	.point_box2 {
		margin: 30px auto;
	}
	.tsumari_text1 {
		font-size: 9px;
	}
	.tsumari_text2 {
    font-size: 21px;
	}
	.tsumari_text3 {
		margin: 10px 0 0;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.tsumari_text3_small {
    font-size: 10px;
	}
	.tsumari_text3_big {
    font-size: 17px;
	}
	.support_container {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		padding: 10px 15px;
	}
	.support_title {
		margin-bottom: 10px;
	}
	.support_title_text {
		font-size: 17px;
		text-align: center;
		line-height: 1.45;
	}
	.support_title_text_br {
		display: block;
	}
	.support_title_decoration {
		display: none;
	}
	.support_box {
		padding: 10px 10px 1px;
	}
	.support_box_title {
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-width: 1px;
		justify-content: flex-start;
	}
	.support_box_flex {
		margin-bottom: 20px;
	}
	.support_box_flex_image {
		width: 85px;
		margin-right: 15px;
	}
	.support_box_flex_textbox_text {
		font-weight: 700;
		font-size: 12px;
	}
	.support_box_flex_textbox_text_mb {
    margin-bottom: 20px;
	}
	.support_box_bottom_text {
		font-size: 10px;
	}
	.support_box_bottom_text_mb {
    margin-bottom: 15px;
	}
}


.bg_beige {
	background-color: #F8F5F0;
}
/*ショールーム*/
.section_showroom {
	padding: 30px 30px 66px;
}
.section_showroom .container {
	max-width: 1396px;
	margin: auto;
	box-sizing: border-box;
}
.showroom_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.showroom_title_text {
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	color: #74405D;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #74405D;
}
.showroom_title_book {
	position: absolute;
	top: 50%;
	left: -85px;
	transform: translateY(-50%);
	width: 46px;
	height: auto;
	display: block;
}
.showroom_title_decoration {
	position: absolute;
	top: -18px;
	right: -28px;
	width: 25px;
	height: auto;
	display: block;
}
.showroom_text {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.showroom_text_br {
	display: none;
}
.showroom_results_box {
	background-color: #DED9D5;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
	padding: 22px;
}
.showroom_results_box_title {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	text-align: center;
	background-color: #9B0027;
}
.showroom_results_box_container {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.showroom_results_box_img {
	width: 100%;
	height: auto;
	display: block;
}
.showroom_results_box_img2 {
	width: 33%;
	height: auto;
	display: block;
}
.showroom_results_box_textbox {
	flex: 1;
	margin-left: 3%;
	padding-top: 1%;
}
.showroom_results_box_textbox_text {
	font-weight: 700;
	font-size: 24px;
}
.showroom_results_box_textbox_text_mb {
	margin-bottom: 30px;
}
.twitter_box {
	max-width: 1221px;
	margin: 40px auto 0;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #707070;
	padding: 40px 40px 60px;
	box-sizing: border-box;
	background-color: #fff;
}
.twitter_box_text {
	font-weight: 700;
	font-size: 32px;
	color: #74405D;
	text-align: center;
	line-height: 1.43;
	margin-bottom: 93px;
}
.twitter_box_image {
	max-width: 806px;
	margin: auto;
	position: relative;
}
.twitter_box_image_decoration {
	position: absolute;
	top: -34px;
	right: -34px;
	width: 39px;
	height: auto;
	display: block;
}
.twitter_box_img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 767px) {
	.section_showroom {
		padding: 20px 15px;
	}
	.showroom_title {
		margin-bottom: 5px;
	}
	.showroom_title_text {
    font-size: 16px;
	}
	.showroom_title_decoration {
    top: -8px;
    right: -12px;
    width: 12px;
	}
	.showroom_title_book {
    left: -42px;
    width: 21px;
	}
	.showroom_text {
		font-size: 12px;
	}
	.showroom_text_br {
		display: block;
	}
	.showroom_results_box {
		padding: 6px;
		box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	}
	.showroom_results_box_title {
		font-size: 14px;
		padding: 4px;
	}
	.showroom_results_box_container {
		padding: 10px;
	}
	.showroom_results_box_textbox {
    flex: inherit;
    margin-left: 0;
    padding-top: 1%;
    width: 100%;
	}
	.showroom_results_box_textbox_text  {
		font-size: 13px;
		color: #74405D;
	}
	.showroom_results_box_textbox_text_mb {
    margin-bottom: 20px;
	}
	.twitter_box {
		margin: 16px auto 0;
		padding: 10px;
	}
	.twitter_box_text {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.twitter_box_image_decoration {
		display: none;
	}
	.twitter_box_img {
		width: 72%;
		margin: auto;
	}
}


/*お客様の声*/
.section_voice {
	padding: 40px 50px 80px;
}
.voice_container {
	max-width: 1296px;
	margin: auto;
}
.voice_title {
	text-align: center;
	margin-bottom: 85px;
}
.voice_title_text {
	font-weight: 700;
	font-size: 42px;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #789A37;
	max-width: 812px;
	width: 100%;
}
.voice_box {
	background-color: #fff;
	box-shadow: -10px -10px 0 rgba(0, 0, 0, 0.2);
	padding: 60px 35px 15px;
	min-height: 195px;
	max-width: 915px;
	border: 1px solid #707070;
	position: relative;
}
.voice_box + .voice_box {
	margin-top: 78px;
}
.voice_box_title {
	position: absolute;
	top: -41px;
	width: 530px;
	background-color: #9B0027;
	padding: 10px 17px;
}
.voice_box_title_text {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.45;
	color: #fff;
}
.voice_box_flex {
	display: flex;
	align-items: center;
	max-width: 813px;
}
.voice_box_flex_img {
    flex: 0 0 115px;
    width: 115px;
}
.voice_box_flex_text {
	font-size: 22px;
	color: #74405D;
	line-height: 1.45;
}
.voice_box1 .voice_box_title {
	left: -34px;
}
.voice_box1 .voice_box_flex {
	margin-left: auto;
}
.voice_box1 .voice_box_flex_img {
	margin-right: 35px;
}
.voice_box2 {
	margin-left: auto;
}
.voice_box2 .voice_box_title {
	right: -34px;
}
.voice_box2 .voice_box_flex {
	flex-direction: row-reverse;
}
.voice_box2 .voice_box_flex_img {
	margin-left: 35px;
}
.free_movie {
	background-image: linear-gradient(90deg, rgb(194, 29, 29), rgba(134, 17, 17));
	padding: 10px 34px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 94px;
}
.free_movie_left {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 33px solid #fff;
}
.free_movie_text {
	margin: 0 15px;
	text-align: center;
}
.free_movie_text_small {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
}
.free_movie_text_big {
	font-weight: 700;
	font-size: 80px;
	color: #fff;
}
.free_movie_right {
	border-top: 20px solid transparent;
  border-right: 33px solid #fff;
  border-bottom: 20px solid transparent;
}
@media (max-width: 1200px) {
	.free_movie_text_small {
		font-size: 30px;
	}
	.free_movie_text_big {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.section_voice {
		padding: 0 20px 15px;
	}
	.voice_title {
		margin-bottom: 36px;
	}
	.voice_title_text {
		font-size: 16px;
		width: 90%;
		max-width: 320px;
		padding: 5px;
	}
	.voice_box {
		box-shadow: -2px -2px 0 rgba(0, 0, 0, 0.2);
		padding: 30px 10px 10px;
		min-height: 108px;
		margin-bottom: 13px;
	}
	.voice_box + .voice_box {
    margin-top: 35px;
	}
	.voice_box_title {
		width: auto;
		min-width: 170px;
		padding: 2px 5px;
		top: -22px;
	}
	.voice_box_title_text {
		font-size: 12px;
	}
	.voice_box_flex_img {
		width: 60px;
	}
	.voice_box_flex_text {
		font-size: 12px;
	}
	.voice_box1 .voice_box_flex_img {
    margin-right: 17px;
	}
	.voice_box2 .voice_box_flex_img {
    margin-left: 17px;
	}
	.voice_box1 .voice_box_title {
    left: -10px;
	}
	.voice_box2 .voice_box_title {
    right: -10px;
	}
	.free_movie {
		margin: 0 calc(50% - 50vw);
    width: 100vw;
	}
	.free_movie_left {
		border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #fff;
	}
	.free_movie_text_small {
		font-size: 16px;
	}
	.free_movie_text_big {
		font-size: 28px;
	}
	.free_movie_right {
		border-top: 6px solid transparent;
    border-right: 11px solid #fff;
    border-bottom: 6px solid transparent;
	}
}


/*届くまで*/
.section_flow {
	padding: 0 30px;
}
.flow_container {
	max-width: 1364px;
	margin: auto;
	box-sizing: border-box;
}
.flow_title {
	width: 100%;
	padding: 20px 15px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #707070;
	margin-bottom: 35px;
}
.flow_title_text {
	font-weight: 700;
	font-size: 42px;
	position: relative;
	display: inline-block;
}
.flow_title_book {
	position: absolute;
	top: 50%;
	left: -85px;
	transform: translateY(-50%);
	width: 43px;
	height: auto;
	display: block;
}
.flow_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow_box_item {
	width: 31%;
	padding: 45px 50px 20px;
	border: 5px solid #9B0727;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
	margin-bottom: 25px;
	position: relative;
}
.flow_box_item_number {
	position: absolute;
	top: 40px;
	left: 35px;
	width: 18%;
	height: auto;
	display: block;
}
.flow_box_item_img {
	width: 75%;
	height: auto;
	display: block;
	margin-left: auto;
}
.flow_box_item2 .flow_box_item_img {
	width: 60%;
}
.flow_box_item3 .flow_box_item_img {
	width: 71%;
}
.flow_box_item5 .flow_box_item_img {
	width: 67%;
}
.flow_box_item6 .flow_box_item_img {
	width: 79%;
}
.flow_box_item_title {
	font-weight: 700;
	font-size: 24px;
	color: #B149ED;
	width: 100%;
	min-height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	background-color: #CCEE5A;
	border: 3px solid #B149ED;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}
.flow_box_item_text {
	font-weight: 700;
	font-size: 24px;
	color: #B149ED;
	margin-top: 10px;
}
@media (max-width: 1200px) {
	.flow_box_item {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.section_flow {
		padding: 0 40px;
	}
	.flow_title {
		padding: 10px 0 0px;
		border: none;
		margin-bottom: 15px;
	}
	.flow_title_text {
		font-size: 18px;
	}
	.flow_title_book {
		width: 23px;
    left: -40px;
	}
	.flow_box_item {
		width: 100%;
		border-width: 2px;
		padding: 5px 40px 10px;
		margin-bottom: 15px;
	}
	.flow_box_item_number {
    top: 10px;
    left: 10px;
    width: 14%;
	}
	.flow_box_item_img {
		margin: auto;
		width: 60%;
	}
	.flow_box_item_title {
		font-size: 18px;
		min-height: 40px;
		padding: 5px;
	}
	.flow_box_item_text {
		font-size: 16px;
	}
}


/*価格表*/
.section_price {
	background-color: #FFF8E6;
	padding: 60px 30px 47px;
}
.price_container {
	max-width: 1485px;
	margin: auto;
	box-sizing: border-box;
}
.price_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 45px;
}
.price_title_text {
	font-weight: 700;
	font-size: 42px;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #87B032;
	width: 552px;
	height: 129px;
}
.price_title_book {
	position: absolute;
	top: 50%;
	left: 107px;
	transform: translateY(-50%);
	width: 60px;
	height: auto;
	display: block;
}
.price_table_img {
	width: 100%;
	height: auto;
	display: block;
	margin: 40px 0;
}
.price_container2 {
	max-width: 1296px;
	margin: auto;
}
.price_text {
	font-size: 28px;
	display: flex;
}
.offer_box {
	background-color: #fff;
	border: 1px solid #707070;
	padding: 25px;
	box-sizing: border-box;
	margin-top: 20px;
}
.offer_box_title {
	font-weight: 700;
	font-size: 32px;
	color: #C21D1D;
	text-align: center;
}
.offer_box_textbox {
	max-width: 1088px;
	margin: auto;
}
.offer_box_textbox_title {
	font-weight: 700;
	font-size: 28px;
	margin-top: 30px;
}
.offer_box_textbox_text {
	font-weight: normal;
	font-size: 24px;
	padding-left: 20px;
}
@media (max-width: 1200px) {
	.price_table_pc {
		display: none;
	}
	.price_table_sp {
		display: table;
	}
	.price_table td {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.section_price {
		background-color: #FFF8E6;
		padding: 10px 15px 20px;
	}
	.price_title {
		margin-bottom: 10px;
	}
	.price_title_text {
		font-size: 18px;
		width: 192px;
		height: 34px;
	}
	.price_title_book {
		width: 20px;
		left: 16px;
	}
	.price_table_img {
		margin: 12px 0;
	}
	.price_text {
		font-size: 12px;
		margin-top: 0;
		padding: 0 25px;
	}
	.offer_box {
		padding: 15px 30px;
		margin-top: 10px;
	}
	.offer_box_title {
		font-size: 18px;
	}
	.offer_box_textbox_title {
		font-size: 14px;
		color: #C21D1D;
		margin-top: 20px;
	}
	.offer_box_textbox_text {
		font-weight: 700;
		font-size: 14px;
		color: #C21D1D;
		padding-left: 15px;
	}
}



/*Q&A*/
.section_qa {
	background-color: #FFF8E6;
	padding: 60px 20px 80px;
}
.qa_title {
	width: 90%;
	max-width: 550px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #87B032;
	margin: 0 auto 50px;
}
.qa_title_text {
	font-weight: 700;
	font-size: 42px;
	color: #fff;
	position: relative;
	display: inline-block;
}
.qa_title_book {
	position: absolute;
	top: 50%;
	left: -90px;
	transform: translateY(-50%);
	width: 60px;
	height: auto;
	display: block;
}
.qa_item {
	width: 100%;
	padding: 40px 35px;
	background-color: #fff;
	border: 2px solid #87B032;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
}
.qa_item + .qa_item {
	margin-top: 50px;
}
.qa_item_q {
	display: flex;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
}
.qa_item_q_icon {
	font-weight: 700;
	font-size: 40px;
	color: #87B032;
	width: 88px;
}
.qa_item_q_text {
	font-weight: 700;
	font-size: 32px;
	color: #74405D;
	line-height: 2;
	flex: 1;
	padding-right: 50px;
}
.qa_item_q_arrow {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	border-top: 23px solid #87B032;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	transition: .3s;
}
.qa_item_q.active .qa_item_q_arrow {
	transform: translateY(-50%) rotate(-180deg);
}
.qa_item_a {
	display: flex;
	align-items: flex-start;
	border-top: 2px solid #87B032;
	padding-top: 30px;
	margin-top: 10px;
}
.qa_item_a_icon {
	font-weight: 700;
	font-size: 40px;
	color: #87B032;
	width: 88px;
	padding-left: 5px;
}
.qa_item_a_text {
	font-weight: 700;
	font-size: 32px;
	color: #74405D;
	flex: 1;
	padding-right: 50px;
}
@media screen and (max-width: 1200px) {
	.qa_item_q_text {
		font-size: 24px;
	}
	.qa_item_a_text {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.section_qa {
		padding: 20px 15px;
	}
	.qa_title {
		max-width: 224px;
    height: 52px;
		margin-bottom: 20px;
	}
	.qa_title_text {
		font-size: 18px;
	}
	.qa_title_book {
		width: 24px;
		left: -45px;
	}
	.qa_item {
		padding: 10px;
	}
	.qa_item + .qa_item {
    margin-top: 15px;
	}
	.qa_item_q_icon {
		font-size: 16px;
		width: 30px;
	}
	.qa_item_q_text {
		font-size: 13px;
		padding-right: 25px;
	}
	.qa_item_q_arrow {
		right: 0;
		border-top: 10px solid #87B032;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
	}
	.qa_item_a {
		padding-top: 10px;
	}
	.qa_item_a_icon {
		font-size: 16px;
		width: 30px;
	}
	.qa_item_a_text {
    font-size: 12px;
	}
}















