@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}

.m_right{
	margin: 0 0 0 auto;
}
.m_center{
	margin: 0 auto;
}

/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}
.pt25 { padding-top : 25px !important;}
.pt30 { padding-top : 30px !important;}


.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}
.pb25  { padding : 25px !important;}
.pb30  { padding : 30px !important;}
.pb35  { padding : 35px !important;}
.pb40  { padding : 40px !important;}
.pb45  { padding : 45px !important;}
.pb50  { padding : 50px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	text-align	: left;
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 24px auto 0;
}
#crumb li,
#crumb li a{
	font-size: 1.4rem;
	font-weight: 400;
	position: relative;
}
#crumb li {
	display: inline-block;
}
#crumb li + li::before{
	content: "\f054";
	font-size: 1.2rem;
	font-family: 'FontAwesome';
	font-weight: 400;
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	color: #999;
	margin-right: 7px;
	transform: translateY(-1px);
}
#crumb li a{
	color: #000;
	text-decoration: none;
}
#crumb li a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#crumb {
		margin: 12px auto 0;
	}
	#crumb li,
	#crumb li a{
		font-size: 1.2rem;
	}
}

/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}


/* pageTop
--------------------------------------------------------------------------- */

#pageTop {
	position: fixed;
	right: 40px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}
#pageTop a{
	border: 2px solid #18baa5;
	background-color: #18baa5;
	transition: 0.5s;
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
#pageTop:hover a span{
	transition: 0.3s;
}
#pageTop a:before{
	content: "";
	display: inline-block;
	content: "\f102";
	font-family: 'FontAwesome';
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
#pageTop a:hover{
	text-decoration: none;
}
@media (hover: hover) {
	#pageTop:hover a:hover{
		background-color: #fff;
	}
	footer #pageTop:hover a span{
		color: #18baa5;
	}
	footer #pageTop:hover a:before{
		transform: translateY(-5px);
		color: #18baa5;
	}
}
@media screen and (max-width: 768px){
	#pageTop {
		right: 20px;
		width: 60px;
		height: 60px;
		font-size: 14px;
	}
}


/* Heading
--------------------------------------------------------------------------- */

.hd01{
	font-size: 48px;
	font-weight: 700;
	color: #009985;
	margin-bottom: 40px;
}
.hd02{
	position: relative;
	font-size: 30px;
	font-weight: 500;
	padding-left: 24px;
	margin-bottom: 24px;
}
.hd02:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #57d9cc;
	border-radius: 50%;
	left: 0;
	top: 16px;
}
.hd03{
	position: relative;
	font-size: 30px;
	font-weight: 500;
	padding-left: 24px;
	margin-bottom: 24px;
}
.hd03 span{
	font-size: 24px;
}
.hd03:before {
  position: absolute;
  background-color: #009985;
  border-radius: 2px;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 10%;
  width: 10px;
  height: 90%;
}
@media screen and (max-width: 768px) {
	.hd01{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.hd02{
		font-size: 24px;
	}
	.hd02:before{
		width: 16px;
		height: 16px;
		top: 13px;
	}
	.hd03 {
		font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
	.hd01{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.hd02{
		font-size: 20px;
		margin-bottom: 16px;
	}
	.hd02:before{
		top: 9px;
	}
	.hd03 {
		font-size: 18px;
	}
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* btn
--------------------------------------------------------------------------- */

a.btn,
input[type="submit"],
button[type="submit"]{
	position: relative;
	border-radius: 50px;
	background: linear-gradient(90deg,rgba(236, 102, 0, 1) 0%, rgba(255, 158, 19, 1) 100%);
	color: #fff;
	width: fit-content;
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 13px 48px 13px 32px;
	border: 2px solid #fff;
	transition: 0.3s all;
	z-index: 0;
	-webkit-appearance: none;
}
a.btn:after,
input[type="submit"]:after,
button[type="submit"]:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	transform: rotate(45deg);
	transition: 0.3s all;
}
a.btn::before,
input[type="submit"]:before,
button[type="submit"]:before {
	content: "";
	position: absolute;
	border-radius: 50px;
	inset: 0;
	z-index: -1;
	background: linear-gradient(to right, #fff, #fff);
	opacity: 0;
	transition: opacity 0.5s;
}
@media (hover: hover) {
	a.btn:hover{
		color: #ec6600;
		border: 2px solid #ec6600;
		text-decoration: none;
	}
	a.btn:hover::before{
		opacity: 1;
	}
	a.btn:hover::after{
		border-top: solid 2px #ec6600;
		border-right: solid 2px #ec6600;
	}
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01,
.tblStyle01 table{
	border-collapse		: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	margin				: 0 auto;
	width				: 100%;
}

	.tblStyle01 th,
	.tblStyle01 td {
		border: 1px solid #c2ccd1;
		padding: 24px 32px;
	}
	.tblStyle01 th {
		width: 200px;
		border-right: none;
		background-color: #e6f7f5;
		vertical-align: top;
	}
	.tblStyle01 td {
		border-left: none;
	}

@media screen and (max-width: 768px) {
	.tblStyle01 th,
	.tblStyle01 td {
		padding: 16px 24px;
	}
	.tblStyle01 th {
		width: 160px;
	}
}
@media screen and (max-width: 480px) {
	.tblStyle01 th,
	.tblStyle01 td {
		display: block;
		width: 100%;
		border: 1px solid #c2ccd1;
		border-left: 1px solid #c2ccd1;
		border-bottom: none;
	}
	.tblStyle01 tbody tr:last-child td {
		border-bottom: 1px solid #c2ccd1;
	}
}
	
/* file
--------------------------------------------------------------------------- */
.file_PDF,
.file_PDF > .wp-block-group__inner-container,
.file_Word,
.file_Word > .wp-block-group__inner-container,
.file_Excel,
.file_Excel > .wp-block-group__inner-container{
	display: flex;
	gap: 16px;
}
[class^="file_"] + [class^="file_"],
li + [class^="file_"],
.file_list .wp-block-group + .wp-block-group  {
	margin-top: 24px;
}
.file_PDF .file-label,
.file_PDF > .wp-block-group__inner-container > p:nth-child(1){
	display: inline-block;
	width: 72px;
	min-width: 72px;
	border: 1px solid #FB1514;
	background-color: #fff;
	color: #FB1514;
	text-align: center;
}
.file_Word .file-label,
.file_Word > .wp-block-group__inner-container > p:nth-child(1){
	display: inline-block;
	width: 72px;
	min-width: 72px;
	border: 1px solid #0E459C;
	background-color: #fff;
	color: #0E459C;
	text-align: center;
}
.file_Excel .file-label,
.file_Excel > .wp-block-group__inner-container > p:nth-child(1){
	display: inline-block;
	width: 72px;
	min-width: 72px;
	border: 1px solid #0F723A;
	background-color: #fff;
	color: #0F723A;
	text-align: center;
}

[class^="file_"] .file_name,
.wp-block-group__inner-container .file_name{
	font-size: 18px;
}
[class^="file_"] .file_name:hover,
.wp-block-group__inner-container .file_name:hover{
	text-decoration: underline;
}

.download-excerpt{
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.file_PDF,
	.file_PDF > .wp-block-group__inner-container,
	.file_Word,
	.file_Word > .wp-block-group__inner-container,
	.file_Excel,
	.file_Excel > .wp-block-group__inner-container{
		gap: 8px;
	}
	.file_PDF .file-label,
	.file_PDF > .wp-block-group__inner-container > p:nth-child(1),
	.file_Word .file-label,
	.file_Word > .wp-block-group__inner-container > p:nth-child(1),
	.file_Excel .file-label,
	.file_Excel > .wp-block-group__inner-container > p:nth-child(1){
		font-size: 13px;
		width: 56px;
		min-width: 56px;
	}
	[class^="file_"] .file_name,
	.wp-block-group__inner-container .file_name{
		font-size: 15px;
	}
}
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}

ol,
ol li{
	list-style: auto;
}
ol{
	padding-left: 1.2em;
}
ol + p{
	margin-top: 1em;
}


/* linkList
--------------------------------------------------------------------------- */
.linkList > .wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	margin-top: 40px;
}
.linkList.column1{
	display: block;
}
.linkList.column1 > .wp-block-group__inner-container,
.linkList.column1 > .linkList_item{
	width: 100%;
}
.linkList.column1 .linkList_item + .linkList_item{
	margin-top: 40px;
}
.linkList.column2 .linkList_item{
	width: calc((100% - (30px * 1)) / 2);
}
.linkList.column3 .linkList_item{
	width: calc((100% - (30px * 2)) / 3);
}
.linkList .linkList_item,
.linkList .linkList_item .txtArea{
	display: flex;
	flex-flow: column;
}
.linkList.column1 .linkList_item{
	flex-flow: row;
}
.linkList .linkList_item{
	position: relative;
	background-color: #fff;
}
.linkList .linkList_item:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ccedea;
	bottom: -6px;
	right: -6px;
	z-index: -1;
}
.linkList .linkList_item .txtArea{
	position: relative;
	padding: 18px 18px 64px;
	box-sizing: border-box;
}
.linkList .linkList_item .txtArea:before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 34px;
	bottom: 32px;
	margin: auto;
	z-index: 1;
}
.linkList .linkList_item .txtArea:after{
	content: '';
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	background-color: #009985;
	border-radius: 50%;
}
.linkList .linkList_item .ttl{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 16px;
}
.linkList:not(.column1) .linkList_item .ttl{
	flex-grow: 1;
}
.linkList .linkList_item .day{
	font-size: 16px;
	color: #999999;
	text-align: right;
	margin-bottom: 8px;
}
.linkList .linkList_item p{
	font-size: 18px;
}
.linkList .linkList_item .imgArea{
	overflow: hidden;
	  aspect-ratio: 19 / 12;
}
.linkList .linkList_item .imgArea img{
	transition: 0.3s all;
	aspect-ratio: 19 / 12;
	object-fit: cover;
	height: 100%;
}
.linkList.column1 .linkList_item .imgArea img{
	object-fit: cover;
	width: 400px;
	aspect-ratio: 5 / 4;
}
.linkList .linkList_item,
.linkList .linkList_item p,
.linkList .linkList_item .txtArea:before,
.linkList .linkList_item .txtArea:after{
	transition: 0.3s all;
}
@media (hover: hover) {
	.linkList .linkList_item:hover .imgArea img{
		transform: scale(1.07);
	}
	.linkList .linkList_item:hover{
		background-color: #009985;
		text-decoration: none;
	}
	.linkList .linkList_item:hover .ttl,
	.linkList .linkList_item:hover p{
		color: #fff;
	}
	.linkList .linkList_item:hover .txtArea:before{
		border-top: solid 2px #009985;
		border-right: solid 2px #009985;
	}
	.linkList .linkList_item:hover .txtArea:after{
		background-color: #fff;
	}
}

@media screen and (max-width: 1024px) {
	.linkList .linkList_item .ttl{
		font-size: 20px;
	}
	.linkList .linkList_item .day{
		font-size: 14px;
	}
	.linkList .linkList_item p {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.linkList.column3 .linkList_item{
		width: calc((100% - (30px * 1)) / 2);
	}
}
@media screen and (max-width: 480px) {
	.linkList > .wp-block-group__inner-container{
		display: block;
		margin-inline: auto;
	}
	.linkList.column2,
	.linkList.column3{
		display: block;
		width: 90%;
		margin-inline: auto;
	}
	.linkList.column2 .linkList_item,
	.linkList.column3 .linkList_item{
		width: 100%;
	}
	.linkList .linkList_item + .linkList_item{
		margin-top: 32px;
	}
	.linkList .linkList_item .ttl{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.linkList .linkList_item p {
		font-size: 14px;
	}
}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}
	
	.txtarea01 { width : 100%; height : 120px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	
	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	

	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	input[type="radio"]{
		margin-top: -3px;
	}
	
	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}
	
	input[type="text"]{
		font-family: "Noto Sans JP", 'ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
		outline: none;
		border: 1px solid #b5b5b5;
		border-radius: 5px;
		font-size: 16px;
		width: 100%;
		padding: 12px;
		margin-top: 12px;
		-webkit-appearance: none;
	}
	#bd_under textarea,
	#bd_under textarea#bbp_topic_content,
	#bd_under textarea#bbp_reply_content{
		font-family: "Noto Sans JP", 'ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
		outline: none;
		border: 1px solid #b5b5b5;
		border-radius: 5px;
		font-size: 16px;
		width: 100%;
		height: 160px;
		padding: 12px;
		margin-top: 12px;
		-webkit-appearance: none;
	}
	#bd_under .wp-editor-container{
		border: none;
	}

.linkBtn_wrap{
	max-width: 1200px;
    width: calc(100% - 30px);
    margin: 16px auto 0 auto;
	display: flex;
	justify-content: flex-end;
	gap: 16px;
}
#bd_under .linkBtn_wrap a.btn{
    margin: 0;
    max-width: none;
    width: auto;
    position: relative;
    display: flex;
    border: 3px solid transparent;
    color: #333;
    line-height: 1.3;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    transition: 0.3s all;
}
#bd_under .linkBtn_wrap a.btn.back{
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1adfc5 0%, #2cbe67 100%) border-box;
}
#bd_under .linkBtn_wrap a.btn.logout{
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ec6600 0%, #f58220 100%) border-box;
}
#bd_under .linkBtn_wrap a.btn span{
	position: relative;
	z-index: 999;
}

/* グラデーションレイヤー */
#bd_under .linkBtn_wrap a.btn.back::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #1adfc5 0%, #2cbe67 100%);
    z-index: -1;
    opacity: 0;
    transition: 0.3s all;
}
#bd_under .linkBtn_wrap a.btn.logout::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #ec6600 0%, #f58220 100%);
    z-index: -1;
    opacity: 0;
    transition: 0.3s all;
}
#bd_under .linkBtn_wrap a.btn {
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(90deg, #1adfc5 0%, #2cbe67 100%) border-box;
}
#bd_under .linkBtn_wrap a.btn:after{
	transition: 0.3s;
}
#bd_under .linkBtn_wrap a.btn.back:after{
    border-top: solid 2px #2cbe67;
    border-right: solid 2px #2cbe67;
}
#bd_under .linkBtn_wrap a.btn.logout:after{
    content: "\f08b";
    font-family: 'FontAwesome';
	color: #ec6600;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border: none;
    transform: none;
}
@media (hover: hover) {
	#bd_under .linkBtn_wrap a.btn:hover,
	#bd_under .linkBtn_wrap a.btn:hover span {
		color: #fff;
	}

	#bd_under .linkBtn_wrap a.btn:hover::before {
		opacity: 1;
		z-index: 0;
	}
	#bd_under .linkBtn_wrap a.btn:hover:after {
	}
	nav a.nav_faq:hover{
		text-decoration: none;
		background-color: #e26403;
	}
	nav a.nav_contact:hover{
		text-decoration: none;
		background-color: #008674;
	}
	#bd_under .linkBtn_wrap a.btn.back:hover:after{
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	#bd_under .linkBtn_wrap a.btn.logout:hover:after{
		color: #fff;
	}
}


@media screen and (max-width: 480px) {
	#bd_under .linkBtn_wrap{
		display: block;
	}
	#bd_under .linkBtn_wrap a.btn{
		font-size: 13px;
		max-width: 180px;
		margin: 0 0 0 auto;
	}
	#bd_under .linkBtn_wrap a.btn + a.btn{
		margin-top: 8px;
	}
}




#editArea{
	margin-bottom: 100px;
}
#editArea .post_content > * + *{
	margin-top: 80px;
}
#editArea h2{
	position: relative;
	font-size: 30px;
	font-weight: 500;
	padding-left: 24px;
	margin-bottom: 24px;
}
#editArea h2:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #57d9cc;
	border-radius: 50%;
	left: 0;
	top: 16px;
}
#editArea p{
    font-size: 18px;
    line-height: 1.777;
}
#editArea * + p{
	margin-top: 22px;
}
#editArea figure{
	margin: 0 auto;
	text-align: center;
	display: block;
}
#editArea figure figcaption{
	text-align: left;
	display: inline-block;
	margin: 14px 0 0;
}
@media screen and (max-width: 768px) {
	#editArea .post_content > * + *{
		margin-top: 60px;
	}
	#editArea h2 {
		order: 1 !important;
		font-size: 24px;
	}
	#editArea h2:before{
		width: 16px;
		height: 16px;
		top: 13px;
	}
	#editArea p{
		font-size: 16px;
		line-height: 1.6;
	}
	#editArea * + p{
		margin-top: 18px;
	}
	#editArea figure figcaption{
		margin: 6px 0 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	#editArea h2 {
		font-size: 20px;
	}
    #editArea h2:before {
        top: 8px;
    }
}


#editArea .flex_wrap{
	display: flex;
    gap: 3.33%;    
}
#editArea .flex_wrap .imgArea{
    max-width: 360px;
    width: 30%;
	flex-basis: auto !important;
}
#editArea .flex_wrap .textArea{
    max-width: 800px;
    width: 66.67%;
	flex-basis: auto !important;
}
.w100{
	max-width: 100% !important;
	width: 100% !important;
}
#editArea .flex_wrap .textArea > p{
    font-size: 18px;
    line-height: 1.777;
}
#editArea .flex_wrap .textArea > * + p{
	margin-top: 22px;
}
#editArea .commentArea{
	background-color: #ffedd1;
	padding: 34px 40px;
	margin-top: 32px;
}
#editArea .commentArea h3{
	font-size: 20px;
	font-weight: 700;
	color: #fa842a;
	margin-bottom: 20px;
}
#editArea .commentArea p{
	font-size: 16px;
	line-height: 1.444;
}
#editArea .commentArea * + p{
	margin-top: 22px;
}

@media screen and (max-width: 768px) {
	#editArea .flex_wrap{
		flex-direction: column;
		gap: 0;
	}
	#editArea .flex_wrap .textArea{
		display: contents;
	}
	#editArea .flex_wrap .imgArea {
		order: 2;
		width: 70%;
		margin: 0 auto;
	}
	#editArea .flex_wrap .textArea * {
		order: 3;
	}
	#editArea .commentArea {
		order: 4;
	}
	#editArea .flex_wrap .textArea > p{
		font-size: 16px;
		line-height: 1.6;
	}
	#editArea .flex_wrap .textArea > * + p{
		margin-top: 18px;
	}
	#editArea .commentArea{
		padding: 24px;
		margin-top: 24px;
	}
	#editArea .commentArea h3{
		font-size: 18px;
		margin-bottom: 16px;
	}
	#editArea .commentArea p{
		font-size: 14px;
		line-height: 1.5;
	}
	#editArea .commentArea * + p{
		margin-top: 16px;
	}
	#editArea .flex_wrap .is-style-size-medium{
		max-width: 80%;
	}
	#editArea .flex_wrap .is-style-size-small{
		max-width: 60%;
	}
}


#editArea .imgColumn1{
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
}
#editArea .imgColumn2 .is-layout-flex{
	width: 91.67%;
	gap: 9.09%;
	margin: 32px auto 0;
	justify-content: center;
	flex-wrap: nowrap !important;
}
#editArea .imgColumn2 .is-layout-flex .wp-block-column{
	width: fit-content;
	flex-basis: auto !important;
    flex-grow: initial;
}
#editArea .imgColumn2 .is-layout-flex .wp-block-column figure{
	width: fit-content;
	margin: 0;
}
#editArea .imgColumn2 .is-layout-flex .wp-block-column img{
    max-width: fit-content;
    width: 100%;
}
#editArea .is-style-size-large img{
	max-width: 800px;
    width: 100%;
    max-height: 480px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
#editArea .is-style-size-large.side-tall img{
    max-height: 640px;
}
#editArea .flex_wrap .imgArea:has(.is-style-size-medium){
    max-width: fit-content;
    width: fit-content;
}
#editArea .is-style-size-medium img{
	max-width: 450px;
    width: 100%;
    max-height: 337px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
#editArea .is-style-size-medium.side-tall img{
	max-width: 800px;
    max-height: 480px;
}
#editArea .flex_wrap .imgArea:has(.is-style-size-small) {
    max-width: fit-content;
    width: fit-content;
}
#editArea .is-style-size-small img{
	max-width: 330px;
    width: 100%;
    max-height: 247px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
#editArea .is-style-size-small.side-tall img{
	max-width: 450px;
    max-height: 337px;
}
@media screen and (max-width: 768px) {
	body .is-layout-flex:not(.flex_wrap) {
	    display: flex;
	}
	#editArea .imgColumn1{
		width: 100%;
	}
}


#editArea .officeArea{
	max-width: 100%;
	width: 100%;
	margin-inline: auto;
	background-color: #e6f7f5;
	padding: 34px 40px;
}
#editArea .officeArea h3{
	font-size: 20px;
	font-weight: 700;
	color: #009985;
	margin-bottom: 20px;
}
#editArea .officeArea p{
	font-size: 16px;
	line-height: 1.444;
}
#editArea .officeArea * + p{
	margin-top: 22px;
}
@media screen and (max-width: 768px) {
	#editArea .officeArea{
		padding: 24px;
	}
	#editArea .officeArea h3{
		font-size: 18px;
		margin-bottom: 16px;
	}
	#editArea .officeArea p{
		font-size: 14px;
		line-height: 1.5;
	}
	#editArea .officeArea * + p{
		margin-top: 16px;
	}
}


.download-excerpt + p{
    margin: 8px;
    font-size: 15px;
}
.file_list a:hover{
    text-decoration: none;
}
.file_list a:hover .file_name{
    text-decoration: underline;
}