@charset "utf-8";

h4.subtitle {
	margin-top: 120px;	
}
.page_lead + h4.subtitle,
.feature_pagetitle + h4.subtitle {
	margin-top: 0;	
}

.test_tbl1 {
	width: 100%;
	border-top: 1px solid #C4C4C4;
	margin: 0 0 60px;	
}
.test_tbl1 th,
.test_tbl1 td {
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 20px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
}
.test_tbl1 th {
	width: 12%;
	background: #F5F5F5;	
}
.logo_flex {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.logo_flex img {
	width: 150px;
	height: auto; 
}

.test_tbl2 {
	width: 100%;
	border: 1px solid #C4C4C4;
	margin: 0 0 15px;	
}
.test_tbl3 {
	border: 1px solid #C4C4C4;
	margin: 0 0 70px;
	width:50%
}

.test_tbl2 caption,
.test_tbl3 caption {
	text-align: left;
	padding-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	font-size: 18px;
}

.test_tbl2 th,
.test_tbl2 td,
.test_tbl3 th,
.test_tbl3 td {
	border: 1px solid #C4C4C4;
	padding: 10px 20px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.test_tbl3 th,
.test_tbl3 td {
	padding: 10px 15px;
}

.test_tbl2 tr.dot_upper th,
.test_tbl2 tr.dot_upper td {
	border-bottom: 1px dashed #C4C4C4;
}
.test_tbl2 tr.dot_bottom th,
.test_tbl2 tr.dot_bottom td {
	border-top: none;
}


.test_tbl2 .dot_left {
	border-right: 1px dashed #C4C4C4;
}
.test_tbl2 .dot_right {
	border-left: none;
}

.test_tbl2 th,
.test_tbl3 th {
	padding: 8px;
	background: #F5F5F5;	
}
.notes {
	font-size: 13px;
	line-height: 1.7;
	margin: 0 0 20px;	
}


.tbl_flex {
  
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;	
}

.rate20 {
	width: 20%;	
}

.pdf_link {
  
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.pdf_link.last {
	margin-bottom: 120px;	
}

.pdf_thumb img {
	width: 160px;
	height: auto;
	border: 1px solid #C4C4C4;
}
.pdf_thumb {
	margin: 0 0 10px;	
}
.pdf_link p {
	text-align: center;
	font-size: 13px;	
}
.pdf_link p a {
	color: #3F9DE9;
	text-decoration: underline;
	position: relative;
	padding-left: 30px;	
}
.pdf_link p a::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_pdf.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -2px;	
}

h5.caption_title {
	margin-bottom: 25px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	font-size: 18px;
}
.evaluation_col h6 {
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	font-size: 15px;
}

.evaluation_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px;
}
.evaluation_col {
	width: 44%;
}

.evaluation_col dl {
	
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	align-items: center;
	margin-bottom: 10px;
	background: url(../images/dl_dot.png) repeat-x 200px center;
}
.evaluation_col p.alignright,
.evaluation_col dt,
.evaluation_col dd {
	line-height: 1.6;
	background: #FFF;
	font-size: 14px;
}
.evaluation_col dt {
	padding-right: 5px;	
}
.evaluation_col dd {
	padding-left: 5px;	
}
.alignright {
	text-align: right;
	margin: 0 0 15px;
}

@media(max-width: 767px) {
.test_tbl1 {
	border-collapse: collapse;
	border-top: 1px solid #C4C4C4;	
}

.test_tbl1 th,
.test_tbl1 td {
	display: block;
	border: none;
	padding: 8px;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	text-align: center;
	font-size: 14px;
}
.test_tbl1 th {
	width: auto;	
}
.logo_flex {
	display: block;
	text-align: center;	
}
.logo_flex p {
	padding: 5px 0;	
}
.test_tbl1 tr:last-child td {
	text-align: left;	
}

.swipe_tbl {
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;	
}
.swipe_tbl table {
	width: 150vw;
	padding-right: 100px;	
}
.test_tbl2 th,
.test_tbl2 td,
.test_tbl3 th,
.test_tbl3 td {
	padding: 8px;	
	font-size: 13px;
}

.pdf_link {
	display: block;
}

.pdf_thumb {
	width: 35%;
	margin: 0 auto 15px;
}
.pdf_thumb img {
	width: 100%;
	height: auto;
	box-sizing: border-box;	
}
.pdf_link a {
	padding-left: 40px;	
}
.pdf_link a::after {
	width: 30px;
	height: 30px;
	background: url(../images/icon_pdf.png) no-repeat 0 0;
	background-size: 100%;
	top: -4px;	
}



.test_tbl3 {
	width: 100%;	
}
.test_tbl3 td {
	width: 50%;	
}
.test_tbl2 caption, .test_tbl3 caption {
	font-size: 16px;	
}

.evaluation_flex {
	display: block;	
}
.evaluation_col {
	width: 100%;
	margin: 0 0 50px;	
}
.alignright {
	text-align: left;
}
}