@charset "utf-8";
/* メニューactive */
.menu06 a{
	width: 100%;
	font-weight: 700;
	position: relative;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
}
.menu06 a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	color: #fff;
}


.midashi01 h2{
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 40px;
	line-height: 2.0;
}

.midashi01 h2 span{
	font-size: 36px;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #cdf1f0 30%);
}

.ot_bg{
	width: 720px;
	padding: 50px 165px;
	margin: 0 auto 100px;
	background-color: #cdf1f0;
}

/************************スタッフ紹介************************/
.faci_txt01{
	width: 720px;
	padding: 0;
	margin: 0 auto 50px;
}

.staff_bar{
	width: 1030px;
	margin: 0 auto 30px;
	padding: 3px 0 3px 20px;
	background-color: #0abab5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}

.staff_box{
	width: 1050px;
	margin: 0 auto 50px;
}

.staff_main{
	width: 720px;
	display: inline-block;
}

.staff_l{
	width: 360px;
	height: 360px;
	float: left;
}
.staff_l img{
	width: 360px;
	height: 360px;
}

.staff_r{
	width: 320px;
	height: 320px;
	padding: 20px;
	background-color: #cdf1f0;
	float: left;
	position: relative;
}

.staff_main_txt01 h2{
	width: 100%;
	margin: 0 0 15px;
	font-size: 21px;
}
.staff_main_txt02{
	width: 100%;
	margin: 0 0 5px;
	line-height: 1;
}
.staff_main_txt03{
	width: 100%;
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}
.staff_main_txt04{
	width: 100%;
	margin: 0 0 20px;
}

/* ボタン */
.btn02 {
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 20px;
}
.btn02 a {
	background-color: #fff;
	border: 2px solid #0abab5;
	border-radius: 5px;
	color: #0abab5;
	display: inline-block;
	font-size: 16px;
	padding: 6px 0;
	position: relative;
	text-decoration: none;
	width: 176px;
	font-weight: 700;
	border-radius: 50px;
}
/* hoverで反転 */
.btn02 a {
	transition: all .5s;
}
.btn02 a:hover {
	background-color: #0abab5;
	color: #fff;
	border: 2px solid #0abab5;
}
.btn02 a:hover::before {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}

.staff_area{
	width: 1050px;
	margin: 0 auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.staff_img{
	width: 240px;
	height: 240px;
	margin: 0 10px 20px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: transform 0.3s;
}
.staff_img:hover{
	transform: scale(1.05);
}

.staff_img img{
	width: 240px;
	height: 240px;
	object-fit: cover;
}

.staff_gra{
	width: 240px;
	height: 240px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 20%, rgba(255, 255, 255, 0) 50%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.staff_name{
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 10;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.staff_position{
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px;
	text-align: center;
}

.staff_img02{
	width: 240px;
	height: 240px;
	margin: 0 10px 20px;
	position: relative;
	z-index: 1;
	background-color: #cdf1f0;
	align-item: center;
}
.staff_img02 img{
	width: 80px;
	height: 100px;
	margin: 30px 80px 0;
}


.staff_box02{
	width: 1050px;
	margin: 0 auto 150px;
}

.staff_main02{
	width: 1050px;
	display: inline-block;
}

.staff_l02{
	width: 510px;
	margin: 0 30px 0 0;
	float: left;
}

.staff_r02{
	width: 510px;
	float: left;
}

.staff_bar02{
	width: 490px;
	margin: 0 auto 30px;
	padding: 3px 0 3px 20px;
	background-color: #0abab5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}

.staff_img_bg{
	width: 240px;
	height: 130px;
	padding: 15px 0;
	background-color: #cdf1f0;
}
.staff_name02{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: center;
	color: #0abab5;
	line-height: 1;
}

.staff_position02{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #0abab5;
	margin: 0 0 10px;
	text-align: center;
}

.staff_position03{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #0abab5;
	margin: 0 0 10px;
	text-align: center;
	text-decoration: underline;
}


.staff_obi{
	width: 100%;
	padding: 50px 0;
	margin: 50px 0 100px;
	background-color: #cdf1f0;
}

.staff_obi_box{
	width: 1050px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.staff_obi_btn{
	width: 250px;
	padding: 30px 40px;
	display: inline-block;
	background-color: #0abab5;
}

.staff_obi_img{
	width: 60px;
	height: 60px;
	float: left;
}
.staff_obi_img img{
	width: 60px;
	height: 60px;
}

.staff_obi_txt{
	width: 144px;
	font-size: 24px;
	font-weight: 700;
	margin: 14px 4px 0 4px;
	float: left;
	color: #fff;
}

.staff_obi_arrow01{
	float: left;
    width: 13px;
    height: 13px;
    margin: 25px 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    /* ライトボックス用CSS */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box; /* 追加 */
}

.lightbox.active {
  display: flex;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content-wrapper {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin: auto; /* 追加 */
}

    .lightbox.active .lightbox-content-wrapper {
      opacity: 1;
      transform: scale(1);
    }
    /* 表示するコンテンツのCSS */
    .box{
      width: 324px;
      border: solid 10px #0abab5;
      background-color: #fff;
      position: relative;
    }
    .gra{
      width: 324px;
      height: 240px;
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 20%, rgba(255, 255, 255, 0) 50%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      pointer-events: none;
    }
    .img{
      width: 324px;
      height: 240px;
      margin: 0 0 20px;
      position: relative;
      z-index: 1;
    }
    .img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .close{
      position: absolute;
      top: 10px;
      right: 10px;
      color: #0abab5;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 5px 15px;
      border-radius: 4px;
      cursor: pointer;
      z-index: 15;
      font-weight: 700;
      transition: background-color 0.3s;
    }
    .close:hover{
      background-color: rgba(255, 255, 255, 1);
    }
    .box .staff_name{
      width: 100%;
      position: absolute;
      bottom: 35px;
      left: 0;
      z-index: 10;
      font-size: 21px;
      font-weight: 700;
      text-align: center;
      color: #fff;
      line-height: 1;
    }
    .box .staff_position{
      width: 100%;
      position: absolute;
      bottom: 15px;
      left: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.5;
      margin: 0 0 10px;
      text-align: center;
    }
    .box02{
      width: 288px;
      height: auto;
      padding: 0 18px 20px;
      background-color: #fff;
    }
    .position_bar{
      width: calc( 100% - 10px );
      padding: 3px 0 3px 10px;
      background-color: #0abab5;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      margin: 0 auto 10px;
    }
    .tag_line{
      width: 100%;
      margin: 0 0 10px;
      display: inline-block;
    }
    .tag_l{
      width: 80px;
      padding: 3px 0;
      background-color: #0abab5;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      float: left;
      margin: 0 5px 0 0;
      color: #fff;
    }
    .tag_r{
      width: calc( 100% - 85px );
      font-size: 14px;
      text-align: left;
      float: right;
      line-height: 1.6;
    }

/************************院長紹介************************/
.dire_tit h2{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	color: #0abab5;
	text-align: center;
	margin: 0 0 50px;
}

.dire_imgbox{
	width: 720px;
	height: 405px;
	margin: 0 0 50px;
	position: relative;
}
.dire_img{
	width: 720px;
	height: 405px;
}
.dire_img img{
	width: 720px;
	height: 405px;
}

.dire_img_prof{
	width: 230px;
	height: 170px;
	padding: 50px 20px;
	font-size: 24px;
	font-weight: 700;
	background-color: #fff;
	position: absolute;
	top: 70px;
	left: 40px;
}
.dire_img_prof span{
	font-size: 18px;
	font-weight: 400;
}

.dire_bg01{
	width: 660px;
	padding: 20px 30px;
	margin: 0 auto 35px;
	background-color: #fff;
}

.dire_midashi h2{
	width: 100%;
	margin: 0 auto 25px;
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}

.dire_midashi h2 span{
	margin: 0 0 0 15px;
	font-size: 16px;
	font-weight: 400;
}

.dire_txt01{
	width: 100%;
	padding: 0;
	margin: 0;
}
.dire_txt01 span{
	color: #0abab5;
}

.dire_txtbox{
	width: 100%;
}
.dire_txtbox ul{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.dire_txt02{
	width: 45%;
	padding: 0;
	margin: 0 2.5% 20px;
}

.dire_txt03{
	font-size: 18px;
	font-weight: 700;
	color: #0abab5;
	display: inline-block;
	background-color: #cdf1f0;
	padding: 0;
	margin: 0 0 3px;
}

.dire_txt04{
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
}
.dire_txt04 span{
	color: #0abab5;
}

/* 学会実績 */
/* メインコンテナ */
.achievements-section {
    max-width: 1050px;
    margin: 0 auto 150px;
    background-color: #cdf1f0;
    padding: 10px 0 20px;
}

/* セクションタイトル */
.section-title {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

/* カードコンテナ */
.achievements-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    gap: 15px;
}

/* 個別カード */
.achievement-card {
    width: 300px;
    height: 240px;
    background-color: #fff;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 年度と大会名 */
.achievement-year {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.4;
}

/* 賞のラベル */
.award-label {
    background-color: #0abab5;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding: 3px 25px;
    border-radius: 5px;
    margin: 15px 0;
}

/* トロフィーアイコン */
.trophy-icon {
    width: 38px;
    height: 42px;
    margin: 10px 0;
}

.trophy-icon img {
    width: 100%;
    height: 100%;
}

/* 説明テキスト */
.achievement-description {
    font-size: 14px;
    color: #0abab5;
    text-decoration: underline;
    line-height: 1.5;
    margin-top: 10px;
}

.achievement-description a{
    color: #0abab5 !important;
}

/* 学会発表・執筆活動 */
.hs_box{
	width: 1050px;
	margin: 0 auto 150px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.hs_area{
	width: 510px;
}

.hs_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
}

.hs_tit{
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0 0 14px;
	font-size: 16px;
	border-bottom: solid 1px #0abab5;
	text-decoration: underline;
}



@media screen and (min-width:769px) and ( max-width:1049px) {
/*　画面サイズが769pxから1079pxまではここを読み込む　*/


}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */


.midashi01 h2{
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 40px;
	line-height: 2.0;
}

.midashi01 h2 span{
	font-size: 36px;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #cdf1f0 30%);
}

/* 学会実績 */
/* メインコンテナ */
.achievements-section {
    max-width: 90%;
    margin: 0 auto 150px;
    background-color: #cdf1f0;
    padding: 10px 5% 20px;
}

/* セクションタイトル */
.section-title {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

/* カードコンテナ */
.achievements-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    gap: 15px;
}

/* 個別カード */
.achievement-card {
    width: 300px;
    height: 240px;
    background-color: #fff;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 20px;
}

/* 年度と大会名 */
.achievement-year {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.4;
}

/* 賞のラベル */
.award-label {
    background-color: #0abab5;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding: 3px 25px;
    border-radius: 5px;
    margin: 15px 0;
}

/* トロフィーアイコン */
.trophy-icon {
    width: 38px;
    height: 42px;
    margin: 10px 0;
}

.trophy-icon img {
    width: 100%;
    height: 100%;
}

/* 説明テキスト */
.achievement-description {
    font-size: 14px;
    color: #0abab5;
    text-decoration: underline;
    line-height: 1.5;
    margin-top: 10px;
}
.achievement-description a{
    color: #0abab5;
}

/* 学会発表・執筆活動 */
.hs_box{
	width: 90%;
	margin: 0 auto 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.hs_area{
	width: 100%;
	margin: 0 0 60px;
}

.hs_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
}

.hs_tit{
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0 0 14px;
	font-size: 16px;
	border-bottom: solid 1px #0abab5;
	text-decoration: underline;
}



.ot_bg{
	width: 90%;
	padding: 25px 5%;
	margin: 0 auto 50px;
	background-color: #cdf1f0;
}

/************************スタッフ紹介************************/
.faci_txt01{
	width: 90%;
	padding: 0;
	margin: 0 auto 50px;
}

.staff_bar{
	width: calc( 90% - 20px );
	margin: 0 auto 30px;
	padding: 3px 0 3px 20px;
	background-color: #0abab5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}

.staff_box{
	width: 90%;
	margin: 0 auto 50px;
}

.staff_main{
	width: 100%;
	display: inline-block;
}

.staff_l{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
}
.staff_l img{
	width: 100%;
	height: 100%;
}

.staff_r{
	width: calc( 100% - 20px );
	height: auto;
	padding: 10px 10px 50px;
	margin: -5px 0 0;
	background-color: #cdf1f0;
	float: none;
	position: relative;
}

.staff_main_txt01 h2{
	width: 100%;
	margin: 0 0 15px;
	font-size: 21px;
}
.staff_main_txt02{
	width: 100%;
	margin: 0 0 5px;
	line-height: 1;
}
.staff_main_txt03{
	width: 100%;
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}
.staff_main_txt04{
	width: 100%;
	margin: 0 0 20px;
}

/* ボタン */
.btn02 {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: calc( 50% - 88px);
}
.btn02 a {
	background-color: #fff;
	border: 2px solid #0abab5;
	border-radius: 5px;
	color: #0abab5;
	display: inline-block;
	font-size: 16px;
	padding: 6px 0;
	position: relative;
	text-decoration: none;
	width: 176px;
	font-weight: 700;
	border-radius: 50px;
}
/* hoverで反転 */
.btn02 a {
	transition: all .5s;
}
.btn02 a:hover {
	background-color: #0abab5;
	color: #fff;
	border: 2px solid #0abab5;
}
.btn02 a:hover::before {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}

.staff_area{
	width: 90%;
	margin: 0 auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.staff_img{
	width: 45%;
	height: auto;
	margin: 0 2.5% 20px;
	position: relative;
	z-index: 1;
}
.staff_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff_gra{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 20%, rgba(255, 255, 255, 0) 50%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.staff_name{
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 10;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.staff_position{
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px;
	text-align: center;
}

.staff_img02{
	width: 45%;
	height: 100px;
	margin: 0 2.5% 20px;
	position: relative;
	z-index: 1;
	background-color: #cdf1f0;
	align-item: center;
}
.staff_img02 img{
	width: 40px;
	height: 50px;
	margin: 10px calc( 50% - 20px ) 0;
}


.staff_box02{
	width: 90%;
	margin: 0 auto 80px;
}

.staff_main02{
	width: 100%;
	display: inline-block;
}

.staff_l02{
	width: 100%;
	margin: 0 0 50px;
	float: none;
}

.staff_r02{
	width: 100%;
	float: none;
}

.staff_bar02{
	width: calc( 100% - 20px );
	margin: 0 auto 30px;
	padding: 3px 0 3px 20px;
	background-color: #0abab5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}

.staff_img_bg{
	width: 240px;
	height: 130px;
	padding: 15px 0;
	margin: 0 auto;
	background-color: #cdf1f0;
}
.staff_name02{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: center;
	color: #0abab5;
	line-height: 1;
}

.staff_position02{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #0abab5;
	margin: 0 0 10px;
	text-align: center;
}

.staff_position03{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #0abab5;
	margin: 0 0 10px;
	text-align: center;
	text-decoration: underline;
}

.staff_obi{
	width: 100%;
	padding: 20px 0;
	margin: 50px 0;
	background-color: #cdf1f0;
}

.staff_obi_box{
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.staff_obi_btn{
	width: 250px;
	padding: 30px 40px;
	margin: 0 0 20px;
	display: inline-block;
	background-color: #0abab5;
}

.staff_obi_img{
	width: 60px;
	height: 60px;
	float: left;
}
.staff_obi_img img{
	width: 60px;
	height: 60px;
}

.staff_obi_txt{
	width: 144px;
	font-size: 24px;
	font-weight: 700;
	margin: 14px 4px 0 4px;
	float: left;
	color: #fff;
}

.staff_obi_arrow01{
	float: left;
    width: 13px;
    height: 13px;
    margin: 25px 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/************************院長紹介************************/
.dire_tit h2{
	width: 90%;
	font-size: 21px;
	font-weight: 700;
	color: #0abab5;
	text-align: center;
	margin: 0 auto 50px;
}

.dire_imgbox{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	position: relative;
}
.dire_img{
	width: 100%;
	height: auto;
}
.dire_img img{
	width: 100%;
	height: 100%;
}

.dire_img_prof{
	width: calc( 100% - 40px );
	height: auto;
	padding: 50px 20px;
	font-size: 24px;
	font-weight: 700;
	background-color: #fff;
	margin: -5px 0 0;
	position: relative;
	top: 0;
	left: 0;
}
.dire_img_prof span{
	font-size: 18px;
	font-weight: 400;
}

.dire_bg01{
	width: calc( 100% - 20px );
	padding: 20px 10px;
	margin: 0 auto 35px;
	background-color: #fff;
}

.dire_midashi h2{
	width: 100%;
	margin: 0 auto 25px;
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}

.dire_midashi h2 span{
	margin: 0 0 0 15px;
	font-size: 16px;
	font-weight: 400;
}

.dire_txt01{
	width: 100%;
	padding: 0;
	margin: 0;
}
.dire_txt01 span{
	color: #0abab5;
}

.dire_txtbox{
	width: 100%;
}
.dire_txtbox ul{
	width: calc( 100% - 30px );
	padding: 0 15px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.dire_txt02{
	width: 40%;
	padding: 0;
	margin: 0 5% 20px;
}

.dire_txt03{
	font-size: 18px;
	font-weight: 700;
	color: #0abab5;
	display: inline-block;
	background-color: #cdf1f0;
	padding: 0;
	margin: 0 0 3px;
}

.dire_txt04{
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
}
.dire_txt04 span{
	color: #0abab5;
}


}

@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
