@charset "UTF-8";
/*
 * /consumer/products/products.css
 * created --- 2016/05/02
 * updated --- 2016/12/05
 * updated --- 2017/02/23
 * updated --- 2020/05/14
 * updated --- 2021/10/05
 * updated --- 2021/10/25
 * updated --- 2024/05/29
 * updated --- 2025/03/21
 */

/* .productTitle */
.productTitle{
  overflow:hidden;
  margin-top:30px;
}
.productTitle .productImage{
  float:left;
  width:480px;
  text-align:right;
}
.productTitle .productDetail{
  margin-left:500px;
  text-align:left;
  width:444px;
  position:relative;
}
.productTitle .productDetail h2{
  font-size:22px;
  line-height:34px;
  margin-bottom:30px;
}
.productTitle .productDetail p{
  font-size:14px;
  line-height:26px;
}
.productTitle .productDetail p.code{
  font-size:24px;
  line-height:26px;
}
.tag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.2em;
  margin-left: 10px;
  padding: 3px 8px;
  font-size: 13px;
  line-height: 1;
  color: black;
  border: 1px solid black;
}
.tagBlue {
  background-color:#3f57be;
  border: 1px solid #3f57be;
  color:#fff;
}
.tagRed {
  background-color:#be3f3f;
  border: 1px solid #be3f3f;
  color:#fff;
}
.tagDiscon {
  background: #737373;
  border: 1px solid #737373;
  color:#fff;
}
.productTitle .productDetail ul{
  list-style:none;
  margin-top:30px;
  margin-bottom:15px;
  font-size:17px;
  line-height:27px;
}
.productTitle .productDetail ul li span{
  font-size:10px;
  line-height:27px;
  color:#707070;
}
.productTitle .productDetail a.btnMovie{
  background-color:#525252;
  position:absolute;
  right:51px;
  bottom:68px;
  display: inline-block;
  font-size:12px;
  line-height:16px;
  padding:2px 32px 2px 10px;
}
.productTitle .productDetail a.btnBuy{
  background-color:#5f6b7e;
  font-size:16px;
  line-height:22px;
  width: 393px;
}
@media screen and (max-width: 639px) {
  .productTitle{
    overflow:hidden;
    margin-top:10px;
  }
  .productTitle .productImage{
    display: none;
  }
  .productTitle .productDetail{
    margin-left:0px;
    text-align:left;
    width:auto;
    position:relative;
    margin-bottom:20px;
  }
  .productTitle .productDetail .detailspimage{
    max-width:100%;
    height:auto;
  }
  .productTitle .productDetail a.btnMovie{
    position:relative;
    bottom:0;
    right:0;
    margin:5px auto;
  }
  .productTitle .productDetail a.btnBuy{
    margin:5px auto;
    width:auto;
  }
}
.c5-TabBox a{
  font-size:14px;
  line-height:17px;
  padding:22px 16px 39px 16px;
}
@media screen and (max-width: 639px) {
  .c5-TabBox a{
    font-size:12px;
    line-height:16px;
    padding:11px 4px 30px 4px;
  }
}

/*.c5-btnProducts1 ==========*/
.c5-btnProducts1 a{
	display: inline-block;
	padding: 23px 24px;
	color: #fff;
	width: 180px;
	position: relative;
	text-align: left;
}
.c5-btnProducts1 a i{
	position: absolute;
	right: 20px;
}
.c5-btnProducts1 a:hover {
  opacity: 1.0;
  background-color: #dba633;
}

/*.c5-mscTable ==========*/
.c5-mscTable {
  margin: 20px 0 20px;
}
.c5-mscTable table {
  width: 100%;
  font-size: 13px;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 639px) {
  .c5-mscTable table {
    font-size: 10px;
  }
}
.c5-mscTable .ept {
    font-size: 0;
}
.c5-mscTable thead th {
  background: #72757E;
  color: #fff;
  text-align: center;
  padding:13px 0;
}
.c5-mscTable thead th:first-child {
  border-right: solid 10px #fff;
}
.c5-mscTable tbody tr:nth-child(odd) th,
.c5-mscTable tbody tr:nth-child(odd) td, .c5-mscTable tfoot tr:nth-child(odd) th,
.c5-mscTable tfoot tr:nth-child(odd) td {
  background-color: #ffffff;
}
.c5-mscTable tbody tr:nth-child(even) th,
.c5-mscTable tbody tr:nth-child(even) td, .c5-mscTable tfoot tr:nth-child(even) th,
.c5-mscTable tfoot tr:nth-child(even) td {
  background-color: #f1f5f9;
}
.c5-mscTable tbody tr.subTitle th, .c5-mscTable tbody tr.subTitle td, .c5-mscTable tfoot tr.subTitle th, .c5-mscTable tfoot tr.subTitle td {
  padding: 3px 30px;
}

.c5-mscTable tbody.c5-mscTable__pad10 th,
.c5-mscTable tbody.c5-mscTable__pad10 td{
	padding: 5px 20px;
}
.c5-mscTable thead th{
	padding: 8px 20px;
}
.c5-mscTable tbody tr.subTitle th{
	padding: 3px 30px;
}
.c5-mscTable thead th:first-child{
	border-right: none;
}
.c5-mscTable thead th.c5-mscTable__border-right,
.c5-mscTable tbody td.c5-mscTable__border-right{
	border-right: solid 6px #fff;
}
.c5-mscTable tbody th, .c5-mscTable tfoot th{
	border-right: solid 6px #fff;
	padding: 15px 20px;
}
.c5-mscTable tbody td, .c5-mscTable tfoot td{
	padding: 15px 20px;
}
.c5-mscTable tbody td{
	line-height: 1.9em;
}
.c5-mscTable tfoot {
	border-top: solid 6px #fff;
}
.c5-mscTable tbody tr.bgGray th, .c5-mscTable tbody tr.bgGray td,
.c5-mscTable tfoot tr.bgGray th, .c5-mscTable tfoot tr.bgGray td{
	background-color: #72757e;
    height: 5px;
    padding: 0;
}
@media screen and (max-width: 639px) {
  .c5-mscTable tbody.c5-mscTable__pad10 th,
  .c5-mscTable tbody.c5-mscTable__pad10 td{
    padding: 2px 6px;
  }
  .c5-mscTable thead th{
    padding: 2px 6px;
  }
  .c5-mscTable tbody tr.subTitle th{
    padding: 1px 6px;
  }
	.c5-mscTableMq{

	}
	.c5-mscTableMq tbody tr:nth-child(even) td{
		background-color: #f1f5f9;
	}
  .c5-mscTableMq thead{
    display: block;
  }
  .c5-mscTableMq thead tr{
    display: block;
  }
  .c5-mscTableMq thead tr th{
    display: block;
  }
  .c5-mscTableMq tbody{
    display: block;
  }
  .c5-mscTableMq tbody tr{
    display: block;
  }
  .c5-mscTableMq tbody tr th{
    display: block;
  }
  .c5-mscTableMq tbody tr td{
    display: block;
    padding:6px 10px;
  }

}

/*c5-ico*/
.c5-ico{
	width: 580px;
	margin: 0 auto;
}
.c5-ico li{
	height: 63px;
	line-height: 63px;
	list-style: none;
}
.c5-ico .c5-ico_pdf{
	width: 50px;
	vertical-align: middle;
	margin-right: 25px;
}
@media screen and (max-width: 639px) {
	.c5-ico{
		width: 100%;

	}
  .c5-ico li{
    height: auto;
    line-height: 30px;
    list-style: none;
    overflow:hidden;
  }
  .c5-ico .c5-ico_pdf{
    width: 50px;
    vertical-align: middle;
    margin-right: 25px;
    float:left;
  }
}

/*c5-textLeft*/
.c5-row .c5-textLeft{
	width: 80%;
	float: left;
}
.c5-row .c5-textLeft2{
  width: 100%;
  float: none;
}
.c5-row .c5-textLeft2 p{
  font-size:14px;
  line-height:26px;
}
.c5-row .c5-imgRight{
	margin-left: 80%;
}
.c5-row .c5-imgCenter{
  margin-top:20px;
  margin-bottom:60px;
  text-align:center;
}
/*c5-bgLightGray*/
.c5-bgLightGray{
	background-color: #eeeeee;
	padding: 8px 15px;
}

/*fnt13px*/
.fnt13px{
	font-size: 13px;
}
.c5-marLft--20{
	margin-left: 20px;
}

@media screen and (max-width: 639px) {
	/*c5-textLeft*/
	.c5-row .c5-textLeft{
		width: 100%;
		float: none;
	}
	.c5-row .c5-imgRight{
		margin-left: 0;
    margin-bottom:20px;
    margin-top:5px;
	}
	.c5-marLft--20{
		margin-left: 0;
	}
  .c5-row .c5-imgCenter{
    margin-top:20px;
    margin-bottom:30px;
    text-align:center;
  }
  .c5-row .c5-imgCenter img{
    max-width:100%;
    height:auto;
  }
}



/*.c5-list ==========*/
.c5-list ul li{
	padding-left:1em;
	text-indent:-1em;

}
.c5-list_style{
	margin-left: 18px !important;
  font-size:14px;
  line-height:26px;
}



/* .banner */
.banner a{
  display: block;
}
.banner a img{
  max-width:100%;
  height:auto;
}


a.bgOrange:hover{
  opacity: 0.7;
}


/*========================================

  .pdt-intro

========================================*/
.pdt-intro {
  margin: 60px 0 20px;
}
.pdt-intro:after {
  clear: both;
  display: block;
  content: '';
}
.pdt-intro .txt-box1 {
  float: right;
  /*width:435px;*/
  width: 45.7894736%;
}
.pdt-intro .txt-box1 h2 {
  font-size:22px;
  line-height:34px;
}
.pdt-intro .txt-box1 em {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}
.pdt-intro .txt-box1 .name {
  font-size: 24px;
  line-height: 26px;
}
.pdt-intro .txt-box1 p {
  font-size: 14px;
  line-height: 26px;
}
.pdt-intro .img-box {
  float: left;
  margin: 0 0 0 13%;
  max-width: 328px;
  width: 34.5263157%;
  line-height: 0;
}
.pdt-intro .img-box.RC-S390 {
  padding: 5% 0 0;
}
.pdt-intro .img-box img {
  width: 100%;
  height: auto;
}
.pdt-intro .txt-box2 {
  position: relative;
  float: right;
  margin-top: 30px;
  width: 45.7894736%;
}
.pdt-intro .txt-box2 ul {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 27px;
  list-style: none;
}
.pdt-intro .txt-box2 li:before {
  content: '●';
  position: relative;
  top: -0.2em;
  padding-right: 5px;
  font-size: 11px;
  color: #707070;
}
.pdt-intro .txt-box2 .btn {
  margin-top: 15px;
  max-width: 395px;
  background: #5f6b7e;
}
.pdt-intro .txt-box2 .setup-movie {
  /*position: absolute;
  display: inline-block;
  right: 150px;
  bottom: 70px;*/
  padding: 2px 32px 2px 10px;
  max-width: 140px;
  font-size: 12px;
  line-height: 16px;
  background-color: #525252;
}

@media (max-width: 639px) {
  .pdt-intro {
    margin: 40px 0 30px;
  }
  .pdt-intro .txt-box1 {
    float: none;
    width: auto;
  }
  .pdt-intro .txt-box1 h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .pdt-intro .txt-box1 h2 br {
    display: none;
  }
  .pdt-intro .txt-box1 em {
    margin-top: 20px;
  }
  .pdt-intro .img-box {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  .pdt-intro .txt-box2 {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  .pdt-intro .txt-box2 .setup-movie {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .pdt-intro .txt-box2 .btn {
    max-width: 100%;
    width: auto;
  }
}


/*========================================

  .app-info (RC-S390.html)

========================================*/
.app-info {
  display: table;
  box-sizing: border-box;
  margin: 35px 0;
  padding: 30px 0;
  width: 100%;
  border: 1px solid #b8b9bd;
}
.app-info .logo-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 19.7257383%;
  line-height: 0;
}
.app-info .logo-box img {
  max-width: 81px;
  width: 43.315508%;
}
.app-info .txt-box {
  display: table-cell;
  vertical-align: middle;
  width: 47.2573839%;
}
.app-info .txt-box em {
  font-style: normal;
  line-height: 1.2;
}
.app-info .txt-box p {
  margin-top: 5px;
  font-size: 87.5%;
  line-height: 1.6;
}
.app-info .txt-box a {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 4px 35px 4px 15px;
  font-size: 87.5%;
  line-height: 1.4;
  color: #fff;
  background-color: #9599a2;
}
.app-info .txt-box a i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  font-size: 12px;
}
.app-info .link-box {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0;
  line-height: 0;
}
.app-info .link-box a {
  display: inline-block;
  margin-right: 15.9744408%;
  max-width: 160px;
  width: 60.8365019%;
}
.app-info .link-box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .app-info {
    display: block;
    margin: 20px 0 30px;
    padding: 20px;
  }
  .app-info .logo-box {
    display: block;
    width: auto;
  }
  .app-info .logo-box img {
    width: 25%;
  }
  .app-info .txt-box {
    display: block;
    margin-top: 20px;
    width: auto;
  }
  .app-info .link-box {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0 0;
    width: auto;
    border-top: 1px dotted #b8b9bd;
  }
  .app-info .link-box a {
    margin-right: 0;
    width: 50%;
  }
}


/* updated --- 2020/05/14
---------------------------------------------------------------*/

/* common
---------------------------------------------------------------*/
.fade {
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .5 !important;
	filter: alpha(opacity=60);
}

.idx_ttl{
	margin: 20px 0 30px;
	border-bottom: solid 2px #bfbfbf;
	font-size: 16px;
	line-height: 1.2;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
	position: relative;
	padding-bottom:6px;
}
@media screen and (max-width: 639px) {
.idx_ttl{
	font-weight:bold !important;
}
}

/* pickup
---------------------------------------------------------------*/
.pickup_cmn_block{
	list-style:none;
	flex-wrap: wrap;
	display:flex;
}
.pickup_cmn_block li{
	width:23%;
	margin-right:2.6%;
	margin-bottom:3.5%;
}
.pickup_cmn_block li:nth-child(4n){
	margin-right:0%;
}
@media screen and (max-width: 639px) {
.pickup_cmn_block li{
	width:48.5%;
	margin-right:2.6%;
}
.pickup_cmn_block li:nth-child(2n){
	margin-right:0%;
}
}
.pickup_cmn_block li a{
	display:block;
}
.pickup_cmn_list dt{
	margin-bottom:10px;
}
.pickup_cmn_list dt img{
	width:100%;
	vertical-align:bottom;
}
.pickup_cmn_list dd{
	text-align:center;
	color:#565656;
	font-size:15px;
	font-weight:bold;
}
@media screen and (max-width: 414px) {
.pickup_cmn_list dd{
	font-size:12px;
}
}
.pickup_cmn_list dd br.pc-none{
	display:none;
}
@media screen and (max-width: 414px) {
.pickup_cmn_list dd br.pc-none{
	display:block;
}
}

/* updated --- 2021/10/05
---------------------------------------------------------------*/

/* RC-S300
------------------------------------------- */

/* main_visual
----------------------------------- */
.main_visual{
	position:relative;
}
.main_visual > h2 img{
	width: 100%;
	vertical-align: bottom;
}
.main_visual .kv_wrap{
	width:100%;
	position:absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.kv_wrap .kv_catch{
	width:1130px;
	margin:0 auto;
}
@media screen and (max-width: 1200px) {
	.kv_wrap .kv_catch{
		width:auto;
		margin:0 15px;
	}
}
.kv_catch .kv_ttl{
  margin-bottom: 40px;
  font-size:26px;
}
@media screen and (max-width: 639px) {
  .kv_catch .kv_ttl{
    margin-bottom: 30px;
    font-size:18px;
  }
}
@media screen and (max-width: 414px) {
  .kv_catch .kv_ttl{
    margin-bottom: 18px;
	margin-top: 5px;
    font-size:14px;
  }
}
.kv_catch .ic_txt{
  line-height: 1.3;
  font-size:13px;
}
@media screen and (max-width: 414px) {
  .kv_catch .ic_txt{
    font-size:11px;
  }
}
.kv_catch .item_name{
  margin-bottom: 15px;
  font-size:22px;
}
.kv_catch .tagRed {
  background-color:#EB0000;
  border: 1px solid #EB0000;
  color:#fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.2em;
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 414px) {
  .kv_catch .item_name{
    font-size:18px;
  }
}
.kv_catch .btn_kv a{
  width:380px;
  padding: 12px;
  text-align: center;
  color:#fff;
  background: #d24615;
  display:block;
  position: relative;
}
@media screen and (max-width: 639px) {
  .kv_catch .btn_kv a{
    width:200px;
    padding:5px 12px;
  }
}
@media screen and (max-width: 414px) {
  .kv_catch .btn_kv a{
    width:140px;
    padding:5px 12px;
    font-size:13px;
  }
}
.kv_catch .btn_kv a:after{
	content: "\e826";
	position: absolute;
	right: 15px;
	top: 50%;
  margin-top: -6.5px;
	font-size: 8px;
	font-family: "fontello";
}
@media screen and (max-width: 414px) {
  .kv_catch .btn_kv a:after{
    right: 10px;
    font-size: 8px;
  }
}
.kv_catch .txt_kv a{
  width:380px;
  padding: 12px;
  text-align: center;
  display:block;
  position: relative;
}
@media screen and (max-width: 639px) {
  .kv_catch .txt_kv a{
    width:200px;
    padding:5px 12px;
  }
}
@media screen and (max-width: 414px) {
  .kv_catch .txt_kv a{
    width:140px;
    padding:5px 12px;
    font-size:13px;
  }
}
.kv_catch .txt_kv a:after{
	content: "\e826";
	position: absolute;
	right: 15px;
	top: 50%;
  margin-top: -6.5px;
	font-size: 8px;
	font-family: "fontello";
}
@media screen and (max-width: 414px) {
  .kv_catch .txt_kv a:after{
    right: 1px;
    font-size: 8px;
  }
}


/* supp
----------------------------------- */
.supp{
  width:1130px;
  margin:100px auto;
}
.supp a{
  text-decoration: underline;
}
@media screen and (max-width: 639px) {
  .supp{
    width:auto;
    margin:50px 20px;
  }
}
.supp .supp_block{
  list-style: none;
  display: flex;
}
@media screen and (max-width: 639px) {
  .supp .supp_block{
    margin-bottom: 30px;
    display: block;
  }
}
.supp .supp_block.sf{
  position: relative;
  top: -20px;
}
@media screen and (max-width: 639px) {
  .supp .supp_block.sf{
    position: static;
    top: 0px;
  }
}
.supp .supp_block li:first-child{
  flex:1;
}
@media screen and (max-width: 639px) {
  .supp .supp_block li:first-child{
    margin-bottom: 30px;
  }
}
.supp .supp_block li:first-child.p1{
  padding-top: 30px;
}
@media screen and (max-width: 639px) {
  .supp .supp_block li:first-child.p1{
    padding-top:0px;
  }
}
.supp .supp_block li:first-child.p2{
  padding-top: 90px;
}
@media screen and (max-width: 639px) {
  .supp .supp_block li:first-child.p2{
    padding-top:0px;
  }
}
.supp .supp_block li:last-child{
  width: 290px;
  margin-left:60px;
}
@media screen and (max-width: 639px) {
  .supp .supp_block li:last-child{
    width: auto;
    margin-left:0px;
    text-align: center;
  }
  .supp .supp_block li:last-child img{
    max-width: 100%;
  }
}
.supp_ttl{
  margin-bottom: 20px;
  font-size:24px;
}
@media screen and (max-width: 414px) {
  .supp_ttl{
    margin-bottom: 20px;
    font-size:17px;
  }
}
.supp_block .supp_ttl span{
  width: 100px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #145189;
  border: 2px #145189 solid;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .supp_block .supp_ttl span{
    width: 80px;

  }
}
@media screen and (max-width: 414px) {
  .supp_block .supp_ttl span{
    width: 50px;
    margin-right: 4px;
    font-size: 10px;
  }
}
.supp_block .supp_ttl span:first-of-type{
  margin-left:20px;
}
@media screen and (max-width: 414px) {
  .supp_block .supp_ttl span:first-of-type{
    margin-left:5px;
  }
}
.supp_txt{
  margin-bottom: 10px;
  font-size: 16px;
}
.supp_txt2{
  font-size: 13px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.myna{
  width:620px;
  margin-bottom: -40px;
  position:relative;
  top: -40px;
}
@media screen and (max-width: 639px) {
  .myna{
    width:auto;
    margin-bottom: 0px;
    position:static;
    top:0px;
  }
}
.myna .myna_img{
  position:absolute;
  top: 70px;
  right: -120px;
}
@media screen and (max-width: 639px) {
  .myna .myna_img{
    margin:30px 0;
    text-align: center;
    position:static;
  }
}
.myna_menkyo{
  width:1190px;
  margin-top:70px;
  position:relative;
}
@media screen and (max-width: 639px) {
  .myna_menkyo{
    width:auto;
    margin-bottom: 50px;
    position:static;
    top:0px;
  }
}
.sf_list{
  display: flex;
}
@media screen and (max-width: 639px) {
  .sf_list{
    display: block;
  }
}
.sf_list dt{
  margin-right:30px;
  flex: 1;
}
@media screen and (max-width: 639px) {
  .sf_list dt{
    margin-right:0px;
  }
  .sf_list dt br{
    display: none;
  }
}
.sf_list dd{
  width: 215px;
}
@media screen and (max-width: 639px) {
  .sf_list dd{
    width: auto;
    margin-top:20px;
    text-align: center;
  }
  .sf_list dd img{
    max-width: 100%;
  }
}
/* function
----------------------------------- */
.function{
  padding:80px 20px 30px;
  background: #f1f5f9;
}
@media screen and (max-width: 639px) {
  .function{
    padding:50px 20px 10px;
  }
}
.function_inner{
  width: 1190px;
  margin: 50px auto;
}
@media screen and (max-width: 639px) {
  .function_inner{
    width: auto;
    margin: 50px auto;
  }
}
.function .fnc_ttl{
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.fnc_wrap{
  margin-bottom: 50px;
  padding:50px 0;
  border-top: 3px #fff dashed;
  border-bottom: 3px #fff dashed;
}
@media screen and (max-width: 639px) {
  .fnc_wrap{
    margin-bottom: 40px;
    padding:30px 0 0px;
  }
}
.fnc_head{
  padding:0 30px;
  justify-content: space-between;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .fnc_head{
    display: block;
  }
  .fnc_head li:first-child{
    margin-bottom: 30px;
  }
  .fnc_head li:last-child{
    text-align: center;
  }
  .fnc_head li:last-child img{
    max-width:100%;
  }
  .fnc_head br{
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .fnc_head{
    padding:0 20px;
  }
}
.fnc_head li:first-child.pt{
  padding-top: 40px;
}
.fnc_head li:last-child.pr{
  padding-right: 40px;
}
@media screen and (max-width: 639px) {
  .fnc_head li:first-child.pt{
    padding-top: 0px;
  }
  .fnc_head li:last-child.pr{
    padding-right: 0px;
  }
}
.fnc_ttl2{
  margin-bottom: 20px;
  font-size:24px;
}
@media screen and (max-width: 414px) {
  .fnc_ttl2{
    font-size:17px;
  }
}
.fnc_flash{
  padding:30px;
  justify-content: space-between;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .fnc_flash{
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .fnc_flash{
    padding:30px 20px;
  }
}
.fnc_flash li{
  width: 30%;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .fnc_flash li{
    width: auto;
    margin-bottom: 20px;
  }
}
.fnc_flash_list{
  text-align: center;
  font-size: 16px;
}
.fnc_flash_list dt{
  margin-bottom: 15px;
  font-weight: bold;
}
.fnc_flash_list dt img{
  max-width: 100%;
}
.fnc_flash_list dd:nth-child(2){
  margin-bottom: 15px;
  color: #604c9a;
}
/* fnc_flow */
.fnc_flow{
  margin:0 30px 80px;
  padding:80px 50px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 639px) {
  .fnc_flow{
    margin:0 30px 50px;
    padding:30px 30px;
  }
}
@media screen and (max-width: 414px) {
  .fnc_flow{
    margin:0 20px 50px;
  }
}
.fnc_flow_block{
  margin-bottom: 100px;
  justify-content: space-between;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .fnc_flow_block{
    display: block;
  }
  .fnc_flow_block br{
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .fnc_flow_block{
  margin-bottom: 50px;
  }
}
.fnc_flow_block:last-of-type{
  margin-bottom: 0px;
}
.fnc_flow_block li:first-child{
  width: 50%;
}
@media screen and (max-width: 639px) {
  .fnc_flow_block li:first-child{
    width: auto;
    margin-bottom: 20px;
  }
}
.fnc_flow_block li:last-child{
  width: 45%;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .fnc_flow_block li:last-child{
    width: auto;
    text-align: center;
  }
}
.fnc_flow_block li:last-child img{
  max-width: 100%;
}
.fnc_ttl3{
  margin-bottom: 15px;
  font-size:18px;
}
.fnc_ttl3 span{
  color: #604c9a;
}
/* fnc_install */
.fnc_install_wrap{
  padding:60px 0 0;
  border-top: 3px #fff dashed;
}
.fnc_install_wrap span{
  text-decoration: underline;
}
@media screen and (max-width: 639px) {
  .fnc_install_wrap{
    padding:40px 0 0;
  }
}
.fnc_install{
  list-style: none;
}
.fnc_install dt{
  margin:0 30px 20px;
  font-size: 20px;
  font-weight:bold;
}
@media screen and (max-width: 414px) {
  .fnc_install dt{
    margin:0 20px 20px;
  }
}
.fnc_install dd{
  margin:0 30px 10px;
  font-size: 16px;
}
@media screen and (max-width: 414px) {
  .fnc_install dd{
    margin:0 20px 10px;
  }
}
.fnc_install dd.att{
  padding-left:1em;
	text-indent:-1em;
  font-size: 13px;
}
/* product_size */
.product_size{
  padding:80px 20px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .product_size{
    padding:50px 20px;
  }
}
.product_size > h2{
  margin-bottom: 20px;
  font-size: 24px;
}
.product_size > p img{
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .product_size > p img{
    width: 80%;
  }
}

/* appli
----------------------------------- */
.appli{
  margin-bottom: 20px;
  justify-content: space-between;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .appli{
    display: block;
  }
}
.appli li{
  width: 48%;
  padding: 30px;
  border:1px #bfbfbf solid;
  box-sizing: border-box;
} 
@media screen and (max-width: 639px) {
  .appli li{
    width: auto;
  }
}
@media screen and (max-width: 414px) {
  .appli li{
    padding: 20px;
  }
}
.appli_list{
  align-items: center;
  display: flex;
  list-style: none;
}
.appli_list dt{
  width:184px;
  margin-right: 50px;
}
@media screen and (max-width: 639px) {
  .appli_list dt{
    width:30%;
    margin-right: 30px;
  }
}
.appli_list dt img{
  max-width: 100%;
  vertical-align: bottom;
}
.appli_list dd{
  font-size: 20px;
  font-weight:bold;
}
@media screen and (max-width: 639px) {
  .appli_list dd{
    font-size: 17px;
  }
}
@media screen and (max-width: 414px) {
  .appli_list dd{
    font-size: 15px;
  }
}
.appli_txt{
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  .appli_txt{
    margin-bottom: 0px;
  }
}
/* manual
----------------------------------- */
.manual_block{
  margin-bottom: 50px;
  align-items: center;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .manual_block{
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .manual_block{
    margin-bottom: 0px;
  }
}
.manual_block li{
  width:50%;
}
@media screen and (max-width: 639px) {
  .manual_block li{
    width:auto;
  }
  .manual_block li:first-child{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .manual_block li{
    font-size: 13px;
  }
}
.manual_block li a{
  display: block;
}
.manual_block li a img{
  width:40px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 414px) {
  .manual_block li a img{
    width:30px;
  }
}
/* btn_rec
----------------------------------- */
.rec_txt{
  margin-bottom: 20px;
}
.btn_rec a{
  width: 370px;
  margin: 0 auto;
  padding:20px;
  color:#fff;
  text-align: center;
  background: #145189;
  position: relative;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 414px) {
  .btn_rec a{
    width: auto;
  }
}
.btn_rec a:after{
	content: "\e826";
	position: absolute;
	right: 15px;
	top: 50%;
  margin-top: -6.5px;
	font-size: 8px;
	font-family: "fontello";
}
