@charset "UTF-8";

/*********************************************************************
 * 共通
*********************************************************************/
* {
	margin:0px;
	padding:0px;
}

html,body {
	width:100%;
	height:100%;
}

div,h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd,address{
	color:#333333;
	font-size:100%;
	font-weight:normal;
}

body {
	background-color:#ffffff;
}

img {
	border:none;
}
img.mhd {
	vertical-align:bottom;
}

img.cover {
	width: auto;
	height: 100%;
	max-width:auto;
	max-height:250px;
}

img.cover2 {
	width: 70%;
	height: auto;
}
/* 2021/08/04：アイコンSVG化に伴い追加：ここから*/
img.icon {
	width: auto;
	height: 1em;
}
/* 2021/08/04：アイコンSVG化に伴い追加：ここまで*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.icon{
	vertical-align:middle;
}

.hide {
	display:none;
}

.hiddenContents{

}

.trash {
	cursor:pointer;
}
.pointer {
	cursor:pointer;
}

a {
	color:#0074be;
	text-decoration:underline;
}

a:hover { color:#001929; }

a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.disabled {
	opacity: 0.5;
}
.disabled input {
	pointer-events: none;
}
::placeholder{
  color:#CCCCCC;
}


tr.tdline:hover{
	cursor:pointer;
	background-color:#ffd !important;
}
textarea,
input {
	outline: none;
}
input + label {
	display: inline-block;
	padding-left: 0.5em;
}
input.alphaimg:hover {
	filter:Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

input, select {
    vertical-align:middle;
}
/*レスポンシブ外枠指定*/
.widthWrapper {
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-x: hidden;
}
.widthWrapper100 {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-x: hidden;
}

/*flexbox指定*/
.flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	margin: 0 auto;
}


.flexBetween {
	justify-content: space-between;
}
.flexStart {
	justify-content: flex-start;
}
.flexEnd {
	justify-content: flex-end;
}
.flexSplit > div,
.flexSplit > li,
.flexSplit > h1/* {
	width: 50%;
}*/,
.flexSplit > table {
	width: 49%;
}
.flexSplit > li.noSplit {
	width: 100%;
}
.flexSplit > li.split {
	width: 23%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.headerSelect.flexSplit > li {
	width: 40%;
}
.headerSelect.flexSplit > li + li {
	width: 60%;
}
.headerSelect li{
	display:inline-block;
}
.flexList3 > li,
.flexList3 > div {
	width: 30%;
}
.flexList3 > li.wide,
.flexList3 > div.wide {
	width: 65%;
}
.flexList6 > li {
	width: 16%;
}
@media screen and (max-width: 800px) {
	.flexSplit > div,
	.flexSplit > li,
	.flexSplit > h1,
	.flexSplit > table,
	.flexList3 > li,
	.flexList3 > div,
	.flexList3 > li.wide,
	.flexList3 > div.wide,
	.headerSelect.flexSplit > li,
	.headerSelect.flexSplit > li + li {
		width: 100%;
	}
	.flexSplit > li.split {
		width: 49%;
	}
	.flexList6 > li {
		width: 33%;
	}
}

.w520 {
	width: 50%;
}

.w1040 {
	width: 100%;
	min-width: 960px;
}
table tbody tr th,
table tbody tr td {
	box-sizing: border-box;
	vertical-align: middle;
}
table.noBorder {
	width: 100%;
}
table.noBorder tbody tr th,
table.noBorder tbody tr td {
	padding: 0.5em;
	border: none;
}
table.resultbox tbody tr th {
	padding: 1.2em;
}
table.noBorder tbody tr td.input {
	max-width: 8em;
}
.selectBox input[type="text"],
table.noBorder tbody tr td.input > input {
	width: 100%;
	text-align: right;
	padding: 0.5em;
	border: 1px solid #80b9df;
	border-radius: 0;
	box-sizing: border-box;
}
.selectBox input[type="text"].narrow {
	width: 40%;
}
.overflowX {
	width: 100%!important;
	overflow-x: scroll;
	/*20190521修正*/
	overflow-y: hidden;
	-ms-overflow-style: none;
}
.overflowY {
	height: 30vw;
	overflow-y: scroll;
	/*20190521修正*/
	overflow-x: hidden;
	-ms-overflow-style: none;
}

.overflowXsp {
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
 }


.fixedThList {
	position: relative;
	display: block;
}
.fixedThList table {

}
.fixedThList th,
.fixedThList td {
	position: relative;
	border: none;
}
.fixedThList th::before,
.fixedThList td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.fixedThList th::after,
.fixedThList td::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
}
.fixedThList tbody {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.fixedThList tbody tr {
	position: relative;
}
/*
.fixedThList .fixedTh {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
}
*/
.fixedThList td.fixedTh {
	background-color: #fff;
}
.fixedThList .fixedTh.radioBtn {
	/*
	left: 0;
	*/
}
.fixedThList .fixedTh.radioBtn + .fixedTh {
	/*
	left: 0;
	*/
}
.overflowX .widthImput {
	min-width: 3em;
}
.overflowX .widthFixed {
	/*
	min-width: 16em;
	*/
	min-width: 10em;
	white-space: nowrap;
}
.overflowX .widthFixed.widthFixedWide {
	min-width: 20em;
}
table.pulldownTable {
	margin-left: auto;
	margin-right: auto;
}
table.pulldownTable tbody tr th,
table.pulldownTable tbody tr td {
	padding: 0.5em 1em;
	border: none;
	box-sizing: border-box;
	vertical-align: inherit;
}
table.pulldownTable tbody tr td {
	min-width: 30em;
}
@media screen and (max-width: 800px) {
	table.pulldownTable tbody tr td {
		min-width: inherit;
	}
}

.photoWithBorder {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #80b9df;
	border-radius: 1em;
	box-sizing: border-box;
	overflow: hidden;
}
/*********************************************************************
 *FORM
*********************************************************************/
input.text {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	border:1px solid #80b9df;
	padding:5px;
}
input.tabletext {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	width: 100%;
	border: none;
	background-color: transparent;
}

@media screen and (min-width:1200px){
	.searching ::placeholder{ /* Others */
  font-size: 20px;
}
	.searching .searchBtn{
		font-size: 20px;
	}
}
.tabletext {
	table-layout: fixed;
	width: 100%;
}

.tabletext td {
	width:30%;
	text-align: left;
}

.tabletext tr > th {
	width:20%;
	text-align: left;
}

input.w80 {
	width:80px;
}
input.w12em {
	width: 12em;
}


/* 2021/07/26追加：
	汎用性を持たせるためにクラス名を
	step002Select
	から
	selectBox
	に変更しました。
	適応箇所：step02.html
*/
.step002Select, /*クラス名変更が反映できなかった時用に元のクラス名も残しました*/
.selectBox {
	/*
	width: 100%;
	*/
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	border:1px solid #777;
	/*
	padding:3px;
	*/
	box-sizing: border-box;
	border-radius: 2px;
	margin: 0 0.25em;
	padding: 0.5em 2.25em 0.5em 1em;
	/*
	padding-left: 10px;
	padding-bottom:10px;
	padding-top:10px;
	*/
	appearance: none;
	background-image: url("../img/_svg/arrowBlackDown.svg");
	background-position: center right 0.75em;
	background-repeat: no-repeat;
	background-size: 1em auto;
	outline: none;
}
/*
@media screen and (max-width: 800px) {
	.step002Select {
		background-size: 1.5vw 1vw;
	}
}
#systemLanguage,#systemZone,#systemCountry {
	width: 100%;
	font-size: 0.5vw;
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	border:1px solid #cccccc;
	padding:3px;
	padding: 0.5em 2.25em 0.5em 1em;
	box-sizing: border-box;
	appearance:none;
	background-image: url("../img/_svg/arrowBlackDown.svg");
	background-position: center right 0.75em;
	background-repeat: no-repeat;
	background-size: 1em auto;
}
@media screen and (max-width: 800px) {
	#systemLanguage,#systemZone,#systemCountry {
		background-size: 1.5vw 1vw;
	}
}
*/
/* 2021/07/26追加：ここまで */

.ul1 img {
	max-height: 25px;
	max-width:27px;
	height:1.7vw;
	width:2vw;
	vertical-align: middle;
}
.ul2 img {
	max-height: 25px;
	max-width:28px;
	height:1.7vw;
	width:2vw;
	vertical-align: middle;
}
.ul3 img {
	max-height: 25px;
	max-width:26px;
	height:1.7vw;
	width:1.8vw;
	vertical-align: middle;
}
.ul5 img,
.ul4 img {
	max-height: 25px;
	max-width:26px;
	height:1.7vw;
	width:1.8vw;
	vertical-align: middle;
}
/*
	2021/07/26：
	svgアイコンのディレクトリを変更したので、
	リンク修正
*/
.iconSave {
	display: inline-block;
	background-image: url("../img/_svg/iconSave.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height:2vw;
	width:2vw;
	max-height:36px;
	max-width:36px;
	vertical-align: middle;
}
.iconReflesh {
	display: inline-block;
	background-image: url("../img/_svg/iconReflesh.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height:2vw;
	width:2vw;
	max-height:36px;
	max-width:36px;
	vertical-align: middle;
}
/*
	2021/07/26：リンク修正ここまで
*/

@media screen and (max-width: 800px) {
	#systemLanguage,#systemZone,#systemCountry {
		font-size: 2.5vw;
		margin-bottom: 0px;
	}
	.ul1 img {
		height:4vw;
		width:4vw;
	}
	.ul2 img {
		height:4vw;
		width:4vw;
	}
	.ul3 img {
		height:4vw;
		width:4vw;
	}
	.ul5 img,
	.ul4 img {
		height:4vw;
		width:4vw;
	}
}

input.btn_on {
	color: #fff;
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	background-color: #0074be;
	border: none;
	cursor: pointer;
}

input.btn_deactivated {
	color: #fff;
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	background-color: #C6C6C6;
	border: none;
	cursor: pointer;
}

input.bgrbtn {
	width: 13vw; :!important;
}

input.btn_off {
	color: #fff;
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	background-color: #b5b5b5;
	border: none;
	border-radius: 4px;
	cursor: auto;
}

/*********************************************************************
 * COLOR
*********************************************************************/
.red  { color:#ff0000; }
.blue { color:#0154a2; }
.gold { color:#948600; }
.gold2{ color:#766b00; }
.glay { color:#999999; }
.white{ color:#ffffff; }
.orange{ color:#ff6600; }
.green{ color:green; }
.black{ color:#000000; }
.skyblue { color:#2ca6e0; }


/*********************************************************************
 * FONT
*********************************************************************/
.b { font-weight:bold; }
.minchou { font-family:"ＭＳ 明朝"; }
.meirio { font-family:"メイリオ", "Meirio", sans-serif;}

.left{ text-align:left; }
.center{ text-align:center; }
.right { text-align:right;  }
.left { text-align:left; }

/*フォント指定*/
.fontBold {
	font-weight: bold;
}
.textblue {
	color: #2874BE;
}
.textgrey a {
	color: grey;
}
.textblack {
	color: #000;
}
.textbold {
	font-weight: bold;
}
.indent06 {
	text-indent: 6em;
}
.height5{
	height:2vw :!important;
}
.lineHeight100 {
	line-height: 100%;
}
.lineHeight120 {
	line-height: 120%;
}
.lineHeight140 {
	line-height: 140%;
}
.lineHeight150 {
	line-height: 150%;
}
.lineHeight180 {
	line-height: 180%;
}
@media screen and (max-width: 800px) {
	.lineHeight140 {
		line-height: 160%;
	}
	.lineHeight150 {
		line-height: 200%;
	}
	.lineHeight180 {
		line-height: 240%;
	}
}
.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text20 {
	font-size: 20px;
}
.text26 {
	font-size: 26px;
}
.text32 {
	font-size: 32px;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	.text10 {
		font-size: 0.833333333vw;
	}
	.text12 {
		font-size: 1vw;
	}
	.text14 {
		font-size: 1.166666666vw;
	}
	.text16 {
		font-size: 1.333333333vw;
	}
	.text18 {
		font-size: 1.5vw;
	}
	.text20 {
		font-size: 1.666666666vw;
	}
	.text26 {
		font-size: 2.166666666vw;
	}
	.text32 {
		font-size: 2.666666666vw;
	}
}
@media screen and (max-width: 800px) {
	.text10 {
		font-size: 2.4vw;
	}
	.text12 {
		font-size: 2.6vw;
	}
	.text14 {
		font-size: 2.8vw;
	}
	.text16 {
		font-size: 3vw;
	}
	.text18 {
		font-size: 3.2vw;
	}
	.text20 {
		font-size: 3.4vw;
	}
	.text26 {
		font-size: 3.6vw;
	}
	.text32 {
		font-size: 4vw;
	}
	/*スマホ個別調整*/
	h3.text12 {
		font-size: 3.6vw;
	}
}
.marginTop10 {
	margin-top: 1em;
}
.marginTop25 {
	/*30px相当*/
	margin-top: 2.5em;
}
.marginTop34 {
	/*40px相当*/
	margin-top: 3.4em;
}

.marginBottom1{
	margin-bottom: 1em;
}

.marginBottom2{
	margin-bottom: 2em;
}
.marginBottom5{
	margin-bottom: 5em;
}
.marginBottom2PC{
	margin-bottom: 2em;
}
@media screen and (max-width:800px){
	.marginBottom2PC{
		margin-bottom: 0;
	}
}
/*
.iconAttention {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: -0.1em 0.5em -0.1em 0;
	background-image: url("../img/pict-1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.iconinformation {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: -0.1em 0;
	background-image: url("../img/pict-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
*/
.btn {
	display: block;
	padding: 0 0.5em;
	color: #fff;
	font-weight: bold;
	line-height: 200%;
	text-decoration: none;
	background-color: #2ca6e0;
	border-radius: 4px;
}
.btn:hover {
	color: #fff;
	opacity: 0.7;
}
/*********************************************************************
 * 共通ページコンテンツ
*********************************************************************/
.print {
	display:none;
}

div#container{
	width:100%;
	height:100%;
}
div#header {
	margin: 0 auto 2em;
	padding: 2em 0 0;
	border-bottom: 2px solid #2874BE;
}
div#header h1 {
	width: 35%;
	height: 1.8em;
	background:url(../img/logo_web.png) no-repeat left center;
	background-size: auto 1.8em;
	color:#b5b5b5;
}
div.header_box {
	width: 65%;
}
div.header_box .headerSelect {
	position: relative;
	width: 100%;
}
div.header_box .headerSelect + .headerSelect {
	margin-top: 0.5em;
}
div.header_box .headerSelect label,
div.header_box .headerSelect span:nth-child(1) {
	display: inline-block;
	position: relative;
	width: 40%;
	padding-right: 1em;
	box-sizing: border-box;
}
div.header_box .headerSelect label::after,
div.header_box .headerSelect span:nth-child(1)::after {
	display: block;
	content: ":";
	position: absolute;
	top: 50%;
	right: 0.25em;
	transform: translateY(-50%);
}
div.header_box .headerSelect select,
div.header_box .headerSelect span:nth-child(2) {
	display: inline-block;
	width: 55%;
	box-sizing: border-box;
}
div.header_box .headerSelect span:nth-child(2) {
	text-align: left!important;
}
/*2019/04/10修正 TYL柳田：ここから*/
.toggleBtn {
	display: none;
}
/*2019/04/10修正 TYL柳田：ここまで*/
@media screen and (max-width: 800px) {
	div#header h1 {
		width: 100%;
	}
	div.header_box {
		width: 100%;
		margin-top: 0;
	}
	div.header_box .headerSelect label,
	div.header_box .headerSelect span:nth-child(1) {
		width: 25%;
	}
	div.header_box .headerSelect select,
	div.header_box .headerSelect span:nth-child(2) {
		width: 70%;
	}
	div.header_box .headerSelect li {
		margin-top: 2em;
	}
	div.header_box .headerSelect + .headerSelect {
		margin-top: 0;
	}
	/*2019/04/10修正 TYL柳田：ここから*/
	.toggleBtn {
		position: relative;
		display: block;
		width: 100%;
		margin: 1em 0 0;
		padding: 0.5em 1.5em;
		color: #fff;
		box-sizing: border-box;
		background-color: #0074be;
	}
	.toggleBtn > span {
		position: absolute;
		top: 50%;
		right: 0.5em;
		display: block;
		width: 1em;
		height: 1em;
		background-image: url("../img/toggle_arrow.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transform: translateY(-50%);
	}
	.toggleBtn.current > span {
		transform: rotate(180deg) translateY(50%);
	}
	.toggleContents {
		display: none;:!important;
	}
	.toggleContents.current {
		display: block;
		padding-bottom: 1em;
		border-bottom: 1px solid #dcdcdc;
	}
	/*2019/04/10修正 TYL柳田：ここまで*/
}
h2 {
	width: 100%;
	margin: 1em auto;
	color:#797c87;
}
@media screen and (max-width: 800px) {
	h2 {
		margin: 2em auto 1em;
	}
}

h3 {
	background-color:#0074be;
	color:#ffffff;
	padding: 0.5em 0.8em;
}
h4 {
	margin: 1em auto;
	padding: 1em 0.5em;
	color: #000;
}

div.contents {
	margin-top: 1.6em;
}

div.button_box {
	margin-top: 3.2em;
}

div.button_box input {
	display: inline-block;
	width: 23%;
	height: 2.5em;
	margin: 0 0.5em;
}
@media screen and (max-width: 800px) {
	div.button_box input {
		display: block;
		width: 80%;
		margin: 1em 10%;
	}
}

div.button_box3 {
	margin-top:30px;
	text-align:center;
}

div#footer {
	margin-top: 2.5em;
	padding: 1em 0 4em;
}
div#footer address{
	font-style:normal;
	margin-top:5px;
}

p.step{
	color:#b5b5b5;
	margin-top:10px;
}

 .lightgreyBorder{
	 border-bottom: 1px solid #C4C4C4;
 }

table#navi{
	width: 100%;
	margin-top:5px;
}

table#navi div.on {
	background-color:#0074be;
	border:1px solid #0074be;
	box-sizing: border-box;
}

table#navi div.off {
	background-color:#ffffff;
	border:1px solid #8f929f;
	box-sizing: border-box;
}

td.navi_panel{
	border: none;
}

td.navi_arrow{
	position: relative;
	border: none;
	width: 7.3333333333%;
	vertical-align:middle;
}
.navi03 td.navi_panel {
	width: 28.444444444%;
}
.navi04 td.navi_panel {
	width: 19.5%;
}
.naviWrapper {
	width: 100%;
	padding-bottom: 10px;
	overflow-x: scroll;
}
.navi06 {
	width: 100%;
	min-width: 850px;
}
.navi06 td.navi_panel {
	width: 13%;
}
.navi06 td.navi_arrow {
	width: 4%;
}

/*20190528修正：ここから*/
td.navi_arrow img {
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	*/
	width: 30%;
	height: auto;
	/*
	transform: translate(-50%, -50%);
	*/
}
/*20190528修正：ここまで*/
@media screen and (max-width: 800px) {
	td.navi_arrow img {
		width: 50%;
		height: auto;
	}
}

div.navi_box{
	position: relative;
	width: 100%;
	height: 4.15em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.navi_box p.text{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 1em;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}

div.navi_box p.on{
	color:#ffffff;
}

div.navi_box p.off{
	color:#c8c8c8;
}

div.opacity50 {
	opacity:0.55;
}

div.opacity50:hover {
	opacity:1.0;
}

div.navi_link {
	cursor:pointer;
}

div.navi_link:hover {
	background-color:#0074be !important;
}

div.navi_link:hover p {
	color:#ffffff !important;
}

/* リスト */
table.list{
	margin-top:10px;
	background-color:#eee;
}
table.list.noMargin {
	margin-top: 0;
}

table.list caption{
	color:#0074be;
}

table.list th,
table.list td{
	padding: 0.4em;
	box-sizing: border-box;
}
table.list th{
	color:#333333;
	background-color:#d9d9d9;
	vertical-align: middle;
}

table.list tr.w{
	background-color:#ffffff;
}

table.list tr.g{
	background-color:#ebf0f8;
}
table.list td.empty {
	background-color: #fff;
	border-color: #fff;
}
table.list td.empty + td.empty::after {
	display: none;
}

div#layer {
	opacity:    0.40;
	position:   fixed;
	width:      100%;
	height:     100%;
	background: #000;
	top:        0;
	left:       0;
	z-index:99999;
	display:none;
}
div#copyMode {
	opacity:    0.40;
	position:   fixed;
	width:      100%;
	height:     100%;
	background: #000;
	top:        0;
	left:       0;
	z-index:20;
	display:none;
}

textarea.mycomment {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	border:none;
	width: 100%;
	height: 4em;
	overflow:hidden;
}

/*
	2021/07/26追加：ここから
	アイコンSVG化に伴い修正
*/
.blockTop {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1300px;
	height: auto;
	border: solid 1px #0174BD;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	border-radius: 2px;
	flex-wrap: wrap;
	/*
	font-size: 1.3vw;
	*/
	box-sizing: border-box;
}
/*
@media screen and (min-width:1200px){
.blockTop {
	font-size:15px !important;
	max-width: 1300px;
	max-height: 150px;
}
}
*/
@media screen and (max-width:800px){
	.blockTop {
		/*
		padding-top: 2vw;
		padding-bottom: 2vw;
		height:auto;
		*/
		width:80%;
		/*
		text-align: right;
		font-size: 3vw !important;
		*/
	}
}
/*
.blockTop > .ul1{
	width: 18%;
}
.blockTop > .ul2{
	width: 26%;
}
.blockTop > .ul4{
	width: 18%;
}
.blockTop > .ul3{
	width: 18%;
}
.blockTop > .ul5{
	width: 20%;
}
*/

.blockTop ul li {
	padding: 1em;
	/*
	display: list-item;
	margin-top: 2vw;
	margin-left: 2vw;
	margin-bottom: 2vw;
	*/
}
.blockTop ul li .icon {
	margin-right: 0.5em;
}
/*
@media screen and (min-width:1200px){
	.blockTop ul li {
		margin-top: 30px;
		margin-left: 60px;
		margin-bottom: 30px;
	}
}
*/
.mrginRight4{
	margin-right: 4vw;
}

@media screen and (max-width:800px){
	/*
	.blockTop > .ul1{
		width: 36%;
		margin-bottom: -0.9vw;
	}
	.blockTop > .ul2{
		width: 64%;
		margin-bottom: -0.9vw;
	}
	.blockTop > .ul3{
		width: 64%;
		margin-top: -0.9vw;
	}
	.blockTop > .ul4{
		width: 36%;
		margin-top: -0.9vw;
	}
	.blockTop ul li{
		text-align: left;
		margin-left: 6vw;
	}
	*/
	.blockTop > .ul1,
	.blockTop > .ul4{
		text-align: right;
	}
	/* .blockTop ul li {
		display: list-item;
		margin: 0px 0px 0px 0px;
	} */
}
/*
.font12{
	font-size: 1.2vw;
}
@media screen and (max-width:800px){
	.font12{
		font-size: 2.4vw;
	}
}
@media screen and (min-width:1200px){
	.font12{
		font-size: 15px;
	}
}
.font14{
	font-size: 1.4vw;
}
@media screen and (max-width:800px){
	.font14{
		font-size: 2.4vw;
	}
}
@media screen and (min-width:1200px){
	.font14{
		font-size: 17px;
	}
}

.testtable tr select{
	font-size: 1.3vw;
}
@media screen and (max-width:800px){
.testtable tr select{
		font-size: 2.2vw;
	}
}
@media screen and (min-width:1200px){
.testtable tr select{
		font-size: 15px;
	}
}
*/
/* 2021/07/26追加：ここまで */

.blockTop ul li a {
	text-decoration: none;
}

/* ul.test > li:nth-child(3n+1) {
    clear: both;
}

ul.test > li{
		display: table-cell;
    float: left;
    width: 33%;
} */

.blockTop2 {
	margin-left: auto;
	margin-right: auto;
}

.testtable {
	text-align: left;
}

.testtable th,.testtable td{
	width:50%;
	max-width: 500px;
}


/*
	2021/07/26：
	svgアイコンのディレクトリを変更したので、
	リンク修正
*/
.checKd {
	display: inline-block;
	background-image: url("../img/_svg/iconCheckd.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height:2vw;
	width:2vw;
	max-height:36px;
	max-width:36px;
	vertical-align: middle;
}
.unchecKd {
	display: inline-block;
	background-image: url("../img/_svg/iconError.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height:2vw;
	width:2vw;
	max-height:36px;
	max-width:36px;
	vertical-align: middle;
}
/*
	2021/07/26：リンク修正ここまで
*/
.testtable select {
	width: 420px;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
	.testtable select {
		/* 20210706修正
		width:430px;
		*/
		width:35vw;
	}
}
@media screen and (max-width:800px){
	.checKd,.unchecKd  {
		height:3vw;
		width:3vw;
	}
	.testtable select {
		width:30vw;
	}
}

.headNav{
	background-color: white;
	height:auto;
	top:0;
	margin-top:0;
	z-index: 2;
}

.fixed{
    position: fixed;
    top: 0;
}

@media screen and (max-width: 800px) {
	.testtable td{
		font-size: 2.5VW;
		width:50%;
	}
	.testtable th{
		font-size: 2.5vw;:!important;
	}
}

.testtable .unselected {
	background-color: #F7D5DD;
}


/* step03テーブル内ラジオボタン */
.testtable .numbers {
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	float: left;
	height:4vw;
	max-height: 50px;
	width:auto;
	align-items: center;
	margin-right: 2vw;
}
@media screen and (min-width:1200px){
	.testtable .numbers {
		margin-right: 30px;
	}
}
.testtable .rowWide{
	display: flex;
	flex-wrap: nowrap;
	height:5vw;
	width:35vw;
	max-height: 60px;
	max-width:500px;
	overflow-x: auto;
	overflow-y: hidden;
}

@media screen and (max-width: 800px) {
	.testtable .numbers {
		justify-content: space-between;
	}
	.testtable .rowWide{
		height:8vw;
		width:33vw;
	}
}
@media screen and (min-widh: 800px){
.testtable th, .testtable td {
	font-size:2vw;:!important;
}
}
/* step02テーブル内ラジオボタン */
.testtable .numbers2 {
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	height:4vw;
	max-height: 50px;
	width:auto;
	align-items: center;
}

@media screen and (max-width: 800px) {
	.testtable .numbers2{
		width:auto;
		height:6vw;
		max-height: inherit;
		overflow-x: scroll;
		font-size: 3vw;
	}
	.testtable .numbers2 input{
		width:50px;
	}
}




input[type=radio] {
}

input.btn_small {
	font-family: 'メイリオ', Meiryo, 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	background:url(../img/button-b.png) no-repeat left top;
	width:88px;
	height:30px;
	color:#ffffff;
	border:none;
	font-weight:bold;
	cursor:pointer;
}



p.lnk_box{
	margin-top:1em;
}
.s_button {
    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;
 }

 .borderTopblue{
	 border-top: 200px;
	 border-color:#2874BE;
 }

.s_button:hover{
    background-color: #e6ecf0;
    background-image: linear-gradient(#fff,#e6ecf0);
    border-color: #e6ecf0;
}

/* modal window */
#lean_overlay{
	position: fixed; z-index:9999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

/*
.contents + .contents {
	display: none;
}
.contents > .contents {
	margin-top: 0;
	display: none;
}
*/
ul.selectBoxList {
	margin-top: 1em;
	display: none;
}

.contents > .contents ul.selectBoxList,
.active {
	display: block!important;
}

.contents > .contents ul.selectBoxList.flexBlock,
.flexBlock.active {
	display: -webkit-flex!important;
	display: flex!important;
}
/*
.contents2{
	height:20vw;
	max-height:250px;
	width:45vw;
	max-width:520px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:800px){
.contents2{
	height:26vw;
	width:60vw;
	margin-left: auto;
	margin-right: auto;
}
}
*/
.deactive {
	display: none!important;
}

ul.selectBoxList li {
	box-sizing: border-box;
}
ul.selectBoxList5 li {
	width: 18%;
	margin-left: 2.5%;
}
ul.selectBoxList5 li:nth-child(5n + 1) {
	margin-left: 0;
}
ul.selectBoxList5 li:nth-child(n + 6) {
	margin-top: 1em;
}
@media screen and (max-width: 800px) {
	ul.selectBoxList5 li {
		width: 31%;
		margin-left: 0;
		margin-right: 3.5%;
	}
	ul.selectBoxList5 li:nth-child(3n + 3),
	ul.selectBoxList5 li:nth-child(6n + 3) {
		margin-right: 0%;
	}
	ul.selectBoxList5 li:nth-child(n + 4) {
		margin-top: 1em;
	}
}
ul.selectBoxList li a {
	position: relative;
	display: block;
	width: 100%;
}


ul.selectBoxList li .box_off a {
	width:12vw;
	height:13vw;
	border-radius: 4px;
	border: 2.4px solid;
	border-color: lightgrey;
	text-decoration: none;
	max-width: 180px;
	max-height: 180px;
	max-height:auto;
}
@media screen and (max-width:800px){
	ul.selectBoxList li .box_off a {
		height:20vw;
		width:22vw;
	}
}


ul.selectBoxList li .Selected a{
	border-color: #2874BE; :!important;
	pointer-events: none;
}

ul.selectBoxList li .box_off:hover a {
	border-color: #2874BE;
}


ul.selectBoxList li .deActivated{
	opacity: 50%;
	pointer-events: none;
}


ul.selectBoxList li .box_off a img{
	height:9vw;
	width:9vw;
	margin-bottom: -20px;
}

@media screen and (max-width:800px){
	ul.selectBoxList li .box_off a img{
		height:13vw;
		width:13vw;
		margin-bottom:-3vw;
	}
}
@media screen and (min-width:1200px){
	ul.selectBoxList li .box_off a img{
		height:100px;
		width:100px;
	}
}

ul.selectBoxList li .box_offValve a {
	width:12vw;
	height:13vw;
	border-radius: 4px;
	border: 2.4px solid;
	border-color: lightgrey;
	text-decoration: none;
	padding-bottom: 5px;
	max-width: 180px;
	max-height: 180px;
	/* box-shadow: 0 0 1px 1px rgba(135,135,135,1) inset; */
}

ul.selectBoxList li .box_offValve:hover a {
	border-color: #2874BE;
}



@media screen and (max-width:800px){
ul.selectBoxList li .box_offValve a {

	height:20vw;
	width:22vw;
 }
}

ul.selectBoxList li .box_offValve a img{
	height:7vw;
	width:11vw;
}

@media screen and (max-width:800px){
ul.selectBoxList li .box_offValve a img{
	height:9vw;
	width:15vw;
 }
}
@media screen and (min-width:1200px){
ul.selectBoxList li .box_offValve a img{
	height:90px;
	width:140px;
}
}

ul.selectBoxList li .box_on a {
	width:100px;
	height:110px;
	border: solid;
	border-color: grey;
	/* box-shadow: 0 0 1px 4px rgba(255,0,0,1) inset; */
}
@media screen and (min-width:1200px){
	ul.selectBoxList li .box_on a {
		width:100px;
		height:110px;
	}
}

ul.selectBoxList li a img {
	position: relative;
	padding: 15px 10px;
	box-sizing: border-box;
	z-index: -1;
}
@media screen and (max-width: 800px) {
	ul.selectBoxList li a img {
		padding: 1.875vw 1.25vw;
	}
}
ul.selectBoxList li p {
	padding: 1em 0.25em 0;
	box-sizing: border-box;
}

/* modal window */
.informationimg {
	display: inline-block!important;
	width: auto!important;
	height: 1em!important;
	margin: 0 0.5em!important;
}
.informationimg > img {
	width: auto!important;
	height: 120%!important;
	margin-top: 0!important;
	padding: 0!important;
	z-index: 1!important;
}
.informationimg > img.large {
	width: auto!important;
	height: 150%!important;
	margin-top: -25%!important;
	padding: 0!important;
	z-index: 1!important;
}
div.modalWindow {
	width:800px;
	max-height:80vh;
	overflow-y: auto;
}
div.modalContents{
	width:100%;
	max-height:70vh;
}
div.modalContents > .modalInner {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
	div.modalWindow {
		width:90%;
	}
	div.modalContents{
		width:100%;
	}
}
div.modalWindow{
	background-color:#fff;
}
div.modalWindow h5{
	color:#fff;
	background-color:#0074be;
	padding: 1.0em 1.2em;
	clear:both;
}
div.modalWindow h5 span{
	float:right;
	cursor:pointer;
}
div.modalWindow ul{
	width:100%;
	list-style:none;
}
div.modalWindow ul li{
	padding: 0.8em 1.2em;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
}
div.modalWindow ul li:last-child,
div.modalWindow ul li.photo{
	border-bottom:none;
}
div.modalWindow ul li.photo {
	float: left;
	width: 33%;
}
div.modalWindow ul li.photo > img {
	width: 100%;
}
div.modalWindow ul li.photo + li:not(.photo) {
	float: left;
	width: 66%;
}
@media screen and (max-width: 800px) {
	div.modalWindow ul li.photo,
	div.modalWindow ul li.photo + li {
		float: inherit;
		width: 100%;
	}
	div.modalWindow ul li.photo {
		text-align: center;
	}
	div.modalWindow ul li.photo > img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 40vh;
	}
	div.modalWindow ul li.photo + li {
		border-top:1px solid #ccc;
	}
}
div.modalWindow p.h5{
	padding: 0.8em 1.2em 0;
}
div.modalWindow h6{
	font-weight:bold;
}
div.modalWindow h6:before{
	content:"● ";
}
div.modalWindow img{
	width:40%;
}
div.modalContents{
	overflow:auto;
}
div.modalClose{
	text-align: center;
	padding: 0.75em 0;
}
div.modalWindow table {
	width: 100%;

}
div.modalWindow table td{
	padding: 3px;
}

.searchBar{
	height:3vw;
	max-height:45px;
	width:20vw;
	max-width:300px;
	border:2.5px solid #CCCCCC;
	background-color: transparent;
	/*background-image: url("../img/glass.png");*/
	background-repeat: no-repeat;
	background-size: 2.3vw 2.2vw;
	background-position: center left;
  cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 2.3vw;
	font-size: 1.3vw;
}

@media screen and (max-width: 800px){
	.searchBar{
		background-size: 5vw 4.8vw;
		padding-left: 4.5vw;
	}
}
@media screen and (min-width: 1200px){
	.searchBar{
		background-size: 45px 42px;
		padding-left:40px;
		font-size: 20px;
	}
}

.searchBtn{
	height:3.4vw;
	max-height:50px;
	width:4vw;
	max-width: 60px;
	border: none;
	background-color:#CCCCCC;
	color:#fff;
	font-size: 1.3vw
}



@media screen and (max-width:800px){
	.searchBar{
		height:6.4vw;
		width:47vw;
		border-width:2.5px;
		border-color: #CCCCCC;
		font-size: 3vw;
	}
	.searchBtn{
		height:7vw;
		width:10vw;
		border: none;
		background-color:#CCCCCC;
		color:#fff;
		font-size: 3vw;
	}
}

.flexContainer{
	height:auto;
	width:auto;
}

.fixed .flexContainer{
padding-left: 4.6vw;
padding-right: 4.6vw;
}

@media screen and (max-width:800px){
	.fixed .flexContainer{
		margin-top:-20px;
	}
}


.subHead{
	display: flex;
	margin-top: 10px;
	width:100%;
	height:30px;
}
.subHead2{
	display: flex;
	margin-top: 10px;
	width:100%;
	height:3vw;
	max-height: 42px;
}

@media screen and (max-width:800px){
	.subHead2{
		margin-top: 2em;
		height:5vw;
	}
}
.subHead2 .garbageBox{
	height:1.3vw;
	width:1.3vw;
	max-height: 17px;
	max-width: 17px;
	vertical-align: bottom;
}

.subHead2 .checkBoxsubhead{
	height:2.5vw;
	width:2.5vw;
	vertical-align: top;
	margin-left: 0.4vw;
	max-height: 20px;
}

.marginLeft27vw{
	margin-left: 300px;
}

.marginleft3vw{
	margin-left: 3vw;
}

.subboxElement1{
	flex-grow: 1;
}
.subboxElement2{
	flex-grow: 6;
	text-align: right;
	margin-top: 10px;
}

.subboxElement3{
	flex-grow:1;
	text-align: right;
	margin-top: 10px;
}

.subboxElement4{
	flex-grow: 6;
/*	text-align: right; 2023.01.08 製品を削除するを右寄せから変更*/
	margin-top: 10px;
}

.subboxElement5{
	flex-grow: 1;
}

.subboxElement4 a {
	text-decoration: none;
	color: grey;
}

@media screen and (min-width: 800px) {
	.hidePc{
		display:none;
	}
}

@media screen and (max-width: 800px) {
.hideSp{
	display: none;
	}
	.subboxElement4{
		flex-grow: 1;
		text-align: right;
		vertical-align: middle;
		margin-top: 0;
		font-size: 2.5vw;
	}

	.subboxElement5{
		flex-grow: 1;
		vertical-align: middle;
	}

	.subHead2 .garbageBox{
		height:3vw;
		width:3vw;
		vertical-align: bottom;
	}
	.subHead2 .checkBoxsubhead{
		height:3vw;
		width:3vw;
		vertical-align: bottom;
	}
}

.textInline img {
	height:1.3vw;
	width:1.3vw;
	vertical-align: top;
	margin-right:1px;
}

.textInline{
	display: inline-block;
	float:right;
}

/*
新規記述
*/

.alignright {
	text-align: right;
}

#hinto {
	z-index:99999999;
	position: absolute;
	right: 0px;
}
#hinto a {
	text-decoration:none;
}
.marker {
	display: inline-block;
	padding: 0.5em;
	line-height: 3.2;
	background-color: #ff7f7f;
	color: #ffffff;
	font-weight:bold;
}
