/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 900px;
  background: #000;
  background:url(../../images/top/mainPC.jpg?v20250820) ;
  background-position: top center;
  background-repeat: no-repeat;

	
}
.vegas-timer {
  display: none;
}
.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 600px;
  font-size: 1.7rem;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
	.top_main_sp {
		display: none;
	}

@media screen and (max-width: 768px) {
	
	.top_main_sp {
		display: block;
	}
  .top_main {
    width: auto;
	 height: 1000px !important; 
	   background:url(../../images/top/main01_sp.jpg) ;
	  background-size:100%;
	  background-repeat: no-repeat !important; 
	   top:0;
	  margin-top: 59px;
	  display: none;
	  
  }
  .top_main_title {
    width: 95%;
	 display: flex;
   justify-content: center;
  align-items: center;
	flex-direction: column;
	 
	   top: 0;
  }
	.top_main_title img {
    width: 100%;
  }
}


.main_t01 {
	font-size: 5.5rem;
	margin: 0;
	padding:  0;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.3rem;
	line-height: 1.6;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main_t02 {
	font-size: 2rem;
	margin: 0;
	padding: 0;
}
.main_t02 span {
	font-size: 3rem !important;
}



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


.main_t01 {
	font-size: 6vw;
	margin: 0;
	padding:  0;
	
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
	line-height: 1.6;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main_t02 {
	font-size: 3vw;
	
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
.main_t02 span {
	font-size: 4.5vw !important;
}



}




/* --------------------------　ニュース　-------------------------- */

.content_news {
  position: relative;
  background:#232323;
}
.news_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0%;
    display: block;
    padding: 18px 0px;
	width: 10%;
	text-align: center;
	border-left: solid 1px #434343;
	color: #fff;
}
.news_title:hover {
  opacity: 0.5;
}
.news_title:before {
    content: attr(data-text);
    display: block;
    font-size: 2rem;
    line-height: 1.2;
}
.news_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.content_news ul {
  width: 90%;
  margin: 0 0px 0 0px;
	border-right: solid 0px #434343;
}
.content_news ul li:first-child {
  border-bottom: 1px #434343 solid;
}
.content_news ul a {
  font-size: 1.4rem;
  display: block;
  padding: 10px 20px 10px 10px;
  position: relative;
  color: #fff;
}
.content_news ul a:hover {
  opacity: 0.5;
}
.content_news ul a p {
  padding: 0;
}
.content_news ul a span {
  display: inline-block;;
  padding: 1px 12px;
  margin: -4px 15px 0 15px;
  font-size: 1rem;
  color: #fff;
border: 0px solid #000;
  background: #004aaa;
}
.content_news ul a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 1600px) {
  .content_news ul {
    width: 80%;
    min-width: auto;
    margin:0 0 0 20%; 
  }
}
@media screen and (max-width: 768px) {
  .news_title {
    position: relative;
    width: 100%;
    padding: 20px 0 10px;
    top: auto;
    left: auto;
  }
  .content_news ul {
    width: 100%;
    margin: 0;
  }
  .content_news ul li {
    padding: 10px;
  }
  
}

/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.bg000 {
	background: #f4ebe5;
	padding: 40px 0;
}
.bg000 h3 {
	text-align: center;
	color:#fff;
	font-size:4rem;
	padding:0;
	margin: 0;
	margin-bottom: 30px;
}
.bg001 {
	background:url("../../images/top/bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
.bg002 {
	background:url("../../images/top/bg00.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
.bg00 p {
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.t01 {
	font-size: 34px;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 20px;
	color:#000;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.t02 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}

ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 2.2rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 1.5em;
  text-indent: -1.5em;
	
}
 
ul.joblist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #ec2c29; 
    margin-right: 10px;
	
}

.wtbg {
	padding: 30px;
	border-radius: 10px;
	background:rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 40px;
}

.bg01 {
	padding: 60px 0;
	border-bottom: 1px solid #cccccc;
}




.doctor {
	display: flex;
	justify-content: space-between;
}
.doctor_item {
	width: 49%;
}
.doctor_item img {
	width: 100%;
	margin-bottom: 15px;
}
.doctorinfo {
	display: flex;
	justify-content: space-between;
}
.doctor_title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.doctor_sub {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.bg01 .title_style01 h2 {
	font-size: 4rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
	 color: #ec2c29;
	letter-spacing: 0.2rem;
}
.bg01 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #000;
	font-size: 1.2rem;
}



@media screen and (max-width: 768px) {
	
.bg002 {
	background:url("../../images/top/bg00.jpg");
	background-repeat: no-repeat;
	background-position: right -100px top;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0;
	text-align: center;
	background-size: cover;
}
	
.bg000 {
	padding: 15px 0;
}
.bg000 h3 {
	text-align: center;
	color:#fff;
	font-size:1.8rem;
	padding:0;
	margin: 0;
	margin-bottom: 10px;
}
	
.bg00 {
	background: #c20205;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 0;
	text-align: center;
}
.bg001 {
	background: #eeeeee;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 0;
	text-align: center;
}
.bg00 p {
	color:#fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
.t01 {
	font-size: 4.5vw;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 10px;
	color:#000;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.t02 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}



ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-left: 1.5em;
  text-indent: -1.5em;
}
 
ul.joblist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #ec2c29; 
    margin-right: 10px;
	
}

.wtbg {
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
}

.bg01 {
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}


.bg01 .title_style01 h2 {
	font-size: 2rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	 color: #ec2c29;
	letter-spacing: 0.2rem;
}
.bg01 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #000;
	font-size: 1.2rem;
}

.doctor {
	display: block;
	justify-content: space-between;
}
.doctor_item {
	width: 100%;
}
.doctor_item img {
	width: 100%;
	margin-bottom: 15px;
}
.doctorinfo {
	display: flex;
	justify-content: space-between;
}
.doctor_title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.doctor_sub {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}



	
}








.top_rinen {
	font-size: 3.8rem;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}


.bg02 {
	background:url("../../images/top/bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0;
	text-align: center;
	background-size: 100%;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.flexbox_item01 {
	width: 49%;
}
.flexbox_item02 {
	width: 49%;
}
.flexbox_item01 img,
.flexbox_item02 img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}

.flexbox h2 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 25px;
}
.flexbox h3 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 25px;
}

.flex_txtbox {
	padding: 20px 0 30px 0;
}

.flex_txtbox p {
	line-height: 1.7;
}
.last {
	margin-bottom: 0 !important;
}

.more {
	position: relative;
	display: inline-block;
	padding: 20px 20px;
	background-color: #4dad00;
	border: 2px solid #4dad00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 20px 0 60px 0;
	width:500px;
	font-size:2.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.more:hover {
	background-color: #65c518;
	border: 2px solid #65c518;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
a.more {
	color: #fff !important;
}
.more:hover::after {
	border-left-color: #fff;
}

.bg03 {
	background: #f3f3f3;
	padding: 60px 0 80px 0;
}
.bg03 .title_style01 h2 {
	font-size: 4.2rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	color:#294c94;
	
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.bg03 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #222;
	font-size: 1.2rem;
}

.top_news_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c6c5c5;
}

.top_news_list li a {
	display: flex;
	justify-content: space-between;
}
.listdate {
	margin-right: 10px;
}
.cate_news {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_academy {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background:#ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_club {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_school {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background:#ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_hometown {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background:#ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.listtxt {
	width: 75%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infobox {
	display: flex;
	justify-content: space-between;
}
.infobox_item01 {
	width: 70%;
}
.infobox_item02 {
	width: 27%;
}

.bg04 {
	background: #fff;
	padding: 60px 0 60px 0;
}

.top_sdgs {
	display: flex;
	justify-content: space-between;
}
.top_sdgs div {
	width: 49%;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	display: flex;
  justify-content: center;
  align-items: center;
}
.top_sdgs div img {
	width: 100%;
}


.bg05 {
	background: #e65219;
	padding: 30px 0 30px 0;
}
.bottom_banner {
	display: flex;
	justify-content: center;
}
.bottom_banner div {
	width: 32%;
	margin: 0 10px 0 10px;
}
.bottom_banner div img {
	width: 100%;
}


@media screen and (max-width: 834px) {
	
.content_wrap  {
	max-width: auto;
	margin: auto 10px;
	position: relative;
	z-index: 1;
}



.top_rinen {
	font-size: 4.8vw;
	color:#000;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}


.bg02 {
	background: #fff;
	padding: 30px 0 30px 0;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	margin-bottom: 40px;
}
	.rev {
		flex-direction: column-reverse;
	}
.flexbox_item01 {
	width: auto;
	margin-bottom: 30px;
}
.flexbox_item02 {
	width: auto;
	margin-bottom: 30px;
}
.flexbox_item01 img,
.flexbox_item02 img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}

.flexbox h2 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 6vw;
	text-align: center;
	margin-bottom: 15px;
}
.flexbox h3 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 4.5vw;
	text-align: center;
	margin-bottom: 15px;
}

.flex_txtbox {
	padding: 0px 0 0px 0;
}

.flex_txtbox p {
	line-height: 1.7;
	font-size: 4vw;
}
.last {
	margin-bottom: 0 !important;
}

.more {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background-color: #4dad00;
	border: 2px solid #4dad00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 0px 0 40px 0;
	width:80%;
	font-size:4vw;
}
.more:hover {
	background-color: #4dad00;
	border: 2px solid #4dad00;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
a.more {
	color: #fff !important;
}
.more:hover::after {
	border-left-color: #fff;
}

.bg03 {
	background: #f3f3f3;
	padding: 30px 0 30px 0;
}
.bg03 .title_style01 h2 {
	font-size: 7vw;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	color:#294c94;

	font-weight: bold;
	letter-spacing: 0.2rem;
}
.bg03 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #222;
	font-size: 3vw;
}

.top_news_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c6c5c5;
}

.top_news_list li a {
	display: block;
	justify-content: space-between;
}
.listdate {
	float: left;
}
	
.cate_news {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_academy {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background:#ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_club {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_school {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background:#ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_hometown {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
	


.listtxt {
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 4vw;
}

.infobox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.infobox_item01 {
	width: auto;
	margin-bottom: 30px;
}
.infobox_item02 {
	width: auto;
}

.bg04 {
	background: #fff;
	padding: 20px 0 20px 0;
}

.top_sdgs {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.top_sdgs div {
	width: auto;
	font-size: 4vw;
	line-height: 1.6;
	font-weight: bold;
	display: flex;
  justify-content: center;
  align-items: center;
}
.top_sdgs div img {
	width: 100%;
	margin-bottom: 15px;
}


.bg05 {
	background: #e65219;
	padding: 15px 0 5px 0;
}
.bottom_banner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.bottom_banner div {
	width: auto;
	margin-bottom: 10px;
}
.bottom_banner div img {
	width: 100%;
}	
}



.illa {
	background:url(../../images/common/illa.png) ;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 200px;
}
.title01 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 30px;
}
.bulletbox {
	display: flex;
	justify-content: space-between;
}
.ph01 {
	width: 45%;
	margin-left: 20px;
}
.ph01 img {
	width: 100%;
	height: auto;
}

main h2 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.6;
	padding: 40px;
	margin-bottom: 0px;
}
.learn_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.learn_item {
	width: 48%;
	margin-bottom: 15px;
}
.learn_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.learn_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.casebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.casebox div {
	width: 32%;
}
.casebox div img {
	width: 100%;
	height: auto;
}
.logo {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
}
.logo img {
	width: 100%;
	height: auto;
}
.pcenter {
	text-align: center;
}
.url {
	font-size: 5rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.kaisai {
	font-size: 4rem;
	background: #c20205;
	color:#fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
	line-height: 100%;
	padding: 20px;
}
.dete {
	font-size: 4rem;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2rem;
	text-align: center;
}
.dete span {
	font-size: 3rem;
}
.guide {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.guideitem {
	width: 49%;
}
.guideitem iframe {
	width: 100%;
	height: 435px;
}
.guideitem img {
	width: 100%;
	height: auto;
}
.pricebg {
	background: #eff0ef;
	padding: 40px;
	margin-bottom: 40px;
}

.price_title {
  position: relative;
  padding: 0rem;
  text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.price_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e65219;
}
.pricebg p {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
}
.footer_info {
	color: #fff;
}
.footer_info a {
	color: #fff;
}
.red {
	color:#b00028;
}
.copy {
	font-size: 1.2rem;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}

@media screen and (max-width: 768px) {
.illa {
	background:url(../../images/common/illa.png) ;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 120px;
	background-size: cover;
}
	
	
.title01 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 4.5vw;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.5;
	padding: 8px 5px;
	margin-bottom: 10px;
}
.bulletbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.ph01 {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.ph01 img {
	width: 100%;
	height: auto;
}

main h2 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 6vw;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 0px;
}
.learn_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.learn_item {
	width: auto;
	margin-bottom: 15px;
}
.learn_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.learn_title {
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.casebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.casebox div {
	width: 32%;
}
.casebox div img {
	width: 100%;
	height: auto;
}
.logo {
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
}
.logo img {
	width: 100%;
	height: auto;
}
.pcenter {
	text-align: left;
	font-size: 3.5vw
}
.url {
	font-size: 8vw;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.kaisai {
	font-size: 5vw;
	background: #c20205;
	color:#fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	padding: 10px;
}
.dete {
	font-family: 'Roboto', sans-serif;
	font-size: 7vw;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 0rem;
	text-align: center;
}
.dete span {
	font-size: 4vw;
}
.guide {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-direction:column;
}
.guideitem {
	width: auto;
}
.guideitem iframe {
	width: 100%;
	height: 250px;
}

.pricebg {
	background: #eff0ef;
	padding: 20px;
}

.price_title {
  position: relative;
  padding: 0rem;
  text-align: center;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 20px;
}

.price_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e65219;
}
.pricebg p {
	font-size: 3vw;
	line-height: 1.7;
}
.footer_info {
	color: #fff;
	font-size: 3.5vw
}
.red {
	color:#DE0003;
}
.copy {
	font-size: 2.5vw;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}
	
}

#gaiyou a  {
	color:#002BFA;
}


.speaker {
	display: flex;
	justify-content: space-between;
	background: #f2f2f2;
	padding: 40px;
	margin-bottom: 30px;
}
.speaker01 {
	width: 20%;
}
.speaker02 {
	width: 75%;
	display: flex;
  justify-content: center;
 
	flex-direction: column;
}
.speaker01 img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}
.sp_name {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color:#e65219;
	font-size: 24px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.sp_name span {
	font-size: 30px;
	margin-left: 20px;
}
.sp_title {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color:#000;
	font-size: 32px;
}
.speaker_sub_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.speaker_sub {
	width: 45%;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
  justify-content: center;
  
	flex-direction: column;
}
.speaker_sub .sp_name {
	font-size: 18px;
	line-height: 1.7;
}
.speaker_sub .sp_name span {
	font-size: 22px;
}
.speaker_sub .sp_title {
	font-size: 20px;
	line-height: 1.7;
}
.sanka {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.kaisai span {
	font-size: 22px;
}
.kinkyu {
	border: 3px solid #ff0000;
	padding: 10px;
	color:#ff0000;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 40px 0;
	text-align: center;
}

.intro {
	background:url(../../images/top/title00.jpg) ;
	padding: 15px;
	border-bottom: 2px solid #d8b95c;
	border-top: 2px solid #d8b95c;
}
.intro p {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
}

.intro p span {
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	font-size: 5rem;
	color:#e63828;
}

.gentei {
	
}

.price {
	color:#ec0404;
	font-size: 6rem;
	font-weight: bold;
	margin-top: -20px;
	line-height: 1.4;
}
.price span {
	color:#ec0404;
	font-size: 4rem;
}
.price02 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.tokuten {
	border: 5px solid #ec0404;
	padding: 10px;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color:#ec0404;
	width: 750px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
	
.price02 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
	
	.speaker {
	display: flex;
	justify-content: space-between;
	flex-direction: column;	
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 10px;
}
.speaker01 {
	width: 60%;
	margin: 0 auto 20px auto;
}
.speaker02 {
	width: auto;
	display: flex;
  justify-content: center;
  font-size: 4vw;
	flex-direction: column;
	line-height: 1.8;
}
.speaker01 img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}
.sp_name {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color:#e65219;
	font-size: 4vw;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	line-height: 1.7;
	text-align: center;
}
.sp_name span {
	font-size: 6vw;
	margin-left: 0px;
}
.sp_title {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color:#000;
	font-size: 5vw;
	line-height: 1.7;
}
.speaker_sub_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.speaker_sub {
	width: 100%;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 10px;
	display: flex;
  justify-content: center;
  
	flex-direction: column;
}
.speaker_sub .sp_name {
	font-size: 4vw;
	line-height: 1.7;
}
.speaker_sub .sp_name span {
	font-size: 5vw;
}
.speaker_sub .sp_title {
	font-size: 5vw;
	line-height: 1.7;
}
.sanka {
	text-align: center;
	font-weight: bold;
	font-size: 5vw;
}
.kaisai span {
	font-size: 4vw;
	
}
.kinkyu {
	border: 3px solid #ff0000;
	padding: 10px;
	color:#ff0000;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 40px 0;
	text-align: center;
	line-height: 1.7;
}
	
	
.intro {
	background:url(../../images/top/title00.jpg) ;
	background-size: cover;
	padding: 10px;
}
.intro p {
	margin: 0;
	padding: 0;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
}

.intro p span {
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	font-size: 2.4rem;
	color:#e63828;
}



.price {
	color:#ec0404;
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 0px;
}
.price span {
	color:#ec0404;
	font-size: 1.6rem;
}
.tokuten {
	border: 3px solid #ec0404;
	padding: 10px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color:#ec0404;
	line-height: 1.4;
	width: auto;
}

}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.meritlist {
	font-size: 2.2rem;
	text-align: left;
	border-bottom: 1px dashed #444;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}

.meritlist i {
	color:#b00028;
}
.flexph {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flexph div {
	width: 49%
}
.flexph div {
	width: 100%;
	height: auto;
	border: 4px solid #fff;
	box-sizing: border-box;
}

.balloon1 {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  width: 750px;
	margin: 40px auto 20px auto;
  background: #ec0404;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	color:#fff;
	font-size: 3rem;
	font-weight: 600;
	box-sizing: border-box;
}

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

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

.date {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.date span {
	font-size: 3rem;
	color:#ec0404
}

.time {
	display: flex;
}
.time .cate {
	background: #0a3d5d;
	text-align: center;
	color:#fff;
	width: 130px;
	padding: 5px 10px;
}
.time .sch {
	font-weight: 600;
	font-size: 1.7rem;
	background: #f4f4f4;
	padding: 5px 15px;
}

.eventend {
	position: absolute;
	background: #df4444;
	padding: 10px 40px;
	width: 60%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 1;
}
.end .date {
	-webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}
.end .time {
	-webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}

.soudan {
margin:40px 0 0 0;
}

@media screen and (max-width: 768px) {
	
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.meritlist {
	font-size: 1.6rem;
	text-align: left;
	border-bottom: 1px dashed #444;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.6;
}

.meritlist i {
	color:#df4444;
}
.flexph {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.flexph div {
	width: 49%
}
.flexph div {
	width: 100%;
	height: auto;
	border: 4px solid #fff;
	box-sizing: border-box;
}

.balloon1 {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  width: 80%;
	margin: 40px auto 0px auto;
  background: #ec0404;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	color:#fff;
	font-size: 2rem;
	font-weight: 600;
	box-sizing: border-box;
}

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

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

.date {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 0px;
}
.date span {
	font-size: 3.2rem;
	color:#ec0404
}

.time {
	display: flex;
	flex-direction: column;
}
.time .cate {
	background: #0a3d5d;
	text-align: center;
	color:#fff;
	width: auto;
	padding: 5px 10px;
}
.time .sch {
	font-weight: 600;
	font-size: 1.7rem;
	background: #f4f4f4;
	padding: 5px 15px;
	text-align: center;
}
	
.eventend {
	position: absolute;
	background: #df4444;
	padding: 10px 40px;
	width: 60%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 1;
}

	
}



.accordion {
margin: auto;
	padding: 0;
	margin-top: -20px;

}
.toggle {
display: none;
}
.option {
position: relative;
}
.acd-title,
.acd-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.acd-title {
padding: 10px;
display: block;
color: #fff;
font-weight: bold;
background: #292113;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}
.acd-title::after,
.acd-title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.acd-title::after {
transform: rotate(90deg);
}
.acd-content {
max-height: 0;
overflow: hidden;
	padding: 0 10px 0;
	box-sizing: border-box;
}

.toggle:checked + .acd-title + .acd-content {
max-height: 100%;
transition: all 1.5s;

}
.toggle:checked + .acd-title::before {
transform: rotate(90deg) !important;
}

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

.accordion {
margin: auto;
	padding: 0;
	margin-top: 10px;

}
.toggle {
display: none;
}
.option {
position: relative;
}
.acd-title,
.acd-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.acd-title {
padding: 7px 10px;
display: block;
color: #fff;
font-weight: bold;
background: #292113;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}
.acd-title::after,
.acd-title::before {
content: "";
position: absolute;
right: 1.25em;
top: 17px;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.acd-title::after {
transform: rotate(90deg);
}
.acd-content {
max-height: 0;
overflow: hidden;
}
.acd-content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .acd-title + .acd-content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .acd-title::before {
transform: rotate(90deg) !important;
}
	
}

.SecTitle {
	background: #573a25;
	text-align: center;
	color:#fff;
	font-size: 3.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	padding: 15px;
	box-sizing: border-box;
	border-top: 4px solid  #ca651c;

}


.gaiyouWRAP {
	background: #fff;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
	border: 4px solid #dcc9bc;
}
#gaiyou02 {
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	box-sizing: border-box;
}

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

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

dl#gaiyou02 dt {
	
	clear: left;
	float: left;
	width: 10%;
	font-weight: bold;
	font-size: 2rem;
	background: #573a25;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 5px;
	
}

dl#gaiyou02 dd {
	background: #fff;
	font-size: 2rem;
	border-top: 1px dotted #dcc9bc;	
	margin: 0 0 0 12%;
	box-sizing: border-box;
	margin-bottom: 5px;
}
dl#gaiyou02 dd:last-child {
	
	border-bottom: 1px dotted #dcc9bc;	
}
img {
	width: 100%;
	height: auto;
}
.Img01 {
	margin-bottom: 20px;
}

.PH {
	border: 8px solid #fff;
	box-sizing: border-box;
	border-radius: 6px;
}
.cari {
	border: 6px solid #573a25;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
}
.cari .cariTITLE {
	padding: 10px;
	box-sizing: border-box;
	background: #c9651c;
	text-align: center;
	color:#fff;
	font-size: 3rem;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	margin-bottom: 15px;
	
}

.whatDAMA {
	background: #573a25;
	padding: 30px;
	box-sizing: border-box;
	border: 4px solid #dcc9bc;
	border-radius: 10px;
	margin-top: 20px;
	position: relative;
}
.TitleTYPE01 {
	text-align: center;
	color:#fff;
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 3px dotted #fff;
}

.roller {
	position: absolute;
	width: 100px;
	bottom:20px;
	left: 10px;
}
.whatDAMA p {
	padding-left: 100px;
	color:#fff;
	font-size: 2rem;
}
.whatDAMA p.lasted {
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
}

.yel {
	color:#f9e400;
}

.whatMANABI {
	background: #c3631e;
	padding: 30px;
	box-sizing: border-box;
	border: 4px solid #dcc9bc;
	border-radius: 10px;
	margin-top: 20px;
	position: relative;
}

ul.manabilist li{
	background: #fff;
    list-style: none;
	text-align: left;
	font-size: 2.3rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	margin-bottom: 5px;
	font-weight: 600;
  text-indent: -30px;
	padding: 5px 5px 5px 30px;
	position: relative;
	border: 3px solid #e5f5f3;
}
 
ul.manabilist > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 5px; 
  color: #b00028; 
  margin-right: 15px;
	font-size: 2.2rem;
}
.clinic {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}


.koushi {
	display: flex;
	justify-content: space-between;
}
.rev {
	flex-direction: row-reverse;
}
.koushi_ph {
	width: 28%;
}
.koushi_ph img {
	width: 100%;
	height: auto;
}
.koushi_deta {
	width: 70%;
	font-size: 1.6rem;
	line-height: 1.7;
	display: flex;
  justify-content: center;

	flex-direction: column;
}
.koushi_deta img {
	width: 400px;
	height: auto;
	margin-bottom: 25px;
}
.koushi_deta p {
	font-size: 1.6rem;
}
.k_name {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
	
}
.k_name span {
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
}

.Stitle {
	background: #ca651c;
	font-family: "Noto Serif JP", serif;
	coolor:#fff;
	font-size: 2.3rem;
	font-weight: bold;
	color:#fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}


.voice {
	background: #fff;
	padding: 20px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.voice .ph {
	width: 11%;
}
.voice .comment {
	width: 85%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.voice .comment .title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}
.voice .comment .name {
	font-size: clamp(16px, 1.8vw, 1.8rem);
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #222;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


#gaiyou03 {
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	box-sizing: border-box;
}

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

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

dl#gaiyou03 dt {
	
	clear: left;
	float: left;
	width: 15%;
	font-weight: bold;
	font-size: 2rem;
	background: #c8641d;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 5px;
	
}

dl#gaiyou03 dd {
	background: #fff;
	font-size: 2.5rem;
	border-top: 1px dotted #dcc9bc;	
	margin: 0 0 0 16%;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-weight: 500;
	position: relative;
}
dl#gaiyou03 dd:last-child {
	
	border-bottom: 1px dotted #dcc9bc;	
}

.mark {
	background: #b00028;
	color:#fff;
	padding: 5px 15px;
	font-size: 2rem;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	margin-left: 10px;
	position: absolute;
	right:0;
	width: 150px;
	text-align: center;
}
.kyoSCH {
	background: #313131;
	text-align: center;
	color:#fff;
	font-size: 2.2rem;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 500;
	margin-bottom: 10px;
	
}
table#table-01 {
    width: 100%;
    border: 2px #e5e5e5 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 500;
}

table#table-01 th {
    padding: 5px;
    border: #e5e5e5 solid;
    border-width: 0 0 1px 1px;
    background: #c8641d;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width: 25%;
	color:#fff;
}
table#table-01 td {
    padding: 5px;
    border: 1px #e5e5e5 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
.nlist {
	list-style-type: disc;
	margin-left: 20px;
}
.nlist li {
	list-style-type: disc;
}
.buttonbox {
	width: 70%;
	margin: 30px auto;
}
.pcimg {
	display: block;
}
.spimg {
	display: none;
}

.bold  {
	font-weight: bold;
}
.txtM {
	font-size: 2rem;
}

@media screen and (max-width: 834px) {
	
.SecTitle {
	background: #573a25;
	text-align: center;
	color:#fff;
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	border-top: 4px solid  #ca651c;

}
	
.gaiyouWRAP {
	background: #fff;
	border-radius: 5px;
	padding: 5px 15px;
	box-sizing: border-box;
	border: 4px solid #dcc9bc;
}
#gaiyou02 {
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 160%;
	box-sizing: border-box;
}

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

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

dl#gaiyou02 dt {
	
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
	font-size: 1.7rem;
	background: #573a25;
	color:#fff;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
	
}

dl#gaiyou02 dd {
	background: #fff;
	font-size: 1.6rem;
	border-top: 0px dotted #dcc9bc;	
	margin: 0 0 0 auto;
	box-sizing: border-box;
	margin-bottom: 5px;
}
dl#gaiyou02 dd:last-child {
	
	border-bottom: 0px dotted #dcc9bc;	
}
img {
	width: 100%;
	height: auto;
}
.Img01 {
	margin-bottom: 10px;
}

.PH {
	border: 5px solid #fff;
	box-sizing: border-box;
	border-radius: 3px;
}
.cari {
	border: 4px solid #573a25;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	margin-top: 10px;
}
.cari .cariTITLE {
	padding: 6px;
	box-sizing: border-box;
	background: #c9651c;
	text-align: center;
	color:#fff;
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	margin-bottom: 5px;
	
}

.whatDAMA {
	background: #573a25;
	padding: 10px;
	box-sizing: border-box;
	border: 4px solid #dcc9bc;
	border-radius: 6px;
	margin-top: 10px;
	position: relative;
}
.TitleTYPE01 {
	text-align: center;
	color:#fff;
	font-size: 1.7rem;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 3px dotted #fff;
	line-height: 1.6;
	margin-top: 5px;
}

.roller {
	position: absolute;
	width: 60px;
	bottom:auto;
	left: 10px;
	top:120px;
}
.whatDAMA p {
	padding-left: 60px;
	color:#fff;
	font-size: 1.5rem;
	line-height: 1.6;
}
.whatDAMA p.lasted {
	font-family: "Noto Serif JP", serif;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 0;
}

.yel {
	color:#f9e400;
}

.whatMANABI {
	background: #c3631e;
	padding: 10px;
	box-sizing: border-box;
	border: 4px solid #dcc9bc;
	border-radius: 6px;
	margin-top: 10px;
	position: relative;
}

ul.manabilist li{
	background: #fff;
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 150%;
	text-indent:0px; 
    margin-left:0px;
	margin-bottom: 5px;
	font-weight: 600;
  text-indent: -37px;
	padding: 5px 5px 5px 35px;
	position: relative;
	border: 3px solid #e5f5f3;
}
 
ul.manabilist > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
	top:5px;
  left : 5px; 
  color: #b00028; 
  margin-right: 15px;
	font-size: 2.2rem;
}
.clinic {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}


.koushi {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.rev {
	flex-direction: column;
}
.koushi_ph {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
	
}
.koushi_ph img {
	width: 100%;
	height: auto;
}
.koushi_deta {
	width: auto;
	font-size: 1.6rem;
	line-height: 1.7;
	display: flex;
  justify-content: center;

	flex-direction: column;
}
.koushi_deta img {
	width: 400px;
	height: auto;
	margin-bottom: 25px;
}
.koushi_deta p {
	font-size: 1.4rem;
}
.k_name {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
	
}
.k_name span {
	font-size: 2.5rem;
	font-family: "Noto Serif JP", serif;
}

.Stitle {
	background: #ca651c;
	font-family: "Noto Serif JP", serif;
	coolor:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	color:#fff;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.5;
}


.voice {
	background: #fff;
	padding: 10px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
.voice .ph {
	width: 20%;
}
.voice .comment {
	width: 75%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.voice .comment .title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}
.voice .comment .name {
	font-size: clamp(16px, 1.8vw, 1.8rem);
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #222;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


#gaiyou03 {
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	box-sizing: border-box;
}

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

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

dl#gaiyou03 dt {
	
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
	font-size: 1.8rem;
	background: #c8641d;
	color:#fff;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
	
}

dl#gaiyou03 dd {
	background: #fff;
	font-size: 2rem;
	border-top: 0px dotted #dcc9bc;	
	margin: 0 0 0 auto;
	box-sizing: border-box;
	margin-bottom: 15px;
	font-weight: 500;
	position: relative;
	text-align: left !important;
}
dl#gaiyou03 dd:last-child {
	
	border-bottom: 1px dotted #dcc9bc;	
}

.mark {
	background: #b00028;
	color:#fff;
	padding: 5px 15px;
	font-size: 1.4rem;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	margin-left: 10px;
	position: absolute;
	line-height: 1.2;
	top:5px;
	right:0;
	width: 100px;
	text-align: center;
}
.kyoSCH {
	background: #313131;
	text-align: center;
	color:#fff;
	font-size: 1.7rem;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 500;
	margin-bottom: 5px;
	
}
table#table-01 {
    width: 100%;
    border: 2px #e5e5e5 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 500;
	box-sizing: border-box;
	margin-bottom: 10px;
}

table#table-01 th {
	display: block;
	width: 100%;
    padding: 5px;
    border: #e5e5e5 solid;
    border-width: 0 0 1px 0px;
    background: #c8641d;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#fff;
	box-sizing: border-box;
	font-size: 1.6rem;
}
table#table-01 td {
	display: block;
	width: 100%;
    padding: 5px;
    border: 1px #e5e5e5 solid;
    border-width: 0 0 1px 0px;
    text-align: center;
	box-sizing: border-box;
	font-size: 2rem;
}
.nlist {
	list-style-type: disc;
	margin-left: 20px;
}
.nlist li {
	list-style-type: disc;
}
.buttonbox {
	width: 90%;
	margin: 30px auto;
}
.pcimg {
	display: block;
}
.spimg {
	display: none;
}

.bold  {
	font-weight: bold;
}
.txtM {
	font-size: 2rem;
}

	
}



