@charset "utf-8";

#lNavi dt{
	width:6em;
	/*margin-bottom:43px;*/
}

.table_basic01.noise14{
	table-layout:inherit;
	border:none;
	}
.table_basic01.noise14 th,
.table_basic01.noise14 td{
	font-size:12px;/*for IE*/ font-size:1.2rem;
	padding:3px;
	}
	.table_basic01.noise14 th{	line-height:1.4;
	text-align:center;
	color:#fff;
	background-color:#8c90cc;}

	.table_basic01.noise14 .thCol01{	background:#F4F5FE;}
	.table_basic01.noise14 .none{	border:none; padding:0;}
	
table caption::before,
table caption::after {
	display: none;
}

.toggle-sw {
	display: inline-block;
	margin: 0 0 0 1.2em;
	position: relative;
	border: 1px solid #ccc;
	width: 15px;
	height: 13px;
	line-height: 0.9;
	cursor: pointer;
}
.toggle-sw:hover {
	background: #ccc;
	text-decoration: none;
}
.toggle-sw::before{
	content:"";
	display: block;
	position: absolute;
	top: 3px;
	right: -2px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #002cbd;
	border-bottom: 1px solid #002cbd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-sw.active::before{
	top: 5px;
	border: none;
	border-top: 1px solid #002cbd;
	border-right: 1px solid #002cbd;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toggle-sw:hover::before{
	border-color: #fff;
}
.toggle-tg {
	display: block;
	border: 1px solid #ccc;
	margin: 10px 0 10px 1.5em;
}
.toggle-tg:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.toggle-tg ul {
	margin: 0.75em 0 0;
	padding: 0 0 0 10px;
}
.toggle-tg ul.ul-col2 {
	width: 48%;
	float: left;
}
.toggle-tg ul.ul-col2 + ul.ul-col2 {
	border-left: 1px dotted #ccc;
}

.table_technical td {
	padding-right: 2px;
	padding-left: 2px;
	line-height: 1;
}
.table_technical td.hankaku-wd {
	word-break: break-all;
}
.table_world th img {
	vertical-align: middle;
	margin-right: 10px;
}

.heading_number01 {
	color: #00a0e9;
	margin-left: 3em;
}

.dl_productinfo01 dt {
	width: 6em;
	float: left;
}
.dl_productinfo01 dd {
	margin-left: 6em;
}


.dl_productinfo02 dt {
	width: 1.5em;
	float: left;
}
.dl_productinfo02 dd {
	margin-left: 1.5em;
}
.dl_productinfo02 dd + dt::before {
	content: "";
	display: block;
	clear: both;
}
.dl_productinfo02 dd + dt {
	padding-top: 40px;
}

.box_qa01 {
  margin: 0 0 30px;
  padding: 0 20px;
  border: 1px solid #d8daea;
  background: #fafbff;
}

.box_qa01_q,
.box_qa01_a {
  position: relative;
  display: table;
  width: 100%;
  height: 50px;
  padding: 20px 0;
  color: #fff;
}

.box_qa01_q {
  font-weight: bold;
  font-size:20px;/*for IE*/ font-size:2rem;
}

.box_qa01_a {
  margin: 0;
  border-top: 1px dashed #ddd;
  font-size:16px;/*for IE*/ font-size:1.6rem;
}

.box_qa01_q-in,
.box_qa01_a-in {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.box_qa01_q-in {
  color: #111987;
}

.box_qa01_a-in {
  color: #333;
}

.box_qa01_q-in_images{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 608px;
	margin-top: 20px;
}
.box_qa01_q-in_images .images{
	padding: 0 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.box_qa01_q-in_images.column2 .images{ width: 50%;}
.box_qa01_q-in_images.column3 .images{ width: 33.33%;}

.box_qa01_q-in_images .images img{
	max-width: 100%;
	height: auto;
}
.box_qa01_q-in_images .images .caption{
	color: #333;
	font-weight: normal;
	display: block;
}

.box_qa01_q:before,
.box_qa01_a:before {
  display: table-cell;
  width: 30px;
  font-size:16px;/*for IE*/ font-size:1.6rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  z-index: 1;
  border-radius: 2px;
}

.box_qa01_q:before {
  content: "Q";
  background: #111987;
}

.box_qa01_a:before {
  content: "A";
  background: #ff7171;
}

.box_point01 {
  padding: 20px;
  border: 1px solid #f38f8f;
}

.box_point01-title {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  color: #c00;
}

.box_point01-text {
  margin: 0;
}

.box_relate01 {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ccc;
}

.box_relate01_title {
  margin: 0 0 10px;
  font-size:18px;/*for IE*/ font-size:1.8rem;
  font-weight: bold;
}

ul.box_relate01_link {
  margin: 0;
}

ul.box_relate01_link > li {
  margin: 5px 0 0;
}

.heading02 {
  display: table;
  width: 100%;
}

.heading02 > .icon,
.heading02 > .text {
  display: table-cell;
  vertical-align: top;
}

.heading02 > .icon {
  width: 1px;
  padding-right: 10px;
  font-weight: bold;
  white-space: nowrap;
  color: #111987;
}

.heading02 > .text {
  width: 100%;
}

.linkBtn {
  margin-top: 50px;
  text-align: center;
}

.linkBtn > a {
  padding: 16px 36px;
  border: 1px solid #111987;
  border-radius: 3px;
  transition: .3s;
}

.linkBtn > a:hover {
  text-decoration: none;
  color: #fff;
  background: #111987;
}

.table_pw01{
	table-layout:inherit;
	border:none;
	width:45%;
	}
.table_pw01 th,
.table_pw01 td{
	font-size:12px;/*for IE*/ font-size:1.2rem;
	padding:3px;
	}
	.table_pw01 th{	line-height:1.4;
	text-align:center;
	color:#fff;
	background-color:#8c90cc;}

	.table_pw01 .thCol01{	background:#F4F5FE;}
	.table_pw01 .none{	border:none; padding:0;}
	
table caption::before,
table caption::after {
	display: none;
}

.table_noise01{
	table-layout:inherit;
	border:none;
	width:50%;
	}
.table_noise01 th,
.table_noise01 td{
	font-size:12px;/*for IE*/ font-size:1.2rem;
	padding:3px;
	}
	.table_noise01 th{	line-height:1.4;
	text-align:center;
	color:#fff;
	background-color:#8c90cc;}

	.table_noise01 .thCol01{	background:#F4F5FE;}
	.table_noise01 .none{	border:none; padding:0;}
	
table caption::before,
table caption::after {
	display: none;
}

/*case 202010*/
/*----- unit -----*/
.unitSeries{margin-bottom:10px;}
.unitSeriesIn{
	background:#f2f4f3;
	border-radius: 5px;
	overflow:hidden;
	}
.unitSeries .images { float:left; width:175px;}
	.unitSeries .images p{ margin:0;}
.unitSeries .text{
	position:relative;
	float:right;
	width:355px;
	padding:10px 190px 15px 0;
	min-height:95px;
	}
.unitSeries .text p{ margin:0;}
.unitSeries h2{
	font-size:24px;/*for IE*/ font-size:2.4rem;
	margin:0; display:inline-block;
	word-break:break-all;
	line-height:1.2em;
	margin-bottom:5px;
	}
		.unitSeries h2 span{font-size:16px;/*for IE*/ font-size:1.6rem; margin-left:5px; }
.unitSeries .ico{
	text-align:right;
	position:absolute;
	top:15px; right:10px;
	}

.unitSeries .btnOpen01{
right:10px; bottom:12px;
 position:absolute; 
	z-index:20;
	border-color:#8d93dd;
}
.btnOpen01:before{
		content:url(/shared/images/ico_open01.png);
	}
.unitSeries .btnClose01{
	width:100px;
	margin:10px auto 0;
}

.unitSeries.type01 .text {
  float: none;
  width: 100%;
  padding: 0;
  min-height:0;
  box-sizing: border-box;
}

.unitSeries.type01 .text > h2 {
  display: block;
  margin-bottom: 0;
}

.unitSeries.type01 .text > h2 > a {
  padding: 10px 20px;
}

.unitSeries.type01 .text > h2 > a:before {
  margin-left: 20px;
}

.unitSeries.type01 .text > h2 > a:hover {
  background: #ebecfc;
}

.unitSeries.type01 .text > h2 > a.isActive {
  text-decoration: underline;
  background: #ebecfc;
}

.unitSeries.type01 .btnClose01{
  position: absolute;
  top: -43px;
  right: 20px;
  margin-top: 0;
}

.unitSeries.type01 .btnClose01:hover {
  color: #fff;
  background: #111987;
}
/*----- icon -----*/
.icoProd01:after{
	font-size:12px;/*for IE*/ font-size:1.2rem;
	display: inline-block;
	vertical-align:text-top;
	overflow: hidden;
	padding:0.2em 0.8em 0.1em;
	line-height:1.2em;
	text-indent:0;
}

.icoProd01:after{ content:"新製品"; background:#C00; color:#FFF;}
.prodTitle .icoProd01:after{ vertical-align:middle;}
/* ここまで case 202010*/

/*
===============================
  FAQのレビューボックス
===============================
*/
#faq-review-box{
	text-align:center;
	border:solid 1px #CCC;
	margin-top:40px;
    padding: 0;
}
#faq-review-box p{
	margin:.5em 0;
	padding:0 1em
}
#faq-review-box .heading{
	text-align:center;
	background:#F4F5FE;
	border-bottom:solid 1px #CCC;
	margin:0;
	padding:.4em
}

/*
===============================
  FAQのレビューボタン
===============================
*/
#faq-review-flex{
    display: flex;
	justify-content: center;
	color: #3B3BA3;
}
#faq-review-flex div{
	border:solid 1px #CCC;
	background-color: #fff;
	border-radius:4px;
	box-shadow: 3px 3px 5px 1.5px #a9a9a9;
    width: 30%;
    margin: 10px;
    padding: 10px;
}
#faq-review-flex div:hover {
	cursor: pointer;
	border: 1px solid #a619;
	background: #3B3BA3;
	color: #fff;
}
#faq-review-flex div:active {
  box-shadow: none;
  position: relative;
  top: 3px;
  left: 3px;
}

/*レビュー顔サイズ*/
i.far{
	font-size: 40px;
}

/*
===============================
  FAQのレビュー後のアンケートボックス
===============================
*/
#faq-message-box{
	text-align:center;
	border:solid 1px #CCC;
	margin-top:40px;
    padding: 0;
}
#faq-message-box p{
	text-align: center;
	margin:.5em 0;
	padding:0 1em
}
#faq-message-box .heading{
	text-align:center;
	background:#F4F5FE;
	border-bottom:solid 1px #CCC;
	margin:0;
	padding:.4em
}

/*
===============================
  FAQのレビュー後のアンケート
===============================
*/
#faq-message{
	border:solid 1px #CCC;
	border-radius:4px;
	padding:5px;
	width: 100%;
	height: 7em;
	line-height: 1.5em;
}
#faq-message:focus {
	background: #f7ffff;
	box-shadow: 0px 0px 8px rgba(76, 181, 232, 0.8);
}

/*
===============================
  FAQのレビュー後の注意＆送信ボタン
===============================
*/
#faq-message-flex{
    display: flex;
	justify-content: space-between;
	color: #3B3BA3;
}
#faq-message-flex div{
	//margin-left: 10px;
	//padding: 10px;
}

/*
===============================
  送信ボタン
===============================
*/
#faq-message-btn {
	//border: 1px solid #CCC;
	border-radius: 0.3em;
	//color: #CCC;
	font-size: 12px;
	font-weight: bold;
	margin-right: 150px;
	padding: 2px 12px;
	cursor: pointer;
    height: 29px;
	
}
.faq-message-btn-disable {
	border: 1px solid #CCC;
	background: #fff;
	color: #ccc;
}
.faq-message-btn-active {
	border: 1px solid #3B3BA3;
	background: #fff;
	color: #3B3BA3;
}
.faq-message-btn-active:hover {
	border: 1px solid #3B3BA3;
	background: #3B3BA3;
	color: #fff;
}

/*
===============================
  注意事項
===============================
*/
.faq-notice {
	text-align:left;
	font-size:80%;
	margin-left: 20px;
}
