@charset "utf-8";
/* CSS Document */
.breadcrumb li a {
	color:#565656;
}
.breadcrumb li.current {
	color:#949494;
}
.breadcrumb li a:after {
	border-color:#565656;
}
.contents {
	background:url(/img/brand/bg_btm.png) no-repeat center bottom,url(/img/brand/bg_top.jpg) no-repeat center top #fff;
	background-size:100%;
}
.contents_main {
	text-align:center;
}
.contents_main h1 {
	font-size:2.5rem;
	font-weight:bold;
	margin-bottom:60px;
	margin-top:10px;
	padding-bottom:20px;
	position:relative;
}
.contents_main h1:after {
	background:#00a54a;
	bottom:0;
	content:"";
	height:3px;
	left:50%;
	margin-left:-15px;
	position:absolute;
	width:30px;
}
.contents_main h2 {
	margin-bottom:25px;
}
.contents_main p {
	letter-spacing:0.05rem;
	line-height:2.15;
	padding-bottom:30px;
	text-shadow:0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff;
}
.contents_main p:last-child {
	padding-bottom:300px;
}

.section-links{
    background-color: #f3f8fb;
    padding: 70px;
}
.section-links h3 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7;
    padding: 20px;
    text-align: center;
}
.section-links .box02 p:last-child {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
}
.section-links .links{
    width: 354px;
    margin: 0 auto;
}
.section-links a {
    -webkit-transition: all .2s;
    display: block;
    transition: all .2s;
}
.section-links a:hover {
    -webkit-box-shadow: 0 4px 30px rgba(50, 50, 50, 0.25);
    box-shadow: 0 4px 30px rgba(50, 50, 50, 0.25);
    opacity: 0.8;
}
 @media screen and (max-width : 767px) {
	.contents {
		background:url(/img/brand/bg_btm_sp.jpg) no-repeat center bottom,url(/img/brand/bg_top_sp.jpg) no-repeat center top #fff;
		background-size:100% auto;
	}
	.contents_main h1 {
		font-size:1.7rem;
		margin-bottom:8.7%;
		margin-top:2%;
		padding-bottom:4.5%;
		position:relative;
	}
	.contents_main h1:after {
		background:#00a54a;
		bottom:0;
		content:"";
		height:3px;
		left:50%;
		margin-left:-9px;
		position:absolute;
		width:18px;
	}
	.contents_main h2 {
		margin-bottom:8.7%;
	}
	 .contents_main p {
		font-size:1.3rem;
		letter-spacing:0;
		line-height:1.8;
		padding-bottom:8.7%;
		text-align:left;
	}
	.contents_main p:last-child {
		padding-bottom:48%;
	}
	    .section-links .links {
        width: 92%;
        margin: 0 auto;
    }
    .section-links {
        margin-bottom: 4%;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
    .section-links h3 {
        font-size: 1.9rem;
        padding: 0;
        margin-bottom: 7%;
    }
    .section-links a {
        -webkit-transition: all .2s;
        display: block;
        transition: all .2s;
    }
    .section-links .pic img {
        width: 100%;
    }
    .section-links .pic{
        padding-bottom: 0; 
    }
    .section-links {
        padding: 11% 0;
        margin-bottom: 0;
    }
    .section-links .box02 p:last-child {
        background: none;
        color: #fff;
        font-size: 1.5rem;
        left: 9%;
        padding: 0;
        position: absolute;
        top: 42%;
    }
}