h2{
	font-size: 35px;
	text-align: center;
	margin-bottom: 30px;
}
h2 span{
	font-size: 14px;
	display: block;
	font-weight: lighter;
	color: #329637;
}
ul.slider_mv li a:hover img{
	opacity: .7;
}
section.products .inr{
	max-width: 1100px;
}
section.products ul{
	align-items: stretch;
	justify-content: flex-start;
}
section.products li{
	width: calc(100% / 4 - 15px);
	text-align: center;
	margin:0 20px 40px 0;
	border: 3px solid #fff;
	box-shadow: 0 0 10px #eeeeee;
}
section.products li:nth-child(4n){
	margin-right: 0;
}
section.products li a{
	display: block;
	cursor: pointer;
	padding: 15px;
}
section.products li a:hover > p{
	color: #329637;
	transition: .3s;
}
section.products li:hover{
	border: 3px solid #329637;
	transition: .3s;
}
section.products li figure{
    position: relative;
    width: 100%;
}
section.products li figure:before {
    content:"";
    display: block;
    padding-top: 66%; /* 画像比率3:2にするため（高さの比率 ÷ 幅の比率 × 100） */
}
section.products li figure img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin: auto;
}
section.products li p{
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}
section.needs .inr{
	max-width: 1030px;
}
section.needs h2{
	font-size: 22px;
}
section.needs ul li{
	width: calc(100% / 3 - 10px);
	text-align: center;
	margin-bottom: 10px;
}
section.needs ul li a{
	padding: 20px;
	color: #000000;
	background: #fff;
	border: 1px solid #000000;
	position: relative;
}
section.needs ul li a:hover{
	background: transparent;
	border-color: #fff;
	color: #fff;
}
section.needs ul li a:after{
	content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.bnr_area .bnr a:hover{
	opacity: 0.8;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
section.bnr_area .bnr a{
	max-width: 550px;
	margin-bottom: 20px;
	width: calc(100% / 2 - 5px);
}
section.bnr_area ul.btn li{
	width: calc(100% / 3 - 10px);
	text-align: center;
}
section.bnr_area ul.btn a{
	color: #329637;
	padding: 15px;
	border: 1px solid currentColor;
	background: #fff;
	border-radius: 40px;
}
section.bnr_area ul.btn a:hover{
	background: #329637;
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
section.special ul.slider{
	position: relative;
}
section.special ul.slider li a{
	display: block;
	cursor: pointer;
}
section.special ul.slider li a:hover img{
	opacity: .7;
}
section.special ul.slider li img{
	max-width: 550px;
	margin-bottom: 10px;
}
section.special ul.slider li p{
	font-size: 15px;
	text-align: center;
}
section.special ul.slider ul.slick-dots{
	display: none!important;
}
section.special ul.slider button.arrow{
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,.7);
	border: 3px solid #fff;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
section.news .inr{
	max-width: 880px;
}
section.news ul{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
section.news ul li{
	position: relative;
	background: #fff;
	width: calc(100% / 3 - 10px);
	margin: 0 10px 10px 0;
}
section.news ul li:nth-child(3n){
	margin-right: 0;
}
section.news ul li .textarea{
	padding: 10px 20px 20px 20px;
}
section.news ul li .textarea p{
	font-size: 15px;
}
section.news ul li .figarea{
	position: relative;
	overflow: hidden;
	width: 100%;
    height: auto;
}
section.news ul li .figarea:before{
	content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
}
section.news ul li .figarea img{
	transition:1s all;
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
section.news ul li > a:hover .figarea img{
	transform:scale(1.2,1.2);
  	transition:1s all;
}
section.news ul li .figarea .new{
	position: absolute;
	bottom: 0;
	background: #ffe900;
	font-size: 13px;
	padding: 2px 10px;
} 
section.news ul li .textarea .date{
	color: #808080;
	font-weight: 100;
}
section.news ul li .textarea .ttl{
	margin-bottom: 5px;
	min-height: 5rem;
}
section.news ul li .textarea .cat{
	display: inline-block;
	background: #e6e6e6;
	font-size: 13px;
	padding: 3px 10px;
}
section.news ul li .ttl:hover{
	color: #329637;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
section.news a.btn{
	padding: 10px 20px;
	background: #fff;
	border: 1px solid;
	border-radius: 30px;
	max-width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
}
section.news a.btn:hover{
	color: #fff;
	background: #000000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
section.caution{
	padding-top: 80px;
}
section.caution .textarea{
	border: 2px solid #d21923;
	padding: 50px 40px 30px;
	position: relative;
}
section.caution .textarea em{
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -23px;
	font-size: 28px;
	font-weight: bold;
	background: #fff;
	width: fit-content;
	padding: 0 20px;
	font-style: normal;
}
@media screen and (max-width: 1024px) {
	section.products .inr{
		max-width: 800px;
	}
	section.products li{
		width: calc(100% / 3 - 1.4%);
		text-align: center;
		margin:0 2% 4% 0;
	}
	section.products li:nth-child(4n){
		margin-right: 2%;
	}
	section.products li:nth-child(3n){
		margin-right: 0;
	}
	section.products li p{
		font-size: 12px;
	}
	section.products li a{
		padding: 5%;
	}
	section.bnr_area ul.btn li:first-child{
		width: 100%;
		margin-bottom: 10px;
	}
	section.bnr_area ul.btn li:not(:first-child){
		width: calc(100% / 2 - 5px);
	}
}
@media screen and (max-width: 800px) {
	section.special ul.slider li img{
		max-width: none;
	}
}
@media screen and (max-width: 670px) {
	section.needs ul li{
		width: calc(100% / 2 - 5px);
	}
	section.bnr_area .bnr{
		-webkit-box-orient: vertical;
	  	-webkit-box-direction: normal;
	  	-ms-flex-direction: column;
	  	flex-direction: column;
	}
	section.bnr_area .bnr a{
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 620px) {
	section.news.bg_lightgreen{
		background: transparent;
	}
	section.special{
		padding-bottom: 0;
	}
	section.special ul.slider li p{
		font-size: 13px;
	}
	section.news ul{
		margin-bottom: 0;
	}
	section.news ul li{
		width: calc(100% / 2 - 10px);
		max-width: 275px;
		margin: 0 20px 40px 0;
	}
	section.news ul li:nth-child(3n){
		margin-right: 20px;
	}
	section.news ul li:nth-child(2n){
		margin-right: 0;
	}
	section.news ul li .textarea{
		padding: 10px 0 0;
	}
	section.news ul li .textarea p{
		font-size: 13px;
	}
	section.news ul li .textarea .cat{
		font-size: 10px;
	}
}
@media screen and (max-width: 460px) {
	h2{
		font-size: 22px;
	}
	section{
		padding: 40px 0;
	}
		section.needs ul li{
		width: 100%;
	}

}

/*TOPボタン2つ並び*/
.top_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
}

/*TOP納品までの流れ～対応エリア*/

section .inr{
	max-width: 930px;
}
.area{
	align-items: flex-start;
}
.area h4{
	background: #329637;
	color: #fff;
	padding: 3px 15px;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 110%;
	display: inline-block;
}
.area > *{
	width: 50%;
}
.area ul{
	padding-bottom: 30px;
	border-bottom: dotted 1px #329637;
	margin-bottom: 30px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.area ul li{
	list-style: disc;
	list-style-type: disc;
	margin-left: 1em;
	margin-right: 1.4em;
}

ol.flow li{
	background: #fff;
	margin-bottom: 20px;
	padding: 30px;
	align-items: stretch;
}
ol.flow .step{
	width: 80px;
	background-color: #fafaaf;
	padding: 15px;
	margin-right: 30px;
	clip-path: polygon(0 0,100% 0, 100% 85%, 50% 100%,0 85%);
	display: flex;
	justify-content: center;
	align-items: center;
}
ol.flow .step p{
	font-weight: bold;
	color: #329637;
	line-height: 1.2;
}
ol.flow .step span{
	display: block;
	color: #329637;
	font-size: 200%;
	line-height: 1.2;
}
ol.flow .textarea{
	width: calc(100% - 110px);
}
ol.flow h4{
	border-bottom: 1px dotted #329637;
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 4rem;
}
ol.flow h4:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background-image: url('../img/guide/ico_flow01.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 3rem;
    height: 3rem;
}
ol.flow li:nth-child(2) h4:before{
	background-image: url('../img/guide/ico_flow02.png');
}
ol.flow li:nth-child(3) h4:before{
	background-image: url('../img/guide/ico_flow03.png');
}
ol.flow li:nth-child(4) h4:before{
	background-image: url('../img/guide/ico_flow04.png');
}
ol.flow li:nth-child(5) h4:before{
	background-image: url('../img/guide/ico_flow05.png');
}
ol.flow li:nth-child(6) h4:before{
	background-image: url('../img/guide/ico_flow06.png');
}
ol.flow .textarea p{
	line-height: 2.0;
	font-weight: lighter;
}
ol.flow li:last-child .step{
	background: #fae628;
	clip-path: none;
}

@media screen and (max-width:640px){
	.area{
		flex-direction: column;
	}
	.area > *{
		width: 100%;
	}
	.area figure{
		max-width: 460px;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width:420px){
	ol.flow li{
		padding: 20px;
	}
	ol.flow .step{
		width: 70px;
		margin-right: 20px;
	}
	ol.flow .textarea{
		width: calc(100% - 90px);
	}
	ol.flow h4{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	ol.flow .textarea p{
		line-height: 1.8;
	}
}

/*TOP納品までの流れトグル*/

.accordion summary {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    cursor: pointer;
	/* transition: color 0.3s ease; */
}

.detail {
    display: block;
	padding: 4px 24px;
	margin-right: 24px;
	border-radius: 30px;
	background-color: #e6e6e6;
	font-size: 0.6em; 
}

.accordion summary:hover {
    color: #808080; 
}
.accordion summary:hover .detail {
    color: #808080; 
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    content: '';                                
    transform: translateY(-50%) rotate(45deg);    
    width: 14px;                                   
    height: 14px;                                 
    margin-left: 10px;                           
    border-bottom: 3px solid #333333b3;            
    border-right: 3px solid #333333b3;           
    position: absolute;                           
    right: 38%;                                  
    top: 65%;                                    
    transition: transform .3s;                     
}

@media (max-width: 780px) {
    .accordion summary::after {
        right: 34%; 
    }
}
@media (max-width: 550px) {
    .accordion summary::after {
        right: 26%; 
    }
}

.accordion[open] summary::after {
    transform: translateY(-50%) rotate(225deg);  
}


.accordion .accordion_txt {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .accordion_txt {
    transform: none;
    opacity: 1;
}

/*TOPおトクな理由*/
section .inr{
	max-width: 900px;
}
figure.main{
	max-width: 460px;
	margin-right: auto;
	margin-left: auto;
}
h1.main{
	font-size: 200%;
}
h2.promise{
	font-size: 160%;
	border-bottom: 3px solid #329637;
	padding-bottom: 10px;
	max-width: 440px;
	margin-right: auto;
	margin-left: auto;
}
h2.promise img{
	display: inline;
	width: 20%;
	max-width: 70px;
	padding-right: 5px;
}
ul.reason{
	max-width: 760px;
	margin-left: auto;
}
ul.reason li{
	justify-content: flex-start;	
}
ul.reason figure{
	max-width: 90px;
	margin-right: 70px;
}
ul.reason li:first-child figure{
	margin-left: 10px;
	margin-right: 60px;
}
ul.reason p.number{
	font-weight: bold;
	border: 3px solid #329637;
	background: #fafaaf;
	color: #329637;
	border-radius: 30px;
	display: inline-block;
	padding: 2px 15px;
	margin-bottom: 10px;
}
ul.reason h4{
	font-size: 220%;
	color: #329637;
	margin-bottom: 10px;
}
ul.reason p.cap{
	line-height: 1.8;
}
ul.reason .textarea{
	width: calc(100% - 170px);
}

ul.voice_list li{
	align-items: flex-start;
	background: #fff;
	padding: 40px;
}
ul.voice_list li:not(:last-child){
	margin-bottom: 30px;
}
ul.voice_list li img{
	width: 60px;
	margin-right: 40px;
}
ul.voice_list li .textarea{
	width: calc(100% - 100px);
}
ul.voice_list li p.name{
	font-size: 110%;
	color: #329637;
}
ul.voice_list li .textarea p{
	line-height: 1.8;
}
@media screen and (max-width: 600px) {
	ul.reason li:first-child figure{
		margin-right: 30px;
	}
	ul.reason li figure{
		margin-right: 40px;
	}
	ul.reason .textarea{
		width: calc(100% - 130px);
	}
}
@media screen and (max-width: 440px) {
	h1.main{
		font-size: 170%;
	}
	ul.reason h4{
		font-size: 180%;
		margin-bottom: 5px;
	}
	ul.reason li{
		flex-direction: column;
	}
	ul.reason li:first-child{
		margin-bottom: 50px;
	}
	ul.reason li .textarea{
		width: 100%;
		text-align: center;
	}
	ul.reason li figure{
		margin: 0 auto 15px;
		width: 70px;
	}
	ul.reason li:first-child figure{
	    margin-right: 0;
		margin-left: 17px;
	}
	ul.voice_list li{
		flex-direction: column;
		padding: 20px;
	}
	ul.voice_list li img{
		margin-bottom: 10px;
	}
	ul.voice_list li .textarea{
		width: 100%;
	}
	ul.voice_list li p.name{
		margin-bottom: 10px;
	}

}



