@charset "utf-8";

:root {
  --main-color: #009944;/*緑*/
  --sub-color:#8d7c49;/*黄土色*/
  --sub-color02:#5d522f;/*茶*/
  --point-color:#6dbc3e;/*黄緑*/
  --accent-color:#0588d5;/*青*/
  --red-color:#dc4747;
  --headline-font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --h3-color: #029253; /*h3*/
  --h4-color: #5d522f; /*h4*/
  --bgcolor-horizBtn:#dcf1e2;
  --color-bg01: #f9f6e5; /* 薄黄*/
  --color-bg02: #f5f5f5;
  --color-gray02: #8f8f8f;
  --color-gray03: #6a6a6a;
  /*main-gradient*/
	--start-color01: #029253;
    --end-color01: #42a54d;
  --main-gradient: linear-gradient(90deg, var(--start-color01) 20%, var(--end-color01) 100%);
  /*sub-gradient*/
	--start-color02: #025daa;
    --end-color02: #2d9fdf;
  --sub-gradient: linear-gradient(alphabetic145deg, var(--end-color02) , var(--start-color02) );
}
/*##### Base Width #####*/
.baseW {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  border:0px solid #ddd;
}
@media all and (max-width: 767px){
  .baseW,
  .baseW02 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.boxLayoutBaseIn {
	padding-top:0;
	z-index:2;
	position:relative;
}

/*##### Base Page #####*/

.boxPageBGWrap {
	overflow-x: hidden;
	margin-top:-5.8em;
}
@media all and (max-width: 767px){
	.boxPageBGWrap {
	  margin-top:-3.8em;
	}
}

.boxPageWrap {
	border-radius: 125em 125em 0 0 / 18.75em 18.75em 0 0;
    margin: 0 -9.375em;
	padding:2.2em 9.375em 0!important;
	min-height: 600px;
	background: url("../../images/common/bg-page01.png") no-repeat right top #fff;
	background-size: auto;
	overflow-x: hidden;
}

@media all and (max-width: 767px){
	.boxPageWrap {
		padding:0em 9.375em 0!important;
		background: url("../../images/common/bg-page01.png") no-repeat right top #fff;
		background-size:60% auto;
  }
}

.boxPage01,
.boxPrivacy01{
	margin-top:3.6em !important;
	padding-bottom: 2.2em;/**/
}
@media all and (max-width: 750px){
  .boxPage01,
  .boxPrivacy01{
    padding-bottom: 1.1em;
	border:0px solid #eee;
  }
}

.boxBaseNoPost {
  padding: 3.0em 0;
  text-align: center;
}

.boxPostBody{
	overflow:visible;
	margin-bottom:4.2em;/**/
}
@media all and (max-width: 750px){
  .boxPostBody{
	overflow:visible;
	margin-bottom:1.1em !important;
	border:0px solid #dee;
}
}

.boxWideBg{
	margin: 0 calc(50% - 50vw) !important;
	padding: 0 calc(50vw - 50%) !important;
	width: 100vw;
	min-height: 100px;
 }

.bgBase{
	background: var(--color-bg01);
	padding-top:3.0em !important;
	padding-bottom:3.0em !important;
 }
@media all and (max-width: 767px){
  .bgBase{
	padding-top:1.0em;
	padding-bottom:1.0em;
 }
}

.bgGrad{
	background-image: linear-gradient(180deg, rgba(227, 248, 255, 0.67), rgba(255, 255, 255, 0.67) 40%);
 }

.bgBottom{
	background: url("../../images/common/bg-page02.png") no-repeat left -5% bottom -50%;
 }

/*##### boxBaseCopy #####*/
.boxBaseCopy {
	margin-bottom: 5.0em;
}
@media all and (max-width: 767px){
  .boxBaseCopy {
	  margin-bottom: 3.0em;
	}
}

.boxBaseCopy .ttlBaseCopy {
	margin:0 auto 1.4em;
	letter-spacing: 0.235em;
	font-size: 2.875rem;/*46px*/
	font-weight: 600;
	color:var(--sub-color02);
	text-align:center;
}
@media all and (max-width: 767px){
  .boxBaseCopy .ttlBaseCopy {
    margin:0 auto 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.75rem;/*28px*/
  }
}

.boxBaseCopy .boxBaseCopyCom > p {
	line-height: 1.8;
	letter-spacing: 0.12em;
	font-size: 1.125rem;/*18px*/
	text-align:center;
}
.boxBaseCopy .boxBaseCopyCom  p + p{
	margin-top: 1.8em;
}
@media all and (max-width: 750px){
  .boxBaseCopy .boxBaseCopyCom > p {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

/*##### BasePageMenu01 #####*/

.boxBasePageMenu01{
	margin:0.6em auto 4.5em;
}
@media all and (max-width: 767px){
  .boxBasePageMenu01{
	margin:1.0em auto 1.5em;
	}
}

ul.ulBasePageMenu01 {
	list-style: none;
	padding-left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap:1.4em 1.4em;
}
@media all and (max-width: 767px){
  ul.ulBasePageMenu01{
	-webkit-justify-content: space-around;
	justify-content: space-around;
	gap:1.2em 0.8em;
	}
}

ul.ulBasePageMenu01 > li {
	display:block;
}

ul.ulBasePageMenu01 > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration:none;
  min-width:257px;
  min-height: 2.6em;
  padding: 0.1em 1.85em 0.15em 1.85em;
  border-radius: 50px;
  background-color:var(--bgcolor-horizBtn);
  letter-spacing: 0.1em;
  font-size: 1.25rem ;/*20px*/
  font-weight:500;
  color:var(--main-color);
}
@media all and (max-width: 1200px){
  ul.ulBasePageMenu01 > li > a {
    padding: 0.5em 1.5em 0.6em 1.5em;
  }
}
@media all and (max-width: 767px){
  ul.ulBasePageMenu01 > li > a {
	  min-width:158px;
	  letter-spacing: 0.05em;
	  min-height: 3.0em;
	  padding: 0.5em 0.8em 0.5em 0.8em;
	  font-size: 0.9rem;
  }
}

ul.ulBasePageMenu01 > li > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5em;
  border: 0.5em solid transparent;
  border-top: 0.45em solid var(--bgcolor-horizBtn);
}

ul.ulBasePageMenu01 > li > a:after {
  content: '';
  position: absolute;
  bottom: -0.54em;
  left: 0;
  right: 0;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-right: 1px #d2cab0 solid;
  border-bottom: 1px #d2cab0 solid;
  transform: rotate(45deg) skew(-4deg, -4deg);
}

ul.ulBasePageMenu01 > li > a .str2 {
  letter-spacing: 1.0em;
}

/*#####  btnBase #####*/

.btnBase01 a:hover,
.btnBase02 a:hover,
.btnBase03 a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  transform: translateY(-0.8em);
}

.btnBase01,
.btnBase02,
.btnBase03{
	display:inline-flex;
	min-width:235px;
	box-sizing:border-box;
}
@media all and (max-width: 767px){
  .btnBase01,
	.btnBase02,
	.btnBase03{
	width:100%;
	min-width:235px;
	box-sizing:border-box;
}
}

.btnBase01 a,
.btnBase02 a,
.btnBase03 a{
	width:100%;
	border-radius:50px;
	box-sizing:border-box;
	font-weight:normal;
	font-size: 1.125rem !important;/*18px*/
	letter-spacing: 0.08em;
	padding:0.8em 3.0em 0.8em 2.0em;
	text-decoration:none;
	backface-visibility: hidden;
}

.btnBase01 a{
	background:var(--main-gradient);
	color: #fff;
	position:relative;
}
.btnBase01 a:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url("../../images/common/icn-arrow_w.svg") no-repeat right 1.0em center;
	background-size:21px auto;
}

.btnBase02 a{
	color: var(--main-color);
	background: url("../../images/common/icn-arrow_g.svg") no-repeat right 1.0em center #faf6e6;
	background-size:21px auto;
}

.btnBase03 a{
	color: var(--main-color);
	background: url("../../images/common/icn-arrow_g.svg") no-repeat right 1.0em center #FFF;
	background-size:21px auto;
}

.btnBase04 a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	backface-visibility: hidden;
}

.btnBase04 {
	display:block;
	margin:1.0em auto;
}
.btnBase04 a {
	display:block;
	/*justify-content:center;
	align-items:center;*/
	border-radius:50px;
	background:var(--main-gradient);
	/*width:100%;
	max-width:235px;*/
	backface-visibility: hidden;
}
@media all and (max-width: 767px){
  .btnBase04 {
	display:block;
	text-align:right;
	  margin:1.0em auto;
	}
	.btnBase04 a {
	display:inline-block;
	margin-right:1.0em;
	background:none;
	}
}

.btnBase04 a span{
    display:flex;
	align-items:center;
	width:100%;
	font-weight:normal;
	font-size: 1.0rem !important;/*16px*/
	box-sizing:border-box;
	padding:0.4em 1.8em 0.4em 0.8em ;
	color: #fff;
	letter-spacing: 0.08em;
	background: url("../../images/common/icn-arrow_w.svg") no-repeat right 0.6em center;
	background-size:17px auto;
}
@media all and (max-width: 767px){
  .btnBase04 a span{
	font-size: 0.938rem !important;
	color: var(--main-color);
	background: url("../../images/common/icn-arrow_g.svg") no-repeat right center;
	background-size:17px auto;
}
}


.wp-block-heading{ 
	margin:0;
	padding:0;
	border: 0;
	font-style: normal;
}

/*##### Base h2 Title #####*/
h2.ttl02{
    margin: 0em auto 3.5em !important;
	display:block;
	padding-top:4.6rem;
	text-align:center;
	background: url("../../images/common/img-ttl-point01.png") no-repeat center top;
}
h2.wp-block-heading.ttl02 {
    margin: 0em auto 2.0em !important;
	display:block;
	padding-top:4.6rem;
	text-align:center;
	background: url("../../images/common/img-ttl-point01.png") no-repeat center top;
}
@media all and (max-width: 767px){
  h2.ttl02,
  h2.wp-block-heading.ttl02{
	  margin: 0em auto 2.5em !important;
	  display:block;
	  padding-top:2.6rem;
	  background: url("../../images/common/img-ttl-point01.png") no-repeat center top;
	  background-size:80% auto;
	}
}

.ttl02 .ttlJa {
    display: inline-block;
	font-size: 2.875rem;/*46px*/
	font-weight: 600 !important;
	font-style: normal;
    letter-spacing: 0.1em;
	background: var(--main-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ttl02 .ttlEn {
    display: block;
	color: var(--point-color);
	opacity:0.6;
    margin-bottom: 0.5em;
    font-size: 0.875rem;/*14px*/
    font-family: var(--base-font-gothic02);
	font-weight: normal;
    letter-spacing: 0.1em;
}
@media all and (max-width: 767px){
	.ttl02 .ttlJa {
		font-size: 1.625rem;/*26px*/
		letter-spacing: 0.1em;
	}
	.ttl02 .ttlEn {
		margin-bottom: 0.5em;
		font-size: 0.75rem;/*12px*/
	}
}

.ttl02.topline {
   border-top:1px solid #d0c7ac !important;
}

.ttl02_02 {
    margin: 0 auto 1.0em !important;
	padding-top:1.3em !important;
	text-align:center;
	line-height:normal;
	background: url("../../images/common/img-ttl-point01.png") no-repeat center top;
	background-size:28%;
	border-top:1px solid #d0c7ac;
}

.ttl02_02:after {
    content: "";
    display: block;
    width:56px;
    height:8px;
	background: url("../../images/common/bg-h2-underImg.png") no-repeat center top;
	background-size:auto;
    margin: 0.5em auto 0;
}
@media all and (max-width: 767px){
	.ttl02_02:after {
		background: url("../../images/common/bg-h2-underImg.png") no-repeat center top;
		background-size: 70% auto;
	}
}

.ttl02_02 span.ttlJa {
    display: block;
	font-size: 2rem;/*32px*/
    color:var(--main-color);
	font-weight: 500 !important;
	font-style: normal;
    letter-spacing: 0.05em;
}

@media all and (max-width: 767px){
	.ttl02_02 span.ttlJa {
		font-size: 1.25rem;/*20px*/
	}
}

/*##### Base h3 Title #####*/
.ttlBase01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  height:3.43em;/*96px*/
  font-size:1.75rem;/*28px*/
  font-weight:700 !important;
  color:var(--sub-color02);
  letter-spacing:0.15em;
  background-color:var(--color-bg02); 
  border-radius:0.75em;
  padding:0.5em 1.0em 0.5em 0;
  margin:0 auto 1.0em !important;
}

.ttlBase01:before {
	display: inline-block;
	margin-left: 1.0em;
	margin-right: 0.5em;
	width: 16px;
	height:16px;
	aspect-ratio: 1 / 1;
	content: '';
	border-radius: 50%;
	background:var(--main-gradient);
}

.ttlBase01 .ttlEn {
    display: block;
    color: var(--accent-color01);
    margin-top: 0.2em;
    font-size: 0.9375em;
    font-family: var(--base-font-gothic02);
	font-weight: normal;
    letter-spacing: 0.1em;
}

@media all and (max-width: 767px){
  .ttlBase01 {
	  font-size:1.25rem;/*20px*/
	  line-height:1.25em;
	  height:auto;
	  min-height:3.43em;/*96px*/
	  padding:0.5em 0.3em 0.5em 0em;
  }
  .ttlBase01:before {
	margin-left: 0.8em;
	margin-right: 0.5em;
	}
}
.ttlBase02 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height:3.43em;/*96px*/
  /*line-height:3.43em;96px*/
  font-size:1.75rem;/*28px*/
  font-weight:700 !important;
  color:#fff;
  letter-spacing:0.15em;
  background:var(--main-gradient);
  border-radius:0.75em;
  padding:0.5em 1.0em 0.5em 0;
  margin:0 auto 1.0em !important;
}

.ttlBase02:before {
	display: inline-block;
	margin-left: 1.0em;
	margin-right: 0.5em;
	width: 16px;
	height: 16px;
	aspect-ratio: 1 / 1;
	content: '';
	border-radius: 50%;
	background:#fff;
	opacity:0.67;
}

@media all and (max-width: 767px){
  .ttlBase02 {
    font-size: 1.25rem; /*20px*/
	line-height:1.25em;
	height:auto;
	min-height:3.43em;/*96px*/
	padding:0.5em 0.3em 0.5em 0em;
  }
   .ttlBase02:before {
	margin-left: 0.8em;
	margin-right: 0.5em;
	}
}

.ttlBase03 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
  height:3.43em;/*96px*/
  font-size:1.75rem;/*28px*/
  font-weight:700 !important;
  letter-spacing:0.15em;
  color:var(--sub-color02);
  background-color:var(--color-bg02); 
  border-radius:0.75em;
  padding:0.5em 0.8em;
  margin:0 auto 1.0em !important;
}
@media all and (max-width: 767px){
  .ttlBase03 {
	flex-direction:column;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 0.5em 0;
	height:auto;
	min-height:3.43em;
	font-size:1.25rem;/*20px*/
	line-height:1.25em;
	padding:0.8em 0.8em !important;
  }
}
.ttlBase03 .catBox,
.ttlBase03 .ttlBox{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.ttlBase03 strong {
	display: flex;
	justify-content:center;
	align-items: center;
	margin-left:1.0em;
	margin-right:1.0em;
	/*width: auto;120px*/
	min-width: 4.0em;
	height:3.0em;/*58px*/
	padding:0.4em;
	border-radius:0.6em;
	text-align: center;
	letter-spacing:0.08em!important;
	font-size:1.125rem;/*20px*/
	background:var(--main-gradient);
	color:#fff;
	font-weight:400 !important;
}
.ttlBase03 strong:not(:first-child) {
	margin-left:-0.5em!important;
}
@media all and (max-width: 767px){
  .ttlBase03 strong {
	margin-left:0em;
	padding:0.15em 0.5em;
	width:auto;
	height:auto;
	border-radius:5px;
	letter-spacing:0.05em !important;
	font-size:0.9rem;
	}
}

.ttlBase03 span.name{
	display: inline-block;
	font-size:1.75rem;/*28px*/
	font-weight:600 !important;
}
@media all and (max-width: 767px){
  .ttlBase03 span.name{
	font-size:1.375rem;/*22px*/
	letter-spacing:0.1em;
	}
}

.ttlBase03 span.subname{
	display: inline-block;
	font-size:1.125rem;/*18px*/
	margin-left: 0.3em;
}
.ttlBase03 span.subname:before{
	content: "/";
	margin: 0 0.4em;
}
@media all and (max-width: 767px){
  .ttlBase03 span.subname{
	font-size:0.938rem;/*15px*/	
	letter-spacing:0.1em;
	}
}


/*##### Base h4 Title #####*/

.h4_ttl01 {
  font-size:1.5rem;/*24px*/
  font-weight:700 !important;
  color:var(--main-color);
  letter-spacing:0.1em;
  line-height:1.6;
  margin:0 auto 1.0em !important;
}

@media all and (max-width: 767px){
  .h4_ttl01 {
    font-size: 1.25rem; /*20px*/
	margin:0 auto 0.8em;
  }
}

.h4_ttl02,
.h4_ttl03{
  font-size:1.5rem;/*24px*/
  font-weight:700 !important;
  color:var(--main-color);
  letter-spacing:0.1em;
  line-height:1.4;
  margin:0 auto 1.0em !important;
  padding-left:1.2em !important;
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
  position:relative;
}

.h4_ttl03{
  color:var(--sub-color02) !important;
}
@media all and (max-width: 767px){
  .h4_ttl02,
  .h4_ttl03{
    font-size: 1.125rem; /*15px*/
	margin:0 auto 0.8em !important;;
  }
}

.h4_ttl02:before,
.h4_ttl03:before{
	display: inline-block;
	/*margin-left: 0em;
	margin-right: 1.5em;*/
	width:16px;
	height:16px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	content: '';
	position:absolute;
	top:0.45em;
	left:0;	
}
@media all and (max-width: 767px){
	.h4_ttl02:before,
	.h4_ttl03:before{
		width:14px;
		height:14px;
		content: '';
		position:absolute;
		top:0.35em;
		left:0;	
	}
}

.h4_ttl02:before {
	background:var(--point-color);
}
.h4_ttl03:before {
	background:var(--main-gradient);
}

.h4_ttl02:after,
.h4_ttl03:after{
	background-color:#d0c7ac;
	content:"";
	flex-grow:1;
	height:1px;
	margin-left:1.0em;
}

.h4_ttl04,
.h4_ttl04_num {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
  height:3.43em;/*96px*/
  font-size:1.375rem !important;/*22px*/
  font-weight:700 !important;
  letter-spacing:0.15em;
  color:var(--sub-color02);
  border-bottom:1px solid #bde0a1;
  margin:0 auto 1.0em !important;
}

@media all and (max-width: 767px){
  .h4_ttl04,
  .h4_ttl04_num{
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items: center;
	height:auto;
	min-height:auto;
	font-size:1.125rem !important;
	line-height:1.25em;
	padding:0.5em 0em !important;
	margin:0 auto 0.8em !important;
  }
}

.h4_ttl04:before {
	display: inline-block;
	margin-left: 0.3em;
	margin-right: 0.5em;
	width:11px;
	height:auto;
	aspect-ratio: 1 / 1 ;
	content: '';
	border-radius: 50%;
	background:var(--point-color);
}

.h4_ttl04_num strong {
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items: center;
	align-items: center;
	margin-left:0;
	margin-right: 0.5em;
	width: 32px !important;
	height:auto;
	aspect-ratio: 1 / 1 ;
	line-height:1.0em;
	border-radius:50%;
	font-size:1.125rem;/*18px*/
	background:var(--main-gradient);
	color:#fff;
	font-weight:700 !important;
	padding-left:0.2em;
}

@media all and (max-width: 767px){
  .h4_ttl04_num strong {
	margin-left:0em;
	padding-left:0.3em !important;
	width:26px !important;
	height:26px !important;
	font-size:0.9rem;
	}
}

.h4_ttl04_num strong:before {
	content:'';
	display: block;
	padding-top: 100%;
	}


h4.midashi {
  font-size:1.6rem;
  font-weight:700 !important;
  color:var(--main-color);
  letter-spacing:0.1em;
  line-height:1.6;
  padding:1.0em;
  margin:0 auto 1.0em !important;
}

@media all and (max-width: 767px){
  h4.midashi {
    font-size: 1.25rem; /*20px*/
	line-height:1.45;
	padding:0.5em;
	margin:0.5em auto 0.5em;
  }
}


/*##### Box Base Link #####*/
.boxBaseLink,
.boxBaseLink.typeLeft {
  text-align: left;
}
.boxBaseLink.typeCenter {
  text-align: center;
}
.boxBaseLink.typeRight {
  text-align: right;
}

/*##### BaseLinkBox #####*/
ul.boxConnection{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center stretch;
	align-items: center stretch;
	gap:1.0em 2.0em;
	margin: 0 !important;
	padding: 0 !important;
	/*width:100%;
	min-width:290px;
  position: relative;*/
}

ul.boxConnection > li{
	display:block;
	width:calc(100% / 4) ;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
/*	width:100%;
	min-width:290px;
  position: relative;*/
}

@media all and (max-width: 767px){
  ul.boxConnection{
	  display: -webkit-flex;
	  display:flex;
	  flex-wrap:wrap;
	  -webkit-justify-content:space-around;
	  justify-content:space-around;
	 gap:1.2em 1.0em;
	  margin: 0 0 2.8em !important;
	}
	
	ul.boxConnection > li{
		display:block;
		width:46%;
	}	
}

a.wp-block-tiptip-hyperlink-group-block{ 
	text-decoration:none;
}

.baseLinkBox,
ul.boxConnection li.baseLinkBox a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.baseLinkBox:hover,
ul.boxConnection > li.baseLinkBox a:hover{
  opacity: 1.0 !important;
  filter: alpha(opacity=100) !important;
}

.baseLinkBox .boxImg,
ul.boxConnection > li.baseLinkBox figure.boxImg{
	margin: 0 !important;
	padding: 0 !important;
	width:100%;
	height:auto;
	aspect-ratio: 290 / 203;
    border-radius:20px;
	overflow:hidden;
    position: relative;
}


.baseLinkBox .boxImg:before,
ul.boxConnection li.baseLinkBox .boxImg:before{
	content: "";
	position:absolute;
	bottom:1.0em;
	right:1.0em;
	background: url("../../images/common/icn-arrow_g.svg") no-repeat center center;
	width:35px;
	height:35px;
	display:inline-block;
	transition: transform .5s ease;
	z-index:5;
}
@media all and (max-width: 767px){
  .baseLinkBox .boxImg:before,
	ul.boxConnection li.baseLinkBox .boxImg:before{
	  position:absolute;
		bottom:0.6em;
		right:0.6em;
		width:21px;
		height:21px;
	}
}

.baseLinkBox:hover img,
ul.boxConnection li.baseLinkBox:hover img{
  transform:scale(1.1);
  transition: transform .5s ease;
}

.baseLinkBox .boxTitle,
ul.boxConnection li.baseLinkBox .boxTitle{
    display: block;
    margin:1.0em auto;
	text-align:center;
}
@media all and (max-width: 767px){
  .baseLinkBox .boxTitle,
ul.boxConnection li.baseLinkBox .boxTitle{
    margin:0.5em auto;
}
}
.baseLinkBox .boxTitle h4,
ul.boxConnection li.baseLinkBox .boxTitle h4{
    display: inline-block;
    font-size:1.625rem;/*26px*/
    font-weight:600 !important;
    letter-spacing:0.1em;
	margin-bottom:0.1em!important;
	padding-left:0 !important;
	background: var(--main-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media all and (max-width: 767px){
  .baseLinkBox .boxTitle h4,
	ul.boxConnection li.baseLinkBox .boxTitle h4{
	  font-size:1.25rem !important;/*20px*/
	  margin-bottom:0 !important;
	}
}

.baseLinkBox .boxTitle h4.h4_ttl02:before,
.baseLinkBox .boxTitle h4.h4_ttl02:after,
ul.boxConnection li.baseLinkBox .boxTitle h4.h4_ttl02:before,
ul.boxConnection li.baseLinkBox .boxTitle h4.h4_ttl02:after{
    display: none;
}

.baseLinkBox .boxTitle .en,
ul.boxConnection li.baseLinkBox .boxTitle .en{
    display: block;
    font-size:0.875rem;
    font-weight:400 !important;
	color: var(--point-color) ;
    letter-spacing:0.1em;
}
@media all and (max-width: 767px){
  .baseLinkBox .boxTitle .en,
ul.boxConnection li.baseLinkBox .boxTitle .en{
    font-size:0.7rem !important;
}
}

/*##### Base Com #####*/

.boxBaseCom {
  padding-left:1.5em;
  margin-bottom:1.2em;
}
@media all and (max-width: 767px){
  .boxBaseCom {
	  padding-left:0.5em;
	  padding-right:0.5em;
	  margin-bottom:0.6em;
	}
}

.boxBaseCom p{
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-size: 1.125rem;/*18px*/
	margin-bottom:1.2em;
}
.boxBaseCom p:last-child {
	margin-bottom:0;
}
@media all and (max-width: 767px){
  .boxBaseCom p {
	line-height: 1.6;
    font-size: 1.0rem;/*16px*/
  }
}

/*.boxBaseCom  p + p {
  margin-top: 1.7em;
}*/

/*##### Base Frame #####*/
.boxBaseFrame{
	margin:0 auto 1.5em;
	padding:0.5em 1.65em 1.6em;
	border-radius:20px;
}
@media all and (max-width: 767px){
  .boxBaseFrame {
	  padding:0.8em 1.35em 1.3em;
	}
}

.boxBaseFrame.bg01{
   background-color:#ecf9e4;
}
.boxBaseFrame.bg02{
   background-color:#faf8ea;
}
.boxBaseFrame.bg02 .h4_ttl04,
.boxBaseFrame.bg02 .h4_ttl04_num{
   border-bottom:1px solid #cbbd95;
}

.boxBaseFrame .boxBaseCom{
	padding-left:0em !important;
}

@media all and (max-width: 767px){
  .boxBaseFrame.p2em {padding:1.2em !important;}
}

/*##### boxBaseFlex #####*/
.boxBaseFlex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center stretch; 
  align-items: center stretch;
  gap: 0 20px;
  margin-bottom:3.5em;
}

@media all and (max-width: 767px){
  .boxBaseFlex {
    flex-direction:column;
	  gap:20px 0;
  }
}
.boxBaseFlex > div {
	display: block;
	width:calc(100% / 2);
}
@media all and (max-width: 767px){
  .boxBaseFlex > div {
	display: block;
	width:100%;
}
}

/*##### boxBaseImgTxt #####*/
.boxBaseImgTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0 40px !important;
  margin-bottom:3.5em;
}
.boxBaseImgTxt:last-child {
   margin-bottom:0em;
}
@media all and (max-width: 767px){
  .boxBaseImgTxt {
	  flex-direction: column;
	  gap: 1.8em 0 !important;
	  -webkit-align-items: center;
	  align-items: center;
  }
}

.boxBaseImgTxt .boxImg {
  width:38.0%;
}
.boxBaseImgTxt .boxTxt {
  width:calc(100% - 38.0%);
}

figure.wp-block-image img{
  border-radius:1.25em;
}
.boxBaseImgTxt img {
  border-radius:1.25em;/*20px*/
  width:100%;
	max-width:445px;
  height: auto;
  aspect-ratio: 89 / 72;
}

@media all and (max-width: 767px){
  .boxBaseImgTxt .boxImg,
  .boxBaseImgTxt .boxTxt,
  .boxImg,
  .boxTxt{
    width:100%;
	margin:0em;
   }
}
.boxBaseImgTxt.typeReverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.boxBaseTxt50,
.boxBaseTxt30{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start; 
  align-items: flex-start;
  /*gap: 0 40px !important;*/
  margin-bottom:3.5em;
}

@media all and (max-width: 750px){
	.boxBaseTxt50{
    flex-direction: column;
	gap: 1.8em 0 !important;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  }
  .boxBaseTxt30{
    gap: 0 0 !important;/**/
  }
}

.boxBaseTxt50 .boxTxt {
  width:50%;
}
.boxBaseTxt30 .boxTxt {
  width:calc(100% / 3);
}

@media all and (max-width: 750px){
  .boxBaseTxt50 .boxTxt,
  .boxBaseTxt30 .boxTxt{
	  width:100%;
	}

	.boxBaseTxt30 .boxTxt .ulBase01{
	  margin:0.4em 0 0;
	}
}

/*##### Box Base Img #####*/
.boxBaseImg,
.boxBaseImg.typeLeft {
  text-align: left;
}
.boxBaseImg.typeCenter {
  text-align: center;
}
.boxBaseImg.typeRight {
  text-align: right;
}

.boxExample{
	border:0px solid #eee;
	margin:0;
	padding:0;
}

ul.ulExample{
	list-style: none;
	padding-left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center stretch;
	align-items: center stretch;
	column-gap:1.0em;
	font-size: 1.125rem;
	letter-spacing: 0.12em;
	font-weight:400;
	margin-bottom:0em;
}
@media all and (max-width: 750px){
  ul.ulExample{
    display: block;
  }
}


ul.ulExample > li {
	width:calc(100% / 2);
	display:inline-block;
	border-radius:20px;
	padding:1.5em;
	/*padding:1.0em 1.2em;*/
	line-height:1.8;
	color:var(--sub-color02);
	box-shadow: 0 1px 10px rgba(102,102,102,0.2);
}

@media all and (max-width: 767px){
  ul.ulExample > li {
	width:100%;
}

}


ul.ulExample > li:nth-child(1) {
	display:inline-block;
	background:#fff;
}
ul.ulExample > li:nth-child(2) {
	display:inline-block;
	background:#fff;
}

ul.ulExample > li:nth-child(2) strong{
  	display:block;
	width: 100%;
	padding:0.8em 1.2em;
	border-radius:50px;
	margin-bottom:0.8em;
	background:#f0e9cf;
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/ 
	color:var(--sub-color02);
	/*font-weight:400 !important;*/
	line-height:normal;
	text-align:center;
	position:relative;
}
ul.ulExample > li strong{
  	display:block;
	width: 100%;
	padding:0.8em 1.2em;
	border-radius:50px;
	margin-bottom:0.8em;
	background:#e4f2db;
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/ 
	color:var(--main-color);
	/*font-weight:400 !important;*/
	line-height:normal;text-align:center;
	position:relative;
}
ul.ulExample > li .ulBaseDLnoline li strong{
  	display:inline-block;
	width: 20%;
	max-width:200px;
	min-width: 120px;
	margin-right:0.5em;
	padding-top:0em;
	padding-right:0em;
	background:none;
	border-radius:0;
	text-align:left;
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/ 
	color:var(--sub-color02);
	font-weight:400 !important;
	line-height:normal;
	position:relative;
	border-bottom:0px solid #d0c7ac;
}
ul.ulExample > li .ulBaseDLnoline li strong:before {
  content: '';
	position:absolute;
	top:0.6em;
	left:0.3em;
	width:8px;
	height:8px;
	border-radius:100%;
	background-color:var(--point-color);
	display: block;
}


@media all and (max-width: 750px){
ul.ulExample > li {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

ul.ulExample > li span.boxBaseCome{ 
	display:block !important;
	border:1px solid #f00;
}



/*##### Dl Base #####*/
.dlBase {
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
.dlBase.typeCol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .dlBase {
    font-size: 1.0rem;
  }
}

.dlBase.typeCol > dt {
  padding-right: 0.5em;
}
.dlBase.typeCol.addMark01 > dt {
  position: relative;
  padding-right: 0.8em;
}

.dlBase.typeCol.addMark01 > dt:after {
  content: '：';
  position: absolute;
  right: 0.2em;
}
/*##### Dl Base01 #####*/
.dlBase01{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center stretch; 
  align-items: center stretch;
  margin:0.1em 0;
}

.dlBase01 > dt {
	box-sizing: border-box;
	/*display:inline-block;*/
	width: 15%;
	max-width:140px;
	min-width: 140px;
	margin-right:1.0em;
	padding:0.3em 0 0.2em 1.3em;
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/ 
	color:var(--main-color);
	font-weight:600 !important;
	line-height:normal;
	position:relative;
}
.dlBase01 > dt:before {
	content: '';
	position:absolute;
	top:0.8em;
	left:0.2em;
	width:11px;
	height:11px;
	border-radius:100%;
	background-color:var(--point-color);
	display: block;
}

@media all and (max-width: 767px){
  .dlBase01{
    flex-direction:column;
    line-height: 1.4;
   }
  .dlBase01 > dt {
     width:100% !important;
     max-width:100%
     min-width:auto;
	 display:block;
	 padding:0.3em 0 0 1.3em;
	 font-size: 1.063rem;
  }	
}

.dlBase01 dd {
	width:calc(100% - 15%);
	display:inline-block;
	letter-spacing: 0.1em;
	font-size: 1.125rem;/*18px*/ 
	font-weight:400;
	line-height:1.7;
	color:var(--sub-color02);
	padding:0.3em 0.5em;
}
@media all and (max-width: 767px){
  .dlBase01 > dd {
    width: 100%;
	padding:0 0 0.3em 1.3em;
	font-size: 1.0rem;
  }
}
/*##### Dl Base02 #####*/
.dlBase02{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center stretch; 
  align-items: center stretch;
  margin:0.5em 0;
}

.dlBase02 > dt {
  width: 15%;
  min-width: 168px;
  max-width:168px;
  box-sizing: border-box;
}

.dlBase02 dt span {
    display: inline-block;
    width: 100%;
	text-align: center;
	vertical-align:middle;
	box-sizing: border-box;
	border-radius:50px;
	padding:0.1em 0.8em 0.2em 0.9em;
	font-size: 1.25rem;/*20px*/ 
	font-weight:600;
	color:#FFF;
	background:var(--red-color) !important;
  }

@media all and (max-width: 767px){
  .dlBase02{
    display: block;
    border: 0px #e2e2e2 solid;
    line-height: 1.4;
    font-weight:600;
    margin-top:38px;
   }
  .dlBase02 > dt span {
     width:100%;
	 display:block;
	 padding:0.3em 0.6em;
	 font-size: 1.068rem;
  }
}

.dlBase02 dd {
	width: calc(100% - 15%);
	padding-left:1.0em;/**/
}
@media all and (max-width: 767px){
  .dlBase02 > dd {
    width: 100%;
	font-size: 1.0rem;
	padding-top:0.6em;
	padding-left:0em;
  }
}


/*##### Ul Base #####*/
ul.ulBase{
	padding-left: 1.8em;
	margin:0.8em 0;
}
.ulBase > li {
  margin-bottom: 0.8em;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .ulBase > li {
    line-height: 1.6;
    font-size: 1.0rem;
  }
}


/*##### ulBase01 #####*/
ul.ulBase01{
	list-style: none;
	padding-left: 0;
	margin:0.8em 0;
}
ul.ulBase01 > li {
	/*display:flex;
	align-items:center;
	justify-content:flex-start;*/
	margin-bottom: 0.4em;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-size:1.125em;/*18px*/
	font-weight:normal !important;
	color:var(--sub-color02);
	padding-left:1.4em;
	position:relative;
}

@media all and (max-width: 767px){
  ul.ulBase01 > li {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

ul.ulBase01 > li:last-child {
  margin-bottom: 0;
}

ul.ulBase01 li:before {
	content: '';
	position:absolute;
	top:0.65em;
	left:0.3em;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:var(--point-color);
	display: block;
}
ul.ulBase01 > li a{
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid var(--sub-color);
	padding-bottom:0.05em;
	font-weight:normal !important;
	color:var(--sub-color02) !important;
}

/*##### ulBase01 Blank , ulBase01 PDF #####*/
ul.ulBase01.icn-blank > li,
ul.ulBase01.icn-pdf > li{
  padding-left:1.5em;
}

ul.ulBase01.icn-blank li:before,
ul.ulBase01.icn-pdf li:before {
	content: '';
	position:absolute;
	top:50%;
	left:0em;
	transform:translateY(-50%);
	width:25px;
	height:25px;
	border-radius:0;
	display: block;
}

@media all and (max-width: 767px){
	ul.ulBase01.icn-blank li:before,
	ul.ulBase01.icn-pdf li:before {
	content: '';
	position:absolute;
	top:0.8em;
	left:0em;
	transform:translateY(-50%);
	width:25px;
	height:25px;
	border-radius:0;
	display: block;
}
}


ul.ulBase01.icn-blank li:before {
	background: url("../../images/base/base-icn-blank.svg") no-repeat left center;
	background-size: 19px auto;
}

ul.ulBase01.icn-pdf li:before {
	background: url("../../images/base/base-icn-pdf.svg") no-repeat left top 0.1em;
	background-size: 22px auto;
}




/*##### olBase01 #####*/

ol.olBase01{
	counter-reset: my-counter;
	list-style: none;
	padding-left: 1.5em;
	margin:1.2em 0;
}
@media all and (max-width: 767px){
  ol.olBase01{
	counter-reset: my-counter;
	list-style: none;
	padding-left: 1.2em;
	margin:1.2em 0;
}
}

ol.olBase01 > li {
	margin-bottom: 0.6em;
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-size:1.125em;/*18px*/
	font-weight:normal !important;
	color:var(--sub-color02);
	padding-left:0.75em;
	text-indent:-0.75em;
}
@media all and (max-width: 767px){
  ol.olBase01 > li {
    padding-left:0.6em;
	text-indent:-0.6em;
	letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

ol.olBase01 > li:last-child {
  margin-bottom: 0;
}
ol.olBase01 > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	width:31px;
	height:31px;
	aspect-ratio: 1 / 1;
	border-radius:50%;
	display:inline-block;
	text-align:center;/**/
	font-size:1.0em;
	font-weight:500 !important;
	line-height: 30px;
	background-color:#e4f2db;
	color:var(--main-color);
	padding-left:0.8em;
    margin-left:-31px; /**/
	margin-right:0.6em;
}
@media all and (max-width: 767px){
  ol.olBase01 > li:before {
	width:26px;
	height:26px;
	aspect-ratio: 1 / 1;
	font-size:0.9em;	
	line-height: 26px;
	padding-left:0.9em;
    margin-left:-26px;
	margin-right:0.6em;
}
}
ol.olBase01 > li a{
	text-decoration:none;
	border-bottom:1px solid var(--sub-color);
	padding-bottom:0.05em;
	font-weight:normal !important;
	color:var(--sub-color02) !important;
}

/*##### ulDataList #####*/
ul.ulDataList,
ul.ulDataListDtL{
  list-style: none;
  margin:0.4em 0;
  padding-left: 0;
  position: relative;
}
ul.ulDataList.Rline{
  list-style: none;
  margin:0.4em 0;
  padding-left: 0;
}

ul.ulDataList.Rline:before {
    content: "";
    width: 1px;
    height: 81px;
    background: #d0c7ac;
    transform: rotate(15deg);
    position: absolute;
    left: -50px;
    top: 3px;
}
@media all and (max-width: 767px){
	ul.ulDataList.Rline:before {
    display:none;
	}
}

ul.ulDataList > li,
ul.ulDataListDtL > li{
  display:flex;
  align-items:center;
  justify-items:flex-start;
  margin-bottom:0.6em;
  line-height:1.7;
  letter-spacing: 0.12em;
  font-size: 1.125rem;/*18px*/ 
}

@media all and (max-width: 767px){
	ul.ulDataList > li,
	ul.ulDataListDtL > li{
	  display:flex;
	  align-items:flex-start;
	  justify-items:flex-start;
	  margin-bottom:0.8em;
	  font-size:1.0rem;/*16px*/
	  line-height:1.4;
	}
}

ul.ulDataList li span,
ul.ulDataListDtL li span{
	display:inline-block;
}

ul.ulDataList li span:nth-child(1) {
  /*width: 10%;*/
  min-width: 76px;
  border-radius:50px;
  padding:0 0.8em 0.1em 0.9em;
  margin-right:0.8em;
  text-align: center !important;
  font-size: 1.25rem;/*20px*/ 
  font-weight:600;
  color:#FFF;
  background:var(--main-gradient);
}

ul.ulDataList li.fontS span:nth-child(1) {
  font-size: 0.9rem;/*15px*/
  font-weight:400 !important;
  letter-spacing: 0em !important;
  padding:0.2em 0.4em 0.2em 0.5em;
  margin-right:1.0em;
}

@media all and (max-width: 767px){
  ul.ulDataList li span:nth-child(1) {
	  padding:0.2em 0.4em 0.2em 0.5em;
	  font-size: 1.0rem;/*16px*/
	}
}

ul.ulDataList li span:nth-child(2) {
  color:#0a613b;
  font-weight:600 !important;
  font-family:var(--base-font-en);
  font-size:2.625rem;/*42px*/
  line-height:1.0;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px){
  ul.ulDataList li span:nth-child(2) {
	  font-size:1.875rem;/*30px*/
	  letter-spacing: 0.02em;
	}
}

/*角丸背景あり見出し*/
ul.ulDataListDtL li span:nth-child(1) {
  width: 20%;
  min-width: 120px;
  border-radius:50px;
  padding:0.1em 0.7em 0.1em 0.8em;
  margin-right:0.8em;
  box-sizing: border-box;
  text-align: center !important;
  font-weight:600;
  color:#FFF;
  background:var(--main-gradient);
}
@media all and (max-width: 767px){
  ul.ulDataListDtL li span:nth-child(1) {
	  width: 20%;
	  min-width: 76px;
	  padding:0.2em 0.4em 0.2em 0.5em;
  }
}

/*内容*/
ul.ulDataListDtL li span:nth-child(2) {
  width: calc(100% - 20%); 
  padding:0;
  font-size:1.125rem;/*18px*/
  letter-spacing: 0.12em;
}

/*内容-時間*/
ul.ulDataListDtL li span:nth-child(2) strong {
  width: calc((100% - 20%) - 39%) ;
  display:inline-block;
  text-align:right !important;
  box-sizing: border-box;
  color:var(--main-color);
  font-weight:600 !important;
  margin-right:0.6em;
  padding:0;
  font-size:1.469rem;
}

@media all and (max-width: 750px){
  ul.ulDataListDtL li span:nth-child(2) {
  font-size:0.938rem;/*15px*/
  letter-spacing: 0.1em;
}
	
 ul.ulDataListDtL li span:nth-child(2) strong {
  width: calc(100%); /**/
  text-align:left !important;
  box-sizing: border-box;
  color:var(--main-color);
  font-weight:600 !important;
  font-size:1.375rem;
	}
}


ul.ulDataList li.bgR > span:nth-child(1),
ul.ulDataListDtL li.bgR > span:nth-child(1){
  background:var(--red-color) !important;
}
ul.ulDataList li.bgB > span:nth-child(1),
ul.ulDataListDtL li.bgB > span:nth-child(1){
  background:#ede5cc !important;
  color:var(--main-color);
}


ul.ulDataList > li:last-child,
ul.ulDataListDtL > li:last-child{
  margin-bottom: 0;
}

/*##### ulBaseDL #####*/

ul.ulBaseDL,
ul.ulBaseDLnoline{
  list-style: none;
  margin: 1.2em 0;
  padding-left: 0;
}

ul.ulBaseDL > li,
ul.ulBaseDLnoline > li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center stretch;
	align-items: center stretch;
	font-size: 1.0rem;/*16px*/
	letter-spacing: 0.12em;
	font-weight:400;
	margin-bottom:0em;
}
@media all and (max-width: 767px){
ul.ulBaseDLnoline > li{
	margin-bottom:1.0em;
}
}
ul.ulBaseDL > li:first-child strong,
ul.ulBaseDL > li:first-child span{
	border-top:1px solid #d0c7ac;
}
ul.ulBaseDL > li strong{
  	display:inline-block;
	width: 25%;
	max-width:215px;
	min-width: 180px;
	margin-right:1.0em;
	padding:1.2em 0 1.1em 1.2em;
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/ 
	color:var(--main-color);
	font-weight:400 !important;
	line-height:normal;
	position:relative;
	border-bottom:1px solid #d0c7ac;
}
ul.ulBaseDL > li strong:before {
  content: '';
	position:absolute;
	top:1.9em;
	left:0.3em;
	width:8px;
	height:8px;
	border-radius:100%;
	background-color:var(--point-color);
	display: block;
}
ul.ulBaseDL > li span {
	width:75%;
	display:inline-block;
	border-bottom:1px solid #d0c7ac;
		letter-spacing: 0.1em;
  font-size: 1.0rem;/*18px*/ 
  font-weight:400;line-height:1.7;
  color:var(--sub-color02);
	padding:1.4em 0.5em;
}

@media all and (max-width: 750px){
ul.ulBaseDL > li {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

ul.ulBaseDLnoline > li strong{
  	display:inline-block;
	width: 25%;
	max-width:215px;
	min-width: 180px;
	margin-right:1.0em;
	padding:0.3em 0 0.2em 1.2em;
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/ 
	color:var(--main-color);
	font-weight:400 !important;
	line-height:normal;
	position:relative;
}
@media all and (max-width: 767px){
  ul.ulBaseDLnoline > li strong{
	width:100% !important;
	  max-width:100%;
	  min-width:auto;display:block;margin:0 !important;
	padding:0em 0 0.2em 1.2em !important;
	  line-height:normal;
}
}

ul.ulBaseDLnoline > li strong:before {
  content: '';
	position:absolute;
	top:1.0em;
	left:0.3em;
	width:8px;
	height:8px;
	border-radius:100%;
	background-color:var(--point-color);
	display: block;
}
ul.ulBaseDLnoline > li span {
	width:75%;
	display:inline-block;
		letter-spacing: 0.1em;
  font-size: 1.0rem;/*18px*/ 
  font-weight:400;line-height:1.7;
  color:var(--sub-color02);
	padding:0 0.3em;
}


@media all and (max-width: 767px){
	ul.ulBaseDLnoline > li span {
	width:100%;
	display:inline-block;
		letter-spacing: 0.1em;
  font-size: 1.0rem;/*18px*/ 
  font-weight:400;line-height:1.7;
  color:var(--sub-color02);
	padding:0 0.3em;
}
ul.ulBaseDLnoline > li{
    width:100%;
	display:block;
	letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

/*##### ulBaseDL02 #####*/
ul.ulBaseDL02{
  list-style: none;
  margin: 1.2em 0;
  padding-left: 0;
}

ul.ulBaseDL02 > li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start stretch;
	align-items: flex-start stretch;
	font-size: 1.125rem;/*18px*/
	letter-spacing: 0.12em;
	font-weight:400;
	text-align:left !important;
	margin-bottom:0em;
}

ul.ulBaseDL02 > li strong{
  	display:inline-block;
	width: 20%;
	max-width:200px;
	min-width: 150px;
	margin-right:1.0em;
	padding:0.3em 0 0.2em 1.3em;
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/ 
	color:var(--main-color);
	font-weight:600 !important;
	line-height:normal;
	position:relative;
}
ul.ulBaseDL02 > li strong:before {
  content: '';
	position:absolute;
	top:0.8em;
	left:0.2em;
	width:11px;
	height:11px;
	border-radius:100%;
	background-color:var(--point-color);
	display: block;
}
ul.ulBaseDL02 > li span {
	/*width:80%;
	display:inline-block;*/
		letter-spacing: 0.1em;
  font-size: 1.125rem;/*18px*/ 
  font-weight:400;
	line-height:1.7;
  color:var(--sub-color02);
	padding:0.3em 0.5em;
}

@media all and (max-width: 767px){
ul.ulBaseDL > li {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
	text-align:left !important;
  }
}

/*##### ulBaseDataList #####*/
.contact-list {
  padding: 0;
  margin-bottom: 1.875rem;
	border:1px solid #000;
}
.contact-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.contact-list > .item .label {
  background: #0FBDC6;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  width: 6.25rem;
  padding: 0.125rem 0.625rem 0.0625rem;
  margin-right: 1rem;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .contact-list > .item .label {
    max-width: 4.6875rem;
    font-size: 0.75rem;
    margin-right: 0.625rem;
  }
}
.contact-list > .item .text {
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contact-list > .item .text {
    font-size: 0.9375rem;
  }
}
.contact-list > .item a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
.contact-list > .item:last-child {
  margin-bottom: 0;
}




/*##### ulBaseNotes #####*/
ul.ulBaseNotes{
  list-style: none;
  margin:1.2em 0;
  padding-left: 0;
}
ul.ulBaseNotes li{
  font-size:1.125rem;/*18px*/
  letter-spacing: 0.1em;
  display:flex;
  align-items:flex-start;
  justify-items:flex-start;
  margin:0.3em 0;
}
ul.ulBaseNotes li:before{
  content: "※"; /* 米印を表示 */
  width: 20px;
  margin-right:0.2em;
  text-align: center;
}

@media all and (max-width: 767px){
  ul.ulBaseNotes li {
	font-size:1.0rem;/*16px*/
    }
	.boxIndex0101 .ulNotesList li span{
      display:block;
    }
}

/*##### ulNotesList #####*/
ul.ulNotesList{
  list-style: none;
	margin:0;
	padding:0;
}

ul.ulNotesList li{
	font-size:1.125rem;/*18px*/
	font-weight:400;
	padding:0.25em 0em;
	margin:0;
	display:block;
	color:var(--red-color);
}

ul.ulNotesList li a{
	display:block;
	color:var(--red-color);
	text-decoration:none;
}

@media all and (max-width: 767px){
  ul.ulNotesList li{
    margin-bottom:1em;
    padding-bottom:1.0em;
    }
}

/*##### ulBaseCaution01 #####*/
.ulBaseCaution01 > li {
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.0rem;
  text-indent: -1.3em;
}
@media all and (max-width: 750px){
  .ulBaseCaution01 > li {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

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

.ulBaseCaution01 > li:before {
  content: '※';
  margin-right: 0.2em;
}


/*##### ulBaseCatMenu01 #####*/
.boxBaseCatMenu01 {
  margin-top: 4.1em;
  margin-bottom: 8.95em;
}

.ulBaseCatMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ulBaseCatMenu01 > li {
  margin-right: 2.0%;
}
.ulBaseCatMenu01 > li:last-child {
  margin-right: 0;
}

.ulBaseCatMenu01 > li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 140px;
  height: 42px;
  padding: 0.4em 1.8em 0.3em 1.8em;
  background: linear-gradient(30deg, #05c2b7 0%, #37aedf 89%);
  border-radius: 48px;
  letter-spacing: 0.01em;
  font-size: 1.25rem;
  color: #005a9e;
}
.ulBaseCatMenu01 > li.current a,
.ulBaseCatMenu01 > li a:hover {
  color: #fff;
  opacity: 1;
}
.ulBaseCatMenu01 > li.current a {
  pointer-events: none;
}

.ulBaseCatMenu01 > li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
}
.ulBaseCatMenu01 > li.current a:after,
.ulBaseCatMenu01 > li a:hover:after {
  background-color: transparent;
}

.ulBaseCatMenu01 > li a > span {
  position: relative;
  z-index: 3;
}


/*##### UlBaseListCat #####*/
.ulBaseListCat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ulBaseListCat.typeBg > li,
.ulBaseListCat.typeBorder > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.7em;
  margin-right:0.5em;
  margin-bottom: 0.3em;
  padding: 0.4em 0.8em 0.5em 0.8em;
  background-color: #eee;
  line-height: 1.0;
  font-size: 0.9rem;
	border-radius:50px;
}

.ulBaseListCat.typeBg > li + li,
.ulBaseListCat.typeBorder > li + li {
  margin-right: 0.3em;
}

/*##### BaseTable #####*/
.table_scrollbox {
    overflow-x: auto;
    display: block;
}

/*##### BaseTable #####*/

.BaseTable table th,
.BaseTable table td {
	border-top:1px solid #d0c7ac;
	border-left:none;
	border-right:1px solid #d0c7ac;
	border-bottom:1px solid #d0c7ac;
}

.BaseTable table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0.8em auto 1.5em;
  text-align: center;
  font-size: 1.125rem;/*18px*/
  letter-spacing:0.1em;
  line-height:1.6;
}
@media all and (max-width: 767px){
  .BaseTable table {
    width: 100%;
    max-width: 100% !important;
    min-width: 1160px !important;
    margin-bottom: 0.5em;
	font-size: 1.068rem;/*17px*/
  }
}

.BaseTable table thead {
  border-bottom:1px solid #d0c7ac;
  border-top:1px solid #f5f5f5 !important;
  vertical-align: middle;
  background-color: #f5f5f5;
}

.BaseTable table thead th {
	border-top:1px solid #f5f5f5 !important;
}

.BaseTable table thead th:not(:nth-child(1)) {
	background-color: #dcf1e2;
	color:var(--main-color);
	font-weight: 500;
	padding:0.8em 0.25em !important;
	border-top:1px solid #dcf1e2 !important;
}

.BaseTable table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

.BaseTable table tbody tr td {
	vertical-align: middle;
	height:130px;
	padding:1.5em 0.25em !important;
	font-weight: 400;
}
.BaseTable table tbody tr td a{
	text-decoration: none;
	border-bottom: 1px solid var(--base-txt-black);
	padding-bottom: 0.1em;
	color:var(--base-txt-black);
	display: inline-block;
}
.BaseTable table tbody tr td a:nth-of-type(2){
	padding-top:0.3em;
}

.BaseTable table tbody tr td:first-child {
  color:var(--main-color);
  font-weight: 500;
}

.BaseTable table tbody tr td:first-child span{
  color:var(--sub-color02);
	font-weight:400 !important;
}
@media all and (max-width: 767px){
  .BaseTable table tbody tr td:first-child span{
	  font-size:0.938rem;
	}
}

/*##### base TableTel #####*/
.BaseTableTel table{
	width: 100%;
	table-layout: fixed;
	border-collapse:separate;
	border-spacing:0 0.5em;
	box-sizing:border-box;
	margin: 0em auto;
	position: relative;  
}
.Rline{
	position: relative;  
}
.Rline:before {
    content:"";
    width: 1px;
    height: 81px;
    background: #d0c7ac;
    transform: rotate(15deg);
    position: absolute;
    left: -60px;
    top: 0.8em;
	display:block;
}
@media all and (max-width: 767px){
  .BaseTableTel table{
    table-layout: auto;
    max-width: 100% ;
    min-width: 100%;
    margin: 0 auto 1.0em;
	/*  padding-top:1.0em;
	border-top:1px solid #d0c7ac;*/
  }
}

.BaseTableTel td{
	display:table-cell;
	box-sizing:border-box;
	border:none;
	/*vertical-align:middle;*/
	padding:0 0.8em 0 0;
}
@media all and (max-width: 767px){
  .BaseTableTel td{
	/*display:block;*/
	padding:0;
	}
}

.BaseTableTel table tbody tr td:first-child{
	width:100px;
	padding-right:0.8em;
	position:relative;
}
.BaseTableTel table tbody tr:first-child  td:first-child{
	vertical-align:middle
}
@media all and (max-width: 767px){
	.BaseTableTel table tbody tr td:first-child{
		min-width:88px;
		padding-right:0.8em;
		padding-top:0.35em;
		font-size: 1.036rem;/*17px*/
	}
}

.BaseTableTel table tbody tr td:first-child strong{
	width: 100%;
	min-width:80px;
	display:inline-block;
	border-radius:50px;
	padding:0.2em;
	text-align: center !important;
	font-size: 1.25rem;/*20px*/ 
	font-weight:600;
	font-family:var(--base-font-en);
	color:#FFF;
	background:var(--main-gradient);
}

.BaseTableTel table tbody tr:not(:first-child) td:first-child strong{
	background:#ede5cc !important;
	color:var(--main-color);
	font-size: 0.9rem;/*15px*/
	font-weight:400 !important;
	letter-spacing: 0em !important;
	padding:0.3em 0.2em 0.2em;
}
@media all and (max-width: 767px){
  .BaseTableTel table tbody tr td:first-child strong{
	padding:0.2em;
	font-size: 1.036rem;/*17px*/ 
	}

}
.BaseTableTel table tbody tr:first-child td:nth-child(2){
	color:#0a613b;
	font-weight:600 !important;
	font-family:var(--base-font-en);
	font-size:2.625rem;/*42px*/
	line-height:1.0;
	letter-spacing: 0.05em;
}
@media all and (max-width: 767px){
  .BaseTableTel table tbody tr:first-child td:nth-child(2){
	color:#0a613b;
	font-weight:600 !important;
	font-family:var(--base-font-en);
	font-size:1.6rem;/*42px*/
	line-height:1.4;
	letter-spacing: 0.02em;
	}
}

.BaseTableTel table tbody tr td:nth-child(2){
	font-size: 1.125rem;/*18px*/
	letter-spacing:0.1em;
	line-height:1.7;
	font-weight:400;
	line-height:1.7;
}

@media all and (max-width: 767px){
  .BaseTableTel table tbody tr td:nth-child(2) {
	  /*width:100%;*/
	  font-size:1.0rem;
	  padding:0.15em 0 !important;
	}
}

/*##### base TableDL #####*/
.BaseTableDL table,
.BaseTableDLR table,
.BaseTableTime table{
  width: 100%;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0 0.5em;
  box-sizing:border-box;
  margin: 0em auto;
  font-size: 1.125rem;/*18px*/
  letter-spacing:0.1em;
  line-height:1.6;
  position:relative;
}
@media all and (max-width: 767px){
  .BaseTableDL table,
  .BaseTableDLR table,
  .BaseTableTime table{
    width: 100%;
	table-layout:auto !important;
    max-width: 100%;
    min-width: 100%;
  }
}

.BaseTableDL table td,
.BaseTableDLR table td,
.BaseTableTime table td{
	display:table-cell;
	box-sizing:border-box;
	border:none;
	vertical-align:top !important/*middle*/;
	padding:0;
	letter-spacing: 0.1em;
	font-size: 1.125rem;/*18px*/ 
	font-weight:400;
	line-height:1.6;
}
@media all and (max-width: 767px){
  .BaseTableDL td,
  .BaseTableDLR td,
  .BaseTableTime td{
	font-size: 1.0rem;
	vertical-align: top !important;
	}
}

.BaseTableDL table tbody tr td:first-child,
.BaseTableDLR table tbody tr td:first-child{
	width:140px;
	padding-right:0.8em;
	position:relative;
}
.BaseTableTime table tbody tr td:first-child{
	width:100px;
	padding-right:0.8em;
}

@media all and (max-width: 767px){
	.BaseTableDL table tbody tr td:first-child,
	.BaseTableDLR table tbody tr td:first-child{
		width:auto;
		min-width:100px;
		padding-right:0.8em;
		padding-top:0.35em;
	}
	.BaseTableTime table tbody tr td:first-child{
		width:auto;
		min-width:88px;
		padding-top:0.35em;
	}
}

.BaseTableDL table tbody tr td:first-child strong,
.BaseTableDLR table tbody tr td:first-child strong{
	width: 100%;
	min-width: 100px !important;
	display:inline-block;
	border-radius:50px;
	padding:0.2em 0.5em 0.3em;
	box-sizing: border-box;
	text-align: center !important;
	font-size: 1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#FFF;
}

.BaseTableDL table tbody tr td:first-child strong{
	background:var(--main-gradient);
}
.BaseTableDLR table tbody tr td:first-child strong{
	background:var(--red-color) !important;
}


.BaseTableTime table tbody tr td:first-child strong{
	width: 100%;
	min-width: 80px;
	display:inline-block;
	border-radius:50px;
	padding:0.2em 0.5em 0.3em;
	box-sizing: border-box;
	text-align: center !important;
	font-size: 1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#FFF;
	background:var(--main-gradient);
}
.BaseTableTime table tbody tr:last-child td:first-child strong{
	background:var(--red-color) !important;
}


@media all and (max-width: 767px){
	.BaseTableDL table tbody tr td:first-child strong,
	.BaseTableDLR table tbody tr td:first-child strong{
		width:100%;
		min-width: auto;
		font-size: 1.036rem;/*17px*/
		padding:0.2em 0.5em;
		border-top:none;
		border-bottom:none;
		white-space:nowrap;
	}
	.BaseTableTime table tbody tr td:first-child strong{
		width:100%;
		min-width: auto;
		font-size: 1.036rem;/*17px*/
		padding:0.2em 0.5em;
		border-top:none;
		border-bottom:none;
		white-space:nowrap;
	}
}

.BaseTableDL table tbody tr td:nth-child(2),
.BaseTableDLR table tbody tr td:nth-child(2),
.BaseTableTime table tbody tr td:nth-child(2){
	padding:0.15em 0;
}
.BaseTableDL table tbody tr td:nth-child(2) a,
.BaseTableDLR table tbody tr td:nth-child(2) a,
.BaseTableTime table tbody tr td:nth-child(2) a{
	color:var(--sub-color02) !important;
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid var(--sub-color);
	padding-bottom:0.05em;
	font-weight:normal !important;
}
.BaseTableDL table tbody tr td:nth-child(2) em{
	font-style: normal;		
    color:var(--main-color);
    font-weight:600 !important;  
}
.BaseTableDLR table tbody tr td:nth-child(2) em{
	font-style: normal;		
    color:var(--red-color);
    font-weight:600 !important;  
}
.BaseTableTime table tbody tr td:nth-child(2) em{
	width:188px;
	display:inline-block;
	font-style: normal;		
    color:var(--main-color);
    font-weight:600 !important;  
	text-align:right;
	line-height:1.4em;
	font-size:1.469rem;
	margin-right:0.6em;
}

@media all and (max-width: 767px){
  .BaseTableDL table tbody tr td:nth-child(2),
  .BaseTableDLR table tbody tr td:nth-child(2),
  .BaseTableTime table tbody tr td:nth-child(2){
	  font-size: 1.0rem;
	}

  .BaseTableTime table tbody tr td:nth-child(2) em{
	width:auto;
	display:block;
	text-align:left;
	font-size:1.35rem;
	padding:0;
	}
}

/*##### BaseTableList #####*/

.BaseTableList table,
.BaseTableList-noline table,
.BaseTableListNum table{
  width: 100%;
  border-collapse:collapse;
  margin: 0.2em auto;
  font-size: 1.125rem;/*18px*/
  letter-spacing:0.1em;
  line-height:1.6;
	counter-reset: my-counter;
}
@media all and (max-width: 767px){
  .BaseTableList table,
  .BaseTableList-noline table,
  .BaseTableListNum table{
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0.2em auto 1.0em;
  }
}

.BaseTableList table td,
.BaseTableList-noline table td,
.BaseTableListNum table td{
	display:table-cell;
	box-sizing:border-box;
	border-left:none;
	border-right:none;
}
@media all and (max-width: 767px){
  .BaseTableList table td,
  .BaseTableList-noline table td,
  .BaseTableListNum table td{
	display:block;
	}
}

.BaseTableList table tbody tr td:first-child,
.BaseTableList-noline table tbody tr td:first-child,
.BaseTableListNum table tbody tr td:first-child{
	color:var(--main-color);
	width:20%;
	min-width: 168px;	
	letter-spacing: 0.1em !important;
	font-size: 1.125rem;/*18px*/
	font-weight:600 !important;
	position:relative;
}

.BaseTableList table tbody tr td:first-child {
	padding:1.0em 0.85em 1.2em 1.15em!important;
	border-top:none;
	border-bottom:1px solid #d0c7ac;
}
.BaseTableList-noline table tbody tr td:first-child{
	padding:0.2em 0.85em 0.6em 1.15em!important;
	border:none;
}
.BaseTableListNum table tbody tr td:first-child{
	padding:0.6em 0.85em 0.6em 2.4em!important;
	border:none;
}

@media all and (max-width: 767px){
	.BaseTableList table tbody tr td:first-child{
		width:100%;
		min-width: auto;
		font-size: 1.036rem;/*17px*/
		padding:1.0em 0em 0.15em 1.3em!important;
		border-top:none;
		border-bottom:none;
	}
	.BaseTableList-noline table tbody tr td:first-child{
		width:100%;
		min-width: auto;
		font-size: 1.036rem;/*17px*/
		padding:0.2em 0em 0em 1.3em!important;
	}
}

.BaseTableList table tbody tr td:first-child:before,
.BaseTableList-noline table tbody tr td:first-child:before{
	content:'';
	position:absolute;
	top:1.6em;
	left:0.3em;
	width:8px;
	height:auto;
	aspect-ratio: 1 / 1;
	border-radius:50%;
	background-color:var(--point-color);
	display: block;
}
.BaseTableList-noline table tbody tr td:first-child:before{
	position:absolute;
	top:1.1em;
	left:0.3em;
}
.BaseTableListNum table tbody tr td:first-child:before{
	content: counter(my-counter);
	counter-increment: my-counter;
	position:absolute;
	top:0.6em;
	left:0;
	width:32px;
	height:32px;
	aspect-ratio: 1 / 1;
	border-radius:50%;
	padding-left:0.2em;
	color:#fff;
	background:var(--main-gradient);
	display:block;
	text-align:center;
}

@media all and (max-width: 767px){
  .BaseTableList table tbody tr td:first-child:before {
	content: '';
	position:absolute;
	top:1.5em;
	left:0.3em;
	}
  .BaseTableList-noline table tbody tr td:first-child:before {
	content: '';
	position:absolute;
	top:0.7em;
	left:0.3em;
	}
}

.BaseTableList table tbody tr:first-child td:first-child {
	border-top:1px solid #d0c7ac !important;
	}

.BaseTableList table tbody tr:first-child td:first-child:after {
	content:"";
	position: absolute;
	top:-1px;
	right: 0;
	width:20px;
	border-top: 1px solid #fff;
}
.BaseTableList table tbody tr td:first-child:after {
	content:"";
	position: absolute;
	bottom:-1px;
	right: 0;
	width:20px;
	border-bottom: 1px solid #fff;
}

@media all and (max-width: 767px){
	.BaseTableList table tbody tr:first-child td:first-child:after,
	.BaseTableList table tbody tr td:first-child:after{
		display:none;
	}
}

.BaseTableList table tbody tr td:nth-child(2),
.BaseTableList-noline table tbody tr td:nth-child(2),
.BaseTableListNum table tbody tr td:nth-child(2){
	width:calc(100% - 20%);
	letter-spacing: 0.1em;
	font-size: 1.0rem;/*16px*/ 
	font-weight:400;
	line-height:1.7;
	color:var(--sub-color02);
}
.BaseTableList table tbody tr td:nth-child(2) {
	padding:1.0em 1.0em 1.2em 1.0em;
	border-top:1px solid #d0c7ac;
	border-bottom:1px solid #d0c7ac;
}
.BaseTableList-noline  table tbody tr td:nth-child(2) {
	padding:0.2em 1.0em 0.6em 1.0em;
	border:none;
}
.BaseTableListNum  table tbody tr td:nth-child(2) {
	padding:0.2em 1.0em 0.6em 1.0em;
	border:none;
}
@media all and (max-width: 767px){
  .BaseTableList table tbody tr td:nth-child(2) {
	  width:100%;
	  padding:0.15em 0.8em 1.0em 0.8em!important;
	  border-top:none;
	  border-bottom:1px solid #d0c7ac;
	}
  .BaseTableList-noline table tbody tr td:nth-child(2),
	.BaseTableListNum table tbody tr td:nth-child(2){
	  width:100%;
	  padding:0.1em 0.8em 0.5em 0.8em!important;
	}
}


.boxMap {
    position: relative;
    width: 100%;
	padding-top:75%;
    /*padding-bottom: 56.25%;  高さをアスペクト比で制御する場合の例 (16:9) */  
    height: 0;
	border-radius:20px;
    overflow: hidden;
}
.boxMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*##### Align #####*/
.BaseCenter {
  text-align:center;
}

.BaseRight {
  text-align:right;
}

/*##### Color #####*/
.cBaseRed {
  color: var(--red-color);
}

.txtMarker01 {
  background: linear-gradient(transparent 1%, #ffe63d 1%);
}


.txtBaseUnitSuper {
  position: relative;
  left: -0.1em;
  vertical-align: super;
  font-size: 0.73rem;
}
@media all and (max-width: 750px){
  .txtBaseUnitSuper {
    font-size: 0.4rem;
  }
}

.txtBaseUnitSub {
  position: relative;
  bottom: 0.34em;
  vertical-align: sub;
  font-size: 0.73rem;
}
@media all and (max-width: 750px){
  .txtBaseUnitSub {
    font-size: 0.4rem;
  }
}


/*##### baseTextShadow #####*/
.txtBaseShadowWhite {
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.txtBaseShadowGray {
  text-shadow: 1px 1px 0 #f6f6f6, 1px -1px 0 #f6f6f6, -1px 1px 0 #f6f6f6, -1px -1px 0 #f6f6f6, 0 0 5px #f6f6f6, 0 0 10px #f6f6f6, 0 0 15px #f6f6f6;
}

/*##### BaseMT #####*/
.baseMT {
  margin-top:2.6em;
}


/*##### BaseMB #####*/
.baseMB {
  margin-bottom: 1.0em;
}

.baseMB02 {
  margin-bottom: 1.5em;
}

.baseMB03 {
  margin-bottom: 2.0em;
}

.baseMB04 {
  margin-bottom: 2.5em;
}

.baseMB05 {
  margin-bottom: 3.0em;
}

.baseMB06 {
  margin-bottom: 3.5em;
}

.baseMB07 {
  margin-bottom: 4.0em;
}

.baseMB08 {
  margin-bottom: 4.5em;
}

@media all and (max-width: 767px){
  .baseMB07,
  .baseMB08 {
    margin-bottom: 3.5em;
  }
}

/* カラム間の隙間をなくす 
.wp-block-columns {
    gap: 0;
}*/

/* 念のため、カラム自体のパディングも0にする 
.wp-block-column {
    padding: 0;
}*/
.wp-block-button__link {
    margin: 0;
    padding: 0; /* 内側の余白も消す場合 */
}
