@charset "utf-8";

/* ============================================================
LC Magic CSS
============================================================ */

body.lc_magic .nav__items {
	padding-left: 0px!important;
	/* max-width: 1280px; */
}

body.lc_magic .nav__item > a {
    padding: 18px 16px;
    font-size: 1.6rem;
}
body.lc_magic .subnav__items li {
    font-size: 1.6rem;
}

body.lc_magic .l_breadcrumbs {
	font-size: 1.2rem;
}



body.lc_magic .mainvisualArea{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: calc(100vh - 118px);
	min-height: 450px;
}

body.lc_magic .mainvisualArea .item{
  width: 100%;
	height: calc(100vh - 118px);
	min-height: 450px;
  background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
body.lc_magic .mainvisualArea .item.item01 {
	background-image: url(../img/main01.jpg);
	background-position: 50% 60%;
}
body.lc_magic .mainvisualArea .item.item02 {
	background-image: url(../img/main02.jpg);
	background-position: 50% 60%;
}
body.lc_magic .mainvisualArea .item.item03 {
	background-image: url(../img/main03.jpg);
	background-position: 50% 60%;
}
body.lc_magic .mainvisualArea .item.item04 {
	background-image: url(../img/main04.jpg);
	background-position: 50% 60%;
}
body.lc_magic .mainvisualArea .item.item05 {
	background-image: url(../img/main05.jpg);
	background-position: 50% 60%;
}
body.lc_magic .mainvisualArea .item {
	position: relative;
}

body.lc_magic .slick-slider{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

body.lc_magic .thumb-item-nav {
  margin-top: 20px;
  margin-bottom: 30px;
}

body.lc_magic .mainvisualArea .item .main_txt {
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 2;
	width: 30%;
}


@media (max-width: 980px){
	body.lc_magic .mainvisualArea {
		height: calc(100vh - 118px);
	}
  body.lc_magic .mainvisualArea .item .main_txt {
		width: 40%;
  }
}
@media (max-width: 767px){
	body.lc_magic .mainvisualArea .item {
		height: calc(100vh - 91px);
		background-position: 50% 100%;
	}
	body.lc_magic .mainvisualArea .item .main_txt {
		width: 54%;
	}

}

/* トップメニュー */


@media (max-width: 1380px){
	body.lc_magic .m_contentW {
		width: 94%;
    margin: 0 auto;
	}
}

body.lc_magic .menubtn_bg {
  background-color: #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
}
body.lc_magic .menubtn_bg .menubtn {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
body.lc_magic .menubtn_bg .menubtn a {
  position: relative;
	display: block;
	width: 100%;
	max-width: 392px;
	color: #fff;
	border: 1px solid ededed;
	background-size: 200% 100%;
	text-align: center;
	font-size: 2.2rem;
  font-weight: bold;
	line-height: 1.428;
	text-decoration: none !important;
	padding: 20px 10px;
	cursor: pointer;
}

body.lc_magic .menubtn_bg .menubtn a:hover {
  opacity: 0.7;
}
body.lc_magic .menubtn_bg .menubtn a.mbtn01 {
  background-color: #005ead;
}
body.lc_magic .menubtn_bg .menubtn a.mbtn02 {
  background-color: #ff6e00;
}
body.lc_magic .menubtn_bg .menubtn a.mbtn03 {
  background-color: #009e01;
}

body.lc_magic .menubtn_bg .menubtn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	background-size: contain;
  margin-right: 15px;
}

body.lc_magic .menubtn_bg .menubtn a.mbtn01::before {
  width: 31px;
	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn01.png) no-repeat 0 50%;
}

body.lc_magic .menubtn_bg .menubtn a.mbtn02::before {
  width: 42px;
	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn02.png) no-repeat 0 50%;
}

body.lc_magic .menubtn_bg .menubtn a.mbtn03::before {
  width: 63px;
	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn03.png) no-repeat 0 50%;
}

body.lc_magic .menubtn_bg .menubtn a::after {
    content: "";
    display: inline-block;
  	vertical-align: middle;
    width: 18px;
    height: 8px;
    background: url(/ja/electronics/device/lc_magic/img/icon_menubtn_arrow.png) no-repeat 0 50%;
    position: absolute;
    right: 15px;
    top: 40%;
}

@media screen and (max-width: 960px) {
  body.lc_magic .menubtn_bg .menubtn {
    display:block;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  body.lc_magic .menubtn_bg .menubtn a {
    position: relative;
  	display: block;
  	width: 100%;
		max-width: inherit;
  	background-size: 200% 100%;
  	text-align: center;
  	font-size: 1.4rem;
  	line-height: 1.428;
  	padding: 10px;
  }
  body.lc_magic .menubtn_bg .menubtn a::before {
    margin-right: 15px;
  }
  body.lc_magic .menubtn_bg .menubtn a.mbtn01::before {
    width: 25px;
    height: 36px;
  	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn01.png) no-repeat 0 50%;
    background-size: contain;
  }

  body.lc_magic .menubtn_bg .menubtn a.mbtn02::before {
    width: 36px;
    height: 36px;
  	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn02.png) no-repeat 0 50%;
    background-size: contain;
  }

  body.lc_magic .menubtn_bg .menubtn a.mbtn03::before {
    width: 43px;
    height: 36px;
  	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn03.png) no-repeat 0 50%;
    background-size: contain;
  }
}
/* サイドメニュー */

.sidemenubtn_bg,
.sidemenubtnTop_bg {
  position: fixed;
  right: 0;
  top: 90px;
  z-index: 1000;
  display: none;
}
.sidemenubtn {
  display:flex;
	width: 45px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.sidemenubtn a {
  position: relative;
	display: flex;
	width: 38px;
  height: 164px;
	color: #fff;
	font-size: 1.6rem;
  font-weight: bold;
	text-decoration: none !important;
	padding-left: 5px;
	padding-right: 5px;
  margin-bottom: 5px;
	cursor: pointer;
  justify-content: center;
  align-items: center;
}
.sidemenubtn a span {
}
.sidemenubtn a:hover {
  opacity: 0.7;
}
.sidemenubtn a.mbtn01 {
  background-color: #005ead;
}
.sidemenubtn a.mbtn02 {
  background-color: #ff6e00;
}
.sidemenubtn a.mbtn03 {
  background-color: #009e01;
}

.sidemenubtn a::before {
	content: "";
	position: absolute;
}

.sidemenubtn a.mbtn01::before {
  top: 8px;
  width: 16px;
  height: 20px;
	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn01.png) no-repeat 0 0;
	background-size: contain;
}

.sidemenubtn a.mbtn02::before {
  top: 10px;
  width: 20px;
  height: 16px;
	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn02.png) no-repeat 0 0;
	background-size: contain;
}

.sidemenubtn a.mbtn03::before {
  top: 12px;
  width: 30px;
  height: 18px;
	background: url(/ja/electronics/device/lc_magic/img/icon_menubtn03.png) no-repeat 0 0;
	background-size: contain;
}

.sidemenubtn a::after {
  content: '';
  display: block;
  background: linear-gradient(225deg, transparent 21px, #fff 20px);
  width: 5px;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.sidemenubtn span::after {
    content: "";
    display: inline-block;
  	vertical-align: middle;
    width: 18px;
    height: 8px;
    background: url(/ja/electronics/device/lc_magic/img/icon_menubtn_arrow.png) no-repeat 0 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

@media screen and (max-width: 1270px){
	.sidemenubtn_bg,
	.sidemenubtnTop_bg {
	  top: 71px;
	}
}

@media screen and (max-width: 767px){
  .sidemenubtn_bg,
  .sidemenubtnTop_bg {
    position: fixed;
    top:auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: none;
  }
  .sidemenubtn {
    display:flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    writing-mode: horizontal-tb;
    -ms-writing-mode:lr-tb;
  }
  .sidemenubtn a {
  	width: 33.3%;
    height: 60px;
    margin-bottom: 0;
    align-items: self-end;
    padding-bottom: 5px;
  }
  .sidemenubtn a::after {
      width: 0px;
      height: 0px;
  }
  .sidemenubtn a.mbtn01::before {
    top: 8px;
    width: 18px;
    height: 20px;
  }
  .sidemenubtn a.mbtn02::before {
    top: 10px;
    width: 22px;
    height: 16px;
  }
  .sidemenubtn span::after {
    display: none;
  }
  body.lc_magic .footer__inner {
    padding: 40px 20px 67px;
}
}

body.lc_magic .menu_topics_bg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px){
	body.lc_magic .menu_topics_bg {
	  padding-top: 50px;
	  padding-bottom: 20px;
	}
}


body.lc_magic .menu_topics_bg h2.midTopics {
  text-align: center;
  position: relative;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.5;
  color: #005aa6;
  margin-bottom: 35px;
}
body.lc_magic .menu_topics .m_col .m_col__list {
  display: flex;
  flex-wrap: wrap;
  margin: -1%;
}

body.lc_magic .menu_topics ul li .m_box_inner {
  border: 1px solid #005aa6;
  padding-left: 28px;
  padding-right: 28px;
  padding: 0 18px 20px;
  position: relative;
}

body.lc_magic .menu_topics ul li .m_box_inner .iconnew {
  background-color: #ff6e00;
  padding: 8px 16px 8px 10px;
  position: absolute;
  top: 20px;
  left: -8px;
}

body.lc_magic .menu_topics ul li .m_box_inner .iconnew span.ntext {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
body.lc_magic .menu_topics ul li .m_box_inner .iconnew::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 7px rgb(149, 158, 155);
}

body.lc_magic .menu_topics ul li .m_box_inner .iconnew::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 25px 10px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
body.lc_magic .menu_topics ul li .m_box_inner h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #005aa6;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1001px) and (max-width: 1171px){
  body.lc_magic .menu_topics ul li .m_box_inner h3 {
    font-size: 2.0rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.lc_magic .menu_topics ul li .m_box_inner .iconnew {
    background-color: #ff6e00;
    padding: 4px 0px 4px 10px;
    position: absolute;
    top: 10px;
    left: -8px;
  }
}

@media screen and (max-width: 1000px){
	body.lc_magic .m_col.s_3col.menu_topics .m_col__list > li{
    width: 96%!important;
    margin: 0 auto 30px;
  }
}
body.lc_magic .menu_topics ul li .m_box_inner .menu_btn {
  margin-top: 20px;
  text-align: center;
}

body.lc_magic .menu_topics ul li .m_box_inner .menu_btn.m_btn02 a{
	color: #fff;
	display: inline-block;
  background-color: #005ead;
	border: 1px solid #005ead;
	padding: 10px 75px 10px 40px;
}
body.lc_magic .menu_topics ul li .m_box_inner .menu_btn.m_btn02 a:hover{
	opacity: 0.7;
}
body.lc_magic .menu_topics ul li .m_box_inner .menu_btn.m_btn02 .m_link.s_arrow {
	padding-right: 55px;
}
body.lc_magic .menu_topics ul li .m_box_inner .menu_btn.m_btn02 .m_link.s_arrow:before {
	right: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 8px;
  margin: auto 0;
  background: url(/ja/electronics/device/lc_magic/img/icon_menubtn_arrow.png) no-repeat 0 50%;
}
body.lc_magic .menu_topics ul li .m_box_inner .m_btn .m_btn__inner {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	border: 1px solid #005ead;
	padding: 10px 75px 10px 40px;
}
body.lc_magic .menu_topics ul li .m_box_inner .m_btn.s_disabled .m_btn__inner {
	padding: 10px 75px 10px 75px;
}
body.lc_magic .m_sectionTitle {
    margin-bottom: 20px;
}
body.lc_magic .m_sectionTitle__title {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.416;
	color: #005ead;
	padding-bottom: 20px;
	background:  url(/ja/electronics/device/lc_magic/img/title_line_01_pc.png) 50% 100% no-repeat;
}
body.lc_magic .m_middleTitle {
    margin: 0;
}
body.lc_magic .m_middleTitle__title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.416;
	color: #005ead;
	background: none;
	padding: 0;
}

body.lc_magic .m_centerImg .m_centerImg__image{
	max-width: 1060px;
	margin: 0 auto;
}

body.lc_magic .m_col.genri{
	max-width: 1060px;
	margin: 0 auto;
}
body.lc_magic .m_col.genri .m_col__list > li{
	 width: 40%;
	 margin: 0 auto;
}
body.lc_magic .m_btn .m_btn__btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    background-color: #fff;
    color: #005ead;
    border: 2px solid #005ead;
    background-size: 200% 100%;
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.428;
		text-decoration: none !important;
		padding: 20px 10px;
		cursor: pointer;
}
body.lc_magic .m_btn .m_btn__btn.s_bulleted::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 4px;
    left: 370px;
    width: 18px;
    height: 6px;
    border-right: 2px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    transform-origin: right bottom;
    margin: auto 0;
    transition: all 0.3s;
    transform: skew(45deg);
}

.m_col.s_5col .m_col__list > li{ width: 20%;}

@media screen and (max-width: 767px){
	body.lc_magic .m_btn .m_btn__btn.s_bulleted::before {
	    bottom: 4px;
	    left: 280px;
	}

	.m_col.s_5col .m_col__list > li{ width: 50%;}
}
.h4Color {
	color: #00479d;
}
.h4Color.blk {
	color: #000000;
}
.m_col.s_4col.s_lc_magic__4col .m_col__list a,
.m_col.s_3col.s_lc_magic__3col .m_col__list a{
	display: block;
}
.m_col.s_4col.s_lc_magic__4col .m_col__list a:hover,
.m_col.s_3col.s_lc_magic__3col .m_col__list a:hover{
	opacity: 0.7;
}

.m_col.s_4col.s_lc_magic__4col .m_col__list a img,
.m_col.s_3col.s_lc_magic__3col .m_col__list a img{
	border: 1px solid #999;
}

.borderWide {
	border:1px solid #8e8e8d;
}
.borderWide .m_media__image {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

@media screen and (min-width:768px) {
	.borderWide .m_text {
	    padding-top: 100px;
	}
}

@media screen and (max-width: 767px) {
	.borderWide .m_text {
	    padding-top: 10px;
			padding-bottom: 10px;
	}
	.m_col.s_4col.jirei .m_col__list > li{
		max-width:  100%;
		margin: 0 auto 30px;
	}
}
body.lc_magic .m_col.s_2col .m_col__list.lineup  {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
body.lc_magic .m_col.s_2col .m_col__list.lineup > li img {
	margin: 0 auto;
}
/* ---Q and A menu--- */

.question_list__Area{
	margin-top: 20px;
}
.question_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.question_list li{
	position: relative;
}
.question_list li + li::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: calc(100% - 30px);
	margin: auto 0;
	background-color: #005ead;
}
.question_list li:nth-child(3n+1):before{
	content: none;
}
.question_list.s_4col li{
	width: 25%;
}
.question_list.s_3col li{
	width:33.333%;
}
.question_list.s_2col li{
	width: 50%;
}
.question_list li a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.666;
	border: 2px solid #fff;
}
.question_list li a:hover,
.question_list li a.s_current{
	border: 2px solid #005ead;
	background: url(/ja/electronics/common/img/bg_01.gif);
}

@media screen and (max-width: 767px){
	.question_list li a{
		padding: 14px 2px;
	}
}


body.lc_magic .m_media .m_media__image.showBox{
	width: 80%;
	max-width: 940px;
}
@media screen and (max-width: 980px){
	body.lc_magic .m_media .m_media__image.showBox {
	    width: 100%;
			margin: 0 auto;
	}
}


.m_media .m_media__image.showBox {
	float: left;
	margin-right: 25px;
}

body.lc_magic .showbtn {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0px;
}
body.lc_magic #switch01{
  width: 100%;
  height: 79px;
	margin: 20px auto 0;
  background: url(../img/btn_sroom_on.png) no-repeat center top;
  background-size: contain;
  cursor: pointer;
}
body.lc_magic #switch01.s_off{
  background: url(../img/btn_sroom_off.png) no-repeat center top;
}
body.lc_magic #switch02{
	width: 100%;
  height: 80px;
	margin: 20px auto 0;
  background: url(../img/btn_sroom_normal.png) no-repeat center top;
  background-size: contain;
  cursor: pointer;
}
body.lc_magic #switch02.s_reverse{
  background: url(../img/btn_sroom_reverse.png) no-repeat center top;
}

body.lc_magic .showroomArea {
  margin: 0 auto;
}
body.lc_magic .showroomArea .showBox {
  position: relative; width: 100%; height: auto;
}
body.lc_magic .showroomArea .showBox:before {
	content: ""; display: block; padding-top: 60.5%;
}
body.lc_magic #showroom{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: url(../img/indx_pic_sroom_onN.jpg) no-repeat;
  background-size: contain;
}
body.lc_magic #showroom.on_showNormal{
background: url(../img/indx_pic_sroom_onN.jpg) no-repeat;
background-size: contain;
}
body.lc_magic #showroom.off_showNormal{
background: url(../img/indx_pic_sroom_offN.jpg) no-repeat;
background-size: contain;
}
body.lc_magic #showroom.off_showReverse{
background: url(../img/indx_pic_sroom_offR.jpg) no-repeat;
background-size: contain;
}
body.lc_magic #showroom.on_showReverse{
background: url(../img/indx_pic_sroom_onR.jpg) no-repeat;
background-size: contain;
}


@media screen and (max-width:980px) {
	body.lc_magic .m_media .m_media__image.showBox{
		float: none;
		margin: 0 auto 15px!important;
		display: block;
	}
	/*画像とテキスト、スマホ時反転*/
	.m_media.s_spReversal{ -webkit-transform: rotateX(180deg); transform: rotateX(180deg)}
	.m_media.s_spReversal > *{ -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg)}

	body.lc_magic .showroomArea {
	  margin: 0 auto;
	}
	body.lc_magic #showroom{
	  width: 100%;
		margin: 0 auto;
	  background-size: contain;
	}
	body.lc_magic .showbtn {
	  display: none;
	}
	body.lc_magic #switch02 {
	  margin-bottom: 30px;
	}
}

body.lc_magic .tag {
  margin-top: 20px;
	margin-bottom: 40px;
}
body.lc_magic .tag span {
  font-size: 12px;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 20px;
  padding: 10px;
  margin: 0 3px;
}
body.lc_magic .tag span:first {
  margin-left: 0px;
}

.rLine {
  background: url(../about_installation/img/indx_installatin02Line.png) repeat-x 0 8px;
  margin-right: 3px;
}

.rLine span.text {
  width: 60px;
  display: inline-block;
}

.interview_blockttl {
  border-bottom: 1px solid #8e8e8d;
  padding-bottom: 20px;
}

.m_col.s_2col .m_col__list > li.cleft{
  width: 40%;
}

.m_col.s_2col .m_col__list > li.cright{
  width: 59%;
}

.Qa-Box {
  width: 100%;
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 0 0 20px;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  color: #015eae;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #015eae;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6e00;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

.intdata {
  padding: 20px 20px 20px 0;
}
.intdata h3 {
  font-size: 2.4rem;
  border-bottom: solid 1px #fff;
  position: relative;
  margin-bottom: 20px;
}

.intdata h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #d8d8d8;
  bottom: -3px;
  width: 24%;
}

.intdata h3 span {
  padding-left: 20px;
}


.intdata .info {
  padding-left: 20px;
}

.m_toggleBox .m_toggleBox__title {
	cursor: default!important;
}

.qamenu .m_btn02 a{
	color: #005ead;
	display: inline-block;
	border: 1px solid #005ead;
	padding: 5px 55px 5px 20px;
  width: 100%;
  text-align: center;
}

:root {
	--icon-width: 2px;
}
.qamenu .m_link.s_arrow:before{
	content: "";
	position: absolute;
	/* top: 0.6em; */
	top: 0;
	bottom: 5px;
	right: 10px;
  display: inline-block;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: var(--icon-width) var(--icon-width) 0 0;
	border-color: var(--icon-color);
  transform: rotate(135deg);
  background: none;
}


/*選ばれる理由　レイアウト
------------------------*/
.reason_media{
	overflow: hidden;
  display: flex;
  align-items: center;
}
.reason_media .reason_media__image{
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin-bottom: 10px;
}
.reason_media .reason_media__image.s_left {
    float: left;
    margin-right: 25px;
}
.reason_media .reason_media__content {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  .reason_media{
  	overflow: hidden;
    display: block;
  }
  .reason_media.s_spReversal{ -webkit-transform: rotateX(180deg); transform: rotateX(180deg)}
	.reason_media.s_spReversal > *{ -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg)}
  .reason_media .reason_media__image.s_left {
    float: none;
    margin: 0 auto 15px!important;
  }

  .reason_media .reason_media__content {
      overflow: hidden;
  }
}
