@charset "utf-8";

/* Font */
@font-face {
	font-family: 'Light';
	src: url('../font/NotoSansCJKjp-DemiLight.eot');
	src: url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('../font/NotoSansCJKjp-DemiLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Midium';
	src: url('../font/NotoSansCJKjp-Medium.eot');
	src: url('../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
	url('../font/NotoSansCJKjp-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Bold';
	src: url('../font/NotoSansCJKjp-Bold.eot');
	src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
	url('../font/NotoSansCJKjp-Bold.ttf') format('truetype');
}

html,
body {
	width: 100%;
	margin: 0 auto;
	font-family: "Light","メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	font-size: 100%;
}
#container {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
main {
	position: relative;
	width: min(96%, 1200px);
	margin: 0 auto;
	z-index: 10;
}
.trigger {
	margin: 5% 0;
}
.trigger a img {
	display: block;
	height: 30px;
}
/* modal */
.screen {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,.5);
	z-index: 100;
}
.groupmodal_box {
	display: none;
	position: fixed;
	width: 85%;
	max-width: 1000px;
	margin: 0;
	padding: 20px 0;
	background: #fff;
	box-sizing: border-box;
	z-index: 1001;
	max-height:calc(100vh - 100px);
}
.groupmodal_open {
	cursor: pointer;
}
.groupmodal_close {
	display: block;
	position: absolute;
	top: -25px;
	right: -25px;
	width: 56px;
	height: 56px;
	background: url(../images/m-close.png) no-repeat;
	cursor: pointer;
}
img.groupmodal_ttl {
	display: block;
	max-width: 400px;
	margin: 0 auto 1em;
}
.modal_inner {
	width: 96%;
	margin: 0 auto;
}
.modal_inner h2 {
	font-family: "Midium";
	width: 100%;
	margin: .6em 0;
	padding: .3em;
	background: #005285;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
}
.modal_inner ul li {
	position: relative;
	margin: .5em 0;
	padding: 0 0 0 1em;
	color: #333;
	font-size: 1em;
	line-height: 1.8;
}
.modal_inner ul li:not(.indent):before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 13px;
	left: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #005285;
}
.modal_inner ul li.indent {
	position: relative;
	margin: 0 0 0 1em;
	line-height: 1.2;
	transform: translateY(-.5em);
}
.modal_inner ul li.indent::before {
	position: absolute;
	top: -4px;
	left: 0;
	content: '\0221F';
}
.modal_inner ul li.indent.second {
	margin: .2em 0 0 1em;
}
.modal_inner ul li a {
	color: #005285;
	text-decoration: underline;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}
.modal_inner ul li.multiple {
	line-height: 1.2;
	margin: .5em 0 .9em;
}
.modal_inside h3 {
	font-family: "Midium";
	margin: 1em 0;
	color: #005285;
	font-size: 1.6em;
	font-weight: 500;
	text-align: center;
}
.model_inside{
		width: 100%;
		min-height:100%;
		overflow-y:auto;
		margin: 0 auto;

}
	.modal_inside {
		width: 100%;
		height: 65vh;
		margin: 0 auto;
		overflow-y: scroll;
	}
@media all and (max-width: 767px) {
	.modal_inside h3 {
		font-size: 1.2em;
	}
}
@media all and (max-width: 1279px) {
	.modal_inside {
		width: 100%;
		height: 65vh;
		margin: 0 auto;
		overflow-y: scroll;
	}
}
@media all and (min-width: 1280px) {
	img.groupmodal_ttl {
		margin: 0 auto 20px;
	}
	.modal_inner {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 30px;
	}
	.modal_inner div {
		flex-basis: calc(94% / 3);
	}
	h2.second_blloc_ttl {
		margin: 80px 0 .6em;
	}
}
.modal_inner ul li a:hover {
	text-decoration: none;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}