:root {
	--bg-color: #F7F7F7;
	--bg-green: #005945;
	--txt-green: #1C4937;
}

body{
	background-color: #fff !important;
	
}

.font-ryumin{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
}

/* layout */
.page__wrapper{
	width: 100%;
	max-width: 1070px;
	padding: 0 20px;
	margin: 40px auto 0;	
}

.page__wrapper__820{
	width: 100%;
	max-width: 860px;
	padding: 0 20px;
	margin: auto;	
}
@media screen and (max-width: 430px){
	.page__wrapper__820{
		padding: 0;
	}
}
.page__lead{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 60px;
	text-align: left;
}
.page__lead.oneLine{
	margin-bottom: 30px;
}
.page--h3{
	background-color: var(--bg-color);
	color: #000;
	font-size: 24px;
	padding: 15px 50px;
	line-height: 1;
	text-align: left;
	margin-bottom: 25px;
}

.page--h3.center{
	text-align: center;
}
.page-mb-15{
	margin-bottom: 15px;
}
.page-mb-25{
	margin-bottom: 25px;
}
.page-mb-40{
	margin-bottom: 40px;
}
@media screen and (max-width: 830px){
	.page--h3{
		font-size: 18px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.page__lead{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.page__lead.oneLine{
		margin-bottom: 25px;
	}
	.tb_hide{
		display: none !important;
	}
}

.page--h3__step span:first-child{
	color: #D84673;
	padding-right: 35px;
	position: relative;
	font-size: 20px;
}
.page--h3__step span:first-child::after{
	content: "";
	height: 28px;
	width: 0.5px;
	background-color: #505050;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page--h3__step span+span{
	padding-left: 15px;
}
@media screen and (max-width: 830px){
	.page--h3.page--h3__step{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page--h3__step span:first-child{
		padding-right: 20px;
		font-size: 16px;
	}
	.page--h3__step span:first-child::after{
		height: 26px;
	}
	.page--h3__step span+span{
		padding-left: 5px;
	}
}


@media screen and (min-width: 1021px){
	.fullWrapper{
		padding-left: 80px;
		padding-right: 80px;
	}
}


@media screen and (max-width: 1020px) and (min-width: 831px) {
	.fullWrapper{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 831px){
	.pc_hide{
		display: none !important;
	}
}
@media screen and (max-width: 830px){
	
	.fullWrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 431px){
	.sp_show{
		display: none !important;
	}
}
@media screen and (max-width: 430px){
	.sp_hide{
		display: none !important;
	}
}
/* text style */
.page--text{
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
@media screen and (max-width: 830px){
	.page--text{
		font-size: 14px;
	}
}
.textAlign--left{
	text-align: left;
}
.text--inlineLink{
	color: #000;
	transition: all 0.6s ease;
	text-decoration: none;
}
.text--inlineLink:hover{
	color: var(--bg-green);
	text-decoration: none;
}

.pageTitle--green{
	background-color: var(--bg-green);
	color: #fff;
	font-size: 28px;
	padding: 15px 50px;
	line-height: 1;
	text-align: left;
	margin-bottom: 25px;
}
@media screen and (max-width: 830px){
	.pageTitle--green{
		font-size: 22px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
.btn--green{
	border: 1px solid var(--txt-green);
	color: var(--txt-green);
	text-align: center;
	max-width: 400px;
	margin-left: 0;
	display: block;
	line-height: 3;
	height: 45px;
	font-size: 14px;
}

.btn--inForm{
	border: 1px solid var(--txt-green);
	text-align: center;
	margin-left: 0;
	margin-bottom: 15px;
	display: block;
	width: 210px;
	padding: 14px 0;
	font-size: 0;
}



/*award*/

.awardSection{
	border-bottom: 0.5px solid #1C4937;
	padding-bottom: 80px;
	margin-bottom: 80px;
}

.awardSection__top{
	display: flex;
	margin-bottom: 20px;
}

.awardSection__top__left{
	width: 50%;
	padding-right: 20px;
}
.awardSection__top__right{
	width: 50%;
}
.awardSection__top__right img{
	width: 100%;
}
.awardSection__top__left_img{
	margin-bottom: 20px;
	display: block;
	width: 120px;
}
.awardSection__top__left_txt1{
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}
.awardSection__top__left_txt2{
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.4;
}
.awardSection__top__left_txt3{
	font-size: 16px;
	color: #505050;
	text-align: left;
	line-height: 1.5;
}
.awardSection__top__left_caption{
	font-size: 12px;
	display: block;
}
.awardSection__body__wrap{
	padding: 25px 18px 40px 40px;
	background-color: #E5EEEC;
	margin-bottom: 40px;
}
.awardSection__body{
	
	
}
.awardSection__body{
    position: relative;
    width: 100%;
    
    overflow-y: auto;
    margin: auto;
	scrollbar-width: thin;
  	scrollbar-color: #005945 #BCCDC8;
}
.awardSection1 .awardSection__body{
	max-height: 670px;
}
.awardSection2 .awardSection__body{
	max-height: 630px;
}
.awardSection3 .awardSection__body{
	max-height: 650px;
}
.awardSection__body::-webkit-scrollbar {
	width: 5px;
    height: 5px;
	background-color: #BCCDC8; 
	border-radius: 10px;
}
.awardSection__body::-webkit-scrollbar-thumb {
	background: #015945;
	width: 5px;
	border-radius: 10px;
	--bg-opacity: 1;
}
.awardSection__body__row{
	border-bottom: 0.5px solid #809A91;
	display: flex;
	padding-top: 16px;
	padding-bottom: 10px;
	margin-right: 20px;
}

.awardSection__body__col1{
	color: #005945;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	width: 13%;
	text-align: left;
	line-height: 1.5;
}
.awardSection__body__col2{
	color: #005945;
	font-size: 14px;
	font-weight: bold;
	width: 21%;
	text-align: left;
	line-height: 1.5;
	padding-right: 20px;
}
.awardSection__body__col3{
	width: 50%;
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	padding-right: 20px;
}
.awardSection__body__col4{
	width: 18.9%;
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
}
.awardSection__prdlist{
	display: flex;	
	justify-content: center;
}
.awardSection__prd img{
	width: 100%;
}
.awardSection__prd a{
	text-decoration: none;
	color: #000;
}

@media screen and (min-width: 431px){
	.awardSection__prdlist{
		gap: 20px;
	}
	.awardSection__prdlist .swiper-button-prev,
	.awardSection__prdlist .swiper-button-next{
		display: none;
	}
	.awardSection3 .awardSection__body__col1{
		width: 17%;
	}
	.awardSection6 .awardSection__body__col1{
		width: 32%;
	}
}
@media screen and (max-width: 430px){
	.swiper-wrapper.awardSection__prdlist{
		justify-content: flex-start;
	}
}
.awardSection__prd{
	width: 25%;
}
.awardSection__prd__name{
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 5px;
}
.awardSection__prd__price{
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}
.awardSection__prd__price__tax{
	font-size: 12px;
	text-align: left;
}

@media screen and (max-width: 830px){
	.awardSection__top__left_txt2{
		font-size: 22px;
	}
	.awardSection__body{
		max-height: 500px;
	}
}
@media screen and (max-width: 430px){
	.awardSection__top{
		display: block;
	}
	.awardSection__top__left{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.awardSection__top__left_txt3{
		width: 100%;
	}
	.awardSection__top__left__spCol{
		width: calc(100% - 130px);
		align-self: center;
	}
	.awardSection__top__right{
		width: 100%;
	}
	.awardSection__body__wrap{
		width: 100dvw;
		margin-left: -20px;
		padding-top: 30px;
		padding-left: 20px;
	}
	.awardSection__body__row{
		flex-wrap: wrap;
		padding-top: 12px;
	}
	.awardSection__body__col1{
		padding-left: 0;
		width: 50px;
	}
	.awardSection__body__col2{
		width: calc(100% - 50px);
	}
	.awardSection__body__col3{
		padding-top: 5px;
		width: 100%;
	}
	.awardSection__body__col4{
		text-align: right;
		width: 100%;
	}
	.awardSwiper{
		position: relative;
		padding-left: 20px;
	}
	.awardSwiper .swiper-button-next{
		right: -10px;
	}
	.awardSwiper .swiper-button-prev{
		left: -10px;
	}
	.awardSection__prd{
		width: 50%;
	}
}
