@charset "UTF-8";
/* custom-product */
.intro {
    margin: auto;
    padding: 40px 20px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
h2 {
    font-size: 190%;
    text-align: center;
    font-weight: 500;
    color: #333;
}
h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #808080;
    margin: 0.25em auto 1em;
}
h3 .subtxt{
	font-size: 90%;
}
main > .box-btn {
    padding: 0 20px;
}
.box_flow{
	position: relative;
	max-width: 800px;
    margin: auto;
}
.box_flow img {
    width: 100%;
}
.sec_bg_gray{
	background: #f2f2f2;
	padding: 2em 20px 4em;
}
.sec_bg_gray div.custom_case, .sec_bg_gray div.intro_box {
    max-width: 1000px;
    margin: auto;
}
.sec_bg_gray div.custom_case{
	margin-bottom: 2em;
}
.custom_case{
	background: #fff;
	padding: 2em;
}
.custom_case h3{
	font-size: 140%;
	margin-top: 0;
}
.custom_case ul{
	display: flex;
	justify-content: space-between;
}
.custom_case > ul li:first-child {
    margin-right: 1em;
}
.custom_case ul li ul li{
    padding: 20px 0;
	width: 200px;
}
.custom_case ul li ul li p{
	padding: 0.5em 0;
}
.custom_case ul li ul li:nth-child(2){
	width: 60px;
    text-align: center;
}
.custom_case p{
    font-size: 110%;
}
.custom_case p.case_up, .custom_case p.case_ud{
	text-align: center;
}
.custom_case p.case_up{
	border-radius: 10px 10px 0 0;
    border: 2px solid rgba(60, 160, 98, 0.35);
	border-bottom: none;
    background: rgba(60, 160, 98, 0.35);
    font-weight: 500;
}

.custom_case p.case_ud{
	border-radius: 0 0 10px 10px;
    border: 2px solid rgba(60, 160, 98, 0.35);
	border-top: none;
}
.custom_case p.caret-right{
	padding-top: 2em;
}
.sec_custom_items ul{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.sec_custom_items ul li, .sec_custom_intro ul li{
	margin-right: 10px;
}
.sec_custom_items ul li {
    width: calc(16.666% - 10px);
}
.sec_bg_gray div.intro_box{
	background: #fff;
    padding: 0.1em 1.7em;
	margin-bottom: 1.7em;
}
.sec_bg_gray div.intro_box button.reverse{
	opacity: 0.5;
}
.sec_bg_gray div.intro_box button.active{
	color: #fff;
	background: #3ca062;
}
.sec_custom_intro ul li{
	margin-bottom: 10px;
}
.sec_custom_items ul li:last-child, .sec_custom_intro ul li:last-child, .sec_custom_intro ul li:nth-child(3){
	margin-right: 0;
}
.sec_custom_items ul li button, .sec_custom_intro ul li button{
	color: #3ca062;
    border: 2px #3ca062 solid;
	max-width: 125px;
    height: 2.75em;
	pointer-events: none;
	display: block;
	padding: 0;
	font-size: 100%;
}
.sec_custom_items ul li button::before, .sec_custom_intro ul li button::before{
	content: url();
    display: none;
}
.sec_custom_items ul li button {
    width: 100%;
    max-width: none;
}
.sec_custom_items p.txt-right{
	text-align: right;
}
.sec_custom_intro .intro_inner{
	display: flex;
}
.sec_custom_intro .intro_image{
	margin-right: 10px;
}  
.sec_custom_intro .intro_image img{
	width: 100%;
}    
.sec_custom_intro ul{
	display: flex;
	justify-content: center;
}
.intro_buttons button.reverse{
	opacity: 0.5;
}
.intro_buttons button.active{
	color: #fff;
	background: #3ca062;
}
.intro_spec{
	border-top: 1px solid #ccc;
}
.intro_spec ul{
	border-bottom: 1px solid #ccc;
}
.intro_spec ul li{
	margin-top:10px;
	width: 100%;
}
.intro_spec ul.last_part{
		margin-bottom: 40px;
	}


@media screen and (max-width: 767px) {
	.custom_case{
		padding: 1.5em;
	}
	.custom_case p {
		font-size: 100%;
	}
	.custom_case h3 {
		font-size: 130%;
	}
	.custom_case ul{
		display: block;
	}
	.custom_case ul li ul {
		display: flex;
	}
	.sec_custom_items ul {
		margin-bottom: 0;
	}
	.sec_custom_items ul.last_part{
		margin-bottom: 40px;
	}
	.sec_custom_items ul li {
		margin: 5px;
        width: auto;
	}
	.sec_custom_items ul li:last-child{
		margin-right: 5px;
	}
	.sec_custom_items ul li button, .sec_custom_intro ul li button {
		width: 100px;
		height: 2.5em;
		font-size: 95%;
	}
	.sec_custom_items p.txt-right {
		text-align: left;
	}
	
	.box_flow, .box_flow img{
	width: 100%;
	}
	.sec_custom_intro .intro_inner{
		display: block;
	}
	.sec_custom_intro .intro_image{
		margin: 0 0 20px;
	}
	.intro_image img{
		width: 100%;
	}
	.sec_bg_gray div.intro_box {
		padding: 1.5em;
	}
	.sec_custom_intro ul li.intro_spec {
		width: 100%;
	}
	li.intro_spec ul {
		width: 100%;
	}
	
	
	
	
}
