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

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

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

.page_detail{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	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: 3.6rem;
	line-height: 1;
	letter-spacing: 0.2em;
	padding-bottom: 57px;
	text-align: center;
	color: #333333;
	position: relative;
}

h2.h2-midashi::before,
.page_detail h2::before{
	content: '';
	display: inline-block;
	background: url("../images/common/midashi_line.png")no-repeat;
	background-size: contain;
	width: 1200px;
	height: 43px;
	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: 2.3rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #1790c0;
	text-align: center;
	padding-bottom: 23px;
	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: 21px;
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #333333;
	position: relative;
}

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

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

/**/

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

/**/
/*スライダー（パターン1）*/
.page_detail .slick01{
	width: 100vw;
	margin: 0 auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.page_detail .slick01 li.s-slide{
	width: 870px;
	margin: 0 33px;
}

.page_detail .slick01 li.s-slide img{
	width: 100%;
	height: 35.61vw;/*527*/
	max-height: 527px;
	object-fit: cover;
}

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

.page_detail .slick01 li.s-slide p.txt_lv2{
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.05em;
	color: #4d4d4d;
	text-align: justify;
}

.page_detail .slick01 .prev-arrow{
	width: 68px;
	height: auto;
	position: absolute;
	top: 229px;
	left: 50%;
	transform: translateX(-486px);
	z-index: 1;
	right: calc(-870px - 34px);
	cursor: pointer;
}

.page_detail .slick01 .next-arrow{
	width: 68px;
	height: auto;
	position: absolute;
	top: 229px;
	left: 50%;
	transform: translateX(418px);
	z-index: 1;
	right: calc(870px + 34px);
	cursor: pointer;
}

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

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

.page_detail .slick01 .slick-dots li.slick-active::after{
	content: '';
	display: inline-block;
	background: #0071b6;
	width: 11px;
	height: 11px;
	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: 48px;
}

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

.page_detail .slick02 li.s-slide .slide_img{
	width: 100%;
	height: 323px;
	border-radius: 10px;
	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.6rem;
	line-height: 1.93875;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

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

.page_detail .slick02 .next-arrow{
	width: 2.95rem;
	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: 7px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.page_detail .slick02 .slick-dots li{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #0071b6;
	background: #fff;
	margin: 0 3px;
	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 {
	width: 33.92vw;
	max-width: 502px;
    margin:0 5px;/*スライド左右の余白調整*/
}


/**/
/*2カラム（パターン1）*/
.page_detail .wp-block-columns.column-type01.over-10{
	width: 110%;
	justify-content: space-between;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

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

.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: 10px;
}

.page_detail .wp-block-columns.column-type01 .text_area{
	width: 100%;
	max-width: 45.9090%;/*505*/
}

/**/
/*リンクボタン*/
.wp-block-button a.wp-block-button__link{
    width: fit-content;
    min-height: 54px;
	padding: 18px 70px;
    position: relative;
	
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;    
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 700;
    position: relative;
	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: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    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{
	width: 76.8%;
	height: 50px;
	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.8rem;
	line-height: 1.7233;
	letter-spacing: 0.1em;
	color: #333333;
	background: #fff;
	padding: 8px 35px 10px 22px;
}

.page_detail .table-type01.fs-small table tr td{
	font-size: 1.6rem;
	line-height: 1.93875;
}

.page_detail .table-type01 table tr td:first-child{
	width: calc(100% - 76.8%);
	background: #f2fafc;
	padding: 0 0 0 20px;
  font-weight: 500;
	vertical-align: middle;
}

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

.page_detail .table-type02{
	width: 100%;
	overflow: hidden !important;
}

.page_detail .table-type02 table{
	width: 100%;
	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: 50px;
	border-bottom: 1px solid #4396bf;
	border-right: 1px solid #4396bf;
	padding: 10px 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.8rem;
	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: 10px 0 10px 20px;
  font-weight: 500;
	vertical-align: middle;
	text-align: left;
}


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

.wp-block-columns.btn_column{
	justify-content: space-between;
}

a.btn.btn-file{
	display: flex;
	align-items: center;
	width: 100%;
	height: 74px;
	border-radius: 10px;
	/*background: url("../images/news/dl_ico.svg")no-repeat #fff right 23px center;
	background-size: 36px auto;*/
	background: url("../images/top/link_ico-blue.svg")no-repeat #fff right 23px center;
	background-size: 24px auto;
	padding: 0 90px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 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: 37px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 29px;
	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: 37px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 29px;
	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: 37px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
}

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


/**/
/*ボタン（別タブアイコン）*/
.wp-block-button.is-style-newtab a.wp-block-button__link::after{
	background-image: url(../images/common/tab-link_ico-white.svg);
	background-size: contain;
	width: 26px;
	height: 26px;
}
.wp-block-button.is-style-newtab a.wp-block-button__link:hover::after{
	background-image: url(../images/common/tab-link_ico-blue.svg);
	background-size: contain;
}

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

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

/*アコーディオンタイトル*/
.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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 23px 42px 23px 40px;
	display: flex;
	align-items: flex-start;
	font-size: 2.5rem;
	color: #0071B7;
	letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}
.page_detail .accordion-area li > .accordion-title::after{
    content:'';
	display: block;
	background: url("../images/contact/btn_acco.png") 0 0 / contain no-repeat;
	transform: rotate(180deg);
    width: 48px;
    height: 48px;
    position: absolute;
	right: 30px;
}
.page_detail .accordion-area li > .accordion-title.close::after{
	transform: rotate(0deg);
}

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

