@charset "UTF-8";

/*--------------------------------------------
 共通CSS
--------------------------------------------*/
.support .sec_ttl {
	/*margin-bottom: 6rem;*/
}
.support .sec_ttl .multi {
	line-height: 1.3;
}
.support .sec_ttl + .lead {
	text-align: center;
	margin-bottom: 5rem;
}
.support .lead .strong {
	font-weight: 500;
	display: block;
	margin-top: 0.5rem;
}
.anchor .anchor_item {
    width: calc(100% / 4);
}
/*.anchor.stickey .anchor_item a {
    padding: 0.7rem 0;
}*/
.sec_bd {
    border-top: 1px solid #c7c7c7;
}
.inner_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-between;
}
.txt_box.center{
	margin-bottom: 2em;
}
.item_box:not(:first-child){
	margin-top: 3em;
}
.icon_link{
	width: 15px;
    margin: 0 .5rem;
    vertical-align: middle;
}

.btn .btn_01.btn_pdf:before {
    width: 30px;
    height: 30px;
}
.btn p {
    padding: 1.5rem 0;
    text-align: left;
}
.margin_t1{
	margin-top: 1em;
}
.fontsmall{
	font-size: .85em;
}
.sp {
	   display: none;
}
.osd_btn {
	background-color: #142245;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin: 0 0.8rem 0.2em;
  display: inline-block;
  text-indent: 0;
  line-height: 1;
}
.mv {
	background:url(../images/bg_mv.jpg) no-repeat center / cover;
	padding: 7.5rem 0;
	color: #fff;
}
.mv .mv_ttl {
	line-height: 1;
}
.mv .ttl_main {
	font-size: 3.5rem;
	font-weight: 500;
}
.mv .mv_txt {
	margin-top: 2rem;
}
.scroll_wrap {
	position: relative;
}
.cs_table_wrap {
	margin-top: 5rem;
}
.cs_table th {
  color: #fff;
  background: #4e4e4e;
  vertical-align: middle;
  padding: 10px 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  width: 25%;
  border-right: 1px solid #fff;
}
.cs_table th.w30 {
	width: 30%;
}
.cs_table th.w20 {
	width: 20%;
}
.cs_table th:last-child {
	border-right: none;
}
.cs_table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.cs_table td:first-child {
	border-left: 1px solid #999;
}
.cs_table td a {
	display: block;
}
.cs_table td a img {
	display: block;
  margin: 0 auto;
}
.cs_table .icon_pdf {
	width: 20px;
}
.cs_table .icon_emanual {
	width: 30px;
}
.cs_table .icon_book {
	width: 35px;
}
.cs_table .pdf_txt {
	font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
	#faq .anchor_faq_item a:hover {
		background: #fff;
		color:  rgba(255, 150, 79, 1)!important;
border: 1px solid #c21500;  border-image: linear-gradient(to right, rgba(255, 150, 79, 1), rgba(255, 70, 70, 1) 100%)!important;
border-image-slice: 1!important;
background: -webkit-linear-gradient(90deg, rgba(255, 150, 79, 1), rgba(255, 70, 70, 1))!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
font-weight: 400;
	}
}
@media screen and (max-width: 991px) {
	.mv {
		background-position: center right -200px;
		padding: 5.5rem 0;
	}
	.mv .ttl_main {
		font-size: 3rem;
	}

	.anchor .flex {
		flex-wrap: wrap;
	}
	.anchor .inner_main {
		max-width: 100%;
		padding: 0;
	}
	.anchor .anchor_item{
		border-bottom: 1px solid #c7c7c7;
		width: 50%;
	}
	.anchor .anchor_item:nth-child(odd) {
		border-left: none;
	}
	.sp {
		display: unset;
	}
	.support .sec_ttl + .lead {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	.anchor .anchor_item a .sm {
		font-size: 1.2rem;
	}
	.txt_box .center{
		text-align: center;
	}
	.anchor .inner_main:last-of-type {
		width: 100%;
	}
	.cs_table_wrap {
		overflow: auto;
	}
	.cs_table_wrap .cs_table {
		width: 900px;
	}
  .comparison_notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    pointer-events: none;
  }
  .comparison_notice img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .comparison_notice img:nth-child(1) {
    margin-top: -30px;
    transform: translateX(-20px);
  }
  .comparison_notice img:nth-child(2) {
    animation: 2s infinite hand;
  }
}
@keyframes hand {
  0% {
      transform: translateX(270px);
  }

  70% {
      transform: translateX(0px);
      opacity: 1;
  }

  100% {
      transform: translateX(0px);
      opacity: 0;
  }
}
@media screen and (max-width: 575px)  {
	.mv .mv_ttl {
		font-size: 2.5rem;
	}
	.support .sec_ttl + .lead {
		text-align: left;
	}
}
/*====================================================================
   #fap > accordion
====================================================================*/
#faq .faq_wrap {
	background: #f7f7f7;
	padding: 7.5rem 0;
  margin-top: 5rem;
}
#faq .faq .accordion_base {
	margin: 0 auto;
	border-top: 1px solid #eee;
}
#faq .anchor_faq {
  justify-content: space-between;
  margin-bottom: 10rem;
}
#faq .anchor_faq_item {
  /*margin: 0 1.5rem;*/
  width: 23%;
  max-width: 300px;
  text-align: center;
}
#faq .anchor_faq_item a {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 150, 79, 1), rgba(255, 70, 70, 1))!important;
  border: 1px solid #c21500;  border-image: linear-gradient(to right, rgba(255, 150, 79, 1), rgba(255, 70, 70, 1) 100%)!important;
  border-image-slice: 1!important;
  line-height: 1;
  padding: 2rem 1rem;
  display: block;
  }
#faq .faq_item:not(:first-child) {
	margin-top: 7.5rem;
}
.faq .accordion_base .accordion_header {
	background-color: #fff;
	font-size: 1.65rem;
	font-weight: 500;
	padding: 3rem 5rem 3rem 3rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
	/*display: flex;
	align-items: baseline;*/
}
.faq .accordion_base .accordion_header:hover {
	opacity: .7;
}
.faq .accordion_base .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 1%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.faq .accordion_base .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.faq .accordion_base .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.faq .accordion_base .accordion_header .i_box .one_i:before,
.faq .accordion_base .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #2d3132;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.faq .accordion_base .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.faq .accordion_base .accordion_header.open .i_box .one_i:before {
	content: none;
}
.faq .accordion_base .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); 
	background-color: #2d3132;

}
.faq .accordion_base .accordion_header span:not(.osd_btn){
	color: #4e5059;
	font-size: 1.3em;
	font-weight: 700;
}
.faq .accordion_base .accordion_inner {
	background: #fff;
	display: none;
	padding: 1rem 3rem 3rem;
	box-sizing: border-box;
}
.faq .accordion_base .accordion_inner .answer_box {
	/*padding: 0 1em;*/
	padding-left: 4rem;
}
.faq .accordion_base .accordion_inner .answer_box .answer_txt:first-of-type{
	text-indent: -4rem;
}
.faq .accordion_base .accordion_inner .answer_box aside{
	margin-top: 1em;
}
.faq .accordion_base .accordion_inner .answer_box img{
	display: inline-block;
	margin: 0 0.3rem;
	position: relative;
	top: 5px;
}
.faq .accordion_base .accordion_inner .answer_box ul{
	/*padding: 0 2em;*/
}
.faq .accordion_base .accordion_inner .answer_box ul li{
	text-indent: -1rem;
    padding-left: 1.5rem;
}
.faq .accordion_base .accordion_inner .answer_box ul li::before {
    content: "-";
    padding-right: 5px;
}
.faq .accordion_base .accordion_inner .answer_box .answer_txt span:not(.osd_btn) {
	color: #970921;
	font-size: 1.5em;
	font-weight: 900;
}
.faq .accordion_base .accordion_inner .answer_box .answer_txt a img{
	margin: 0 .5rem;
}
.faq .accordion_base .accordion_inner .answer_box .note{
	margin: 1em 0 2em 1em;
	margin: 1em 0 2em 0;
	padding: 1em;
	background-color: #f0f0f0;
	/*border:solid 1px #090d11;
    border-radius: 10px;*/
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;    /* Firefox用 */  
}
.faq .accordion_base .accordion_inner .answer_box .note li{
	text-indent: -1.3em;
	padding-left: 1em;
	font-size: .9em;
	list-style-type: none;
}
.faq .accordion_base .accordion_inner .answer_box .note li::before {
    content: "・";
    padding-right: 5px;
}
.faq .accordion_base .accordion_inner .closeArea {
	width: 200px;
	margin: 2em auto 0;
}
.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4e5059;
	background: #fff;
	padding: 10px 20px;
	text-decoration: none;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.3s;
	border: 1px solid #4e5059;
}
.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
	color: #970921;
}
.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before,
.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #4e5059;
	border-radius: 10px;
	width: 20px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}
.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 20px;
	top: -1px;
	left: 7px;
}
.morefaq{
    display:block;
    max-width: 500px;
    margin: 50px auto 0;
    padding: 20px;
    background:#090d11;
    border:1px solid #090d11;
    color:#fff;
    text-align:center;
    border-radius:5px;
}
.morefaq:hover{
    cursor:pointer;
    background:#fff;
    color:#090d11;
    box-sizing: border-box;
}


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

	.faq .accordion_base .accordion_header {
		text-align: left;
		padding: 2rem 3.5em 2rem 3em;
		text-indent: -2em;
		font-size: 1.4rem;
	}
	.faq .accordion_base .accordion_header span:not(.osd_btn){
		font-size: 1.2em;
	}	
	.faq .accordion_base .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.faq .accordion_base .accordion_inner {
		padding: 1em;
	}
	.faq .accordion_base .accordion_inner .answer_box {
		padding-left: 2em;
	}
	.faq .accordion_base .accordion_inner .answer_box .answer_txt {
		font-size: 1.4rem;
	}
	.faq .accordion_base .accordion_inner .answer_box .answer_txt span:not(.osd_btn) {
		font-size: 1.2em;
	}
	.faq .accordion_base .accordion_inner .answer_box .answer_txt:first-of-type{
		text-indent: -2em;
	}
	.faq .accordion_base .accordion_inner .answer_box ul {
	    padding: 0 1em 0 0;
	}
	.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn {
		font-size: 14px;
	}
  #faq .anchor_faq {
    justify-content: space-between;
  }
  #faq .anchor_faq_item {
    width: 32%;
    margin: 0;
    max-width: 100%;
  }
  #faq .anchor_faq_item a {
    font-size: 1.3rem;
    padding: 2rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
	.faq .accordion_base .accordion_inner .answer_box .answer_txt:first-of-type {
		text-indent: -2em;
	}
	.faq .accordion_base .accordion_inner .answer_box img {
    top: inherit;
	}
	.faq .accordion_base .accordion_inner .answer_box aside{
		padding-left: 1em;
	}
	.faq .accordion_base .accordion_inner .answer_box .note {
    margin: 1em 0;
    padding: 1em 0 1em .5em;
	}
	.faq .accordion_base .accordion_inner .closeArea .close_box a.close_btn {
  	padding: .8em;
  	line-height: 1.1;
  	font-size: 1.2rem;
	}
	.morefaq{
    display:block;
    max-width: 100%;
    padding: 15px;
	}
  #faq .anchor_faq {
    flex-direction: column;
    align-items: center;
    margin-bottom: 7.5rem;
  }
  #faq .anchor_faq_item {
    width: 60%;
  }
  #faq .anchor_faq_item:not(:first-child) {
    margin-top: 1rem;
  }
  #faq .anchor_faq_item a {
    padding: 1.5rem 0.5rem;
  }
}


.bd_box {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid #ddd;
    margin-bottom: 2rem;
}

/*====================================================================
   #download ダウンロード（取扱説明書・ソフトウェア）
====================================================================*/
#download .cs_table th:nth-child(1) {
	width: 19%;
}

#download .cs_table th:nth-child(2) {
	width: 15%;
}
#download .cs_table th:nth-child(3) {
	width: 16%;
}
#download .cs_table th:nth-child(4) {
	width: 17%;
}
#download .cs_table th:nth-child(5) {
	width: 17%;
}
#download .cs_table th:nth-child(6) {
	width: 14%;
}
#download .catalog_archive {
	margin-top: 1rem;
	text-align: right;
}

/*====================================================================
   #contact (お問い合わせ)
====================================================================*/
#contact .right_box,
#contact .left_box{
	width: 47.5%;
}
#contact h3{
	font-size: 1.9rem;
	font-weight: 500;
}
#contact h4{
	font-size: 1.6rem;
	font-weight: 500;
}
#contact .tel {
  margin: 15px;
  margin-top: 5px;
  position: relative;
}
#contact .tel a{
	font-size: 2.5em;
	font-weight: bold;
	/*margin-left: 2.5em;*/
	pointer-events: none;
}
/*#contact .tel a:before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 60px;
  background: url(../images/ico_telpc.gif) no-repeat;
  top: 10px;
  left: 25px;
  -ms-transform: translateY(10%);
}*/
#contact .tel span{
    display: inline;
    position: relative;
    margin-left: .5em;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#contact .tel span img{
	/*width: 12%;*/
	vertical-align: text-bottom;
}
#contact .item_box ul li{
	padding-left: 1em;
}
#contact .item_box p span a{
	color: #970291;
}
#contact .item_box p span a:focus,
#contact .item_box p span a:hover {
    color: #23527c;
    text-decoration: underline
}
#contact .guide_indent p{
	text-indent: -2.5em;
	padding-left: 2em;
}
#contact .btn {
  margin-top: 3rem;
}
#contact .btn .btn_01{
  width: 400px;
  line-height: 2.5;
  font-size: 1.8rem;
  letter-spacing: .13em;
}
/*#contact .btn .btn_01:before {
	border: none;
	width: 18px;
	height: 23px;
	background: url(../../common/images/icon_exlink.png) no-repeat center / contain;
	transform: none;
	margin-top: -11.5px;
}*/

.anno li:before{
      content: ''!important;
    }
    .anno li{
      text-indent: -2.1em!important;
    padding-left: 2em!important;
    padding-right: 1em;
    }
@media screen and (max-width: 1024px) {
	#contact .inner_box{
		flex-direction: column;
	}
	#contact .right_box,
	#contact .left_box{
		width: 100%;
	}
	#contact .tel a:before {
    top: 5px;
    left: 15px;
	}
}
@media screen and (max-width: 991px) {
	#contact .btn .btn_01 {
		margin: 0 auto;
		line-height: 1.8;
		font-size: 1.4rem;
	}
	#contact .btn p {
		width: 100%;
    	margin: 0 auto;
	    text-align: left;
	}
}
@media screen and (max-width: 767px) {
	#contact .item_box ul li{
	padding-left: 1em;
	}

	#contact .tel a{
	font-size: 1.8em;
	/*margin-left: 1.5em;*/
	pointer-events: auto;
}

	/*#contact .tel a:before {
    width: 34px;
    height: 30px;
    background: url(../images/ico_telsp.gif) no-repeat;
    top: 7px;
    left: 0;}*/

	#contact .tel span img{
		width: auto;
		height: 1.8em;
	}
}

/*====================================================================
   #exchange (新品交換サービス)
====================================================================*/
.simple_box{
	margin: 2em auto;
	width: 60%;
}
.simple_box h4{
	font-size: 1.5em;
}
.imp_msg{
	color: red;
	font-size: 15px;
text-indent: -1em;
	padding-left: 1em;
}
.exchange_note{
	margin: 3em 0 0 0;
    padding: 2em;
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
}
.exchange_note h4{
	margin-bottom: 0.5em;
}
.exchange_note ul li,.exchange_note h4{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
}

@media screen and (max-width: 767px) {
.simple_box{
	margin: 2em auto;
	width: 100%;
}

.simple_box ul li{
	text-indent: -1em!important;
	padding-left: 1em!important;
}
.exchange_note{
	margin:1em 0;
    padding: 1em;
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
}
.exchange_note ul li,.exchange_note h4{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
}

}

/*====================================================================
   #purchase (ご購入)
====================================================================*/
#purchase .btn .btn_01 {
  margin: 0 auto;
}
