@charset "utf-8";
/* CSS Document */

/*===================================
	共通パーツ
=====================================*/

#wpadminbar{
	display: none !important;
}

/*===================================
	共通パーツ(WordPress)
=====================================*/

.page_detail{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.page_detail figure{
	margin: 0;
}

.page_detail .wp-block-columns{
	gap: 0;
	margin: 0;
}

.page_detail .wp-block-table td,
.page_detail .wp-block-table th{
	border: none;
	padding: 0;
}

h2.h2-midashi,
.page_detail h2{
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: 0.2em;
	padding-bottom: 37px;
	text-align: center;
	color: #333333;
	position: relative;
}

h2.h2-midashi::before,
.page_detail h2::before{
	content: '';
	display: inline-block;
	background: url("../images/common/sp-midashi_line.png")no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 300px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

h3.h3-midashi,
.page_detail h3{
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #1790c0;
	text-align: center;
	padding-bottom: 1.45rem;
	border-bottom: 1px solid #1790c0;
}

.page_detail #ez-toc-container{
	display: none;
}

/**/
/*リスト（水色：デフォルト）*/

.page_detail ul.wp-block-list{
	list-style: none;
}

.page_detail ul.wp-block-list li{
	padding-left: 20px;
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.05em;
	color: #333333;
	position: relative;
}

.page_detail ul.wp-block-list li::before{
	content: '';
	display: inline-block;
	background: #6fbfdc;
	width: 1.17rem;
	height: 1.17rem;
	border-radius: 50%;
	position: absolute;
	top: 0.585rem;
	left: 0;
	z-index: 1;
}

.page_detail ul.wp-block-list li + li{
	margin-top: 7px;
}

/**/

/*スライダー共通*/
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}

/**/
/*スライダー（パターン1）*/

.page_detail .slick01{
	width: 100%;
	position: relative;
}

.page_detail .slick01 li.s-slide{
	width: 100%;
}

.page_detail .slick01 li.s-slide img{
	width: 100%;
	height: 197px;
	object-fit: cover;
}

.page_detail .slick01 li.s-slide p.txt_lv1{
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #1790c0;
	text-align: center;
	margin-top: 18px;
}

.page_detail .slick01 li.s-slide p.txt_lv2{
	margin-top: 17px;
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
}

.page_detail .slick01 .prev-arrow{
	width: 34px;
	height: auto;
	position: absolute;
	top: 73px;
	left: -18px;
	z-index: 1;
	cursor: pointer;
}

.page_detail .slick01 .next-arrow{
	width: 34px;
	height: auto;
	position: absolute;
	top: 73px;
	right: -18px;
	z-index: 1;
	cursor: pointer;
}

.page_detail .slick01 .slick-dots{
	list-style: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -37px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.page_detail .slick01 .slick-dots li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #0071b6;
	background: #fff;
	margin: 0 2px;
	position: relative;
}

.page_detail .slick01 .slick-dots li.slick-active::after{
	content: '';
	display: inline-block;
	background: #0071b6;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.page_detail .slick01 .slick-dots li button{
	display: none;
}

/**/
/*スライダー（パターン2）*/
.page_detail .slick02{
	width: 100%;
	padding-bottom: 3.75rem;
}

.page_detail .slick02 li.s-slide{
	width: 100%;
	margin: 0 0.25rem;
}

.page_detail .slick02 li.s-slide .slide_img{
	width: 100%;
	height: 199px;
	border-radius: 5px;
	overflow: hidden;
}

.page_detail .slick02 li.s-slide .slide_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_detail .slick02 li.s-slide p.txt_lv1{
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: center;
	margin-top: 9px;
}

.page_detail .slick02 .prev-arrow{
	width: 18px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

.page_detail .slick02 .next-arrow{
	width: 18px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.page_detail .slick02 .slick-dots{
	list-style: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0.45rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.page_detail .slick02 .slick-dots li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #0071b6;
	background: #fff;
	margin: 0 2px;
	position: relative;
}

.page_detail .slick02 .slick-dots li.slick-active{
	background: #0071b6;
}

.page_detail .slick02 .slick-dots li button{
	display: none;
}

/**/
/*スライダー（ループスライダー*/

.page_detail ul.loop-slick{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.page_detail ul.loop-slick img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.page_detail ul.loop-slick .slick-slide {
	min-width: 183px;
    margin:0 0.25rem;/*スライド左右の余白調整*/
}


/**/
/*2カラム（パターン1）*/

.page_detail .wp-block-columns.column-type01.over-10{
	width: 100%;
}

.page_detail .wp-block-columns.column-type01 .photo_area{
	width: 100%;
	max-width: 89.8333%;/*539*/
	margin: 0 auto;
}

.page_detail .wp-block-columns.column-type01 .photo_area figure{
	margin: 0;
	width: 100%;
}

.page_detail .wp-block-columns.column-type01 .photo_area figure img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.page_detail .wp-block-columns.column-type01 .text_area{
	width: 100%;
}

/**/
/*リンクボタン*/

.wp-block-button a.wp-block-button__link{
    width: fit-content;
    min-height: 4.65rem;
	padding: 15px 35px;
    position: relative;
	
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;    
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 700;
	border: 1px solid #0071B7;
	box-sizing: border-box;
    transition: all 0.5s;
	
    background-color: #0071B7;
}
.wp-block-button a.wp-block-button__link::after{
    content: '';
    display: block;
    background-image: url("../images/common/head-link_ico-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
}

.wp-block-button a.wp-block-button__link:hover{
    background-color: #fff;
	color: #0071B7;
}
.wp-block-button a.wp-block-button__link:hover::after{
    background-image: url("../images/common/head-link_ico-blue.svg");
}

/**/
/*テーブル（パターン1）*/

.page_detail .table-type01{
	width: 100%;
}

.page_detail .table-type01 table{
	width: 100%;
	border-top: 1px solid #4396bf;
	border-left: 1px solid #4396bf;
	box-sizing: border-box;
}

.page_detail .table-type01 table tr td,
.page_detail .table-type01 table tr th{
	border: none;
	padding: 0;
	margin: 0;
}

.page_detail .table-type01 table tr td{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	border-bottom: 1px solid #4396bf;
	border-right: 1px solid #4396bf;
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 1.3rem;
	line-height: 1.5384;
	letter-spacing: 0.05em;
	color: #333333;
	background: #fff;
	padding: 8px 16px;
}

.page_detail .table-type01.fs-small table tr td{
	line-height: 1.7307;
}


.page_detail .table-type01 table tr td:first-child{
	background: #f2fafc;
	padding: 0 0 0 16px;
  font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

/**/
/*テーブル（パターン2）*/

.page_detail .table-type02{
	width: 100%;
}

.page_detail .table-type02 table{
	width: 839px;
	border-top: 1px solid #4396bf;
	border-left: 1px solid #4396bf;
	box-sizing: border-box;
	padding: 0;
	border-spacing: 0;
}

.page_detail .table-type02 table tr td,
.page_detail .table-type02 table tr th{
	border: none;
	padding: 0;
	margin: 0;
}

.page_detail .table-type02 table tr td{
	width: 25.7%;
	height: 42px;
	border-bottom: 1px solid #4396bf;
	border-right: 1px solid #4396bf;
	padding: 5px 0;
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 1.5rem;
	line-height: 1.7233;
	letter-spacing: 0.1em;
	color: #333333;
	background: #fff;
	text-align: center;
}

.page_detail .table-type02 table tr:first-child td{
	background: #1791c1;
  font-weight: 500;
	color: #fff;
	border-right: 1px solid #fff;
}

.page_detail .table-type02 table tr:first-child td:last-child{
	border-right: 1px solid #4396bf;
}

.page_detail .table-type02 table tr:nth-child(n + 2) td:first-child{
	width: calc(100% - 77.1%);
	background: #f2fafc;
	padding: 5px 0 5px 16px;
  font-weight: 500;
	vertical-align: middle;
	text-align: left;
}


/**/
/*ボタン（ファイルダウンロード）*/

.wp-block-columns.btn_column .wp-block-column + .wp-block-column{
	margin-top: 27px;
}

a.btn.btn-file{
	display: flex;
	align-items: center;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	/*background: url("../images/news/dl_ico.svg")no-repeat #fff right 14px center;
	background-size: 2.25rem auto;*/
	background: url("../images/top/link_ico-blue.svg")no-repeat #fff right 14px center;
	background-size: 14px auto;
	padding: 0 45px 0 5.75rem;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px rgba(37,147,144,0.35);
	position: relative;
}

a.btn.btn-file.pdf::before{
	content: '';
	display: inline-block;
	background: url("../images/news/pdf_ico.svg")no-repeat;
	background-size: contain;
	width: 2.25rem;
	height: 2.75rem;
	position: absolute;
	top: 50%;
	left: 1.75rem;
	transform: translateY(-50%);
}

a.btn.btn-file.doc::before{
	content: '';
	display: inline-block;
	background: url("../images/news/docx_ico.svg")no-repeat;
	background-size: contain;
	width: 2.25rem;
	height: 2.75rem;
	position: absolute;
	top: 50%;
	left: 1.75rem;
	transform: translateY(-50%);
}

a.btn.btn-file.xls::before{
	content: '';
	display: inline-block;
	background: url("../images/news/xlsx_ico.svg")no-repeat;
	background-size: contain;
	width: 2.25rem;
	height: 2.75rem;
	position: absolute;
	top: 50%;
	left: 1.75rem;
	transform: translateY(-50%);
}

a.btn.btn-file span{
	font-size: 1.25rem;
	line-height: 1.2372;
	letter-spacing: 0.05em;
	color: #333333;
}

/**/
/*アコーディオン全体*/
.page_detail .accordion-area{
    list-style: none;
	width: 100%;
    margin:0 auto;
	counter-reset: listnum;
}
.page_detail .accordion-area li{
}

.page_detail .accordion-area li + li{
	margin-top: 16px;
}

/*アコーディオンタイトル*/
.page_detail .accordion-area li > .accordion-title {
	width: 100%;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
	background-color: #fff;
	border: 1px solid #29A6DD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px 45px 12px 16px;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #0071B7;
	letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
	text-align: justify;
}

.page_detail .accordion-area li > .accordion-title::after{
    content:'';
	display: block;
	background: url("../images/contact/btn_acco.svg") 0 0 / contain no-repeat;
	transform: rotate(180deg);
    width: 24px;
    height: 24px;
    position: absolute;
	right: 16px;
}
.page_detail .accordion-area li > .accordion-title.close::after{
	transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.page_detail .accordion-area li > .box {
    display: none;
}