@charset "UTF-8";

/*========================================================================

  edit

========================================================================*/

.pbHeaderArea,
.pbFooterArea {
	overflow: visible;
	width: 100%!important;
}
:root ol, :root ul {
	margin: 0;
	padding: 0;
}
.pbNested {
	clear: none;
	overflow: visible;
	min-width: 10px;
}
.pb-layout {
	outline: 1px dotted #ccc !important;
	box-shadow: none!important;
}
.pb-handle {
	display: block!important;
	width: auto!important;
	height: auto!important;
	min-width: auto!important;
	min-height: auto!important;
	border: 1px solid #999!important;
	font-family: Meiryo, 'Hiragino Kaku Gothic ProN','MS PGothic',"M PLUS 2",sans-serif!important;
	font-weight: normal!important;
	letter-spacing: normal!important;
	text-indent: 0!important;
	line-height: 1.6;
}
.pb-handle:before,
.pb-handle:after {
	display: none!important;
}
.pbNotEditable {
	min-width: 200px!important;
	background: rgba(32, 32, 32, 0.5)!important;
}
.pbZero td {
	vertical-align: middle;
}

/*========================================================================

  base

========================================================================*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
html {
	min-width: 1200px;
	width: 100%;
}
.pbPage {
	position: relative;
	overflow: visible!important;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	background: #fff;
	font-family: 'Noto Sans JP',"M PLUS 2",'メイリオ',Meiryo,sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	width: 100%!important;
}
.pbMainArea,
.pbAreaWrapper1,
.pbAreaWrapper2 {
	width: 100%!important;
}

@media screen and (max-width: 767px) {
	html {
		min-width: 100%;
		width: 100%;
	}
	.pbPage.open {
		position: fixed;
	}
	.pbPage {
		font-size: 14px;
	}
}

/*  print
------------------------------------------------*/

@media print {
	.pbPage {
		min-width: 1030px;
	}
	.u_sp {
		display: none!important;
	}
}

/*  title
------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
	font-weight: inherit;
	font-size: inherit;
	line-height: 1.4;
}

/*  link
------------------------------------------------*/

a {
	color: inherit;
	transition: all .3s;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}
a img {
	transition: all .8s;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
}
a:hover {
	text-decoration: none;
}

/*  list
------------------------------------------------*/

ol,
ul {
	list-style: none;
}

/*  img
------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

/*  img
------------------------------------------------*/

small {
	font-size: inherit;
}

/*  table
------------------------------------------------*/

table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

/*  form
------------------------------------------------*/

button {
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	transition: all .3s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*========================================================================

  utility

========================================================================*/

/*  u_mt
------------------------------------------------*/

.u_mt0 {
	margin-top: 0!important;
}
.u_mt10 {
	margin-top: 10px!important;
}
.u_mt20 {
	margin-top: 20px!important;
}
.u_mt30 {
	margin-top: 30px!important;
}
.u_mt40 {
	margin-top: 40px!important;
}
.u_mt50 {
	margin-top: 50px!important;
}
.u_mt60 {
	margin-top: 60px!important;
}
.u_mt70 {
	margin-top: 70px!important;
}
.u_mt80 {
	margin-top: 80px!important;
}
.u_mt90 {
	margin-top: 90px!important;
}
.u_mt100 {
	margin-top: 100px!important;
}
.u_mt110 {
	margin-top: 110px!important;
}
.u_mt120 {
	margin-top: 120px!important;
}
.u_mt130 {
	margin-top: 130px!important;
}

/*  u_mb
------------------------------------------------*/

.u_mb0 {
	margin-bottom: 0!important;
}
.u_mb10 {
	margin-bottom: 10px!important;
}
.u_mb20 {
	margin-bottom: 20px!important;
}
.u_mb30 {
	margin-bottom: 30px!important;
}
.u_mb40 {
	margin-bottom: 40px!important;
}
.u_mb50 {
	margin-bottom: 50px!important;
}
.u_mb60 {
	margin-bottom: 60px!important;
}
.u_mb70 {
	margin-bottom: 70px!important;
}
.u_mb80 {
	margin-bottom: 80px!important;
}
.u_mb90 {
	margin-bottom: 90px!important;
}
.u_mb100 {
	margin-bottom: 100px!important;
}
.u_mb110 {
	margin-bottom: 110px!important;
}
.u_mb120 {
	margin-bottom: 120px!important;
}
.u_mb130 {
	margin-bottom: 130px!important;
}
.u_mb170 {
	margin-bottom: 170px!important;
}

@media screen and (max-width: 767px) {
	.u_sp-mb170 {
		margin-bottom: 170px!important;
	}
}

/*  text-align
------------------------------------------------*/

.u_center{
	text-align: center!important;
}
.u_left{
	text-align: left!important;
}
.u_right{
	text-align: right!important;
}

/*  u_underline
------------------------------------------------*/

.u_underline {
	border-bottom: 2px solid #4568AD;
}

/*  u_sp
------------------------------------------------*/

@media screen and (min-width: 768px) {
	.u_sp {
		display: none!important;
	}
}

@media screen and (max-width: 767px) {
	.u_pc {
		display: none!important;
	}
}

/*  white img
------------------------------------------------*/

.white img { 
    filter: brightness(0) invert(1);
}

/*========================================================================

  header

========================================================================*/

.pbAreaWrapper1.pb-of-visible {
	margin-top: 0px !important;
}
.pbHeaderArea.pb-edit, .pbHeaderArea.pb-noedit {
	margin-top: 0;
}
.pbHeaderArea:not(.pb-edit, .pb-noedit) {
	position: sticky;
	top: 0;
	z-index: 100;
}
.pbHeaderArea:has(.c_header) {
	pointer-events: none;
}
.headerTop,
.headerBottom,
.spMenu {
	pointer-events: auto;
}
header {
	width: 100%;
	min-width: 1200px;
	box-sizing: border-box;
	border-bottom: none;
	position: relative !important;
	top: 0;
	left: 0 !important;
	z-index: 100;
	background-color: transparent;
}
.pbHeaderArea.pb-edit header,
.pbHeaderArea.pb-noedit header {
	position: relative;
}
.headerInner {
	min-width: 1200px;
	margin: 0 auto;
}
.headerTop {
	background-color: #FFF;
}
.headerTop > div {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	min-height: 96px;
	max-width: 1200px;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	transition: .3s;
}
.c_header.active .headerTop > div {
	min-height: 75px;
	transition: .3s;
}
.headerTop .headerSiteName {
	font-size: 1.8125rem;
	font-weight: bold;
}
.headerTop .headerSiteName a {
	text-decoration: none;
	color: #003399;
}
.headerTop .headerSiteName a:has(div) {
	display: flex;
	align-items: center;
	gap: 20px;
}
.headerTop .headerSiteName a:has(div) .logo {
	display: flex;
	align-items: center;
	height: 80px;
}
.headerTop .headerSiteName a:has(div) .logo img {
	max-height: 100%;
}
.headerTop .headerSiteName a:has(div) .title {
	flex: 1;
}
@media screen and (max-width: 767px) {
	.headerTop .headerSiteName a:has(div) {
		gap: 10px;
	}
	.headerTop .headerSiteName a:has(div) .logo {
		height: 40px;
	}
	.headerTop .headerSiteName a:has(div) .title {
		font-size: 1.0625rem;
	}
}
.headerTop .headerRight {
	display: flex;
	align-items: center;
}
.headerTop .headerRight .headerFontSizeChange {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
	margin-left: 34.5px;
}
.headerTop .headerRight .headerFontSizeChange .fontSizeChangeText {
	font-weight: bold;
	font-size: 0.875rem;
	margin-right: 10px;
}
.headerTop .headerRight .headerFontSizeChange .fontSizeChangeButtons {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.headerTop .headerRight .headerFontSizeChange .fs_changeBtn {
	display: flex;
	width: 45px;
	height: 45px;
	padding: 0 0 1px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	color: #2F2F2F;
	background-color: #FFFFFF;
	border: 2px solid #BDBDBD;
	box-sizing: border-box;
	font-weight: bold;
	transition: 0.2s all;
	line-height: 1 !important;
}
.headerTop .headerRight .headerFontSizeChange .fs_changeBtn:hover,
.headerTop .headerRight .headerFontSizeChange .fs_changeBtn.is_active {
	color: #000000;
	background-color: #DBE0EB;
	border: 2px solid #003399;
}
.headerTop .headerRight .headerInquiry {
	color: #003399;
	font-size: 0.8125rem;
	font-weight: bold;
}
.headerTop .headerRight .headerInquiry a {
	text-decoration: none;
	padding-left: 29px;
	vertical-align: text-top;
	position: relative;
}
.headerTop .headerRight .headerInquiry a::before,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem > p::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
	background-size: 17px;
}
.headerTop .headerRight .headerInquiry a:hover,
.headerTop .headerRight .headerInquiry a:focus-visible {
	text-decoration: underline;
}
.headerBottom {
	background-color: #FFF;
	opacity: 1;
	visibility: visible;
	transition: all .2s;
	min-height: fit-content;
	border-bottom: 1px solid #C3C3C3;
}
.c_header.active .headerBottom {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all .1s;
}
.headerBottom .headerBottomInner {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
}
.headerBottom .headerBottomInner .headerGlobalNavi > ul {
	display: flex;
	list-style: none;
}
.headerBottom .headerBottomInner .headerGlobalNavi > ul > li {
	width: 20%;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem {
	display: flex;
	width: 100%;
	min-height: 126px;
	height: 100%;
	font-size: 0.8125rem;
	font-weight: bold;
	color: #2F2F2F;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 15px 30px;
	text-align: center;
	line-height: 1.4;
	background-position: left 8px center;
	background-repeat: no-repeat;
	transition: 0.2s all;
	position: relative;
	flex-flow: column;
	text-decoration: none;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem:hover {
	cursor: pointer;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem::after {
	background-color: #76A3FF;
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.open::after,
.headerBottom .headerBottomInner .sub-nav.headerGlobalNaviDrawer.open::after,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem:focus-visible::after {
	transform: scale(1, 1);
}
@media (hover: hover) and (pointer: fine) {
	.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem:hover::after {
		transform: scale(1, 1);
	}
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem:before {
	content: "";
	border-left: 1px solid #C3C3C3;
	min-height: 106px;
	position: absolute;
	right: 0;
	top: 0;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li:first-child .headerGlobalNaviItem:before {
	content: "";
	border-right: 1px solid #C3C3C3;
	min-height: 106px;
	position: absolute;
	left: 0;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem > img {
	margin-bottom: 7px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav01 > img,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav01 ~ .headerGlobalNaviDrawer .sub-nav-group.left a > img {
	width: 46.67px;
	height: 40.93px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav02 > img,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav02 ~ .headerGlobalNaviDrawer .sub-nav-group.left a > img {
	width: 32.97px;
	height: 40.88px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav03 > img,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav03 ~ .headerGlobalNaviDrawer .sub-nav-group.left a > img {
	width: 65.45px;
	height: 40.07px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav04 > img,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav04 ~ .headerGlobalNaviDrawer .sub-nav-group.left a > img {
	width: 34.54px;
	height: 36.58px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav05 > img,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav05 ~ .headerGlobalNaviDrawer .sub-nav-group.left a > img {
	width: 37.32px;
	height: 37.32px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav06 > img,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav06 ~ .headerGlobalNaviDrawer .sub-nav-group.left a > img {
	width: 53.53px;
	height: 38px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav07 > img,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.-gnav07 ~ .headerGlobalNaviDrawer .sub-nav-group.left a > img {
	width: 44px;
	height: 41px;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem > p {
	min-height: 46px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 25px;
	margin-top: auto;
	font-size: 1rem;
	position: relative;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem:hover > p,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.focus > p,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.open > p,
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem:focus-visible > p {
	text-decoration: underline;
	color: #003399;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.inDrawer > p::before {
	background: url(/cp-assets/img/down_arrow.png) 0 0 no-repeat;
	background-size: 17px;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer {
	visibility: hidden;
	opacity: 0;
	min-width: 1200px;
	width: 100%;
	min-height: 192px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #003399;;
	transition: 0.2s all;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer.open{
	visibility: visible;
	opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
	.headerGlobalNaviItem.inDrawer:hover ~ .headerGlobalNaviDrawer {
		visibility: visible;
		opacity: 1;
	}
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group-wrapper {
	display: flex;
	max-width: 1200px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	width: 100%;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer.fsLarge .sub-nav-group.right {
	column-count: 2;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right li {
	width: calc(33.33% - 20px + (20px / 3));
	border: none;
	text-align: left;
	margin-bottom: 17px;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right li a {
	color: #FFF;
	text-decoration: none;
	font-size: 1rem;
	position: relative;
	padding-right: 25px;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right li a:after{
	top: 5px !important;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right li a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer.active {
	display: block;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer:hover {
	cursor: default;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left {
	margin-right: 40px;
	width: 29.3%;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left li {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	font-size: 1rem;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left .sub-nav-group {
	padding: 20px 40px 12px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left a img {
	width: 35.24px;
	height: 37.32px;
	margin-bottom: 17px;
	filter: brightness(0) invert(1);
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left a p {
	position: relative;
	padding-right: 25px;
	line-height: 1.4;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left .sub-nav-group:hover p {
	text-decoration: underline;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left a p,
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right li a {
	vertical-align: text-top;
	position: relative;
	display: inline-block;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.left a p::before,
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right li a::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow_w.png) 0 0 no-repeat;
	background-size: 17px;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer .sub-nav-group.right li a > span[lang="en"] {
	vertical-align: baseline;
}
.headerGlobalNavi-br_pc.fsLarge {
	display: none;
}

@media screen and (max-width: 767px) {
	header,
	.headerInner {
		min-width: 100px;
		width: 100%;
	}
	header,
	.headerTop {
		min-height: 55px;
	}
	header {
		border-bottom: none;
	}
	.headerTop {
		border-bottom: 1px solid #C3C3C3 !important;
	}
	.headerTop > div {
		min-height: 55px;
	}
	.c_header.active .headerTop > div {
		min-height: 55px!important;
	}
	.headerTop .headerSiteName {
		font-size: 1.1875rem;
	}
	.headerTop .headerRight {
		display: none;
	}
	.headerBottom {
		display: none;
	}
}

/*  link_skip
========================================================================*/

.link_skip.hide {
	width: auto;
	height: auto;
	clip: auto;
}
.link_skip.hide a {
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
    background-color: #FFF;
	font-size: 1rem;
	line-height: 2em;
	color: #0d59b7;
	text-decoration: underline;
	text-align: center;
}
.link_skip.hide a:focus {
	margin: 5px;
	width: calc(100% - 10px);
	height: auto;
}

/*  spMenu
========================================================================*/

.spMenu {
	display: none;
}

@media screen and (max-width: 767px) {
	.spMenu {
		display: block!important;
		width: 100%;
		z-index: 101;
		position: relative;
	}
	.spMenuInner {
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		background-color: #F7F7F7;
		box-shadow: 0px -3px 10px -2px rgba(0, 0, 0, 0.2);
	}
	.spMenuNavi {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.spMenuNaviItem {
		width: 33.3333333333%;
		height: 100%;
		border-right: 1px solid #CCC;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.spMenuNaviItem a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000;
		text-decoration: none;
		padding: 10px;
	}
	.spMenuNaviItem:last-child {
		border-right: none;
		width: 46.5%;
	}
  	.spMenuNavi.-type2column .spMenuNaviItem {
		width: 50%!important;
	}
	.spMenuNaviWrapper {
		height: 60px;
	}
	.spMenuNaviHamInner {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 5px;
	}
	.spMenuNaviHamButton {
		width: 20px;
		height: 20px;
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	.spMenuNaviHamButton >img {
		margin-bottom: 7px;
	}
	html:has(.spMenuNaviItemHam.is_active) {
		overflow: hidden;
	}
	.spMenuNaviItemHam.is_active .spMenuNaviHamButton > img.open,
	.spMenuNaviItemHam .spMenuNaviHamButton > img.close {
		display: none!important;
	}
	.spMenuNaviItemHam.is_active .spMenuNaviHamButton > img.close,
	.spMenuNaviItemHam .spMenuNaviHamButton > img.open {
		display: block!important;
	}
	.spMenuNaviHamTitle {
		font-size: 0.75rem;
		line-height: 1;
		font-weight: bold;
	}
	.spMenuNaviInquiry {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.spMenuNaviInquiry img {
		width: auto;
		height: 25px;
		margin-bottom: 7px;
	}
	.spMenuNaviInquiry span {
		font-size: 0.75rem;
		font-weight: bold;
		line-height: 1;
	}
	.spMenuNaviLogin {
		width: 100%;
		height: 100%;
		background: #003399;
	}
	.spMenuNaviLogin img {
		width: auto;
		height: 25px;
		margin-bottom: 5px;
	}
	.spMenuNaviLogin span {
		font-size: 0.75rem;
		font-weight: bold;
		line-height: 1.1;
		color: #FFFFFF;
		margin-left: 6px;
	}
	.spMenuListWrapper {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9998;
		background-color: #FFF;
	}
	.spMenuListInner {
		width: 100%;
		height: calc(100% - 70px);
		padding: 20px 16px 90px 16px;
		box-sizing: border-box;
		overflow-y: auto;
	}
	.spMenuListInner.fsLarge {
		height: calc(100% - 100px);
	}
	.spMenuFontSizeChange {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 5px;
	}
	.spMenuFontSizeChange .spMenuFontSizeChangeText {
		font-weight: bold;
		margin-right: 10px;
	}
	.spMenuFontSizeChange .spMenuFontSizeChangeButtons {
		display: flex;
		align-items: center;
		gap: 0 5px;
	}
	.spMenuFontSizeChange .fs_changeBtn {
		display: flex;
		width: 45px;
		height: 45px;
		padding: 0 0 1px;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		color: #2F2F2F;
		background-color: #FFFFFF;
		border: 2px solid #BDBDBD;
		box-sizing: border-box;
		font-weight: bold;
		transition: 0.2s all;
		line-height: 1 !important;
	}
	.spMenuFontSizeChange .fs_changeBtn:hover, .spMenuFontSizeChange .fs_changeBtn.is_active {
		color: #000000;
		background-color: #DBE0EB;
		border: 2px solid #003399;
	}
	.spMenuList {
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px !important;
	}
	.spMenuListItem {
		border-bottom: 1px solid #C3C3C3;
		position: relative;
	}
	.spMenuListItem:first-child {
		border-top: 1px solid #C3C3C3;
	}
	.spMenuListItem a,
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger {
		display: flex;
		align-items: center;
		text-align: left;
		padding: 15px 40px 15px 22px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		position: relative;
	}
	.spMenuListItem a::after,
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger::after {
		content: '';
		width: 17px;
		height: 17px;
		position: absolute;
		right: 13px;
		top: 50%;
		transform: translateY(-50%);
		background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
		background-size: 17px;
	}
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger {
		cursor: pointer;
		background-image: none;
		position: relative;
	}
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger:before,
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 15px;
		width: 16px;
		height: 2px;
		background: #003399;
		transition: all .3s;
	}
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger:after {
		transform: rotate(90deg);
	}
	.spMenuListItem.accordion.active .spMenuListItemDrawerTrigger:after {
		transform: rotate(360deg);
	}
	.spMenuListItem a > div,
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger > div {
		width: 31px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.spMenuListItem.accordion .spMenuListItemDrawerContent {
		background: #F0F3F8;
		border-top: 1px solid #C3C3C3;
	}
	.spMenuListItem.accordion .spMenuListItemDrawerContent > li {
		border-bottom: 2px solid #FFFFFF;
	}
	.spMenuListItem.accordion .spMenuListItemDrawerContent > li:last-child {
		border-bottom: none;
	}
	.spMenuListItem.accordion .spMenuListItemDrawerContent li a {
		font-weight: 500;
		padding: 14px 40px 14px 20px;
		font-size: 0.8125rem;
	}
	.spMenuListItem.spMenu01 a img,
	.spMenuListItem.spMenu01 .spMenuListItemDrawerTrigger img {
		width: 24.05px;
		height: 21.09px;
	}
	.spMenuListItem.spMenu02 a img,
	.spMenuListItem.spMenu02 .spMenuListItemDrawerTrigger img {
		width: 16.84px;
		height: 20.88px;
	}
	.spMenuListItem.spMenu03 a img,
	.spMenuListItem.spMenu03 .spMenuListItemDrawerTrigger img {
		width: 30.7px;
		height: 18.8px;
	}
	.spMenuListItem.spMenu04 div img,
	.spMenuListItem.spMenu04 .spMenuListItemDrawerTrigger img {
		width: 18.89px;
		height: 20px;
	}
	.spMenuListItem.spMenu05 a img,
	.spMenuListItem.spMenu05 .spMenuListItemDrawerTrigger img {
		width: 20px;
		height: 20px;
	}
	.spMenuListItem.spMenu06 a img,
	.spMenuListItem.spMenu06 .spMenuListItemDrawerTrigger img {
		width: 25.36px;
		height: 18px;
	}
	.spMenuListItem.spMenu07 a img,
	.spMenuListItem.spMenu07 .spMenuListItemDrawerTrigger img {
		width: 21.45px;
		height: 16.84px;
	}
	.spMenuListItem.spMenu08 a img,
	.spMenuListItem.spMenu08 .spMenuListItemDrawerTrigger img {
		width: 22.45px;
		height: 20.84px;
	}
	.spMenuListItem a > span,
	.spMenuListItem.accordion .spMenuListItemDrawerTrigger > span {
		margin-left: 15px;
		font-size: 0.8125rem;
	}
	.spMenuListItem .spMenuListItemDrawerContent > li > a > span {
		margin-left: 0;
	}
	.spMenuNaviWrapper.fsLarge .spMenuNavi-br {
		display: none;
	}
	.spMenuNavi-br.fsLarge {
	    display: none;
	}
}

/*========================================================================

  footer

========================================================================*/

footer {
	width: 100%;
	background-color: #003399;
}
.footerInner {
	display: block;
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 19px 0;
	position: relative;
}
.footerInner .footerNavi ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerInner .footerNavi ul li a {
	color: #FFFFFF;
	font-size: 0.8125rem;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.footerInner .footerNavi ul li a {
	position: relative;
	padding-left: 23px;
}
.footerInner .footerNavi ul li a::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow_w.png) 0 0 no-repeat;
	background-size: 17px;
}
.footerInner .footerNavi ul li a[target="_blank"]::before {
	width: 14px;
	height: 14px;
	background: url(/cp-assets/img/icon_newwindow_w.png) no-repeat center center / contain;
	background-size: 14px;
}
.footerInner .footerNavi ul li a:hover {
	text-decoration: underline;
}
.footerInner .footerNavi ul li a > img {
	width: 16px;
	height: 16px;
	margin-left: 7px;
	filter: brightness(0) invert(1);
}
.footerTotop {
	width: 100%;
}
.footerTotop a:not(:has(>img)) {
    position: relative;
    font-size: 0.75rem;
    text-decoration: none;
    color: #003399;
    font-weight: bold;
    background: #DBE0EB;
    border: 2px solid #003399;
    border-radius: 6px;
    padding: 23px 10px 7px 10px;
    text-align: center;
    line-height: 1.3;
    width: 100px;
    height: auto;
}
.footerTotop a:not(:has(>img))::before {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: 10px;
	left: 40px;
	border-left: 3px solid #003399;
	border-bottom: 3px solid #003399;
	transform: rotate(135deg);
}
.footerTotop a:not(:has(>img)):hover {
    color: #FFFFFF;
    background: #003399;
    border: 2px solid #003399;
}
.footerTotop a:not(:has(>img)):hover::before {
	border-left: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}
.footerTotop a.is_fixed {
	position: fixed;
	bottom: 20px;
}
.footerTotop img {
	 width: 100px;
	height: auto;
}
.footerTotop img.on {
	display: none;
}
.footerTotop a:hover img.off,
.footerTotop a:focus img.off {
	display: block !important;
}
.footerTotop a.is_fixed img.on, 
.footerTotop a:not(:has(.is_fixed)) img.on {
	display: none !important;
}
.footerTotop a.is_fixed:hover img.on,
.footerTotop a.is_fixed:focus img.on, 
.footerTotop a:not(:has(.is_fixed)):hover img.on, 
.footerTotop a:not(:has(.is_fixed)):focus img.on {
	display: block !important;
}
.footerTotop a.is_fixed:hover img.off,
.footerTotop a.is_fixed:focus img.off,
.footerTotop a:not(:has(.is_fixed)):hover img.off,
.footerTotop a:not(:has(.is_fixed)):focus img.off {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.pbFooterArea {
		margin-bottom: 60px;
	}
	.footerInner {
		padding: 20px 0;
	}
	.footerInner .footerTotop img {
		width: 100px;
	}
	.footerInner .footerNavi ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px 0;
	}
	.footerTotop a.is_fixed {
		bottom: 80px;
	}
	.pbFooterArea.fsLarge .footerTotop a.is_fixed {
		bottom: 120px;
	}
}

/*========================================================================

  top

========================================================================*/

/*  c_top_mv
========================================================================*/

.c_top_mv {
	position: relative;
}
.c_top_mv:has(img) {
	position: relative;
	left: 50%;
	min-width: 1905px;
	transform: translateX(-50%);
}
.c_top_mv > img {
	width: 100%;
}
.c_top_mv .text-box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-family: "M PLUS 2", sans-serif;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: calc(100% - 40px);
	padding: 50px 0;
}
.c_top_mv .text-box .title {
	font-size: 2.75rem;
	font-weight: bold;
	width: 47%;
	line-height: 1.2;
}
.c_top_mv .text-box .text {
	font-size: 1.0625rem;
	width: 50%;
	font-weight: 600;
	letter-spacing: .1em;
	text-shadow: #0589CA 1px 0 5px;
}
.c_top_mv .text-box.fsLarge .text br {
	display: none;
}

@media screen and (max-width: 767px) {
	.c_top_mv:has(img) {
		position: relative;
		min-width: 100px !important;
		width: 100% !important;
		left: 0 !important;
		transform: translateX(-0%) !important;
	}
	.c_top_mv > img {
		object-fit: cover;
		object-position: 50% 30%;
		aspect-ratio: 13 / 11;
	}
	.c_top_mv .text-box {
		display: block;
		width: calc(100% - 50px);
		justify-content: space-between;
		padding: 3.3em 0;
	}
	.c_top_mv .text-box .title {
		font-size: 1.625rem;
		width: 100%;
		line-height: 1.1;
		letter-spacing: .12em;
	}
	.c_top_mv .text-box .text {
		font-size: 0.875rem;
		width: 100%;
		margin-top: 1.7em;
		line-height: 2;
		letter-spacing: .02em;
	}
}

/*  c_top_swiper
========================================================================*/

.c_top_swiper {
	position: relative;
}
.c_top_swiper .swiper-slide > img {
	width: 100%;
}
.c_top_swiper .swiper-slide {
	position: relative;
}
.c_top_swiper .swiper-slide-textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgb(255 255 255 / 80%);
	max-width: 620px;
	padding: 30px;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}
.c_top_swiper .swiper-slide-textbox.fsLarge {
	max-width: none;
	width: 90%;
}
.c_top_swiper .swiper-slide-textbox .title {
	font-size: 1.6875rem;
	line-height: 1.3;
}
.c_top_swiper .swiper-slide-textbox.fsLarge .title {
	line-height: 1;
}
.c_top_swiper .swiper-slide-textbox .text {
	font-size: 1rem;
	margin-top: 20px;
	line-height: 1.6;
}
.c_top_swiper .swiper-slide-textbox.fsLarge .text {
	line-height: 1.3;
}
.c_top_swiper .swiper-slide-textbox.fsLarge .text br.u_pc {
	display: none;
}
.c_top_swiper .swiper-button-next,
.c_top_swiper .swiper-button-prev {
	width: 48px !important;
	height: 48px !important;
	align-items: center;
	background: #FFFFFF;
	border-radius: 12px;
}
.c_top_swiper .swiper-button-next:hover,
.c_top_swiper .swiper-button-prev:hover,
.c_top_swiper .swiper-button-next:focus,
.c_top_swiper .swiper-button-prev:focus {
	background: #003399;
}
.c_top_swiper .swiper-button-next {
	margin-right: 40px;
	right: 0;
}
.c_top_swiper .swiper-button-prev {
	margin-left: 40px;
	left: 0;
}
.c_top_swiper .swiper-button-prev:after,
.c_top_swiper .swiper-button-next:after,
.c_top_swiper .swiper-rtl .swiper-button-next::after,
.c_top_swiper .swiper-rtl .swiper-button-prev::after {
	content: none !important;
}
.c_top_swiper .swiper-button-next::before,
.c_top_swiper .swiper-button-prev::before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-top: 4px solid #003399;
	border-right: 4px solid #003399;
	border-radius: 0.1em;
}
.c_top_swiper .swiper-button-next::before {
	transform: rotate(45deg);
	right: 18px;
}
.c_top_swiper .swiper-button-prev::before {
	transform: rotate(225deg);
	left: 18px;
}
.c_top_swiper .swiper-button-next:hover::before,
.c_top_swiper .swiper-button-prev:hover::before,
.c_top_swiper .swiper-button-next:focus::before,
.c_top_swiper .swiper-button-prev:focus::before {
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}
.c_top_swiper .buttonWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
	position: relative;
}
.c_top_swiper .swiper-pagination {
	position: relative !important;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
}
.c_top_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0 !important;
	top: 0 !important;
}
.c_top_swiper .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #B5BED3 !important;
}
.c_top_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8.5px !important;
}
.c_top_swiper .swiper-pagination-bullet-active {
	background: #003399 !important;
}
.c_top_swiper .buttonWrap .swiper_button {
	width: 40px;
	height: 40px;
	border: none;
}
.swiper_button .pause,
.swiper_button .play {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #BDBDBD;
	border-radius: 4px;
	background: #FFFFFF;
	position: relative;
}
.swiper_button .pause > img,
.swiper_button .play > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.swiper_button .pause.is-hidden,
.swiper_button .play.is-hidden {
	display: none;
}
.swiper_button:focus > span {
	outline: none;
	border: 2px solid #003399!important;
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	.c_top_swiper .swiper-slide > img {
		object-fit: cover;
		object-position: 50% 30%;
		aspect-ratio: 15 / 11;
	}
	.c_top_swiper .swiper-slide-textbox,
	.c_top_swiper .swiper-slide-textbox.fsLarge  {
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
		padding: 22px 25px 25px 25px;
		transform: translate(0%, 0%);
		text-align: left;
	}
	.c_top_swiper .swiper-slide-textbox .title {
		font-size: 1.1875rem;
	}
	.c_top_swiper .swiper-slide-textbox .text {
		font-size: 0.8125rem;
		margin-top: 15px;
		line-height: 1.3;
	}
	.c_top_swiper .swiper-button-next,
	.c_top_swiper .swiper-button-prev {
		height: 34px !important;
		width: 34px !important;
		bottom: 0 !important;
		top: auto;
		border-radius: 50%;
		border: 2px solid #BDBDBD;
	}
	.c_top_swiper .swiper-button-next:hover,
	.c_top_swiper .swiper-button-prev:hover,
	.c_top_swiper .swiper-button-next:focus,
	.c_top_swiper .swiper-button-prev:focus {
		border: 2px solid #BDBDBD;
		background: #FFFFFF;
	}
	.c_top_swiper .swiper-button-next {
		margin-right: 10px;
		right: 0;
	}
	.c_top_swiper .swiper-button-prev {
		margin-left: 10px;
		left: 0;
	}
	.c_top_swiper .swiper-button-next::before,
	.c_top_swiper .swiper-button-prev::before {
		width: 7px;
		height: 7px;
		border-top: 3px solid #003399;
		border-right: 3px solid #003399;
		border-radius: 0.1em;
	}
	.c_top_swiper .swiper-button-next::before {
		right: 11px;
	}
	.c_top_swiper .swiper-button-prev::before {
		left: 11px;
	}
	.c_top_swiper .swiper-button-next:hover::before,
	.c_top_swiper .swiper-button-prev:hover::before,
	.c_top_swiper .swiper-button-next:focus::before,
	.c_top_swiper .swiper-button-prev:focus::before {
		border-top: 3px solid #003399;
		border-right: 3px solid #003399;
	}
	.c_top_swiper .buttonWrap {
		margin: 5px auto;
	}
	.c_top_swiper .buttonWrap .swiper_button {
		width: 34px;
		height: 34px;
	}
	.swiper_button .pause,
	.swiper_button .play {
		width: 34px;
		height: 34px;
	}
}

/*  c_top_important-notice
========================================================================*/

.c_top_important-notice {
	width: 100%;
	padding: 30px 0;
	background: #F5EAEA;
}
.c_top_important-notice > div {
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
.c_top_important-notice .important-notice_title > div {
	padding: 6px 17px;
	background: #B50000;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9375rem;
	min-width: 140px;
}
.c_top_important-notice .important-notice_text {
	margin-left: 27px;
}
.c_top_important-notice .important-notice_text > div {
	color: #B50000;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.c_top_important-notice {
		padding: 15px 15px 30px 15px;
	}
	.c_top_important-notice > div {
		display: block;
		width: auto;
		padding: 0;
	}
	.c_top_important-notice .important-notice_title {
		text-align: center;
	}
	.c_top_important-notice .important-notice_title > div {
		padding: 6px 16px;
		font-size: 1rem;
	}
	.c_top_important-notice .important-notice_text {
		margin-left: 0;
		margin-top: 15px;
	}
	.c_top_important-notice .important-notice_text > div {
		font-size: 0.875rem;
	}
}

/*  c_sp_menu
========================================================================*/

.c_sp_menu,
.c_sp_menu-inquiry {
	display: none;	
}
.c_top_sp-nav .c_sp_menu-inquiry {
	margin-bottom: 0 !important;
}
.c_top_sp-nav .u_sp-mb170 {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.c_sp_menu {
		display: block!important;
		margin-top: 15px;
		padding: 0 15px;
	}
	.c_section .c_sp_menu {
		padding: 0;
		margin-top: 50px;
	}
	.c_sp_menu .nav-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border: 2px solid #C3C3C3;
		border-radius: 8px;
	}
	.c_sp_menu .nav-menu .sp_menu-contents {
		width: 33.33%;
		text-align: center;
		font-size: 0.9375rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item {
		text-decoration: none;
		display: flex;
		flex-flow: column;
		height: 100%;
		justify-content: center;
		align-items: center;
		padding: 15px 18px 10px 18px;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item:hover,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item:focus {
		color: #003399;
		text-decoration: underline;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer {
		display: none;
	}
	.c_sp_menu .nav-menu .sp_menu-contents:nth-child(-n+3) {
		border-bottom: 2px solid #C3C3C3;
	}
	.c_sp_menu .nav-menu .sp_menu-contents:nth-child(n+2) {
		border-left: 2px solid #C3C3C3;
	}
	.c_sp_menu .nav-menu .sp_menu-contents:nth-child(4) {
		border-left: none;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav01 > img,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav01 ~ .sub-nav .sub-sp_group.left a > img {
		width: 38.52px!important;
		height: 33.78px!important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav02 > img,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav02 ~ .sub-nav .sub-sp_group.left a > img {
		width: 30.5px!important;
		height: 37.82px!important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav03 > img,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav03 ~ .sub-nav .sub-sp_group.left a > img {
		width: 63.45px!important;
		height: 38.85px!important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav04 > img,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav04 ~ .sub-nav .sub-sp_group.left a > img {
		width: 32.59px!important;
		height: 34.52px!important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav05 > img,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav05 ~ .sub-nav .sub-sp_group.left a > img {
		width: 34.71px!important;
		height: 34.71px!important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav06 > img,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav06 ~ .sub-nav .sub-sp_group.left a > img {
		width: 52.59px!important;
		height: 37.33px!important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav07 > img,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.-gnav07 ~ .sub-nav .sub-sp_group.left a > img {
		width: 40px!important;
		height: 37px!important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item > img {
		flex-shrink: 0;
		text-align: center;
		margin-bottom: 4px;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item > p {
		padding-bottom: 25px;
		min-height: 40px;
		box-sizing: content-box;
		display: flex;
		align-items: center;
		position: relative;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item > p::before,
	.c_sp_menu-inquiry a::before {
		content: '';
		width: 17px;
		height: 17px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
		background-size: 17px;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.inDrawer > p::before {
		background: url(/cp-assets/img/down_arrow.png) 0 0 no-repeat;
		background-size: 17px;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.inDrawer.open ~ .sub_sp_menu-item.Drawer,
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.inDrawer:hover ~ .sub_sp_menu-item.Drawer {
		display: block !important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sp_menu-item.inDrawer.focus:not(.open) ~ .sub_sp_menu-item.Drawer {
		display: none !important;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer {
		position: absolute;
		background: #003399;
		color: #FFFFFF;
		width: 100vw;
		z-index: 100;
		padding: 25px 15px;
		left: 0;
		transition: 0.2s all;
		box-sizing: border-box;
		z-index: 1;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.left {
		width: 42%;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.left a {
		padding: 15px 20px 12px;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		text-decoration: none;
		border: 2px solid #FFFFFF;
		border-radius: 8px;
		font-size: 0.9375rem;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.left a:hover,
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.left a:focus,
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.right > li > a:hover,
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.right > li > a:focus {
		text-decoration: underline;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.left a img {
		width: 35.24px;
		height: 37.32px;
		margin-bottom: 17px;
		filter: brightness(0) invert(1);
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.left a > p {
		vertical-align: text-top;
		padding-right: 25px;
		position: relative;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.left a > p::before {
		content: '';
		width: 17px;
		height: 17px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url(/cp-assets/img/arrow_w.png) 0 0 no-repeat;
		background-size: 17px;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper:not(.sub-sp_group.left) .sub-sp_group.right {
		width: 100%;
		text-align: left;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper:has(.sub-sp_group.left) .sub-sp_group.right {
		width: 53%;
		text-align: left;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.right > li:not(:first-child) {
		margin-top: 15px;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.right > li > a {
		text-decoration: none;
		font-size: 0.9375rem;
		vertical-align: text-top;
		padding-right: 22px;
		line-height: 1.5;
		position: relative;
	}
	.c_sp_menu .nav-menu .sp_menu-contents .sub_sp_menu-item.Drawer .sub-sp_group-wrapper .sub-sp_group.right > li > a::after {
		content: '';
		width: 17px;
		height: 17px;
		position: absolute;
		right: 0;
		bottom: 1px;
		background: url(/cp-assets/img/arrow_w.png) 0 0 no-repeat;
		background-size: 17px;
	}
	.sp_menu-br.fsLarge {
		display: none;
	}
	.c_sp_menu-inquiry {
		display: block;
		margin-top: 10px;
		padding: 0 15px;
		text-align: right;
	}
	.c_sp_menu-inquiry a {
		color: #003399;
		text-decoration: none;
		padding-left: 25px;
		font-size: 0.9375rem;
		font-weight: bold;
		position: relative;
	}
	.c_sp_menu-inquiry a::before {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.c_sp_menu-inquiry a:hover,
	.c_sp_menu-inquiry a:focus {
		text-decoration: underline;
	}
}

/*  c_top_info
========================================================================*/

.c_top_info {
	width: 100%;
	margin-top: 50px;
	padding: 0 15px;
}
.c_top_info > div {
	display: flex;
	margin: 0 auto;
	padding: 10px 42px 10px 30px;
	max-width: 1200px;
	background: #F7F9FD;
	border: 2px solid #8A9DCC;
	border-radius: 15px;
}
.c_top_info .info_title {
	min-width: 15%;
}
.c_top_info .info_title > div {
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 20px;
	border-right: 2px solid #8A9DCC;
	font-weight: bold;
	font-size: 1.5625rem;
}
.c_top_info .info_text > div {
	padding: 15px 43px 15px 30px;
}
.c_top_info .info_text ul li {
	font-size: 1rem;
	margin-bottom: 23px;
	padding-left: 21px;
	position: relative;
}
.c_top_info .info_text ul li:last-child {
	margin-bottom: 0;
}
.c_top_info .info_text ul li::before {
	content: '';
	width: 12px;
	height: 12px;
	background: #8A9DCC;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 9px;
}
.c_top_info .info_text ul li > img {
	width: 16px;
	height: 17px;
	vertical-align: middle;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.c_top_info {
		margin-top: 40px;
		padding: 0 15px;
	}
	.c_top_info > div {
		display: block;
		padding: 14px 15px 23px 15px;
	}
	.c_top_info .info_title > div {
		padding: 0 20px 15px 3px;
		border-right: none;
		border-bottom: 2px solid #8A9DCC;
		font-size: 1.4375rem;
	}
	.c_top_info .info_text > div {
		padding: 20px 5px 0 5px;
	}
	.c_top_info .info_text ul li {
		font-size: 1rem;
		margin-bottom: 23px;
		padding-left: 21px;
		position: relative;
	}
	.c_top_info .info_text ul li:last-child {
		margin-bottom: 0;
	}
	.c_top_info .info_text ul li::before {
		content: '';
		width: 12px;
		height: 12px;
		background: #8A9DCC;
		border-radius: 3px;
		position: absolute;
		left: 0;
		top: 9px;
	}
	.c_top_info .info_text ul li > img {
		width: 16px;
		height: 17px;
		vertical-align: baseline;
		margin-right: 5px;
	}
}

/*  c_category-block
========================================================================*/

.c_category-block_wrapper {
	width: 100%;
}
.c_category-block_wrapper > div {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 15px 50px 15px;
}
.c_h1 + .c_category-block_wrapper > div {
	padding: 70px 15px 120px 15px;
}
.c_category-block_wrapper .heading {
	font-size: 1.5625rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.c_category-block_wrapper .c_category-block + .heading {
	margin-top: 60px;
}
.c_category-block_wrapper .c_category-block table tbody > tr {
	background-image: linear-gradient(to right, #AAAAAA, #AAAAAA 4px, transparent 2px, transparent 8px);
	background-size: 8px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 15px 5px;
	display: flex;
}
.c_category-block_wrapper .c_category-block table tbody > tr.icon-large {
	min-height: 100px !important;
}
.c_category-block_wrapper .c_category-block table tbody > tr:first-child {
	border-top: 3px solid #003399;
}
.c_category-block_wrapper .c_category-block table tbody > tr .date:first-child {
	width: 13% !important;
	padding-right: 5px;
	font-size: 1rem;
}
.c_category-block_wrapper .c_category-block table tbody > tr .article {
	position: relative;
	width: 87%;
	padding-left: 140px;
}
.c_category-block_wrapper .c_category-block table tbody > tr .article::before {
	content: '';
	width: 10px;
	height: 16px;
	position: absolute;
	left: 120px;
	top: .5em;
	background: url(/cp-assets/img/arrow-right.png) 0 0 no-repeat;
	background-size: 10px;
}
.c_category-block_wrapper .c_category-block table tbody > tr .article > img:first-child {
	position: absolute;
	left: 0;
}
.c_category-block_wrapper .c_category-block table tbody > tr .article > a + img {
	width: 60px;
	height: 20px;
}
.c_category-block_wrapper .c_category-block table tbody > tr .article > a {
	display: inline;
	font-size: 1rem;
	color: #003399;
	text-decoration: none;
}
.c_category-block_wrapper .c_category-block table tbody > tr .article > a:hover,
.c_category-block_wrapper .c_category-block table tbody > tr .article > a:focus {
	text-decoration: underline;
}
.c_category-block_wrapper .c_category-block table tbody > tr .article > a[href$='.pdf']::after {
	content: "";
	width: 22.22px;
	height: 23.5px;
	background: url(/cp-assets/img/ic_pdf.png) 0 0 no-repeat;
	background-size: 22.22px;
	position: relative;
	display: inline-block;
	top: 4px;
	margin: 0 7px;
}

@media screen and (max-width: 767px) {
	.c_category-block_wrapper > div {
		padding: 40px 15px;
	}
	.c_h1 + .c_category-block_wrapper > div {
		padding: 30px 15px 130px 15px;
	}
	.c_category-block_wrapper .heading {
		font-size: 1.4375rem;
		margin-bottom: 13px;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr {
		padding: 19px 5px 27px;
		flex-flow: column;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr .date:first-child {
		width: 100% !important;
		font-size: 0.875rem;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr .article {
		margin-top: 13px;
		display: inline-block;
		padding-left: 17px;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr.icon-large .article {
		margin-top: 40px;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr .article::before {
		left: 0px;
		top: .5em;
		transform: none;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr .article > img:first-child {
		position: absolute;
		left: 135px;
		top: -45px;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr.icon-large .article > img:first-child {
		top: -75px;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr .article > a {
		font-size: 0.875rem;
		vertical-align: middle;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr .article > a + img {
		margin-top: 0;
	}
	.c_category-block_wrapper .c_category-block table tbody > tr .article > a[href$='.pdf']::after {
		margin: 0 2px;
	}
}

/*  c_category-button
========================================================================*/

.c_category-button {
	margin-top: 30px;
	width: 100%;
}
.c_category-button > div {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c_category-button > div a {
	padding: 16px 70px;
	text-align: center;
	outline: 2px solid #003399;
	border-radius: 8px;
	font-size: 1.0625rem;
	background: #003399;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}
.c_category-button > div a:hover,
.c_category-button > div a:focus,
.c_category-button > div a:focus-visible {
	background: #FFFFFF;
	color: #003399;
	text-decoration: underline;
	outline: 2px solid #003399;
}
.c_category-button > div a > span {
	padding-left: 28px;
	position: relative;
}
.c_category-button > div a > span::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow_w.png) 0 0 no-repeat;
	background-size: 20px;
}
.c_category-button > div a:hover > span::before,
.c_category-button > div a:focus > span::before {
	background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
	background-size: 20px;
}

@media screen and (max-width: 767px) {
	.c_category-button {
		margin-top: 20px;
	}
	.c_category-button > div a {
		padding: 16px 79px;
		font-size: 0.9375rem;
	}
	.c_category-button > div a > span::before,
	.c_category-button > div a:hover > span::before,
	.c_category-button > div a:focus > span::before {
		background-size: 18px;
		width: 18px;
		height: 18px;
	}
}

/*  c_category-date
========================================================================*/

.c_category-date {
    text-align: right;
    font-weight: bold;
    font-size: 1rem;
}

/*  c_top_pickup
========================================================================*/

.c_top_pickup {
	width: 100%;
	background: #E1E5EF;
}
.c_top_pickup > div {
	max-width: 1200px;
	margin: 0 auto;
	padding: 42px 15px 35px 15px;
}
.pickup_heading {
	font-size: 1.5625rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.pickup_link-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pickup_link-box ul > li {
	margin: 0 15px 15px 0;
}
.pickup_link-box ul > li a {
	padding: 17px 24px 17px 41px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 2px 10px 6px rgba(174, 183, 204, 0.2);
	position: relative;
}
.pickup_link-box ul > li a::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: .6em;
	top: 50%;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
	background-size: 17px;
}
.pickup_link-box ul > li a:hover,
.pickup_link-box ul > li a:focus {
	text-decoration: underline;
	outline: 2px solid #003399;
	color: #003399;
}
.pickup_link-box ul > li a > img {
	width: 16px;
	height: 17px;
	vertical-align: initial;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	.c_top_pickup > div {
		padding: 35px 15px 44px 15px !important;
	}
	.pickup_heading {
		font-size: 1.4375rem;
		margin-bottom: 12px;
	}
	.pickup_link-box ul > li a {
		padding: 13px 17px 13px 35px;
		font-size: 0.9375rem;
	}
}

/*  anchor
------------------------------------------------*/

.pickup_link-box.anchor ul > li a {
	position: relative;
	box-shadow: 0px 2px 10px 2px rgba(174, 183, 204, 0.2);
}
.pickup_link-box.anchor ul > li a::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: .6em;
	background: url(/cp-assets/img/down_arrow.png) 0 0 no-repeat;
	background-size: 17px;
}

/*  c_top_pick-up-banner
========================================================================*/

.c_top_pick-up-banner {
	width: 100%;
	background: #F7F7F7;
}
.c_top_pick-up-banner > div {
	max-width: 1200px;
	margin: 0 auto;
	padding: 42px 15px 120px 15px;
}
.c_top_pick-up-banner .pick-up-banner_heading {
	font-size: 1.5625rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.c_top_pick-up-banner .pick-up-banner_box-top > div,
.c_top_pick-up-banner .pick-up-banner_box-bottom > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c_top_pick-up-banner .pick-up-banner_box-top > div::after,
.c_top_pick-up-banner .pick-up-banner_box-bottom > div::after {
	content: none;
}
.c_top_pick-up-banner .pick-up-banner_box-top .box {
	width: 49%;
}
.c_top_pick-up-banner .pick-up-banner_box-top .box a,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a {
	display: flex;
	flex-wrap: nowrap;
	background: #FFFFFF;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.2);
}
.c_top_pick-up-banner .pick-up-banner_box-top .box a:hover .title,
.c_top_pick-up-banner .pick-up-banner_box-top .box a:focus .title,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a:hover .title,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a:focus .title {
	text-decoration: underline;
	color: #003399;
}
.c_top_pick-up-banner .pick-up-banner_box-top .box a .textbox,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox {
	padding: 21px 15px 21px 27px;
	width: 67%;
}
.c_top_pick-up-banner .pick-up-banner_box-top .box a .textbox .title,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox .title {
	font-size: 1.0625rem;
	font-weight: bold;
	padding-left: 28px;
	position: relative;
}
.c_top_pick-up-banner .pick-up-banner_box-top .box a .textbox .title::before,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox .title::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
	background-size: 17px;
}
.c_top_pick-up-banner .pick-up-banner_box-top .box a .textbox .text,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox .text {
	font-size: 1rem;
}
.c_top_pick-up-banner .pick-up-banner_box-top .box a > img,
.c_top_pick-up-banner .pick-up-banner_box-bottom .box a > img {
	width: 33%;
	border-radius: 12px 0 0 12px;
	object-fit: cover;
}
.c_top_pick-up-banner .pick-up-banner_box-top,
.c_top_pick-up-banner .pick-up-banner_box-bottom,
.c_top_pick-up-banner .pick-up-banner_box-top .box:nth-child(n+3),
.c_top_pick-up-banner .pick-up-banner_box-bottom .box:nth-child(n+4) {
	margin-top: 20px;
}
.c_top_pick-up-banner .pick-up-banner_box-bottom .box {
	width: 32%;
}
.c_top_pick-up-banner .box a .textbox p > img {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	vertical-align: baseline;
}

@media screen and (max-width: 767px) {
	.c_top_pick-up-banner > div {
		padding: 32px 15px 130px 15px;
	}
	.c_top_pick-up-banner .pick-up-banner_heading {
		margin-bottom: 13px;
		font-size: 1.4375rem;
	}
	.c_top_pick-up-banner .pick-up-banner_box-top > div,
	.c_top_pick-up-banner .pick-up-banner_box-bottom > div{
		display: block;
	}
	.c_top_pick-up-banner .pick-up-banner_box-top .box {
		width: 100%;
	}
	.c_top_pick-up-banner .pick-up-banner_box-top .box:not(:first-child),
	.c_top_pick-up-banner .pick-up-banner_box-bottom .box:not(:first-child) {
		margin-top: 15px;
	}
	.c_top_pick-up-banner .pick-up-banner_box-top .box a .textbox,
	.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox {
		padding: 20px;
	}
	.c_top_pick-up-banner .pick-up-banner_box-top .box a .textbox .title,
	.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox .title,
	.c_top_pick-up-banner .pick-up-banner_box-top .box a .textbox .text,
	.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox .text {
		font-size: 0.9375rem;
	}
	.c_top_pick-up-banner .pick-up-banner_box-top .box a > img {
		min-width: 174px;
		border-radius: 12px 0 0 12px;
	}
	.c_top_pick-up-banner .pick-up-banner_box-bottom {
		margin-top: 20px;
	}
	.c_top_pick-up-banner .pick-up-banner_box-bottom .box {
		width: 100%;
	}
	.c_top_pick-up-banner .pick-up-banner_box-bottom .box a > img {
		min-width: 150px;
		border-radius: 12px 0 0 12px;
	}
	.c_top_pick-up-banner .pick-up-banner_box-bottom .box a .textbox p > img {
		width: 16px;
		height: 16px;
		margin-left: 5px;
		vertical-align: baseline;
	}
}

/*  pbBlockNavigation
========================================================================*/

.pbBlockNavigation {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 0.8125rem;
}
.pbBlockNavigation a {
    color: #003399;
}
.pbBlockNavigation a, .pbBlockNavigation img {
    margin-right: 10px;
}
.pbBlockNavigation > img {
    vertical-align: baseline;
}
.pbBlockNavigation > img + img {
    margin-left: 10px;
}

/*========================================================================

  component

========================================================================*/

/*  c_section
========================================================================*/

.c_section > div {
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0 120px 0;
}

@media screen and (max-width: 767px) {
	.c_section > div {
		padding: 40px 0 60px 0;
	}
	.c_section:last-of-type > div {
		padding: 40px 0 150px 0;
	}
}

/*  small
------------------------------------------------*/

.c_section.small > div {
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 120px 0;
}

@media screen and (max-width: 767px) {
	.c_section.small > div {
		padding: 10px 0 130px 0;
	}
}

/*  c_h
========================================================================*/

.c_h2 a,
.c_h3 a,
.c_h4 a,
.c_h5 a {
	text-decoration: none;
	padding-left: 25px;
	position: relative;
}
.c_h2 a::before,
.c_h3 a::before,
.c_h4 a::before,
.c_h5 a::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
	background-size: 17px;
}
.c_h2 a[target="_blank"]::before,
.c_h3 a[target="_blank"]::before,
.c_h4 a[target="_blank"]::before,
.c_h5 a[target="_blank"]::before {
	width: 14px;
	height: 14px;
	background: url(/cp-assets/img/icon_newwindow.png) no-repeat center center / contain;
	background-size: 14px;
}
.c_h2 a:hover,
.c_h3 a:hover,
.c_h4 a:hover,
.c_h5 a:hover  {
	color: #003399;
}

/*  c_h1
========================================================================*/

.c_h1 {
	background: #ECEEF2;
}
.c_h1 > div {
	font-weight: bold;
	text-align: center;
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.c_h1 h1 {
	font-size: 1.6875rem;
}
.c_h1 img {
	vertical-align: bottom;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.c_h1 > div {
		padding: 26px 15px;
	}
	.c_h1 h1 {
		font-size: 1.5625rem;
	}
}

/*  c_h2
========================================================================*/

.c_h2:not(:first-child) {
	margin-top: 60px;
}
.c_h2 + div:not(:first-child) {
	margin-top: 30px;
}
.c_h2 + .c_h3:not(:first-child) {
	margin-top: 30px;
}
.c_h2 {
	position: relative;
}
.c_h2.pb-layout {
	padding-bottom: 0;
}
.c_h2 > div {
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 5px solid #C3CBD9;
}
.c_h2 h2 {
	font-size: 1.5625rem;
}
.c_h2::before {
	content: "";
	width: 200px;
	height: 5px;
	position: absolute;
	bottom: 0;
	border-bottom: 5px solid #003399;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.c_h2:not(:first-child) {
		margin-top: 40px;
	}
	.c_h2 + div:not(:first-child) {
		margin-top: 25px;
	}
	.c_h2 > div {
		padding-bottom: 13px;
	}
	.c_h2 h2 {
		font-size: 1.4375rem;
	}
}

/*  c_h3
========================================================================*/

.c_h3:not(:first-child) {
	margin-top: 60px;
}
.c_h3 + div:not(:first-child) {
	margin-top: 30px;
}
.c_h3 + .c_h4:not(:first-child) {
	margin-top: 20px;
}
.c_h3 {
	background: #EBEBEB;
}
.c_h3.pb-layout {
	padding-bottom: 0;
	padding-top: 0;
}
.c_h3 > div {
	font-weight: bold;
	padding: 5px 0 5px 12px;
	border-bottom: 2px solid #003399;
	border-left: 7px solid #003399;
}
.c_h3 h3 {
	font-size: 1.4375rem;
}

@media screen and (max-width: 767px) {
	.c_h3:not(:first-child) {
		margin-top: 40px;
	}
	.c_h3 + div:not(:first-child) {
		margin-top: 30px;
	}
	.c_h3 > div {
		padding: 7px 0 10px 14px;
	}
	.c_h3 h3 {
		font-size: 1.3125rem;
	}
}

/*  c_h4
========================================================================*/

.c_h4:not(:first-child) {
	margin-top: 20px;
}
.c_h4 + div:not(:first-child) {
	margin-top: 20px;
}
.c_h4 + .c_h5:not(:first-child) {
	margin-top: 25px;
}
.c_h4 > div {
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom: 2px solid #003399;
}
.c_h4 h4 {
	font-size: 1.3125rem;
}

@media screen and (max-width: 767px) {
	.c_h4:not(:first-child) {
		margin-top: 20px;
	}
	.c_h4 + div:not(:first-child) {
		margin-top: 15px;
	}
	.c_h4 h4 {
		font-size: 1.1875rem;
	}
}

/*  c_h5
========================================================================*/

.c_h5:not(:first-child) {
	margin-top: 25px;
}
.c_h5 + div:not(:first-child) {
	margin-top: 25px;
}
.c_h5 > div {
	font-weight: bold;
	padding-left: 12px;
	border-left: 6px solid #003399;
}
.c_h5 h5 {
	font-size: 1.1875rem;
}

@media screen and (max-width: 767px) {
	.c_h5:not(:first-child) {
		margin-top: 30px;
	}
	.c_h5 + div:not(:first-child) {
		margin-top: 25px;
	}
	.c_h5 h5 {
		font-size: 1.0625rem;
	}
}

/*  c_style
========================================================================*/

.c_style:not(:first-child) {
	margin-top: 25px;
}
.c_style + div:not(:first-child) {
	margin-top: 30px;
}
.c_style + [class^='c_h']:not(:first-child) {
	margin-top: 60px;
}
.c_style + .c_style:not(:first-child) {
	margin-top: 16px;
}
.c_style {
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.c_style {
		font-size: 0.875rem;
	}
}

/*  sp_f17
------------------------------------------------*/

@media screen and (max-width: 767px) {
	.c_style.sp_f17 {
		font-size: 1rem;
	}
}

/*  c_list
========================================================================*/

.c_list:not(:first-child) {
	margin-top: 30px;
}
.c_list ul + ul {
	margin-top: 20px;
}
.c_list ul li:not(:first-child) {
	margin-top: 20px;
}
.c_list ul li ul {
	margin-top: 10px;
}
.c_list ul li > ul li:not(:first-child) {
	margin-top: 0 !important;
}
.c_list span:first-child {
	font-weight: bold;
	margin-right: 5px;
	vertical-align: baseline;
}
.c_list a {
	color: #003399;
}

/*  background
------------------------------------------------*/

.c_list.background > div {
	background: #ECEFF5;
	padding: 20px;
	font-size: 0.875rem;
}
.c_list.background span:first-child {
	color: #003399;
}

@media screen and (max-width: 767px) {
	.c_list.background > div {
		font-size: 0.875rem;
	}
}

/*  note
------------------------------------------------*/

.c_list.note ul {
	padding-left: 2.9em;
}
.c_list.note ul li {
	text-indent: -2.9em;
}
.c_list ul.note {
	padding-left: 2.9em!important;
}
.c_list ul.note li {
	text-indent: -2.9em!important;
}

/*  data
------------------------------------------------*/

.c_list.data ul {
	padding-left: 3.3em;
}
.c_list.data ul li {
	text-indent: -3.3em;
}
.c_list ul.data {
	padding-left: 3.3em!important;
}
.c_list ul.data li {
	text-indent: -3.3em!important;
}

/*  notes
------------------------------------------------*/

.c_list.notes ul {
	padding-left: 1.4em;
}
.c_list.notes ul li {
	text-indent: -1.4em;
}
.c_list ul.notes {
	padding-left: 1.5em!important;
}
.c_list ul.notes li {
	text-indent: -1.5em !important;
	font-size: 0.875rem;
}

/*  number
------------------------------------------------*/

.c_list.number ul {
	padding-left: 1.3em;
	font-size: 1rem;
}
.c_list.number ul li {
	text-indent: -1.3em;
}
.c_list.number ul li:not(:first-child) {
	margin-top: 20px;
}
.c_list.number span:first-child {
	font-weight: normal;
	margin-right: 8px;
}

/*  square
------------------------------------------------*/

.c_list.square ul {
	font-size: 1rem;
	padding-left: 0;
}
.c_list.square ul li {
	text-indent: 0;
	padding-left: 1em;
	position: relative;
}
.c_list.square ul li::before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 10px;
	height: 10px;
	background: #8A9DCC;
	border-radius: 2px;
}
.c_list ul.square {
	font-size: 1rem;
	padding-left: 0;
}
.c_list ul.square li {
	text-indent: 0;
	padding-left: 1em;
	position: relative;
}
.c_list ul.square li::before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 10px;
	height: 10px;
	background: #8A9DCC;
	border-radius: 2px;
}

/*  caption
------------------------------------------------*/

.c_list.caption:not(:first-child) {
	margin-top: 18px;
}
.c_list.caption  {
	font-size: 0.875rem;
}

/*  c_link
========================================================================*/

.c_link:not(:first-child) {
	margin-top: 30px;
}
.c_link:not(.button, .pdf-button) li:not(:first-child) {
	margin-top: 20px;
}
.c_link a {
	text-decoration: none;
	font-size: 1.3125rem;
	padding-left: 28px;
	display: inline-block;
	position: relative;
}
.c_link a::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: .4em;
	background: url(/cp-assets/img/arrow.png) 0 0 no-repeat;
	background-size: 20px;
}
.c_link:not(.button, .pdf-button) a[target='_blank']::after {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(/cp-assets/img/icon_newwindow.png) no-repeat center center / contain;
	margin: 0 8px;
	position: relative;
}
.c_link a:hover {
	text-decoration: underline;
	color: #003399;
}

@media screen and (max-width: 767px) {
	.c_link ul li a {
		font-size: 1.1875rem;
	}
}

/*  button
------------------------------------------------*/

.c_link.button > div {
	max-width: 625px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 0px 6px 0px rgba(174, 183, 204, 1);
}
.c_link.button ul li:not(:last-child) {
	border-bottom: 1px solid #B4BFD8;
}
.c_link.button ul li a {
	font-size: 1.1875rem;
	font-weight: bold;
	padding: 20px 20px 20px 48px;
	display: block;
}
.c_link.button ul li a::before {
	left: 20px;
	top: 1.45em;
}

@media screen and (max-width: 767px) {
	.c_link.button ul li a {
		font-size: 1.0625rem;
		padding: 20px 18px 20px 43px;
	}
	.c_link.button ul li a::before {
		left: 15px;
	}
}

/*  pdf-button
------------------------------------------------*/

.c_link.pdf-button > div {
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 0px 6px 0px rgba(174, 183, 204, 1);
}
.c_link.pdf-button ul li:not(:last-child) {
	border-bottom: 1px solid #B4BFD8;
}
.c_link.pdf-button ul li a {
	font-size: 1.1875rem;
	font-weight: bold;
	display: block;
	padding: 20px 20px 20px 48px;
	position: relative;
	color: #333333;
}
.c_link.pdf-button ul li a::before {
	left: 20px;
	top: 1.45em;
}
.c_link.pdf-button ul li a > span {
	font-size: 1rem;
	font-weight: normal;
	vertical-align: baseline;
	color: #4D4D4D;
}
.c_link.pdf-button ul li a[href$='.pdf']::after {
	content: "";
	background: url(/cp-assets/img/ic_pdf.png) no-repeat center center / contain;
	background-position: right center;
	background-size: 24px;
	padding-right: 25px;
}
.c_link.pdf-button ul li a:hover,
.c_link.pdf-button ul li a:hover > span {
	text-decoration: underline;
	color: #003399;
}

@media screen and (max-width: 767px) {
	.c_link.pdf-button ul li a {
		font-size: 1.0625rem;
		padding: 20px 18px 20px 43px;
	}
	.c_link.pdf-button ul li a::before {
		left: 15px;
	}
	.c_link.pdf-button ul li a[href$='.pdf'] > span {
		background-size: 20px;
	}
	.c_link.pdf-button ul li a > span {
		font-size: 0.875rem;
	}
}

/*  c_text-link
========================================================================*/

.c_text-link:not(:first-child) {
	margin-top: 30px;
}
.c_text-link ul {
    margin-left: 10px;
}
.c_text-link li:not(:first-child) {
    margin-top: 10px;
}
.c_text-link a {
	text-decoration: none;
	font-size: 1rem;
	padding-left: 20px;
	display: inline-block;
	color: #003399;
	position: relative;
}
.c_text-link a::before {
	content: '';
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 1em;
	transform: translateY(-50%);
	background: url(/cp-assets/img/arrow-right.png) 0 0 no-repeat;
	background-size: 10px;
}
.c_text-link a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.c_text-link ul li a {
		font-size: 0.875rem;
	}
}

/*  c_icon
========================================================================*/

.c_icon img {
	width: 37px;
}
.c_icon img:not(:last-child) {
	margin-right: 10px;
}
.c_icon img.w60 {
	width: 60px;
	vertical-align: sub;
}
.c_icon img.w23 {
	width: 23px;
	vertical-align: sub;
}
.c_icon img.w17 {
	width: 17px;
	vertical-align: baseline;
}
.c_icon img.w14 {
	width: 14px;
	vertical-align: baseline;
}
.c_icon .button-open {
	border: none;
	position: relative;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	margin: auto;
}
.c_icon .button-open > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*  c_pdf-block
========================================================================*/

.c_pdf-block:not(:first-child) {
	margin-top: 60px;
}
.c_pdf-block + div:not(:first-child) {
	margin-top: 30px;
}
.c_pdf-block > div {
	display: flex;
	gap: 15px 35px;
	align-items: center;
	border: 4px solid #D8D8D8;
	padding: 20px 35px;
	font-size: 0.875rem;
}
.c_pdf-block > div:after {
	content: none;
}
.c_pdf-block .image a {
	height: 100%;
	display: inline-block;
}
.c_pdf-block .text {
	flex: 1;
}
.c_pdf-block .text a {
	color: #003399;
}
.c_pdf-block .text a[target='_blank']::after {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(/cp-assets/img/icon_newwindow.png) no-repeat center center / contain;
	margin: 0 8px;
	position: relative;
	top: 2px;
}

@media screen and (max-width: 767px) {
	.c_pdf-block:not(:first-child) {
		margin-top: 40px;
	}
	.c_pdf-block + div:not(:first-child) {
		margin-top: 60px;
	}
	.c_pdf-block > div {
		display: block;
		padding: 25px 20px;
		font-size: 0.75rem;
	}
	.c_pdf-block .image {
		margin-bottom: 15px;
		text-align: center;
	}
	.c_pdf-block .image a img {
		width: 250px;
	}
}

/*  c_image
========================================================================*/

.c_image:not(:first-child) {
	margin-top: 30px;
}
.c_image a {
	overflow: hidden;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.c_image a:hover img {
		transform: scale(1.1);
	}
}

/*  center
------------------------------------------------*/

.c_image.center {
	text-align: center;
}

/*  full
------------------------------------------------*/

.c_image.full a {
	display: block;
}
.c_image.full img {
	width: 100%;
}

/*  c_modal
========================================================================*/

.c_modal-box:not(:first-child) {
	margin-top: 50px!important;
}
.c_modal-box + div:not(:first-child) {
	margin-top: 50px;
}
.c_modal {
	background: #F4F4F4;
	text-align: center;
	position: relative;
}
.c_modal .button-open {
	border: none;
	position: absolute;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-left: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}
.c_modal .button-open > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.c_modal .button-open:hover {
	opacity: .6;
}
.mfp-figure .button-close.mfp-close,
button.mfp-close {
	position: absolute;
	top: -10px;
	right: 0;
	cursor: pointer!important;
	border: none!important;
	min-width: 120px!important;
	min-height: 40px!important;
	font-size: 1rem!important;
	font-weight: bold!important;
	color: #003399!important;
	background: #FFFFFF!important;
	opacity: 1!important;
	border-radius: 6px!important;
	padding: 7px 17px!important;
	display: flex!important;
	justify-content: space-between!important;
	align-items: center!important;
	width: auto!important;
}
.mfp-figure .button-close.mfp-close:focus,
button.mfp-close:focus {
	outline: auto;
	outline-color: #333;
}
.mfp-figure .button-close.mfp-close img {
	width: 16px;
	height: 16px;
}
.c_modal-window .button-close.mfp-close:hover {
	opacity: .6;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.c_modal-box:not(:first-child) {
		margin-top: 40px!important;
	}
	.c_modal-box + div:not(:first-child) {
		margin-top: 40px;
	}
	.c_modal {
		background: none;
		text-align: left;
	}
	.c_modal > img {
		width: 87%;
	}
	.c_modal .button-open {
		width: 36px;
		height: 36px;
		bottom: 0px;
		margin-left: 12px;
	}
	.mfp-figure .button-close.mfp-close {
		border: none;
		min-width: 100px;
		padding: 7px 15px;
		font-size: 0.875rem;
	}
	.mfp-container {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}

/*  c_table
========================================================================*/

.c_table:not(:first-child) {
	margin-top: 30px;
}
.c_table + [class^='c_h']:not(:first-child) {
	margin-top: 60px;
}
.c_table + div:not(:first-child) {
	margin-top: 30px;
}
.c_table table {
	max-width: 100%;
	table-layout: fixed;
}
.c_table table:not(.swipe) {
	min-width: 750px;
}
.c_table table caption {
	text-align: right;
	margin-bottom: 8px;
}
.c_table table th,
.c_table table td {
	border: 1px solid #8E99AF;
	padding: 15px 18px;
	vertical-align: middle;
	font-size: 1rem;
	overflow-wrap: anywhere;
}
.c_table table thead tr th {
	color: #FFFFFF;
	background: #4568AD;
	font-weight: bold;
}
.c_table table tbody th {
	color: #315396;
	background: #DEE4F0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.c_table table td p + p {
	margin-top: 12px;
}
.c_table table tr td  a[href^='mailto:'] {
	color: #003399;
}
.c_table table tr td a:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.c_table + [class^='c_h']:not(:first-child) {
		margin-top: 40px;
	}
	.c_table table:not(.swipe) {
		min-width: 100%;
	}
	.c_table table th,
	.c_table table td {
		padding: 14px 10px;
	}
}

/*  swipe
------------------------------------------------*/

.c_table.swipe table {
	width: 100%;
	table-layout: fixed;
}
@keyframes swipe {
  40%, 60%, 80% {transform: scale(1);}
  50%, 70% {transform: scale(.9);}
}

@media screen and (max-width: 767px) {
	.c_table.swipe {
		overflow: auto;
		position: relative;
	}
	.c_table.swipe table {
		width: 1200px;
		max-width: none;
		margin-bottom: 20px;
	}
	.c_table.swipe::before,
	.c_table.swipe::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .3s;
		pointer-events: none;
	}
	.c_table.swipe::after {
		width: 145px;
		height: 144px;
		background: url(/cp-assets/img/swipe.png) no-repeat center top / contain;
	}
	.c_table.swipe.active::before,
	.c_table.swipe.active::after {
		opacity: 0;
	}
	.c_table.swipe table th,
	.c_table.swipe table td {
		padding: 13px 20px;
	}
	.c_table.swipe::-webkit-scrollbar {
		height: 10px;
	}
	.c_table.swipe::-webkit-scrollbar-thumb {
		background: #666666;
		border-radius: 10px;
	}
	.c_table.swipe::-webkit-scrollbar-track {
		background: #CCCCCC;
		border-radius: 10px;
	}
}

/*  center
------------------------------------------------*/

.c_table.center table tbody th,
.c_table.u_center table tbody th {
	text-align: center;
	vertical-align: middle;
}

/*  middle
------------------------------------------------*/

.c_table.middle table tbody th {
	vertical-align: middle;
}

/*  w_100
------------------------------------------------*/

.c_table.w_100 table:not(.swipe) {
	width: 100%;
}

/*  caption_bottom
------------------------------------------------*/

.c_table.caption_bottom table caption {
	caption-side: bottom;
	margin-top: 8px;
}

/*  table-caption
------------------------------------------------*/

.c_table table tr.table-caption td {
	border: none;
	text-align: right;
	padding: 10px 0 0;
	font-size: 0.9375rem;
}

/*  table-col
------------------------------------------------*/

.c_table.table-col table {
	table-layout: fixed;
}

@media screen and (max-width: 767px) {
	.c_table.table-col table,
	.c_table.table-col thead,
	.c_table.table-col tbody,
	.c_table.table-col tr,
	.c_table.table-col th,
	.c_table.table-col td {
		display: block!important;
		width: 100%!important;
		height: auto!important;
	}
	.c_table.table-col table th,
	.c_table.table-col table td {
		padding: 15px 13px!important;
	}
	.c_table.table-col th {
		border-bottom: none!important;
	}
	.c_table.table-col tr:not(:first-child) th {
		border-top: none!important;
	}
}

/*  c_table-box
========================================================================*/

.c_table-box:not(:first-child) {
	margin-top: 40px;
}
.c_table-box > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c_table-box > div:after {
	content: none;
}
.c_table-box .c_table + div:not(:first-child) {
	margin-top: 0;
}
.c_table-box .c_table table:not(.swipe) {
	min-width: auto;
	width: 100%;
}
.c_table-box .c_table table:not(.swipe) tbody th {
	background: #FFFFFF;
	color: #000000;
	font-weight: normal;
}
.c_table-box.bg-normal .c_table table tbody tr th {
	color: #315396;
	background: #DEE4F0;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.c_table-box > div {
		display: block;
	}
	.c_table-box .c_table {
		width: 100%;
	}
	.c_table-box .c_table:not(:first-child) {
		margin-top: 20px!important;
	}
}

/*  col-2
------------------------------------------------*/

@media screen and (min-width: 768px) {
	.c_table-box.col-2 > div:after {
		display: none;
	}
	.c_table-box.col-2 .c_table {
		width: 48%;
	}
	.c_table-box.col-2 .c_table:nth-child(n+3) {
		margin-top: 40px;
	}
}

/*  col-3
------------------------------------------------*/

@media screen and (min-width: 768px) {
	.c_table-box.col-3 .c_table {
		width: 32%;
	}
	.c_table-box.col-3 > div:after{
		content: '';
		display: block;
		width: 32%;
	}
	.c_table-box.col-3 .c_table:nth-child(n+4) {
		margin-top: 40px;
	}
}

/*  c_card-step
========================================================================*/

.c_card-step:not(:first-child) {
	margin-top: 30px;
}
.c_card-step + div:not(:first-child) {
	margin-top: 50px;
}
.c_card-step .box:not(:first-child) {
	margin-top: 60px;
}
.c_card-step .box > div {
	display: flex;
	justify-content: left;
	border: 2px solid #4568AD;
	border-radius: 12px;
	position: relative;
}
.c_card-step .box:not(:first-child) > div::before {
	content: "";
	width: 30.5px;
	height: 35.8px;
	position: absolute;
	background: url(/cp-assets/img/flow_arrow.png) 0 0 no-repeat;
	background-size: 30.5px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.c_card-step .box .step {
	background: #4568AD;
	border-radius: 8px 0 0 8px;
	color: #FFFFFF;
	font-size: 2.1875rem;
	font-weight: bold;
	max-width: 158px;
	width: 100%;
	line-height: 1;
}
.c_card-step .box .step > div {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.c_card-step .box .step > div,
.c_card-step .box .textbox > div {
	padding: 38px;
}
.c_card-step .box .step span {
	font-size: 1.125rem;
	display: block;
	padding-bottom: 8px;
}
.c_card-step .box .textbox .title {
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.c_card-step .box .textbox .text {
	font-size: 1.0625rem;
}

@media screen and (max-width: 767px) {
	.c_card-step .box .step > div,
	.c_card-step .box .textbox > div {
		padding: 20px;
	}
	.c_card-step .box .step {
		font-size: 1.8125rem;
		max-width: 100px;
	}
	.c_card-step .box .step span {
		font-size: 0.875rem;
	}
	.c_card-step .box .textbox .title {
		margin-bottom: 10px;
	}
	.c_card-step .box .textbox .text {
		font-size: 1rem;
	}
}

/*  c_map
========================================================================*/

.c_map:not(:first-child) {
	margin-top: 30px;
}
.c_map {
	position: relative;
	height: 441px;
	padding: 0;
	z-index: auto!important;
}
.c_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.c_map {
		height: 232px;
	}
}

/*  .c_faq
========================================================================*/

.c_faq-box:not(:first-child) {
	margin-top: 30px;
}
.c_faq-box {
	background-image: linear-gradient(to right, #AAAAAA, #AAAAAA 4px, transparent 2px, transparent 8px);
	background-size: 8px 1px;
	background-position: left top;
	background-repeat: repeat-x;
}
.c_faq {
	padding: 30px 0!important;
	background-image: linear-gradient(to right, #AAAAAA, #AAAAAA 4px, transparent 2px, transparent 8px);
	background-size: 8px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.c_faq a {
	color: #003399;
}
.c_faq .question,
.c_faq .answer {
	font-weight: bold;
	font-size: 1.0625rem;
	display: flex;
	justify-content: space-between;
}
.c_faq .question > div,
.c_faq .answer > div {
	width: 95%;
	margin: auto 0;
}
.c_faq .question > span:first-child,
.c_faq .answer > span:first-child {
	border-radius: 4px;
	margin-right: 15px;
	margin-left: 5px;
	height: fit-content;
}
.c_faq .question > span:first-child {
	color: #B50000;
	border: 2px solid #B50000;
	padding: 0px 5px 2px 5px;
}
.c_faq .answer {
	margin-top: 25px;
}
.c_faq .answer > span:first-child {
	color: #FFFFFF;
	background: #B50000;
	border: 2px solid #B50000;
	padding: 1px 6px 2px 6px;
}
.c_faq ul:not(.c_text-link) {
	padding-left: 3em;
}
.c_faq .answer > ul {
	margin-top: 25px;
	font-weight: normal;
	font-size: 1rem;
	padding-left: 0;
}
.c_faq .answer > ul li {
	text-indent: 0em;
}
.c_faq .answer > ul li:not(:first-child) {
	margin-top: 25px;
}
.c_faq .answer .answer-title {
	text-indent: 0;
	margin-top: 30px;
	font-size: 1.0625rem;
	background: #EBEBEB;
	padding: 7px 15px;
}
.c_faq .answer .answer-title + ul {
	margin-top: 20px!important;
}
.c_faq .answer > div > ul.number {
	padding-left: 1.3em;
	font-size: 1rem;
	font-weight: normal;
	margin-top: 30px;
}
.c_faq .answer > div > ul.number li {
	text-indent: -1.3em;
	margin-top: 25px;
}
.c_faq .answer > div > ul.number li > span {
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.c_faq .question > span:first-child,
	.c_faq .answer > span:first-child {
		margin-right: 15px;
		margin-left: 0;
		font-size: 1rem;
	}
	.c_faq .question > span:first-child {
		padding: 1px 5px 2px 5px;
	}
	.c_faq .answer {
		margin-top: 20px;
	}
	.c_faq .answer > span:first-child {
		padding: 1px 6px 2px 6px;
	}
	.c_faq ul:not(.c_text-link) {
		padding-left: 3em;
	}
	.c_faq .answer > ul {
		margin-top: 20px;
	}
	.c_faq .answer > ul li:not(:first-child) {
		margin-top: 25px;
	}
	.c_faq .answer .answer-title {
		margin-top: 25px;
		padding: 7px 12px;
	}
}

/*  accordion
------------------------------------------------*/

.c_faq.accordion .question, .c_faq.accordion .answer {
    padding-right: 60px;
}
.c_faq.accordion .question::before, .c_faq.accordion .question::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 20px;
    height: 2px;
    background: #003399;
    transition: all .3s;
}
.c_faq .question, .c_faq .answer {
    font-weight: bold;
    font-size: 1.0625rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.c_faq.accordion .question {
    cursor: pointer;
}
.c_faq.accordion .question::after {
    transform: rotate(90deg);
}
.c_faq.accordion.active .question::after {
    transform: rotate(360deg);
}

@media screen and (max-width: 767px) {
	.c_faq.accordion.number .question > div,
	.c_faq.accordion.number .answer > div {
		width: 73%;
	}
	.c_faq.accordion .question,
	.c_faq.accordion .answer {
		padding-right: 50px;
	}
	.c_faq.accordion .question::before,
	.c_faq.accordion .question::after {
		right: 15px;
	}
}

/*  number
------------------------------------------------*/

.c_faq.number li {
	padding: 0 10px 0 5px;
}
.c_faq.number .question > div,
.c_faq.number .answer > div {
	width: 91%;
}
.c_faq.number .question > span:first-child {
	padding: 2px 6px 5px 6px;
}
.c_faq.number .answer > span:first-child {
	padding: 2px 6px 3px 6px;
}
.c_faq.number .answer > div p + p {
	margin-top: 15px;
}
.c_faq.number .answer .indent:not(:first-child) {
	margin-top: 20px;
}
.c_faq.number .answer .indent {
	display: flex;
}
.c_faq.number .answer .indent > span:first-child {
	width: auto;
}
.c_faq.number .answer .indent > span:not(:first-child) {
	width: 90%;
}
.c_faq.number .answer > div p .pl_1em {
	padding-left: 1em;
	display: inline-block;
}
.c_faq.number .c_table:not(:first-child) {
	margin-top: 0;
}
.c_faq.number .c_table table {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.c_faq.number li {
		padding: 0 5px 0 5px;
	}
	.c_faq.number .question > div,
	.c_faq.number .answer > div {
		width: 87%;
	}
	.c_faq.number .question > span:first-child {
		padding: 2px 5px 3px 5px;
	}
	.c_faq.number .answer > span:first-child {
		padding: 1px 5px 2px 5px;
	}
	.c_faq.number .answer .indent > span:not(:first-child) {
		width: 67%;
	}
}

/*  c_text-box
========================================================================*/

.c_text-box:not(:first-child) {
	margin-top: 30px;
}
.c_text-box {
	width: 100%;
}
.c_text-box > div {
	margin: 0 auto;
	padding: 35px 40px;
	max-width: 1200px;
	background: #F7F9FD;
	border: 2px solid #8A9DCC;
	border-radius: 15px;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.c_text-box > div {
		padding: 25px 30px;
		font-size: 0.875rem;
	}
}

/*  c_anchor
========================================================================*/

.c_anchor:not(:first-child) {
	margin-top: 30px;
}
.c_anchor {
	color: #003399;
	font-size: 1rem;
}
.c_anchor ul li:not(:first-child) {
	margin-top: 20px;
}
.c_anchor ul li a {
	padding-left: 30px;
	display: block;
	background: url(/cp-assets/img/anchor_arrow.png) 0 0 no-repeat;
	background-size: 16px;
	background-position: left top .7em;
	text-decoration: none;
}
.c_anchor ul li a:hover {
	text-decoration: underline;
}

/*  faq
------------------------------------------------*/

.c_anchor.faq ul,
.c_anchor.faq ul li {
	background-image: linear-gradient(to right, #AAAAAA, #AAAAAA 4px, transparent 2px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
}
.c_anchor.faq ul {
	background-position: left top;
}
.c_anchor.faq ul li {
	padding: 20px 10px!important;
	background-position: left bottom;
}
.c_anchor.faq ul li:not(:first-child) {
	margin-top: 0;
}
.c_anchor.faq ul li a {
	display: flex;
}
.c_anchor.faq ul li a span:first-child {
	width: auto;
}
.c_anchor.faq ul li a span:last-child {
	width: 90%;
}

@media screen and (max-width: 767px) {
	.c_anchor.faq ul li a span:last-child {
		width: 79%;
	}
}

/*  c_arrow-icon
========================================================================*/

.c_arrow-icon:not(:first-child) {
	margin-top: 25px;
}
.c_arrow-icon + div:not(:first-child) {
	margin-top: 30px;
}
.c_arrow-icon {
	text-align: center;
}
.c_arrow-icon img {
	width: 30.5px;
	height: 35.8px;
}

/*  component_title
========================================================================*/

.component_title:not(:first-child) {
	margin-top: 60px;
}
.component_title + div:not(:first-child) {
	margin-top: 25px;
}
.component_title {
	background: #003399;
	color: #FFFFFF;
	margin: 0 auto;
	max-width: 1200px;
}
.component_title > div {
	font-size: 1.4375rem;
	font-weight: bold;
	padding: 18px 15px 20px 30px;
}

/*========================================================================

  login

========================================================================*/

html:has(.pbMainArea.login) {
	min-width: auto;
}
html:has(.pbMainArea.login),
body:has(.pbMainArea.login),
.pb-container:has(.pbMainArea.login),
.pbPage:has(.pbMainArea.login),
.pbAreaWrapper1:has(.pbMainArea.login),
.pbAreaWrapper2:has(.pbMainArea.login),
.pbMainArea.login,
.pbMainArea.login .pbArea,
.pbMainArea.login .pbArea > div {
	height: 100%;
}
body:has(.pbMainArea.login),
.pbPage:has(.pbMainArea.login){
	background: #e9e9e9;
}
.pbMainArea.login .pbArea > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: auto;
	width: calc(100% - 30px)!important;
}
.pbMainArea.login .login-block > div + form {
	margin-top: 15px;
}
.pbMainArea.login form {
	background-color: #fafafa;
	border-radius: 10px;
	border-width: 15px;
	border-color: #333;
	border-style: solid;
	box-shadow: 0 19px 38px rgba(1, 30, 44, 0.1);
	margin: auto;
	padding: 30px;
	max-width: 450px;
	font-weight: 600;
}
.pbMainArea.login form input[type="submit"] {
	background-color: #333;
	border: 2px solid #333;
	width: 100%;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 600;
	padding: 0.8em;
	border-radius: 5px;
}
.pbMainArea.login form .pbCorner.pbCornerLogin > div:not(:last-child) {
	margin-bottom: 20px;
}
.pbMainArea.login form .pbCorner.pbCornerLogin > div span:first-child  {
	display: block;
}
.pbMainArea.login form .pbCorner.pbCornerLogin > div:nth-child(2) .text span:first-child:has([name="password"])  {
	margin-bottom: 7px;
}
.pbMainArea.login form .pbCorner.pbCornerLogin .text .pbInputForm {
	width: 100%;
	padding: 0.5em;
	font-family: 'Noto Sans JP',"M PLUS 2",'メイリオ',Meiryo,sans-serif;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	background: #fafafa;
}
.pbMainArea.login input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
	-webkit-text-fill-color: #000 !important;
}
.pbMainArea.login form .pbCorner.pbCornerLogin .text span:has(input[name="memory"]) {
	position: relative;
}
.pbMainArea.login form .pbCorner.pbCornerLogin .text input[name="memory"] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pbMainArea.login form .pbCorner.pbCornerLogin .text > .text {
	margin-left: 16px;
}

/*========================================================================

  移行時のコンポーネント調整・オプション対応

========================================================================*/

/*  a
------------------------------------------------*/

.c_style a,
.c_top_info .info_text a,
.c_text-box a,
.c_card-step .box a,
.c_table table a,
table a {
	color: #003399;
}

/*  テーブル関連
------------------------------------------------*/

.c_table table tr td:has(a img[src$="ic_pdf.png"]),
.c_table table tr td:has(a img[src$="ic_excel.png"]),
.c_table table tr td:has(a img[src$="ic_word.png"]),
.c_table table tr td:has(a img[src$="ic_ppt.png"]),
.c_table table tr td:has(a img[src$="ic_zip.png"]) {
	text-align: center;
}
.c_table:not(.c_icon) table img[src$="ic_pdf.png"],
.c_table:not(.c_icon) table img[src$="ic_excel.png"],
.c_table:not(.c_icon) table img[src$="ic_word.png"],
.c_table:not(.c_icon) table img[src$="ic_ppt.png"],
.c_table:not(.c_icon) table img[src$="ic_zip.png"] {
	width: 30px!important;
}
.c_table.m_auto table {
	margin: auto;
}
.c_table .t_bunsu {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}
.c_table .t_bunsu div:first-child {
    margin-right: 30px;
}
.c_table .t_bunsu .t_bunshi,
.c_table .t_bunsu .t_bunbo {
    padding: 0 25px;
}
.c_table .t_bunsu .t_bunshi {
    border-bottom: 1px solid #000;
}
.c_table .t_bunsu .t_bunbo {
    margin-top: 0px !important;
}

@media screen and (min-width: 768px) {
	.c_table-box.col-2.w_2-1 .c_table:first-child {
		width: 65%;
	}
	.c_table-box.col-2.w_2-1 .c_table:not(:first-child) {
		width: 30%;
	}
}

/*  アイコン関連
------------------------------------------------*/

img[src$="arrow-right.png"] {
	vertical-align: middle;
}

/*  リスト
------------------------------------------------*/

.c_list.square ul li span:first-child {
	font-weight: normal;
	margin-right: 0;
}
.c_list.number:not(.c_faq) ul,
.c_list.number:not(.c_faq) ol {
	padding-left: 1.3em;
	font-size: 1rem;
}
.c_list.number:not(.c_faq) ul li,
.c_list.number:not(.c_faq) ol li {
	text-indent: -1.3em;
}
.c_list.number:not(.c_faq) ul li:not(:first-child),
.c_list.number:not(.c_faq) ol li:not(:first-child) {
	margin-top: 20px;
}
.c_list ul.number,
.c_list ol.number{
	padding-left: 1.3em;
	font-size: 1rem;
}
.c_list ul.number li,
.c_list ol.number li {
	text-indent: -1.3em;
}
.c_list ul.number li:not(:first-child),
.c_list ol.number li:not(:first-child) {
	margin-top: 20px;
}
.c_list ul.number li span:first-child,
.c_list ol.number li span:first-child {
	font-weight: normal;
	margin-right: 8px;
}
.c_list ul.square li > ul:not(.square) li::before,
.c_list ul.square li > ol:not(.square) li::before {
	content: none;
}
.c_list ul.pl0 {
	padding-left: 0!important;
}
.c_faq.number .question > span:first-child,
.c_faq.number .answer > span:first-child {
	font-weight: bold;
}
.c_list.c_faq {
	margin-top: 0;
}
.c_list:not(.c_faq) ul.number li:has(ul,ol):not(.number) li,
.c_list:not(.c_faq) ol.number li:has(ul,ol):not(.number) li {
	text-indent: 0;
}
.c_list.circled_number ol {
	padding-left: 1.4em;
}
.c_list.circled_number ol li {
	text-indent: -1.4em;
}
.c_list ol.circled_number {
	padding-left: 1.3em!important;
}
.c_list ol.circled_number li {
	text-indent: -1.3em !important;
}
.c_list.circled_number:not(.c_faq) ol li:not(:first-child),
.c_list ol.circled_number li:not(:first-child){
	margin-top: 15px;
}
.c_list.katakana ul {
	padding-left: 1.6em;
}
.c_list.katakana ul li {
	text-indent: -1.6em;
}
.c_list ul.katakana {
	padding-left: 1.7em!important;
}
.c_list ul.katakana li {
	text-indent: -1.7em !important;
}

/*  pdf-button
------------------------------------------------*/

.c_link.pdf-button ul li a[href$='.xlsx']::after,
.c_link.pdf-button ul li a[href$='.xlsm']::after,
.c_link.pdf-button ul li a[href$='.xls']::after {
	content: "";
	background: url(/cp-assets/img/ic_excel.png) no-repeat center center / contain;
	background-position: right center;
	background-size: 24px;
	padding-right: 25px;
}
.c_link.pdf-button ul li a[href$='.docx']::after,
.c_link.pdf-button ul li a[href$='.doc']::after {
	content: "";
	background: url(/cp-assets/img/ic_word.png) no-repeat center center / contain;
	background-position: right center;
	background-size: 24px;
	padding-right: 25px;
}
.c_link.pdf-button ul li a[href$='.pptx']::after,
.c_link.pdf-button ul li a[href$='.ppt']::after {
	content: "";
	background: url(/cp-assets/img/ic_ppt.png) no-repeat center center / contain;
	background-position: right center;
	background-size: 24px;
	padding-right: 25px;
}
.c_link.pdf-button ul li a[href$='.zip']::after {
	content: "";
	background: url(/cp-assets/img/ic_zip.png) no-repeat center center / contain;
	background-position: right center;
	background-size: 24px;
	padding-right: 25px;
}
.c_link:not(.button, .pdf-button) li:not(:first-child) {
	margin-top: 20px;
}

/*  c_h icon
------------------------------------------------*/

.c_h2.icon img,
.c_h3.icon img,
.c_h4.icon img,
.c_h5.icon img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	vertical-align: baseline;
}

/*  c_card-step
------------------------------------------------*/

.c_card-step .box .textbox {
	display: flex;
	align-items: center;
}

/*  c_image-text
------------------------------------------------*/

.c_image-text:not(:first-child) {
	margin-top: 30px;
}
.c_image-text > div {
	display: flex;
	justify-content: space-between;
}
.c_image-text > div:after {
	display: none;
}
.c_image-text .imagebox,
.c_image-text .textbox {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.c_image-text:not(:first-child) {
		margin-top: 20px;
	}
	.c_image-text > div {
		flex-direction: column;
	}
	.c_image-text .imagebox,
	.c_image-text .textbox {
		width: 100%;
	}
	.c_image-text .imagebox > div {
		display: table;
		margin: 0 auto;
	}
	.c_image-text .textbox {
		margin-top: 25px;
	}
}

/*  padding
------------------------------------------------*/

.pr_15 {
	padding-right: 15px!important;
}
.pl_15 {
	padding-left: 15px!important;
}
.pl_40 {
	padding-left: 40px!important;
}