@charset "utf-8";
/*==================================================================================================================================

  共通要素（wrapper,box,section等）

==================================================================================================================================*/
/*--------------------main(ページレイアウト)--------------------*/
.contents_bg {
  position: relative;
}
.contents_bg:before {
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  background: var(--bg-color);
  top: 0;
  width: calc((100% - 1200px) / 2);
  right: 0;
}
.contents {
  width: 1200px;
  margin: auto;
  padding: 50px 20px 56px;
  box-sizing: border-box;
}
.wrapper {
  position: relative;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  background: #fff;
  z-index: 2;
}
main img {
  max-width: 100%;
  height: auto;
}
.wrapper main {
  width: 68%;
  padding: 30px 0;
}
/*--------------------box--------------------*/
.box {}
.box1 {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
section:first-child .box1 {
  padding-top: 0;
}

/*--------------------下層ページのレイアウト--------------------*/
.body_single, .sec_doctor, .sec_clinic, .price_wrap, .faq_wrap, .sec_access, .access_route, .sec_recruit, .sec_freearea_up, .sec_freearea_under, .medical_list li, .clinic_facilities {
    position: relative;
    margin: 0 0 80px;
}
#contents .body_single:last-of-type {
    margin-bottom: 0;
}
.body_single > p,
.body_wrap > p,
.body_wrap_float > p {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 2;
}
.sec_medical .text {
    margin-bottom: 0;
}
/*--------------------サイドバー--------------------*/
.side_area {
    z-index: 3;
}
.side_box, .side_bannar {
    margin-bottom: 40px;
}
.side_area .btn01 a {
    width: 100%;
    color: #fff !important;
}
.side_bannar ul li {
    margin-bottom: 10px;
    text-align: center;
}
.side_bannar ul li a:hover {
    opacity: .8;
}
.side_area .side_title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ab8f7b;
    text-align: left;
    line-height: 1.6;
}
.side_area .side_title i {
    margin-right: 12px;
    vertical-align: middle;
    color: #5DAD6C;
}
.side_area li {
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.side_area li a {
    color: #333;
}
.side_area li a:hover {
    color: #5DAD6C !important;
}
.op_sidefreearea {}
.op_sidefreearea p a {
    display: block;
}
/*----------SNSボタン----------*/
.side_sns {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
.side_sns li {
    width: -moz-available;
    width: -webkit-fill-available;
    margin-right: 5px;
}
.side_sns li:last-child {
    margin-right: 0;
}
.side_sns li a {
    display: block;
    background-color: #fff;
    color: #5DAD6C;
    text-align: center;
    font-size: 12px;
    padding-top: 7px;
    border-radius: 5px;
}
.side_sns li a i {
    display: block;
    font-size: 18px;
}
/*----------診療案内メニュー----------*/
.medical_menu li {
    position: relative;
    border-bottom: 1px dashed #ab8f7b;
    line-height: 1.6;
}
.medical_menu li:last-of-type {
    border-bottom: none;
}
.medical_menu li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #5DAD6C;
}
.medical_menu li a {
    display: block;
    padding: 10px 0 10px 25px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.medical_menu li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

/*--------------------タイトル--------------------*/
h3 {
    border-bottom: 1px solid var(--main-color);
    padding: 0 0 4px;
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 130%;
    font-weight: bold;
    display: table;
}
h3 span {
    font-size: 80%;
    color: var(--sub-color);
}
h4 {
    position: relative;
    margin: 0 0 5px;
    line-height: 1.6;
    font-size: 125%;
    font-weight: bold;
    color: var(--main-color);
    clear: both;
}
h4 span {
    font-size: 80%;
    color: var(--sub-color);
}
h5 {
    position: relative;
    margin: 0 0 15px;
    line-height: 1.4;
    font-size: 115%;
    font-weight: bold;
    color: var(--main-color);
    clear: both;
}
h5 span {
    font-size: 80%;
    color: var(--sub-color);
}
/*--------------------TinyMCEエディタ用--------------------*/
/*----------見出し----------*/
/*太字*/
.title_style01{
  color: var(--main-color);
  font-weight:bold;
  border: none;
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}
/*下線*/
.title_style02{
  color: var(--main-color);
  font-weight:bold;
  border-bottom: 1px solid var(--main-color);
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}
/*背景色付き・白抜き*/
.title_style03{
  background: var(--main-color);
  color: #fff;
  font-weight:bold;
  border: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px;
}
h2.title_style01:before,
h2.title_style01:after,
h3.title_style01:before,
h3.title_style01:after,
h4.title_style01:before,
h4.title_style01:after,
h5.title_style01:before,
h5.title_style01:after,
h2.title_style02:before,
h2.title_style02:after,
h3.title_style02:before,
h3.title_style02:after,
h4.title_style02:before,
h4.title_style02:after,
h5.title_style02:before,
h5.title_style02:after,
h2.title_style03:before,
h2.title_style03:after,
h3.title_style03:before,
h3.title_style03:after,
h4.title_style03:before,
h4.title_style03:after,
h5.title_style03:before,
h5.title_style03:after{
  display:none;
}
/*----------枠----------*/
.box_style01{
  background: #fff;
  padding: 20px;
  margin: 0 0 15px;
	border-radius: 15px;
}
.box_style02{
  border: solid 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}
.box_style03{
  border: dashed 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}
.box_style01 p:last-of-type,
.box_style02 p:last-of-type,
.box_style03 p:last-of-type{
  margin-bottom: 0;
}

/*----------ラインマーカー----------*/
.marker{
  background:linear-gradient(transparent 60%, #ffff93 60%);
}

/*----------下層ページの見出し----------*/
.main_headline {
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 5px #fff;
}
.main_headline p {
  letter-spacing: 0.2em;
  display: inline-block;
  font-size: 105%;
  color: var(--main-color);
  font-weight: bold;
  text-transform: capitalize;
}
.main_headline p.midashi {
  line-height: 1.5;
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #333;
  text-transform:inherit;
}
.main_headline p.midashi:before,
.main_headline p.midashi:after{
  display: none;
}
/*----------飾りの英語の棒----------*/
.main_headline p::before,
.main_headline p::after {
  position: relative;
  content: "-";
}
.main_headline p::before {
  left: -0.5em;
}
.main_headline p::after {
  right: -0.5em;
}
/*--------------------診療内容などのコンテンツ部分--------------------*/
.body_list li {
  margin-bottom: 60px;
}
.body_list li .text {
  margin-bottom: 15px;
}
.body_wrap_float:after {
  display: block;
  clear: both;
  content: "";
}

/*--------------------共通--------------------*/
/*----------引用----------*/
blockquote{
  padding: 20px;
  background: #f0f0f0;
  color: #555;
  font-style: italic;
  font-size: 85%;
	width: fit-content;
}
blockquote p:last-of-type{
  margin-bottom: 0;
}

/*注意書き*/
.caution {
  background:var(--bg-color);
  display: block;
  position: relative;
  padding: 25px;
  border-radius: 15px;
}
.caution .pop {
  width: 55px;
  height: 55px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: -5px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.caution .pop::before {
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  -webkit-clip-path: polygon(100% 85%, 40% 0, 0 53%);
  clip-path: polygon(100% 85%, 40% 0, 0 53%);
  background-color: var(--main-color);
  z-index: 1;
  content: "";
}
.caution p:nth-of-type(1) {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
  font-weight: 600;
  color: var(--main-color);
}
.note_wrap{
  background: #fff;
  padding: 1em 2em;
  width: 100%;
  margin: 30px auto;
  box-shadow:5px 5px 20px 5px rgb(0 0 0 / 26%);
}
.note{
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 2em;
  line-height:2;
}
.note p{
  margin-bottom:2em;
}
.sec_recruit .btn01{
	margin-top:10px;
	text-align:center;
}
.color_gray{
	color: #888;
}
.addition{
	background: #ffffff85;
    padding: 2em;
    width: 100%;
    margin: 30px auto;
    border-radius: 15px;
}
}
/*==================================================================================================================================

  フリーエリア（上・下）

==================================================================================================================================*/
.sec_freearea_up .box1,
.sec_freearea_under .box1 {
}
.sec_freearea_up .text,
.sec_freearea_under .text {
  margin-bottom: 0;
}
.sec_freearea_up h2,
.sec_freearea_under h2 {
  margin-top: 0;
}
.sec_freearea_up h3,
.sec_freearea_under h3 {
  margin: 0 0 20px;
}
.freearea_up:after,
.freearea_under:after {
  display: block;
  clear: both;
  content: "";
}
.freearea_up_img,
.freearea_under_img {
}
.freearea_up_img img,
.freearea_under_img img {
  width: 100%;
  max-width: 408px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

/*==================================================================================================================================

  ブログ

==================================================================================================================================*/
.blog_box {
  border-top: 4px solid #5DAD6C;
  /*記事ボックスの上の色*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  margin-bottom: 50px;
  padding-bottom: 10px;
  background-color: #fff;
}
.blog_tit {
  font-size: 22px;
  color: #333;
  padding: 0 20px;
}
.blog_content {
  margin: 20px 25px;
}
.blog_content p {
  margin-bottom: 1em;
}
.blog_box .btn01 a {
  display: table;
  margin: 10px 0 10px auto;
}
/*----------見出し----------*/
.blog_box h1 {}
.blog_box h2.blog_tit {
  border-bottom: none;
  padding: 20px 20px 0;
}
.blog_box h2.blog_tit:after {
  display: none;
}
.blog_box h3 {}
.blog_box h4 {}
.blog_box h5 {}
.blog_box h6 {}

/*----------日付・カテゴリ----------*/
.blog_class li {
  display: inline-block;
  margin-right: 15px;
}
.blog_class {
  margin-bottom: 10px;
}
.blog_class i {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #5DAD6C;
}
.blog_class li a {
  color: #333;
}
.blog_class li a:hover {
  color: #5DAD6C;
}
/*----------ページャー----------*/
.pager {
  display: block;
  font-size: 15px;
  padding: 9px 8px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center !important;
  font-weight: bold;
}
.pager:after {
  display: block;
  content: "";
  clear: both;
}
.current {
  background: #5DAD6C;
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 16px;
  margin: 5px 5px 8px;
  line-height: 1;
}
.pager a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 12px;
  margin: 5px 6px 8px 5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  color: #5DAD6C;
  line-height: 1;
}
.pager a:hover {
  background: #5DAD6C;
  color: #fff;
}
.pager a:active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
}

/*--------------------ブログ エディター用--------------------*/
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/*整形済みテキスト*/
.blog_content>div pre {
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--bg-color);
  color: #7F7F7F;
  overflow: auto;
}
/*引用*/
.blog_content>div blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: var(--bg-color);
}
.blog_content>div blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #D9D9D9;
}
.blog_content>div blockquote *:first-child {
  margin-top: 0;
}
/*ライン*/
.blog_content>div hr {
  margin-top: 40px;
  border-top: 1px solid  var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.blog_content>div *:first-child {
  margin-top: 0;
}
.blog_content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*サムネイル*/
.thumbnail{
  display:block;
  position:relative;
  float:left;
  margin:0 15px 0 0;
  text-align:center;
}
.thumbnail img{
  object-fit: cover;
    max-width: 100%;
    max-height: unset;
    width: 150px;
    height: 150px;
}
/* 記事内 */
.img_flex_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}
.img_flex_2 br {
	display: none;
}
.img_flex_2 img {
	width: 49%;
	margin-bottom: 2%;
}
.img_flex_3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}
.img_flex_3 img {
	width: 32%;
	margin-bottom: 2%;
}
.img_flex_3 br {
	display: none;
}

/*==================================================================================================================================

  スマホ設定

==================================================================================================================================*/
/*--------------------基本設定（スマホ）--------------------*/
@media screen and (max-width:640px) {

body.page #mainvisual .inner,
body.archive #mainvisual .inner,
body.single #mainvisual .inner,
body.home #mainvisual .inner,
body.error404 #mainvisual .inner {
    max-width: 100%;
}
html #wpadminbar {
  display: none;
}

	.img_flex_2,
	.img_flex_3 {
		display: block;
	}
	.img_flex_2 img,
	.img_flex_3 img {
		width: 100%;
	}
	.visit_img img{
		width:100%;
	}
/*--------------------ナビゲーション（スマホ）--------------------*/
@media (min-width: 641px) {

/*--------------------サイドバー（スマホ）--------------------*/
.side_area {
  width: 100%;
  margin: auto;
  padding: 30px 20px 20px;
}
/*--------------------パンくず（スマホ）--------------------*/
#breadcrumb {
  position: static;
  font-size: 12px;
  padding: 15px 0;
}
/*--------------------共通仕様（スマホ）--------------------*/
#contents {
  padding-bottom: 70px;
}
body.home .freearea_up,
body.home .freearea_under,
.box1 {
  width: 100%;
}
.textarea p {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.contents {
  width: 100%;
}
.wrapper {
  width: 100%;
  display: block;
  padding: 10px 0 0;
}
.wrapper main {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px 0;
}
body.home .wrapper main {
  padding-left: 0;
  padding-right: 0;
}
.medical_single {
  padding: 0 !important;
}
/*----------リスト----------*/
.list08 {
  padding: 6%;
}
/*----------テーブル----------*/
.sp_w100 th,
.sp_w100 td{
  width: 100%!important;
  display: block!important;
  border-top: none;
}
.sp_w100 tr:first-child th,
.sp_w100 tr:first-child td:first-child{
      border-top: 1px solid var(--border-color);
}

.tb01 {
  width: 100%;
  table-layout: fixed;
  white-space: inherit;
}
.tb01 tr{
}
.tb01 th {
  width: 30%;
}
.tb01 td {
  width: -moz-available;
  width: -webkit-fill-available;
}

.tb03,
.tb03 th {
  white-space: inherit;
}
.tb03.w075par {
  width: 100%;
}
.tb04,
.tb04 th {
  white-space: normal;
}
.tb04 th {
  font-size: 13px;
}
.tb04 td,
.tb04 th {
  padding: 2%;
}
/*--------------------フリーエリア上（スマホ）--------------------*/
.freearea_up_img {
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.freearea_up_img img {
  width: 100%;
  height: auto;
}
/*--------------------フリーエリア下（スマホ）--------------------*/
.freearea_under_img {
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.freearea_under_img img {
  width: 100%;
  height: auto;
}
/*--------------------医師紹介（スマホ）--------------------*/
.doctor_greeting_flex {
  display: block;
}
.doctor_greeting_flex .text {
  width: 100%;
}
.doctor_img {
  width: 100%;
  text-align: center;
}
/*----------経歴・資格----------*/
.doctor_carr_wrap {
  display: block;
}
.doctor_carr_box {
  width: 100%;
  margin-bottom: 20px;
}
.doctor_carr_box:last-child {
  margin-bottom: 0;
}  
/*--------------------医院紹介（スマホ）--------------------*/
.clinic_desc dl {
  display: block;
}
.clinic_desc dl dt {
  width: 100%;
  padding: 15px 0 0;
  border-bottom: none;
}
.clinic_desc dl dd {
  width: 100%;
  padding: 0 0 15px;
}
.clinic_sche .tb02 th,
.clinic_sche .tb02 td {
  font-size: 12px;
}
.clinic_facilities_wrap {
  display: block;
}
.facilities_item {
  width: 100%;
  margin-bottom: 20px;
}
.facilities_item_img img{
  max-height: 390px;
}
/*--------------------料金表（スマホ）--------------------*/
.price_table {
}
.price_table tr:first-child {
  display: none;
}
.price_table tr td:nth-child(1) {
  background-color: var(--bg-color);
  font-weight: bold;
}
.price_table {
  border-bottom: 1px solid var(--border-color)
  }
.price_table tr:first-child {
  display: none;
}
.price_table td {
  display: block;
  border-bottom: none;
}
.price_table tr td:nth-child(1) {
  width: 100%;
}
.price_table tr td:nth-child(2) {
  width: 100%;
}
.price_table tr td:nth-child(3) {
  width: 100%;
  white-space: normal;
}
/*--------------------求人情報（スマホ）--------------------*/
.recruit_img {
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.recruit_img img {
  width: 100%;
  height: auto;
}
.recruit_table {
  border-bottom: 1px solid var(--border-color);
}
.recruit_table th,
.recruit_table td {
  width: 100%;
  display: block;
  border-bottom: none;
}
.recruit_table th {
  border-bottom: none;
}
/*--------------------アクセス（スマホ）--------------------*/
.access_add {
  display: block;
}
.access_add dt {
  width: 100%;
}
.access_add dd {
  width: 100%;
}
.access_route ul {
  display: block;
}
.access_route ul li {
  width: 100%;
}
/*--------------------ブログ（スマホ）--------------------*/
.blog_box h2 {
}
.thumbnail{
  float:none;
  margin:0;
  text-align:center;
}
.thumbnail img{
  object-fit: cover;
  max-width: 100%;
  max-height: unset;
  width: 200px;
  height: 200px;
}
.blog_content iframe {
  max-width: 100%;
  height: auto;
}
/*--------------------お問い合わせ（スマホ）--------------------*/
.contact {
  margin: 0 auto;
  width: auto;
}
/*--------------------診療内容などのコンテンツ（スマホ）--------------------*/
.anklink li {
  width: 100%;
  margin: 0 0 10px;
}

/*--------------------MPクラウド--------------------*/
#mpcloud_schedule {
  bottom: 60px;
}
/*--------------------common--------------------*/
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.pc_inline {
  display: none !important;
}
.sp_inline {
  display: inline !important;
}
.pc_table {
  display: table !important;
}
.sp_table {
  display: table !important;
}
.sp_flex {
  display: flex !important;
}
img {
  max-width: 100%;
  height: auto;
}
.sp_mb00 {
  margin-bottom: 0 !important;
}
.sp_mr00 {
  margin-right: 0 !important;
}
.sp_ml00 {
  margin-left: 0 !important;
}
.sp_mt00 {
  margin-top: 0 !important;
}
.sp_pb00 {
  padding-bottom: 0 !important;
}
.sp_pr00 {
  padding-right: 0 !important;
}
.sp_pl00 {
  padding-left: 0 !important;
}
.sp_pt00 {
  padding-top: 0 !important;
}
.sp_center {
  text-align: center;
}

/*==================================================================

	.layout

==================================================================*/
.layout_tit{
  font-size: 18px;
}
.layout_tit em{
  font-size: 24px;
}
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 dl {
    display: block;
}
.layout01 dt {
    width: 100%;
}
.layout01 dd {
    width: 100%;
}
.layout01 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
    display: block;
}
.layout02 .layout02_box{
    width: 100%;
}
.layout02 .layout02_box img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
    margin: 0 0 15px;
}
.layout03 .layout03_box {
    display: block;
}
.layout03 .layout03_title {
    width: 100%;
}
.layout03 .layout03_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
	padding: 0;
}
.layout03 .layout03_text {
    width: 100%;
    padding: 15px 3% 1%;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 .layout04_box {
    display: block;
}
.layout04 .layout04_title {
    width: 100%;
    padding: 2%;
}
.layout04 .layout04_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.layout04 .layout04_text {
    width: 100%;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 .layout05_box {
    display: block;
}
.layout05 .layout05_title {
    width: 100%;
    text-align: center;
    display: block;
}
.layout05 .layout05_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.layout05 .layout05_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
}
.layout05 .layout05_text1:nth-child(3) {
    width: 100%;
    border-left: none;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
    margin: 0 0 15px;
}
.layout06 .layout06_box {
    display: block;
}
.layout06 .layout06_title {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
}
.layout06 .layout06_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
}/* 数字 */
.layout06 .layout06_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
}
.layout06 .layout06_text1:nth-child(3) {
    width: 100%;
    border-left: none;
}
/* 3つ並びのレイアウト。 */
.layout07 {
    display: block;
}
.layout07 .layout07_box {
    display: block;
    width: 100%;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08 {
    display: block;
}
.layout08 dl {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
}
.layout08 dl::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 110%;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
    background-color: transparent;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n)::before {
    display: none;
}
.layout08 dl dt {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed var(--border-color);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.layout08 dl dt em {
    margin-right: 8px;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd {
    line-height: 1.5;
}
/* layout10 */
.layout10 .flow_box{
    justify-content: space-between;
    padding: 6%;
}
.layout10 .flow_box::before{
    display: none;
}
.layout10 .flow_box .number{
    width: 42px;
    height: 42px;
    margin-right: 0;
    font-size: 20px;
}
.layout10 .flow_box .layout10_box{
    width: 80%;
}
.layout10 .flow_box .layout10_text .title{
    font-size: 14px;
    line-height: 1.4;
}
.layout10 .flow_box .layout10_text .title span{
    display: block;
    padding-bottom: 8px;
    font-weight: bold;
}
.layout10 .flow_box .layout10_text .title span::after{
    display: none;
}
.course_ablation::before{
    display: none;
}
/* layout11 */
[class^="layout11_text"] dl dt,
[class^="layout11_text"] dl dd{
    margin-left: 0;
    width: 100%;
}
[class^="layout11_text"] dl dt{
    margin-bottom: 0;
}
[class^="layout11_text"] dl dd{
    margin-bottom: 10px;
}
.layout11_image02{
    flex-wrap: wrap;
}
.layout11_image02 span{
    width: 100%;
}
.layout11_image02 span:last-child{
    margin-top: 40px;
}
.layout11_image02 span:last-child::before{
    top: -32px;
    bottom: auto;
    left: 0;
    right: 0;
    justify-content: center;
    content: "\f078";
}

body.home .ribon-link{
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}
.ribon-link{
  max-width: unset;
  margin: 10
}
}
@media screen and (max-width:320px) {
.main_catch p {
  font-size: 16px;
}
/*--------------------サイドバー--------------------*/
.side_area {
  width: 100%;
}
/*--------------------common--------------------*/
.sp_inline_iP {
  display: inline !important;
}
}
	
	
	
