

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto&display=swap&subset=japanese');

#contentsArea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-top: 0 !important;
}

#contentsArea .sec1 {
	/*margin: auto;
	max-width: 1040px;
	width: 100%;*/
}

#contentsArea .inner1 {
	margin: 0 30px;
}

#contentsArea .secTitle1 {
	background-color: #F2F2F2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
	padding: 15px 30px;
}

#contentsArea .cntTitle1 {
	background-color: #000;
	color: #fff;
	display: inline-flex;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 5px 15px;
	width: 100%;
}
#contentsArea * + .cntTitle1 {
	margin-top: 3em;
}

#contentsArea .subHd1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 0.5em;
}
#contentsArea .subHd1 > * {
	margin: 0 !important;
}
#contentsArea .subHd1 .sup1 {
	font-size: 87.5%;
	font-weight: 400;
}
#contentsArea .subHd1 .nt1 {
	font-size: 87.5%;
	font-weight: 400;
}

#contentsArea .cntBlock1 {
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
	width: 100%;
}
#contentsArea .cntBlock1 > div:nth-child(1) {
	max-width: 620px;
	padding-right: 40px;
}

#contentsArea .cntBlock2 {
	display: flex;
	margin: 1em 0;
	width: 100%;
}
#contentsArea .cntBlock2 > div + div {
	margin: 0 0 0 80px;
}

#contentsArea .cntBlock3 {
	display: flex;
	justify-content: space-between;
	margin: 0.5em 0 1em;
	width: 100%;
}
#contentsArea .cntBlock3 > div:nth-child(1) {
	width: 55%;
}
#contentsArea .cntBlock3 > div:nth-child(2) {
	padding: 0 0 0 80px;
	width: 45%;
}

#contentsArea .image1 {
	display: block;
	height: auto;
	margin: 0;
	max-width: 326px;
	width: 100%;
}

#contentsArea .image2 {
	display: block;
	height: auto;
	margin: 0;
	max-width: 484px;
	width: 100%;
}

#contentsArea .image3 {
	display: block;
	height: auto;
	margin: 0;
	max-width: 337px;
	width: 100%;
}

#contentsArea .image4 {
	display: block;
	height: auto;
	margin: 0;
	max-width: 326px;
	width: 100%;
}

#contentsArea .table1 {
	box-sizing: border-box;
	width: 100%;
}
#contentsArea .table1 th,
#contentsArea .table1 td {
	border: 1px solid #666;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .table1 th {
	background: #cad4db;
}
#contentsArea .table1 .sup1 {
	font-size: 87.5%;
}

#contentsArea .text1 {
	line-height: 1.6;
	margin: 0 !important;
}
#contentsArea table + .text1 {
	margin-top: 0.5em !important;
}

#contentsArea .color1 {
	color: #e3007f;
}

#contentsArea .list1 {
	font-size: 14px;
	margin: 10px 0;
}
#contentsArea .list1 li {
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}

#contentsArea p.list2 {
	margin: 0 !important;
	padding-left: 1em;
	text-indent: -1em;
}


#contentsArea .note1 {
	font-size: 14px;
	margin: 10px 0;
}
#contentsArea .note1 li {
	line-height: 1.6;
	padding-left: 2em;
	text-indent: -2em;
}
#contentsArea .note1 li + li {
	margin-top: 0.3em;
}
#contentsArea .note1.inl {
	display: block;
}
#contentsArea .note1.inl li {
	display: inline;
	padding: 0;
	text-indent: 0;
}
#contentsArea .note1.inl li + li {
	margin-top: 0em;
}

.nav_sec {
	margin-bottom: 50px;
}
#contentsHeading + .nav_sec {
	margin-top: 0;
	padding: 10px 0;
}
.nav_sec ul {
    display: flex;
    /*flex-flow: wrap;*/
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.nav_sec ul li {
	border-right: 1px solid #8F8F8F;
	width: 100%;
}
.nav_sec ul li:first-child {
	border-left: 1px solid #8F8F8F;
}
.nav_sec ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 10px 0;
    position: relative;
	transition: opacity 0.2s ease-in-out;
}
.nav_sec ul li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.nav_sec ul li a span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #231815;
    font-weight: 500;
    margin-bottom: 5px;
}
.nav_sec ul li a::after {
    content: "";
	border: solid #8f8f8f;
	border-width: 0 2px 2px 0;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

#contentsArea  .fs14 {
	font-size: 14px !important;
}

#contentsArea  .mgb0 {
	margin-bottom: 0px !important;
}
#contentsArea  .mgb10 {
	margin-bottom: 10px !important;
}
	
#contentsArea  .mgb15e {
	margin-bottom: 1.5em !important;
}

#contentsArea  .mgt1e {
	margin-top: 1em !important;
}



@media screen and (max-width: 1024px) {
	#contentsArea .table1 {
		max-width: none;
	}
}


@media screen and (min-width: 768px) {
	#contentsArea .dsp-s {
		display: none !important;
	}
	#contentsArea .dsp-w {
		display: inline !important;
	}
}


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

	html {
		-webkit-text-size-adjust: 100%;
	}

	#contentsArea .inner1 {
		margin: 0 15px;
	}

	#contentsArea .secTitle1 {
		font-size: 20px;
		margin-bottom: 30px;
		padding: 10px 15px;
	}
	#contentsArea * + .cntTitle1 {
		margin-top: 2em;
	}
	
	#contentsArea .secTitle1sub1 {
		margin: -25px 0 1em;
		padding: 0 15px;
	}

	#contentsArea .cntTitle1 {
		font-size: 16px;
		margin-bottom: 10px;
		padding: 5px 15px;
	}

	#contentsArea .cntBlock1 {
		display: block;
	}
	#contentsArea .cntBlock1 > div:nth-child(1) {
		max-width: none;
		padding-right: 0;
	}
	#contentsArea .cntBlock1 > * + * {
		margin-top: 1em;
	}

	#contentsArea .cntBlock2 {
		display: block;
	}
	#contentsArea .cntBlock2 > div + div {
		margin: 1em 0 0 0;
	}

	#contentsArea .cntBlock3 {
		display: block;
		margin-bottom: 1em;
	}
	#contentsArea .cntBlock3 > div:nth-child(1) {
		width: 100%;
	}
	#contentsArea .cntBlock3 > div:nth-child(2) {
		padding: 0.2em 0 0;
		width: 100%;
	}

	#contentsArea .image1 {
		margin: auto;
	}

	#contentsArea .image2 {
		margin: auto;
	}

	#contentsArea .image3 {
		margin: auto;
	}

	#contentsArea .image4 {
		margin: auto;
	}

	#contentsArea .table1 {
		width: 100%;
	}
	#contentsArea .table1 tbody th,
	#contentsArea .table1 tbody td {
		font-size: 14px;
		padding: 5px;
	}
	#contentsArea .table1.gn tbody tr th {
		white-space: nowrap;
	}

	#contentsArea .list1 {
		margin: 5px 0;
	}

	#contentsArea .note1 {
		font-size: 13px;
		margin: 5px 0;
	}

	.nav_sec ul li {
		border-right: none;
		text-align: center;
	}
	.nav_sec ul li:first-child {
		border-left: none;
	}
	.nav_sec ul li + li {
		border-left: 1px solid #8F8F8F;
	}
	.nav_sec ul li a {
		padding-left: 3px;
		padding-right: 3px;
	}
	.nav_sec ul li a span {
		font-size: 15px;
	}

	#contentsArea  .fs14s {
		font-size: 14px !important;
	}

	#contentsArea  .mgb0s {
		margin-bottom: 0px !important;
	}
	#contentsArea  .mgb10s {
		margin-bottom: 10px !important;
	}
	
	#contentsArea  .mgb15es {
		margin-bottom: 1.5em !important;
	}

	#contentsArea  .mgt1es {
		margin-top: 1em !important;
	}
	
	#contentsArea .dsp-w {
		display: none !important;
	}
	#contentsArea .dsp-s {
		display: inline !important;
	}

	
}