@charset "UTF-8";

/*
Theme Name: Wavy		
Author: Asano
Version: 1.0
*/

h2.product_h2 {
	font-size: 40px;
	margin: 0 0 40px 0;
	line-height: 1.5;
	text-align: center;
	font-family: inherit;
	font-weight: 800;
}
h2.product_h2 span {
	font-size: 20px;
	display: block;
}
h3.product_h3 {
	background: #000;
	color: #fff;
	padding: 0.1em 0.7em;
	display: inline-block;
	font-size: 26px;
	font-weight: 800;
}
h4.product_h4 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin: 0 0 1em;
}
#product_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: flex;
    margin: 1em 0 0;
}
#product_box h5 span {
    font-weight: normal;
    display: block;
    font-size: 0.8em;
    line-height: 0.3;
}
#product_box h5 .no {
	color: #000;
	border-bottom: 2px solid #000;
	font-size: 24px;
	margin: 0 0.5em 0.5em 0;
}
#product_box h5 .ttl {
    font-size: 17px;
    line-height: 2.5;
    color: #000;
}


ul.for_list {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

ul.for_list li {
    width: 50%;
    text-align: center;
    padding: 2em 0;
}
ul.for_list li:first-of-type {
    background: #f7f7f7;
}
ul.for_list li:last-of-type {
    background: #c4e2e1;
}
ul.for_list li p {
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
}
ul.for_list li img {
    height: 180px;
    margin: 0 auto 1em;
    display: block;
}


ul.product_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 4em;
}
ul.product_list li {
	width: 20%;
}
ul.product_list li a {
    display: block;
    padding: 1em;
    margin: 0.5em;
    box-shadow: 0 0 3px #aaa;
    border-radius: 6px;
    text-align: center;
    height: 220px;
}
ul.product_list li a:hover {
    background: #e6ecec;
    box-shadow: 0 0 5px #aaa;
	transition: .5s;
}
ul.product_list li img {
	width: 80%;
}
ul.product_list li span {
    font-weight: 700;
    margin: 1em 0 0;
    display: block;
}


.product_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.product_box .product_left {
    width: 230px;
    border-right: 1px solid #Aaa;
}
.product_box .product_left ul {
    margin: 2em 0 0;
}
.product_box .product_left ul li a {
    padding: 0.6em 1em;
    display: inline-block;
}
.product_box .product_right {
    width: calc(100% - 230px);
}
.product_box .product_right > ul > li {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #Aaa;
    padding: 2em;
}





#product_box ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#product_box {
    border-top: 1px solid #aaa;
}
#product_box .text_box {
    margin: 0 0 1.7em;
	display: flex;
	justify-content: space-between;
}
#product_box .text_box span{
    background: #e4ecec;
    display: block;
    margin: 0 1em 0 0;
    padding: 1.2em;
    font-size: 15px;
    border-radius: 0.5em;
    width: 80%;
}
#product_box .text_box img {
    width: 100px;
}

.mg50 { margin: 50px 0;}

@media screen and (max-width:450px) {
	#product_box h5 .ttl {
		font-size: 17px;
		line-height: 1.5;
	}
	ul.for_list li img {
		height: 100px;
		margin: 0 auto 1em;
		display: block;
	}
	ul.for_list li {
		font-size: 15px;
		padding: 2em 1em;
	}
	ul.product_list {
		justify-content: center;
	}
	ul.product_list li {
		margin: 0;
		width: 50%;
	}
	
	.product_box .product_left {
    	display: none;
	}
	.product_box .product_right {
		width: 100%;
	}
	#product_box h5 span {
		line-height: 1.3;
	}
	#product_box .text_box {
		display: block;
	}
	#product_box .text_box span {
		background: #e4ecec;
		display: block;
		margin: 0 0 1em 0;
		padding: 1.2em;
		font-size: 15px;
		border-radius: 0.5em;
		width: 100%;
	}
}


