@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　規格書買い手top用CSS
/kikaku/buyer/index.asp
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap&text=0123456789');

/*-----------------
 *2021/12/追加　トップページ 
-----------------*/
main * {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}

span,
a {
	color: inherit;
}

.alc {
	text-align: center;
}

.sp {
	display: none;
}

.pc {
	display: block;
}


/* ===== color ===== */
.org {
	color: #FAA500;
}

.bg_org {
	background: #FAA500;
}

.grn {
	color: #86B81C;
}

.bg_grn {
	background: #86B81C;
}

.wh {
	color: #fff;
}

.bg_wh {
	background: #fff;
}

/* ===== cnt01 ===== */
.cnt01 {
	position: relative;
}

.cnt01::before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #86B81C;
	z-index: 0;
}

.cnt01::after {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/img_mv_title.png) no-repeat top right /cover;
	z-index: 0;
}

.cnt01_inner {
	position: relative;
	z-index: 1;
	max-width: 760px;
	padding: 45px 0 32px;
	margin: 0 auto;
}

.cnt01_inner .icon_box {
	width: 360px;
	text-align: center;
}

.cnt01_inner .icon_box img {
	width: 120px;
	height: 120px;
}

.cnt01_inner .title_wrap {
	width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.cnt01_inner .title_wrap .fs22 {
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}

.cnt01_inner .title_wrap .fs14 {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
}

.cnt01_inner .title_wrap .fs32 {
	font-weight: bold;
	font-size: 32px;
	line-height: 140%;
	text-align: center;
	margin-top: 8px;
}

/* ===== cnt02 ===== */
.cnt02 {
	background: #F4F4EF;
	padding: 80px 0;
	position: relative;
}
.cnt02_medal{
	width: 164px;
height: 164px;
border: 6px solid #FAA500;
box-sizing: border-box;
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
background: #fff;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
right: 56px;
top: -90px;
}
.cnt02_medal .fs14{
	font-weight: bold;
font-size: 14px;
line-height: 140%;
}
.cnt02_medal .fs14.deco{
	position: relative;
}
.cnt02_medal .fs14.deco::before{
	content: "/";
	display: inline-block;
	color: #FAA500;
	font-weight: bold;
	transform: scale(-1, 1);
	margin-right: 8px;
}
.cnt02_medal .fs14.deco::after{
	content: "/";
	display: inline-block;
	color: #FAA500;
	font-weight: bold;
	margin-left: 8px;
}
.cnt02_medal .fs36{
	font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 100%;
margin-top: 10px;
}

.cnt02_inner {
	max-width: 800px;
	margin: 0 auto;
}

.cnt02 h2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 70px;
}

.cnt02 .fs22 {
	font-weight: bold;
	font-size: 22px;
	line-height: 180%;
	text-align: center;
	margin-top: 24px;
}

/* ===== cnt03 ===== */
.cnt03 {
	padding: 64px 0 0;
}

.cnt03_inner .title_wrap h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
}

.cnt03_inner .title_wrap .sub_text {
	margin-top: 24px;
}

.cnt03_inner ul {
	max-width: 880px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

.cnt03_inner ul li {
	width: 280px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
}

.cnt03_inner ul li figure {
	height: 175px;
	overflow: hidden;
}

.cnt03_inner ul li figure a {
	display: block;
}

.cnt03_inner ul li img {
	width: 100%;
	height: auto;
	transition: all .3s ease-in;
}

.cnt03_inner ul li:hover img {
	transform: scale(1.1);
}

.cnt03_inner ul li .text_wrap {
	padding: 15px 16px 30px;
}

.cnt03_inner ul li .company_name {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 4px;
}

.cnt03_inner ul li .company_category {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	padding: 2px 12px;
	border-radius: 6px;
	margin-top: 4px;
}

.cnt03_inner ul li .fs14 {
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
	margin: 16px auto 0;
}

.cnt03_inner .btn_gray {
	width: 105px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 16px 0 0 0;
	background: #F4F4EF;
	border-radius: 6px;
}

.btn_grn {
	text-align: center;
}

.btn_grn a {
	display: inline-block;
	width: 280px;
	height: 56px;
	background: #86B81C;
	line-height: 56px;
	margin: 56px auto 0;
	border-radius: 8px;
	position: relative;
	transition: all .3s;
}
.btn_grn a .fs20{
font-weight: bold;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.btn_grn a::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.16);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.btn_grn a:hover{
	background: #7A9F2A;
}


/* ===== cnt04 ===== */
.cnt04 {
	margin: 136px auto 0;
	position: relative;
}

.cnt04 .title_wrap .fs40 {
	display: inline-block;
	font-weight: bold;
	font-size: 40px;
	line-height: 140%;
	position: relative;
}
.cnt04 .title_wrap .fs40::before ,
.cnt04 .title_wrap .fs40::after {
	content: "";
	display: block;
	position: absolute;
}
.cnt04 .title_wrap .fs40::before{
	width: 72px;
	height: 70px;
	background: url(../images/ico_cnt03_circle01.png) no-repeat center / 100%;
	left: -48px;
	top: -28px;
}
.cnt04 .title_wrap .fs40::after{
	width: 40px;
	height: 40px;
	background: url(../images/ico_cnt03_circle02.png) no-repeat center / 100%;
	right: -36px;
	top: -8px;
}

.cnt04 .point_contents {
	max-width: 800px;
	margin: auto;
	position: relative;
}

.cnt04 .point_contents a {
	color: #0000ee;
	text-decoration: underline;
}

.cnt04 .point_contents::before {
	content: "";
	display: block;
	width: 400px;
	height: 400px;
	position: absolute;
	z-index: -1;
}
.cnt04 .point_contents.point01 {
	margin-top: 64px;
	padding-top: 148px;
}
.cnt04 .point_contents.point01::before {
	background: url(../images/img_cnt0401.png) no-repeat center / 100% auto;
	top: 0;
	left: 0;
}

.cnt04 .point_contents.point01 .deco_wrap::after{}

.cnt04 .point_contents.point02 {
	margin-top: 80px;
	padding-top: 148px;
}

.cnt04 .point_contents.point02::before {
	background: url(../images/img_cnt0402.png) no-repeat center / 100% auto;
	top: 0;
	right: 0;
}

.cnt04 .point_contents.point03 {
	margin-top: 70px;
	padding-top: 148px;
}

.cnt04 .point_contents.point03::before {
	background: url(../images/img_cnt0403.png) no-repeat center / 100% auto;
	top: 0;
	left: 0;
}

.cnt04 .point_contents.point04 {
	margin-top: 109px;
	padding-top: 148px;
}

.cnt04 .point_contents.point04::before {
	background: url(../images/img_cnt0404.png) no-repeat center / 100% auto;
	top: 0;
	right: 0;
}

.cnt04 .point_contents .text_box {
	width: 520px;
	padding: 32px;
	background: #FFFFFF;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 32px;
	position: relative;
}

.cnt04 .point_contents .text_box::before {
	display: block;
	width: 142px;
	height: 168px;
	color: #FAA500;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 120px;
	line-height: 140%;
	position: absolute;
}

.cnt04 .point_contents.point01 .text_box::before {
	content: "01";
	top: -115px;
	right: 32px;
}

.cnt04 .point_contents.point02 .text_box::before {
	content: "02";
	top: -115px;
	left: 0px;
}

.cnt04 .point_contents.point03 .text_box::before {
	content: "03";
	top: -115px;
	right: 32px;
}

.cnt04 .point_contents.point04 .text_box::before {
	content: "04";
	top: -115px;
	left: 0px;
}

.cnt04 .point_contents .right {
	margin-left: auto;
}

.cnt04 .point_contents .left {
	margin-right: auto;
}

.cnt04 .point_contents h3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 140%;
	color: #FAA500;
}

.cnt04 .point_contents h3+p {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	margin-top: 32px;
}

.cnt04 .point_contents .support_parts {
	background: #FFFFFF;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 32px;
	padding: 32px;
	margin-top: 24px;
}

.cnt04 .point_contents .support_parts h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	color: #FAA500;
}

.cnt04 .point_contents .support_parts p {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	margin-top: 16px;
}
.cnt04_inner .deco_wrap{
	width: 100%;
	position: relative;
}
.cnt04_inner .deco01::before{
	content: "";
	display: block;
	width: 418px;
	height: 418px;
	background: url(../images/bg_cnt03_circle01.png) no-repeat left center / auto 100%;
	position: absolute;
	left: 0;
	top: -418px;
	z-index: -10;
}
.cnt04_inner .deco01::after{
	content: "";
	display: block;
	width: 400px;
	height: 214px;
	background: url(../images/bg_cnt03_dotted.png) no-repeat left center / auto 100%;
	position: absolute;
	right: 0;
	top: -320px;
	z-index: -10;
}
.cnt04_inner .deco03::before{
	content: "";
	display: block;
	width: 296px;
	height: 296px;
	background: url(../images/bg_cnt03_circle02.png) no-repeat left center / auto 100%;
	position: absolute;
	right: 18px;
	top: -296px;
	z-index: -10;
}
.cnt04_inner .deco03::after{
	content: "";
	display: block;
	width: 400px;
	height: 214px;
	background: url(../images/bg_cnt03_dotted.png) no-repeat left center / auto 100%;
	position: absolute;
	left: 0;
	top: -320px;
	z-index: -10;
}

/* ===== cnt05 ===== */
.cnt05 {
	margin-top: 120px;
	background: linear-gradient(180deg,#FFF 0%, #FFF 20%,#F8F4E8 20%, #F8F4E8 65%, #FAA500 65%, #FAA500 100%);
}

.cnt05_inner {
	width: 91%;
	max-width: 800px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 32px;
	padding: 40px;
	margin: auto;
}

.cnt05_inner .title_wrap {
	margin-bottom: 40px;
}

.cnt05_inner .title_wrap .fs32 {
	font-weight: bold;
	font-size: 32px;
	line-height: 140%;
}

.cnt05_inner .title_wrap + p {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
}

.cnt05_inner dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 32px auto 0;
}

.cnt05_inner dl dt {
	width: 192px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	line-height: 46px;

}

.cnt05_inner dl dd {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 64px;
	line-height: 75px;
}

.cnt05_inner dl dd .fs20 {
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
}

.cnt05_inner dl dd .fs20.space_right {
	margin-right: 20px;
}

.cnt05_inner .note {
	margin-top: 40px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

.cnt05_inner .caution {
	margin: 40px auto 0;
}

.cnt05_inner .caution .fs12 {
	font-size: 12px;
	line-height: 180%;
	text-align: center;
}

/* ===== cnt06 ===== */
.cnt06 {
	background: #faa500;
	width: 100%;
	height: auto;
	padding: 34px 0 80px;
}

.cnt06_inner {
	margin: auto;
	max-width: 800px;
}

.cnt06_inner .title_wrap .fs40 {
	font-weight: bold;
	font-size: 40px;
	line-height: 140%;
}

.cnt06_inner .flex {
	display: flex;
/*	justify-content: space-between;*/
	justify-content: center;
	align-items: center;
	margin: 48px auto 0;
}

.cnt06_inner .flex li {
	max-width: 376px;
	height: auto;
}

.cnt06_inner .flex li a {
	display: block;
	width: 100%;
	height: auto;
}

.cnt06_inner .flex li a img {
	width: 100%;
}

.cnt06_inner .flex li figcaption {
	margin: 23.5px auto 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;

}


/* ===== cnt07 ===== */
.cnt07 {
	margin-top: 56px;
	position: relative;
	z-index: 0;
}

.cnt07_inner .text_wrap {
	max-width: 780px;
	margin: auto;
}

.cnt07_inner .text_wrap h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 200%;
}


.cnt07_inner .text_wrap .sub_text {
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	margin: 32px auto 0;
}


.cnt07_inner .image_document {
	display: flex;
	justify-content: space-around;
	max-width: 800px;
	margin: 60px auto 0;
}

.cnt07_inner .image_document li {
	width: 360px;
	-webkit-filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.12));
	border-radius: 32px;
}

.cnt07_inner .image_document li figure {
	width: 100%;
	position: relative;
	z-index: 0;
}

.cnt07_inner .image_document li figure img {
	width: 100%;
}

.cnt07_inner .image_document li figure figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -30px;
}

.cnt07_inner .image_document li figure figcaption .fig_cate {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
}

.cnt07_inner .image_document li figure figcaption .fig_num {
	font-weight: bold;
	font-size: 40px;
	line-height: 100%;
}

.cnt07_inner .image_document li img {
	width: 100%;
}

.cnt07_inner .image_document li p {
	margin: 8px 0 0 0;
	line-height: 180%;
	font-weight: 400;
}

.cnt07_inner .image_document li .en_text {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	margin: 32px 0 0 0;
}

.cnt07_inner .image_document li h5 {
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	margin: 8px 0 0 0;
}

.cnt07_inner .bnr_comic {
	margin: 88px auto 0;
	text-align: center;
}

.cnt07_inner .bnr_comic img {
	max-width: 486px;
}

/* ===== cnt08 ===== */
.cnt08 {
	background: #F4F4EF;
	padding: 80px 0 120px;
	margin: 88px auto 0;
}

.cnt08_inner .text_wrap .fs40 {
	font-weight: bold;
	font-size: 40px;
	line-height: 140%;
	margin-bottom: 24px;
}

.cnt08_inner .text_wrap+.flow_contents {
	margin-top: 56px;
}

.cnt08_inner .flow_contents {
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

.cnt08_inner .flow_contents+.flow_contents {
	margin-top: 32px;
}

.cnt08_inner .flow_contents .step_icon {
	width: 104px;
	height: 104px;
}

.cnt08_inner .flow_contents .step_icon img {
	width: 100%;
	height: auto;
}

.cnt08_inner .flow_contents .step_detail {
	width: calc(100% - 145px);
}

.cnt08_inner .flow_contents .step_detail h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
}

.cnt08_inner .flow_contents .step_detail p {
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	margin-top: 12px;
}


@media screen and (max-width: 1023px) {
	.cnt01::after {
		background-position: top right -44px;
	}

	.cnt01_inner .icon_box {
		padding-top: 32px;
	}

	.cnt02_inner {
		max-width: 90%;
	}

	.cnt02 h2 {
		font-size: 44px;
	}

	.cnt02_medal {
		right: 24px;
	}

	.cnt04_inner,
	.cnt05_inner,
	.cnt06_inner,
	.cnt07_inner,
	.cnt08_inner {
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
	}

	.cnt03_inner .cnt03_company_wrap {
		width: 100%;
		padding: 4.5%;
		overflow-x: scroll;
	}

	.cnt03_inner .cnt03_company_wrap ul.flex{
		width: 880px;
	}

	.cnt04 .point_contents.point01 .text_box::before,
	.cnt04 .point_contents.point03 .text_box::before {
		right: 0;
	}

	.cnt04 .point_contents.point02 .text_box::before,
	.cnt04 .point_contents.point04 .text_box::before {
		left: 30px;
	}

	.cnt04 .point_contents h3 {
		font-size: 32px;
	}

	.cnt05_inner dl {
		max-width: 640px;
	}

	.cnt05_inner dl dt {
		width: 240px;
		font-size: 24px;
	}

	.cnt05_inner dl dd {
		font-size: 56px;
		width: 330px;
	}

	.cnt06_inner .flex {
		align-items: flex-start;
		max-width: 880px;
	}

	.cnt06_inner .flex li {
		max-width: 46%;
	}

	.cnt07_inner .image_document li {
		width: 44%;
	}

}

@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	/* ===== 01 ===== */
	.cnt01 {
		background: transparent;
		overflow: hidden;
	}
	.cnt01::after{
		content: "";
		display: block;
		width: 105%;
		height: 200px;
		/*background: url(../images/img_mv_title.png) no-repeat top/cover;*/
		position: static;
		background-position: top center;
	}

	.cnt01_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #86B81C;
		position: relative;
		padding: 120px 16px 16px 16px;
		max-width: 100%;
	}
	
	.cnt01::before {
		display: none;
	}

	.cnt01_inner .icon_box {
		width: 40px;
		height: 40px;
		padding: 0;
	}

	.cnt01_inner .icon_box img {
		width: 100%;
		height: auto;
	}

	.cnt01_inner .title_wrap {
		width: calc(100% - 60px);
	}

	.cnt01_inner .title_wrap .fs22 {
		display: none;
	}

	.cnt01_inner .title_wrap .fs32 {
		font-weight: bold;
		font-size: 20px;
		line-height: 140%;
		text-align: left;
		margin-top: 0;
	}
	/* ==== cnt02 ===== */
	.cnt02{
		padding: 100px 0 56px;
	}
	.cnt02_medal{
		width: 120px;
		height: 120px;
		right: 8px;
		top: -60px;
	}
	.cnt02_medal .fs14{
		font-size: 12px;
	}
	.cnt02_medal .fs14.deco{
		margin-top: 8px;
	}
	.cnt02_medal .fs14.deco::after{
		margin-left: 0px;
	}
	.cnt02_medal .fs14.deco::before{
		margin-right: 0;
	}
	.cnt02_medal .fs36{
		font-size: 24px;
		margin-top: 0;
	}

	.cnt02 h2{
		font-size: 32px;
		line-height: 46px;
	}
	.cnt02 .fs22{
		font-size: 16px;
	}
	
	/* ===== cnt03 ===== */
	.cnt03{
		padding: ;
	}

	.cnt03_inner .title_wrap{
		width: 90%;
		margin: auto;
	}

	.cnt03_inner .cnt03_company_wrap{
		width: 100%;
		overflow-x: scroll;
		padding-left: 4.5%;
	}

	/* ===== cnt04 ===== */
	
	.cnt04{
		margin-top: 0;
	}
	.cnt04_inner{
		overflow: hidden;
		padding-top: 96px;
		padding-bottom: 32px;
		max-width: 100%;
	}
	.cnt04::after{
		display: none;
	}
	.cnt04 .point_contents .text_box{
		width: 90%;
		margin: 20px auto 0;
	}
	.cnt04 .point_contents::before{
		width: 90%;
		max-width: 343px;
		height: 343px;
		position: static;
		margin: auto;
	}
	.cnt04_inner .deco01::before{
		width: 166px;
		height: 166px;
		top: -600px;
	}
	.cnt04_inner .deco01::after{
		right: unset;
		left: 105px;
	}
	.cnt04_inner .deco03::before,
	.cnt04_inner .deco03::after{
		display: none;
	}
	.cnt04 .point_contents .text_box::before{
		display: none;
	}
	.cnt04 .point_contents h3{
		font-weight: bold;
		font-size: 24px;
		line-height: 140%;
	}
	.cnt04 .point_contents h3+p{
		margin-top: 16px;
	}
	.cnt04 .point_contents .support_parts{
		width: 90%;
		margin: 20px auto 0;
	}
	.cnt04 .point_contents .support_parts h4{
		font-weight: bold;
		font-size: 16px;
		line-height: 140%;
	}
	.cnt04 .point_contents .support_parts p{
		font-size: 12px;
	}
	.cnt04 .point_contents.point01{
		margin-top: 24px;
		padding: 0;
	}
	.cnt04 .point_contents.point02,
	.cnt04 .point_contents.point03,
	.cnt04 .point_contents.point04{
		margin-top: 72px;
		padding: 0;
	}
	
	
	.cnt05{
		margin-top: 72px;
		background: #F8F4E8;
		padding: 32px 0;
		background: linear-gradient(180deg, #F8F4E8 0%, #F8F4E8 80%, #FAA500 80%, #FAA500 100%);
	}
	.cnt05::after{
		display: none;
	}
	.cnt05_inner{
		position: static;
		width: 100%;
		margin: auto;
		transform: none;
		padding: 16px;
	}
	.cnt05_inner .title_wrap .fs32{
		font-size: 24px;
	}
	.cnt05_inner dl{
		flex-direction: column;
	}
	.cnt05_inner dl dt{
		width: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 16px;
	}
	.cnt05_inner dl dd{
		font-size: 40px;
		width: auto;
		line-height: initial;
	}
	.cnt05_inner dl dd .fs20{
		font-size: 14px;
		line-height: 20px;
	}
	.cnt06_inner{
		width: 90%;
		margin: 0 auto;
	}
	.cnt06_inner .title_wrap .fs40{
		font-size: 32px;
	}
	.cnt06_inner .flex{
		flex-direction: column;
		justify-content: center;
	}
	.cnt06_inner .flex li{
		width: 100%;
		max-width: 376px;
		margin: 0 auto;
	}
	.cnt06_inner .flex li.reserve{
		margin-top: 53.5px;
	}
	
	.cnt07_inner .text_wrap h2.fs32{
		font-weight: bold;
		font-size: 32px;
		line-height: 200%;
		text-align: center;
	}
	.cnt07_inner .text_wrap h2.fs32 .fs20{
		font-weight: bold;
		font-size: 20px;
		line-height: 200%;
	}
	.cnt07_inner .image_document{
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}
	.cnt07_inner .image_document li {
		width: 100%;
		max-width: 376px;
	}
	.cnt07_inner .image_document li .en_text{
		margin-top: 15px;
	}
	.cnt07_inner .image_document li h5{
	}
	.cnt07_inner .image_document li + li{
		margin-top: 40px;
	}
	.cnt07_inner .image_document li figure figcaption{
		right: 0;
	}
	.btn_wrap a {
		display: block;
		border-radius: 8px;
		width: 280px;
		height: 56px;
		line-height: 56px;
		margin: 40px auto 0;
		text-align: center;
		font-size: 20px;
	}
	.cnt07_inner .bnr_comic{
		width: 90%;
		max-width: 343px;
		height: auto;
		margin: 64px auto 0;
	}
	.cnt07_inner .bnr_comic img{
		width: 100%;
	}
	
	.cnt08{
		padding: 64px 0 54px;
		margin-top: 72px;
	}
	
	.cnt08_inner .text_wrap .fs40{
		font-size: 24px;
	}
	.cnt08_inner .flow_contents .step_icon{
		width: 64px;
		height: 64px;
	}
	.cnt08_inner .flow_contents .step_detail{
		width: calc(100% - 80px);
	}
	.cnt08_inner .flow_contents .step_detail h3{
		font-size: 18px;
		line-height: 140%;
	}
	.cnt08_inner .flow_contents .step_detail p{
		font-size: 12px;
		line-height: 180%;
		margin-top: 12px;
	}
	.cnt08_inner .text_wrap+.flow_contents{
		margin-top: 32px;
	}

	/* ===== 48em end ===== */
}