@charset "utf-8";

/* -----------------------------------------
	base
----------------------------------------- */

.whiteBox {
	padding: 40px;
	background: #fff;
}

.whiteList > li {
	width: 100px;
	padding: 5px 8px;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
.bgGreen {
	background: #e2f3e2;
}

.greenBox {
	padding: 30px;
	background: #eaf3d9;
}

.greenBox02 {
	padding: 20px;
	background: #eaf3d9;
}

.fontOrange {
	color: #ff6c00;
}

.orangeBtn {
	font-size: 2rem;
	font-weight: bold;
	background: #f56600 !important;
}

.calc01 {width: calc((100% - (128px + 20px)));}
.calc02 {width: calc((100% - (150px + 10px)));}
.calc03 {width: calc((100% - (213px + 30px)));}
.calc05 {width: calc((100% - (360px + 30px)));}
.width01 {max-width: 315px;}

.w150 {width: 150px !important;}
.w360 {width: 360px !important;}
.maxWidth01 {max-width: 442px;width: 100% !important;}

.h100p {height: 100%;}

.m0Auto {margin: 0 auto;}
.mr34 {margin-right: 34px;}
.mr200 {margin-right: 200px;}
.mr12p {margin-right: 12%;}
.ml33 {margin-left: 33px;}
.ml7p {margin-left: 7%;}

.pt7 {padding-top: 7px;}
.pb3 {padding-bottom: 3px;}

.dispIb {display: inline-block !important;}
.flexWrap {flex-wrap: wrap;}
.jcFe {justify-content: flex-end;}
.wb_bAll {word-break: break-all;}

.eventNone > a {
	pointer-events: none;
	color: #333;
}


/* -----------------------------------------
	qaBtn
----------------------------------------- */

.qaBtn {
	width: 220px;
	margin: 0 0 0 auto;
}

.qaBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
}

.qaBtn a:before {
	content: "";
	display: block;
	background: url("/net-de-teiki/img/ico_question.svg") no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}


/* -----------------------------------------
	arrow
----------------------------------------- */

[class*="arrow"] {
	position: relative;
}

[class*="arrow0"]:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -15px;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent #ffffff;
}

.arrow01:before {
	left: -60px;
}


/* -----------------------------------------
	arrowBig
----------------------------------------- */

.arrowBig:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 39px;
	left: -170px;
	width: 130px;
	height: 8px;
	background: #008803;
	transform: rotate(174deg);
}

.arrowBig:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 23px;
	left: -65px;
	width: 20px;
	height: 20px;
	border-top: 8px solid #008803;
	border-right: 8px solid #008803;
	transform: rotate(40deg);
}
.arrowBig:nth-of-type(2):before {
	top: 16px;
	transform: rotate(186deg);
}
.arrowBig:nth-of-type(2):after {
	top: 12px;
	transform: rotate(51deg);
}


/* -----------------------------------------
	blueArrow
----------------------------------------- */

[class*="blueArrow"] {
	position: relative;
}	

[class*="blueArrow"]:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 4px;
	width: 25px;
	height: 5px;
	background: #1fadd5;
}	

[class*="blueArrow"]:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 4px;
	width: 13px;
	height: 13px;
	border-top: 4px solid #1fadd5;
	border-right: 4px solid #1fadd5;
	transform: rotate(45deg);
}	

.blueArrow01:before {
	bottom: -44px;
	left: -25px;
}

.blueArrow01:after {
	bottom: -50px;
	left: -15px;
}
.blueArrow02:before {
	top: -12px;
	left: -10px;
}

.blueArrow02:after {
	top: -18px;
	left: 0;
}

[class*="imgBlueArrow"] {
	display: inline-block;
	position: relative;
}

[class*="imgBlueArrow"]::before {
	display: block;
	position: absolute;
	width: 33px;
	height: 28px;
	background: url(/net-de-teiki/img/ico_blue_arrow.svg) no-repeat center / contain;
	content: "";
}

.imgBlueArrow01::before {
	bottom: 29%;
	left: -6%;
	transform: rotate(-180deg);
}

.imgBlueArrow02::before {
	bottom: 53%;
	left: 0%;
	transform: rotate(-180deg);
}

.imgBlueArrow03::before {
	bottom: 10%;
	right: -8%;
}

.imgBlueArrow04::before {
	bottom: 14%;
	right: -6%;
}

[class*="imgBlueArrow"] img {
	width: 100%;
}

.linkIcon_btn {
	position: relative;
}
.linkIcon_btn:after {
	content: "";
    display: block;
    border-top: 3px solid #008803;
    border-right: 3px solid #008803;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}


/* -----------------------------------------
	linkPageBtn
----------------------------------------- */

.linkPageBtn {
	position: relative;
	padding-left: 20px;
}

.linkPageBtn:before {
	content: "";
	display: block;
	background: url(/material/img/ico_link.svg) no-repeat;
	background-size: contain;
	transform: rotate(90deg);
	width: 6px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
}


/* -----------------------------------------
	naviList
----------------------------------------- */

.naviList {
	margin: 0 25px;
}

.naviList ul {
	display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
	border-radius: 2px;
}

.naviList li {
    width: 33.3%;
	border-right: 1px solid #ddd;
}

.naviList li:nth-of-type(3n) {
	width: 33.4%;
}

.naviList li:nth-of-type(3n) {
	border-right: 0;
}

.naviList li:nth-of-type(n+4) {
	border-top: 1px solid #ddd;
}

.naviList li a {
	display: flex;
	justify-content: center;
    align-items: center;
    height: 100%;
    padding: 12px 10px;
    color: #333;
	text-align: center;
    text-decoration: none;
}

.naviList li.current,.naviList li a:hover {
	background: #e2f3e2;
}

/*naviIcon*/
.naviIcon {
	margin-right: 10px;
	padding: 5px 10px 3px;
	color: #fff;
	background: #008803;
	border-radius: 2px;
	font-size: 1.1rem;
}



@media screen and (max-width: 750px){
	
	/* -----------------------------------------
		base
	----------------------------------------- */
	
	.whiteBox {
		padding: 20px;
	}
	
	.greenBox {
		padding: 5%;
	}
	
	.orangeBtn {
		padding: 8px 30px 5px 15px !important;
		font-size: 1.6rem;
	}
	
	.width01 {
		max-width: 50%;
		min-width: 157.5px;
	}
	.width02 {width: 55.5px;}
	.sp_w100p {width: 100% !important;}
	
	.sp_mr17 {margin-right: 17px;}
	.sp_mr38 {margin-right: 38px;}
	.sp_mr4p {margin-right: 4% !important;}
	.sp_mr40p {margin-right: 30%;}
	
	.sp_mb10p {margin-bottom: 10%;}
	.sp_mb15p {margin-bottom: 15% !important;}
	.sp_mb25p {margin-bottom: 25% !important;}
	
	.sp_font14 {font-size: 1.4rem !important;}
	.sp_font16 {font-size: 1.6rem !important;}
	
	
	/* -----------------------------------------
		qaBtn
	----------------------------------------- */
	
	.qaBtn {
		width: 205px;
	}
	
	.qaBtn a {
		padding: 3%;
	}
	
	
	/* -----------------------------------------
		arrow
	----------------------------------------- */	
	
	[class*="arrow0"]:before {
		top: -50px;
		left: 50%;
		width: 0;
		height: 0;
		margin-top: 0;
		transform: rotate(90deg);
	}
	
	.arrow01:before {
		margin-left: -12px;
	}
	
	.arrow02:before {
		margin-left: -3px;
	}
	
	
	
	
	/* -----------------------------------------
		arrowBig
	----------------------------------------- */

	.arrowBig:before {
		top: 50px;
		left: -50%;
		margin-left: -30px;
		width: 50px;
		height: 5px;
		transform: rotate(165deg);
	}
	
	.arrowBig:after{
		top: 39px;
		left: -47%;
		width: 12px;
		height: 12px;
		border-top: 5px solid #008803;
		border-right: 5px solid #008803;
		transform: rotate(30deg);
	}
	
	.arrowBig:nth-of-type(2):before {
		top: 10px;
		transform: rotate(195deg);
	}
		
	.arrowBig:nth-of-type(2):after {
		top: 9px;
		transform: rotate(60deg);
	}
	
	.linkIcon_btn:after {
		top: 0;
		right: 8%;
	}
	
	
	/* -----------------------------------------
		naviList
	----------------------------------------- */
	
	.naviList {
		margin: 0;
	}
	
	.naviList ul {
		display: block;
		border: 1px solid #ddd;
	}
	
	.naviList li {
		width: 100%;
		border-right: 0;
	}
	
	.naviList li:nth-of-type(3n) {
		width: 100%;
	}
	
	.naviList li:nth-of-type(n+2) {
		border-top: 1px solid #ddd;
	}
	
	.naviList li a {
		padding: 7px 10px;
	}
	
}


/* -----------------------------------------
	ラベル
----------------------------------------- */

.greenLabel {
	margin-right: 10px;
	padding: 5px 10px 3px;
	color: #fff;
	background: #008803;
	border-radius: 2px;
	font-size: 1.1rem;
	flex-shrink: 0;
	align-self: flex-start;
}


/* -----------------------------------------
	画像周りIE対応
----------------------------------------- */

.imgBox-alignCenter_img {
	display: block;
	margin: auto;
}

@media all and (-ms-high-contrast: none) {
	.ie100paImg-left {
		width: 100%;
	}
	
	.ie100paImg-right {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 750px) {
	.ie100paImg-left {
		width: auto;
	}
	
	.ie100paImg-right {
		width: auto;
	}
}


/* -----------------------------------------
	注釈
----------------------------------------- */
.note {
	font-size: 1.2rem;
}


.note-qrCode {
	margin: 0 25px 25px;
	text-align: right;
}

@media screen and (max-width: 750px) {
	.note-qrCode {
		margin-right: 0;
		margin-left: 0;
	}
}

