@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-style: normal;
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	color: #3B3E44;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05rem;
	background: #fff;
	caret-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.base_box { position:relative; z-index:5; }

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #1D1E20;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

.tbl_box {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #0163B6;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

a.txt_link { color:#0163B6; text-decoration:underline; }

/* ▼IMG▼ */
img, input[type="image"] {
	max-width: 100%;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button, input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	font-family: "Noto Sans JP", sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}

.hover_zoom a .img { overflow:hidden; }

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

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

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: calc((100vw / 375) * 70);
	padding: 0 calc((100vw / 375) * 70) 0 calc((100vw / 375) * 18);
	background: #fff;
}

header .logo {
	width: calc((100vw / 375) * 140);
}

.hnavi_list { display:none; }

.lang_ctl {
	display: flex;
	align-items: center;
	width: calc((100vw / 375) * 110);
}

.lang_ctl li {
	width: 50%;
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-family: "Roboto", sans-serif;
}

.lang_ctl li.active {
	background: #F0F6FB;
}

.lang_ctl li a {
	display: block;
	color: #1D1B20;
	line-height: calc((100vw / 375) * 40);
	border: solid 1px #D6DADE;
}

.lang_ctl li:first-child a {
	border-radius: calc((100vw / 375) * 4) 0 0 calc((100vw / 375) * 4);
}

.lang_ctl li:last-child a {
	border-left: none;
	border-radius: 0 calc((100vw / 375) * 4) calc((100vw / 375) * 4) 0;
}

.lang_ctl li.active span {
	display: inline-block;
	padding-left: calc((100vw / 375) * 22);
	background: url(../common_img/icon_chk.png) left center / calc((100vw / 375) * 18) no-repeat;
}

.h_search { display:none; }

.btn_gnavi {
	position: fixed;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 70);
	height: calc((100vw / 375) * 70);
	background: url(../common_img/btn_gnavi.png) center center / calc((100vw / 375) * 48) no-repeat;
	z-index: 999;
}

/*
NAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-bottom: calc((100vw / 375) * 80);
	color: #fff;
	background: #0063b6;
	overflow-y: auto;
	z-index: 1001;
}

#gnavi .gnavi_close {
	position: absolute;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 70);
	height: calc((100vw / 375) * 70);
	background: url(../common_img/btn_close.png) center center / calc((100vw / 375) * 48) no-repeat;
}

#gnavi .logo {
	width: calc((100vw / 375) * 140);
	padding: calc((100vw / 375) * 15) 0 0 calc((100vw / 375) * 18);
}

.g_search {
	margin: calc((100vw / 375) * 50) calc((100vw / 375) * 15) calc((100vw / 375) * 30);
}

.search_box {
	position: relative;
}

.search_box input[type="text"] {
	width: 100%;
	height: calc((100vw / 375) * 60);
	padding: 0 calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 16);
	font-weight: 400;
	color: #3B3E44;
	line-height: calc((100vw / 375) * 60);
	background: #f7f7f7;
	border: solid 1px #d6d9de;
	border-radius: 360px;
}

.search_box .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 32);
	transform: translateY(-50%);
}

.gnavi_list {
	margin: 0 calc((100vw / 375) * 32) calc((100vw / 375) * 40);
}

.gnavi_list > li .drop_switch span, .gnavi_list > li > a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 22) 0 calc((100vw / 375) * 24);
	font-size: calc((100vw / 375) * 18);
	color: #fff;
	line-height: 1.35;
	background: #0063b6;
	border-bottom: solid 1px #4c91cc;
}

.gnavi_list > li .drop_switch span::before, .gnavi_list > li > a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin-top: calc((100vw / 375) * -8);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 16);
}

.gnavi_list > li .drop_switch span::before { background-image:url(../common_img/drop_white.png); }
.gnavi_list > li > a::before { background-image:url(../common_img/arrow_white.png); }

.gnavi_list > li.active .drop_switch span::before { transform:rotate(-180deg); }

.gnavi_list .drop_inner {
	display: none;
}

.gnavi_list .drop_inner .title { display:none; }

.gnavi_list .drop_inner .list li a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 18) calc((100vw / 375) * 18) calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 15);
	color: #fff;
	line-height: 1.5;
	background: #015196;
	border-bottom: solid 1px #18629f;
}

.gnavi_list .drop_inner .list li:last-child a { border-bottom:none; }

.gnavi_slist {
	padding-bottom: calc((100vw / 375) * 30);
}

.gnavi_slist li {
	margin-bottom: calc((100vw / 375) * 12);
	text-align: center;
}

.gnavi_slist li a { color:#fff; }

#gnavi .contact {
	margin: 0 calc((100vw / 375) * 32);
}

#gnavi .contact .txt {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
}

#snavi { display:none; }

/*
CONTENTS
***************************************************************************/
#contents {
	position: relative;
	z-index: 1;
}

.floating_bnr { display:none; }

/* ▼PAGE TITLE▼ */
#page_title {
	padding: calc((100vw / 375) * 60) 0;
	background: url(../common_img/sp/ptitle_bg.jpg) center center / cover no-repeat;
}

#page_title .title {
	text-align: center;
	font-size: calc((100vw / 375) * 32);
	font-weight: 600;
	font-family: "Noto Serif JP";
	letter-spacing: 0.15rem;
}

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: calc((100vw / 375) * 16);
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: calc((100vw / 375) * 8);
	padding-right: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
}

.pnavi li a { color:#1D1E20; text-decoration:underline; }

.pnavi li::after {
	content: '＞';
	position: absolute;
	top: 50%;
	right: 0;
	font-size: calc((100vw / 375) * 10);
	color: #1D1E20;
	transform: translateY(-50%) scale(0.6,1.2);
}

.pnavi li:last-child::after { display:none; }

/* ▼ANCHOR▼ */
.anc_list {
	padding-bottom: calc((100vw / 375) * 10);
}

.anc_list li {
	margin-bottom: calc((100vw / 375) * 12);
}

.anc_list li:last-child { margin-bottom:0; }

.anc_list li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	height: calc((100vw / 375) * 64);
	padding: 0 calc((100vw / 375) * 40) 0 calc((100vw / 375) * 16);
	text-align: center;
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	color: #0163B6;
	white-space: nowrap;
	background: #FFF;
	border-radius: calc((100vw / 375) * 4);
	box-shadow: 0 0 calc((100vw / 375) * 8) 0 rgba(0, 0, 0, 0.16), 0 calc((100vw / 375) * 6) calc((100vw / 375) * 10) 0 rgba(0, 0, 0, 0.08);
}

.anc_list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background-image: url(../common_img/drop_blue.png);
	background-position: center center;
	background-size: calc((100vw / 375) * 20);
	background-repeat: no-repeat;
}

/* ▼LINK LIST▼ */
.list_head .sub {
	margin-top: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 14);
}

.list_head.ex .sub { margin-top:0; }

.list_head .sub .lock {
	display: inline-block;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin: 0 calc((100vw / 375) * 3);
	vertical-align: calc((100vw / 375) * -2);
	background: url(../common_img/icon_lock.png) center center / calc((100vw / 375) * 16) no-repeat;
}

.link_list .box {
	padding: calc((100vw / 375) * 30) 0;
	border-bottom: solid 1px #D6DADE;
}

.link_list .sec_title {
	margin-bottom: 0;
	padding-bottom: calc((100vw / 375) * 24);
	font-size: calc((100vw / 375) * 24);
}

.link_list nav {
	margin-top: calc((100vw / 375) * 30);
}

.link_list .head a {
	display: block;
	position: relative;
	margin-bottom: calc((100vw / 375) * 16);
	padding-left: calc((100vw / 375) * 18);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
}

.link_list .head a::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 10);
	left: calc((100vw / 375) * 5);
	width: calc((100vw / 375) * 5);
	height: calc((100vw / 375) * 10);
	background: #0163b6;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.link_list .title {
	position: relative;
	margin-bottom: calc((100vw / 375) * 15);
	padding-left: calc((100vw / 375) * 14);
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
}

.link_list .title::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 9);
	left: 0;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	background: #1D1E20;
}

.link_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 16);
}

.link_list ul li {
	width: 100%;
}

.link_list ul.col_2 li {
	width: calc((100% - ((100vw / 375) * 16)) / 2);
}

.link_list li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: calc((100vw / 375) * 60);
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 30) calc((100vw / 375) * 15) calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
	background: #FFF;
	box-shadow: 0 0 calc((100vw / 375) * 4) 0 rgba(0, 0, 0, 0.16), 0 calc((100vw / 375) * 3) calc((100vw / 375) * 5) 0 rgba(0, 0, 0, 0.08);
}

.link_list li a::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 4);
	left: calc((100vw / 375) * 4);
	width: calc((100vw / 375) * 4);
	height: calc(100% - ((100vw / 375) * 8));
	background: linear-gradient(180deg, #015092 0%, #0d7bac 100%);
}

.link_list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 4);
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	background: url(../common_img/arrow_link_blue.png) center center / calc((100vw / 375) * 24) no-repeat;
	transform: translateY(-50%);
}

.link_list li .lock {
	padding-left: calc((100vw / 375) * 24);
	background: url(../common_img/icon_lock_black.png) left center / calc((100vw / 375) * 20) no-repeat;
}

.link_list li .outlink {
	display: inline-block;
	padding-right: calc((100vw / 375) * 26);
	background: url(../common_img/icon_link.png) right center / calc((100vw / 375) * 18) no-repeat;
}

.link_list li .sub {
	display: inline-block;
	margin-right: calc((100vw / 375) * 12);
	padding: 0 calc((100vw / 375) * 8);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 10);
	font-weight: 500;
	line-height: calc((100vw / 375) * 24);
	border: solid 1px #3B3E44;
	border-radius: calc((100vw / 375) * 4);
}

/* ▼DATA LIST▼ */
.data_search {
	position: relative;
	margin-bottom: calc((100vw / 375) * 35);
}

.data_search input[type="text"] {
	padding: 0 calc((100vw / 375) * 40) 0 calc((100vw / 375) * 15);
	color: #3B3E44;
	background: #f7f7f7;
	border: solid 1px #d6d9de;
	border-radius: calc((100vw / 375) * 5);
	caret-color: #999;
}

.data_search input[type="text"]:focus {
	border: solid 1px #d6d9de;
}

.data_search .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 12);
	width: calc((100vw / 375) * 28);
	height: calc((100vw / 375) * 28);
	background: url(../common_img/icon_search.png) center center / calc((100vw / 375) * 28) no-repeat;
	transform: translateY(-50%);
}

.data_list {
	padding-bottom: calc((100vw / 375) * 20);
}

.data_list dl {
	margin-bottom: calc((100vw / 375) * 20);
}

.data_list dl:last-child { margin-bottom:0; }

.data_list dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 10);
	padding-left: calc((100vw / 375) * 24);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
}

.data_list dt::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 13);
	left: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 2);
	background: #0163B6;
}

.data_list dd a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.data_list dd a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 16);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: url(../common_img/arrow_link_blue.png) center center / calc((100vw / 375) * 20) no-repeat;
}

/* ▼THEME LIST▼ */
.theme_list dl {
	margin-bottom: calc((100vw / 375) * 30);
}

.theme_list dl:last-child { margin-bottom:0; }

.theme_list dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 15);
	padding-left: calc((100vw / 375) * 14);
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
}

.theme_list dt::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 9);
	left: 0;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	background: #1D1E20;
}

.theme_list .txt {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	line-height: 1.5;
}

.theme_list .tbl_box {
	margin-bottom: calc((100vw / 375) * 30);
}

.theme_list .tbl01 {
	width: calc((100vw / 375) * 700);
}

.theme_list .tbl01 th, .theme_list .tbl01 td {
	font-size: calc((100vw / 375) * 12);
	line-height: 1.5;
}

.theme_list .list li a {
	display: block;
	position: relative;
	margin-bottom: calc((100vw / 375) * 12);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
	background-color: #fff;
	background-position: calc((100vw / 375) * 10) center;
	background-size: calc((100vw / 375) * 23);
	background-repeat: no-repeat;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.theme_list .list li.excel a { background-image:url(../common_img/icon_excel.png); }
.theme_list .list li.pdf a { background-image:url(../common_img/icon_pdf.png); }

.theme_list .list li:last-child a { margin-bottom:0; }

.theme_list .list li .lock_link {
	display: inline-block;
	width: calc((100vw / 375) * 14);
	height: calc((100vw / 375) * 14);
	margin-left: calc((100vw / 375) * 8);
	vertical-align: calc((100vw / 375) * -2);
	background: url(../common_img/icon_lock.png) center center / calc((100vw / 375) * 14) no-repeat;
}

.theme_list .list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 16);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: url(../common_img/icon_download.png) center center / calc((100vw / 375) * 20) no-repeat;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	background: url(../images/sp/topimg_bg.jpg) center top / 100% no-repeat;
	overflow: hidden;
}

#topimg .title_box {
	padding: calc((100vw / 375) * 80) calc((100vw / 375) * 20);
}

#topimg .title_box .title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 20);
	color: #3B3E44;
	line-height: 1.75;
	font-family: "Noto Serif JP", sans-serif;
}

#topimg .title_box .txt {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1rem;
}

#topimg .top_slide {
	position: relative;
	margin: 0 calc((100vw / 375) * 16);
	z-index: 5;
}

#topimg .slick-track {
	display: flex;
}

#topimg .box {
	position: relative;
}

#topimg .box::before {
	content: '';
	position: absolute;
	bottom: calc((100vw / 375) * -8);
	right: calc((100vw / 375) * -8);
	width: 100%;
	height: 100%;
	background: rgba(48, 79, 140, 0.80);
	background-blend-mode: multiply;
	z-index: 1;
}

#topimg .box .inner {
	position: relative;
	padding: calc((100vw / 375) * 24);
	background: #fff;
	box-shadow: 0 calc((100vw / 375) * 5) calc((100vw / 375) * 8) 0 rgba(0, 0, 0, 0.16);
	z-index: 2;
}

#topimg .box .title {
	display: inline-block;
	position: absolute;
	top: calc((100vw / 375) * 14);
	left: calc((100vw / 375) * -8);
	height: calc((100vw / 375) * 52);
	padding: calc((100vw / 375) * 9) calc((100vw / 375) * 16) calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 22);
	font-weight: 500;
	color: #fff;
	font-family: "Noto Serif JP", sans-serif;
	background: #129dd8;
	z-index: 10;
}

#topimg .box .title::after {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 52);
	left: 0;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 6);
	background: #07597e;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	z-index: 10;
}

#topimg .box .img {
	margin-bottom: calc((100vw / 375) * 16);
}

#topimg .box .txt {
	margin-bottom: calc((100vw / 375) * 16);
}

#topimg .box .link {
	text-align: right;
	font-size: calc((100vw / 375) * 16);
}

#topimg .pager {
	margin-top: calc((100vw / 375) * 25);
	text-align: center;
}

#topimg .pager li {
	display: inline-block;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin: 0 calc((100vw / 375) * 12);
	vertical-align: middle;
}

#topimg .pager li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #D6DADE;
	border-radius: 50%;
}

#topimg .pager li.slick-active button {
	background: #E97500;
}

#topimg .btn_ctl { display:none; }

/* ▼INFO▼ */
.top_info {
	padding: calc((100vw / 375) * 90) calc((100vw / 375) * 16) calc((100vw / 375) * 80);
}

.top_info .sort_list {
	padding-bottom: calc((100vw / 375) * 10);
}

.top_info .sort_list li {
	float: left;
	position: relative;
	width: calc((100% - ((100vw / 375) * 16)) / 2);
	margin-bottom: calc((100vw / 375) * 16);
	text-align: center;
	line-height: calc((100vw / 375) * 54);
	box-shadow: 0 calc((100vw / 375) * 2) calc((100vw / 375) * 2) 0 rgba(0, 0, 0, 0.08), 0 0 calc((100vw / 375) * 4) 0 rgba(0, 0, 0, 0.16);
}

.top_info .sort_list li:nth-child(2n) { float:right; }

.top_info .sort_list li.active {
	font-weight: 700;
	color: #0163B6;
}

.top_info .sort_list li.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 3);
	background: #0163B6;
	z-index: 2;
}

.top_info .sort_content {
	max-height: calc((100vw / 375) * 450);
	overflow-y: auto;
}

.top_info .sort_content.scroll_box::-webkit-scrollbar {
	width: calc((100vw / 375) * 6);
}

.top_info .sort_content.scroll_box::-webkit-scrollbar-track {
	background: transparent;
}

.top_info .sort_content.scroll_box::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 360px;
}

.gecko .top_info .sort_content.scroll_box {
	scrollbar-width: calc((100vw / 375) * 6);
	scrollbar-color: transparent #aaa;
}

.top_info .sort_content a {
	display: block;
	position: relative;
	margin-right: calc((100vw / 375) * 10);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 30) calc((100vw / 375) * 20) 0;
	color: #1D1E20;
	border-bottom: dashed 1px #D6DADE;
}

.top_info .sort_content a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: url(../common_img/arrow_link.png) center center / calc((100vw / 375) * 20) no-repeat;
	opacity: 0.4;
}

.top_info .sort_content .head {
	margin-bottom: calc((100vw / 375) * 15);
}

.top_info .sort_content .head .date {
	font-weight: 400;
	letter-spacing: 0;
}

.top_info .sort_content .cat {
	display: inline-block;
	margin-left: calc((100vw / 375) * 15);
	padding: 0 calc((100vw / 375) * 12);
	font-size: calc((100vw / 375) * 14);
	line-height: calc((100vw / 375) * 28);
	border-radius: calc((100vw / 375) * 2);
}

.top_info .sort_content .cat.news { color:#0163B6; background:#CAE5F0; }
.top_info .sort_content .cat.issue { color:#7333C6; background:#DDD3EC; }
.top_info .sort_content .cat.seminar { color:#056C4D; background:#B0E2D3; }
.top_info .sort_content .cat.other { color:#3B3E44; background:#D2D4D8; }

.top_info .sort_content .title {
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	line-height: 1.6;
}

.top_info .sort_content .title > span { color:#bb0a1a; }

/* ▼ISSUE▼ */
.top_issue {
	padding: calc((100vw / 375) * 80) 0 calc((100vw / 375) * 40);
	background: url(../images/sp/issue_bg.jpg) center center / cover no-repeat;
}

.top_issue .box {
	margin-bottom: calc((100vw / 375) * 40);
}

.top_issue .box:last-child { margin-bottom:0; }

.top_issue .box .content {
	margin: 0 calc((100vw / 375) * 16);
	padding: calc((100vw / 375) * 32);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 calc((100vw / 375) * 5) calc((100vw / 375) * 8) 0 rgba(0, 0, 0, 0.16);
	transform: translateY(calc((100vw / 375) * -40));
}

.top_issue .sec_title {
	margin-bottom: calc((100vw / 375) * 32);
}

.top_issue .list li a {
	display: inline-block;
	position: relative;
	margin-bottom: calc((100vw / 375) * 5);
	padding-left: calc((100vw / 375) * 20);
	font-weight: 700;
}

.top_issue .list li:last-child a { margin-bottom:0; }

.top_issue .list li a::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 11);
	left: calc((100vw / 375) * 8);
	width: calc((100vw / 375) * 4);
	height: calc((100vw / 375) * 8);
	background: #0163B6;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.top_issue .btn {
	margin-top: calc((100vw / 375) * 32);
}

/* ▼SUPPORT▼ */
.top_support {
	padding: calc((100vw / 375) * 80) 0;
}

.top_support .menu {
	margin-bottom: calc((100vw / 375) * 80);
	padding: 0 calc((100vw / 375) * 16) calc((100vw / 375) * 75);
	background: url(../images/sp/support_bg.jpg) center bottom / 100% no-repeat;
}

.top_support .menu .box {
	margin-bottom: calc((100vw / 375) * 24);
}

.top_support .menu .box:last-child { margin-bottom:0; }

.top_support .menu .box a {
	display: block;
	padding: calc((100vw / 375) * 32);
	text-align: center;
	color: #3B3E44;
	background: #fff;
	box-shadow: 0 0 calc((100vw / 375) * 8) 0 rgba(0, 0, 0, 0.16);
}

.top_support .menu .box .img {
	width: calc((100vw / 375) * 123);
	margin: 0 auto calc((100vw / 375) * 24);
}

.top_support .menu .box .title {
	margin-bottom: calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 24);
	font-weight: 500;
}

.top_support .menu .box .txt {
	margin-bottom: calc((100vw / 375) * 32);
	text-align: left;
}

.top_support .issue {
	padding: 0 calc((100vw / 375) * 16) calc((100vw / 375) * 60);
}

.top_support .issue .title {
	margin-bottom: calc((100vw / 375) * 45);
	padding-left: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 22);
	font-weight: 600;
	font-family: "Noto Serif JP", sans-serif;
	background: url(../common_img/icon_search.png) left calc(50% + 1px) / calc((100vw / 375) * 32) no-repeat;
}

.top_support .issue dl {
	float: left;
	width: calc((100% - ((100vw / 375) * 16)) / 2);
	margin-bottom: calc((100vw / 375) * 32);
}

.top_support .issue dl:nth-child(2n) { float:right; }

.top_support .issue dt {
	margin-bottom: calc((100vw / 375) * 16);
}

.top_support .issue dt a {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: calc((100vw / 375) * 90) calc((100vw / 375) * 10) 0;
	text-align: center;
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
	color: #0163B6;
	line-height: 1.5;
	background-color: #F0F6FB;
	background-position: center calc((100vw / 375) * 18);
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 70);
}

.top_support .issue dl:nth-child(1) dt a { background-image:url(../images/sp/issue_icon01.png); }
.top_support .issue dl:nth-child(2) dt a { background-image:url(../images/sp/issue_icon02.png); }
.top_support .issue dl:nth-child(3) dt a { background-image:url(../images/sp/issue_icon03.png); }
.top_support .issue dl:nth-child(4) dt a { background-image:url(../images/sp/issue_icon04.png); font-size:calc((100vw / 375) * 14); }

.top_support .issue dt a::after {
	content: '';
	position: absolute;
	bottom: calc((100vw / 375) * 6);
	right: calc((100vw / 375) * 6);
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	background: #0063b6;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.top_support .guide {
	padding: 0 calc((100vw / 375) * 16);
}

.top_support .guide .title {
	margin-bottom: calc((100vw / 375) * 45);
	padding-left: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 22);
	font-weight: 600;
	font-family: "Noto Serif JP", sans-serif;
	background: url(../common_img/icon_guide.png) left calc(50% + 1px) / calc((100vw / 375) * 32) no-repeat;
}

.top_support .guide li a {
	display: block;
	position: relative;
	margin-bottom: calc((100vw / 375) * 16);
	padding: 0 calc((100vw / 375) * 55) calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 18);
	font-weight: 500;
	color: #1D1E20;
	line-height: calc((100vw / 375) * 78);
	background-color: #fff;
	background-position: calc((100vw / 375) * 24) center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 24);
	border: solid 1px #BBB;
}

.top_support .guide li:nth-child(1) a { background-image:url(../images/sp/guide_icon01.png); }
.top_support .guide li:nth-child(2) a { background-image:url(../images/sp/guide_icon02.png); }
.top_support .guide li:nth-child(3) a { background-image:url(../images/sp/guide_icon03.png); }

.top_support .guide li:last-child a { margin-bottom:0; }

.top_support .guide li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 25);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: url(../common_img/arrow_blue.png) center center / calc((100vw / 375) * 20) no-repeat;
}

/* ▼BUSINESS▼ */
.top_business {
	padding: calc((100vw / 375) * 80) calc((100vw / 375) * 16);
	background: url(../images/sp/business_bg.jpg) center center / cover no-repeat;
}

.top_business .sec_title {
	font-weight: 500;
	color: #fff;
}

.top_business .sec_title::before { background:#fff; }

.top_business .sec_txt {
	margin-bottom: calc((100vw / 375) * 44);
	color: #fff;
	letter-spacing: 0.1rem;
}

.top_business .box {
	margin-bottom: calc((100vw / 375) * 15);
	padding: calc((100vw / 375) * 26);
	text-align: center;
	background: #fff;
	box-shadow: 0 0 calc((100vw / 375) * 12) 0 rgba(0, 0, 0, 0.08), 0 calc((100vw / 375) * 4) calc((100vw / 375) * 4) 0 rgba(0, 0, 0, 0.08);
}

.top_business .box:last-child { margin-bottom:0; }

.top_business .box .img {
	margin-bottom: calc((100vw / 375) * 24);
}

.top_business .box .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 24);
	font-weight: 500;
}

.top_business .box .txt {
	margin-bottom: calc((100vw / 375) * 16);
	text-align: left;
	font-size: calc((100vw / 375) * 15);
}

/*
ABOUT(01)
***************************************************************************/
.about_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16);
}

.about_content {
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.about_content .htitle_box {
	margin-bottom: calc((100vw / 375) * 10);
}

.about_content .box_list > .box {
	padding: calc((100vw / 375) * 35) 0;
	border-bottom: 1px solid #D6DADE;
}

.about_content .box_list > .box:last-child {
	padding-bottom: calc((100vw / 375) * 20);
	border-bottom: none;
}

.about_content .box_list > .box > .sec_title {
	margin-bottom: calc((100vw / 375) * 35);
	font-size: calc((100vw / 375) * 24);
}

.about_content .box_list > .box > .sec_title::before {
	width: calc((100vw / 375) * 48);
}

.about_content .business_list {
	padding-top: calc((100vw / 375) * 40);
}

.about_content .business_list > .box {
	margin-bottom: calc((100vw / 375) * 20);
}

.about_content .business_list > .box .box_title {
	position: relative;
	padding: calc((100vw / 375) * 22) calc((100vw / 375) * 40) calc((100vw / 375) * 24) calc((100vw / 375) * 24);
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	background: #FFF;
	box-shadow: 0 0 calc((100vw / 375) * 4) 0 rgba(0, 0, 0, 0.16), 0 calc((100vw / 375) * 3) calc((100vw / 375) * 5) 0 rgba(0, 0, 0, 0.08);
}

.about_content .business_list > .box .box_title::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 4);
	left: calc((100vw / 375) * 4);
	width: calc((100vw / 375) * 4);
	height: calc(100% - ((100vw / 375) * 8));
	background: linear-gradient(180deg, #0163B6 0%, #129CD8 100%);
}

.about_content .business_list > .box .box_title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin-top: calc((100vw / 375) * -12);
	background: url(../common_img/arrow_link_blue.png) center center / calc((100vw / 375) * 24) no-repeat;
	transform: rotate(90deg);
}

.about_content .business_list > .box .box_title.opened::after { transform:rotate(-90deg); }

.about_content .business_list > .box .inner {
	display: none;
	padding: calc((100vw / 375) * 25) 0 calc((100vw / 375) * 10);
}

.about_content .business_list > .box .sbox {
	padding: calc((100vw / 375) * 30) 0;
	border-bottom: solid 1px #D6DADE;
}

.about_content .business_list > .box .sbox:first-child { padding-top:calc((100vw / 375) * 10); }
.about_content .business_list > .box .sbox:last-child { padding-bottom:0; border-bottom:none; }

.about_content .business_list > .box .sbox .title03 {
	margin-bottom: calc((100vw / 375) * 20);
}

.about_content .business_list > .box .img {
	margin-bottom: calc((100vw / 375) * 20);
}

.about_content .business_list > .box .dbox {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	border: solid 1px #D6DADE;
}

.about_content .business_list > .box .dbox dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 16);
	padding-bottom: calc((100vw / 375) * 14);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1.3;
	border-bottom: solid 1px #D6DADE;
}

.about_content .business_list > .box .dbox dt a {
	position: absolute;
	top: calc((100vw / 375) * 2);
	right: 0;
	padding-right: calc((100vw / 375) * 18);
	text-align: right;
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	letter-spacing: 0.1rem;
	background: url(../common_img/arrow_link_blue.png) right calc(50% + 1px) / calc((100vw / 375) * 16) no-repeat;
}

.about_content .business_list > .box .dbox dd {
	font-size: calc((100vw / 375) * 13);
	color: #3B3E44;
}

.about_content .business_list > .box .dbox li {
	margin-bottom: calc((100vw / 375) * 10);
	font-weight: 500;
	line-height: 1.5;
}

.about_content .business_list > .box .lbox {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	border: solid 1px #D6DADE;
}

.about_content .business_list > .box .lbox.list02 li {
	margin-bottom: calc((100vw / 375) * 10);
	line-height: 1.5;
}

.about_content .business_list > .box .link {
	text-align: center;
}

.about_content .business_list > .box .link a {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 16) calc((100vw / 375) * 2) calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	color: #fff;
	line-height: calc((100vw / 375) * 48);
	background: #0163B6;
	border-radius: calc((100vw / 375) * 4);
}

.about_content .business_list > .box .link a > span {
	padding-right: calc((100vw / 375) * 22);
	background: url(../common_img/arrow_white.png) right calc(50% + 0.5px) / calc((100vw / 375) * 18) no-repeat;
}

.about_content .business_list > .box .link a .exlink {
	display: inline-block;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin-left: calc((100vw / 375) * 6);
	margin-right: calc((100vw / 375) * -4);
	vertical-align: calc((100vw / 375) * -2.5);
	background: url(../common_img/icon_link_white.png) center center / calc((100vw / 375) * 16) no-repeat;
}

.about_content .business_list > .box .box_close {
	margin-top: calc((100vw / 375) * 25);
	padding-top: calc((100vw / 375) * 25);
	text-align: center;
	border-top: solid 1px #D6DADE;
}

.about_content .business_list > .box .box_close .btn {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 20) calc((100vw / 375) * 2) calc((100vw / 375) * 24);
	font-weight: 500;
	color: #0163B6;
	line-height: calc((100vw / 375) * 34);
	border: solid 1px #0163B6;
	border-radius: calc((100vw / 375) * 4);
}

.about_content .business_list > .box .box_close .btn span {
	display: inline-block;
	position: relative;
	padding-right: calc((100vw / 375) * 20);
}

.about_content .business_list > .box .box_close .btn span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 18);
	height: calc((100vw / 375) * 18);
	margin-top: calc((100vw / 375) * -8);
	background: url(../common_img/drop_blue.png) center center / calc((100vw / 375) * 18) no-repeat;
	transform: rotateX(-180deg);
}

.about_content .nbox_list .nbox {
	margin-bottom: calc((100vw / 375) * 35);
}

.about_content .nbox_list > .nbox:last-child { margin-bottom:0; }

.about_content .nbox_list > .nbox > .title {
	position: relative;
	margin-bottom: calc((100vw / 375) * 15);
	padding-left: 1.4em;
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
}

.about_content .nbox_list > .nbox > .title::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}

.about_content .nbox_list > .nbox:nth-child(1) > .title::before { content:'1.'; }
.about_content .nbox_list > .nbox:nth-child(2) > .title::before { content:'2.'; }
.about_content .nbox_list > .nbox:nth-child(3) > .title::before { content:'3.'; }
.about_content .nbox_list > .nbox:nth-child(4) > .title::before { content:'4.'; }
.about_content .nbox_list > .nbox:nth-child(5) > .title::before { content:'5.'; }

.about_content .map {
	margin-bottom: calc((100vw / 375) * 5);
}

.about_content .map iframe {
	display: block;
	width: 100%;
	height: calc((100vw / 375) * 360);
	border: none;
}

.about_content .map_link {
	padding-right: calc((100vw / 375) * 20);
	text-align: right;
	background: url(../common_img/icon_link_blue.png) right center / calc((100vw / 375) * 14) no-repeat;
}

/*
CONCEPT(02)
***************************************************************************/
.concept_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16);
}

.concept_content {
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.concept_content .htitle_box {
	margin-bottom: calc((100vw / 375) * 10);
}

.concept_content .box_list > .box {
	padding: calc((100vw / 375) * 35) 0;
	border-bottom: 1px solid #D6DADE;
}

.concept_content .box_list > .box:last-child {
	padding-bottom: calc((100vw / 375) * 20);
	border-bottom: none;
}

.concept_content .box_list > .box > .sec_title {
	margin-bottom: calc((100vw / 375) * 35);
	font-size: calc((100vw / 375) * 24);
}

.concept_content .box_list > .box > .sec_title::before {
	width: calc((100vw / 375) * 48);
}

.concept_content .box_list > .box .box01 {
	font-size: calc((100vw / 375) * 13);
}

.concept_content .nbox_list .nbox {
	padding: calc((100vw / 375) * 30) 0;
	border-bottom: 1px solid #D6DADE;
}

.concept_content .nbox_list > .nbox:last-child { padding-bottom:0; border-bottom:none; }

.concept_content .nbox_list .nbox .ntitle {
	position: relative;
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 12) calc((100vw / 375) * 15) calc((100vw / 375) * 14) calc((100vw / 375) * 24);
	font-size: calc((100vw / 375) * 18);
	font-weight: 500;
	color: #fff;
	background: #0163B6;
}

.concept_content .nbox_list .nbox .ntitle::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 7);
	left: calc((100vw / 375) * 7);
	width: calc((100vw / 375) * 5);
	height: calc(100% - ((100vw / 375) * 14));
	background: rgba(255,255,255,0.9);
}

.concept_content .nbox_list > .nbox > .title03 {
	margin-bottom: calc((100vw / 375) * 15);
}

.concept_content .cbox_list > .box01 {
	margin-bottom: calc((100vw / 375) * 15);
}

.concept_content .cbox_list > .box01:last-child { margin-bottom:0; }

.concept_content .cbox_list > .box01 dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 15);
	padding: 0 0 calc((100vw / 375) * 12) 1.2em;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #0163B6;
	line-height: 1.5;
	border-bottom: solid 1px #b1b5b9;
}

.concept_content .cbox_list > .box01 dt::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}

.concept_content .cbox_list > .box01:nth-child(1) dt::before { content:'1.'; }
.concept_content .cbox_list > .box01:nth-child(2) dt::before { content:'2.'; }
.concept_content .cbox_list > .box01:nth-child(3) dt::before { content:'3.'; }
.concept_content .cbox_list > .box01:nth-child(4) dt::before { content:'4.'; }
.concept_content .cbox_list > .box01:nth-child(5) dt::before { content:'5.'; }

.concept_content .sbox_list .sbox {
	margin-bottom: calc((100vw / 375) * 25);
}

.concept_content .sbox_list .sbox:last-child { margin-bottom:0; }

.concept_content .sbox_list .sbox .stitle {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	color: #0163B6;
}

.concept_content .abox {
	padding: calc((100vw / 375) * 24) calc((100vw / 375) * 16);
	background: #f1f6fc;
}

.concept_content .abox > .title {
	margin-bottom: calc((100vw / 375) * 16);
	padding-bottom: calc((100vw / 375) * 12);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #0163B6;
	line-height: 1.5;
	border-bottom: solid 1px #b1b6ba;
}

.concept_content .abox .word_list {
	margin-top: calc((100vw / 375) * 16);
}

.concept_content .abox .word_list dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 12);
}

.concept_content .abox .word_list dl:last-child { margin-bottom:0; }

.concept_content .abox .word_list dt {
	width: calc((100vw / 375) * 80);
	text-align: center;
	line-height: calc((100vw / 375) * 30);
	border: solid 1px #3B3E44;
}

.concept_content .abox .word_list dd {
	width: calc(100% - ((100vw / 375) * 80));
	padding: calc((100vw / 375) * 6) 0 0 calc((100vw / 375) * 12);
}

.concept_content .abox .list06 li { font-weight:500; }

.concept_content .abox .list06.ex li {
	position: relative;
	margin-bottom: calc((100vw / 375) * 40);
	font-weight: 700;
}

.concept_content .abox .list06.ex li:last-child { margin-bottom:0; }

.concept_content .abox .list06.ex li:first-child::after {
	content: '';
	position: absolute;
	bottom: calc((100vw / 375) * -30);
	left: 50%;
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-left: calc((100vw / 375) * -10);
	background: url(../common_img/icon_equal.png) center center / calc((100vw / 375) * 20) no-repeat;
}

.concept_content .abox .img {
	text-align: center;
}

.concept_content .abox .txt_list li {
	margin-bottom: calc((100vw / 375) * 16);
	padding: calc((100vw / 375) * 16);
	background: #fff;
	border-radius: calc((100vw / 375) * 8);
}

/*
ISSUE(03)
***************************************************************************/
.issue_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16);
}

.issue_content {
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.issue_content .hbox {
	padding: calc((100vw / 375) * 36) calc((100vw / 375) * 16);
}

.issue_content .hbox.blue { background:#a0d6ee; }
.issue_content .hbox.green { background:#d2edce; }

.issue_content .hbox .title {
	margin-bottom: calc((100vw / 375) * 20);
	text-align: center;
	font-size: calc((100vw / 375) * 24);
	font-weight: 600;
	font-family: "Noto Serif JP";
}

.issue_content .hbox .tbl {
	width: calc((100vw / 375) * 640);
}

.issue_content .hbox .tbl th, .issue_content .hbox .tbl td {
	vertical-align: middle;
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	line-height: 1.5;
}

.issue_content .hbox .tbl .fix {
	position: sticky;
	left: 0;
}

.issue_content .hbox.blue .tbl_box { border-left:solid 1px #0063b6; border-right:solid 1px #0063b6; }
.issue_content .hbox.green .tbl_box { border-left:solid 1px #309326; border-right:solid 1px #309326; }
.issue_content .hbox .tbl_box.no_line { border-left:none!important; border-right:none!important; }

.issue_content .hbox .tbl .fix::after {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background: #b7bbbe;
	z-index: 10;
}

.issue_content .hbox .tbl th.ex, .issue_content .hbox .tbl td.ex { line-height:1.2; }
.issue_content .hbox .tbl th .sub, .issue_content .hbox .tbl td .sub { font-size:calc((100vw / 375) * 12); }

.issue_content .hbox .tbl th {
	padding: calc((100vw / 375) * 14) 0;
	font-weight: 400;
	color: #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #b7bbbe;
}

.issue_content .hbox.blue .tbl th { background:#0063b6; }
.issue_content .hbox.green .tbl th { background:#309326; }

.issue_content .hbox .tbl td {
	padding: calc((100vw / 375) * 12) calc((100vw / 375) * 14);
	background: #fff;
	border-right: solid 1px #b7bbbe;
	border-bottom: solid 1px #b7bbbe;
}

.issue_content .hbox .tbl th:last-child, .issue_content .hbox .tbl td:last-child { border-right:none; }

.issue_content .hbox.blue .tbl tr:last-child td { border-bottom:solid 1px #0063b6; }
.issue_content .hbox.green .tbl tr:last-child td { border-bottom:solid 1px #309326; }

.issue_content .hbox .tbl td.head {
	padding: calc((100vw / 375) * 12) 0;
	font-weight: 500;
	background: #f1f2f4;
}

.issue_content .hbox .stxt {
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	color: #3B3E44;
}

.issue_content .hbox .stxt a { text-decoration:underline; }

.issue_content .box {
	padding: calc((100vw / 375) * 35) 0;
	border-bottom: 1px solid #D6DADE;
}

.issue_content .box:last-child {
	padding-bottom: calc((100vw / 375) * 20);
	border-bottom: none;
}

.issue_content .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
}

.issue_content .sec_title::before {
	width: calc((100vw / 375) * 48);
}

.issue_content.green .sec_title::before {
	background: linear-gradient(90deg, #5DBA86 0%, #C0E5D0 100%);
}

.issue_content table.pref_tbl {
	width: calc((100vw / 375) * 480);
}

.issue_content .pref_tbl th, .issue_content .pref_tbl td {
	vertical-align: middle;
	font-size: calc((100vw / 375) * 13);
	line-height: 1.5;
	border: solid 1px #B8BBBE;
}

.issue_content .pref_tbl th {
	padding: calc((100vw / 375) * 15) 0;
	text-align: center;
	font-weight: 500;
	background: #fafafa;
}

.issue_content.green  .pref_tbl th {
	background: #eaf8e7;
}

.issue_content .pref_tbl .first th {
	padding: calc((100vw / 375) * 10) 0;
	background: #f1f2f4;
}

.issue_content.green .pref_tbl .first th {
	font-weight: 400;
	color: #fff;
	background: #309326;
}

.issue_content .pref_tbl th.pref { width:calc((100% / 3) * 0.4); }
.issue_content .pref_tbl th.price { width:calc((100% / 3) * 0.6); }

.issue_content .pref_tbl .sum th {
	background: #f1f2f4;
}

.issue_content.green .pref_tbl .sum th {
	font-weight: 400;
	color: #fff;
	background: #309326;
}

.issue_content .pref_tbl td {
	padding: calc((100vw / 375) * 15);
	text-align: right;
	background: #fff;
}

.issue_content .pref_tbl td.blank { height:calc((100vw / 375) * 8); padding:0; }

.issue_content .punf_box {
	display: flex;
	align-items: center;
}

.issue_content .punf_box .img {
	width: calc((100vw / 375) * 100);
}

.issue_content .punf_box .img img {
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.issue_content .punf_box .file_list {
	width: calc(100% - ((100vw / 375) * 100));
	padding-left: calc((100vw / 375) * 20);
}

/*
RESEARCH(04)
***************************************************************************/
.research_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16);
}

.research_content {
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.research_content .sec {
	padding: calc((100vw / 375) * 40) 0;
	border-bottom: 1px solid #D6DADE;
}

.research_content .sec:last-child {
	padding-bottom: calc((100vw / 375) * 20);
	border-bottom: none;
}

.research_content .box {
	padding: calc((100vw / 375) * 25) 0 calc((100vw / 375) * 30);
	border-bottom: 1px solid #D6DADE;
}

.research_content .box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.research_content .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
}

.research_content .sec_title::before {
	width: calc((100vw / 375) * 48);
}

/*
SEMINAR(05)
***************************************************************************/
.seminar_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16);
}

.seminar_content {
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.seminar_content .sec {
	padding: calc((100vw / 375) * 40) 0;
	border-bottom: 1px solid #D6DADE;
}

.seminar_content .sec:last-child {
	padding-bottom: calc((100vw / 375) * 20);
	border-bottom: none;
}

.seminar_content .box {
	padding: calc((100vw / 375) * 25) 0 calc((100vw / 375) * 30);
	border-bottom: 1px solid #D6DADE;
}

.seminar_content .box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.seminar_content .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
}

.seminar_content .sec_title::before {
	width: calc((100vw / 375) * 48);
}

.seminar_sec .venue_img {
	margin-bottom: calc((100vw / 375) * 20);
}

.seminar_sec .venue_list {
	display: flex;
	gap: 0 calc((100vw / 375) * 24);
	margin-bottom: calc((100vw / 375) * 15);
}

.seminar_sec .venue_list.mini {
	gap: 0 calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 255);
	margin-bottom: calc((100vw / 375) * 20);
}

.seminar_sec .backnumber_list .venue_list {
	margin: calc((100vw / 375) * 5) calc((100vw / 375) * 30) calc((100vw / 375) * 10);
}

.seminar_sec .venue_list dl {
	width: calc((100% - ((100vw / 375) * 24)) / 2);
	text-align: center;
}

.seminar_sec .venue_list dd {
	padding: calc((100vw / 375) * 12) 0;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
}

.seminar_sec .backnumber_list .venue_list dd {
	padding: calc((100vw / 375) * 8) 0;
	font-size: calc((100vw / 375) * 12);
}

.seminar_sec .target_list {
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 20);
	background: #fff;
	border: solid 1px #D6DADE;
}

.seminar_sec .target_list .title {
	margin-bottom: calc((100vw / 375) * 20);
	padding-bottom: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1;
	border-bottom: solid 1px #D6DADE;
}

.seminar_sec .target_list li {
	position: relative;
	margin-bottom: calc((100vw / 375) * 12);
	padding-left: calc((100vw / 375) * 20);
	font-weight: 500;
	line-height: 1.5;
}

.seminar_sec .backnumber_list .inner .target_list li {
	padding: 0 0 0 calc((100vw / 375) * 20);
	border-bottom: none;
}

.seminar_sec .target_list li:last-child { margin-bottom:0; }

.seminar_sec .target_list li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	color: #0163B6;
}

.seminar_sec .target_list li:nth-child(1)::before { content:'1.'; }
.seminar_sec .target_list li:nth-child(2)::before { content:'2.'; }
.seminar_sec .target_list li:nth-child(3)::before { content:'3.'; }
.seminar_sec .target_list li:nth-child(4)::before { content:'4.'; }
.seminar_sec .target_list li:nth-child(5)::before { content:'5.'; }
.seminar_sec .target_list li:nth-child(6)::before { content:'6.'; }
.seminar_sec .target_list li:nth-child(7)::before { content:'7.'; }
.seminar_sec .target_list li:nth-child(8)::before { content:'8.'; }
.seminar_sec .target_list li:nth-child(9)::before { content:'9.'; }

.seminar_sec .tbl_box .info_tbl {
	width: calc((100vw / 375) * 640);
}

.seminar_sec .tbl_box .info_tbl.small {
	width: calc((100vw / 375) * 480);
}

.seminar_sec .info_tbl th, .seminar_sec .info_tbl td {
	padding: calc((100vw / 375) * 12);
	vertical-align: middle;
	line-height: 1.3;
	border: solid 1px #B8BBBE;
}

.seminar_sec .info_tbl.mini th, .seminar_sec .info_tbl.mini td {
	font-size: calc((100vw / 375) * 14);
}

.seminar_sec .info_tbl th {
	text-align: center;
	font-weight: 500;
	background: #f1f2f4;
}

.seminar_sec .info_tbl td {
	background: #fff;
}

.seminar_sec .backnumber_ctl {
	height: calc((100vw / 375) * 44);
	margin-bottom: calc((100vw / 375) * 20);
}

.seminar_sec .backnumber_list .memo {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
}

/*
INVESTOR(07)
***************************************************************************/
.investor_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16);
}

.investor_content {
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.investor_content .sec {
	padding: calc((100vw / 375) * 40) 0;
	border-bottom: 1px solid #D6DADE;
}

.investor_content .sec:last-child {
	padding-bottom: calc((100vw / 375) * 20);
	border-bottom: none;
}

.investor_content .box {
	padding: calc((100vw / 375) * 25) 0 calc((100vw / 375) * 30);
	border-bottom: 1px solid #D6DADE;
}

.investor_content .box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.investor_content .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
}

.investor_content .sec_title::before {
	width: calc((100vw / 375) * 48);
}

.investor_sec .finance_list .img {
	margin-bottom: calc((100vw / 375) * 25);
	padding: calc((100vw / 375) * 20) 0;
	text-align: center;
	background: #fff;
	border: solid 1px #d6dade;
	box-shadow: 0 calc((100vw / 375) * 2) calc((100vw / 375) * 8) 0 rgba(0, 0, 0, 0.16);
}

.investor_sec .finance_list .img img { max-width:50%; }

.investor_sec .material_list {
	padding: calc((100vw / 375) * 24) calc((100vw / 375) * 16);
	background: #f0f6fb;
}

.investor_sec .material_list .area_select {
	position: relative;
	width: calc((100vw / 375) * 200);
	height: calc((100vw / 375) * 48);
	margin-bottom: calc((100vw / 375) * 16);
}

.investor_sec .material_list .current_select {
	position: relative;
	padding: 0 calc((100vw / 375) * 12) calc((100vw / 375) * 2);
	line-height: calc((100vw / 375) * 44);
	background: #fff;
	border: solid calc((100vw / 375) * 2) #B8BBBE;
	border-radius: calc((100vw / 375) * 4);
	z-index: 501;
}

.investor_sec .material_list .current_select.opened { border:solid calc((100vw / 375) * 2) #129cd8; }

.investor_sec .material_list .current_select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 10);
	height: calc((100vw / 375) * 5);
	margin-top: calc((100vw / 375) * -2.5);
	background: #656565;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.investor_sec .material_list .current_select.opened::after { transform:rotateX(-180deg); }

.investor_sec .material_list .area_list {
	display: none;
	position: absolute;
	top: calc((100vw / 375) * 48);
	left: 0;
	width: 100%;
	background: #FFF;
	border-radius: calc((100vw / 375) * 4);
	box-shadow: 0 calc((100vw / 375) * 2) calc((100vw / 375) * 5) 0 rgba(0, 0, 0, 0.16), 0 0 8px 0 rgba(0, 0, 0, 0.32);
	z-index: 500;
}

.investor_sec .material_list .area_list .scroll_box {
	height: calc((100vw / 375) * 400);
	padding: calc((100vw / 375) * 10) 0;
}

.investor_sec .material_list .area_list .scroll_box::-webkit-scrollbar {
	width: calc((100vw / 375) * 4);
}

.gecko .investor_sec .material_list .area_list .scroll_box {
	scrollbar-width: calc((100vw / 375) * 4);
}

.investor_sec .material_list .area_list li {
	padding: 0 calc((100vw / 375) * 16);
	line-height: calc((100vw / 375) * 36);
}

.investor_sec .material_list .mbox:not(:first-child) { display:none; }

.investor_sec .material_list .mbox .title {
	padding: 0 calc((100vw / 375) * 16) calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 18);
	font-weight: 500;
	color: #fff;
	line-height: calc((100vw / 375) * 60);
	background: linear-gradient(133deg, #0163B6 29.81%, #129CD8 100%);
}

.investor_sec .material_list .mbox .content {
	padding: calc((100vw / 375) * 24) calc((100vw / 375) * 16);
	background: #fff;
}

.investor_sec .material_list .mbox .sbox {
	padding-bottom: calc((100vw / 375) * 30);
}

.investor_sec .material_list .mbox .sbox:last-child { padding-bottom:0; }

.investor_sec .material_list .mbox .stitle {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
}

.investor_sec .material_list .mbox dl {
	display: flex;
	padding: calc((100vw / 375) * 16) 0;
	border-bottom: solid 1px #D6DADE;
}

.investor_sec .material_list .mbox dt {
	width: calc((100vw / 375) * 100);
	font-size: calc((100vw / 375) * 14);
}

.investor_sec .material_list .mbox dd {
	width: calc(100% - ((100vw / 375) * 100));
	font-size: calc((100vw / 375) * 14);
}

.investor_sec .material_list .mbox .file_list {
	padding: calc((100vw / 375) * 10) 0 calc((100vw / 375) * 15);
}

.investor_sec .backnumber_ctl {
	height: calc((100vw / 375) * 44);
	margin-bottom: calc((100vw / 375) * 20);
}

.investor_sec .backnumber_list .inner .sec:first-child {
	padding-top: calc((100vw / 375) * 15);
}

.investor_sec .backnumber_list .inner .sec:last-child {
	padding-bottom: 0;
}

.investor_sec .backnumber_list .inner .file_list li {
	padding: 0;
	background: none;
	border-bottom: none;
}

.investor_sec .backnumber_list .inner .file_list li a {
	color: #1D1E20;
	text-decoration: none;
}

.investor_sec .backnumber_list .inner .area_list li {
	font-weight: 400;
	border-bottom: none;
}

.investor_sec .backnumber_list .inner .material_list {
	padding: 0 0 calc((100vw / 375) * 16);
}

.investor_sec .inv_tbl {
	width: calc((100vw / 375) * 600);
}

.investor_sec .inv_tbl th, .investor_sec .inv_tbl td {
	padding: calc((100vw / 375) * 12);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 14);
	line-height: 1.5;
	border: solid 1px #B8BBBE;
}

.investor_sec .inv_tbl th {
	text-align: center;
	font-weight: 500;
	background: #f1f2f4;
}

.investor_sec .inv_tbl td {
	background: #fff;
}

.investor_sec .backnumber_list .inner .inv_tbl {
	margin: calc((100vw / 375) * 10) 0;
}

.investor_sec .backnumber_list .inner .ir_list {
	padding-top: calc((100vw / 375) * 10);
}

.investor_sec .ir_list .box {
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 24) calc((100vw / 375) * 16) calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 14);
	background: #fff;
	border-bottom: none;
}

.investor_sec .ir_list .title01 {
	margin-bottom: calc((100vw / 375) * 15);
}

.investor_sec .ir_list .catch {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #0163B6;
	line-height: 1.6;
}

.investor_sec .ir_list .list dl {
	margin-bottom: calc((100vw / 375) * 15);
}

.investor_sec .ir_list .list dl:last-child { margin-bottom:0; }

.investor_sec .ir_list .list dt {
	margin-bottom: calc((100vw / 375) * 5);
	font-weight: 700;
}

.investor_sec .ir_list .list dd {
	margin-left: 1.4em;
}

.investor_sec .ir_list .tbl01 {
	width: calc((100vw / 375) * 480);
}

/*
OTHER
***************************************************************************/
.other_sec {
	padding: 0 calc((100vw / 375) * 16) calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.other_sec .htitle_box {
	margin-bottom: calc((100vw / 375) * 10);
}

.other_sec .box_list > .box {
	padding: calc((100vw / 375) * 35) 0;
	border-bottom: 1px solid #D6DADE;
}

.other_sec .box_list > .box:last-child {
	padding-bottom: calc((100vw / 375) * 20);
	border-bottom: none;
}

.other_sec .box_list > .box > .sec_title {
	margin-bottom: calc((100vw / 375) * 35);
	font-size: calc((100vw / 375) * 24);
}

.other_sec .box_list > .box > .sec_title::before {
	width: calc((100vw / 375) * 48);
}

.other_sec .title01 {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
}

.other_sec .title01::before { top:calc((100vw / 375) * 7); }

.other_sec .title03 {
	margin-bottom: calc((100vw / 375) * 20);
}

.rlink_list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 10) calc((100vw / 375) * 20);
}

.rlink_list li { width:100%; }
.rlink_list.sp_col2 li { width:calc((100% - ((100vw / 375) * 20)) / 2); }
.rlink_list.sp_col3 li { width:calc((100% - ((100vw / 375) * 40)) / 3); }
.rlink_list.sp_col4 li { width:calc((100% - ((100vw / 375) * 60)) / 4); }

.rlink_list li a {
	display: inline-block;
	padding-left: calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	white-space: nowrap;
	background: url(../common_img/arrow_blue.png) left center / calc((100vw / 375) * 12) no-repeat;
}

/*
FAQ
***************************************************************************/
.faq_list .box {
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 18) calc((100vw / 375) * 16);
	border: solid 1px #D6DADE;
}

.faq_list .box:last-child { margin-bottom:0; }

.faq_list .box .title {
	position: relative;
	padding: 0 calc((100vw / 375) * 36) 0 calc((100vw / 375) * 26);
	font-size: calc((100vw / 375) * 15);
	line-height: 1.65;
}

.faq_list .box .title::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	font-size: calc((100vw / 375) * 20);
	font-weight: 900;
	color: #0163B6;
	line-height: 1;
	font-family: "Noto Serif JP";
}

.faq_list .box .title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin-top: calc((100vw / 375) * -12);
	background: url(../common_img/arrow_link_blue.png) center center / calc((100vw / 375) * 24) no-repeat;
	transform: rotate(90deg);
}

.faq_list .box .title.opened::after { transform:rotate(-90deg); }

.faq_list .box .inner {
	display: none;
	position: relative;
	margin-top: calc((100vw / 375) * 16);
	padding: calc((100vw / 375) * 16) 0 0 calc((100vw / 375) * 26);
	font-size: calc((100vw / 375) * 13);
	border-top: dashed 1px #9d9ea1;
}

.faq_list .box .inner::before {
	content: 'A';
	position: absolute;
	top: calc((100vw / 375) * 16);
	left: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 20);
	font-weight: 900;
	color: #E97500;
	line-height: 1;
	font-family: "Noto Serif JP";
}

/*
STATISTIC
***************************************************************************/
.statistic_list {
	padding: calc((100vw / 375) * 30) 0 calc((100vw / 375) * 20);
}

.statistic_list .backnumber_ctl {
	margin-bottom: calc((100vw / 375) * 30);
}

.statistic_list .cat_select {
	margin-bottom: calc((100vw / 375) * 20);
}

.statistic_list .cat_select dt {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 14);
}

.statistic_list .backnumber_ctl ul {
	position: static;
	margin-left: calc(100% - ((100vw / 375) * 200));
	transform: translateY(0);
}

.statistic_head {
	position: relative;
	min-height: calc((100vw / 375) * 24);
	margin-bottom: calc((100vw / 375) * 15);
	padding-right: calc((100vw / 375) * 90);
}

.statistic_head .cat_list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 5);
}

.statistic_head .cat_list li {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 12);
	color: #fff;
	line-height: calc((100vw / 375) * 24);
	border-radius: calc((100vw / 375) * 2);
}

.statistic_head .cat_list li.cat01 { background:#5746A2; }
.statistic_head .cat_list li.cat02 { background:#455BB5; }
.statistic_head .cat_list li.cat03 { background:#1466AC; }
.statistic_head .cat_list li.cat04 { background:#A26D3E; }
.statistic_head .cat_list li.cat05 { background:#B3872E; }
.statistic_head .cat_list li.cat06 { background:#B15557; }
.statistic_head .cat_list li.cat07 { background:#8abd42; }
.statistic_head .cat_list li.cat08 { background:#4ab58a; }
.statistic_head .cat_list li.cat09 { background:#525061; }
.statistic_head .cat_list li.cat10 { background:#b55cac; }
.statistic_head .cat_list li.cat11 { background:#b57748; }
.statistic_head .cat_list li.cat12 { background:#5a96ad; }
.statistic_head .cat_list li.cat13 { background:#b05f82; }
.statistic_head .cat_list li.cat14 { background:#64a369; }
.statistic_head .cat_list li.cat15 { background:#ab6459; }
.statistic_head .cat_list li.cat16 { background:#505394; }
.statistic_head .cat_list li.cat17 { background:#5fa2b3; }
.statistic_head .cat_list li.cat18 { background:#876551; }

.statistic_head .link {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #0163B6;
	line-height: calc((100vw / 375) * 26);
}

.statistic_head .link > span {
	display: inline-block;
	padding-right: calc((100vw / 375) * 20);
	background: url(../common_img/icon_modal.png) right calc(50% + 1px) / calc((100vw / 375) * 16) no-repeat;
}

.statistic_list .backnumber_list .set { margin-bottom:calc((100vw / 375) * 30); }

.statistic_list .excel_list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 10);
	padding: calc((100vw / 375) * 5) 0 calc((100vw / 375) * 15);
}

.statistic_list .file_list {
	padding: calc((100vw / 375) * 5) 0 calc((100vw / 375) * 15);
}

.statistic_list .backnumber_list .inner li {
	padding: 0;
	font-weight: 400;
	line-height: 1.8;
	background: none;
	border: none;
}

.statistic_list .backnumber_list .inner li a {
	color: #1D1E20;
	text-decoration: none;
}

.statistic_list .excel_list li {
	width: calc((100% - ((100vw / 375) * 10)) / 2);
}

.statistic_list .excel_list li a {
	display: block;
	width: 100%;
	padding: calc((100vw / 375) * 12) 0;
	text-align: center;
	font-size: calc((100vw / 375) * 11);
	background: #fff;
	box-shadow: 0 calc((100vw / 375) * 4) calc((100vw / 375) * 10) 0 rgba(0, 0, 0, 0.08), 0 0 calc((100vw / 375) * 8) 0 rgba(0, 0, 0, 0.16);
}

.statistic_list .excel_list li a > span {
	display: inline-block;
	padding-right: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	background: url(../common_img/icon_excel.png) right center / calc((100vw / 375) * 16) no-repeat;
}

/* ▼MODAL▼ */
.overlay_content.comment_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100vw - ((100vw / 375) * 32));
	max-height: calc(100vh - ((100vw / 375) * 160));
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 12);
	background: #fff;
	border-radius: calc((100vw / 375) * 20);
}

.overlay_content.comment_box .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 16);
}

.overlay_content.comment_box .txt {
	margin-bottom: calc((100vw / 375) * 20);
}

.overlay_content.comment_box .modal_close_txt {
	width: calc((100vw / 375) * 80);
	margin: 0 auto;
	text-align: center;
	color: #0163B6;
	text-decoration: underline;
}

.overlay_content.comment_box .modal_close_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 60);
	height: calc((100vw / 375) * 60);
	font-size: calc((100vw / 375) * 20);
	font-weight: 500;
}

/*
FORM
***************************************************************************/
.contact_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 14);
}

.contact_sec .box_list > .box {
	margin-bottom: calc((100vw / 375) * 40);
}

.contact_sec .box_list > .box:last-child { margin-bottom:0; }

.contact_sec .title03 {
	margin-bottom: calc((100vw / 375) * 20);
}

.contact_sec .mtxt {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 12);
	color: #3B3E44;
}

.contact_sec .mtxt sup { color:#E97500; }

.contact_sec .form_box {
	margin-bottom: calc((100vw / 375) * 25);
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 16) calc((100vw / 375) * 12);
	background: #F0F6FB;
}

.contact_sec .form_box.error_txt { padding:calc((100vw / 375) * 20) 0; background:#F4EAEA; }

.contact_sec .ftxt {
	margin-top: calc((100vw / 375) * 25);
	text-align: center;
	font-size: calc((100vw / 375) * 11);
	color: #3B3E44;
}

.contact_sec .ftxt a { text-decoration:underline; }

/* ▼STEP▼ */
.form_step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: calc((100vw / 375) * 40);
}

.form_step::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #BDBDBD;
	z-index: 1;
}

.form_step li {
	position: relative;
	width: calc((100% - ((100vw / 375) * 80)) / 3);
	padding: calc((100vw / 375) * 2) calc((100vw / 375) * 5) 0 calc((100vw / 375) * 40);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: rgba(29, 30, 32, 0.50);
	line-height: calc((100vw / 375) * 32);
	background: #fff;
	z-index: 10;
}

.form_step li.active { color:#0163B6; }

.form_step li::before {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: calc((100vw / 375) * 8);
	width: calc((100vw / 375) * 32);
	height: calc((100vw / 375) * 32);
	padding-left: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 12);
	color: #fff;
	line-height: calc((100vw / 375) * 30);
	background-color: rgba(29, 30, 32, 0.50);
	border-radius: 50%;
	transform: translateY(-50%);
}

.form_step li.active::before { background-color:#0163B6; }

.form_step li:nth-child(1)::before { content:'1'; }
.form_step li:nth-child(2)::before { content:'2'; }
.form_step li:nth-child(3)::before { content:'3'; }

.form_step li.done::before {
	content: ''!important;
	background-color: #0163B6;
	background-image: url(../common_img/icon_chk_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 12);
}

/* ▼INPUT▼ */
.user_form > dl {
	padding: calc((100vw / 375) * 15) 0 calc((100vw / 375) * 20);
	border-bottom: solid 1px #D6DADE;
}

.user_form > dl:last-child { border-bottom:none; }

.user_form.conf > dl {
	padding: calc((100vw / 375) * 15) 0;
}

.user_form > dl > dt {
	margin-bottom: calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	color: #1D1E20;
}

.user_form > dl > dt sup { color:#E97500; }

.user_form.conf > dl > dt {
	margin-bottom: calc((100vw / 375) * 4);
}

.user_form .sub_txt {
	margin: calc((100vw / 375) * 12) 0 calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 12);
	color: #3B3E44;
}

/* ▼CHECK, ERROR, THANKS▼ */
.pp_check {
	margin-bottom: calc((100vw / 375) * 25);
	text-align: center;
}

.pp_check li {
	display: inline-block;
}

.error_messe {
	font-weight: 700;
	color: #DB3A3A;
}

.comp_title {
	margin-bottom: calc((100vw / 375) * 30);
	text-align: center;
	font-size: calc((100vw / 375) * 20);
	font-weight: 700;
}

.comp_txt {
	margin-bottom: calc((100vw / 375) * 40);
}

.comp_btn a {
	display: block;
	margin: 0 calc((100vw / 375) * 50) calc((100vw / 375) * 20);
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	color: #0163B6;
	line-height: calc((100vw / 375) * 48);
	background: #fff;
	border: solid calc((100vw / 375) * 2) #0163B6;
	border-radius: calc((100vw / 375) * 6);
}

.comp_btn a span {
	display: inline-block;
	position: relative;
	padding-left: calc((100vw / 375) * 24);
}

.comp_btn a span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 375) * 18);
	height: calc((100vw / 375) * 18);
	margin-top: calc((100vw / 375) * -8);
	background-image: url(../common_img/arrow_blue.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 18);
	transform: rotate(-180deg);
}

/* ▼BUTTON▼ */
.form_btn li .btn02 { box-sizing:border-box; width:100%; text-align:center; font-weight:500; }
.form_btn li button { letter-spacing:0.025rem; }
.form_btn .back .btn02 { background:#B8BBBE; }
.form_btn .back { margin-bottom:calc((100vw / 375) * 15); }
.form_btn #btn_disable .btn02 { background:#B8BBBE; }

.grecaptcha-badge { visibility:hidden; }

/*
SEARCH
***************************************************************************/
.search_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 16) calc((100vw / 375) * 60);
	font-size: calc((100vw / 375) * 14);
	color: #1D1E20;
}

.search_content .htitle_box {
	margin-bottom: calc((100vw / 375) * 30);
}

.search_content .search_list {
	margin-bottom: calc((100vw / 375) * 30);
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 16) calc((100vw / 375) * 12);
	background: #F0F6FB;
}

.search_list .box {
	padding: calc((100vw / 375) * 15) 0 calc((100vw / 375) * 20);
	border-bottom: solid 1px #D6DADE;
}

.search_list .box:last-child { border-bottom:none; }

.search_list .box > dl > dt {
	margin-bottom: calc((100vw / 375) * 8);
	font-weight: 700;
}

.search_list .box .sub_txt {
	margin-top: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 12);
	color: #3B3E44;
}

.search_content .search_type {
	padding-top: calc((100vw / 375) * 30);
	text-align: center;
	border-top: solid 1px #D6DADE;
}

.search_content .search_type li {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 15);
}

.search_content .stxt {
	margin: calc((100vw / 375) * 30) 0;
	text-align: center;
	font-size: calc((100vw / 375) * 12);
	color: #000;
}

.search_content .btn {
	margin: 0 calc((100vw / 375) * 50);
}

.search_content .btn button {
	display: block;
	width: 100%;
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-weight: 400;
	color: #fff;
	line-height: calc((100vw / 375) * 48);
	background: #0163B6;
	border-radius: calc((100vw / 375) * 6);
}

.search_content .btn button span {
	display: inline-block;
	padding-right: calc((100vw / 375) * 24);
	background: url(../common_img/icon_search_white.png) right center / calc((100vw / 375) * 18) no-repeat;
}

.search_content .result_txt {
	margin-bottom: calc((100vw / 375) * 30);
	text-align: center;
	font-weight: 700;
}

.search_content .result_txt span {
	font-size: calc((100vw / 375) * 20);
	color: #0163B6;
}

.result_list {
	margin-bottom: calc((100vw / 375) * 40);
}

.result_list .tbl {
	width: calc((100vw / 375) * 800);
}

.result_list.ex .tbl {
	width: calc((100vw / 375) * 1000);
}

.result_list .tbl th, .result_list .tbl td {
	vertical-align: middle;
	font-size: calc((100vw / 375) * 12);
	line-height: 1.3;
	border: solid 1px #B8BBBE;
}

.result_list .tbl th {
	padding: calc((100vw / 375) * 10) 0;
	text-align: center;
	font-weight: 500;
	background: #F1F2F4;
}

.result_list .tbl td {
	padding: calc((100vw / 375) * 16) calc((100vw / 375) * 12);
}

.result_list .tbl a {
	text-decoration: underline;
}

.search_content .page_txt {
	margin-bottom: calc((100vw / 375) * 30);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
}

.search_content .page_txt .current { font-weight:700; }

.search_content .page_list {
	margin-bottom: calc((100vw / 375) * 30);
	text-align: center;
}

.search_content .page_list li {
	display: inline-block;
	width: 40%;
	font-weight: 500;
	color: #979B9E;
	line-height: calc((100vw / 375) * 24);
	border-left: solid 1px #D6DADE;
	border-right: solid 1px #D6DADE;
}

.search_content .page_list li.next { border-left:none; }
.search_content .page_list.num li.next { text-align:right; }

.search_content .page_list.num li { border:none; }

.search_content .page_list.num li {
	width: calc((100vw / 375) * 32);
	height: calc((100vw / 375) * 32);
	font-size: calc((100vw / 375) * 12);
}

.search_content .page_list.num li.prev, .search_content .page_list.num li.next { width:calc((100vw / 375) * 50); }

.search_content .page_list li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: #0163B6;
}

.search_content .page_list.num li a { color:#1D1E20; }

.search_content .page_list li span {
	display: inline-block;
	position: relative;
}

.search_content .page_list.num li a, .search_content .page_list.num li .current, .search_content .page_list.num li .parts {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-bottom: calc((100vw / 375) * 2);
}

.search_content .page_list.num li .current {
	font-weight: 400;
	color: #fff;
	background: #0163B6;
	border-radius: calc((100vw / 375) * 2);
}

.search_content .page_list.num li .parts { color:#000; }

.search_content .page_list.num li span.current::before, .search_content .page_list.num li span.parts::before {
	display: none;
}

.search_content .page_list.num li.prev { margin-right:calc((100vw / 375) * 10); }
.search_content .page_list.num li.next { margin-left:calc((100vw / 375) * 10); }

.search_content .page_list li.prev span { padding-left:calc((100vw / 375) * 20); }
.search_content .page_list li.next span { padding-right:calc((100vw / 375) * 20); }

.search_content .page_list li span::before {
	content: '';
	position: absolute;
	top: 50%;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin-top: calc((100vw / 375) * -7);
	background-image: url(../common_img/arrow_link.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 16);
}

.search_content .page_list li a span::before { background-image:url(../common_img/arrow_link_blue.png); }

.search_content .page_list li.prev span::before { left:0; transform:rotate(-180deg); }
.search_content .page_list li.next span::before { right:0; }

.search_content .link {
	text-align: center;
}

.search_content .link span {
	color: #0163B6;
	text-decoration: underline;
}

.search_more {
	margin: 0 calc((100vw / 375) * 50) calc((100vw / 375) * 30);
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #0163B6;
	line-height: calc((100vw / 375) * 48);
	background; #fff;
	border: solid calc((100vw / 375) * 2) #0163B6;
	border-radius: calc((100vw / 375) * 6);
}

.search_more span {
	display: inline-block;
	position: relative;
	padding-right: calc((100vw / 375) * 24);
}

.search_more span::before, .search_more span::after {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	transform: translateY(-50%);
}

.search_more span::before {
	content: '';
	background: #fff;
	border: solid calc((100vw / 375) * 2) #0163B6;
	border-radius: 50%;
	z-index: 1;
}

.search_more span::after {
	content: '＋';
	margin: -0.5px 1.5px 0 0;
	font-size: calc((100vw / 375) * 12);
	font-weight: 700;
	color: #0163B6;
	line-height: calc((100vw / 375) * 16);
	z-index: 2;
}

.search_plus {
	display: none;
}

.search_delete {
	margin: calc((100vw / 375) * 25) calc((100vw / 375) * 50);
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #0163B6;
	line-height: calc((100vw / 375) * 40);
	background: transparent;
	border: solid 1px #0163B6;
	border-radius: calc((100vw / 375) * 4);
}

.search_delete span {
	margin-left: calc((100vw / 375) * 5);
	vertical-align: calc((100vw / 375) * -2);
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
}

.link_pdf {
	display: block;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin: 0 auto;
	background: url(../common_img/icon_pdf.png) center center / calc((100vw / 375) * 30) no-repeat;
}

/*
FNAVI
***************************************************************************/
#fnavi {
	padding: calc((100vw / 375) * 80) calc((100vw / 375) * 16);
	background: #F0F6FB;
}

.fbnr_list {
	display: flex;
	gap: 0 calc((100vw / 375) * 8);
	padding-bottom: calc((100vw / 375) * 45);
	text-align: center;
}

.fbnr_list li {
	width: calc((100% - ((100vw / 375) * 8)) / 2);
}

.fnavi_list {
	margin: 0 calc((100vw / 375) * 24);
}

.fnavi_list .title a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 16) calc((100vw / 375) * 22) calc((100vw / 375) * 18) 0;
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
	letter-spacing: 0;
	border-bottom: 1px solid #D6DADE;
}

.fnavi_list .title a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: url(../common_img/arrow_link.png) center center / calc((100vw / 375) * 20) no-repeat;
	opacity: 0.8;
}

.fnavi_list .list { display:none; }

/*
FOOTER
***************************************************************************/
footer {
	position: relative;
	padding: calc((100vw / 375) * 48) calc((100vw / 375) * 16);
	text-align: center;
	color: #fff;
	background: #0063b6;
}

footer .info .logo {
	width: calc((100vw / 375) * 160);
	margin: 0 auto calc((100vw / 375) * 40);
}

footer .info .txt {
	margin-bottom: calc((100vw / 375) * 40);
}

footer .info .txt .parts { display:block; }

.fnavi_slist {
	padding-bottom: calc((100vw / 375) * 20);
}

.fnavi_slist li {
	display: inline-block;
	margin-bottom: calc((100vw / 375) * 10);
}

.fnavi_slist li a {
	position: relative;
	padding: 0 calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 14);
	color: #fff;
	letter-spacing: 0.1rem;
}

.fnavi_slist li:first-child a { padding-left:0; }

.fnavi_slist li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: rgba(255, 255, 255, 0.30);
}

.fnavi_slist li:last-child a::after { display:none; }

footer .contact .txt {
	margin-bottom: calc((100vw / 375) * 15);
	text-align: left;
	font-size: calc((100vw / 375) * 14);
}

footer .copy {
	margin-top: calc((100vw / 375) * 40);
	padding-top: calc((100vw / 375) * 20);
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid rgba(29, 30, 32, 0.30);
}

footer .copy .parts { display:block; }

footer .copy small { font-size:calc((100vw / 375) * 12); }

footer .btn_ptop { display:none!important; }

/*
OVERLAY WINDOW
***************************************************************************/
.overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	overflow-y: auto;
	z-index: 10000;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
}

.modal_close {
	position: absolute;
	top: calc((100vw / 375) * 10);
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 40);
	height: calc((100vw / 375) * 40);
	background: url(../common_img/btn_close.png) center center / calc((100vw / 375) * 40) no-repeat;
	z-index: 1001;
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 0;
}

.scroll_box::-webkit-scrollbar-track {
	background: #e6e6e1;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #c4c4c2;
}

.gecko .scroll_box {
	scrollbar-width: 0;
	scrollbar-color: #c4c4c2 #e6e6e1;
}

/*
PARTS
***************************************************************************/
/* ▼BOX▼ */
.box01 {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	border: solid 1px #D6DADE;
}

.box01.blue {
	background: #F0F6FB;
	border: none;
}

.box02 {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	border: solid calc((100vw / 375) * 4) #b8e3f4;
}

/* ▼TEXT▼ */
.txt01 {
	text-align: center;
}

.txt01 > span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 20) calc((100vw / 375) * 2);
	font-weight: 500;
	color: #fff;
	line-height: calc((100vw / 375) * 48);
}

.txt01.blue > span { background:#129dd8; }

/* ▼BUTTON▼ */
.btn01 {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 19);
	font-weight: 500;
	color: #fff;
	line-height: calc((100vw / 375) * 68);
	background: #e97400;
}

.btn01 span {
	display: inline-block;
	padding-left: calc((100vw / 375) * 44);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 24);
}

.btn01 span.mail { background-image:url(../common_img/icon_mail.png); }

.btn02 {
	display: block;
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	color: #fff;
	line-height: calc((100vw / 375) * 56);
	background: #0063b6;
	border-radius: calc((100vw / 375) * 4);
}

.btn02 > span {
	padding-right: calc((100vw / 375) * 30);
	background: url(../common_img/arrow_white.png) right center / calc((100vw / 375) * 24) no-repeat;
}

.btn02 .extra {
	padding-right: calc((100vw / 375) * 24);
	background: url(../common_img/icon_link_white.png) right center / calc((100vw / 375) * 16) no-repeat;
}

.btn_article_search {
	display: block;
	margin: 0 calc((100vw / 375) * 40);
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	color: #fff;
	line-height: calc((100vw / 375) * 56);
	background: #0063b6;
	border-radius: calc((100vw / 375) * 4);
}

.btn_article_search > span {
	display: inline-block;
	position: relative;
	padding: 0 calc((100vw / 375) * 30) 0 calc((100vw / 375) * 25);
}

.btn_article_search > span::before, .btn_article_search > span::after {
	content: '';
	position: absolute;
	top: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.btn_article_search > span::before {
	left: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	background-image: url(../common_img/icon_lock_white.png);
	background-size: calc((100vw / 375) * 16);
}

.btn_article_search > span::after {
	right: 0;
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	background-image: url(../common_img/icon_search_white.png);
	background-size: calc((100vw / 375) * 24);
}

.link01 {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #0163B6;
	letter-spacing: 0.15rem;
}

.link01 span {
	padding-right: calc((100vw / 375) * 22);
	background: url(../common_img/arrow_blue.png) right center / calc((100vw / 375) * 16) no-repeat;
}

.link_file {
	padding-left: calc((100vw / 375) * 32);
	line-height: calc((100vw / 375) * 23);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 23);
}

.link_file.pdf { background-image:url(../common_img/icon_pdf.png); }
.link_file.excel { background-image:url(../common_img/icon_excel.png); }

.link_file a { text-decoration:underline; }

/* ▼CATCH, TITLE, TEXT▼ */
.sec_title, .head_title {
	position: relative;
	margin-bottom: calc((100vw / 375) * 60);
	padding-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 28);
	font-weight: 600;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	letter-spacing: 0.1rem;
}

.sec_title.left, .head_title.left { text-align:left; }

.sec_title::before, .head_title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc((100vw / 375) * 60);
	height: calc((100vw / 375) * 4);
	background: linear-gradient(90deg, #0163B6 0%, #129CD8 100%);
	transform: translateX(-50%);
}

.sec_title.left::before, .head_title.left::before {
	left: 0;
	transform: translateX(0);
}

.htitle_box {
	margin-bottom: calc((100vw / 375) * 40);
	padding: calc((100vw / 375) * 24) 0;
	font-weight: 600;
	color: #1D1E20;
	line-height: 1.8;
	font-family: "Noto Serif JP";
	border-top: solid 2px #D6DADE;
	border-bottom: solid 2px #D6DADE;
}

.htitle_box .head {
	position: relative;
	margin-bottom: calc((100vw / 375) * 5);
	padding-left: calc((100vw / 375) * 24);
	font-size: calc((100vw / 375) * 16);
}

.htitle_box .head::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 15);
	left: 0;
	width: calc((100vw / 375) * 15);
	height: calc((100vw / 375) * 2);
	background: #0063b6;
}

.htitle_box .title {
	font-size: calc((100vw / 375) * 24);
	font-weight: 600;
}

.title01 {
	position: relative;
	padding-left: calc((100vw / 375) * 14);
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
}

.title01::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 9);
	left: 0;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	background: #1D1E20;
}

.title01.sp_size15::before { top:calc((100vw / 375) * 8); }
.title01.c_blue::before { background:#0163B6; }

.title01 .sub {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: right;
	font-size: calc((100vw / 375) * 12);
	font-weight: 400;
	color: #3B3E44;
	transform: translateY(-50%);
}

.title02 {
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 4);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	letter-spacing: 0.05rem;
	border-bottom: 1px dotted rgba(29, 30, 32, 0.30);
}

.title03 {
	position: relative;
	padding-left: calc((100vw / 375) * 24);
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
}

.title03::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 14);
	left: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 2);
	background: #0163B6;
}

.catch01 {
	padding: calc((100vw / 375) * 4) 0 calc((100vw / 375) * 6) calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
	color: #0163B6;
	line-height: 1.5;
	font-family: "Noto Serif JP";
	border-left: solid calc((100vw / 375) * 4) #0163B6;
}

/* ▼BACKNUMBER▼ */
.backnumber_ctl {
	position: relative;
}

.backnumber_ctl ul {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 200);
	transform: translateY(-50%);
}

.backnumber_ctl.ex ul {
	position: static;
	transform: translateY(calc((100vw / 375) * -30));
}

.backnumber_ctl li {
	width: 50%;
	text-align: center;
	font-size: calc((100vw / 375) * 11);
	font-weight: 600;
	color: #1D1B20;
	line-height: calc((100vw / 375) * 40);
	background: #fff;
	border: solid 1px #D6DADE;
}

.backnumber_ctl li.opened {
	font-weight: 500;
	background: #F0F6FB;
}

.backnumber_ctl li:first-child {
	border-radius: calc((100vw / 375) * 4) 0 0 calc((100vw / 375) * 4);
}

.backnumber_ctl li:last-child {
	border-left: none;
	border-radius: 0 calc((100vw / 375) * 4) calc((100vw / 375) * 4) 0;
}

.backnumber_ctl li.opened span {
	display: inline-block;
	padding-left: calc((100vw / 375) * 20);
	background: url(../common_img/icon_chk.png) left center / calc((100vw / 375) * 18) no-repeat;
}

.backnumber_list .set {
	margin-bottom: calc((100vw / 375) * 16);
}

.backnumber_list .set:last-child { margin-bottom:0; }

.backnumber_list .txt {
	position: relative;
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 40) calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
	z-index: 5;
}

.backnumber_list .txt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin-top: calc((100vw / 375) * -12);
	background: url(../common_img/drop_blue.png) center center / calc((100vw / 375) * 24) no-repeat;
}

.backnumber_list .txt.opened::after { transform:rotate(-180deg); }

.backnumber_list .txt .lock {
	padding-right: calc((100vw / 375) * 24);
	background: url(../common_img/icon_lock_black.png) right center / calc((100vw / 375) * 18) no-repeat;
}

.backnumber_list .inner {
	position: relative;
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	background: #f1f6fc;
	z-index: 1;
}

.backnumber_list > .inner { display:none; }
.backnumber_list > .set:not(:first-child) > .inner { display:none; }

.backnumber_list.type_gray .inner { background:#fafafa; }

.issue_content.green .backnumber_list .inner {
	background: #fafafa;
}

.backnumber_list .inner li {
	padding: calc((100vw / 375) * 12) 0 calc((100vw / 375) * 12) calc((100vw / 375) * 24);
	font-weight: 500;
	line-height: 1.5;
	background-position: calc((100vw / 375) * 3) center;
	background-size: calc((100vw / 375) * 16);
	background-repeat: no-repeat;
	border-bottom: 1px dotted rgba(29, 30, 32, 0.30);
}

.backnumber_list .inner li.excel { background-image:url(../common_img/icon_excel.png); }
.backnumber_list .inner li.pdf { background-image:url(../common_img/icon_pdf.png); }

.backnumber_list .inner li a {
	color: #0163B6;
	text-decoration: underline;
}

.backnumber_list .inner li a:hover {
	color: #129CD8;
	text-decoration: none;
}

.backnumber_list .inner .close {
	margin: calc((100vw / 375) * 10) 0;
	text-align: center;
	font-weight: 500;
	color: #0163B6;
}

.backnumber_list .inner .close span {
	display: inline-block;
	position:relative;
	margin-right: calc((100vw / 375) * 24);
	text-decoration: underline;
	cursor: pointer;
}

.backnumber_list .inner .close span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * -24);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -9);
	background: url(../common_img/drop_blue.png) center center / calc((100vw / 375) * 20) no-repeat;
	transform: rotate(-180deg);
}

/* ▼FILE LIST▼ */
.file_list li a {
	display: block;
	position: relative;
	margin-bottom: calc((100vw / 375) * 12);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
	background-color: #fff;
	background-position: calc((100vw / 375) * 10) center;
	background-size: calc((100vw / 375) * 23);
	background-repeat: no-repeat;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.file_list li.ex a { font-size:calc((100vw / 375) * 13); }

.file_list li.excel a { background-image:url(../common_img/icon_excel.png); }
.file_list li.pdf a { background-image:url(../common_img/icon_pdf.png); }

.file_list li:last-child a { margin-bottom:0; }

.file_list li a .sub {
	font-size: calc((100vw / 375) * 12);
}

.file_list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 16);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: url(../common_img/icon_download.png) center center / calc((100vw / 375) * 20) no-repeat;
}

.file_list li a .icon_lock {
	display: inline-block;
	padding-right: calc((100vw / 375) * 24);
	background: url(../common_img/icon_lock.png) right center / calc((100vw / 375) * 18) no-repeat;
}

/* ▼ZOOM IMG▼ */
.zoom_list dl {
	margin-bottom: calc((100vw / 375) * 25);
}

.zoom_list dl:last-child { margin-bottom:0; }

.zoom_list dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 10);
	padding-left: calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1.5;
}

.zoom_list dt:before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 8);
	left: 0;
	width: calc((100vw / 375) * 6);
	height: calc((100vw / 375) * 6);
	border: solid calc((100vw / 375) * 2) #0163B6;
	border-radius: 50%;
}

/* ▼SWITCH▼ */
.switch_box .title {
	position: relative;
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 40) calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
	z-index: 5;
}

.switch_box .title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin-top: calc((100vw / 375) * -12);
	background: url(../common_img/drop_blue.png) center center / calc((100vw / 375) * 24) no-repeat;
}

.switch_box .title.opened::after { transform:rotate(-180deg); }

.switch_box .inner {
	display: none;
	position: relative;
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	background: #f1f6fc;
	z-index: 1;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin-top: calc((100vw / 375) * -8);
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #232629;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: calc((100vw / 375) * 2);
	height: 100%;
	margin-left: -1px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 2);
	margin-top: -1px;
}

.disp_switch.opened .icon:before { display:none; }

.down_arrow {
	width: calc((100vw / 375) * 30);
	margin: calc((100vw / 375) * 5) auto;
	text-align: center;
}

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: calc((100vw / 375) * 12);
	color: #585858;
	line-height: 1.8;
	letter-spacing: 0.075rem;
}

.note_list > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.note_list.center > li {
	padding-left: 0;
	text-align: center;
}

.note_list.center > li span {
	position: relative;
	padding-left: 1.2em;
}

.note_list.center > li:before { display:none; }

.note_list.center > li span:before {
	content: '※';
	position: absolute;
	top: calc((100vw / 375) * -3);
	left: 0;
}

/* ▼LIST▼ */
.li_sp_mb5 > li { margin-bottom:calc((100vw / 375) * 5); }
.li_sp_mb10 > li { margin-bottom:calc((100vw / 375) * 10); }
.li_sp_mb15 > li { margin-bottom:calc((100vw / 375) * 15); }
.li_sp_mb20 > li { margin-bottom:calc((100vw / 375) * 20); }
.li_sp_mb25 > li { margin-bottom:calc((100vw / 375) * 25); }
.li_sp_mb30 > li { margin-bottom:calc((100vw / 375) * 30); }

.list01 > li:last-child,
.list02 > li:last-child,
.list03 > li:last-child,
.list04 > li:last-child,
.list05 > li:last-child,
.list06 > li:last-child {
	margin-bottom: 0;
}

.list01 > li {
	position: relative;
	padding-left: 1.2em;
}

.list01 > li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.list02 > li {
	position: relative;
	padding-left: calc((100vw / 375) * 16);
}

.list02 > li:before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 6);
	left: 0;
	width: calc((100vw / 375) * 6);
	height: calc((100vw / 375) * 6);
	border: solid calc((100vw / 375) * 2) #0163B6;
	border-radius: 50%;
}

.list03 > li {
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.list03.number_plus > li { padding-left:2.2em; }
.list03.number_circle > li { padding-left:1.2em; }
.list03.kana > li { padding-left:calc((100vw / 375) * 25); }

.list03 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03.number > li:before {
	font-weight: 700;
}

.list03.number.blue > li:before { color:#0163B6; }

.list03 > li:nth-child(1):before { content:'a.'; }
.list03 > li:nth-child(2):before { content:'b.'; }
.list03 > li:nth-child(3):before { content:'c.'; }
.list03 > li:nth-child(4):before { content:'d.'; }
.list03 > li:nth-child(5):before { content:'e.'; }
.list03 > li:nth-child(6):before { content:'f.'; }
.list03 > li:nth-child(7):before { content:'g.'; }
.list03 > li:nth-child(8):before { content:'h.'; }
.list03 > li:nth-child(9):before { content:'i.'; }
.list03 > li:nth-child(10):before { content:'j.'; }

.list03.number > li:nth-child(1):before { content:'1.'; }
.list03.number > li:nth-child(2):before { content:'2.'; }
.list03.number > li:nth-child(3):before { content:'3.'; }
.list03.number > li:nth-child(4):before { content:'4.'; }
.list03.number > li:nth-child(5):before { content:'5.'; }
.list03.number > li:nth-child(6):before { content:'6.'; }
.list03.number > li:nth-child(7):before { content:'7.'; }
.list03.number > li:nth-child(8):before { content:'8.'; }
.list03.number > li:nth-child(9):before { content:'9.'; }
.list03.number > li:nth-child(10):before { content:'10.'; }

.list03.number_plus > li:nth-child(1):before { content:'（1）'; }
.list03.number_plus > li:nth-child(2):before { content:'（2）'; }
.list03.number_plus > li:nth-child(3):before { content:'（3）'; }
.list03.number_plus > li:nth-child(4):before { content:'（4）'; }
.list03.number_plus > li:nth-child(5):before { content:'（5）'; }
.list03.number_plus > li:nth-child(6):before { content:'（6）'; }
.list03.number_plus > li:nth-child(7):before { content:'（7）'; }
.list03.number_plus > li:nth-child(8):before { content:'（8）'; }
.list03.number_plus > li:nth-child(9):before { content:'（9）'; }
.list03.number_plus > li:nth-child(10):before { content:'（10）'; }

.list03.number_circle > li:nth-child(1):before { content:'①'; }
.list03.number_circle > li:nth-child(2):before { content:'②'; }
.list03.number_circle > li:nth-child(3):before { content:'③'; }
.list03.number_circle > li:nth-child(4):before { content:'④'; }
.list03.number_circle > li:nth-child(5):before { content:'⑤'; }

.list03.kana > li:nth-child(1):before { content:'ア）'; }
.list03.kana > li:nth-child(2):before { content:'イ）'; }
.list03.kana > li:nth-child(3):before { content:'ウ）'; }
.list03.kana > li:nth-child(4):before { content:'エ）'; }
.list03.kana > li:nth-child(5):before { content:'オ）'; }
.list03.kana > li:nth-child(6):before { content:'カ）'; }
.list03.kana > li:nth-child(7):before { content:'キ）'; }
.list03.kana > li:nth-child(8):before { content:'ク）'; }
.list03.kana > li:nth-child(9):before { content:'ケ）'; }
.list03.kana > li:nth-child(10):before { content:'コ）'; }

.list04 > li {
	position: relative;
	padding-left: 1.2em;
}

.list04 > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.list05 > li {
	display: inline-block;
	margin-right: calc((100vw / 375) * 15);
}

.list05 > li.ex {
	text-decoration: underline;
}

.list06 > li {
	position: relative;
	padding-left: 1.2em;
}

.list06 > li:before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 8);
	left: 0;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	background: #1e1e20;
}

/* ▼DL▼ */
.dlist01 dt {
	margin-bottom: calc((100vw / 375) * 16);
	padding-bottom: calc((100vw / 375) * 14);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1.3;
	border-bottom: solid 1px #D6DADE;
}

.dlist02 {
	padding: calc((100vw / 375) * 20) 0;
	border-bottom: solid 1px #D6DADE;
}

.dlist02:first-child { padding-top:0; }
.dlist02:last-child { padding-bottom:0; border-bottom:none; }

.dlist02 dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 8);
	padding-left: 1.5em;
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	line-height: 1.5;
}

.dlist02 dt::before {
	position: absolute;
	top: 0;
	left: 0;
}

.dlist02.blue dt::before { color:#0163B6; }

.dlist02:nth-child(1) dt::before { content:'1.'; }
.dlist02:nth-child(2) dt::before { content:'2.'; }
.dlist02:nth-child(3) dt::before { content:'3.'; }
.dlist02:nth-child(4) dt::before { content:'4.'; }
.dlist02:nth-child(5) dt::before { content:'5.'; }

.dlist02 dd {
	padding-left: 1.5em;
	font-size: calc((100vw / 375) * 13);
}

/* ▼TABLE▼ */
.tbl01 th, .tbl01 td {
	padding: calc((100vw / 375) * 16);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 13);
	border: solid 1px #B8BBBE;
}

.tbl01.small th, .tbl01.small td {
	padding: calc((100vw / 375) * 16) calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 12);
}

.tbl01 th {
	font-weight: 700;
	line-height: 1.3;
	background: #f1f2f4;
}

.tbl01.green th { background:#eaf8e7; }

.tbl01 td {
	background: #fff;
}

.tbl02 th, .tbl02 td {
	padding: calc((100vw / 375) * 12);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 12);
	border: solid 1px #B8BBBE;
}

.tbl02 th {
	font-weight: 700;
	line-height: 1.3;
	background: #f1f2f4;
}

.tbl02 td {
	background: #fff;
}

/* ▼SORTABLE TABLE▼ */
.sorttable_list .tbl_box {
	position: relative;
	margin-bottom: calc((100vw / 375) * 15);
}

.sorttable_list .tbl_box:last-child { margin-bottom:0; }

.sorttable_list .tbl_box.head_ex > .title01 {
	position: sticky;
	top: 0;
	left: 0;
}

.sorttable_list .tbl_box .join_data {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: calc((100vw / 375) * 54);
	left: 0;
	width: calc(((100vw / 375) * 640) * 0.15);
	height: calc(100% - ((100vw / 375) * 54));
	text-align: center;
	line-height: 1.3;
}

.sortable_table {
	width: calc((100vw / 375) * 640);
}

.sortable_table.small {
	width: calc((100vw / 375) * 800);
}

.sortable_table th, .sortable_table td {
	vertical-align: middle;
	line-height: 1.3;
	border: solid 1px #B8BBBE;
}

.sortable_table.small th, .sortable_table.small td {
	font-size: calc((100vw / 375) * 12);
}

.sortable_table th {
	height: calc((100vw / 375) * 54);
	padding: 0 calc((100vw / 375) * 16);
	text-align: center;
	font-weight: 700;
	background: #f1f2f4;
}

.sortable_table.small th {
	height: calc((100vw / 375) * 48);
	padding: 0 calc((100vw / 375) * 12);
}

.sortable_table td {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	background: #fff;
}

.sortable_table.small td {
	padding: calc((100vw / 375) * 16) calc((100vw / 375) * 12);
}

.sortable_table.join_on td:first-child { border-top:none; border-bottom:none; }
.sortable_table.join_on tr:last-child td:first-child { border-bottom:solid 1px #B8BBBE; }

.sort_ctl {
	display: inline-block;
	padding-left: calc((100vw / 375) * 20);
	background: url(../common_img/icon_sort.png) left center / calc((100vw / 375) * 16) no-repeat;
}

a.sort_ctl {
	color: #1D1E20!important;
	text-decoration: none!important;
}

.icon_sort {
	display: inline-block;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin: 0 calc((100vw / 375) * 3);
	background: url(../common_img/icon_sort.png) center center / calc((100vw / 375) * 16) no-repeat;
	transform: translateY(calc((100vw / 375) * 4));
}

/* ▼MAP▼ */
.map_filelist {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: calc((100vw / 375) * 20);
	min-height: calc((100vw / 375) * 420);
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 20);
	background: #f7f8f8 url(../common_img/map.png) center calc((100vw / 375) * 20) / calc((100vw / 375) * 320) no-repeat;
}

.map_filelist .txt {
	margin-bottom: calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	line-height: 1.5;
}

.map_filelist ul {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 8);
}

.map_filelist li a {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	line-height: calc((100vw / 375) * 28);
	white-space: nowrap;
	background: #fff;
	border: solid 1px #b8bbbe;
	border-radius: calc((100vw / 375) * 4);
	box-shadow: 0 calc((100vw / 375) * 2) calc((100vw / 375) * 4) 0 rgba(0, 0, 0, 0.16);
}

/* ▼MOVIE▼ */
.movie_intro {
	padding: calc((100vw / 375) * 30) 0;
	border-bottom: solid 1px #D6DADE;
}

.movie_intro .list_head {
	margin-bottom: calc((100vw / 375) * 20);
}

.movie_list > dl {
	margin-bottom: calc((100vw / 375) * 24);
}

.movie_list > dl:last-child { margin-bottom:0; }
.backnumber_list .movie_list > dl:last-child { margin-bottom:calc((100vw / 375) * 24); }

.movie_list > dl > dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 16);
	padding-left: calc((100vw / 375) * 14);
	font-size: calc((100vw / 375) * 16);
	font-weight: 500;
	color: #1D1E20;
	line-height: 1.5;
}

.movie_list > dl > dt::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 9);
	left: 0;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	background: #1D1E20;
}

.movie_list > dl > dd > a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 40) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	font-size: calc((100vw / 375) * 12);
	font-weight: 700;
	color: #1D1E20;
	line-height: 1.5;
	background: #FFF;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.movie_list > dl > dd > a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 22);
	aspect-ratio: 44 / 31;
	background: url(../common_img/icon_movie.png) center center / calc((100vw / 375) * 22) no-repeat;
	transform: translateY(-50%);
}

.movie_list > dl > dd > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 16);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin-top: calc((100vw / 375) * -10);
	background: url(../common_img/arrow_link_blue.png) center center / calc((100vw / 375) * 20) no-repeat;
}

.movie_list > dl > dd .title {
	margin-bottom: calc((100vw / 375) * 5);
}

.movie_list > dl > dd .stxt {
	font-size: calc((100vw / 375) * 10);
	font-weight: 500;
}

.movie_list > dl > dd .title > span {
	display: inline-block;
	padding-right: calc((100vw / 375) * 22);
	background: url(../common_img/icon_lock.png) right center / calc((100vw / 375) * 16) no-repeat;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.sp_iblock, .iblock { display:inline-block!important; }
.none { display:none!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w7per { width:7%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w12per { width:12%; }
.sp_w14per { width:14%; }
.sp_w15per { width:15%; }
.sp_w17per { width:17%; }
.sp_w18per { width:18%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w28per { width:28%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w65per { width:65%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_w60 { width:calc((100vw / 375) * 60)!important; }
.sp_w70 { width:calc((100vw / 375) * 70)!important; }
.sp_w80 { width:calc((100vw / 375) * 80)!important; }
.sp_w90 { width:calc((100vw / 375) * 90)!important; }
.sp_w120 { width:calc((100vw / 375) * 120)!important; }
.sp_w160 { width:calc((100vw / 375) * 160)!important; }
.sp_w250 { width:calc((100vw / 375) * 250)!important; }
.sp_w400 { width:calc((100vw / 375) * 400)!important; }
.sp_w500 { width:calc((100vw / 375) * 500)!important; }
.sp_w510 { width:calc((100vw / 375) * 510)!important; }
.sp_w580 { width:calc((100vw / 375) * 580)!important; }
.sp_w600 { width:calc((100vw / 375) * 600)!important; }
.sp_w700 { width:calc((100vw / 375) * 700)!important; }

.sp_mw400 { max-width:calc((100vw / 375) * 400)!important; }

.sp_h240 { height:calc((100vw / 375) * 240)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 375) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 375) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 375) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 375) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 375) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 375) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 375) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 375) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 375) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 375) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 375) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 375) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 375) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 375) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 375) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 375) * 60)!important; margin-right:calc((100vw / 375) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 375) * 55)!important; margin-right:calc((100vw / 375) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 375) * 50)!important; margin-right:calc((100vw / 375) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 375) * 35)!important; margin-right:calc((100vw / 375) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 375) * 30)!important; margin-right:calc((100vw / 375) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 375) * 25)!important; margin-right:calc((100vw / 375) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 375) * 20)!important; margin-right:calc((100vw / 375) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 375) * 15)!important; margin-right:calc((100vw / 375) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 375) * 10)!important; margin-right:calc((100vw / 375) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 375) * 5)!important; margin-right:calc((100vw / 375) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 375) * -1)!important; margin-right:calc((100vw / 375) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 375) * -5)!important; margin-right:calc((100vw / 375) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 375) * -10)!important; margin-right:calc((100vw / 375) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 375) * -20)!important; margin-right:calc((100vw / 375) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 375) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 375) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 375) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 375) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 375) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 375) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 375) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 375) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 375) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 375) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 375) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 375) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 375) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 375) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 375) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 375) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 375) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 375) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 375) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 375) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 375) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 375) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 375) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 375) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 375) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 375) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 375) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 375) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 375) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 375) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 375) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 375) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 375) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 375) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 375) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 375) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 375) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 375) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 375) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 375) * 8)!important; }
.sp_pb5 { padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_p20 { padding:calc((100vw / 375) * 20)!important; }
.sp_p15 { padding:calc((100vw / 375) * 15)!important; }
.sp_p10 { padding:calc((100vw / 375) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 375) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 375) * 50)!important; }
.sp_pt40 { padding-top:calc((100vw / 375) * 40)!important; }
.sp_pt30 { padding-top:calc((100vw / 375) * 30)!important; }
.sp_pt20 { padding-top:calc((100vw / 375) * 20)!important; }
.sp_pt5 { padding-top:calc((100vw / 375) * 5)!important; }

.sp_ptb20 { padding-top:calc((100vw / 375) * 20)!important; padding-bottom:calc((100vw / 375) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 375) * 15)!important; padding-bottom:calc((100vw / 375) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 375) * 5)!important; padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 375) * 0)!important; padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 375) * 25)!important; padding-right:calc((100vw / 375) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:900!important; }
.semibold { font-weight:700!important; }
.normal { font-weight:500!important; }
.itaric { font-style: italic!important; }

.sp_size10 { font-size:calc((100vw / 375) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 375) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 375) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 375) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 375) * 14)!important; }
.sp_size15 { font-size:calc((100vw / 375) * 15)!important; }
.sp_size16 { font-size:calc((100vw / 375) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 375) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 375) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 375) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 375) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 375) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 375) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 375) * 30)!important; }

.c_blue { color:#0163B6!important; }
.c_orange { color:#E97500!important; }
.c_green { color:#2fcaae!important; }
.c_gray { color:#3B3E44!important; }
.c_black { color:#1D1E20!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

.indent01 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.indent02 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}

/* ▼link▼ */
a.u_line, .u_line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */
.txt_line {
	padding-bottom: 10px;
	line-height: 2.8;
	border-bottom: dotted 1px #999;
}

.txt_marker {
	display: inline-block;
	position: relative;
}

.txt_marker:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(241,247,64,0.9);
	z-index: 0;
}

.txt_marker > span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 50);
	padding: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 2);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 14);
	font-weight: 400;
	color: #1D1E20;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	border: solid calc((100vw / 375) * 2) #B8BBBE;
	border-radius: calc((100vw / 375) * 4);
	caret-color: #999;
}

textarea {
	display: block;
	width: 100%!important;
	min-height: calc((100vw / 375) * 160);
	padding: calc((100vw / 375) * 10);
	line-height: 1.8;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid calc((100vw / 375) * 2) #129CD8;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

.select_box {
	position: relative;
}

.select_box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 10);
	height: calc((100vw / 375) * 5);
	margin-top: calc((100vw / 375) * -2.5);
	background: rgba(0,0,0,0.56);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}

.select_parts {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 5);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 13);
}

.select_parts .mini {
	margin-left: calc((100vw / 375) * 3);
	font-size: calc((100vw / 375) * 10);
}

input::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #999;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #999;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #999;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #999;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #999;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #999;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; position:relative; width:100%; }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	margin: calc((100vw / 375) * -10) 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid calc((100vw / 375) * 2) rgba(0, 0, 0, 0.56);
	border-radius: calc((100vw / 375) * 2);
}

input[type="radio"] {
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin: calc((100vw / 375) * -12) 0 0;
	border-radius: 50%;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	box-sizing: border-box;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	background: #129CD8;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: calc((100vw / 375) * -2);
	left: calc((100vw / 375) * -2);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	background: #1976D2 url(../common_img/icon_chk_white.png) center center / calc((100vw / 375) * 12) no-repeat;
	border: solid calc((100vw / 375) * 2) #1976D2;
	border-radius: calc((100vw / 375) * 2);
}

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label.active input[type="radio"] { border:solid calc((100vw / 375) * 2) #129CD8; }

.radio_list li label { padding-left:calc((100vw / 375) * 32); }
.chk_list li label { padding-left:calc((100vw / 375) * 28); }
