@charset "UTF-8";

@import url(../top.css);
@import url(base.css);
@import url(paint/style.css);
@import url(wall_radical/style.css);
@import url(roof_radical/style.css);
@import url(wall_hybrid/style.css);
@import url(roof_hybrid/style.css);
@import url(hybrid/style.css);
@import url(others/style.css);
@import url(../strengths/style.css);
@import url(../case/price/style.css);
@import url(../case/voice/style.css);
@import url(../about/flow/style.css);
@import url(../faq/style.css);
@import url(../../../column/wp-content/themes/sokenpaint2023/style.css);
@import url(../about/style.css);

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*body {
	font-family: 'Jost', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
}*/


img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/* wide */
.w980 {
	max-width: 980px;
	width: 90%;
}

/*============================
#mv_wrap
============================*/
section#mv_wrap div.contest {
	position: relative;
	background: url(../../images/menu/bg_main.jpg) no-repeat center;
	width: 100%;
	background-size: cover;
	height: 53.9375vw;
}
section#mv_wrap div.contest div.title_area {
	padding-top: 75px;
	text-align: center;
	position: relative;
	top: auto;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
section#mv_wrap div.contest div.title_area h2 {
	margin-bottom: 16px;
	font-size: 45px;
	letter-spacing: 0.05em;
}
section#mv_wrap div.contest div.title_area p {
	font-size: 500;
	color: #BB2929;
	font-size: 20px;
}
section#mv_wrap div.contest div.text_img {
	content: '';
	position: absolute;
	width: 31vw;
	top: 15.31vw;
	left: 14.375vw;
}
section#mv_wrap div.contest div.house {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 52.1875vw;
}
@media screen and (max-width: 1200px) {
	section#mv_wrap div.contest div.title_area {
		padding-top: 4.68vw;
	}
	section#mv_wrap div.contest div.title_area h2 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 3px;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: calc((20 / 1200) * 100vw);
	}
}
@media screen and (max-width: 767px) {
	section#mv_wrap div.contest {
		background: url(../../images/menu/bg_main_sp.jpg) no-repeat center;
		background-size: cover;
		height: 145.73333vw;
	}
	section#mv_wrap div.contest div.title_area {
		padding-top: 44px;
		margin-bottom: 17px;
	}
	section#mv_wrap div.contest div.title_area h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.0;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: 13px;
	}
	section#mv_wrap div.contest div.text_img {
		position: static;
		width: 90%;
		max-width: 670px;
		margin: 0 auto;
	}
	section#mv_wrap div.contest div.house {
		width: 63.7333vw;
	}
}



#mv_wrap .contest .title_area {
	margin-bottom: 40px;
}
#mv_wrap .contest .txt01 {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
#mv_wrap .contest .title_area {
	margin-bottom: 20px;
}
#mv_wrap .contest .txt01 {
	font-size: 12.5px;
	margin-top: 45px;
	text-align: left;
}
}



/*============================
 sttl
============================*/
.sttl {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-bottom: 80px;
}
.sttl span {
	position: relative;
	/*padding-left: 1.8em;*/
}
.sttl span::before {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1.8em;
}
.sttl span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-block;
  width: 100px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main_color);
}
@media only screen and (max-width: 767px){
.sttl {
	/* font-size: calc((45 / 1200) * 100vw); */


	font-size: 25px;
	margin-bottom: 80px;
	margin-left: 1em;
}
.sttl span {

}
.sttl span::before {
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1.8em;
}
.sttl span::after {
  left: 50%;
  bottom: -10px;
  width: 50px;
}
}



/* プラン */
.sec_plan_box .sttl span::before {
    background: url("../../images/menu/icon_plan.png") no-repeat;
    background-size: cover;
    /* width: 52px; */
    width: 53px;
    height: 46.79px;
}

/* 塗料について */
.sec_paint .sttl span::before {
    background: url("../../images/menu/icon_paint.png") no-repeat;
    background-size: cover;
    /* width: 47.1px; */
    width: 48px;
    height: 51px;
}
.sec_paint .sttl span::after {
	bottom: -20px;
}

/* 塗料の範囲 */
.sec_range .sttl span::before {
    background: url("../../images/menu/icon_range.png") no-repeat;
    background-size: cover;
    /*width: 64.34px;*/
	width: 66px;
    height: 47.34px;
	left: -2.1em;
}
.sec_range .sttl span::after {
	bottom: -20px;
}

/* 塗料の内容 */
.sec_menu .sttl span::before {
    background: url("../../images/menu/icon_menu.png") no-repeat;
    background-size: cover;
	/*width: 62.06px;*/
	width: 62.5px;
    height: 52.05px;
	top: 46%;
}
.sec_menu .sttl span::after {
	bottom: -20px;
}
@media only screen and (max-width: 767px){
/* プラン */
.sec_plan_box .sttl span::before {
    width: 35px;
    height: 31px;
}

/* 塗料について */
.sec_paint .sttl span::before {width: 30px;height: 32px;}
.sec_paint .sttl span::after {
}

/* 塗料の範囲 */
.sec_range .sttl span::before {
	width: 45px;
	height: 33px;
	left: -2.5em;
}
.sec_range .sttl span::after {
	bottom: -10px;
}

/* 塗料の内容 */
.sec_menu .sttl span::before {
	width: 35px;
	height: 30px;
}
.sec_menu .sttl span::after {
	bottom: -10px;
}
}



/*============================
 txt
============================*/
.txt01 {
	font-size: 18px;
	line-height: 1.7777;
	font-weight: 500;
}
@media only screen and (max-width: 767px){
.txt01 {
	font-size: 13px;
}
}


/*============================
 sec_plan_box
============================*/
.sec_plan_box .content.inner {
	padding-top: 80px;
	margin-bottom: 165px;
}
.sec_plan_box .content.inner .title_area .sttl {
	margin-bottom: 80px;
}
.sec_plan_box .content.inner .lead_txt {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 120px;
}
@media only screen and (max-width: 767px){
.sec_plan_box .content.inner {
	padding-top: 40px;
	margin-bottom: 82.5px;
}
.sec_plan_box .content.inner .title_area .sttl {
	margin-bottom: 40px;
}
.sec_plan_box .content.inner .lead_txt {
	font-size: 18px;
	margin-bottom: 60px;
}
}



/*============================
 sec_paint
============================*/
/*.sec_paint {
    margin-bottom: 210px;
}
.sec_paint .inner {
    background: url("../../images/menu/paint_bg.jpg") no-repeat center top;
    background-size: cover;
    border-radius: 10px;
    padding: 60px 5% 50px;
}
.sec_paint .sttl {
	color: #fff;
	margin-bottom: 60px;
}
.sec_paint .sttl span::after {
	bottom: -15px;
}
.sec_paint .txt01 {
 	color: #fff;
 	text-align: left;
 	max-width: 625.21px;
 	width: 90%;
 	margin: 0 auto 20px;
 	letter-spacing: 0.1em;
}
.sec_paint .btn01 {
 	margin: 0 auto;
}
@media only screen and (max-width: 767px){
.sec_paint {
    margin-bottom: 105px;
}
.sec_paint .inner {
    border-radius: 10px;
    padding: 30px 5% 25px;
}
.sec_paint .sttl {
	margin-bottom: 40px;
}
.sec_paint .sttl span::after {
}
.sec_paint .txt01 {
 	width: 90%;
 	margin: 0 auto 20px;
}
.sec_paint .btn01 a {
	width: 100%;
}
}*/
.jump_box {
	position: relative;
	height: 418px;
	/* margin-bottom: 70px; */
	margin-bottom: 210px;
}
.jump_box h4 {
	padding-left: 68px;
	position: relative;
}
.jump_box h4::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(calc(-50% - 9px));
	background: url(../../images/strengths/quality/icon_paint.svg) no-repeat center;
	background-size: cover;
	width: 47px;
	height: 52px;
}
.jump_box .bg_img {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.jump_box .bg_img img {
	height: 418px;
}

/*アパートの外壁塗装・修繕工事のバナー*/

.jump_box.apartment h4::before {
	background: url("../../images/menu/icon_apartment.svg") no-repeat center;
	background-size: cover;
}


@media screen and (max-width: 1200px) {
	.jump_box {
		/*margin-bottom: 4.375vw;*/
	}
	.jump_box h4 {
		padding-left: 40px;
		margin-bottom: 20px;
	}
	.jump_box h4::before {
		width: 27px;
		height: 31px;
	}
	.jump_box .bg_img img {
		max-width: auto;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 767px) {
	.jump_box {
		height: initial;
		padding: 25px 10px;
		/* margin-bottom: 40px; */
		margin-bottom: 105px;
	}
	.jump_box p {
		width: auto!important;
	}
}


/* リンクジャンプボックス内の見出し */
.jump_box h4 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 18px;
	margin: 0 auto 40px;
	position: relative;
	text-align: center;
	width: fit-content;
}
.jump_box h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: var(--main_color);
}
.jump_box p {
	width: 660px;
	margin: 0 auto 22px;
	color: #fff;
	line-height: 1.777;
	font-weight: 500;
}

@media screen and (max-width: 1200px) {
	.jump_box h4 {
		font-size: calc((40 / 1200) * 100vw);
	}
}


.jump_box a {
	width: 100%;
	height: 100%;
	display: unset;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.jump_box .btn01 {
	margin: 0 auto;
}



/*============================
 sec_range
============================*/
.sec_range {
	margin-bottom: 165px;
}
.sec_range .txt01 {
	max-width: 716px;
	margin: 0 auto 106px;
}
.sec_range .caption {
	/* text-align: right; */
	font-size: 14px;
	margin-top: 15px;
	width: fit-content;
	margin-left: auto;
	line-height: 1.928;
}
@media only screen and (max-width: 767px){
.sec_range {
	margin-bottom: 82.5px;
}
.sec_range .sttl {
	margin-bottom: 40px;
}
.sec_range .txt01 {
	margin-bottom: 58px;
}
.sec_range .caption {
	font-size: 11px;
	margin-top: 5px;
}
}



/*============================
 sec_menu
============================*/
.sec_menu {
	margin-bottom: 93px;
}
.sec_menu .sttl {
	margin-bottom: 90px;
}
.sec_menu ul {
	flex-flow: wrap;
	justify-content: space-between;
}
.sec_menu .nav_box {
	overflow: hidden;
	height: 312px;
	border-radius: 10px;
}
.sec_menu .nav_box {
	width: 46.42%;
	position: relative;
}
.sec_menu .nav_box:not(:last-child) {
	margin-bottom: 83px;
}
.sec_menu .nav_box img {
	transition: 0.2s all;
	object-fit: cover;
	height: 312px;
}
.sec_menu .nav_box:hover img {
	transform: scale(1.1);
}
.sec_menu .nav_box a {
	position: relative;
	display: block;
}
.sec_menu .nav_box a:hover {
	opacity: 1;
}
.sec_menu .nav_box span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: calc(36/1600*100vw);
	color: #fff;
	font-weight: 700;
}
.sec_menu .nav_box::after {
    content: "";
    position: absolute;
    background: url("../../images/common/arrow02.png") no-repeat;
    background-size: cover;
    bottom: 12px;
    right: 12px;
    width: 48px;
    height: 49px;
}
@media only screen and (min-width: 1600px){
.sec_menu .nav_box span {
	font-size: 40px;
	width: 100%;
    text-align: center;
}
}
@media only screen and (max-width: 767px){
.sec_menu {
	
}
.sec_menu .sttl {
	margin-bottom: 45px;
}
.sec_menu .nav_box {
	height: 70px;
	border-radius: 7.5px;
	width: 100%;
}
.sec_menu .nav_box:not(:last-child) {
	margin-bottom: 15px;
}
.sec_menu .nav_box img {
	height: 70px;
}
.sec_menu .nav_box:hover img {
	transform: scale(1.1);
}
.sec_menu .nav_box a {
}
.sec_menu .nav_box a:hover {
	opacity: 1;
}
.sec_menu .nav_box span {
	font-size: 15px;
}
.sec_menu .nav_box::after {
    width: 30px;
    height: 31px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
}
}



/*============================
 sec_bnr
============================*/
.sec_bnr_mb {
	margin-bottom: 237px;
}
@media only screen and (max-width: 767px){
.sec_bnr_mb {
	margin-bottom: 118.5px;
}
}


/*=======================================
　ここから、追加コンテンツ
=======================================*/
.breadcrumbs.content {
    padding-bottom: 23px;
}

section#mv_wrap div.contest div.title_area h2 {
    color: #333;
}

.sttl span {
    padding-left: 0;
}

.bg_img {
    background: url("../../images/top/bg01.webp") no-repeat center top;
}
.bg_img {
    background: url(../../images/top/bg01.jpg) no-repeat center top;
}

.enefarm_bnr {
    margin: 0 auto 100px;
}

.page_title .contest div.title_area h2.color_value {
    color: #006FBC;
}

.page_title .contest div.title_area h2.color_standard {
    color: #E17A00;
}

.page_title .contest div.title_area h2.color_high_grade {
    color: #4A5994;
}

.page_title .contest div.title_area h2.color_premium {
    color: #7F308D;
}

.sec_plan_box .content.inner {
    margin-bottom: 0;
}

.sec_plan_box .content.inner .lead_txt {
    margin-bottom: 0;
}

.sec_plan_box .notes {
	margin-bottom: 0;
}

.sec_plan_box {
    margin-bottom: 40px;
}

.sec_plan_box .inner > .notes {
    margin: 0 0;
}

.sec_intro .content.inner .flex_area .img_area img {
    margin-bottom: 10px;
}

h3.bgRed {
    width: 100%;
    text-align: center;
    font-size: 40px;
    background: #b62525;
    color: #fff;
    padding: 20px 0;
}

h3.bgRed span.small {
    font-size: 30px;
}

h3.bgRed span.wide {
    font-size: 60px;
}

h3.bgRed.mb50 {
    margin-bottom: 50px;
}

h3.bgRed.mb100 {
    margin-bottom: 100px;
}

#sec_performance .title_area h3 p {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.35;
    margin-bottom: 40px;
}

#radical.wall_radical {
    margin-bottom: 0;
}

#radical.wall_radical .sec_feature .sttl {
    font-size: 30px;
    margin: 0 0 40px;
    text-align: center;
    font-weight: bold;
	position: inherit;
	display: block;
	border-bottom: none;
}

#radical.wall_radical .sec_exbox .ttl {
    background: rgb(216, 87, 28);
    background: linear-gradient(0deg, rgba(216, 87, 28, 1) 0%, rgba(238, 161, 81, 1) 100%);
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    width: 34.28%;
    /* position: relative; */
    display: flex;
    justify-content: center;
    padding: 40px 0;
    align-items: center;
}

#radical.wall_radical p,
#radical.roof_radical p,
#inorganic.wall_hybrid p,
#inorganic.roof_hybrid p,
#fluorine.hybrid p,
#others.others p {
	font-size: 16px;
}

#radical.wall_radical .sec_explanation .intro .text .copy,#radical.wall_radical .sec_explanation .column .sttl {
    text-align: left;
}

#radical.roof_radical .sttl {
    margin-top: 0;
}

#radical.roof_radical .sttl span {
    position: unset;
}

#radical.roof_radical .sttl span::before,#radical.roof_radical .sttl span::after {
    background: none;
	border: none;
}

#radical.roof_radical h4 {
	display: block;
}

#radical.roof_radical .sec_explanation .intro {
    margin: 0 auto 40px;
}

#radical.roof_radical .sec_explanation .intro .text {
    width: 100%;
}

#radical.roof_radical .sec_explanation .intro .text .copy,#radical.roof_radical .sec_explanation .column {
    margin-bottom: 0;
}

.outline .btn01 {
    height: 84px;
    width: fit-content;
}

#flow_sec .wide_group02 .notes {
    margin: 38px 0 0;
}

.faq_wrap .sttl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.35;
    margin: 150px auto 40px;
    padding: 0;
	text-align: left;
}

.faq_wrap .sttl span {
    position: relative;
    padding-left: 50px;
}

.faq_wrap .sttl span::after {
	background: none;
}

.faq_wrap .sttl span::before {
    left: -13px;
    top: 50%;
}

.page_title .contest {
	position: relative;
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #C1C1C1;
}

.page_title .contest div.title_area {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
}

.page_title .contest div.title_area h2 {
	margin-bottom: 16px;
	font-size: 45px;
	letter-spacing: 0.05em;
}

.page_title .contest div.title_area p {
	font-weight: 500;
	color: #BB2929;
	font-size: 20px;
}


.page_title .contest .title_area {
	margin-bottom: 40px;
}

.anser {
    max-height: unset;
}

#radical {
    margin-top: 0;
}

#radical .sec_feature .sttl:before {
    border: none;
    border-top: none;
}

#radical .sec_feature .sttl:after {
    border-top: none;
}

#inorganic.wall_hybrid {
    margin-bottom: 50px;
}


@media screen and (max-width: 1200px) {
	.page_title .contest div.title_area h2 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 3px;
	}
	.page_title .contest div.title_area p {
		font-size: calc((20 / 1200) * 100vw);
	}
}



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

	h3.bgRed {
        font-size: 28px;
        padding: 12px 0;
    }
	
	h3.bgRed.strengths_title {
        font-size: 20px;
    }
	
	h3.bgRed span.small {
		font-size: 15px;
	}	
	
	h3.bgRed span.wide {
		font-size: 28px;
	}	
	
	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,.swiper-pagination-fraction {
		bottom: 0px!important;
	}

	.menu_detail .sec_intro .content.inner .flex_area {
		display: block;
	}

	.menu_detail .sec_intro .content.inner .flex_area .img_area img {
		margin-bottom: 10px;
	}
	
	#sec_performance .title_area h3 p {
        font-size: 30px;
        margin-bottom: 10px;
    }
	
	.paint .category_wrap .jump_box ul li a .tag_flex p {
        margin: 0;
		color: #373737;
    }
	
	.paint .category_wrap .jump_box ul li a p.ttl {
        margin: 0;
    }
	
    .paint .jump_box {
        margin-bottom: 0;
    }
	
	.paint .category_wrap .jump_box ul li.bg_w a .tag_flex p {
        color: #fff;
    }
	
	#radical.wall_radical .sec_feature .sttl {
        font-size: 22px;
        margin-bottom: 20px;
		padding: 0;
    }
	
	#radical.wall_radical .sec_exbox .ttl {
		font-size: 22px;
		width: auto;
		display: block;
		padding: 20px 0;
		text-align: center;
	}
	
	#radical.wall_radical p,
	#radical.roof_radical p,
	#inorganic.wall_hybrid p,
	#inorganic.roof_hybrid p,
	#fluorine.hybrid p,
	#others.others p {
		font-size: 13px;
	}
	
	#radical.wall_radical .sec_explanation .caption {
        text-align: left;
    }
	
	#radical.roof_radical .sttl {
		margin: 0 0 39px;
		line-height: 1.35;
	}
	
	#radical.roof_radical .sttl p {
		line-height: 1.35;
	}
	
    #radical.roof_radical .sec_explanation .column {
        margin: 0 0 30px;
    }
	
	#radical.roof_radical .sec_infor .copy p {
        letter-spacing: 0.08em;
        line-height: 1.35;
    }
	
	#inorganic.wall_hybrid h4 {
        font-size: 19px;
        margin: 55px 0 30px;
        padding: 15px 0 20px;
    }
	
	#inorganic.wall_hybrid .sec_exbox .ttl p {
        font-size: 22px;
        padding: 0;
    }
	
	#inorganic.roof_hybrid .sec_feature .sttl,#fluorine.hybrid .sttl {
        margin: 0 0 20px;
        letter-spacing: 0.08em;
        padding-left: 0;
    }
	
	#fluorine.hybrid p b {
		font-size: 15px;
		letter-spacing: 0.08em;
	}
	
	#others .sttl {
		margin: 0 0 50px;
		letter-spacing: 0.03em;
		padding: 0;
	}
	
	#others .sec_explanation .catch {
        font-size: 15px;
    }
	
	.strengths .w980 {
        width: 100%;
    }
	
	.outline .btn01 {
		height: 60px;
		width: 100%;
	}
	
	.faq_wrap .sttl {
		font-size: 25px;
		margin: 60px auto 40px;
		padding: 0 0 0 10px;
	}	
	
	
	
		
	.page_title .contest div.title_area h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.0;
	}
	.page_title .contest div.title_area p {
		font-size: 13px;
	}
	
	.page_title .contest {
		height: 120px;
	}
	.page_title .contest .title_area {
		margin-bottom: 20px;
	}
	
	.sec_menu .inner {
		width: 90%;
	}
	
	.sttl span {
		padding-left: 0;
	}	
	
	.page_title .contest div.title_area {
		width: 100%;
	}
	
	.accordion_content {
	  display: none;
	}
	
	.accordion_title {
	  position: relative;
	}
	
	.accordion_title::before {
	  background: #333; 
	  content: "";
	  height: 2px; 
	  position: absolute;
	  right: 25px;
	  top: 50%;
	  transform: rotate(90deg); 
	  transition: transform .3s ease-in-out;
	  width: 15px; 
	}

	.accordion_title::after {
	  background: #333; 
	  content: "";
	  height: 2px; 
	  position: absolute;
	  right: 25px;
	  top: 50%; 
	  transition: opacity .3s ease-in-out;
	  width: 15px; 
	}

	.accordion_title.open::before {
	  transform: rotate(180deg);
	}
	
	.accordion_title.open::after {
	  opacity: 0;
	}	
	
	
}



