@charset "UTF-8";

/*[トップビジュアル]*/
/*******************************************/
.main_visual img{
	width:100%;
	height:auto;
}
.main_visual h1{
	position: absolute;
	top:14.6%;
	left:3.8%;
	width: 44.5%;
	height: 34.75%;
}
@media print,
screen and (min-width: 641px) {
	.main_visual {
		position: relative;
		width: 100%;
		height: auto;
	}
	.slide01 {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: cover;
		width: 100%;
		position: relative;
		display: table;
	}
	.slide01 a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.slide01:before {
		content: "";
		display: block;
		padding-top: 56.25%;
	}
}
@media screen and (min-width:320px) and (max-width:640px) {
	.main_visual {
		position: relative;
		width: 100%;
		height: auto;
	}
	.slide01 {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: cover;
		width: 100%;
		position: relative;
	}
	.slide01 a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.slide01:before {
		content: "";
		display: block;
		padding-top: 72%;
		/*比率*/
		background-size: cover;
	}
}
/*******************************************/
/*******************************************/
.bt-sp-on {
	display: none;
}
@media (max-width:640px) {
	.bt-sp-off {
		display: none !important;
	}
	.bt-sp-on {
		display: block !important;
	}
}
/*******************************************/
/*[タイトル]*/
h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #eb6d46;
	margin-bottom: 30px;
}
/*******************************************/
/*[テキスト]*/
#main_top_frame p {
	font-size: 1.8rem;
	margin: 20px 0px;
	line-height: 3rem;
}
#main_top_frame p a {
	color: #5698fc;
}
@media screen and (min-width:320px) and (max-width:640px) {
	#main_top_frame p {
		font-size: 1.6rem;
		margin: 5px;
		line-height: 2.6rem;
	}
}
/*[資料ボタン枠]*/
#main_top_frame div.pdf_bt-box {
	margin: 50px 0 20px 20px;
	width: 30%;
	min-height: 100px;
	border: 2px solid #ffeddb;
	padding: 25px;
	float: right;
	border-radius: 15px;
	min-width: 300px;
}
@media screen and (min-width:320px) and (max-width:640px) {
	#main_top_frame div.pdf_bt-box {
		margin: 0px 0 40px 0px;
		width: 100%;
		min-height: 100px;
		margin-left: 0px;
		border: 2px solid #ffeddb;
		padding: 25px;
		float: none;
		border-radius: 15px;
		min-width: 300px;
	}
}
/*[資料タイトル]*/
#main_top_frame div.title-box {
	width: 100%;
	padding: 20px 45px 20px 55px;
	background-color: #f6f0ea;
	position: relative;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
#main_top_frame div.title-box span {
	position: absolute;
	left: 10px;
	width: 35px;
	top: 50%;
	transform: translateY(-50%);
}
/*[資料ボタン]*/
.bt-referpage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 16px 44px 16px 36px;
	width: 100%;
	border-radius: 12px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff !important;
	/* SVGグラデーション：#f47f50（左）→ #db5123（右） */
	background: linear-gradient(to right, #f47f50, #db5123);
	/* SVG cls-4：下辺に #c26217 の縁で立体感を再現 */
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #c26217;
	cursor: pointer;
	/* SVG cls-2：上部の白・17%ハイライトライン */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17);
	transition:
		filter 0.15s ease,
		transform 0.15s ease;
}
/* ホバー状態 */
.bt-referpage:hover {
	filter: brightness(1.07);
	color: #fff;
}
/* フォーカス状態（キーボード操作・アクセシビリティ対応 2.1.1） */
.bt-referpage:focus-visible {
	outline: 3px solid #f47f50;
	outline-offset: 4px;
}
/* アクティブ（押下）状態 */
.bt-referpage:active {
	filter: brightness(0.93);
	transform: translateY(1px);
}
/* テキスト */
.bt-referpage__text {
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.05em;
}
/* 矢印アイコン：positionで右端に配置 */
.bt-referpage__icon {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: auto;
	display: block;
}
/*******************************************/
/*******************************************/
/*[コンテンツBOX]*/
.container {
	margin-bottom: 115px !important;
	position: relative;
	z-index: 0;
}
.top-sub-title {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 36px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	top: -65px;
	font-size: 2.0rem;
	z-index: 1;
}
a .org {
	background-color: #eb6d46;
}
a:hover .org,
a:focus .org {
	transition: 0.4s;
	background-color: #d35133;
}
a .gle {
	background-color: #5dbfcd;
}
a:hover .gle,
a:focus .gle {
	transition: 0.4s;
	background-color: #50a3aa;
}
/* 左上のアイコン (icon_title-org-l.svg) */
.top-sub-title .icon-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 39px;
}
/* 右下のアイコン (icon_title-org-r.svg) */
.top-sub-title .icon-r {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 26px;
	height: 39px;
}
@media screen and (min-width:0px) and (max-width:767px) {
	.top-sub-title {
		border-radius: 0px;
		background-color: #c4e3f5;
		height: 50px;
		padding: 10px 15px;
		margin-bottom: 15px;
		font-weight: bold;
		text-align: center;
		position: absolute;
		top: -65px;
		width: 100%;
		font-size: 1.8rem;
		z-index: 1;
	}
}
.top-sub-title p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 90%;
}
.top-sub-select-box {
	padding: 30px 5px 20px 5px;
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	background-position: bottom right !important;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
/*BOX内解説*/
p.top-sub-txt {
	position: relative;
	padding: 0;
	width: 100%;
	background-color: #f7f6f4;
	margin-bottom: 20px;
	line-height: 2rem;
	min-height: 70px;
	vertical-align: middle;
}
p.top-sub-txt span {
	background-color: #f7f6f4;
	padding: 3px 25px;
}
.top-sub-select-box img {
	float: left;
	width: 33%;
	margin-right: 2%;
	height: auto;
}
.top-sub-select-box ul.indent_list li {
	/*font-size: 1.8rem;*/
}
.top-sub-select-box ul.indent_list li span.circle {
	background-color: #eb6d46;
}
.top-sub-select-box ul.indent_list li {
	margin-bottom: 10px;
}
.top-sub-select-box ul.indent_list li a {
	color: #006696;
}
.top-sub-select-box ul.indent_list li a:hover {
	color: #f97b00;
	text-decoration: none;
}
.top-sub-select-box ul.indent_list li a:hover span.circle {
	background-color: #f97b00;
}
.top-sub-select-box ul.indent_list.qa > li > a {
	display: block;
	overflow: hidden;
	/* float の親をクリア */
}
.top-sub-select-box ul.indent_list.qa > li > a > span {
	display: block;
	float: left;
}
.top-sub-select-box ul.indent_list.qa > li > a > span:nth-child(2) {
	margin-right: 6px;
}
.top-sub-select-box ul.indent_list.qa > li > a > span:nth-child(3) {
	float: none;
	/* ここは float させない */
	overflow: hidden;
	/* 残りスペースを埋める(新BFC) */
}
.aw_r {
	display: block;
	height: 16px;
	background-image: url("../images/common/arw_icon_r.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 9px 9px;
}
