﻿@charset "utf-8";

/*** h1 ***/
h1 {
	display: none;
}


/*** content ***/
/* section02 */
.section02 {
	max-width: 1040px;
	padding: 60px 0 0;
	margin: 0 auto 100px;
	text-align: left;
}
.section02::after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#content {
	float: right;
	width: 740px;
}
.section02 #content ul {
	font-size: 22px;
	font-weight: bold;
}
.section02 #content ul li a {
	display: block;
	background: url(../image/list_icon.png) no-repeat 30px 43px;
	padding: 35px 140px 33px 60px;
	-webkit-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.section02 #content ul li a:hover {
	background-color: #F5F5F5;
}

.category_description {
	padding: 2em;
	background: #f0f0f0;
}

.category_description a {
	text-decoration: underline;
	color: #15B18A;
}

.category_description a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1039px) {
	#content {
		width: 100%;
		margin-bottom: 60px;
	}
	.section02 #content ul li a {
		background: url(../image/list_icon.png) no-repeat 30px 33px;
		padding: 25px 20px 23px 60px;
	}
}
@media screen and (max-width: 879px) {
	#content ul li {
		font-size: 20px;
	}
}
@media screen and (max-width: 639px) {
	#content ul li {
	    position: relative;
	    background-image: none;
		border-bottom: #DDDDDD 1px solid;
	    font-size: 18px;
	}
	.section02 #content ul li a {
		background: none;
		padding: 15px 20px 13px 20px;
	}
	.section02 #content ul li::after {
	    content: "";
	    display: block;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    top: 50%;
	    right: 15px;
	    border-top: #CCCCCC 2px solid;
	    border-right: #CCCCCC 2px solid;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    margin-top: -10px;
}