@charset "UTF-8";


.inner {
	width: 1200px;
}


.title_index {
	border-bottom: solid 1px #2b2b2b;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.title_index h2 {
	font-size: 3rem;
	font-weight: 400;
}
.title_index h2 span {
	font-size: 2rem;
	display: block;
}




#mainimage {
	padding-top: 135px;
	position: relative;
}
#mainimage .text {
	position: absolute;
	width: 500px;
	top: 20%;
	right: 50px;
}
#mainimage p.tt {
	font-size: 2.6rem;
	font-weight: 500;
	color: #2f0b60;
	margin-bottom: 30px;
	line-height: 2;
}


.section__btn {
	background: #2f0b60;
	padding: 70px 0;
	position: relative;
	z-index: 100;
}
.section__btn ul {
	margin-top: -150px;
}
.section__btn li {
	transition: 0.3s;
	-webkit−transition: 0.3s;
	width: 32%;
	margin-right: 2%;
}
.section__btn li:last-child {
	margin-right: 0%;
}

.section__btn li:hover {
	transform: translateY(-15px)
}






.section__news {
	padding: 60px 0;
	position: relative;
}
.section__news .inner {
}
.section__news .area__left {
	width: 45%;
}
.section__news dl {
	border-bottom: solid 1px #2b2b2b;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.section__news dt {
	margin-bottom: 10px;
}
.section__news img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
}




.section__bnr {
	padding: 70px 0;
	border-top: solid 1px #2b2b2b;
	background: #efefef;
}
.section__bnr li {
	width: 49%;
	margin-right: 2%;
}
.section__bnr li:last-child {
	margin-right: 0%;
}







/* 1200px */
@media screen and (max-width: 1350px) {


}





/* max 1023px */
@media screen and (max-width: 1023px) {



.title_index {
	border-bottom: solid 1px #2b2b2b;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.title_index h2 {
	font-size: 2.4rem;
	font-weight: 400;
}
.title_index h2 span {
	font-size: 1.6rem;
	display: block;
}




#mainimage {
	padding-top: 150px;
	position: relative;
	background: #eeeeee
}
#mainimage .text {
	position: relative;
	width: 90%;
	top: 0%;
	right: 0;
	margin: 0 auto;
}
#mainimage p.tt {
	font-size: 1.6rem;
	font-weight: 500;
	color: #2f0b60;
	margin-bottom: 30px;
	line-height: 2;
}


.section__btn {
	background: #2f0b60;
	padding: 10% 0;
	position: relative;
	z-index: 100;
}
.section__btn ul {
	margin-top: 0;
}
.section__btn li {
	transition: 0.3s;
	-webkit−transition: 0.3s;
	width: 100%;
	margin-bottom: 2%;
	margin-right: 0%;
}
.section__btn li:last-child {
	margin-right: 0%;
}

.section__btn li:hover {
	transform: translateY(-15px)
}






.section__news {
	padding: 10% 0;
	position: relative;
}
.section__news .inner {
}
.section__news .area__left {
	width: 100%;
}
.section__news dl {
	border-bottom: solid 1px #2b2b2b;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.section__news dt {
	margin-bottom: 10px;
}
.section__news img {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}




.section__bnr {
	padding: 10% 0;
	border-top: solid 1px #2b2b2b;
	background: #efefef;
}
.section__bnr li {
	width: 100%;
	margin-bottom: 2%;
	margin-right: 0;
}
.section__bnr li:last-child {
	margin-right: 0%;
}
	
	
}