@charset "UTF-8";
/* CSS Document */

.contents {
	width: 1024px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
}

h1 {
	color: #EE6D8D;
	font-size: 37px;
	font-weight: bold;
	line-height: 40px;
}

h1 span {
	display: block;
}

.ttl01 {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

.ttl02 {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
}

.balloon1-right {
	position: relative;
    padding: 0px 18px;
    color: #fff;
    font-size: 16px;
    background: #EE6D8D;
    height: 77px;
    display: flex;
    align-items: center;
}

.balloon1-right:before {
	  content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -7px;
    border: 8px solid transparent;
    border-left: 10px solid #EE6D8D;
}

.balloon1-right p {
	margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
}


.flex01 {
	display: flex;
	width: 762px;
    justify-content: space-between;
}

.flex02 {
	display: flex;
	width: 245px;
    justify-content: space-between;
	align-items: center;
}

.flex02 img {
	height: 52px;
	margin-right: 6px;
}

.flex02 img:last-child {
	margin-right: 0;
}

.flex03 {
	display: flex;
	width: 1024px;
	justify-content: space-between;
    margin-top: 40px;
	margin-bottom: 10px;
	
}

.ttlsubtxt {
	font-size: 15px;
    letter-spacing: 0.5px;
	margin-bottom: 48px;
}

.sec01 {
	background-color: #E5F2F8;
	padding: 20px 40px 31px;
	margin-bottom: 80px;
}

h2 {
	font-size: 30px;
    color: #333333;
    font-weight: bold;
	text-align: center;
    margin-bottom: 20px;
}

.flex04 {
	display: flex;
	width: 943px;
    justify-content: space-between;
	margin-bottom: 40px;
}

.flex04 dl {
	background-color: #fff;
	padding: 20px 24px;
	text-align: center;
}

.flex04 dl dd {
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	margin-top: 15px;
}

.sec01 p {
	font-size: 26px;
    color: #333333;
    font-weight: bold;
	text-align: center;
	position: relative;
}

.sec01 p::after {
	position: absolute;
    bottom: -70px;
    left: calc(50%);
    content: "";
    display: inline-block;
    transform: translateX(-17px);
    width: 39px;
    height: 59px;
    background: url(/attending/insurance/net/images/yazirusi3.png) no-repeat;
    background-size: contain;
}

.sec01 p span {
	background:linear-gradient(transparent 45%, #FFE901 60%);
}

.sec02 {
	margin-bottom: 64px;
}

.sec02 h2 span {
	color: #EE6D8D;
}

.sec02 p {
	text-align: center;
	font-size: 20px;
	line-height: 34px;
}

.sec02 p:first-of-type {
	margin-top: 27px;
	margin-bottom: 40px;
}

.sec03 {
	background-color: #FDE0EB;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 37px; 
}

.sec03 h3 {
	font-size: 34px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.wrap01 {
	width: 800px;
	margin: 0 auto;
	background-color: #F494AC;
	padding: 16px 0;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.wrap02 {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding: 16px 0;
	text-align: center;
}

.wrap01 p {
	font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
	margin-bottom: 27px;
	position: relative;
	line-height: 28px;
}

.wrap01 p::before {
    content: "";
    background-image: url(/attending/insurance/net/images/line01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 32px;
    height: 48px;
    position: absolute;
    left: 50px;
    bottom: 0px;
	transform: scale(-1, 1);
}

.wrap01 p::after {
    content: "";
    background-image: url(/attending/insurance/net/images/line01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 32px;
    height: 48px;
    position: absolute;
    right: 50px;
    bottom: 0px;
}


.wrap02 p {
	font-size: 20px;
    color: #EE6D8D;
    font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.wrap02 p::before {
    content: "";
    background-image: url(/attending/insurance/net/images/line02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 27px;
    position: absolute;
    left: 197px;
    bottom: 0px;
	transform: scale(-1, 1);
}

.wrap02 p::after {
    content: "";
    background-image: url(/attending/insurance/net/images/line02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 27px;
    position: absolute;
    right: 197px;
    bottom: 0px;
}

.SearchCourse__input-text-wrap {
    position: relative;
}

.SearchCourse__alert {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 1;
    padding: 5px 15px;
    color: #585858;
    font-weight: 600;
    font-size: 1.2rem;
    white-space: nowrap;
    border-radius: 6px;
    background: white;
    border: 2px solid #c3c3c3;
    box-shadow: 0px 4px 7px -6px rgb(0 0 0 / 50%);
}

.SearchCourse__alert::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #c3c3c3 transparent transparent transparent;
}

.SearchCourse__alert::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: white transparent transparent transparent;
}

.SearchCourse__alert-icn {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: white;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 16px;
    vertical-align: 1px;
    text-align: center;
    border-radius: 50%;
    background: #ffa301;
}



.SearchCourse__input-text {
    width: 520px;
    padding: 7px 10px;
    border: 2px solid #434343;
    background-color: #fff;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}

.SearchCourse__input-text::placeholder {
	color: #C3C3C3;
}

.wrap02 input[type="radio"] {
    display: none;
}

.SearchCourse__radio-label {
    display: flex;
    margin-right: 10px;
    padding: 10px;
    align-items: center;
    font-size: 17px;
    border: 2px solid #c3c3c3;
    border-radius: 4px;
    width: 270px;
}

.wrap02 input[type="radio"]:checked + .SearchCourse__radio-label {
    background: #E8F6FD;
}

.SearchCourse__radio-btn {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 32px;
    vertical-align: -5px;
    border-radius: 50%;
    border: 2px solid #888;
    background-color: white;
}

.wrap02 input[type="radio"]:checked + .SearchCourse__radio-label .SearchCourse__radio-btn {
    border: 6px solid #00a0e9;
}


.btn {
	margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 13px;
}

.SearchCourse__submit {
    width: 343px;
    padding: 13px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #EE6D8D;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
	position: relative;
}

.SearchCourse__submit.gray {
    background-color: #b4b4b4;
}

.SearchCourse__submit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: translateY(-50%) rotate(45deg);
}

.txt01 {
	font-size: 12px;
	text-align: center;
}

.txt02 {
	font-size: 12px;
	text-align: left;
	margin-top: 48px;
    margin-bottom: 30px;
}

.flex05 {
	display: flex;
	width: 550px;
	margin: 0 auto;
	justify-content: space-between;
}

.sec02 .txt_r {
	text-align: right;
    font-size: 14px;
    padding-right: 118px;
}

.maintenance_wapper {
    position: relative;
}

.maintenance_wapper:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    content: "";
    top: 4%;
    left: 2%;
    width: 96%;
    height: 92%;
    z-index: 100;
}

.maintenance {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    width: max-content;
}

.maintenance dt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.maintenance dd span {
    color: #fff000;
}