@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/


/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

main {
	background-image: url(../img/concept/main_back.png);
	background-size: contain;
	background-position: center 38px;
	background-repeat: no-repeat;
}
h1 {
    text-align: center;
    font-size: 2.4rem;
    margin: 60px auto;
    font-weight: 300;
}
.change_banner {
    border-radius: 100px;
    background: #9d2f3c;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 40px;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    width: 280px;
    position: relative;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.change_banner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.change_banner:hover {
	background: #333;
	color: #fff;
    border-radius: 100px;
    font-size: 12px;
    margin: 0 auto 40px;
    text-align: center;
}
section {
    border: 2px solid #eee;
    box-shadow: 10px 10px 0 #f5f5f5;
    margin: 0 0 30px;
    background: #fff;
    padding: 30px 60px;
}
h2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #555;
    margin: 40px 0;
    text-align: center;
}
h2 span {
	display: block;
	width: 60px;
	margin: 20px auto;
	height: 2px;
	background-color: #555;
}
.content {
	width: 1100px;
	margin: 0 auto;
}
.item {
	display: inline-block;
	width: 21%;
	padding: 15px 0;
	margin: 2%;
	opacity: 1;
	border-radius: 10px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	vertical-align: bottom;
}
.item:hover {
	opacity: 1;
	box-shadow: 0 0 18px #bbb;
}
div.item:nth-of-type(4n) {
	margin-right: 0;
}
.item p {
    border-bottom: 1px solid #ccc;
    color: #555;
    font-family: -webkit-body;
    padding: 3% 0;
    margin: 0 15px 10%;
    font-size: 13px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.item_img {
/*	margin: 10% 0 0;*/
}
.trouble_line {
    background: #f5f5f5;
    border-left: 3px solid #555;
    font-family: -webkit-pictograph;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
}
/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/

@media screen and (max-width: 980px) {
}
