@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.pagePath {
	padding: 6px 35px;
	color: #666666;
	font-size: 1.6rem;
	background-color: #DDD;
	margin-bottom: 0;
}
.pagePath a {
	margin-right: 13px;
	padding-right: 31px;
	display: inline-block;
	color: #666666;
	background: url(../../images/common/icon07.png) no-repeat right top 5px / 11px auto;
}
.pagePath a:hover {
	opacity: 0.7;
}
.pagePath li {
	display: inline-block;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 150px;
	height: calc(100% - 5px);
	position: fixed;
	top: 5px;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
#conts .logo {
	padding: 46px 26px;
}
#conts #gNavi li a {
	padding: 0 10px;
	display: flex;
    align-items: center;
    font-size: 1.4rem;
    box-sizing: border-box;
    background: url(../../images/common/line01.png) repeat-x left bottom / 2px auto;
	justify-content: center;
	min-height: 7vh;
}
#conts #gNavi li.on {
	background: url(../../images/common/bg02.png) left top / cover;
}
#conts #gNavi li.on a {
	background: url(../../images/common/bg03.png) no-repeat right 3px bottom 3px / 15px auto;
}
#conts #gNavi li:hover {
	background: url(../../images/common/bg02.png) left top / cover;
}
#conts #gNavi li:hover a {
	background: url(../../images/common/bg03.png) no-repeat right 3px bottom 3px / 15px auto;
}
@media screen and (max-height: 670px) {
	#conts #gNavi li a {
		height: 10vh;
	}
}
/*------------------------------------------------------------
	wrap
------------------------------------------------------------*/
.wrap {
	padding: 1vh 35px;
	overflow: auto;
	height: calc(100vh - 119px);
	box-sizing: border-box;
	background-color: #fff;
}

/*------------------------------------------------------------
	table
------------------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
}
table th,
table td {
	box-sizing: border-box;
}

.fancybox-content {
	padding: 0;
}
.fancybox-button {
	display: none !important;
}
.popBox {
	width: 990px;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.popBox .title {
	padding: 5px 16px;
	color: #fff;
	font-size: 2.4rem;
	background-color: #4471C4;
}
.popBox .tabBox {
	padding: 5vh 70px;
}
.popBox>table {
	margin-bottom: 32px;
}
.popBox>table th,
.popBox>table td {
	padding-bottom: 42px;
	font-size: 2.4rem;
	font-weight: normal;
}
.popBox>table th {
	width: 30%;
	vertical-align: top;
}
.tabBox>table {
	margin-bottom: 32px;
}
.tabBox>table>tbody>tr> th,
.tabBox>table>tbody>tr> td{
	padding-bottom: 42px;
	font-size: 2.4rem;
	font-weight: normal;
}
.popBox li {
	min-width: 210px;
}
.popBox.scalUl li:not(:last-child) {
	margin-right: 15px;
}
.popBox li input[type="radio"] {
	display: none;
}
.popBox li input[type="radio"] + label {
	padding: 7px 0 5px 40px;
	font-size: 2rem;
	display: inline-block;
	background: url(../../images/common/radio_img01.png) no-repeat left center / 26px auto;
}
.popBox li input[type="radio"]:checked + label {
	background-image: url(../../images/common/radio_img02.png);
}
.popBox input[type="text"],
.popBox select {
	margin-left: 35px;
	padding: 5px;
	width: 180px;
	height: 38px;
	border: 1px solid #2E518E;
	-webkit-appearance: none;
}
.popBox select {
	/* height: 35px; */
	appearance: none;
	-moz-appearance: none;
	background: url(../../images/common/icon13.png) no-repeat right 5px center / 12px auto;
}
.popBox select::-ms-expand { 
	display: none;
}
.popBox .text {
	margin-top: 40px;
}
.popBox .txt {
	font-size: 2rem;
}
.popBox .btnUl li {
	margin: 0 18px;
	width: 160px !important;
	min-width: inherit;
}
.popBox .btnUl li a {
	padding: 10px;
	display: block;
	color: #555;
	font-size: 2rem;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #555;
}
.popBox .btnUl li a:hover {
	opacity: 0.7;
}
.popBox01 {
	display: none;
}
.popBox02 .yUl {
	margin-top: 25px;
}
.popBox02 .yUl li:not(:last-child) {
	margin-right: 65px;
}
.popBox02 input[type="text"] {
	margin-left: 30px;
	padding: 5px;
	width: 130px;
	height: 35px;
	border: 1px solid #2E518E;
}
.popBox02 .judgeUl {
	margin-bottom: 23px;
}
.popBox02 .identicalUl li:not(:last-child) {
	margin-bottom: 23px;
}
.popBox02 .identicalUl .txt {
	margin-left: 30px;
}
.popBox03 input[type="text"] {
	margin-left: 0;
	padding: 5px;
	width: 140px;
	font-size: 2rem;
	height: 35px;
	border: 1px solid #2E518E;
	-webkit-appearance: none;
}
.popBox03 .txt01 {
	margin: 0 10px;
	font-size: 2rem;
	display: inline-block;
	vertical-align: top;
}
.popBox03 input::-webkit-input-placeholder {
	color: #000;
	font-size: 2rem;
	opacity: 1;
}
.popBox03 input:-moz-placeholder {
	color: #000;
	font-size: 2rem;
	opacity: 1;
}
.popBox03 input::-moz-placeholder {
	color: #000;
	font-size: 2rem;
	opacity: 1;
}
.popBox03 input:-ms-input-placeholder {
	color: #000;
	font-size: 2rem;
	opacity: 1;
}
@media all and (-ms-high-contrast:none) {
	#conts #gNavi li a {
		padding-top: 15px;
	}
	.pagePath a {
		background: url(../../images/common/icon07.png) no-repeat right top 4px / 11px auto;
	}
	.pagePath {
		padding-top: 8px;
	}
}
@media all and (-ms-high-contrast:none) {
	.popBox .btnUl li a {
		padding: 10px 10px 6px;
	}
}
