@charset "utf-8";
/* -----------------------------------------------------------
　共通・可変画像（親要素幅まで）
----------------------------------------------------------- */
.fluid_image {
  max-width: 100%;
  height: auto;
  width : auto;
}
.img_c { 
	display: block;
	height: auto;
	max-width: 100%;
	margin: 1.0rem auto;
}
.flex-center{
	width: 100%;
	display: flex;
	justify-content: center;
}
.underline{
	text-decoration: underline;
}
.white {
  color: #fff;
}
.fcred {
  color: #ff0000;
}
.fcblue {
  color: #00B3FF;
}
.fcgreen {
  color: #436f37;
}
.fcorange {
  color: #F68121;
}
.bg-blue {
  background: #00B3FF;
}
.bg-green {
  background: #6ED44B;
}
.bg-lightblue {
  background: #F3FCFA;
}
.bg-lightgreen {
  background: #F8FFEE;
}
.bg-lightorange {
  background: #fcf7f3;
}
.fwbold, .bold {
  font-weight: bold;
}
.fs80 {
  font-size: 80%;
}
.fs120 {
  font-size: 120%;
}
.fs130 {
  font-size: 130%;
}
.fs140 {
  font-size: 140%;
}
.left {
  float: left;
}
.right {
  float: right;
}

.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.txt_c, .center {
  text-align: center;
}

.clear {
  clear: both;
}
address {
  font-style: normal;
}
.hidden {
  font-size: 0;
  text-indent: -999999px;
  height: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.nolist {
  list-style-type: none;
  padding-left: 0;
}

.sup{
  vertical-align: super;
  font-size: smaller;
}

/* :::::::::: テキストリンク :::::::::: */
section p a {
  text-decoration: underline;
}
section p a:hover {
  text-decoration: underline;
  color: #CCCCCC;
}
.has-orange tr td:first-child {
  background-color: #F68121 !important;
  color: #fff;
}
.has-orange {
  width: 100% !important;
}
.has-orange td {
  width: calc(100% / 2);
}
.has-background--amberWhite {
  background-color: #fff9f5;
}
.flex ol {
  padding: 1rem;
}
.flex > ol li {
  line-height: 3 !important;
}
.flex figure {
  padding-top: 2rem;
  order: 1;
}
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】全体 :::::::::: */
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #6b5d4e;
  }
  .contents_wrapper {
    position: relative;
    width: 1024px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .flex {
    display: flex;
  }
  .flex figure {
    padding: 2rem;
  }
  .flex ol {
    padding: 2rem;
  }
  .pc_cont {}
  .sp_cont {
    display: none;
  }
  figure {
    margin: 0 auto 1.7em;
    text-align: center;
  }
  .w40 {
    width: 40%;
  }
  /* :::::::::: 【PC】画像・左寄せ回り込みなし :::::::::: */
  .pc_image_alignleft {
    width: 100%;
    text-align: left;
  }
  /* :::::::::: 【PC】画像・右寄せ回り込み :::::::::: */
  .pc_image_right {
    margin: 0 0 1.7em 1.7em;
    float: right;
  }
  /* :::::::::: 【PC】画像・左寄せ回り込み :::::::::: */
  .pc_image_left {
    margin: 0 1.7em 1.7em 0;
    padding: 0;
    float: left;
  }
  /* :::::::::: 【PC】画像・2つ並びサイズ :::::::::: */
  .pc_image_half {
    width: 48%;
    margin: 0 4% 1.7em 0;
    padding: 0;
    float: left;
  }
  .pc_image_half:nth-child(2n) {
    margin: 0 0 1.7em;
  }
  /* ::::::::::【PC】 画像・3つ並びサイズ :::::::::: */
  .pc_image_onethird {
    width: 32%;
    margin: 0 2% 1.7em 0;
    float: left;
  }
  .pc_image_onethird:nth-child(3n) {
    margin: 0 0 1.7em;
  }
  /* ::::::::::【PC】 ホバー時opacity :::::::::: */
  .hover_img {
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .hover_img:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】全体・画像 :::::::::: */
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-size: 4.375vw;
    color: #6b5d4e;
  }
  .contents_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .pc_cont {
    display: none;
  }
  .sp_cont {}
  .pc_image_right {
    width: 70%;
  }
  figure {
    margin: 0 auto 5%;
    text-align: center;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】ヘッダー :::::::::: */
  header {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 27px 0 0;
  }
  header #top {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 25px;
    width: 181px;
    height: 207px;
  }
  header .h_logo {
    width: 434px;
    height: 85px;
    margin: 20px 0 10px 225px;
  }
  /* :::::::::: 【PC】メインナビ :::::::::: */
  nav {
    width: 1024px;
    height: 45px;
    margin: 0 auto;
    background: #528b37;
  }
  nav #menu, nav #c_menu, nav .mn_c {
    display: none;
  }
  nav address {
    position: absolute;
    top: 20px;
    right: 0;
    color: #383838;
    line-height: 18px;
  }
  nav address .h_tel {
    font-weight: bold;
    font-size: 22px;
    height: auto;
    line-height: 30px;
    margin: 5px 0;
  }
  nav address .h_tel .tel {
    font-size: 30px;
    margin: 0 0 0 10px;
  }
  nav address .h_reserve {
    width: 100%;
    height: auto;
    line-height: 1em;
    font-size: .8em;
    font-weight: bold;
    text-align: center;
    padding: 0.4em 0;
    background: #bbe6a6;
    color: #2c6113;
    letter-spacing: 0.2em;
  }
  nav ul {
    width: 800px;
    height: 45px;
    margin: 0 0 0 224px;
    background: #76af5b;
  }
  nav ul li {
    position: relative;
    width: 160px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    overflow: hidden;
  }
  nav ul li::after {
    position: absolute;
    display: block;
    content: "";
    z-index: 30;
    width: 1px;
    height: 25px;
    background: #FFF;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  nav ul li:last-child::after {
    content: none;
  }
  nav ul li a {
    position: absolute;
    display: block;
    z-index: 30;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  nav ul li a::before, nav ul li a::after {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    width: 100%;
    height: 50%;
    background: #528b37;
  }
  nav ul li a::before {
    top: 0;
    left: 0;
    right: 0;
  }
  nav ul li a::after {
    bottom: 0;
    left: 0;
    right: 0;
  }
  nav ul li a:hover::before {
    top: -50%;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  nav ul li a:hover::after {
    bottom: -50%;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  /* :::::::::: 【PC】キービジュアル（index） :::::::::: */
  .key_visual_bg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 500px;
    margin: 0 auto 40px;
  }
  #key_visual {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #key_visual img {
    z-index: 0;
  }
  .key_visual_bg .kv_wrap {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 188px;
    bottom: 18px;
    /*	background:rgba(40,40,40,0.7);*/
  }
  .key_visual_bg .kv_wrap p {
    position: absolute;
    width: 605px;
    height: 138px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
  }
  .key_visual_bg .kv_wrap .catch {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 460px;
    height: 100%;

  }
  .key_visual_bg .kv_wrap .catch .kv_timetable {
    padding: 5px;
    background: #FFF;
    margin-bottom: 10px;
  }
  .key_visual_bg .kv_wrap .catch .kv_timetable p {
    margin: 0 0 5px;
    position: static;
    width: 100%;
    height: auto;
  }
  .key_visual_bg .kv_wrap .catch .bnr {
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 5px;
    background: #c55a11;
    padding: 5px 10px;
    display: block;
    }
    .key_visual_bg .kv_wrap .catch .bnr:hover {
        opacity: .8;
    }
  .key_visual_bg .kv_wrap p#index_reserve {
    display: none;
  }
  .key_visual_bg .kv_wrap p#index_interviewsheet {
    display: none;
  }
  .key_visual_bg .kv_wrap p#index_netreserve {
    display: none;
  }
  .key_visual_bg .kv_wrap p#index_recruit {
    display: none;
  }
  /* :::::::::: 【PC】キービジュアル（下層） :::::::::: */
  .key_visual_sub {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto 20px;
    background: url(../images/template/kv_sub.jpg) no-repeat;
  }
  .key_visual_sub h1 {
    position: absolute;
    width: 100%;
    height: 1em;
    line-height: 1em;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .breadcrumb {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .breadcrumb li {
    position: relative;
    display: inline-block; /*横に並ぶように*/
    list-style: none;
    font-weight: bold; /*太字*/
    margin-right: 12px;
  }
  .breadcrumb li:after { /*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #668a5d; /*背景色*/
    border-width: 14px 12px;
    width: 0;
    height: 0;
  }
  .breadcrumb li a {
    display: inline-block;
    padding: 0 3px 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    background: #668a5d; /*背景色*/
    font-size: 13px;
  }
  .breadcrumb li a:hover {
    color: #ddd;
  }
  .breadcrumb li:last-child:after { /*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-style: solid;
    border-color: #668a5d;
    border-left-color: #668a5d; /*背景色*/
    border-width: 0;
    width: 0;
    height: 0;
  }
  .breadcrumb li:last-child a {
    display: inline-block;
    padding: 0 7px 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    background: #668a5d; /*背景色*/
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】ヘッダー :::::::::: */
  header {
    width: 82%;
    height: auto;
    margin: 0 18% 0 0;
  }
  header #top {
    width: 18%;
    height: auto;
    float: left;
  }
  header .h_logo {
    width: 82%;
    height: auto;
    float: left;
    padding: 3% 0 0;
  }
  /* :::::::::: 【SP】メインナビ :::::::::: */
  nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 110;
  }
  nav p#menu {
    position: absolute;
    width: 16%;
    height: auto;
    padding: 10.5% 0 3%;
    background: #52473e;
    font-size: 0.8em;
    right: 0;
    top: 0;
    color: #FFF;
    text-align: center;
    border: solid 1px #84173a;
  }
  nav p#menu span::before {
    content: '';
    height: 0.1em;
    width: 2.7em;
    background: #FFF;
    display: block;
    position: absolute;
    margin: auto;
    top: 0.8em;
    left: 0;
    right: 0;
    box-shadow: 0 0.6em #FFF;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  nav p#menu span::after {
    content: '';
    height: 0.1em;
    width: 2.7em;
    background: #FFF;
    display: block;
    position: absolute;
    margin: auto;
    top: 2em;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  nav.open p#menu span::before {
    width: 2.4em;
    transform: rotate(315deg);
    top: 1.5em;
    box-shadow: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    right: 0;
  }
  nav.open p#menu span::after {
    width: 2.4em;
    transform: rotate(-315deg);
    top: 1.5em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    right: 0;
  }
  nav div.mn {
    position: absolute;
    top: 3.85em;
    display: none;
    width: 100%;
    background: rgba(49, 35, 23, 0.9);
  }
  nav address {
    width: 85%;
    margin: 1em auto;
    color: #FFF;
    text-align: center;
    background: #475c3d;
    padding: 0.5em 0 0;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  nav address .h_tel {
    font-weight: bold;
    font-size: 1.1em;
    height: auto;
    line-height: 1.5em;
    margin: 3% 0;
  }
  nav address .h_tel a {
    color: #FFF;
  }
  nav address .h_tel .tel {
    font-size: 1.5em;
    margin: 0 0 0 0.5em;
    text-decoration: underline;
  }
  nav address .h_reserve {
    width: 100%;
    height: auto;
    line-height: 1em;
    font-size: 1.1em;
    text-align: center;
    padding: 0.2em 0;
    background: #bbe6a6;
    color: #2c6113;
    letter-spacing: 0.2em;
  }
  nav div.mn ul.mn li {
    width: 100%;
    height: auto;
    text-align: center;
    border-top: solid 1px #FFFFFF;
  }
  nav div.mn ul.mn li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.6em;
    color: #FFFFFF;
    font-size: 1.1em;
    text-decoration: none;
  }
  nav div.mn p.treat_menu {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.6em;
    text-align: center;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 1.1em;
  }
  nav div.mn p.treat_menu img {
    display: none;
  }
  nav div.mn p.treat_menu span::after {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4em;
    width: 0;
    height: 0;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    border-top: 1em solid #FFF;
    transition: 0.5s;
  }
  nav div.mn p.treat_menu span.open::after {
    transform: rotateX(180deg);
    transition: 0.5s;
  }
  nav div.mn div.sn_box {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1em 0;
    font-size: 90%;
  }
  nav div.mn div.sn_box ul.sn {
    width: 50%;
    float: left;
  }
  nav div.mn div.sn_box ul.sn li {
    position: relative;
  }
  nav div.mn div.sn_box ul.sn li::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: #FFF;
    top: 0.5em;
    left: 0.4em;
  }
  nav div.mn div.sn_box ul.sn li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.4em 0.2em 0.4em 1.5em;
    color: #FFF;
  }
  nav div.mn div.sn_box ul.sn li ul.sn_c {
    width: 100%;
    height: auto;
    padding: 0;
  }
  nav div.mn div.sn_box ul.sn li ul.sn_c li {
    list-style-type: disc;
    font-size: 0.9em;
    line-height: 2em;
  }
  nav div.mn div.sn_box ul.sn li ul.sn_c li::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.4em;
    height: 0.4em;
    background: #FFF;
    top: 0.7em;
    left: 0.8em;
    border-radius: 50%;
  }
  nav div.mn div.sn_box ul.sn li ul.sn_c li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 1.7em;
    color: #FFF;
  }
  /* :::::::::: 【SP】キービジュアル :::::::::: */
  .key_visual_bg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    margin: 0 auto 8%;
    clear: both;
    overflow: hidden;
    padding: 0 0 0px;
  }
  #key_visual {
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 67% 0 0;
    margin: 0 auto;
    text-align: center;
  }
  #key_visual img {
    z-index: 0;
    width: auto;
    height: 100%;
    margin: 0 0 0 -15%;
  }
  .key_visual_bg .kv_wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: auto;
    bottom: 0;
    /*background: rgba(40, 40, 40, 0.7);*/
  }
  .viewer {
    margin: 0 auto 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }
  .viewer ul li img {
    width: 100%;
  }
  .key_visual_bg .kv_wrap p {
    width: 90%;
    height: auto;
    margin: 2% auto;
  }
  .key_visual_bg .kv_wrap .catch .kv_timetable {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 2%;
    background: #89b77c;
    margin-bottom: 10px;
  }
  .key_visual_bg .kv_wrap .catch .kv_timetable p {
    display: none;
  }
  .key_visual_bg .kv_wrap .catch .bnr {
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 5px;
    background: #c55a11;
    margin: 0 10px;
    padding: 5px 10px;
    display: block;
    }
  .key_visual_bg .kv_wrap p#index_reserve {
    width: 96%;
    padding: 2%;
    background: #FFF;
    margin: 0;
  }
  .key_visual_bg .kv_wrap p#index_interviewsheet {
    width: 96%;
    padding: 2%;
    background: #fff;
    margin: 0;
  }
  .key_visual_bg .kv_wrap p#index_netreserve {
    width: 96%;
    padding: 0 2% 2%;
    background: #FFF;
    margin: 0;
  }
  .key_visual_bg .kv_wrap p#index_recruit {
    width: 96%;
    padding: 0 2% 2%;
    background: #FFF;
    margin: 0;
  }
  /* :::::::::: 【SP】キービジュアル（下層） :::::::::: */
  .key_visual_sub {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto 4%;
    padding: 40% 0 0;
    background: url(../images/template/kv_sub.jpg) no-repeat center center;
    background-size: cover;
  }
  .key_visual_sub h1 {
    position: absolute;
    width: 100%;
    height: 1.1em;
    line-height: 1.1em;
    font-size: 1.3em;
    color: #FFF;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .breadcrumb {
    margin-left: 3%;
    padding-left: 0;
    padding-bottom: 4%;
  }
  .breadcrumb li {
    position: relative;
    display: inline-block; /*横に並ぶように*/
    list-style: none;
    font-weight: bold; /*太字*/
    margin-right: 12px;
  }
  .breadcrumb li:after { /*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #668a5d; /*背景色*/
    border-width: 14px 12px;
    width: 0;
    height: 0;
  }
  .breadcrumb li a {
    display: inline-block;
    padding: 0 3px 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    background: #668a5d; /*背景色*/
    font-size: 13px;
  }
  .breadcrumb li a:hover {
    color: #ddd;
  }
  .breadcrumb li:last-child:after { /*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-style: solid;
    border-color: #668a5d;
    border-left-color: #668a5d; /*背景色*/
    border-width: 0;
    width: 0;
    height: 0;
  }
  .breadcrumb li:last-child a {
    display: inline-block;
    padding: 0 7px 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    background: #668a5d; /*背景色*/
    font-size: 13px;
  }
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】メインコンテンツ・共通要素 :::::::::: */
  .main {
    display: block;
    width: 744px;
    height: auto;
    overflow: hidden;
    margin: 0 0 100px;
    float: right;
  }
  .main section {
    height: auto;
    overflow: hidden;
    margin: 0 auto 50px;
    text-align: left;
    word-wrap: break-word;
  }
  .main section section.h3_box {
    margin: 0px auto 40px;
  }
  .main section section.h3_box section.h4_box {
    box-sizing: border-box;
    padding: 20px;
    margin: 0px auto 30px;
    background: #fcf7f3;
  }
  .main section section.h3_box section.h4_box section.h5_box {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto 20px;
    padding: 20px 15px 0;
    border: solid 1px #e7d498;
  }
  .main section h2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1em;
  }
  .main section div.eyecatch {
    width: 96%;
    height: auto;
    text-align: center;
    margin: 0 auto 15px;
    line-height: 1em;
  }
  /*.main section div.eyecatch h2{
    width: 60%;
	margin: 0 auto 10px;
  }*/
  .main section div.eyecatch img {
    width: 100%;
  }
  .main section section.h3_box h3 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #679e39;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 30px;
    border: solid 1px #679e39;
    background: url(../images/template/h3_left.png) no-repeat bottom left 3px, url(../images/template/h3_right.png) no-repeat bottom right 3px;
    line-height: 1.2em;
  }
  .main section section.h3_box02 h3 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #F68121;
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 14px;
    line-height: 1.2em;
  }
  .main section section.h3_box02 h3:before, .main section section.h3_box02 h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ffffff;
  }
  .main section section.h3_box02 h3:before {
    margin-right: 1rem;
  }
  .main section section.h3_box02 h3:after {
    margin-left: 1rem;
  }
  .main section section.h3_box section.h4_box h4 {
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 0 50px;
    margin: 0 0 15px;
    color: #a26a3c;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em;
  }
  .main section section.h3_box section.h4_box h4 span {
    position: relative;
    display: inline-block;
  }
  .main section section.h3_box section.h4_box h4 span::before, .main section section.h3_box section.h4_box h4 span::after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: #a26a3c;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .main section section.h3_box section.h4_box h4 span::before {
    left: -50px;
  }
  .main section section.h3_box section.h4_box h4 span::after {
    right: -50px;
  }
  .main section section.h3_box section.h4_box section.h5_box h5 {
    text-align: center;
    margin: 0 auto 10px;
  }
  .main section section.h3_box section.h4_box section.h5_box h5 span {
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: normal;
    color: #a26a3c;
    padding: 0 0.2em 0.5em;
    background: linear-gradient(to right, #a26a3c, #a26a3c 2px, transparent 2px, transparent 4px) bottom center repeat-x;
    background-size: 8px 2px;
  }
  .main section:last-child, .main section section.h3_box:last-child, .main section section.h3_box section.h4_box:last-child, .main section section.h3_box section.h4_box section.h5_box:last-child {
    margin-bottom: 0;
  }
  .h5_greentit {
    text-align: center;
    margin: 10px 0 20px;
    color: #679e39;
    font-weight: bold;
    font-size: 120%;
  }
  .main section p {
    margin: 0 0 1.7em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main section ol {
    margin: 0 0 1.7em 1.7em;
  }
  .main section ol > li {
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main ul, .ulist {
    margin: 0 0 1.6em 1.7em;
  }
  .main ul li, .ulist li {
    list-style-type: disc;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .main ul li:last-child, .ulist li:last-child {
    margin-bottom: 0;
  }
  .main dl {
    overflow: hidden;
    margin: 0 0 1.7em;
  }
  .main dl dt {
    font-size: 1em;
    line-height: 1.5em;
  }
  main dl dd {
    font-size: 1em;
    line-height: 1.5em;
  }
  .main section .section_head {
    margin-bottom: 2em;
  }
  .bnr-feature img {
    width: 100%;
    height: auto;
    margin: 40px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】メインコンテンツ・共通要素 :::::::::: */
  .main {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10%;
  }
  .main section {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 8%;
    text-align: left;
    word-wrap: break-word;
  }
  .main section section.h3_box {
    width: 100%;
    margin: 0 0 6%;
  }
  .main section section.h3_box section.h4_box {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 5%;
    padding: 1em;
    background: #fcf7f3;
  }
  .main section section.h3_box section.h4_box section.h5_box {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 4%;
  }
  .main section h2 {
    width: 100%;
    height: auto;
    margin: 0 auto 9%;
    text-align: center;
  }
  .main section div.eyecatch {
    width: 96%;
    height: auto;
    text-align: center;
    margin: 0 auto 15px;
    line-height: 1em;
  }
  /*.main section div.eyecatch h2{
    width: 53%;
	margin: 0 auto 5px;
  }*/
  .main section div.eyecatch img {
    width: 100%;
  }
  .main section section.h3_box h3 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #679e39;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 8%;
    padding: 0.3em 7%;
    border: solid 1px #679e39;
    background: url(../images/template/h3_left.png) no-repeat bottom left 1%, url(../images/template/h3_right.png) no-repeat bottom right 1%;
    background-size: 10%;
    line-height: 1.2em;
  }
  .main section section.h3_box section.h4_box h4 {
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 0 10%;
    margin: 0 0 7%;
    color: #a26a3c;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em;
  }
  .main section section.h3_box section.h4_box h4 span {
    position: relative;
    display: inline-block;
  }
  .main section section.h3_box section.h4_box h4 span::before, .main section section.h3_box section.h4_box h4 span::after {
    position: absolute;
    display: block;
    content: "";
    width: 8%;
    height: 1px;
    background: #a26a3c;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .main section section.h3_box section.h4_box h4 span::before {
    left: -10%;
  }
  .main section section.h3_box section.h4_box h4 span::after {
    right: -10%;
  }
  .main section section.h3_box section.h4_box section.h5_box h5 {
    text-align: center;
    margin: 0 auto 5%;
  }
  .main section section.h3_box section.h4_box section.h5_box h5 span {
    display: inline-block;
    width: auto;
    font-size: 1.1em;
    font-weight: normal;
    color: #a26a3c;
    padding: 0 0.2em 0.3em;
    background: linear-gradient(to right, #a26a3c, #a26a3c 2px, transparent 2px, transparent 4px) bottom center repeat-x;
    background-size: 8px 2px;
  }
  .main section:last-child, .main section section.h3_box:last-child, .main section section.h3_box section.h4_box:last-child, .main section section.h3_box section.h4_box section.h5_box:last-child {
    margin-bottom: 0;
  }
  .main section p {
    margin: 0 0 3%;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main section ol {
    margin: 0 0 3% 1.7em;
  }
  .main section ol li {
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main ul {
    margin: 0 0 3% 1.7em;
  }
  .main ul li {
    list-style-type: disc;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main dl {
    overflow: hidden;
    margin: 0 0 3%;
  }
  .main dl dt {
    font-size: 1em;
    line-height: 1.5em;
  }
  .main dl dd {
    font-size: 1em;
    line-height: 1.5em;
  }
  .main section .section_head {
    margin-bottom: 5%;
  }
  /* :::::::::: 【SP】h2見出し画像の幅調整 :::::::::: */
  .main section h2.w2 img {
    width: 13.2%;
  }
  .main section h2.w4 img {
    width: 26.4%;
  }
  .main section h2.w5 img {
    width: 33%;
  }
  .main section h2.w6 img {
    width: 39.6%;
  }
  .main section h2.w7 img {
    width: 46.2%;
  }
  .main section h2.w8 img {
    width: 52.8%;
  }
  .main section h2.w9 img {
    width: 59.4%;
  }
  .main section h2.w10 img {
    width: 66%;
  }
  .main section h2.w11 img {
    width: 72.6%;
  }
  .main section h2.w14 img {
    width: 92.4%;
  }
  .bnr-feature img {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
/* -----------------------------------------------------------
　サブナビ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】サブナビ :::::::::: */
  aside {
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 0 100px;
    padding: 0;
  }
  aside p#sn_reserve {
    margin: 0 0 20px;
  }
  aside p#sn_netreserve {
    margin: 0 0 20px;
  }
  aside p#sn_webmonshin {
    margin: 0 0 20px;
  }
  aside p#sn_interviewsheet {
    margin: 0 0 20px;
  }
  aside p#sn_recruit {
    margin: 0 0 20px;
  }
  aside p.treat_menu span {
    display: none;
  }
  aside p.treat_menu {
    position: relative;
    width: 200px;
    height: auto;
    border-left: 3px solid #436f37;
    text-align: right;
    padding: 15px 20px 15px 30px;
    margin: 0 0 0 20px;
  }
  aside p.treat_menu::after {
    position: absolute;
    display: block;
    content: "";
    width: 39px;
    height: 39px;
    background: url(../images/template/aside_menu_bg.png) no-repeat;
    left: -21px;
    top: 11px;
  }
  aside .sn_box {
    width: 200px;
    height: auto;
    margin: 0 0 20px 20px;
    padding: 0 0 15px;
    border-left: 3px solid #436f37;
  }
  aside .sn_box .sn li {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 1em;
    border-bottom: dashed 1px #436f37;
  }
  aside .sn_box .sn li a {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #3c3d3b;
    padding: 17px 0 17px 25px;
    text-decoration: none;
  }
  aside .sn_box .sn li a::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 10px;
    top: 22px;
    content: "";
    border-top: 0.25em solid transparent;
    border-bottom: 0.25em solid transparent;
    border-left: 0.4em solid #967961;
  }
  aside .sn_box .sn li a:hover {
    color: #91592b;
  }
  aside .sn_box .sn li a:hover::before {
    border-left: 0.4em solid #d87b2f;
  }
  aside .sn_box .sn li .sn_c {
    margin: 0 0 20px 25px;
  }
  aside .sn_box .sn li .sn_c li {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1em;
    border-bottom: none;
    margin: 0 0 10px;
  }
  aside .sn_box .sn li .sn_c li a {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #436f37;
    padding: 5px 0 5px 25px;
    text-decoration: none;
    background: #d7e6c6;
  }
  aside .sn_box .sn li .sn_c li a::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #436f37;
  }
  aside .sn_box .sn li .sn_c li a:hover {
    color: #436f37;
    background: #bde590;
  }
  aside .sn_box .sn li .sn_c li a:hover::before {
    border-left: 0.5em solid #37ba30;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】サブナビ :::::::::: */
  aside {
    display: none;
  }
}
/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】フッタ :::::::::: */
  footer {
    width: 100%;
    min-width: 1050px;
    clear: both;
    height: 120px;
    overflow: hidden;
    text-align: left;
    padding: 20px 0;
    border-top: solid 3px #b0a9a1;
  }
  footer .footer_box {
    width: 1024px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
  }
  footer .footer_box .f_logo {
    width: 334px;
    height: 54px;
    float: left;
    margin: 0 0 15px;
  }
  footer .footer_box .f_nav {
    width: 610px;
    height: auto;
    margin: 0;
    overflow: hidden;
    float: right;
  }
  footer .footer_box .f_nav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px;
  }
  footer .footer_box .f_nav ul li {
    font-size: 13px;
    line-height: 15px;
    display: inline;
  }
  footer .footer_box .f_nav ul li a {
    text-decoration: none;
    color: #6b5d4e;
  }
  footer .footer_box .f_nav .f_nav_main li {
    margin: 0 2em 0 0;
  }
  footer .footer_box .f_nav .f_nav_sub {
    margin: 0;
  }
  footer .footer_box .f_nav .f_nav_sub li {
    margin: 0;
    line-height: 2.2em;
  }
  footer .footer_box .f_nav .f_nav_sub li::before {
    content: "/";
    padding: 0 0.3em 0 0;
  }
  footer .footer_box .f_nav .f_nav_sub li:last-child::after {
    content: "/";
    padding: 0 0 0 0.1em;
  }
  footer .footer_box .f_nav .f_nav_sub li ul {
    display: inline;
    width: auto;
    margin: 0;
  }
  footer .footer_box .f_nav .f_nav_sub li ul li {
    padding: 0;
  }
  footer .footer_box .f_nav .f_nav_sub li ul li::before {
    content: "・";
    padding: 0;
  }
  footer .footer_box .f_nav .f_nav_sub li ul li:last-child::after {
    content: none;
  }
  footer .copyright {
    width: 400px;
    height: auto;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    color: #452e14;
    margin: 0;
  }
  footer .copyright a {
    color: #452e14;
    text-decoration: none;
  }
  .Pagetop {
    width: 77px;
    height: 77px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* IE6 */
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-55)+'px');
  }
  .sp_f_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】フッタ :::::::::: */
  footer {
    width: 100%;
    clear: both;
    padding-bottom: 70px;
  }
  footer .footer_box .f_logo, footer .footer_box .f_nav {
    display: none;
  }
  footer .copyright {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
    color: #452e14;
    margin: 0;
    padding: 0.5em 0;
    clear: both;
  }
  footer .copyright a {
    color: #452e14;
    text-decoration: none;
  }
  .Pagetop {
    position: fixed;
    width: 15%;
    bottom: 70px;
    right: 10px;
    /* IE6 */
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-55)+'px');
    z-index: 999;
  }
  .sp_f_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 2px solid #fff;
    display: flex;
    width: 100%;
    z-index: 200;
  }
  .sp_f_nav li {
    width: 50%;
    box-sizing: border-box;
  }
  .sp_f_nav li:first-of-type {
    border-right: 1px solid #fff;
  }
  .sp_f_nav li:last-of-type {
    border-left: 1px solid #fff;
  }
  .sp_f_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    color: #436f37;
    font-weight: bold;
    line-height: 1.1;
    background: #d7e6c6;
  }
  .sp_f_nav a span {}
  .sp_f_nav a span small {
    font-size: 0.8em;
  }
}
/*当院の糖尿病治療の特長ページ（feature.html）*/
@media screen and (max-width: 768px) {
  .feature {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  /* :::::::::: 【SP】キービジュアル（下層） :::::::::: */
  .key_visual_feature {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto 8%;
    padding: 50% 0 0;
    background: url(../images/feature/key_visual.jpg) no-repeat center center;
    background-size: cover;
  }
  .key_visual_feature h2 {
    position: absolute;
    width: 100%;
    height: 1.1em;
    line-height: 1.1em;
    font-size: 1.3em;
    color: #595656;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    top: 40%;
    background-color: #fff;
  }
  .key_visual_feature h2 span:nth-of-type(1) {
    color: #8c412b;
  }
  .key_visual_feature h2 span:nth-of-type(2) {
    color: #528b37;
  }
  .feature section {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 5% 0 5%;
    text-align: left;
    /*background-color: #f9f4ec;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .feature section h3 {
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    margin: 0 5% 10px;
    padding: 0;
    text-align: left;
    color: #595656;
    line-height: 24px;
  }
  .feature section h3 span:nth-of-type(1) {
    color: #8c412b;
  }
  .feature section h3 span:nth-of-type(2) {
    color: #528b37;
  }
  .feature section p {
    margin: 0 5% 20px;
    text-align: left;
    line-height: 24px;
  }
  /*.feature section:nth-of-type(even) {
    background-color: #FFF;
  }*/
  .feature section.number:nth-of-type(1) {
    background-color: #f9f4ec;
  }
  .feature section.number:nth-of-type(2) {
    background-color: #ffffff;
  }
  .feature section.number:nth-of-type(3) {
    background-color: #f9f4ec;
  }
  .feature section.number:nth-of-type(4) {
    background-color: #ffffff;
  }
  .feature section.number:nth-of-type(5) {
    background-color: #f9f4ec;
  }
  .feature section.number:nth-of-type(6) {
    background-color: #ffffff;
  }
  .feature section:nth-last-of-type(1) {
    margin-bottom: 50px;
  }
  .feature section figure {
    margin: 0 auto 5%;
  }
  .feature-btn a {
    display: block;
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    width: 100%;
    height: auto;
    margin: 10px 0 40px;
    padding: 5px 5px 10px;
    clear: both;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: #8c412b;
    text-decoration: none;
    background-color: #fff;
    border: double 3px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .lead section p {
    margin: 0 20px 20px;
    text-align: left;
    line-height: 24px;
  }
  .lead section h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 40px 20px;
    padding: 0;
    text-align: center;
    color: #595656;
  }
}
@media screen and (min-width: 769px) {
  .feature {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .key_visual_feature {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto 50px;
    background-image: url(../images/feature/key_visual.jpg);
    background-position: top center;
    background-size: 100%;
    z-index: 0;
  }
  .key_visual_feature h2 {
    position: absolute;
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    font-size: 60px;
    color: #595656;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    line-height: 80px;
    top: 170px;
    background-color: #fff;
  }
  .key_visual_feature h2 span:nth-of-type(1) {
    color: #8c412b;
  }
  .key_visual_feature h2 span:nth-of-type(2) {
    color: #528b37;
  }
  .feature section {
    width: 1024px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 30px;
    text-align: left;
    /*background-color: #f9f4ec;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .feature section h3 {
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 26px;
    margin: 0 40px 20px;
    padding: 0;
    text-align: center;
    color: #595656;
  }
  .feature section h3 span:nth-of-type(1) {
    color: #8c412b;
  }
  .feature section h3 span:nth-of-type(2) {
    color: #528b37;
  }
  .feature section p {
    margin: 0 40px 20px;
    text-align: left;
    line-height: 24px;
  }
  /*.feature section:nth-of-type(even) {
    background-color: #FFF;
  }*/
  .feature section.number:nth-of-type(1) {
    background-color: #f9f4ec;
  }
  .feature section.number:nth-of-type(2) {
    background-color: #ffffff;
  }
  .feature section.number:nth-of-type(3) {
    background-color: #f9f4ec;
  }
  .feature section.number:nth-of-type(4) {
    background-color: #ffffff;
  }
  .feature section.number:nth-of-type(5) {
    background-color: #f9f4ec;
  }
  .feature section.number:nth-of-type(6) {
    background-color: #ffffff;
  }
  .feature section:nth-last-of-type(1) {
    margin-bottom: 50px;
  }
  .feature section figure {
    float: left;
    margin: 0 20px;
  }
  .feature-btn a {
    display: block;
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    width: 40%;
    height: auto;
    margin: 0 auto 0;
    padding: 7px 0 5px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #8c412b;
    text-decoration: none;
    background-color: #fff;
    border: double 3px #ccc;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .feature-btn a:hover {
    text-decoration: none;
  }
  .feature section p {
    margin: 0 40px 20px;
    text-align: left;
    line-height: 24px;
  }
  .lead section p {
    margin: 0 40px 20px;
    text-align: left;
    line-height: 24px;
  }
  .lead section h3 {
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0 40px 20px;
    padding: 0;
    text-align: center;
    color: #595656;
  }
  #doctor_pic {
    text-align: left;
  }
  #doctor_pic img {
    width: 20%;
    border: 2px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  #doctor_pic {
    text-align: center;
  }
  #doctor_pic img {
    width: 50%;
    border: 2px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .key_visual {
    width: 100%;
    position: relative;
    padding: 38% 0 2%;
  }
  .cf {
    width: 100%;
    padding: 0;
	position: absolute;
	top: 0;
  }

  .key_visual img {
    width: 100%;
  }
}
.flexbox {
  display: flex;
}
.flexbox .flex2 {
  width: 50%;
  padding: 10px;
}
.flexbox .flex2 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flexbox {
    display: block;
  }
  .flexbox .flex2 {
    width: 90%;
    padding: 0 5% 5%;
  }
  .flexbox .flex2 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main section section.h3_box02 h3 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #F68121;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 8%;
    padding: 0.3em 7%;
    line-height: 1.2em;
  }
}
/*点滴療法（intravenous_therapy.html）*/
@media screen and (max-width: 768px) {
  .intravenous_therapy {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  /* :::::::::: 【SP】キービジュアル（下層） :::::::::: */
  .key_visual_intravenous_therapy {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto 4%;
    padding: 50% 0 0;
    background: url(../images/intravenous_therapy/key_visual.jpg) no-repeat center center;
    background-size: cover;
  }
  .key_visual_intravenous_therapy h2 {
    position: absolute;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.4;
    color: #F68121;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    top: 40%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .key_visual_intravenous_therapy h2 span {
    color: #528b37;
    display: block;
    text-align: center;
    font-size: 0.8em;
  }
  .catch_intravenous_therapy {
    margin: 0 2% 8%;
    line-height: 24px;
  }
  .catch_intravenous_therapy ul {
    padding-left: 1.5em;
  }
  .catch_intravenous_therapy ul li {
    color: #8c412b;
    list-style: disc;
  }
  .catch_intravenous_therapy p {
    font-weight: bold;
    margin: 1em 0 0;
  }
  div.point{
    column-gap:.5em;
    padding-bottom: 1em;
      .circle {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 1em;
        color: #fff;
        background: #a26a3c;
        aspect-ratio: 1;
        width: 3rem;
        font-size: 12px;
        padding: 0.4rem;
        border-radius: 50%;
        line-height: 1.5;
    }
  }


  .check{
    li{
      position: relative;
      list-style-type: none !important;
      p{
        margin: initial;
      }
      &::after {
        content: '';
        display: block;
        position: absolute;
        top: .5em;
        left: -1.5em;
        width: 10px;
        height: 5px;
        border-left: 3px solid #6b5d4e;
        border-bottom: 3px solid #6b5d4e;
        transform: rotate(-45deg);
      }
    }
  }
}
@media screen and (min-width: 769px) {
  .intravenous_therapy {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .key_visual_intravenous_therapy {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto 25px;
    background-image: url(../images/intravenous_therapy/key_visual.jpg);
    background-position: top center;
    background-size: 100%;
    z-index: 0;
  }
  .key_visual_intravenous_therapy h2 {
    position: absolute;
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    font-size: 50px;
    color: #F68121;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    line-height: 70px;
    top: 270px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .key_visual_intravenous_therapy h2 span {
    color: #528b37;
    display: block;
    text-align: center;
    font-size: 0.8em;
  }
  .catch_intravenous_therapy {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .catch_intravenous_therapy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 800px;
    margin: 0 auto;
  }
  .catch_intravenous_therapy ul li {
    color: #8c412b;
    list-style: disc;
    margin: 0 0.5em 0.5em 2em;
  }
  .catch_intravenous_therapy p {
    font-weight: bold;
  }
  

  div.point{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2em;
    padding-bottom: 1em;
      .circle {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #a26a3c;
        aspect-ratio: 1;
        width: 3.5rem;
        padding: 0.4rem;
        border-radius: 50%;
        line-height: 1.5;
    }
  }


  .check{
    li{
      position: relative;
      list-style-type: none !important;
      p{
        margin: initial;
      }
      &::after {
        content: '';
        display: block;
        position: absolute;
        top: .5em;
        left: -1.5em;
        width: 10px;
        height: 5px;
        border-left: 3px solid #6b5d4e;
        border-bottom: 3px solid #6b5d4e;
        transform: rotate(-45deg);
      }
    }
  }
}
/* TOP：点滴療法(目次) */
dl.sub_cont {
  border: 3px solid rgba(0, 0, 0, .04);
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  background-color: rgba(0, 0, 0, .015);
  padding: 2rem;
}
dl.sub_cont dt {
  cursor: pointer;
  margin: 0 auto 1rem;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 120%;
  text-align: center;
  width: 6em;
  border: 1px solid #999;
  padding: .5rem;
}
dl.sub_cont dt::before {
  content: "OPEN";
}
dl.sub_cont dt.active::before {
  content: "CLOSE";
}
dl.sub_cont dd {
  display: none;
}
ul.list_orange {
  margin: 0 auto;
  padding: 0;
}
ul.list_orange li {
  list-style: none;
  margin: 0 auto .5rem;
  padding: 0;
}
ul.list_orange li a {
  text-decoration: none;
  color: #6b5d4e;
  font-size: 1em;
  line-height: 1.7em;
}
ul.list_orange li a:hover {
  opacity: .7;
}
/*クレジットカード*/
ul.card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
}
ul.card li {
  margin-right: 5%;
  margin-bottom: 1%;
  width: 11.5%;
  vertical-align: baseline;
  list-style: none;
}
ul.card li img {
  max-width: 100%;
}
ol.element_inner{
  p{
    margin:initial;
  }
}
.bnr_line {
  display: block;
  border: 2px solid #06c755;
  border-radius: 6px;
}
.bnr_line img {
  width: 100%;
  height: 100%;
}
.orange_box {
  border: 2px solid #d87b2f;
  padding: 20px;
  margin-bottom: 2rem;
}
ul.kome {
  margin: 0;
  padding: 0;
  color: red;
}
ul.kome li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  line-height: 1.4;
}
ul.kome li::before {
  content: "※ ";
  position: absolute;
  top: 0;
  left: 0;
}

.f_btn{
  display: none;
}

.f_btn a{
position: fixed;
top: 8rem;
right: 0;
z-index: 1000;
border-radius: 1.5rem 0 0 1.5rem;
padding: 2.6px;
text-decoration:none;
padding: 1em .5em;
display: flex;
gap: 1.2rem;
justify-content: center; 
align-items: center;
background:#bbe6a6;
color: #2c6113;
}

.f_btn a p{
  writing-mode: vertical-rl;
  letter-spacing: .3em;
}

.f_btn a p::after {
  content: ''; 
  display: inline-block;   
  padding: .8em;
  width:1.4rem;
  height:  1.4rem; 
  background: url('../images/template/pc_icon.png') no-repeat center center;
}

.f_btn a .eng{
  display: inline-block;   
  text-orientation: upright;
}

@media screen and (min-width: 769px) {
  .f_btn{
    display: block;
  }
}
  
.flow_box{
	background: #f6f9f2;
	padding: 20px;
	margin: 50px auto 30px;
	position: relative;
}

.flow_box::before {
display: block;
      content: "";
      width: 2.8rem;
      height: 1.4rem;
      background: #d7e6c6;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -2.4rem; /* Adjust this value to position the arrow correctly */
      margin: auto;
}

  a.orange_btn {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    padding: 10px;
    text-decoration: none;
    background: #F68121;
	  text-align: center;
	  border-radius: 10px;
}
 a.orange_btn::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #FFF;
  }

