@charset "UTF-8";

.footer-contact{
  margin: 12rem 0 0 0;
}

p._nofile-txt{
	font-size: 1.8rem;
	font-weight: bold; 
	margin-bottom: 3rem;}

p._lead-txt{
	font-size: 1.6rem;
	margin-bottom: 3rem;
}


/*option*/
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  width: 100%;
}

input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label {
    background: #ff0000;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
    display: none;
}


._search {
	display: inline-block;
	width: 3.4rem;
	height: 3.4rem;
	margin: 0 1rem 0.2rem -1rem;

	vertical-align: middle;
	background: url(../images/common/search.png) no-repeat;
	background-size: contain;
}

.searcharea {
	/*position: relative;*/
	padding: 3rem;
	background-color: #f2f6f8 ;
}
.searcharea form {
	display: flex;
	justify-content: center;
}
.searcharea ._number {
	display: flex;
	align-self: center;
	margin-right: 2rem;
}

.searcharea ._model input {
	width: 48rem;
	padding: 1.2rem;
}

.searcharea ._button button {
	display: flex;
		justify-content: center;
		align-items: center;
	width: 21rem;
	color: #fff;
	padding: 0.8rem 1.2rem;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #0068b7;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	transition: box-shadow 0.12s;
}
	.searcharea ._button button.hover {
		/*background: #0051ae;*/
		box-shadow: 0 2px 10px rgba(0,0,0,0.0);
	}

.pretext {
	width: 100%;
	margin: 0 auto;
	padding: 18rem 0 24rem 0;
	font-size: 1.8rem;
	text-align: center;
}

.result {
	padding-top: 40px;
}

.result ._headwrap {
	display: flex;
		justify-content: space-between;
}
.resultlist_page {
	display: flex;
	justify-content: flex-end;
}

.resultstats_wrap{
	width: 100%;
	margin: 0 auto;
}

.result table {
	width: 100%;
	margin-bottom: 4rem;
	border-spacing: 0;
	font-size: 1.6rem;
}

.resultlist_num {
	display: flex;
		align-items: baseline;
	margin-bottom: 5rem;
	font-size: 1.6rem;
  line-height: 1.5;
}
.resultlist_num ._modelname {
	font-weight: bold;
}
.resultlist_num ._listnum {
	font-size: 2.8rem;
	font-weight: bold;
}
.resultlist_num ._txt {
	font-weight: bold;
}
.resultlist_num ._txt span{
	display: inline;
}

/*pagenation*/
.resultlist_page {
}
.resultlist_page._right {
	margin: 0 0 0 auto;
}
.resultlist_page ol {
	display: inline-block;
	list-style: none;
	font-size: 1.6rem;
	margin: 0 0.3rem;
}
.resultlist_page li {
	display: inline-block;
}
.resultlist_page a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
	width: 3.4rem;
	height: 3.4rem;
	padding: 0.5rem;
	color: #999;
	text-decoration: none;
	background: #f2f6f8 ;
}
	.resultlist_page a.hover,
	.resultlist_page a.is-active {
		color: #fff;
		background: #0068b7;
	}
	.resultlist_page li {
	    vertical-align: middle;
		/* hogeカウンターの値に1(デフォルト値)を加算 */
		counter-increment: result;
		margin-right: -0.3rem;
	}
	.resultlist_page li:last-child {
		margin-right: 0;
	}

	.resultlist_page a:before {
		/* 表示  */
		/*content: counter(result);*/
	}
	.ellipsis {
		height: 1rem;
	}
.resultlist_page button {
	position: relative;
	display: inline-block;
	width: 3.4rem;
	height: 3.4rem;
	padding: 0.5rem;
	color: #999;
	text-align: center;
	text-decoration: none;
    vertical-align: middle;
	background: #f2f6f8 ;
	transition: background 0.12s;
}
	@media all and (-ms-high-contrast: none) {
	/* IE */
		.resultlist_page button {
			margin-right: -0.4rem;
		}
	}
	.resultlist_page button:last-child {
		margin-right: 0;
	}
	.resultlist_page button.hover {
		background: #0051ae;
	}
.resultlist_page ._arrow {
	position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #333;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-3px) rotate(45deg);
}
	.resultlist_page button.hover ._arrow {
		border-color: #fff;
	}
	.resultlist_page ._arrow._next {
	    transform: translateY(-3px) translateX(3px) rotate(-135deg);
	}
	.resultlist_page ._arrow._prev {
		margin-right: 0;
	}


.resultstats {
	border-collapse: collapse;
	border-spacing: 0;
}


.resultstats tr {
	/*display: flex;*/
	width: 100%;
	transition: background 0.12s;
}
/*	.resultstats tr:nth-child(2n) {
		background: #f2f6f8 ;
	}*/
	.resultstats tr.hover {
		background: #d6f6ff;
	}

.resultstats td,
.resultstats th {
	padding: 1.2rem 2rem;
	border: 1px solid #e9ecee;
}
.resultstats th {
	background-color:#f2f6f8 ;
	vertical-align: top;
	font-weight: bold;
  text-align: center;
}
.resultstats th:nth-of-type(1) {width: 300px;}
.resultstats th:nth-of-type(2) {width: 200px;}

@supports (-ms-ime-align:auto) {
	/*tableのボーダーが背景色で上書きされる問題解決:edgeのみ*/
    .resultstats th {
		background-clip: padding-box;
    }
}

	.resultstats td:nth-of-type(2) a{
		color: #0068b7;
		text-decoration: underline;
		cursor:pointer
	}
	.resultstats td:nth-of-type(2) a.hover{
		text-decoration: none;
	}

.resultstats td a.link-pdf{
			padding: 0.5rem 0 0.5rem 4.5rem;
			background: url(/images3/common/icon-pdf.png);
			background-repeat: no-repeat;
			background-size: 3.8rem;
			background-position: left 0 center;}

/*modal
--------------------------------------------------------------------*/
html.modalset {
	overflow: hidden;
	}
.agree-modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	}
.agree-modal-wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 2rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	white-space: nowrap;
	}
.agree-modal-wrap::-webkit-scrollbar {
	display: none;
	}
.agree-modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	}
.agree-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(153, 153, 153, 0.8);
	width: 100%;
	height: 100%;
	}
.agree-modal-box {
	width: 90rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 8rem auto;
	}
.agree-modal-box .inner {
	background: #fff;
	padding: 6rem 4rem;
	text-align: left;
	white-space: normal;
	box-sizing: border-box;
	margin: 0 auto;
	}
	.agree-modal-box h2{
		font-size:2.1rem;
		font-weight: bold;
		line-height: 1.5;
		background-color: #f2f6f8;
		padding: 1.8rem;
		margin: 0 0 3rem 0;
	}
	.agree-modal-box h3{
		font-size:1.8rem;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 0 1.5rem 0;
	}
	.agree-modal-box h3 + p{
		font-size:1.6rem;
		line-height: 1.75;
		margin: 0 0 20px 0;
	}
.agree-modal-box .rule{
	border: 1px solid #e9ecee;
	padding: 2rem;
	overflow-y: scroll;
	height: 28rem;
	box-sizing: border-box;
	margin-bottom: 4rem;
	}
.agree-modal-box .rule ol{
	list-style: decimal;
}
	.agree-modal-box .rule ol li{
		font-size:1.4rem;
		line-height: 1.75;
		margin: 0 0 2rem 2rem;
		}


.agree-modal-box .inner > :first-child {
margin-top: 0;
}
.agree-modal-box　.agree-modal-close {
}




ul.agree-btn{
	display:flex;
	justify-content: center;
	list-style: none;
	}
	
	ul.agree-btn li{
		margin: 0 30px 0 0;
		}

	ul.agree-btn li:last-child{
		margin:0;
		}

	ul.agree-btn li a.btn-yes{
		width:  23rem;
		text-align: center;
		text-decoration: none;
		padding:2.5rem 1rem;
		display:block;
		background-color: #005caa;
		border:solid 1px #005caa;
		font-size: 1.8rem;
		color: #fff;
		transition: background 0.12s;
		box-sizing: border-box;
		}

	ul.agree-btn li a.btn-yes.hover{
		opacity: 0.8;
		cursor:pointer
		}

	ul.agree-btn li a.btn-no{
		width:  23rem;
		text-align: center;
		text-decoration: none;
		padding:2.5rem 1rem;
		display:block;
		background-color: #f2f6f8 ;
		border:solid 1px #e9ecee;
		font-size: 1.8rem;
		color: #333333;
		transition: background 0.12s;
		box-sizing: border-box;
		}

	ul.agree-btn li a.btn-no.hover{
		background-color: #e9ecee;
		border:solid 1px #e9ecee;
		cursor:pointer
		}


ul.agree-btn .Disable{
pointer-events:none;
opacity: 0.3;
}


.dl-notes{
  background-color: #fff0f0;
  padding: 1.8rem;
  margin: 0 0 4rem 0;
}

.dl-notes h3{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.dl-notes p{
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 1rem 0;
}
.dl-notes p:last-child{
  margin: 0;
}

.dl-notes a{
  font-weight: bold;
  color: #0068b7;
  text-decoration: underline;
}
.dl-notes a.hover{
  text-decoration: none;
}

.dl-notes a.link-pdf {
  padding: 0.5rem 0 0.5rem 4.5rem;
  background: url(/images3/common/icon-pdf.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 3.8rem;
  background-position: left 0 center;
}

/* ----------------------------------------
.link-btn
---------------------------------------- */
.link-btn {
  width: auto;
  padding: 4rem 0 0 0;
  margin: 4rem auto 12rem;
  border-top: solid 1px #e9ecee;
}
.link-btn button {
  position: relative;
  display: grid;
  place-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 30%);
  width: 30rem;
  min-height: 7rem;
  padding: 1.5rem 4rem;
  margin: 0 auto;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: box-shadow 0.12s, background-color 0.12s;
}
.link-btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.link-btn button.hover {
  box-shadow: none;
  background-color: #137bca;
}

