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


main .video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

.topMAIN {
	background: url("../../images/top/mainPC.jpg");
	width: 100%;
	height: 800px;
	background-position: center top;
	margin-top: 80px;
}
.topMAINS {
	display: none;
}


main .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main .video-wrapper .catch-copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 95%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  color: #fff;
  margin: auto;
	letter-spacing: 0;
	text-transform: uppercase;
	
}

main .video-wrapper .catch-copy h1 {
  text-align: center;
	z-index: 1;
	color:#fff;
	font-size: calc(12px + 0.2vw);
margin-bottom: 15px;
}


main .video-wrapper .catch-copy h2 {
 font-family: "Poppins", sans-serif;
	text-align: center;
	 font-size: calc(22px + 3.5vw);
	font-weight: 600;
	line-height: 1.1;
}
main .video-wrapper .catch-copy h3 {

	text-align: center;
	 font-size: calc(16px + 0.5vw);
	font-weight: 600;
	line-height: 1.8;
}

main .contentWrap {
	max-width: 1400px;
	margin: auto;
}

.topNEWS {
	position: absolute;
	bottom:0;
	right:0;
	font-size: calc(12px + 0.2vw);
	display: flex;
	clip-path: polygon(3% 0%, 100% 0, 100% 100%, 0% 100%);
}


.topNEWS .wrap a {
	display: flex;
	background:rgba(255,255,255,0.8);
	padding: 10px 40px 10px 40px;
	box-sizing: border-box;
	position: relative;
}


.topNEWS .wrap a .date {
margin-right: 15px;
}
.topNEWS .wrap a .title {
	overflow: hidden;/* 溢れた部分を隠す */
  text-overflow: ellipsis;/* 溢れた部分を「...」にする */
  white-space: nowrap;
	width: 80%;
}
.topNEWS .wrap a:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #222;
    transition: 0.3s;
}


.topNEWS .wrap a:after {
    content: '';
    position: absolute;
    top: 50%;
    right:1em;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #222;
    transition: 0.3s;
}
.topNEWS .wrap a:hover:before, .topNEWS .wrap a:hover:after {
    right: 0.5em;
}
.topNEWS .wrap a:hover {
	opacity: 0.8;
}




.openAD {
	background: #937417;
	padding: 20px 0;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2rem,2.5vw, 3.2rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	position: relative;

}

.media {
	max-width: 1100px;
	margin: auto;
	margin-top: -100px;
	z-index: 1;
	position: relative;
}





/*------------------------------------

topContent01 

------------------------------------*/

.topContent01 {
	background: #0b2b44;
	padding: 60px 5%;
	box-sizing: border-box;
}

.titleLOGO {
	max-width: 950px;
	margin: auto;
	margin-bottom: 20px;
}

.topABOUTBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.topABOUTBOX .box {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;
	width: 32.5%;
	display: flex;
  flex-direction: column;
	margin-bottom: 25px;
}
.topABOUTBOX .box h3 {
	font-size: clamp(1.7rem, 1.5vw, 2.2rem);
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}
.topABOUTBOX .box figure {
	margin-bottom: 15px;
}
.topABOUTBOX .box p {
	padding: 0;
	margin: 0;
}


.planTITLE {
	border: 2px solid #fff;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: clamp(1.7rem, 2vw, 2.4rem);
	color:#fff;
	max-width: 1200px;
	margin: auto;
	font-weight: 600;
	margin-bottom: 20px;
}
.planTITLE02 {
	text-align: center;
	box-sizing: border-box;
	font-size: clamp(1.7rem, 2vw, 2.4rem);
	color:#fff;
	max-width: 1200px;
	margin: auto;
	font-weight: 600;
}
.planBOX {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 20px;
}
.planBOX li {
	background: #fff;
	width: 24%;
	border-radius: 5px;
	
	text-align: center;
	line-height: 1.4;
	font-size: clamp(1.7rem, 1.5vw, 2.2rem);
	padding: 20px;
	box-sizing: border-box;
	font-weight: 600;
	border: 3px solid #927517;

}
.planBOX li figure {
	display: block;
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.planBOX li figure.books {
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}

.komeko  {
	text-align: center;
	font-size: clamp(1rem, 0.8vw, 1em);
	color:#fff;
	
}

/*------------------------------------

topContent02 

------------------------------------*/

.topContent02 {
	background: #f8f9f9;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent02 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem,2.5vw, 3.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
}
.topContent02 h2 .eng {
	display: block;
	font-size: clamp(1.0rem,1.1vw, 1.6rem);
	color:#b19338;
}

.flexBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.flexBOX.rev {
	flex-direction: row-reverse;
}
.flexBOXL {
	width: 53%;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.flexBOXR {
	width: 43%;
}
.flexBOXR img {
	margin-top: 20px;
}
.flexBOXL h3 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.8rem,2.1vw, 3rem);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
.flexBOXL p {
	font-size: clamp(1.4rem,1.2vw, 1.7rem);
}
.Mtitle  {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.7rem,2vw, 2.8rem);
	font-weight: 600;
	line-height: 1.7;
	margin: 50px 0;
	text-align: center;
}

/*------------------------------------

topContent03 

------------------------------------*/

.topContent03 {
	background: #fff;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent03 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem,2.5vw, 3.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
}
.topContent03 h2 .eng {
	display: block;
	font-size: clamp(1.0rem,1.1vw, 1.6rem);
	color:#b19338;
}

.topMERIT {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}
.topMERIT .box {
	background: #014172;
	box-sizing: border-box;
	width: 32.5%;
	margin-bottom: 25px;
	padding: 40px;
	border-radius:10px;
	
}
.topMERIT .box h3 {
	font-size: clamp(1.7rem, 1.5vw, 2.4rem);
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5;
	color:#fff;
}
.topMERIT .box figure {
	margin-bottom: 15px;
	width: 120px;
	margin: auto;
	margin-bottom: 20px;
}
.topMERIT .box p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: clamp(1.5rem, 1.2vw, 1.8rem);
	color:#fff;
}



	.ill {
		max-width: 950px;
		margin: auto;
		background: #fff;
		padding: 40px;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(200,200,200,0.2);
		margin-bottom: 15px;
		
	}


/*------------------------------------

topContent04

------------------------------------*/

.topContent04 {
	background: #f8f9f9;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent04 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem,2.5vw, 3.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
}
.topContent04 h2 .eng {
	display: block;
	font-size: clamp(1.0rem,1.1vw, 1.6rem);
	color:#b19338;
}

.topContent04 h3 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.4rem,1.5vw, 2.2rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px;
}

.Message {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;
	max-width: 1200px;
	margin: auto;
	margin-bottom:20px;
	border: 15px solid #e5e1d7;
	position: relative;
}

.catego {
	position: absolute;
	background: #937417;
	color:#fff;
	font-size: clamp(1.7rem, 2vw, 2.4rem);
	width: 300px;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	right: 0;
  left: 0;
	top:-30px;
  margin: 0 auto;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
}

.Message .box {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}

.MessageL {
	width: 18%;
	
}
.MessageR {
	width: 77%;
}
.MessageR .head {
	border-bottom: 2px dotted #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


.MessageR h4 {
	font-size: clamp(1.7rem, 2vw, 2.4rem);
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Noto Serif JP", serif;
}

.MessageR .name {
	font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	line-height: 1.6;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	
}
.MessageR .name span {
	display: inline-block;
	font-size: clamp(1.3rem, 1.5vw, 1.8rem);
	 font-family: "Noto Sans JP", sans-serif;
}

.MessageR p {
	font-size: clamp(1.4rem, 1.3vw, 1.6rem);
	 font-family: "Noto Sans JP", sans-serif;
}	

	

/*------------------------------------

topContent05 

------------------------------------*/

.topContent05 {
	background: #f8f9f9;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent05 h2 {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2rem, 5.3vw, 6rem);
	font-weight: 600;
	color:#62b9a8;
	text-align: center;
}
.topContent05 h2::first-letter {
	color:#dc8a32;
}

.topContent05 h2.jpnTITLE {
	font-size: clamp(1.5rem, 1.7vw, 2rem);
	font-weight: 600;
	color:#1b2b3a;
	text-align: center;
	margin-bottom: 40px;
}
.topContent05 h2.jpnTITLE::first-letter {
	color:#202020;
}
.topblog  {
	display: flex;
	flex-wrap: wrap;
}

.topblog li  {
	box-shadow: 0 0 30px rgba(150,150,150,0.2);
	width: 30%;
	position: relative;
	margin: 0 1.65% 30px;
}
.topblog li .tag  {
	position: absolute;
	background: #1b2b3a;
	color:#fff;
	font-size: clamp(1rem, 1vw, 1.2rem);
	text-align: center;
	top:0;
	left: 0;
	z-index: 1;
	padding: 5px 10px;
	box-sizing: border-box;
}
.topblog li figure  {
	
}
.topblog li figure  img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.topblog li h3  {
	font-size: clamp(1.5rem, 1.5vw, 1.7rem);
	margin-bottom: 10px;
}
.topblog li p  {
	font-size: clamp(1.3rem, 1.3vw, 1.5rem);
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	padding: 0;
	margin: 0;
}
.topblog li .box {
	padding: 15px 15px 20px 15px;
}
.listbuttton {
	max-width: 300px;
	margin: auto;
}


/*------------------------------------

掲載医院の審査基準について

------------------------------------*/

.DiscripTion {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.4rem,1.5vw, 2rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px;
}

.accordion {
margin-bottom:0px;	
	max-width: 1200px;
	margin: auto;
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 20px;
	position: relative;
	background: #b19338;
	color:#fff;
	font-size: clamp(1.6rem,1.25vw, 2rem);
	box-sizing: border-box;
	text-align: left;
}
.accordion > ul > li > a:hover {
	opacity: 0.8;
}

.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.8;
	background: #f2f4f4;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 10px;
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:15px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.masList {
	margin-left: 30px !important;
	box-sizing: border-box;
	width: auto !important;

}
.masList li {
	padding: 0;
	margin: 0;
	list-style-type: decimal;
	line-height: 1.5;
	font-size: clamp(1.4rem,1.4vw, 1.7rem);
	border-bottom: 1px dotted #808080;
	padding: 8px 0;
box-sizing: border-box;
}
.accordion figure {
	width: 70%;
	margin:0 auto 20px;
}
.accordion .komeko {
	color:#222;
}

/*------------------------------------

流通プロモーション

------------------------------------*/

.proBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}
.proBOX .box {
	background: #fff;
	box-sizing: border-box;
	width: 49.5%;
	margin-bottom: 25px;
	padding: 40px;
	
}
.proBOX .box h3 {
	font-size: clamp(1.7rem, 1.5vw, 2.4rem);
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.5;
}
.proBOX .box figure {
	margin: auto;
	margin-bottom: 20px;
}
.proBOX .box p {
	padding: 0;
	margin: 0;
	font-size: clamp(1.5rem, 1.2vw, 1.7rem);
	line-height: 1.8;
}

#hanro {
	border-top: none;
	width: 100%;
	box-sizing: border-box;
}

dl#hanro dl,dl#hanro dt,dl#hanro dd {
	margin: 0;
	padding: 0;
}

dl#hanro dt,dl#hanro dd {
	padding: 10px;
	box-sizing: border-box;
}

dl#hanro dt {
	clear: left;
	float: left;
	width: 30%;
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
	background: #014172;
	color:#fff;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 3px;
	line-height: 1.6;
	
}

dl#hanro dd {
	background: #fff;
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
	border-top: 1px dotted #dcc9bc;	
	margin: 0 0 0 32%;
	box-sizing: border-box;
	margin-bottom: 3px;
	line-height: 1.6;
}
dl#hanro dd:last-child {
	border-bottom: 1px dotted #dcc9bc;	
}
.kome {
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
		line-height: 1.6;
}

/*------------------------------------

審査～掲載までの流れ

------------------------------------*/

.flowBOX {
  max-width: 1000px;
 margin: auto;
	background: #f8f9f9;
	padding: 50px;
	box-sizing: border-box;
}



.List-Item {
  width: 100%;
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 900px;
  display: flex;
  align-items: center;
}

.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #937417;
  color: #fff;
 font-size: clamp(1.8rem,2.5vw, 2.5rem);
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 2px;
  height: 40px;
  background: #937417;
}
.List-Item-Content-Title {
  margin-right: 48px;
  font-size: clamp(1.6rem,1.6vw, 2.2rem);
}

.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}

@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 2px;
    height: 72px;
  }
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 13px;
  }
}


.hikakuTITLE {
	background: #262626;
	text-align: center;
	color:#fff;
	padding: 10px;
	line-height: 1.6;
	font-size: clamp(1.5rem,1.6vw, 2rem);
	margin-bottom: 15px;
	box-sizing: border-box;
}
table#hikaku {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	line-height: 1.5;
	font-size: clamp(1.4rem,1.4vw, 1.7rem);
}

table#hikaku th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #014172;
    font-weight: normal;
    text-align: center;
	color:#fff;
	box-sizing: border-box;
}
table#hikaku td {
    padding: 15px 20px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	  background: #fff;
	box-sizing: border-box;
}
table#hikaku td.cate {
	  background: #f1f5f8;
	text-align: center;
}

/*------------------------------------

料金・申し込み方法

------------------------------------*/

.mainPrice {
	text-align: center;
	font-size: clamp(1.7rem, 1.5vw, 2.4rem);
	font-weight: 600;
	line-height: 1;
}
.mainPrice span {
	 font-family: "Outfit", sans-serif;
  font-weight: 500;
	font-size: clamp(4rem,5vw, 7rem);
	color:#b00028;
}
.media02 {
	max-width: 70%;
	margin: auto;
	margin-top: 0px;
	z-index: 1;
	position: relative;
}

.priceBOX  {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 20px;

}
.priceBOX li {
	width: 49%;
		background: #fff;
	padding: 40px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;
}

.NlistWrap {
	max-width: 1200px;
	margin: auto;
}
.Nlist {
	
	margin-left: 2rem;
	box-sizing: border-box;
}
.Nlist li {
	list-style-type: disc;
}


.planBOX02 {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin: 20px auto 30px;
}
.planBOX02 li {
	background: #f4f3f1;
	width: 24%;
	border-radius: 10px;
	
	text-align: center;
	line-height: 1.4;
	font-size: clamp(1.7rem, 1.5vw, 2.2rem);
	padding: 20px;
	box-sizing: border-box;
	font-weight: 600;

}
.planBOX02 li figure {
	display: block;
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}

.planBOX02 li figure.books {
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}





/*------------------------------------

追伸

------------------------------------*/

.jimu {
	text-align: center;
	font-size: clamp(1.7rem, 1.5vw, 2rem);
	margin-bottom: 40px;
}

.notebox {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	margin-bottom: 40px;
	max-width: 1200px;
	margin: auto;
}
.notebox h3 {
	text-align: center;
	font-family: 'Noto Serif', serif;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
}
.note {

  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 1.98em 1em;
  margin: 0em 0;
  font-weight: 500;
	font-size: 2rem;
}
.sign {
	width: 400px;
	margin: 0px 0 0 auto;
	text-align: right;
}



#gaiyou {
	background: #e2e2e2;
	border: 1px solid #d1d0d0;
	border-top: none;
	max-width: 1200px;
	margin: auto;
	font-size: 1.6rem;
	line-height: 180%;
	margin-top: 40px;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 20px;
}

dl#gaiyou dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 25%;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #d1d0d0;
	border-top: 1px solid #d1d0d0;
	margin-left:28%;
	
}




/*------------------------------------

CTA

------------------------------------*/


.CtaBOX {
	
	background: #0b2b44;
	padding: 30px;
	box-sizing: border-box;
	color:#fff;
}
.CtaBOX .Wrap {
	max-width: 1400px;
	margin: auto;
	display: flex;
	
}
.CtaBOX .ctaL {
	width: 50%;
	padding: 40px 10%;
	box-sizing: border-box;
	border-right: 1px solid #708696;
	background-size: cover;
	background-position: center;
	display: flex;
  flex-direction: column;
	text-align: center;
}
.CtaBOX .ctaR {
	width: 50%;
	padding: 40px 10%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	display: flex;
  flex-direction: column;
	text-align: center;
}
.CtaBOX .ctaL h2,
.CtaBOX .ctaR h2 {
	font-size: clamp(1.8rem,2.1vw, 3rem);
	margin-bottom: 15px;
	text-align: center;
	
}
.CtaBOX .ctaL .en,
.CtaBOX .ctaR .en {
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	text-align: center;
	color:#b19338;

}
.CtaBOX .ctaL p,
.CtaBOX .ctaR p {

}

.CtaBOX .button007 {
  margin-top: auto;
}




@media screen and (max-width: 834px) {
	
.topMAIN {
	display: none;
}
.topMAINS {
	display: block;
	position: relative;
	padding-top: 60px;
}

.openAD {
	background: #937417;
	padding: 20px 2%;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.6rem,2.5vw, 3.2rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;

}

.media {
	max-width: 90%;
	margin: auto;
	margin-top: -50px;
	z-index: 1;
	position: relative;
}





/*------------------------------------

topContent01 

------------------------------------*/

.topContent01 {
	background: #0b2b44;
	padding: 30px 5%;
	box-sizing: border-box;
}

.titleLOGO {
	max-width: 950px;
	margin: auto;
	margin-bottom: 10px;
}

.topABOUTBOX {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.topABOUTBOX .box {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;
	width: auto;
	display: flex;
  flex-direction: column;
	margin-bottom: 15px;
}
.topABOUTBOX .box h3 {
	font-size: clamp(1.7rem, 1.5vw, 2.2rem);
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}
.topABOUTBOX .box figure {
	margin-bottom: 10px;
}
.topABOUTBOX .box p {
	padding: 0;
	margin: 0;
}
.topABOUTBOX .box:last-child {
	margin-bottom: 0;
	}

.planTITLE {
	border: 2px solid #fff;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	color:#fff;
	max-width: 1200px;
	margin: auto;
	font-weight: 600;
	margin-bottom: 20px;
}
.planTITLE02 {
	text-align: center;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	color:#fff;
	max-width: 1200px;
	margin: auto;
	font-weight: 600;
	line-height: 1.6;
}
.planBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 00px;
}
.planBOX li {
	background: #fff;
	width: 49%;
	border-radius: 5px;
	text-align: center;
	line-height: 1.4;
	font-size: clamp(1.5rem, 1.5vw, 2.2rem);
	padding: 15px;
	box-sizing: border-box;
	font-weight: 600;
	border: 3px solid #927517;
	margin-bottom: 10px;

}
.planBOX li figure {
	display: block;
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}




/*------------------------------------

topContent02 

------------------------------------*/

.topContent02 {
	background: #f8f9f9;
	padding: 25px 5%;
	box-sizing: border-box;
}

.topContent02 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem,2.5vw, 3.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
.topContent02 h2 .eng {
	display: block;
	font-size: clamp(1.0rem,1.1vw, 1.6rem);
	color:#b19338;
}

.flexBOX {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flexBOX.rev {
	flex-direction: column-reverse;
}
.flexBOXL {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.flexBOXR {
	width: auto;
	margin-bottom: 10px;
}
.flexBOXR img {
	margin-top: 0px;
	
}
.flexBOXL h3 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.7rem,2.1vw, 3rem);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
}
.flexBOXL p {
	font-size: clamp(1.4rem,1.2vw, 1.7rem);
}
.Mtitle  {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.6rem,2vw, 2.8rem);
	font-weight: 600;
	line-height: 1.7;
	margin: 20px 0;
	text-align: center;
}

/*------------------------------------

topContent03 

------------------------------------*/

.topContent03 {
	background: #fff;
	padding: 25px 5%;
	box-sizing: border-box;
}

.topContent03 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem,2.5vw, 3.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
.topContent03 h2 .eng {
	display: block;
	font-size: clamp(1.0rem,1.1vw, 1.6rem);
	color:#b19338;
}

.topMERIT {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}
.topMERIT .box {
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0px;
	padding: 20px;
	margin-bottom: 15px;
	
}
.topMERIT .box h3 {
	font-size: clamp(1.7rem, 1.5vw, 2.4rem);
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5;
}
.topMERIT .box figure {
	margin-bottom: 15px;
	width: 100px;
	margin: auto;
	margin-bottom: 10px;
}
.topMERIT .box p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: clamp(1.5rem, 1.2vw, 1.8rem);
}

	.ill {
		max-width: 950px;
		margin: auto;
		background: #fff;
		padding: 20px;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(200,200,200,0.2);
		margin-bottom: 10px;
		
	}




/*------------------------------------

topContent04

------------------------------------*/

.topContent04 {
	background: #f8f9f9;
	padding: 25px 5%;
	box-sizing: border-box;
}

.topContent04 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem,2.5vw, 3.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
.topContent04 h2 .eng {
	display: block;
	font-size: clamp(1.0rem,1.1vw, 1.6rem);
	color:#b19338;
}

.topContent04 h3 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.4rem,1.5vw, 2.2rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 20px;
}

.Message {
	background: #fff;
	padding: 25px 15px 15px 15px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;

	max-width: 1200px;
	margin: auto;
	margin-bottom:20px;
	border: 10px solid #e5e1d7;
}
	
.catego {
	position: absolute;
	background: #937417;
	color:#fff;
	font-size: clamp(1.7rem, 2vw, 2.4rem);
	width: 50%;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	right: 0;
  left: 0;
	top:-20px;
  margin: 0 auto;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
}

.Message .box {
		display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px;
	box-sizing: border-box;
}

.MessageL {
	width: 40%;
	margin: auto;
	margin-bottom: 10px;
	
}
.MessageR {
	width: auto;
}
.MessageR .head {
	border-bottom: 2px dotted #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


.MessageR h4 {
	font-size: clamp(1.7rem, 2vw, 2.4rem);
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Noto Serif JP", serif;
}

.MessageR .name {
	font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	
	
}
.MessageR .name span {
	font-size: clamp(1.3rem, 1.5vw, 1.8rem);
	 font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	display: inline-block;
	
}

.MessageR p {
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
	 font-family: "Noto Sans JP", sans-serif;
}	

	

/*------------------------------------

topContent05 

------------------------------------*/

.topContent05 {
	background: #f8f9f9;
	padding: 25px 5%;
	box-sizing: border-box;
}

.topContent05 h2 {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2rem, 5.3vw, 6rem);
	font-weight: 600;
	color:#62b9a8;
	text-align: center;
}
.topContent05 h2::first-letter {
	color:#dc8a32;
}

.topContent05 h2.jpnTITLE {
	font-size: clamp(1.5rem, 1.7vw, 2rem);
	font-weight: 600;
	color:#1b2b3a;
	text-align: center;
	margin-bottom: 40px;
}
.topContent05 h2.jpnTITLE::first-letter {
	color:#202020;
}
.topblog  {
	display: flex;
	flex-wrap: wrap;
}

.topblog li  {
	box-shadow: 0 0 30px rgba(150,150,150,0.2);
	width: 30%;
	position: relative;
	margin: 0 1.65% 30px;
}
.topblog li .tag  {
	position: absolute;
	background: #1b2b3a;
	color:#fff;
	font-size: clamp(1rem, 1vw, 1.2rem);
	text-align: center;
	top:0;
	left: 0;
	z-index: 1;
	padding: 5px 10px;
	box-sizing: border-box;
}
.topblog li figure  {
	
}
.topblog li figure  img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.topblog li h3  {
	font-size: clamp(1.5rem, 1.5vw, 1.7rem);
	margin-bottom: 10px;
}
.topblog li p  {
	font-size: clamp(1.3rem, 1.3vw, 1.5rem);
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	padding: 0;
	margin: 0;
}
.topblog li .box {
	padding: 15px 15px 20px 15px;
}
.listbuttton {
	max-width: 300px;
	margin: auto;
}


/*------------------------------------

掲載医院の審査基準について

------------------------------------*/

.DiscripTion {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.4rem,1.5vw, 2rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 20px;
}

.accordion {
margin-bottom:0px;	
	max-width: 1200px;
	margin: auto;
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 5px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 8px 25px 8px 15px;
	position: relative;
	background: #b19338;
	color:#fff;
	font-size: clamp(1.5rem,1.25vw, 2rem);
	box-sizing: border-box;
	text-align: left;
		line-height: 1.5;
}
.accordion > ul > li > a:hover {
	opacity: 0.8;
}

.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.6;
	background: #f2f4f4;
	padding: 15px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 1.4rem
		
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:-5px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.masList {
	margin-left: 15px !important;
	box-sizing: border-box;
	width: auto !important;

}
.masList li {
	margin: 0;
	list-style-type: decimal;
	line-height: 1.5;
	font-size: clamp(1.4rem,1.4vw, 1.7rem);
	border-bottom: 1px dotted #808080;
	padding: 8px 0;
box-sizing: border-box;
}
.accordion figure {
	width: 100%;
	margin:0 auto 10px;
}
.accordion .komeko {
	color:#222 !important;
}

/*------------------------------------

流通プロモーション

------------------------------------*/

.proBOX {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}
.proBOX .box {
	background: #fff;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 15px;
	padding: 20px;
	
}
.proBOX .box h3 {
	font-size: clamp(1.7rem, 1.5vw, 2.4rem);
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.5;
}
.proBOX .box figure {
	margin: auto;
	margin-bottom: 10px;
}
.proBOX .box p {
	padding: 0;
	margin: 0;
	font-size: clamp(1.4rem, 1.2vw, 1.7rem);
	line-height: 1.6;
}

#hanro {
	border-top: none;
	width: 100%;
	box-sizing: border-box;
}

dl#hanro dl,dl#hanro dt,dl#hanro dd {
	margin: 0;
	padding: 0;
}

dl#hanro dt,dl#hanro dd {
	padding: 5px;
	box-sizing: border-box;
}

dl#hanro dt {
	clear: left;
	float: none;
	width: auto;
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
	background: #014172;
	color:#fff;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 3px;
	line-height: 1.6;
	
}

dl#hanro dd {
	background: #fff;
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
	border-top: 0px dotted #dcc9bc;	
	margin: 0 0 0 auto;
	box-sizing: border-box;
	margin-bottom: 3px;
	line-height: 1.6;
}
dl#hanro dd:last-child {
	border-bottom: 0px dotted #dcc9bc;	
}
.kome {
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
		line-height: 1.6;
}

/*------------------------------------

審査～掲載までの流れ

------------------------------------*/

.flowBOX {
  max-width: 1000px;
 margin: auto;
	background: #f8f9f9;
	padding: 15px;
	box-sizing: border-box;
}



.List-Item {
  width: 100%;
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 900px;
  display: flex;
  align-items: center;
}

.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  margin-right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #937417;
  color: #fff;
 font-size: clamp(1.6rem,2.5vw, 2.5rem);
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 2px;
  height: 40px;
  background: #937417;
}
.List-Item-Content-Title {
  margin-right: auto;
  font-size: clamp(1.5rem,1.6vw, 2.2rem);
	line-height: 1.5;
}

.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}


.hikakuTITLE {
	background: #262626;
	text-align: center;
	color:#fff;
	padding: 10px;
	line-height: 1.6;
	font-size: clamp(1.5rem,1.6vw, 2rem);
	margin-bottom: 5px;
	box-sizing: border-box;
}
table#hikaku {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	line-height: 1.5;
	font-size: clamp(1.4rem,1.4vw, 1.7rem);
}

table#hikaku th {
	display: none;
	width: 100%;
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    background: #014172;
    font-weight: normal;
    text-align: center;
	color:#fff;
	box-sizing: border-box;
}
table#hikaku td {
	display: block;
	width: 100%;
    padding: 15px 20px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    text-align: left;
	  background: #fff;
	box-sizing: border-box;
}
table#hikaku td.cate {
	  background: #f1f5f8;
	text-align: center;
}

/*------------------------------------

料金・申し込み方法

------------------------------------*/

.mainPrice {
	text-align: center;
	font-size: clamp(1.7rem, 1.5vw, 2.4rem);
	font-weight: 600;
	line-height: 1;
}
.mainPrice span {
	 font-family: "Outfit", sans-serif;
  font-weight: 500;
	font-size: clamp(4rem,5vw, 7rem);
	color:#b00028;
}
.media02 {
	max-width: 100%;
	margin: auto;
	margin-top: 0px;
	z-index: 1;
	position: relative;
}

.priceBOX  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 10px;

}
.priceBOX li {
	width: auto;
		background: #fff;
	padding: 20px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;
	margin-bottom: 15px;
}

.NlistWrap {
	max-width: 1200px;
	margin: auto;
}
.Nlist {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-left: 2rem;
	box-sizing: border-box;
}
.Nlist li {
	list-style-type: disc;
}
	
.planBOX02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin: 20px auto 20px;
}
.planBOX02 li {
	background: #f4f3f1;
	width: 49.5%;
	border-radius: 6px;
	text-align: center;
	line-height: 1.4;
	font-size: clamp(1.7rem, 1.5vw, 2.2rem);
	padding: 12px;
	box-sizing: border-box;
	font-weight: 600;
	margin-bottom: 5px;

}
.planBOX02 li figure {
	display: block;
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}

/*------------------------------------

追伸

------------------------------------*/

.jimu {
	text-align: center;
	font-size: clamp(1.4rem, 1.5vw, 2rem);
	margin-bottom: 20px;
}

.notebox {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	margin-bottom: 20px;
	max-width: 1200px;
	margin: auto;
}
.notebox h3 {
	text-align: center;
	font-family: 'Noto Serif', serif;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
}
.note {
  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 1.98em 1em;
  margin: -20px 0em 0;
  font-weight: 400;
	font-size: 1.5rem;
}
.sign {
	width: 80%;
	margin: 10px 0 0 auto;
	text-align: right;
}



#gaiyou {
	background: #e2e2e2;
	border: 1px solid #d1d0d0;
	border-top: none;
	max-width: 1200px;
	margin: auto;
	font-size: 1.4rem;
	line-height: 180%;
	margin-top: 40px;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
	box-sizing: border-box;
}

dl#gaiyou dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #d1d0d0;
	border-top: 1px solid #d1d0d0;
	margin-left:28%;
	
}




/*------------------------------------

CTA

------------------------------------*/


.CtaBOX {
	
	background: #0b2b44;
	padding: 20px;
	box-sizing: border-box;
	color:#fff;
}
.CtaBOX .Wrap {
	max-width: 1400px;
	margin: auto;
	display: flex;
	flex-direction: column;
	
}
.CtaBOX .ctaL {
	width: auto;
	padding: 20px 0%;
	box-sizing: border-box;
	border-right: 0px solid #708696;
	border-bottom: 1px solid #708696;
	background-size: cover;
	background-position: center;
	display: flex;
  flex-direction: column;
	text-align: center;
}
.CtaBOX .ctaR {
	width: auto;
	padding: 20px 0%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	display: flex;
  flex-direction: column;
	text-align: center;
}
.CtaBOX .ctaL h2,
.CtaBOX .ctaR h2 {
	font-size: clamp(1.8rem,2.1vw, 3rem);
	margin-bottom: 15px;
	text-align: center;
	
}
.CtaBOX .ctaL .en,
.CtaBOX .ctaR .en {
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	text-align: center;
	color:#b19338;

}
.CtaBOX .ctaL p,
.CtaBOX .ctaR p {

}

.CtaBOX .button007 {
  margin-top: auto;
}
	
}	
	

.blocks {
	margin-bottom: 50px;
}
.flexBOX02 {
	display: flex;
	justify-content: space-between;
}

.flexBOX02 .flexItemL {
	width: 55%;
}
.flexBOX02 .flexItemR {
	width: 43%;
}
.flexBOX02.rev {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}


.flexBOX03 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.flexBOX03 .flexItemL {
	width: 70%;
}
.flexBOX03 .flexItemR {
	width: 25%;
}
	

@media screen and (max-width: 834px){
	
.blocks {
	margin-bottom: 25px;
}
.flexBOX02 {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.flexBOX02.rev {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.flexBOX02 .flexItemL {
	width: auto;
}
.flexBOX02 .flexItemR {
	width: auto;
	margin-bottom: 10px;
}


.flexBOX03 {
	display: flex;
	
	flex-direction: column-reverse;
	justify-content: space-between;
}

.flexBOX03 .flexItemL {
	width: auto;
}
.flexBOX03 .flexItemR {
	width: 40%;
	margin: auto;
	margin-bottom: 10px;
}
	
}

	
.komeko {
		font-size: clamp(1.2rem,1.1vw, 1.4rem);
		color:#fff !important;
	}

.footerlink  {
	margin-bottom: 10px;
	text-align: center;
}
.footerlink a {
	font-size: clamp(1.2rem,1.1vw, 1.4rem);
	color:#fff !important;
	text-align: center;
}


.eventTITLE {
	max-width: 600px;
	margin: auto;
	position: relative;
	margin-top: -60px;
	margin-bottom: 10px;
}

.need {
	background: #fff;
	padding: 15px;
	box-sizing: content-box;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.need .inner {
	border: 2px solid #937417;
	padding: 40px;
	box-sizing: border-box;
}
.need .inner .title {
	font-size: clamp(2rem,3vw, 3.6rem);
	text-align: center;
	line-height: 1.6;
	color:#0b2b44;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: 20px;
}
.needLIST {
	
}
.needLIST li {
	font-size: clamp(1.6rem,1.8vw, 2.2rem);
	position: relative;
	font-weight: 500;
	border-bottom: 2px dotted #a8a8a8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}
.needLIST li:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 2.4rem;/*画像の幅*/
  height: 2.4rem;/*画像の高さ*/
  background: url("../../images/top/check.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}


.fukiTITLE {
  position: relative;
  display: inline-block;
font-size: clamp(1.6rem,1.8vw, 2.4rem);
	color:#fff;
  padding: 15px 30px;
  max-width: 100%;
font-family: "Noto Serif JP", serif;
line-height: 1.5;
  background: #bc0101;
	margin: auto;
	font-weight: 600;
	margin-bottom: 40px;
}

.fukiTITLE:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #bc0101;
}

.fukiTITLE p {
  margin: 0;
  padding: 0;
}

.BtmAcc {
	margin-bottom: 40px !important;
}


@media screen and (max-width: 834px){
	

.eventTITLE {
	max-width: 90%;
	margin: auto;
	position: relative;
	margin-top: -50px;
	margin-bottom: 10px;
}

.need {
	background: #fff;
	padding: 10px;
	box-sizing: content-box;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.need .inner {
	border: 2px solid #937417;
	padding: 20px;
	box-sizing: border-box;
}
.need .inner .title {
	font-size: clamp(1.8rem,3vw, 3.6rem);
	text-align: center;
	line-height: 1.6;
	color:#0b2b44;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.needLIST {
	
}
.needLIST li {
	font-size: clamp(1.6rem,1.8vw, 2.2rem);
	position: relative;
	font-weight: 500;
	border-bottom: 2px dotted #a8a8a8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
	text-indent: -2.8rem;
	padding-left: 2.5rem
	
}
.needLIST li:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 1.8rem;/*画像の幅*/
  height: 1.8rem;/*画像の高さ*/
  background: url("../../images/top/check.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}


.fukiTITLE {
  position: relative;
  display: inline-block;
font-size: clamp(1.7rem,1.8vw, 2.4rem);
	color:#fff;
  padding: 10px 20px;
  max-width: 100%;
font-family: "Noto Serif JP", serif;
line-height: 1.5;
  background: #bc0101;
	margin: auto;
	font-weight: 600;
	margin-bottom: 30px;
}

.fukiTITLE:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #bc0101;
}

.fukiTITLE p {
  margin: 0;
  padding: 0;
}

.BtmAcc {
	margin-bottom: 20px !important;
}
	
}







