html {
 overflow-y: scroll;
}

body{font-size:15px; font-family: 'Noto Sans JP'; line-height:1.5;background: url(https://mss.smcworld.com/brmss_test/img/hd_bg.png) repeat-x; padding-top:20px;}
.stage{max-width: 1750px;width: 95%; margin:0 auto;}
img{width:100%; height:auto;}
a img{transition:0.2s all;}
section{margin-bottom:40px;}
::placeholder {opacity: 0.5;  color: #000;}
input:disabled {  background-color: #ccc !important;}
:disabled:hover{filter:Alpha(opacity=100);opacity: 1 !important; cursor:default !important;}

#modal_popup_input.disabled:after {
	content: "";
	display: block;
	background-color: #696969c2;
	opacity: 1;
	position: absolute;
	top: 0px;
	width: -webkit-fill-available;
	height: -webkit-fill-available;
}

@media screen and (max-width: 800px) {
	body{font-size:13px; }
}


/*====================
共通
=====================*/
h1{font-weight:bold;}
h2{font-weight:bold;}
h3{background-color: #0074be;color: #ffffff;line-height: 18px;font-size:18px; width:100%; padding:10px; margin-bottom:10px; font-weight: bold;}
h4{text-align:left;font-size:15px;}
	
.ic-btn{position: relative;cursor: pointer; margin-left:20px;}
.ic-btn img{width:20px; height:auto;position: absolute;	top: 50%;left: 50%;	transform: translate(-50%, -50%);display: block;margin-top: 1px;}
.ic-btn:hover img:nth-of-type(2) {	opacity: 0;}

.notice{background: #F8F8F8;padding: 5px;border: 1px solid #DDD;font-size: 12px; font-size: 14px; margin-top:20px;}
.notice ul li{ background:url(/brmss_test/img/ic-info-red.png) no-repeat;background-size: 16px 16px;padding-left: 30px; margin-top:5px;}
.notice li {text-indent: -20px;    padding-left: 30px;}/*20250911*/
.notice ul li:first-child{margin-top:0px;}
.notice img{width:20px; margin-right: 5px}

/*一般共通*/
.margin_top0 { margin-top: 0px;}


@media screen and (max-width: 800px) {
h3{line-height: 15px;font-size:15px;}
h4{font-size:13px;}
}
/*====================
共通（テーブル）
=====================*/
table{width:100%;}
table tr{border-bottom:solid 1px #CCCCCC;}
table tr:first-child{border-top:solid 1px #CCCCCC;}
table tr:nth-child(odd) td{background:#e5f1f8;}
table th,table td{border-right:solid 1px #CCCCCC;vertical-align: middle;color: #476a91;}
table th:first-child,table td:first-child{border-left:solid 1px #CCCCCC;}
table th{padding:5px; background:#a3d4f5; font-size:15px; text-align:center;}
table td{padding:5px; font-size:14px; }


table.td_table tr td {border:solid 0px; background:#e5f1f800;background-color:none;}

/*====================
共通（ボタン）
=====================*/
.btn{margin-top:20px;}
.btn input[type=button]{display:block;width:250px; margin-left:auto; margin-right:auto; color: #fff;background-color: #0074be; border-radius: 5px; text-align:center; font-size: 18px; padding:5px 0px;}
.btn input[type=button]:hover{background-color:rgba(0, 116, 190, 0.9)}

/*====================
共通（グループボタン）
=====================*/
.btn-group{ display:flex;margin-top:20px; margin-left:auto; margin-right:auto;width: fit-content;}
.btn-group .btn{margin-top:0px;}
.btn-group .btn  input[type=button]{display:block;width:250px; margin-left:10px; margin-right:10px; }

@media screen and (max-width: 800px) {
.btn-group{/*flex-direction: column;*/width:auto;justify-content: space-between;flex-wrap: wrap; margin-top: 10px !important; margin-bottom: 0px !important;}
.btn-group .btn{margin-bottom:10px; width:48%;}
.btn-group .btn input[type=button] {width:100%;margin: auto;}
.btn-group2{margin-top: 0px !important;}
}
/*====================
共通（ラジオボタン）
=====================*/
input[type=radio].radio_btn_item{display: none;}
.radio_btn label {display: inline-block;margin-right: 20px;}
.radio_btn label:hover{cursor:pointer;}
.radio_btn .radio_btn_item + span {padding-left: 20px;display: inline-block;position: relative;}
.radio_btn .radio_btn_item + span::after,
.radio_btn .radio_btn_item + span::before {border-radius: 50%;content: '';display: block;position: absolute;top: 50%;left: 0%;transform: translate(-50%, -50%);background:#FFF;height: 20px;width: 20px; border:solid 2px #0074be;}
.radio_btn .radio_btn_item + span::after{background: #0074be;width: 12px; height: 12px;opacity: 0;}
.radio_btn .radio_btn_item:checked + span::after {opacity: 1;}
.radio_btn .radio_btn_item:disabled + span::after {background: #b5b5b5; border:solid 2px #b5b5b5;}
.radio_btn .radio_btn_item:disabled + span::before {border:solid 2px #b5b5b5;}
.radio_btn .radio_btn_item:disabled + span {opacity: 0.3;cursor:default;}

/*====================
共通（セレクトリスト）
=====================*/
.select_wrap {  position: relative;  width: 90%;}
.select_wrap::after{position: absolute;top: 20%;right: 10px;width: 15px;height: 15px;border-top: 3px solid #0074be;border-right: 3px solid #0074be;transform: rotate(135deg);pointer-events: none;content: "";}
.select_wrap select {  appearance: none;  width: 100%;  height: auto;  border:1px solid #0074be; padding:7px; padding-right: 30px; cursor: pointer; font-size:15px;}
.select_wrap select:focus {outline: none;}
.select_wrap .tooltip {
	background: #000;
	color:#fff;
    position: absolute;
    padding: 5px;
	z-index: 900;
}

@media screen and (max-width: 800px) {
	.stage {width: 98%;}
	.select_wrap select{font-size:13px;}
}

/*====================
共通（レンジ）
=====================*/
input[type="range"]{ width:100%;-webkit-appearance: auto;cursor: pointer; margin-left:10px; margin-right:10px;}

/*====================
共通（テキスト入力）
=====================*/
input[type="text"]{ width:90%;-webkit-appearance: auto;border: 1px solid #0074be; background:#FFF; padding:5px; text-align:right;}
textarea{padding:10px;padding:2px;  width:100%;/*border:solid 1px #dcdcdc;*/resize: none;height: 100px;}
.input_value{ width:70%;-webkit-appearance: auto; padding:5px; text-align:right;}

/*====================
メインヘッダー
=====================*/
.header{ display:flex;}
.header h1{color:#b5b5b5; font-size:20px;height:40px;line-height: 40px; width:50%; }
.header h1 img{height:36px; width:auto; margin-right:10px;}
.header .select-box{width:50%; }
.header .select-box .item1{display:flex;justify-content: flex-end; margin-bottom:5px;}
.header .select-box .item2{display:flex;justify-content: flex-end;}
.header .select-box .unit{margin-left:100px; white-space:nowrap;}
.header .select-box select{border: 1px solid #cccccc; padding:5px 10px; font-size:16px;}

/*====================
見出し（画像なし・画面１）
=====================*/
h2{font-size:26px;color: #0074be;border-bottom: 2px solid #0074be; margin:20px 0; padding-bottom:20px; }

/*====================
見出し（画像付き・画面０）
=====================*/
.main-image{ position:relative; margin-top:20px;}
.main-image h2{font-size:32px;position:absolute; top:0px; left:20px;border-bottom:none;color: #797c87;max-width: 40%;line-height: 30px;}
@media screen and (max-width: 800px) {
	.main-image h2{max-width: 300px;top: -40px; font-size: 25px;}
}

/*====================
画面0：アコーディオン
=====================*/
.accordion {  margin-top: 20px;}
.accordion .item {}
.accordion .head {  position: relative;  padding: 5px 0;  border-radius: 8px 8px 0 0;  cursor: pointer;  width: 100%;}
.accordion .head:after {  content: "";  border-top: 2px solid #2ca6e0;  border-left: 2px solid #2ca6e0;display: inline-block;width: 10px;height: 10px;transform: rotate(-135deg);  transition: transform .4s;  transform-origin:center center;  margin-left:20px;  margin-bottom:3px;}

.accordion .body {position: relative;padding: 0 20px;  line-height: 0;  opacity: 0;transition: line-height 0.4s, padding 0.4s, opacity 0.4s;display:flex;}
.accordion .body img{height:0; width:180px;}
.accordion .body ul{padding-left:40px;list-style-position: outside;list-style-type: disc;}
.accordion .body.is-open {padding: 20px;  line-height: 1.5;  opacity: 1; }
.accordion .body.is-open img{height:100%; width:180px;}
.accordion .head.is-open::after {transform: rotate(45deg);margin-bottom:-1px;}

.product_list_wrapper {
	margin-top:0.8vw;
	margin-left: 0.7rem;
	position: relative;
	min-height: 200px;
}
dl.product_list {
	position: relative;
	width: 70%;
	z-index: 10;
	line-height: 26px;
}
dl.product_list dt {
	margin-top:5px;
	cursor:pointer;
	font-weight: normal;
}
dl.product_list dd table.ddbox td {
	border: none;
	vertical-align: top;
}
dl.product_list dt.dt_hover {
	background-color:#f1f1f1;
}
dl.product_list dd table.ddbox td.dd_img {
	width: 25%;
}
dl.product_list dd table.ddbox td.dd_img img {
	max-height: 200px;
	object-fit: contain;
}
dl.product_list dd table.ddbox td.dd_txt {
	width: 60%;
	padding-left: 1em;
	padding-top: 0.5em;
	box-sizing: border-box;
}
dl.product_list dd table.ddbox td.dd_txt dd {
	text-indent: -1em;
	padding-left: 1em;
}
dl.product_list .icon {
    width: 12px;
    margin-left: 0.2rem;
    vertical-align: middle;
}
dl.product_list img.SeriesNew {
    height: 14px;
    padding-right: 5px;
    width: auto;
}
dl.product_list .ddbox {
	width: 100%;
	padding: 0.3rem 0 1rem 0.5rem;
}
dl.product_list dd table.ddbox tr {
    border: none;
}
dl.product_list dd table.ddbox td {
    border: none;
    vertical-align: top;
    background-color: #fff;
    color: #333;
}
dl.product_list dd table.ddbox td.dd_img {
    width: 25%;
}
dl.product_list dd table.ddbox td.dd_img img {
    max-height: 200px;
    object-fit: contain;
}
dl.product_list dd table.ddbox td.dd_txt {
    width: 60%;
    padding-left: 1em;
    padding-top: 0.5em;
    box-sizing: border-box;
}
div.product_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 16rem;
	height: 16rem;
	z-index: 15;
}
div.product_image img {
	position: absolute;
	top: 0;
	right: 0;
}
div.product_image span img {
	position: absolute;
	top: 0;
	right: 0;
	object-fit: contain;
}

p.product_info{
	/* font-size:14px; */
	line-height:18px;
	margin-top:10px;
	margin-left: 0.7rem;
}
@media screen and (max-width: 800px) {
	div.product_list_box {
		/*height:60vw;*/
		overflow-y:auto;
	}
	dl.product_list {
		width: 100%;
	}
	dl.product_list dd table.ddbox td.dd_img {
		width: 30vw;
	}
	dl.product_list dd table.ddbox td.dd_txt {
		width: 60vw;
	}
	div.product_image,
	div.product_image img {
		display: none;
	}
}

/*====================
画面0：使用上の注意
=====================*/
.precautions img{width:20px; height:auto; margin:0 3px;}
.precautions ul{list-style:decimal;list-style-position: outside; padding-left:20px;}
.precaution li {text-indent: -1em;    padding-left: 1em;}

/*====================
仕様
=====================*/
.specification{}
.specification table td:nth-child(2){text-align:center;}
.specification table td:nth-child(3){text-align:center;}
.specification table td:nth-child(5){text-align:right;}
.specification table td:nth-child(6){text-align:right;}
.specification table td:nth-child(7){text-align:right;}
.specification table td:nth-child(8){text-align:right;}

/*====================
ステップ：空気消費形態入力
=====================*/
.step-morph{}
.step-morph .box{display:flex;}
.step-morph .box .item{ width:240px;width:33%;max-width: 320px;padding: 0 5px;}
.step-morph .box .item .photo{border-radius:5px; width:180px; width:270px;max-width: 100%; margin-left:auto; margin-right:auto;}
.step-morph .box .item .photo img{width:100%; height:100%;     }
.step-morph .box .item .photo img:hover{cursor:pointer;}
.step-morph .box .item .photo.selected{outline: 3px solid red;  outline-offset: -5px; border-radius:10px;}
.step-morph .box .item h4{text-align:center; margin-top:10px;}

@media screen and (max-width: 800px) {
.step-morph .box .item .photo{width:100%;}
.step-morph .box .item h4{font-size:11px;}
}
/*====================
ステップ：条件入力
=====================*/
.step-term{}
.step-term .box{display:flex;justify-content:  flex-end;}
.step-term .box .photo{width:40%; margin-right:5%;margin-right:0%; margin-bottom: 20px;max-width: 450px;max-width: 650px;}
.step-term .box .photo .photo_center{margin: 0 8%;width: 80%;}
.step-term .box .photo img{border:solid 2px #dcdcdc; border-radius:10px; padding:20px;}
.step-term .box .photo h4{ margin-top:10px; text-align:center; }
.step-term .box .item{width:50%; width: 60%;}
.step-term .box .item .radio_btn{display:flex;flex-wrap: wrap; padding-top:20px; padding-left:20px; border: 1px solid #dcdcdc;}
.step-term .box .item .radio_btn label{width:45%; margin-bottom:10px;}
.step-term .box .item h5{ background:#dcdcdc; padding:10px 10px 10px 24%;display:flex; justify-content: space-between;}
.step-term .box.item-select h5{padding-left:10px;}
.step-term .box.item-select .item{width:60%; }
.step-term .box.item-select .photo img{max-width:480px; /*max-height: 520px;*/height: auto;}
.step-term .box.step-term-select-individual .item{width:60%;}
.step-term .box.step-term-select-individual .item_left{width:50%;}
.step-term .box.step-term-select-individual .item-open{width:50%;}

.step-term .box.step-term-select-individual .item-open{width:50%; }
.step-term .box .item h5 span{padding-right: 70px;}
.step-term .box .item h5 span span{ margin-left:10px;height:22px;width: 60px; background:#0074be; position:absolute; color:#FFF; padding:2px; font-size:14px;}
.step-term .box .item h5 span span.arrow-left:before {content: "＜＜＜";display: inline-block;	position:absolute;right: 2.5px;top: 2px;width: 55px;display: block;text-align:center;height:18px;border:solid 1px #FFF;    font-size: 12px;line-height: 16px;}
.step-term .box .item h5 span span:hover{cursor:pointer;}
.step-term .box .item h5 span span.arrow-right:before {content: "＞＞＞";display: inline-block;	position:absolute;right: 2.5px;top: 2px;width: 55px;display: block;text-align:center;height:18px;border:solid 1px #FFF;    font-size: 12px;line-height: 16px;}
.step-term .box.item-select {position: relative;}
.step-term .box.step-term-select-individual {position: relative;}

.step-term .box .item .list{margin-top:10px; margin-bottom:40px; position: relative;}
.step-term .box .item .list ul{display:flex;align-items: center;padding: 5px 10px;}
.step-term .box .item .list ul:nth-child(odd){background:#e5f1f8;}
.step-term .box .item .list ul li span.unit{width:11%; padding-left:5px;display: block; font-size: 0.9rem;}
.step-term .box .item .list ul li span.unit-long{font-size: 0.6rem;}
.step-term .box .item .list ul li.title{ width:32%; margin-right:2%;white-space: nowrap;white-space: break-spaces; text-align:right;}
.step-term .box .item .list ul li.input{width:32%;width:22%; margin-right:4%;display:flex;align-items: center;}
.step-term .box .item .list ul li.range{width:40%; display:flex;}
.step-term .box .item .list ul li.range input[type="range"]{width:70%;}
.step-term .box .item .btn-group{width: 100%;}
.step-term .box .item .btn-group .btn {width: 48%; margin: auto;}
.step-term .box .item .btn-group .btn input {width: 100%; }
.step-term .box .item .list ul li.range span{width: 30%; font-size: 0.9rem;}
.step-term .box .item .list ul li.range span.right{text-align: right; }
.step-term .box .item .list ul li.range span.left{text-align: left; }


.step-term .result{ margin-top:40px;}
.step-term .result h4{background: #e5f1f8;padding: 10px; }
.step-term .result .list {position: relative;}
.step-term .result table{ margin-top:10px;}
.step-term .result table th,.specification table td{border-right:solid 1px #CCCCCC;vertical-align: middle;}
.step-term .result table th:first-child,.specification table td:first-child{border-left:solid 1px #CCCCCC;}
.step-term .result table th{color: #000; background:#dcdcdc; font-weight:normal;}
.step-term .result table td{color: #000; }
.step-term .result table td:first-child{text-align:center;}
.step-term .result table td .radio_btn label{margin-right:0;display: flex;    align-items: center;    justify-content: center;}
.step-term .result table td .radio_btn .radio_btn_item + span{padding-left:0;}
.step-term .result table td img{width:21px; cursor: pointer;}
.step-term .result table td img:hover{opacity: 0.5;}
.step-term .result table td:nth-child(4){text-align:center;}
.step-term .result table td div.flex {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.step-term .result .comment{margin-top:10px; }

@media screen and (max-width: 800px) {
.step-term .box{flex-direction: column;}
.step-term .box .photo{margin-left:auto; margin-right:auto;margin:auto !important;}
.step-term .box.item-select .item{width:100%;}
.step-term .box .item{width:100%;}
.step-term .box .item .list ul li{font-size:11px;}
.step-term .box .item .list ul li.input{width:28%;}
.step-term .box .item .list ul li.range span{font-size:10px;}
.step-term .box .item .list ul li.range span.left{font-size:10px;}
.step-term .box .item .list ul li span.unit{font-size:11px;}
.step-term .box.step-term-select-individual .item{width:100%;}

.step-term .box .item .radio_btn label { width: 100%;}
}
/*====================
ステップ：タイムチャート入力
=====================*/
.step-timechart{}
.step-timechart .timechart {display:flex; width:fit-content; margin-left:auto; margin-right:auto;}
.step-timechart .timechart .chart{position:relative;}
.step-timechart .timechart h4 {z-index:4;position: absolute; top: 7px; left: 50%; transform: translateX(-50%);  }
.step-timechart .timechart h4 img{width:20px; margin-left:5px;}
 
.step-timechart .timechart .chart{height:871px;}

.step-timechart .timechart .controller{width: 88px;margin-top: 50px; margin-left:10px;}
.step-timechart .timechart .controller img{width:20px; vertical-align: text-top;}
.step-timechart .timechart .controller img:hover{cursor:pointer;}

.step-timechart .timechart .controller input{ text-align:center;background-color: rgb(28,129,201);	cursor: pointer;line-height: 25px;	height:25px;padding:0 5px;	color: #fff;display: inline-block;	border-radius: 4px;	border:none;min-width:62px;	font-size:13px; margin-bottom:4px;}
.step-timechart .timechart .controller input:hover{	filter:Alpha(opacity=80);opacity: 0.8;}
.step-timechart .timechart .controller .btn-broup{ margin-bottom:6px;}

.step-timechart .result{margin-top:20px;}
.step-timechart .result h4 {background: #dcdcdc;padding: 10px;}
.step-timechart .result .chart{margin-top:20px;}
.step-timechart .result .chart .chart-legend{}
.step-timechart .result .chart .chart-legend ul{display:flex;justify-content: center;}
.step-timechart .result .chart .chart-legend ul li{text-align:center;}
.step-timechart .result .chart .chart-legend ul li{position:relative; width:120px;}
.step-timechart .result .chart .chart-legend ul li:before{content:""; position:absolute; width:40px;top: 13px;left: -10px; }
.step-timechart .result .chart .chart-legend ul li.Qmax:before{ border-bottom: 1px dashed #FF0000;}
.step-timechart .result .chart .chart-legend ul li.Qmin:before{ border-bottom: 1px dashed #FF0000;}
.step-timechart .result .chart .chart-legend ul li.Qave:before{ border-bottom: 1px dashed #0000FF;}
.step-timechart .result .chart .chart-legend ul li.Q:before{    border-bottom: 2px solid #05C9DD;}
.step-timechart .result .chart .highcharts-container{margin-left:auto; margin-right:auto;}

/*====================
ステップ：使用条件入力
=====================*/
.step-usage .box{display:flex;justify-content: space-between;}
.step-usage .box .photo{width:30%; margin-right:5%; }
.step-usage .box .photo img{border:solid 2px #dcdcdc; border-radius:10px; padding:20px;}
.step-usage .box .photo h4{ margin-top:10px; text-align:center; }

.step-usage .box .item{width:65%; }
.step-usage .box .item .list{margin-top:10px; margin-bottom:40px;}
.step-usage .box .item .list ul{display:flex;align-items: center;padding: 5px 10px;}
.step-usage .box .item .list ul:nth-child(odd){background:#e5f1f8;}
.step-usage .box .item .list ul li span.unit{width:10%; padding-left:5px;}
.step-usage .box .item .list ul li.title{ width:16%;width:40%; margin-right:2%;/*white-space: nowrap;*/ text-align:right;min-width: 150px;}
.step-usage .box .item .list ul li.input{width:25%; margin-right:4%;display:flex;align-items: center;}
.step-usage .box .item .list ul li.range{width:50%; width:40%; display:flex;}
.step-usage .box .item.left .list ul li.title{width:41%; }
.step-usage .box .item.left .list ul li.input{width:53%; }
.step-usage .box .item .btn-group{width: 100%;}
.step-usage .box .item .btn-group .btn {width: 48%; margin: auto;}
.step-usage .box .item .btn-group .btn input {width: 100%; }

@media screen and (max-width: 800px) {
.step-usage .box{flex-direction: column;}
.step-usage .box .photo{width:100%; margin-right:0%;max-width: 300px;margin: auto;;}
.step-usage .box .item{width:100%; }
}
/*====================
ステップ：シリーズ入力
=====================*/
.step-series .box{display:flex;}
.step-series .box .item{ width:240px;}
.step-series .box .item .photo{border-radius:5px; width:180px; margin-left:auto; margin-right:auto;position: relative;}
.step-series .box .item .photo img{width:100%; height:100%;}
.step-series .box .item .photo img:hover{cursor:pointer;}
.step-series .box .item .photo.selected{outline: 3px solid red;  outline-offset: -3px; border-radius:6px;}
.step-series .box .item .photo img.disabled{opacity: 0.4;}

.step-series .box .item .photo img.disabled ~ img{opacity: 0.4;}
.step-series .box .item .photo:has(img.disabled){opacity: 0.4;background-color: #868080;}

.step-series .box .item .photo img.disabled:hover{cursor:default;}
.step-series .box .item .photo img.new {
    position: absolute;
    top: 0px;
    left: 0px;
    top: 2px;
    left: 2px;
    width: 30%;
    width: 24%;
    height: 40%;
}
.step-series .box .item h4{text-align:center; margin-top:10px;}
.step-series .box .item h4 img.SeriesNew {
    height: 14px;
    padding-left: 5px;
    margin-bottom: 5px;
    width: auto;
}

@media screen and (max-width: 800px) {
.step-series .box{/*flex-direction: column;*/flex-wrap: wrap;justify-content: space-between;}
.step-series .box .item{ width:100%; width: 32%;}
.step-series .box .item .photo{width:100%;}
}

/*====================
ステップ３：計算結果
=====================*/
#step03result table td:nth-child(2)
{
  text-align: right;
}
/*====================
ステップ６：仕様選択
=====================*/
.step-spec .list{margin:10px auto 40px auto; }
.step-spec .list ul{display:flex;align-items: center;justify-content: space-between;padding: 5px 10px;}
.step-spec .list ul:nth-child(odd){background:#e5f1f8;}
.step-spec .list ul li.title{ width:16%; margin-right:2%;white-space: nowrap; }
.step-spec .list ul li.input{width:43%; display:flex;align-items: center;}
.step-spec .select_wrap{width:100%;}

/*====================
ステップ：品番選択
=====================*/
.step-model table td:nth-child(1){text-align:center; width:50px;}
.step-model table td:nth-child(5){text-align:right;}
.step-model table td:nth-child(6){text-align:right;}
.step-model table td:nth-child(7){text-align:right;}
.step-model table td:nth-child(8){text-align:right;}
.step-model table td:nth-child(9){text-align:right;}

.step-model table td .radio_btn label{margin-right:0;display: flex;    align-items: center;    justify-content: center;}
.step-model table td .radio_btn .radio_btn_item + span{padding-left:0;}

.step-model .number{text-align:right;}
.step-model .scroll-y{max-height: 377px; overflow-y: auto;}
.step-model  table tbody tr:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    z-index: 1;
}
/* .step-model  table tbody tr:nth-child(2) {
    position: sticky;
    position: -webkit-sticky;
    top: 32px;
    z-index: 1;
} */
.step-model table tbody th {
	border-top: solid 1px #CCC;
	border-top: 0;
}
.step-model table tbody tr.th0 th {
	padding-top: 0;
}
/*====================
ステップ　選考結果
=====================*/
.step-end{}
.step-end h4 {background: #dcdcdc;padding: 10px;}

.step-end .selection-result{}
.step-end .selection-result .box{display:flex;justify-content: space-between;}
.step-end .selection-result .box .item{width:48%;}
.step-end .selection-result .box .item ul.text li .ic-btn{margin-right:20px;}
.step-end .selection-result .box .item ul.icon{display:flex;margin-top: 60px;}
.step-end .selection-result .box .item ul.icon li{width:14%;max-width: 100px;margin-right:20px;}
.step-end .selection-result .box .item ul.icon li .ic-btn{width:120px;width:100%; min-width: 70px;display:block; margin-left:0;}
.step-end .selection-result .box .item ul.icon li img{width:100%;}
.step-end .selection-result .box .item .text li {font-size: 18px;}
.step-end .selection-result .box .item2{width:30%;}

.step-end .selection-result .box .photo{width:48%;}
.step-end .selection-result .box .photo iframe{height:400px; width:90%; margin:0 auto;}
.step-end .selection-result .box .photo2{width:68%;}

.step-end .spec-term{ margin-top:20px;}
.step-end .spec-term .box{display:flex;justify-content: space-between;}
.step-end .spec-term .box .item{width:48%; border:solid 1px #dcdcdc;}
.step-end .spec-term .box .item dl{display:flex;flex-wrap: wrap; padding:20px;}
.step-end .spec-term .box .item dl dt{width:50%; text-align:right; margin-bottom:5px;}
.step-end .spec-term .box .item dl dd{width:50%;margin-bottom:5px;}
.step-end .spec-term .box .item dl .ic-btn{margin-right: 10px;}

.step-end .calculation{}
.step-end .calculation table td:nth-child(2){text-align:center;}
.step-end .calculation table td:nth-child(3){text-align:center;}
.step-end .calculation table td:nth-child(4){text-align:center;}
.step-end .calculation table td:nth-child(5){text-align:center;}

.step-end .calculation{margin-top:20px;}
.step-end .calculation .chart{max-width: 1200px; margin: auto; margin-top:20px;}
.step-end .calculation .chart .chart-legend{}
.step-end .calculation .chart .chart-legend ul{display:flex;justify-content: center;}
.step-end .calculation .chart .chart-legend ul li{text-align:center;}
.step-end .calculation .chart .chart-legend ul li{position:relative; width:170px;}
.step-end .calculation .chart .chart-legend ul li:before{content:""; position:absolute; width:40px;top: 13px;left: -10px; }
.step-end .calculation .chart .chart-legend ul li.tank:before{ border-bottom: 1px solid #00c7dc;}
.step-end .calculation .chart .chart-legend ul li.exit:before{ border-bottom: 1px dashed #FF0000;}
.step-end .calculation .chart .highcharts-container{margin-left:auto; margin-right:auto;}

.step-end .calculation .box{display:flex;justify-content: space-between; margin-top:20px; border:solid 1px #dcdcdc; padding:20px;}
.step-end .calculation .box .item{width:31%;}
.step-end .calculation .box .item h5{text-align:center;}
.step-end .calculation .box .item .photo{margin-top:10px;}

.step-end .precaution{margin-top:20px;border:solid 1px #dcdcdc; }
.step-end .precaution .box{ padding:20px;}

.step-end .comment{margin-top:20px;border:solid 1px #dcdcdc; }
.step-end .comment .box{ padding:20px;padding:0px;}

.step-end .calculation{position: relative;}
.step-end .item{position: relative;}

.photo  {position: relative;}
.photo .icon  {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 20px;
}
.photo .icon li  {
	width: 45%;
}
.photo .icon span {display: inline-block;width: 100%;}
.photo ul.icon img  {width: 100%;max-width: 100px;}

.photo2 .icon  {
	position: absolute;
	top: 80px;
	left: -20px;
}
.photo2 .icon li  {
	width: 45%;
}

@media screen and (max-width: 800px) {
.step-end .selection-result .box{flex-direction: column;}
.step-end .selection-result .box .item{width:100%;}
.step-end .selection-result .box .photo{width:100%;}
.step-end .spec-term .box{flex-direction: column;}
.step-end .spec-term .box .item{width:100%;}
.step-end .calculation .box{flex-direction: column;}
.step-end .calculation .box .item{width:100%;}
}

/*====================
フッター
=====================*/
.foot{margin-top: 20px;}
.foot .btn-group{margin-top:40px;}
.foot .btn-group:nth-of-type(3){margin-top:20px;}
.foot .copyright{margin-top:60px; text-align:center;}
.foot .copyright span{font-style:italic;}

/*====================
ページトップ
=====================*/
.pagetop{z-index: 1000;display: none;position: fixed;right: 15px;bottom: 60px;}
.pagetop a{display: block;font-size: 0;width: 50px;}
.pagetop a i{font-size: 20px;color:#fff;line-height: 50px;}
.pagetop a img{	width:100%;}
.pagetop a img:hover{opacity:0.8; cursor:pointer;}

/*====================
パンくず
=====================*/
.breadcrumbs{ margin-bottom:20px; }
.breadcrumbs a{color: #999999;}
.breadcrumbs a:hover{color: #0074be; cursor:pointer;}
.breadcrumbs ul{display:flex;}
.breadcrumbs ul li{margin-right:10px;}
.breadcrumbs ul li:after{content:"／"; margin-left:10px;}
.breadcrumbs ul li:last-child:after{content:none;}

/*====================
mask
=====================*/
.z_1 {
    z-index: 1;
}
.mask_45st {
    background-image: url(../img/mask_45st.png);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
}
.mask_step02_circuit_mask {
    background-image: url(../img/mask_45st.png);
    width: 15%;
		min-width: 95px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
}
.display_none {
    display: none;
}


/*====================
row highlight
=====================*/
.step02_circuit_edit td{
	background:#f6e0fd ;
	background:rgb(167 217 252) !important;
}
/*====================
file upload
=====================*/
.flexJcC {
	display: flex;
	justify-content: center;
	margin: 2.5rem auto;
    width: 40vw;
}
.flexJcC .positionR {
    position: relative;
}
.flexJcC .filetxt {
    border: 1px solid #80B9DF;
    width: 27vw;
    height: 42px;
    background: #f0f0f0;
    padding: 4px;
    user-select: none;
    pointer-events: none;
	text-align: left;
}
.flexJcC .selfilebtn {
    background-color: #FFF;
    border: 1px solid #80B9DF;
    height: 42px;
    width: 8vw;
    margin-left: 8px;
    border-radius: 4px;
    vertical-align: bottom;
    cursor: pointer;
	font-size: 16px;
	text-align: center;
}
.flexJcC .readbtn {
    background-color: #0074be;
    border: 1px solid #0074be;
    color: #ffffff;
    font-weight: bold;
    height: 42px;
    width: 8vw;
    margin-left: 8px;
    border-radius: 4px;
    vertical-align: bottom;
    cursor: pointer;
	text-align: center;;
}
.flexJcC .file {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    width: calc(27vw + 10px);
    line-height: 42px;
    cursor: pointer;
}
/*====================
loading
=====================*/
.loading {
	z-index: 2050;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	background-image: url(../img/loading1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	/*
	background-size: 150px 150px;
	*/
}

.loading_on::after {
	content: '';
	z-index: 2050;
	position: fixed;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	background-image: url(../img/loading1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/*
	background-attachment: fixed;
	background-size: 150px 150px;
	*/
}


/*====================
fade
=====================*/
.fadeX-enter-active {
	transition: all 0.4s ease-out;
}
.fadeX-leave-active {
	transition: all 0.2s ease-in;
}
.fadeX-enter-from,
.fadeX-leave-to {
	transform: translateX(5px);
	opacity: 0;
}
/* transition */
.fadeY-enter-active {
	transition: all 0.8s ease-out;
}
.fadeY-leave-active {
	transition: all 0.4s ease-in;
}
.fadeY-enter-from,
.fadeY-leave-to {
	transform: translateY(10px);
	opacity: 0;
}
.fade-enter-active {
	transition: all 0.1s linear;
}
.fade-leave-active {
	transition: all 0.1s linear;
}
.fade-enter-from,
.fade-leave-to {
	opacity: 0;
}

.fade_slow-enter-active {
	transition: all 0.5s linear;
}
.fade_slow-leave-active {
	transition: all 0.5s linear;
}
.fade_slow-enter-from,
.fade_slow-leave-to {
	opacity: 0;
}

.fade_popup-enter-active {
	transition: all 0.3s linear;
}
.fade_popup-leave-active {
	transition: all 0.8s linear;
}
.fade_popup-enter-from,
.fade_popup-leave-to {
	opacity: 0;
}


/*====================
 モーダル指定
=====================*/
.modal_area {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/mask40.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;	
}
.modal_area + div{max-width: 100%;     height: fit-content;}
.modal_area_b {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/mask40.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;	
}
.modal_close {
	position: absolute;
	right: 0.7rem;
	top: 0.6rem;
	border: 1px solid #333;
	padding: 0 0.3rem 0 0.3rem;
	cursor: pointer;
}
.modal_close:hover {
	background-color: #fff;
}
.modal_close_span {
	color: #ffffff;
	cursor: pointer;
	vertical-align: sub;
	padding-right: 0.2rem;
}
.modal_close_span:hover {
	color: #d9d9d9;
}
.modal_close_span_table {
	color: #ffffff;
	cursor: pointer;
	vertical-align: sub;
	padding-right: 0.2rem;
	position: absolute;
	top: 0.1rem;
	right: 0.3rem;
	font-size: x-large;
}
.modal_close_span_table:hover {
	color: #d9d9d9;
}
div.flexColumn {
    display: flex;
    list-style: none;
    flex-direction: column;
}
.modal_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: flex-end;
  width: 480px;
  width: 700px;
	max-width: 100%;
  height: 250px;
  background-color: #fff;
  border: 1px solid #0074be;
  z-index: 3001;
	height: fit-content !important;;
}
.modal_content_wide {
  width: 600px;
  height: 370px;
}
.modal_content_md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: flex-end;
  width: 65%;
  height: fit-content;
  background-color: #fff;
  z-index: 1001;
}
.modal_content_md > div {
	font-size: large;
}
.modal_content_md_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	justify-content: flex-end;
  width: 75%;
	height: fit-content;
	background-color: #fff;
	z-index: 1001;
  /* border: 1px solid #0074be; */
}
.modal_content_md_2 > div {
	font-size: large;
}

.modal_content_lg {
  position: absolute;
  top: -10vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	justify-content: flex-end;
  width: 80%;
	height:80%;
	background-color: #fff;
	z-index: 1001;
  /* border: 1px solid #0074be; */
}
.modal_content_lg table.scroll_xy {
	height: 66vh;
}

.modal_content_wd {
  position: absolute;
  top: -10vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	justify-content: flex-end;
  width: 80%;
	height: 35%;
	background-color: #fff;
  z-index: 1001;
}
.modal_content_wd table.scroll_xy {
	height: auto;
}

.modal_content_lgsc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	justify-content: flex-end;
  width: 85%;
	height: 80%;
	background-color: #fff;
  z-index: 1001;
}
.modal_content_lgsc > div {
	overflow-y: scroll;
}
.modal_no_margin{
	margin: 0px!important;
}
.modal_title {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #0074be;
	background-color: #0074be;
	color: #ffffff;
	width: 100%;
	height: 20%;
	height: 35px;
	text-indent: 12px;
	font-weight: bold;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	cursor: pointer;
}
.modal_text {
	display: flex;
	list-style: none;
	text-align: start;
	height: 100%;
	margin: 1rem;
}
.modal_btn {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 0.5rem;
	padding-top: 10px;
}
.modal_popup_bg {
	z-index: 1000;
	position: fixed;
	top: 45%;
	left: 30%;
	width: 40%;
	height: 5%;
	background-attachment: fixed;
	background-position: center center;	
}
.modal_popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	border-radius: 4px;
	border: 2px solid #0074be;
	background-color: #fff;
  margin: auto;
	justify-content: center;
	text-align: center;
	text-shadow: 0 0 5px #fff, 0px 0px 1rem #fff;
}
.modal_popup_input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	justify-content: flex-end;
	width: 480px;
	height: 420px;
	background-color: #fff;
	border: 1px solid #0074be;
	border-radius: 2%;
	z-index: 1001;
}
.modal_popup_input_small {
	height: 320px;
}
.modal_popup_input_title {
	height: 12%;
	margin-bottom: 10px;
}
.modal_popup_input ul {
	display: flex;
	align-items: center;
    padding: 5px 10px;
}
.modal_popup_input .modal_input_area {
	padding: 5px;
}
.modal_popup_input ul li {
	margin-bottom: 10px;
}
.modal_popup_input ul li.title{
	width: 40%;
}
.modal_popup_input ul li.input{
	width: 40%;
}
.modal_popup_input ul li.range{
	width: 20%;
}
.modal_popup_input ul li span.unit {
	padding-left: 5px;
	width: 30%;
}
.modal_popup_input input[type="text"] {
	width: 70%;
}
.modal_btn .right{margin-right:10px;}
.modal_iconInfo_td {
	display: inline-block;
	text-align: center;
	padding: 0 !important;
	border-right: 1px dotted;
}
.modal_07_text_box {
	height: 5vh;
	margin: 10px;
	line-height: 200%;
}
.modal_error {
	height: 2vh;
	color: red;
}
.modal_popup_copy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	justify-content: flex-end;
	width: 770px;
	height: 580px;
	background-color: #fff;
	border: 1px solid #0074be;
	border-radius: 2%;
	z-index: 1001;
}
.modal_copy_title {
	height: 10%;
	margin-bottom: 10px;
}
.modal_copy_title_area {
	height: 15px;
    margin: 5px;
    padding: 5px;
	display: flex;
}
.modal_copy_title_left {
	width: 260px;
	margin-right: 12px;
}
.modal_copy_title_right {
	width: 480px;
}
.modal_copy_title_right span {
	float: right;
}
.modal_copy_area {
	height: 80%;
	margin: 10px;
	display: flex;
	font-size: 12px;
}
.modal_copy_area input {
    margin-right: 5px;
}
.modal_copy_left {
	border: 1px solid #0074be;
	width: 260px;
	height: 97%;
	padding: 5px;
	margin-right: 12px;
}
.modal_copy_right {
	border: 1px solid #0074be;
	width: 480px;
	height: 97%;
	padding: 5px;
}
.modal_copy_right table td {
	width: 25%;
}
.modal_copy_area table {
	width: 100%;
}
.modal_copy_area table tr{
	border: none;
}
.modal_copy_area table td{
	padding: 2px;
    font-size: 12px;
	border: none;
	background-color: #fff;
}
.modal_copy_area table tr:nth-child(odd) td{
	background-color: #fff;
}
.modal_btn .ok_btn {
	text-decoration: none;
	background-image: linear-gradient(#047fcc,#0074be);
	border: 1px solid #e6ecf0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	/* font-weight: bold; */
	padding: 8px 14px;
	position: relative;
	text-align: center;
}
.modal_btn .ok_btn:hover{
	background-color: #e6ecf0;
	background-image: linear-gradient(#137cbdec,#0b77b9ec);
	border-color: #e6ecf0;
}
.modal_btn .ok_btn:disabled {  background-image: linear-gradient(#fff,#f5f8fa);}
.modal_btn .close_btn {
	text-decoration: none;
	background-image: linear-gradient(#fff,#f5f8fa);
	border: 1px solid #e6ecf0;
	border-radius: 4px;
	color: #393e42;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	/* font-weight: bold; */
	padding: 8px 14px;
	position: relative;
	text-align: center;
}
.modal_btn .close_btn:hover{
	background-color: #e6ecf0;
	background-image: linear-gradient(#fff,#e6ecf0);
	border-color: #e6ecf0;
}
.CadLinkTable a.button_on {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    background-color: #0074be;
    border: none;
    border-radius: 4px;
    padding: 4px 16px;
    color: #fff;
    text-decoration: none;
    margin: 2px;
}
.CadLinkTable .center{
    text-align: center;
}
.modal_content_catalog {
    height: 660px;
}
.modal_result_catalog table tr:nth-child(odd) td{
    background: #fff;
}
.modal_content_step04 {width: 700px; height: 640px;}
.modal_content_step04 .modal_img {text-align: center; margin: 10px 0 10px 0;}
.modal_content_step04 .modal_title {text-align: center; padding: 10px;   display: inline-grid; }
.modal_content_step04 .modal_checkbox {margin: 0 10px 0 10px; font-size: 14px;}
.modal_content_step04 .modal_checkbox input {margin-right: 0.8em;}
.modal_content_step04 .modal_checkbox li{text-indent: -1.5em;text-indent: -1em;    padding-left: 2em; margin: 0 0 1em 0;}
.modal_content_step04 img {	width: fit-content;	height: auto;}

.modal_img img{display: block;margin: auto;width:auto;max-width: 95%;/*max-height: 200px;width: 80%;*/}
.modal_img_title{padding: 1px 15px;}

#modal_front{width:450px;}
#modal_free {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_free-height {
  height: -webkit-fill-available;
}
#modal_image {
  height: -webkit-fill-available;
	height: fit-content !important;
	width: 680px;
	max-width: 100%;
}

@media screen and (max-width: 800px) {
	.modal_content_step04 .modal_box {
		overflow: scroll;
		max-height: 400px;
	}
}

/*====================
 DetailView
=====================*/
.sticky_table tr:first-child th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  text-align: center; background-color: #d9d9d9;
}
.sticky_table th:first-child {
  /* 横スクロール時に固定する */
  /*position: -webkit-sticky;
  position: sticky;
  left: 0;*/
}
.sticky_table th,.sticky_table td{
	min-width: 70px;
}
.sticky_table th {
    background-color: #d9d9d9;
}  
.sticky_table th:first-child {
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}
.sticky_table td {
	text-align: center;
}
.model_number {
	font-weight: bold;
	font-size: 36px;
	font-size: 26px;
}
/*====================
 highcharts指定
=====================*/
g.highcharts-navigator rect {
    cursor: default !important;
}
/* timeChart */
g.highcharts-navigator-handle-left, g.highcharts-navigator-handle-right, #chartscontainer g.highcharts-navigator
{
  display: none;
}
.LoopPic_text
{
	display: flex !important;
}
.LoopPic_text span{
	display: block;
  /*text-align: center;*/
	margin-top: auto;
}

@media screen and (max-width: 800px) {
	.timeChartInput {
		display: none;
	}
	.highcharts-scrollbar {
		display: none;
	}
}

/* chart loop title*/
.loop_title{
	  display: inline-block;
    background-color: #c1e5f5;
    width: 186px;
    padding: 2px 3px;
    position: relative;
    top: -3px;
    left: -4px;
		clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
		font-size: 16px;
		font-weight: 700;
		/*
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		*/
}

g.highcharts-legend-item {
	pointer-events: none;/*クリック無効*/
}

image.ChartEditImg {
	display: block;
	cursor:pointer;
 /*
 border: 50px solid #ccc;
 padding: 40px;
 */
}
/*
image.ChartEditImg::after {
	display: block;;
	cursor:pointer;
	width: 500px;
	height: 500px;
	content: '内容';
}
image.ChartEditImg::before {
	display: block;;
	cursor:pointer;
	width: 500px;
	height: 500px;
	content: '内容';
}
	*/

	/* debug */
.btn_deploy_s {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	padding-left: 0.5rem;
	text-align: left;
	/*width: 100%;*/
	color: #fff !important;
	background-color: #0074be;
	border: 2px solid #0074be;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}