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


/******************************************************

1600px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/noc/bg_mv.jpg");
}




/* anchorLink */
.anchorLink {
	padding: 120px 0 100px 0;
	text-align: center;
	background-color: #E9F5F8;
}

.anchorLink__content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.anchorLink__left {
	width: 31.746%;
}

.anchorLink__right {
	width: 63%;
	text-align: left;
}

.anchorLink__img {
	display: block;
	width: 100%;
	height: auto;
}

.anchorLink__h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #35A7C9;
}

.anchorLink__h2 span {
	color: #00B994;
	background-image: radial-gradient(circle at center, #00B994 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 5px; /* 点の間隔とサイズ調整 */
	padding-top: .5em; /* 縦方向の位置調整 */
}

.anchorLink__link {
	line-height: 1.4;
}

.anchorLink__item:nth-of-type(2) {
	border-right: none;
}



/* overview */
.overview {
	padding: 90px 0 130px 0;
	background-color: #F0D500;
}

.overview__h2::after {
	background-image: url("/img/index/wave_white.png");
}

.overview__txt {
	margin-bottom: 30px;
}

.overview__txt span {
	font-size: 10px;
	vertical-align: 5px;
	margin: 0 2px;
}

.overview__remarks-item {
	font-size: 11px;
	color: #666;
}

.overview__box {
	margin-top: 70px;
	margin-bottom: 55px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.overview__box::before {
	display: inline-block;
	content: "";
	width: 5px;
	height: 35px;
	background-color: #3480BA;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -42px;
	margin: auto;
}

.overview__box::after {
	display: inline-block;
	content: "";
	width: 35px;
	height: 5px;
	background-color: #3480BA;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -27px;
	margin: auto;
}

.overview__item {
	width: calc(50% - 5px);
	background-color: #FFF;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.overview__number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #3480BA;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 1.3;
	font-weight: bold;
	padding-top: 12px;
}

.overview__number span {
	display: block;
	font-size: 25px;
}

.overview__h3 {
	width: calc(100% - 75px);
	font-size: 15px;
	font-weight: bold;
	color: #3480BA;
}

.overview__tbl {
	width: 100%;
}

.overview__tbl tr th {
	background-color: #3480BA;
	padding: 15px 10px;
	color: #FFF;
	font-weight: bold;
}

.overview__tbl tr th:nth-of-type(1) {
	width: 25%;
}

.overview__tbl tr th:nth-of-type(2) {
	width: 75%;
	text-align: right;
	font-size: 11px;
}

.overview__tbl tr td {
	font-size: 14px;
	background-color: #FFF;
	padding: 15px 10px;
	border-bottom: 1px solid #CCC;
}

.overview__tbl tr:last-child td {
	border-bottom: none;
}

.notApplicable {
	margin-top: 40px;
}

.notApplicable__h3 {
	font-size: 14px;
	color: #3480BA;
	font-weight: bold;
	margin-bottom: 15px;
}

.notApplicable__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.notApplicable__item {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}

.notApplicable__item::before {
	width: 1em;
	display: inline-block;
	content: "";
}

.notApplicable__item span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #3480BA;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 5px;
}

.notApplicable__item:nth-of-type(odd) {
	width: 53%;
}

.notApplicable__item:nth-of-type(even) {
	width: 45%;
}



/* noc */
.noc {
	padding: 90px 0 80px 0;
}

.noc__txt {
	margin-bottom: 60px;
}

.noc__txt span {
	color: #FF5A5A;
	font-weight: bold;
}




/* case */
.case {
	padding: 90px 0 140px 0;
	background-color: #E9F5F8;
}

.case__content {
	margin-top: 40px;
	background-color: #FFF;
	padding: 20px 20px 10px 20px;
}

.case__item {
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
	line-height: 1.8;
}

.case__item::before {
	width: 1em;
	display: inline-block;
	content: "";
}

.case__item span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #3480BA;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 5px;
}

.case__item p {
	display: inline;
	font-size: 11px;
	color: #666;
}

.case__children {
	margin-left: 1em;
	width: 50%;
}




/******************************************************

1360px〜1599pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1599px){
	
	
	
}



/******************************************************

1200px〜1359pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1359px){
	
/* anchorLink */
.anchorLink__content {
	display: block;	
}
	
.anchorLink__left {
	width: 45%;
	margin: 0 auto 30px auto;
}
	
.anchorLink__right {
	width: 100%;
}
	
.anchorLink__h2 {
	text-align: center;
}
	
	
	
/* overview */
.overview__box {
	display: block;
}

.overview__item {
	width: 100%;
}
	
.overview__tbl tr th:nth-of-type(1) {
	width: 35%;
}

.overview__tbl tr th:nth-of-type(2) {
	width: 65%;
}
	
	
}




/******************************************************

1024px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
	
	
	
}



/******************************************************

768px〜1023pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1023px){
	
/* anchorLink */
.anchorLink__content {
	display: flex;
}

.anchorLink__left {
	width: 31.746%;
}

.anchorLink__right {
	width: 63%;
}
	
.anchorLink__h2 {
	text-align: left;
}
	
	
}





/******************************************************

〜767pxの場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
	
/* anchorLink */
.anchorLink {
	padding: 40px 0 0 0;
	text-align: center;
	background-color: #E9F5F8;
}

.anchorLink__content {
	display: block;
}

.anchorLink__left {
	width: 100%;
	max-width: 150px;
}

.anchorLink__right {
	width: 100%;
	text-align: left;
}

.anchorLink__img {
	display: block;
	width: 100%;
	height: auto;
}

.anchorLink__h2 {
	text-align: center;
}
	
.anchorLink__txt {
	width: calc(100% - 30px);
	margin: 0 auto;
}
	
.anchorLink__box {
	flex-wrap: wrap;
	height: auto;
	background-color: #FFF;
}
	
.anchorLink__item {
	width: 50%;
}
	
.anchorLink__item:nth-of-type(3) {
	border-right: 1px solid #CCC;
}



/* overview */
.overview {
	padding: 80px 0 90px 0;
}

.overview__txt {
	margin-bottom: 10px;
}

.overview__box {
	margin-top: 40px;
	margin-bottom: 70px;
	display: block;
}

.overview__box::before {
	bottom: -45px;
}

.overview__box::after {
	bottom: -30px;
}

.overview__item {
	padding: 15px;
}

.overview__tbl tr th {
	background-color: #3480BA;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
}

.overview__tbl tr th:nth-of-type(1) {
	width: 40%;
}

.overview__tbl tr th:nth-of-type(2) {
	width: 60%;
}

.notApplicable__item:nth-of-type(odd) {
	width: 100%;
}

.notApplicable__item:nth-of-type(even) {
	width: 100%;
}



/* noc */
.noc {
	padding: 80px 0 50px 0;
}

.noc__txt {
	margin-bottom: 40px;
}



/* case */
.case {
	padding: 80px 0 90px 0;
}

.case__content {
	margin-top: 30px;
	background-color: #FFF;
	padding: 20px 20px 10px 20px;
}

.case__item {
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
	line-height: 1.8;
}

.case__item::before {
	width: 1em;
	display: inline-block;
	content: "";
}

.case__item span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #3480BA;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 5px;
}

.case__item p {
	display: inline;
	font-size: 11px;
	color: #666;
}

.case__children {
	margin-left: 1em;
	width: 50%;
}
	
	
}
