@charset "UTF-8";

.mt30 {
	margin-top: 30px;
}

.txt-center {
	text-align: center;
}

.sponly {
	display: none;
}

.local-nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}

.local-nav ul li {
	width: calc(100% / 4);
	height: 60px;
	font-size: 14px;
}

.local-nav ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 5px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	text-decoration: none !important;
}

.local-nav ul li a:hover {
	text-decoration: underline !important;
	color: #fff !important;
	background: #7796c7;
	border-bottom: 1px solid #e5e5e5;
}

.local-nav ul li.active a {
	background: #1d50a2;
	border-bottom: 1px solid #e5e5e5;
	color: #fff !important;
	text-decoration: none !important;
}

p,
ul,
ol {
	font-size: 16px;
}

.full-img {
	display: block;
	width: 100%;
	margin: 30px auto 0 auto;
}

.img-tc {
	display: block;
	/*width: 80%;*/
	width: auto;
	max-width: 100%;
	margin: 30px auto 0 auto;
}

.img-tc-100 {
	display: block;
	margin: 30px auto 0 auto;
	width: auto;
	max-width: 100%;
}


h2 {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 16px;
	background-image: url("/company/society/ansin/image/t01_h2_border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 3em 0 0 0;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	padding: 14px 16px;
	background-color: #f1f3f5;
	position: relative;
	border-right: 6px solid #e7ebf0;
	margin: 74px 0 0 0;
}

h3::after {
	content: "";
	width: 62px;
	height: 100%;
	background: linear-gradient(135deg, transparent 0%, transparent 50%, #e7ebf0 50%, #e7ebf0 100%);
	position: absolute;
	right: 0px;
	top: 0;
}

h4 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 2px solid #f1f3f5;
	margin: 53px 0 0 0;
}

h4::after {
	content: "";
	width: 8.75%;
	height: 2px;
	background-color: #1d50a2;
	position: absolute;
	bottom: -1px;
	left: 0;
}

h5 {
	color: #1d50a2;
	font-size: 18px;
	font-weight: bold;
	margin: 34px 0 0 0;
}

.flex-txt-col2 {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.flex-txt-col2 .txt-box {
	width: 60%;
}

.flex-txt-col2 .img-box {
	width: 35%;
}

.txt-right {
	text-align: right;
}

p a {
	color: #1d50a2 !important;
	text-decoration: underline !important;
}

p a:hover {
	text-decoration: none !important;
}

a.link {
	background: url("/company/society/ansin/image/ico_link.png") right center no-repeat;
	padding: 0 20px 0 0;
}

a.pdf {
	background: url("/company/society/ansin/image/ico_pdf.png") right center no-repeat;
	padding: 0 20px 0 0;
}

a.right-arrow {
	text-align: right;
	background: url("/company/society/ansin/image/ico_link_right.png") right center no-repeat;
	background-size: 20px;
	padding: 0 25px 0 0;
}

.square-dot {
	list-style-type: none;
	padding: 0;
}

.square-dot li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.square-dot li:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #1d4fa1;
	margin: 0 10px 0 0;
}

.btn {
	height: 60px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}

.btn a {
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	width: 100%;
	height: 100%;
	background: #1d4fa1;
	border-radius: 50px;
}

.btn a:hover {
	opacity: 0.6;
}

.btn.center {
	width: 480px;
	margin-top: 60px;
}

.two_col_dl {
	margin: 40px 0 0 0;
}

.two_col_dl dl {
	display: flex;
	justify-content: flex-start;
	border: 1px solid #dddddd;
	border-bottom-width: 0;
	font-size: 16px;
	margin: 0;

}

.two_col_dl dl:last-child {
	border-bottom-width: 1px;
}

.two_col_dl dl dt {
	width: 25%;
	box-sizing: border-box;
	background-color: #f7f7f7;
	padding: 12px 16px;
	border-right: 1px solid #ddd;
	font-weight: 500;
}

.two_col_dl dl dd {
	width: 75%;
	box-sizing: border-box;
	padding: 12px 16px;
}

.btn-other {
	margin: 40px 0 0 0;
}

.btn-other a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 66.666%;
	line-height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	border: 2px solid #dddddd;
	box-shadow: 0 4px 5px #dddddd;
	background-image: url("/company/society/ansin/image/t1_blank_icon02.png");
	background-repeat: no-repeat;
	background-position: 96.5% center;
	text-decoration: none !important;
}

.btn-other a:hover {
	text-decoration: none;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	background-color: #1d50a2;
	color: #fff !important;
}

.btn-large {
	margin: 40px 0 0 0;
}

.btn-large a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 66.666%;
	line-height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	border: 2px solid #dddddd;
	box-shadow: 0 4px 5px #dddddd;
	background-image: url("/company/society/ansin/image/t1_arrow_icon.png");
	background-repeat: no-repeat;
	background-position: 96.5% center;
	text-decoration: none !important;
}

.btn-large a:hover {
	text-decoration: none;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	background-color: #1d50a2;
	color: #fff !important;
}

.flex-img-col2 {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 60px 0 0 0;
	justify-content: space-between;
}

.flex-img-col2 li {
	width: 48%;
}

.flex-img-col2 li img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.flex-img-col2.bousai {
	justify-content: center;
}

.flex-img-col2.bousai li {
	width: 30%;
	margin: 0 20px;
}

.flex-img-col2.bousai li img {
	width: 100%;
}

.img-tc.bousai {
	width: 30%;
}

.acd {
	max-width: 100%;
	margin: 80px 0 0 0;
}

.toggle {
	display: none;
}

.option {
	position: relative;
}

.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.4s;
}

.title {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 60px;
	height: 70px;
	line-height: 70px;
	display: block;
	font-size: 18px;
	color: #1d50a2;
}

.title.top {
	border-top: 1px solid #d2d2d2;
}

.title:after,
.title:before {
	content: "";
	position: absolute;
	right: 60px;
	top: 25px;
	width: 1.25px;
	height: 1.25em;
	background-color: #173d7c;
	transition: all 0.3s;
}

.title:after {
	transform: rotate(90deg);
}

.content {
	max-height: 0;
	overflow: hidden;
}

.content p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5;
}

.toggle:checked+.title+.content {
	max-height: 100000px;
	transition: all .8s;
}

.toggle:checked+.title:before {
	transform: rotate(90deg) !important;
}




.sub-acd {
	max-width: 100%;
	margin: 25px 0 0 0;
}

.sub-toggle {
	display: none;
}

.sub-option {
	position: relative;
}

.sub-title,
.sub-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.4s;
}

.sub-title {
	background: #f7f7f7;
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	display: block;
	margin: 20px 30px 0 30px;
}

.sub-title:after,
.sub-title:before {
	content: "";
	position: absolute;
	right: 60px;
	top: 25px;
	width: 1.25px;
	height: 1.25em;
	background-color: #173d7c;
	transition: all 0.3s;
}

.sub-title:after {
	transform: rotate(90deg);
}

.sub-content {
	max-height: 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.sub-content p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5;
}

.sub-toggle:checked+.sub-title+.sub-content {
	max-height: 10000000px;
	transition: all .8s;
}

.sub-toggle:checked+.sub-title:before {
	transform: rotate(90deg) !important;
}

.school_list {
	margin: 30px;
	width: 50%;
}

.school_list.school_list_uni {
	width: 100%;
}

.school_list,
.school_list th,
.school_list td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	font-size: 16px;
	line-height: 1.5;
	padding: 13px 18px;
}

.school_list th {
	background-color: #f7f7f7;
	font-weight: 500;
	text-align: center;
}

.flex-txt-col2-1 {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-txt-col2-1 li {
	width: 48%;
	margin: 20px 0 0 0;
}

.flex-txt-col2-1 li:nth-child(odd) {
	text-align: right;
	margin: 20px 20px 0 0;
}

.flex-txt-col2-1 li:nth-child(even) {
	text-align: left;
	margin: 20px 0 0 20px;
}

.flex-txt-col2-1 li:nth-child(5),
.flex-txt-col2-1 li:nth-child(6) {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}

.c-orange {
	color: #ff4500;
}

.txt-bold {
	font-weight: bold;
}

.flex-img-col3 {
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
}

.flex-img-col3 li {
	margin: 0 20px;
}

.flex-img-col3 li a {
	transition: all .3s;
}

.flex-img-col3 li a:hover {
	opacity: 0.6;
}

.youtube {
	width: 100%;
	aspect-ratio: 16/9;
	margin: 50px 0 0 0;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.jisseki_box {
	background: #f3f3f3 url("/company/society/ansin/image/bck_jisseki.png") no-repeat scroll 0px 30px;
	width: 714px;
	height: 390px;
	margin: 30px auto 0 auto;
	padding: 30px 0 0;
	position: relative;
}

.jisseki_box .kaisu {
	position: absolute;
	left: 188px;
	top: 165px;
	width: 140px;
	text-align: center;
	font-size: 42px;
	font-family: Helvetica, arial;
	font-weight: bold;
	color: #fff;
}

.jisseki_box .ninzu {
	position: absolute;
	left: 364px;
	top: 171px;
	width: 140px;
	text-align: center;
	font-size: 32px;
	font-family: Helvetica, arial;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
}

.jisseki_box .date {
	position: absolute;
	right: 110px;
	top: 360px;
	text-align: right;
	font-size: 12px;
	color: #000;
}

.jisseki_box .kaisu span,
.jisseki_box .ninzu span {
	display: none;
}

@media screen and (max-width: 640px) {
	.jisseki_box {
		background-image: none;
		width: 100%;
		height: auto;
		padding: 20px 15px;
	}

	.jisseki_box .kaisu,
	.jisseki_box .ninzu {
		position: static;
		width: 100%;
		color: inherit;
		font-size: 26px;
		font-weight: normal;
		letter-spacing: 0;
		text-align: left;
	}

	.jisseki_box .date {
		position: static;
	}

	.jisseki_box .kaisu span,
	.jisseki_box .ninzu span {
		display: inline-block;
		color: inherit;
		font-size: 16px;
	}
}

.category-sitemap__heading {
	font-size: 24px;
	border: none;
	background: none;
	font-weight: bold;
}

.category-sitemap__heading h2 {
	font-weight: bold;
}

.category-sitemap {
	margin-bottom: 60px;
}

.category-sitemap .link-list {
	display: block;
}

.category-sitemap__list {
	margin: 30px 0 0 0;
	border: none;
}

.category-sitemap .link-list li {
	margin: 1em 0 0;
	width: 100% !important;
}

@media(max-width:640px) {
	.sponly {
		display: block;
	}

	.local-nav ul li {
		width: calc(100% / 2);
		height: 60px;
		font-size: 13px;
	}

	.flex-txt-col2 {
		display: block;
	}

	.flex-txt-col2 .txt-box {
		width: 100%;
	}

	.flex-txt-col2 .img-box {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.flex-txt-col2 .img-box img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}


	a.right-arrow {
		background: url("/company/society/ansin/image/ico_link_right.png") right center no-repeat;
		background-size: 18px;
	}



	.btn.center {
		width: 80%;
		margin: 60px auto 0 auto;
	}

	.two_col_dl {
		margin: 40px 0 0 0;
	}

	.two_col_dl dl {
		display: block;

	}

	.two_col_dl dl:last-child {
		border-bottom-width: 1px;
	}

	.two_col_dl dl dt {
		width: 100%;
	}

	.two_col_dl dl dd {
		width: 100%;
		box-sizing: border-box;
		padding: 12px 16px;
		margin: 0;
	}

	.btn-other a {
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		line-height: 2;
		margin: 0 auto;
		border-radius: 30px;
		border: 2px solid #dddddd;
		box-shadow: 0 4px 5px #dddddd;
		background-image: url("/company/society/ansin/image/t1_blank_icon02.png");
		background-repeat: no-repeat;
		background-position: 96.5% center;
		text-decoration: none !important;
	}

	.btn-other a:hover {
		text-decoration: none;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		background-color: #1d50a2;
		color: #fff !important;
	}

	.btn-large {
		margin: 40px 0 0 0;
	}

	.btn-large a {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		width: 100%;
		line-height: 2;
		margin: 0 auto;
		border-radius: 30px;
		border: 2px solid #dddddd;
		box-shadow: 0 4px 5px #dddddd;
		background-image: url("/company/society/ansin/image/t1_arrow_icon.png");
		background-repeat: no-repeat;
		background-position: 96.5% center;
		text-decoration: none !important;
		padding: 20px;
	}

	.btn-large a:hover {
		text-decoration: none;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		background-color: #1d50a2;
		color: #fff !important;
	}


	.title {
		border-bottom: 1px solid #d2d2d2;
		padding: 0 20px;
		height: 70px;
		line-height: 70px;
		display: block;
		font-size: 18px;
		color: #1d50a2;
	}

	.title.top {
		border-top: 1px solid #d2d2d2;
	}

	.title:after,
	.title:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 25px;
		width: 1.25px;
		height: 1.25em;
		background-color: #173d7c;
		transition: all 0.3s;
	}

	.title:after {
		transform: rotate(90deg);
	}

	.content {
		max-height: 0;
		overflow: hidden;
	}

	.content p {
		margin: 0;
		font-size: 0.9em;
		line-height: 1.5;
	}

	.toggle:checked+.title+.content {
		max-height: 100000px;
		transition: all .8s;
	}

	.toggle:checked+.title:before {
		transform: rotate(90deg) !important;
	}




	.sub-acd {
		max-width: 100%;
		margin: 25px 0 0 0;
	}

	.sub-toggle {
		display: none;
	}

	.sub-option {
		position: relative;
	}

	.sub-title,
	.sub-content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.4s;
	}

	.sub-title {
		background: #f7f7f7;
		padding: 0 10px;
		height: 70px;
		line-height: 70px;
		display: block;
		margin: 20px 10px 0 10px;
	}

	.sub-title:after,
	.sub-title:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 25px;
		width: 1.25px;
		height: 1.25em;
		background-color: #173d7c;
		transition: all 0.3s;
	}

	.sub-title:after {
		transform: rotate(90deg);
	}

	.sub-content {
		max-height: 0;
		overflow: hidden;
		display: block;
		justify-content: space-between;
	}

	.sub-content p {
		margin: 0;
		font-size: 0.9em;
		line-height: 1.5;
	}

	.sub-toggle:checked+.sub-title+.sub-content {
		max-height: 100000px;
		transition: all .8s;
	}

	.sub-toggle:checked+.sub-title:before {
		transform: rotate(90deg) !important;
	}

	.school_list {
		margin: 30px auto 0 auto;
		width: 90%;
	}


	.school_list,
	.school_list th,
	.school_list td {
		border-collapse: collapse;
		border: 1px solid #dddddd;
		font-size: 16px;
		line-height: 1.5;
		padding: 13px 18px;
	}

	.school_list th {
		background-color: #f7f7f7;
		font-weight: 500;
		text-align: center;
	}

	.flex-txt-col2-1 {
		list-style-type: none;
		padding: 0;
		display: block;
		flex-wrap: wrap;
		justify-content: center;
	}

	.flex-txt-col2-1 li {
		width: 100%;
		text-align: center;
	}

	.flex-txt-col2-1 li:nth-child(odd) {
		text-align: center;
		margin: 20px 0 0 0;
	}

	.flex-txt-col2-1 li:nth-child(even) {
		text-align: center;
		margin: 20px 0 0 0;
	}

	.flex-txt-col2-1 li:nth-child(5),
	.flex-txt-col2-1 li:nth-child(6) {
		width: 100%;
		text-align: center;
	}

	.c-orange {
		color: #ff4500;
	}

	.txt-bold {
		font-weight: bold;
	}

	.flex-img-col3 {
		display: block;
		justify-content: center;
		margin: 40px 0 0 0;
		padding: 0;
		list-style-type: none;
		align-items: center;
	}

	.flex-img-col3 li {
		margin: 20px auto 0 auto;
		text-align: center;
	}

	.flex-img-col3 li a {
		transition: all .3s;
	}

	.flex-img-col3 li a:hover {
		opacity: 0.6;
	}

	.flex-img-col2.bousai {
		justify-content: center;
	}

	.flex-img-col2.bousai li {
		width: 48%;
		margin: 0 1%;
	}


	.img-tc.bousai {
		width: 50%;
	}

}
