@charset "utf-8";

/* ixconcept
---------------------------------------------------- */

#ixconcept {
	overflow: hidden;
	padding: 0;
}
#ixconcept .box {
	padding: 80px 0;
}
.accbox {
	width: 100%;
}
.accordion {
	width: 100%;
	margin: 0 auto;
}
.acitem {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	cursor: pointer;
}
.acitemtt {
	position: relative;
	padding: 15px 60px 15px 20px;
	font-weight: normal;
	cursor: pointer;
}
.acitemtt br {
	display: none;
}
.acitemtt::before,
.acitemtt::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #3abec1;
	width: 20px;
	height: 4px;
	transition: all 0.3s;
}
.acitemtt::after {
	transform: rotate(90deg);
}
.acitembox {
	padding: 0 20px 15px 20px;
	display: none;
	cursor: pointer;
}
.acitembox.is-open {
	display: block;
}
.acitem.is-active .acitemtt::before {
	transform: rotate(180deg);
}
.acitem.is-active .acitemtt::after {
	transform: rotate(180deg);
	opacity: 0;
}
.accinbox {
	width: 94%;
	margin: 10px auto;
	padding: 20px 30px;
	background: #f3f3f3;
}

/* ixfeature
---------------------------------------------------- */

#ixfeature {
	background: #e2f0ec;
}
#ixfeature .box {
	padding: 80px 0;
}
#ixfeature .accinbox {
	width: 94%;
	margin: 10px auto;
	padding: 20px 30px;
	background: #fff;
}
.accin_sub {
	padding: 6px 0;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}
.accin_comm {
	padding: 0px 0px 16px;
	font-size: 90%;
}




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






}

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



}


@media only screen and (max-width: 768px){


.acitemtt {
	position: relative;
	padding: 15px 20px 15px 0px;
	font-weight: normal;
	cursor: pointer;
}
.acitemtt br {
	display: block;
}
.acitemtt::before,
.acitemtt::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #3abec1;
	width: 20px;
	height: 4px;
	transition: all 0.3s;
}
#ixfeature .accinbox {
	width: 98%;
	margin: 10px auto;
	padding: 20px 12px;
	background: #fff;
}
.accin_comm {
	padding: 0px 0px 16px;
}


}


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

div.swiper-button-prev,
div.swiper-button-next {
	display: none;
}

}

#ixconcept .ix02box h3,
#ixfeature .ix02box h3 {
	font-size: 125%;
}
