@charset "utf-8";
/* CSS Document */
.sitename-bg{
	background: url("../images/common/cr_bg.jpg") no-repeat left top;
	background-size: cover;
	padding-top: 125px;
	padding-bottom: 250px;
	position: relative;
	z-index: 1;
}
.main-contents{
	position: relative;
	z-index: 2;
}
.sitename-bg .sitename{
	width: 56%;
	max-width: 390px;
}
.top-box{
	width: 80%;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}
.bottom-box{
	width: 100%;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}
.ttl-img{
	width: 80%;
	max-width: 480px;
}
.ttl-img img{
	margin-top: -55px;
	margin-bottom: 150px;
}
.border-wrap{
	padding-bottom: 150px;
	margin-bottom: 150px;
	border-bottom: 1px solid #a4a1a0;
}
.border-wrap.ptn2{
	padding-bottom: 150px;
	margin-bottom: 75px;
}
.big-copy{
	font-size: 48px;
	line-height: 1.57;
	margin-bottom: 90px;
	white-space: nowrap;
	letter-spacing: 0.14em;
}
.big-copy span{
	padding-left: 0.05em;
	font-size: 56px;
}
.bottom-box p{
	margin-bottom: 60px;
}
.sub-ttl1{
	width: 34%;
	margin-left: auto;
	margin-right: auto;
	max-width: 164px;
	text-align: center;
	margin-bottom: 90px;
}
.sub-ttl2{
	width: 32%;
	margin-left: auto;
	margin-right: auto;
	max-width: 154px;
	text-align: center;
	margin-bottom: 90px;
}
.sub-ttl3{
	width: 37%;
}
.sub-ttl1 img,.sub-ttl2 img,.sub-ttl3 img{
	display: block;
}
.list-box{
	margin-bottom: 85px;
}
.list-box.last{
	margin-bottom: 0;
}
.list-ttl{
	font-size: 26px;
	line-height: 1.64;
	padding-left: 1.25em;
	text-indent: -1.25em;
	margin-bottom: 15px;
	font-weight: 700;
}
.last-wrap{
	margin-bottom: 320px;
}
.bottom-plbox{
	max-width: 520px;
}
.bottom-plbox .ex-link-wrap{
	width: 96%;
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.bottom-plbox .ex-link-wrap img{
	display: block;
}
.bottom-plbox .ex-link-wrap .box1{
	width: 37%;
}
.bottom-plbox .ex-link-wrap .box1 .yajirushi{
	width: 84%;
}
.bottom-plbox .ex-link-wrap .box2{
	width: 47%;
}
.bottom-plbox .ex-link-wrap .box2 .yajirushi{
	width: 67%;
}
@media print, screen and (min-width: 769px) {
	.list-box p{
		white-space: nowrap;
	}
	
	
}

@media print, screen and (min-width: 1201px) {

}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	.top-box{
		max-width: 480px;
	}
	.big-copy{
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	
.sitename-bg{
	background: url("../images/common/cr_bg.jpg") no-repeat right top;
	background-size: cover;
	padding-top: 8vw;
	padding-bottom: 49vw;
}
.ttl-img img{
	margin-top: -28vw;
	margin-bottom: 15vw;
}
.big-copy{
	font-size: 5.6vw;
	line-height: 1.8;
	margin-bottom: 80px;
}
.big-copy span{
	padding-left: 0.05em;
	font-size: 6.8vw;
}
.border-wrap{
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #a4a1a0;
}
.border-wrap.ptn2{
	padding-bottom: 70px;
	margin-bottom: 40px;
}
.bottom-box p{
	margin-bottom: 6vw;
}
	
.bottom-box p.last{
	margin-bottom: 0px;
}

.sub-ttl1{
	margin-bottom: 14vw;
}
.sub-ttl2{
	margin-bottom: 14vw;
}
.list-box{
	margin-bottom: 60px;
}
.list-box.last{
	margin-bottom: 0;
}
.list-ttl{
	font-size: 4.8vw;
	line-height: 1.6;
	margin-bottom: 4vw;
}
.list-ttl.first{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.last-wrap{
	margin-bottom: 160px;
}
.bottom-plbox .ex-link-wrap{
    width: 78%;
    display: block;
    margin-top: 9vw;
}
.bottom-plbox .ex-link-wrap img{
    display: block;
}
.bottom-plbox .ex-link-wrap .box1{
    width: 80%;
}
.bottom-plbox .ex-link-wrap .box1 .yajirushi{
    width: 84%;
}
.bottom-plbox .ex-link-wrap .box2{
    width: 100%;
    margin-top: 9vw;
}
.bottom-plbox .ex-link-wrap .box2 .yajirushi{
    width: 67%;
}
.sub-ttl3{
    max-width: none;
    width: 62%;
}
.bottom-plbox{
    max-width: none;
    width: 70%;
}	
}