@charset "utf-8";
/* TOP */
.pageHead-text .text-s {
    border-left:none;
    display: inline-block;
    padding-left: 0;
    font-size: 0.75em;
    font-weight: normal;
}
.judgment2{
  display: flex;
  justify-content: space-around;
}
.anchor_judgment,
.anchor_judgment2 {
	margin: 3em 0;
	font-size: 1rem;/* 16px */
	font-size: 1.143em;
	line-height: 1;
}
.anchor_judgment a,
.anchor_judgment2 a{
	position: relative;
	display: inline-block;
	padding: 1em 3.25em;
	border: #017bbc solid 2px;
	border-radius: 6px;
	text-decoration: none;
}
.anchor_judgment2 a {
	padding: 1.25em;
  line-height: 1.4;
}
.anchor_judgment a:hover,
.anchor_judgment2 a:hover{
	background-color: #017bbc;
	color: #fff;
}
.anchor_judgment a:after {
	margin: 0.75em auto 0;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #017bbc;
	border-bottom: 2px solid #017bbc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.anchor_judgment a:hover:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.anchor_judgment2 em{
  font-style:normal;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .judgment2{
    flex-direction: column;
  }
  .anchor_judgment2{
    margin: 1.2em 0;
  }
}
@media screen and (max-width: 768px) {
	.anchor_judgment a {
		width: 80%;
	}
}
/* ----- */
.hikisageLlow {
	margin-top: 4em;
	display: flex;
}
.hikisageLlow .text-s {
	font-size: 0.75rem;/* 12px */
}
.hikisageLlow .text-ss {
	font-size: 0.625rem;/* 10px */
}
.hikisageLlow__itemHead {
	width: 138px;
	height: 138px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0.75em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #017bbc;
	border-radius: 50%;
	color: #fff;
	font-size: 1.125rem;/* 18px */
	line-height: 1.4;
}
.hikisageLlow__itemHead .text-s {
	display: block;
}
.hikisageLlow__itemHead:last-child {
	background-color: #f7931d;
}

@media screen and (max-width: 768px) {
.hikisageLlow .hikisageLlow__itemBody .text-ss{
	font-size: 0.75rem;
}
}

.hikisageLlow__itemIcon {
 width: calc((100% - (138px * 4))/3);
	text-align: center;
}
.hikisageLlow__itemIcon img {
	display: inline-block;
	margin-top: calc((138px / 2) - 13px);
}

@media screen and (max-width: 768px) {
.pc-only {
	display: none;
}
.hikisageLlow {
	flex-direction: column;
    align-items: center;
}
.hikisageLlow__item {
	display: flex;
	align-items: center;
    width: 124px;
}
.hikisageLlow__itemHead {
	flex: 0 0 124px;
	height: 124px;
}
.hikisageLlow__itemIcon {
	width: auto;
	text-align: left;
}
.hikisageLlow__itemIcon img {
	margin-top: 0;
	padding: 1em 0;
}
.hikisageLlow__itemIcon img.equalIcon {
	transform: rotate(-90deg);
}
}
.arrow_tryangle {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 428px;
	height: 64px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.arrow_tryangle:after {
	content: "";
	position: absolute;
	width: 303px;
	height: 303px;
	/* 図形のCSS */
	background: linear-gradient(135deg, #ffffff, #ffffff, #91d9ff);
	top: -152px;
	left: 62px;
	transform: scaleY(.3) rotate(45deg);
}
@media screen and (max-width: 768px) {
.arrow_tryangle {
	margin-top: 1.5em;
	margin-bottom: 2em;
}   
}
@media screen and (max-width: 480px) {
.arrow_tryangle {
	width : 304px;
	height : 60px;
}
.arrow_tryangle:after {
	width : 215px;
	height : 215px;
	top : -108px;
	left : 44px;
	transform: scaleY(.4) rotate(45deg);
}
}
.judgmentStart {
	margin-bottom: 1em;
	font-size: 1.125rem;
	font-size: 1.286em;
}
.judgment-type {
	list-style: none;
	margin: 1.25em 0 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.judgment-type__item {
	border-radius: 4px;
	width: 30%;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	margin: 5px; /* 202602 add */
}
.judgment-type__item a {
	display: inline-block;
	padding: 1.2em;
	color: #fff;
	text-decoration: none;
}
.judgment-type__item:hover {
	opacity: .7;
}
.judgment-type__item:first-child {
	background-color: #00a4cc;
}
.judgment-type__item:nth-child(2) {
	background-color: #f28230;
}
/* 202602 edit, add start */
.judgment-type__item:nth-child(3) {
	background-color:#3fb156
;
}
.judgment-type__item:last-child {
	background-color: #FF5DA3 ;
}
/* 202602 edit, add end */

@media screen and (max-width: 768px) {
.judgment-type {
	flex-direction: column;
}
.judgment-type__item {
	width: 80%;
	margin: 0 auto 1.75em;
}
}
.inputRate input{
    display: inline-block;
    margin-top: 0.5em;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 5px 9px 7px;
    font-size: 14px;
    font-family: inherit;
}
@media screen and (max-width: 768px) {
	.inputRate input{
    font-size: 16px;
    transform: scale(0.875);
	}
}
._pageNext{
margin-bottom:2em;
}
.number em{
    display: inline-block;
    margin-right: 0.2em;
    color: #017bbc;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
}

/* _20250401add */
.ind_1{
	margin-left: 1em;
	text-indent: -1em;
}
a._20250401add-hikisage_simu_btn{
	transition: .3s;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	width: 438px;
	height: 102px;
	border-radius: 18px;
	background: #0c2036;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-bottom: 25px;
}
a._20250401add-hikisage_simu_btn div{
}
a._20250401add-hikisage_simu_btn div p{
	font-size: 22px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.25em;
	text-decoration-thickness: 1px;
	margin-bottom: 0.25em;
}
a._20250401add-hikisage_simu_btn:hover{
	opacity: 0.6;
}
@media only screen and (max-width: 768px) {
	a._20250401add-hikisage_simu_btn{
		width: 100%;
		height: 80px;
		border-radius: 8px;
		margin-bottom: 15px;
	}
	a._20250401add-hikisage_simu_btn div p{
		font-size: 16px;
	}
}

/* 202602 add */
.description{
	text-align: center;
	color: #333333;
}