@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul, li {
  list-style: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scale {
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.scale img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.scale img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Common layout
-----------------------------------------*/
/*
html {
	position: relative;
		&::before {
		content: "TEST SITE";
		color: #FFF;
		background: rgba($color: #000, $alpha: 0.8);
		z-index: 9999;
		width: 100%;
		padding-left: 15px;
		display: block;
	}
}
*/
html, body {
  height: 100%;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #595555;
  line-height: 180%;
  font-size: 100%;
}

@media screen and (max-width: 739px) {
  html, body {
    font-size: 92%;
  }
}
.cf {
  clear: both;
}

p {
  line-height: 160%;
  margin-bottom: 16px;
}

h2 span {
  display: block;
  margin-bottom: 10px;
}

h3 {
  text-align: center;
  font-size: 180%;
  line-height: 100%;
  margin-bottom: 40px;
  font-weight: 400;
  color: #6D4D2C;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

@media screen and (max-width: 739px) {
  h2 {
    text-align: center;
    font-size: 130%;
    line-height: 100%;
    margin-bottom: 20px;
  }
  h2 span img {
    width: 200px !important;
    margin: 0 auto;
    display: block;
  }
  h3 {
    font-size: 120%;
    line-height: 100%;
    margin-bottom: 20px;
  }
}
.imgR {
  float: right;
  margin: 0 0 40px 20px;
  width: auto;
  clear: both;
}

@media screen and (max-width: 739px) {
  .imgR {
    float: right;
    margin: 0 0 40px 20px;
    max-width: 100%;
  }
}
mark, .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #D4EAF4));
  background: linear-gradient(transparent 50%, #D4EAF4 50%);
}

.bl {
  color: #00A0E7 !important;
}

.lbl {
  color: #DEF2FE !important;
}

.pi {
  color: #F597AB;
}

.ye {
  color: #FFFF26;
}

.re {
  color: #ED436D;
}

.or {
  color: #EA5404;
}

.gr {
  color: #008C00 !important;
}

.genin {
  color: #8C6A00;
}

.bw {
  color: #6E4C1A;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
  margin: 0 auto;
}

.spB50 {
  padding-bottom: 50px;
}

.spB30 {
  padding-bottom: 30px;
}

.spB10 {
  padding-bottom: 10px;
}

.spT50 {
  padding-top: 50px;
}

.spT30 {
  padding-top: 30px;
}

.spT10 {
  padding-top: 10px;
}

.spTB50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spTB30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.spTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pc {
  display: block;
  margin: 0 auto;
}

.sp {
  display: none;
}

.br-sp {
  display: block;
}

@media screen and (max-width: 739px) {
  .sp {
    display: block;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .pc-only {
    display: none;
  }
}
/* Google MAP */
.google-map {
  position: relative;
  width: 640px;
  height: 0;
  padding-bottom: 46%;
  overflow: hidden;
  margin-top: 30px;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80.85%;
    overflow: hidden;
  }
}
/* common */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  section {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    background-color: transparent;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 739px) {
  section {
    width: 100%;
  }
}
/*main*/
.main {
  background-image: url(../img/top/main_off.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}

.main h3 {
  line-height: 200%;
  margin: 240px auto;
}

@media screen and (max-width: 739px) {
  .main {
    background-image: url(../img/top/main_off.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    background-size: cover;
    overflow: hidden;
  }
  .main h3 {
    line-height: 200%;
    margin: 140px auto;
    font-size: 100%;
  }
}
.content {
  width: 980px;
  overflow: hidden;
  margin: 50px auto;
  display: block;
  background-color: transparent !important;
}

.content20 {
  width: 980px;
  overflow: hidden;
  margin: 20px auto;
  display: block;
  background-color: transparent !important;
}

.content0 {
  width: 980px;
  overflow: hidden !important;
  margin: 0 auto;
  display: block;
  background-color: transparent !important;
}

.content850 {
  width: 850px;
  overflow: hidden !important;
  margin: 0 auto;
  display: block;
  background-color: transparent !important;
}

.content960 {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  background-color: transparent;
}

.content100 {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 30px auto 0;
  display: block;
  background-color: transparent !important;
}

.content_recruit {
  width: 980px;
  overflow: hidden;
  margin: 30px auto 0;
  padding: 50px 0;
  display: block;
  background-color: #FCF2DF;
}

.content_recruit_back {
  background-color: #FCF2DF;
}

@media screen and (max-width: 980px) {
  .content {
    width: 90%;
    overflow: hidden;
    margin: 20px auto 5px !important;
    display: block;
  }
  .content20 {
    width: 90%;
    overflow: hidden;
    margin: 20px auto;
    display: block;
  }
  .content0 {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
  }
  .content850 {
    width: 90%;
  }
  .content960 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto !important;
    display: block;
  }
  .content_recruit {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 20px 0;
    display: block;
    background-color: #FCF2DF;
  }
}
@media screen and (max-width: 739px) {
  .content {
    width: 92%;
    overflow: hidden;
    margin: 20px auto 5px !important;
    display: block;
  }
  .content20 {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    display: block;
  }
  .content0 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
  }
  .content960 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto !important;
    display: block;
  }
  .content_recruit {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 20px 0;
    display: block;
    background-color: #FCF2DF;
  }
}
/* --------------------------
/index.html
.about-clinic 
-------------------------- */
#about-clinic img {
  float: left;
  margin-right: 40px;
  max-width: 400px;
}

#about-clinic p {
  float: left;
  max-width: 520px;
}

@media screen and (max-width: 739px) {
  #about-clinic img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  #about-clinic p {
    float: none;
    max-width: 100%;
  }
}
/* --------------------------
/index.html
#topics 
-------------------------- */
#topics {
  background: url("/common/img/top/bg_topic.png") repeat 0 0;
  padding: 40px 0;
}

#topics .pioleNewClinic {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
#topics .pioleNewClinic a {
  display: block;
}

#topics h3 {
  color: #FFF;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

#topics ul {
  max-width: 920px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

#topics ul li {
  margin-bottom: 10px;
  width: 48%;
}

#topics .bnr {
  margin: 0 auto;
  padding: 0 20px;
}

#topics .bnr a {
  display: inline-block;
}

@media screen and (max-width: 739px) {
  #topics ul {
    display: block;
  }
  #topics ul li {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
#topics .bnr_influenza {
  margin: 0 auto 40px;
  padding: 0 20px;
}
#topics .bnr_influenza a {
  max-width: 980px;
  border: 5px solid #FF7400;
  background: #EFE1CA;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 2vw 1fr;
  grid-template-columns: 200px 1fr;
  gap: 0 2vw;
  -ms-grid-rows: auto 0 auto 0 auto;
      grid-template-areas: "illust h3" "illust text" "illust text";
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
}
#topics .bnr_influenza a:hover {
  background: #FFF;
}
#topics .bnr_influenza a strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #EAB157));
  background: linear-gradient(transparent 80%, #EAB157 80%);
}
#topics .bnr_influenza a h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-align: left;
  padding: 10px 15px;
  background: #FF7400;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  -ms-grid-row-align: center;
      align-self: center;
  grid-area: h3;
}
#topics .bnr_influenza a p {
  margin-bottom: 0;
}
#topics .bnr_influenza a p span {
  font-size: 14px;
}
#topics .bnr_influenza a p.btn {
  background: #625135;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  border-radius: 50vh;
  margin: 0 0 0 auto;
}
#topics .bnr_influenza a .cut {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: illust;
}
@media screen and (max-width: 767px) {
  #topics .bnr_influenza a {
    padding: 10px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0 2vw;
    -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: "illust" "h3" "text";
  }
  #topics .bnr_influenza a .cut {
    width: 50%;
    margin: 0 auto;
  }
  #topics .bnr_influenza a h3 {
    font-size: 18px;
  }
  #topics .bnr_influenza a p span {
    font-size: 12px;
  }
  #topics .bnr_influenza a h3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #topics .bnr_influenza a .cut {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

#pdfDownload {
  padding: 30px 2rem 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  gap: 0 20px;
}

#pdfDownload > * {
  width: calc(49% - 10px);
  padding: 0;
}

#pdfDownload > p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#pdfDownload a {
  display: block;
  padding: 20px 2rem;
  text-align: center;
  margin: 0 auto;
  background: #7BC4F0;
  border-radius: 15px;
}

.smartpass_bnr {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #pdfDownload {
    padding: 10px 20px 30px;
    display: block;
  }
  #pdfDownload > * {
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
  }
  #pdfDownload > p {
    font-size: 18px;
  }
  #pdfDownload a {
    padding: 15px 15px;
  }
  .smartpass_bnr {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem 2rem;
  }
}
/* --------------------------
/index.html
.treatment 
-------------------------- */
.treatment {
  overflow: hidden;
  background-color: #ffecbe;
  padding: 40px 0;
}

.treatment h3 {
  margin: 0 auto 30px;
  font-size: 28px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
  color: #614726;
}

@media screen and (max-width: 980px) {
  .treatment h3 {
    font-size: 21px;
  }
}
ul#treatment-nav {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

ul#treatment-nav li {
  width: 11%;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #FFF;
  border-radius: 50vh;
  margin-bottom: 15px;
}

ul#treatment-nav li:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

ul#treatment-nav li a {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul#treatment-nav li a .circle {
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transition: 0.3s ease-in-put;
  transition: 0.3s ease-in-put;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

ul#treatment-nav li a:hover .circle {
  border-radius: 3%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.secondP ul#treatment-nav li a .circle {
  background-color: #FCF2E3;
}

.secondP ul#treatment-nav li a:hover .circle,
.secondP ul#treatment-nav li.current a .circle {
  background-color: #FCC004;
}

@media screen and (max-width: 980px) {
  ul#treatment-nav li {
    width: 22%;
  }
}
/* --------------------------
index.html
#feature
-------------------------- */
#feature {
  padding: 40px 0 0;
}

#feature h3 {
  text-align: center;
  font-size: 42px;
  color: #92683A;
}

#feature h3 span {
  display: block;
  padding-top: 14px;
}

#feature .featureContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#feature .featureContainer > .featurebox {
  width: 50%;
  padding: 40px 5%;
}

#feature .featureContainer > .featurebox .num {
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
}

#feature .featureContainer > .featurebox .lead {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

#feature .featureContainer > .featurebox .thumb {
  text-align: center;
}

#feature .featureContainer > .featurebox .btn {
  text-align: center;
  margin: 30px 0;
}

#feature .featureContainer > .featurebox .btn a {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto;
  background: #FFF;
  text-decoration: none;
  padding: 8px 15px;
  border: 1px solid #CCC;
}

@media screen and (max-width: 1024px) {
  #feature .featureContainer > .featurebox .num {
    font-size: 26px;
  }
  #feature .featureContainer > .featurebox .lead {
    font-size: 18px;
  }
  #feature .featureContainer > .featurebox .btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 739px) {
  #feature h3 {
    font-size: 28px;
  }
  #feature .featureContainer {
    display: block;
  }
  #feature .featureContainer > .featurebox {
    width: 100%;
    padding: 20px 5%;
  }
}
#feature .featureContainer > .featurebox:nth-child(1) {
  background: #e7f4f1;
}

#feature .featureContainer > .featurebox:nth-child(1) .num {
  color: #37B0CB;
}

#feature .featureContainer > .featurebox:nth-child(1) .btn a {
  border-color: #37B0CB;
  color: #37B0CB;
}

#feature .featureContainer > .featurebox:nth-child(2) {
  background: #EBE4F7;
}

#feature .featureContainer > .featurebox:nth-child(2) .num {
  color: #9E79E5;
}

#feature .featureContainer > .featurebox:nth-child(2) .btn a {
  border-color: #9E79E5;
  color: #9E79E5;
}

#feature .featureContainer > .featurebox:nth-child(3) {
  background: #F9E8EC;
}

#feature .featureContainer > .featurebox:nth-child(3) .num {
  color: #F287A5;
}

#feature .featureContainer > .featurebox:nth-child(3) .btn a {
  border-color: #F287A5;
  color: #F287A5;
}

#feature .featureContainer > .featurebox:nth-child(4) {
  background: #E0EBF6;
}

#feature .featureContainer > .featurebox:nth-child(4) .num {
  color: #5B92CC;
}

#feature .featureContainer > .featurebox:nth-child(4) .btn a {
  border-color: #5B92CC;
  color: #5B92CC;
}

#feature .featureContainer > .featurebox:nth-child(5) {
  background: #F8FFD8;
}

#feature .featureContainer > .featurebox:nth-child(5) .num {
  color: #7EC50C;
}

#feature .featureContainer > .featurebox:nth-child(5) .btn a {
  border-color: #7EC50C;
  color: #7EC50C;
}

#feature .featureContainer > .featurebox:nth-child(6) {
  background: #FFFCC9;
}

#feature .featureContainer > .featurebox:nth-child(6) .num {
  color: #FF7F00;
}

#feature .featureContainer > .featurebox:nth-child(6) .btn a {
  border-color: #FF7F00;
  color: #FF7F00;
}

#feature .featureContainer > .featurebox:nth-child(7) {
  background: #FFDCBF;
}

#feature .featureContainer > .featurebox:nth-child(7) .num {
  color: #B25900;
}

#feature .featureContainer > .featurebox:nth-child(7) .btn a {
  border-color: #B25900;
  color: #B25900;
}

#feature .featureContainer > .featurebox:nth-child(8) {
  background: #FFE2DA;
}

#feature .featureContainer > .featurebox:nth-child(8) .num {
  color: #FF868A;
}

#feature .featureContainer > .featurebox:nth-child(8) .btn a {
  border-color: #FF868A;
  color: #FF868A;
}

/* --------------------------
index.html
#about
-------------------------- */
#about {
  background: url("/common/img/top/bg_about.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
}

#about .thumb {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about .thumb li {
  width: 49%;
}

#about .text {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

#about .text p {
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: bold;
}

/* --------------------------
index.html
#info
-------------------------- */
#info {
  max-width: 980px;
  padding: 50px 0 30px;
  margin: 0 auto;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#info h3 {
  color: #946832;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4", "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro", "Hiragino Maru Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO", "HGMaruGothicMPRO" !important;
  text-align: left;
  margin: 0 0 20px 0;
}

#info dl {
  margin-bottom: 50px;
}
#info dl:first-child {
  margin-bottom: 20px;
}

#info dt {
  padding-top: 8px;
  color: #FF7F00;
  overflow: hidden;
}

#info dd {
  padding-top: 4px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #CCCCCC;
  overflow: hidden;
}

#info a {
  color: #7BC5EE;
  text-decoration: underline;
}

#info a:hover {
  text-decoration: underline;
}

#info .news {
  position: relative;
}
#info .news .news-all {
  position: relative;
}
#info .news .news-all .pastnews {
  margin-top: 13px;
  padding-top: 14px;
  border-top: dotted 1px #CCCCCC;
}
#info .news #info dd {
  padding-right: 25px;
}
@media screen and (max-width: 739px) {
  #info .news { /*バーの太さ*/
    /*バーの背景色*/
    /*バーの色*/
  }
  #info .news .news-all {
    overflow-y: scroll;
  }
  #info .news .news-all::-webkit-scrollbar {
    width: 10px;
  }
  #info .news .news-all::-webkit-scrollbar-track {
    background: #FFF;
  }
  #info .news .news-all::-webkit-scrollbar-thumb {
    background: #CCC;
  }
}

#info .piole_notion {
  overflow: hidden;
  border: 1px solid rgb(148, 104, 50);
  margin: 0 0 2rem;
  padding-bottom: 1rem;
}
#info .piole_notion h3 {
  font-size: 1.3rem;
  border-bottom: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgb(148, 104, 50);
  color: #FFF;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
#info .piole_notion p {
  margin: 0 1.5rem 0 1.5rem;
}
#info .piole_notion p strong {
  font-weight: bold;
  color: rgb(148, 104, 50);
  text-decoration: underline;
}

#info .time img {
  max-width: none;
}

#info .time .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#info .smartpass {
  margin-bottom: 2rem;
}
#info .smartpass img {
  max-width: 100%;
}

#info .dlbnr {
  text-align: left;
  margin-top: 1rem;
}

#info .bnr img {
  max-width: 100%;
}

#info a.bnr_shosin_blue,
#info a.bnr_hatsunetsu_blue {
  display: block;
  padding: 10px 2rem;
  text-align: center;
  margin: 0 auto;
  background: #7BC4F0;
  border-radius: 15px;
}

@media screen and (max-width: 980px) {
  #info {
    display: block;
    width: 100%;
    padding: 50px 20px 30px 20px;
  }
  #info dl {
    overflow: hidden !important;
    width: 100% !important;
    float: none;
    margin-bottom: 50px;
  }
  .news dl {
    overflow: hidden;
    width: 100%;
    float: none;
    margin-bottom: 30px;
    font-size: 90% !important;
  }
  #info .news {
    width: 100% !important;
    float: none !important;
    margin-right: 0px;
    overflow: hidden !important;
  }
  #info .time {
    width: 100%;
  }
  #info .time > * {
    max-width: 360px;
    margin: 0 auto 1rem;
  }
  #info .time img {
    width: 100%;
    max-width: 100%;
  }
}
.dl-list1 dt {
  padding-top: 8px;
  color: #FF7F00;
  overflow: hidden;
}

.dl-list1 dd {
  padding-top: 4px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #CCCCCC;
  overflow: hidden;
}

.dl-list1 a {
  color: #7BC5EE;
  text-decoration: underline;
}

.dl-list1 a:hover {
  text-decoration: underline;
}

.pagination {
  margin: 30px auto;
}

.pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  width: 100%;
}

.pagination .inner .current {
  border: 1px solid #FE8105;
  color: #FE8105;
  padding: 3px 10px;
}

.pagination .inner a:not(.pn-next) {
  border: 1px solid #FE8105;
  background: #FE8105;
  color: #FFF;
  padding: 3px 10px;
  text-decoration: none;
}

.pagination .inner a.pn-next {
  color: #FE8105;
}

/* second */
.title h2,
.content_recruit h2,
.content_recruit_back h2 {
  text-align: center !important;
  margin: 0 auto !important;
}

.title p.notes {
  text-align: center;
}

.title h2 p,
.content_recruit h2 p,
.content_recruit_back h2 p {
  display: inline-block;
  font-size: 28px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FFB620;
  padding: 0 10px 5px;
  margin-bottom: 40px;
  color: #6E4D28;
}

.secondP h3,
.content_recruit h3 {
  background-color: #FFDC84;
  text-align: center;
  color: #5F462B;
  padding: 20px;
  font-size: 21px;
}

@media screen and (max-width: 980px) {
  .title h2 p,
  .content_recruit h2 p,
  .content_recruit_back h2 p {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .secondP h3,
  .content_recruit h3 {
    font-size: 18px;
  }
}
/*access*/
.txt-c img {
  width: 442px;
  margin: 0 auto !important;
  text-align: center !important;
}

.access-img {
  float: left;
  max-width: 300px;
  margin: 0 40px 10px 0;
}

.access-map {
  float: left;
  width: 640px;
  overflow: hidden;
}

.access-info {
  overflow: hidden;
  background-color: #FCF2E2;
  padding: 50px;
}

.access-info-l {
  float: left;
  width: 50%;
  text-align: center;
  color: #6C4C21;
}

.access-info-r {
  float: right;
  width: 50%;
  text-align: center;
  color: #6C4C21;
}

.access-info-l img, .access-info-r img {
  width: 217px;
  margin: 0 auto 20px;
  display: block;
}

.access-icon {
  background-image: url(../../access/img/icon-train-s.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 0 20px 70px;
  color: #6C4C26;
  margin-bottom: 20px;
}

.car-icon {
  background-image: url(../../access/img/icon-car-s.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 0 20px 70px;
  color: #6C4C26;
  margin-bottom: 20px;
}

.root {
  float: left;
  width: 46%;
  margin: 0 2%;
}

.parking img {
  display: block;
  width: 680px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .access-img {
    float: none;
    max-width: 100%;
    margin: 20px auto 30px;
  }
  #access-h2 {
    width: 100%;
    font-size: 120%;
    line-height: 165%;
  }
  .txt-c img {
    width: 100%;
    margin: 0 auto 20px !important;
    text-align: center !important;
  }
  .access-info {
    overflow: hidden !important;
    background-color: #FCF2E2 !important;
    padding: 50px;
  }
  .access-info-l {
    float: none;
    width: 100%;
  }
  .access-info-r {
    float: none;
    width: 100%;
  }
  .root {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .parking img {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 739px) {
  .access-info {
    padding: 10px;
  }
  .access-info-l img,
  .access-info-r img {
    width: 100px;
  }
}
/*CLINIC*/
.clinic-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clinic-box h4 {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4", "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro", "Hiragino Maru Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO", "HGMaruGothicMPRO" !important;
  background-color: #F6F9D5;
  text-align: center;
  color: #6F4D24;
  padding: 10px;
}

.box {
  width: 46%;
  margin: 0 2% 40px;
}

.clinic-box img {
  margin-bottom: 8px;
}

@media screen and (max-width: 980px) {
  .clinic-box {
    display: block;
  }
  .box {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .clinic-box img {
    margin-bottom: 5px;
  }
}
#clinic-point {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #FFF), to(#E8F7FA)) no-repeat;
  background: linear-gradient(to top, #FFF 80%, #E8F7FA 100%) no-repeat;
}

#clinic-point h3 {
  text-align: center;
  background-color: inherit;
  margin: 0;
}

#clinic-point h3 p {
  color: #FFF;
  display: inline-block;
  padding: 6px 10px;
  margin: 0;
}

#clinic-point h4 {
  text-align: center;
  margin-bottom: 30px;
}

.clinic-point1 {
  color: #2EB0CD;
}

.clinic-point2 {
  color: #9E75E9;
}

.clinic-point2-light {
  color: #F0EAFD;
}

.clinic-point3 {
  color: #F487A6;
}

.clinic-point4 {
  color: #5A92CF;
}

.clinic-point5 {
  color: #80C429;
}

.clinic-point6 {
  color: #FF8000;
}

.clinic-point7 {
  color: #B45900;
}

.clinic-point8 {
  color: #FF878A;
}

.bk-point1 {
  background-color: #2EB0CD;
}

.bk-point2 {
  background-color: #9E75E9;
}

.bk-point2-light {
  background-color: #F0EAFD;
}

.bk-point3 {
  background-color: #F487A6;
}

.bk-point4 {
  background-color: #5A92CF;
}

.bk-point5 {
  background-color: #80C429;
}

.bk-point6 {
  background-color: #FF8000;
}

.bk-point7 {
  background-color: #B45900;
}

.bk-point8 {
  background-color: #FF878A;
}

.point2-inner {
  background-color: #F0EAFD;
  padding: 20px;
}

.point2-inner ol {
  margin: 0px;
  overflow: hidden;
}

.point2-inner ol li {
  font-size: 90%;
  list-style-type: decimal !important;
  list-style-position: outside;
  margin: 0 0 7px 18px;
  list-style-image: none;
}

@media screen and (max-width: 980px) {
  .point2-inner ol li {
    font-size: 100% !important;
  }
}
/*MESSAGE*/
.message_bnr {
  text-align: center;
  margin-bottom: 30px;
}
.message-piolemaeopen {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0 100px;
}
.message-piolemaeopen p {
  line-height: 2;
}
.message-piolemaeopen p + p {
  margin-top: 2em;
}
.message-piolemaeopen p.goLink a {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #019519;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  padding: 8px 2rem;
}
.message-piolemaeopen p.backlink a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #FF7400;
  color: #FFF;
  text-decoration: none;
  padding: 5px 2rem;
}

.message-img {
  float: right;
  width: 300px;
  margin-left: 40px;
  text-align: center;
}
.message-img span.sub {
  font-size: 14px;
}

.message-txt {
  float: left;
  width: 640px;
}

.message-info {
  overflow: hidden;
  padding: 50px;
}

.message-info-l {
  float: left;
  width: 440px;
  text-align: center;
  color: #6C4C21;
  margin: 0 auto;
}

.message-info-r {
  float: right;
  width: 440px;
  text-align: center;
  color: #6C4C21;
  margin: 0 auto;
}

.message-info-l img,
.message-info-r img {
  width: 440px;
}

.message ul {
  margin-top: 20px;
}

.message-txt-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .message-txt {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .message-img {
    float: none;
    width: 100%;
    margin: 30px auto;
  }
  .message-img img {
    max-width: 300px;
  }
  .message-info {
    overflow: hidden !important;
    background-color: #FCF2E2 !important;
    padding: 50px;
  }
  .message-info-l {
    float: none;
    width: 100%;
  }
  .message-info-r {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 739px) {
  .in-1 {
    width: 135px;
    float: right;
    margin-top: 0;
    margin-right: -5px;
  }
  .in-2 {
    width: 120px;
    float: right;
    margin-top: -120px;
    margin-right: 60px;
  }
  .in-3 {
    width: 100% !important;
    float: left !important;
    margin-top: 0px !important;
  }
  .w-k {
    width: 100% !important;
  }
  .message-txt {
    display: none;
  }
  .message-txt-sp {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }
}
/*RECRUIT*/
h4.rec {
  color: #B4A58C;
  text-align: center;
}

.rec-img {
  width: 388px;
  margin: 0 auto;
}

.recruitTopBox {
  text-align: center;
  font-size: 120%;
  margin-top: 30px;
}
.recruitTopBox p {
  text-align: center;
}

@media screen and (max-width: 980px) {
  .rec-img {
    max-width: 100%;
  }
}
/*treatment*/
ul#nav-page {
  width: 960px;
  height: 120px;
  margin: 0 auto;
  display: block;
}

ul#nav-page li {
  float: left;
  margin: 0 8px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #FFF;
  border-radius: 50%;
}

ul#nav-page li:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

ul#nav-page li a {
  width: 100px;
  color: #fff;
  height: 120px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 800px;
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
  -o-border-radius: 800px;
  font-weight: bold;
}

@media screen and (max-width: 739px) {
  ul#nav-page-sp1 {
    clear: both;
    margin: 0 auto !important;
    display: block;
    width: 310px;
  }
  ul#nav-page-sp1 li {
    float: left;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #FFF;
    border-radius: 50%;
  }
  ul#nav-page-sp1 li:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  ul#nav-page-sp1 li a {
    width: 50px;
    color: #fff;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 800px;
    -moz-border-radius: 800px;
    -webkit-border-radius: 800px;
    -o-border-radius: 800px;
    font-weight: bold;
  }
  ul#nav-page-sp2 {
    clear: both;
    margin: 0 auto !important;
    display: block;
    width: 230px;
  }
  ul#nav-page-sp2 li {
    float: left;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #FFF;
    border-radius: 50%;
  }
  ul#nav-page-sp2 li:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  ul#nav-page-sp2 li a {
    width: 50px;
    color: #fff;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 800px;
    -moz-border-radius: 800px;
    -webkit-border-radius: 800px;
    -o-border-radius: 800px;
    font-weight: bold;
  }
}
@media screen and (min-width: 740px) {
  ul#nav-page-sp1 {
    display: none !important;
  }
  ul#nav-page-sp2 {
    display: none !important;
  }
}
@media screen and (max-width: 739px) {
  ul#nav-page {
    display: none;
  }
}
.note {
  overflow: hidden;
  background-color: #F7F5F2;
  padding: 20px 40px;
  margin-bottom: 40px;
}

.note h4 {
  text-align: center !important;
  margin: 0 auto !important;
}

.note h4 p {
  display: inline-block;
  font-size: 28px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #B5A58D;
  padding: 0 10px 5px;
  margin-bottom: 40px;
  color: #6E4D28;
}

.note h5 {
  text-align: center !important;
  margin: 0 auto !important;
}

.note h5 img {
  width: 75px;
  margin-bottom: 10px;
}

.red {
  color: #FF5E4B;
}

p.attention {
  background-color: #FF5E4B;
  color: #FFF;
  padding: 10px;
}

@media screen and (max-width: 980px) {
  .note {
    width: 100%;
    overflow: hidden;
    background-color: #F7F5F2;
    padding: 10px !important;
    margin-bottom: 10px;
  }
  .note h4 p {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .note h5 img {
    width: 55px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 739px) {
  .note {
    overflow: hidden;
    background-color: #F7F5F2;
    padding: 0px;
    margin-bottom: 10px;
  }
  .note h4 p {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .note h5 img {
    width: 55px;
    margin-bottom: 10px;
  }
}
.box-maru {
  float: left;
  width: 46%;
  margin: 0 2% 40px;
  border-radius: 10px; /* CSS3è‰æ¡ˆ */
  -webkit-border-radius: 10px; /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 10px; /* Firefoxç”¨ */
  background-color: #FFF;
  overflow: hidden;
  padding: 20px 20px 10px;
}

.box-maru-100 {
  float: none;
  width: 100%;
  margin: 0 0 40px;
  border-radius: 10px; /* CSS3è‰æ¡ˆ */
  -webkit-border-radius: 10px; /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 10px; /* Firefoxç”¨ */
  background-color: #FFF;
  overflow: hidden;
  padding: 20px 20px 10px;
}

@media screen and (max-width: 739px) {
  .box-maru-100 {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
    border-radius: 10px; /* CSS3è‰æ¡ˆ */
    -webkit-border-radius: 10px; /* Safari,Google Chromeç”¨ */
    -moz-border-radius: 10px; /* Firefoxç”¨ */
    background-color: #FFF;
    overflow: hidden;
    padding: 20px 20px 10px;
  }
}
.box-maru-100sp {
  float: none;
  width: 100%;
  margin: 0 0 40px;
  border-radius: 10px; /* CSS3è‰æ¡ˆ */
  -webkit-border-radius: 10px; /* Safari,Google Chromeç"¨ */
  -moz-border-radius: 10px; /* Firefoxç"¨ */
  background-color: rgba(100, 250, 200, 0.35);
  overflow: hidden;
  padding: 20px 20px 10px;
}

.box-maru3 {
  float: left;
  width: 31%;
  margin: 0 1% 40px;
  border-radius: 10px; /* CSS3è‰æ¡ˆ */
  -webkit-border-radius: 10px; /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 10px; /* Firefoxç”¨ */
  background-color: #FFF;
  overflow: hidden;
  padding: 20px 20px 10px;
}

@media screen and (max-width: 980px) {
  .box-maru {
    float: none;
    width: 100%;
    margin: 20px auto 0px;
  }
  .box-maru3 {
    float: none;
    width: 100%;
    margin: 20px auto 0px;
  }
}
h6.chiryou {
  color: #00B2B2;
  text-align: center;
  margin-bottom: 10px;
}

.box0 {
  float: left;
  width: 96%;
  margin: 0 2% 20px;
}

.box2 {
  float: left;
  width: 56%;
  margin: 0 2% 40px;
  position: relative;
}

.box2a {
  float: left;
  width: 56%;
  margin: 0 4% 40px 0%;
}

.box1 {
  float: left;
  width: 36%;
  margin: 0 2% 40px;
}

.box1a {
  float: left;
  width: 36%;
  margin: 0 0 0px;
}

#w100 img {
  width: 140px;
  float: right;
  margin-top: 30px;
}

.box3 {
  float: left;
  width: 31%;
  margin: 0 1% 40px;
}

.box3 img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .box0, .box1, .box2, .box3, .box1a, .box2a {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  #w100 img {
    width: 140px;
    float: none;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}
ul.check-li {
  overflow: hidden;
}

ul.check-li li {
  background-image: url(../../treatment/img/check_off.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding: 0 0 0 25px;
}

ul.check-li li span {
  color: #FF5E4B;
  margin-right: 10px;
}

.gappei {
  color: #B2B200;
}

/*WEBäºˆç´„*/
.sp-web {
  display: none;
}

.sp-web2 {
  display: none;
}

@media screen and (max-width: 739px) {
  .sp-web {
    display: block;
  }
  .sp-web.inline {
    display: inline;
  }
  .sp-web img {
    width: 94%;
    margin-left: 3%;
  }
  .sp-web2 {
    display: block;
    margin-top: -25px;
  }
  .sp-web2 img {
    display: block;
    width: 90%;
    margin: 10px auto 0 !important;
    max-width: 240px;
  }
  .photo-sp-g {
    width: 60% !important;
    margin-left: 20% !important;
  }
}
.bold {
  font-weight: bold;
}

/*2019/06/03*/
.font-a {
  font-size: 130%;
}

.i-none {
  background-image: none !important;
  padding: 0 0 0 0px !important;
}

.box3 img {
  width: 50%;
  margin-left: 20px;
}

.cb {
  clear: both;
}

@media screen and (max-width: 739px) {
  .box3 img {
    width: 50%;
    margin-left: 60px;
  }
}
.bg-t {
  background-color: #BD8648;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  margin-top: 25px;
  margin-bottom: 10px;
}

.shousai p {
  text-align: center;
}

.shousai p a {
  color: #FF7F00;
  padding: 15px;
  border: solid 1px #FF7F00;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  /*float: left!important;*/
  clear: both;
}

.shousai p a:hover {
  color: #FFF;
  padding: 15px;
  border: solid 1px #FF7F00;
  text-decoration: none;
  display: inline-block;
  background-color: #FF7F00;
}

/*al-flow-2clm*/
.al-flow-text {
  font-size: 24px;
}

.al-flow-2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 20px 0 0;
}

.al-flow-2clm li {
  width: 48%;
  background: #deebf7;
  margin-bottom: 15px;
}

.al-flow-2clm li dt {
  background: #2e75b6;
  padding: 5px 5px 5px 24px;
  position: relative;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

.al-flow-2clm li dt:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 19px;
  border-color: transparent transparent transparent #2e75b6;
  content: "";
  position: absolute;
  right: -19px;
  top: 0;
}

.al-flow-2clm li dt span {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 5px;
  color: #2e75b6;
  background: #FFF;
}

.al-flow-2clm li dd {
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.al-flow-2clm li dd .thm01 {
  text-align: right;
}

.al-flow-2clm li dd .thm01 img {
  height: 95px;
}

.al-flow-2clm .flow_img01 {
  float: right;
  padding: 0 0 10px 10px;
}

.bnr {
  padding: 20px 0 0 0;
  text-align: center;
}

.bnr a {
  display: inline-block;
}

.al-flow2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.al-flow2-header .al-flow2-text {
  font-size: 24px;
  width: 100%;
  text-align: center;
}

#inspection3 .box100 {
  max-width: 100%;
}

#inspection3 h4 span {
  font-size: 14px;
}

#inspection3 .a-1 strong {
  font-weight: bold;
  font-size: 20px;
}

#inspection3 .icon {
  float: right;
  padding: 0 0 15px 20px;
}

@media screen and (max-width: 739px) {
  #inspection3 .icon {
    float: none;
    padding: 0 0 15px 0;
    text-align: center;
  }
  #inspection3 .a-1 strong {
    font-weight: bold;
    font-size: 18px;
  }
  .al-flow2-header {
    display: block;
  }
  .al-flow2-header .al-flow2-text {
    width: 100%;
  }
  .al-flow-2clm {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 0 0;
  }
  .al-flow-2clm li {
    width: 100%;
    background: #deebf7;
    margin-bottom: 35px;
  }
  .al-flow-2clm li dt:after {
    display: none;
  }
  .al-flow-2clm li dd:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #2e75b6 transparent transparent transparent;
    content: "";
    position: absolute;
    right: 50%;
    bottom: -19px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .al-flow-2clm .flow_img01 {
    float: none;
    padding: 0 0 10px 0;
    text-align: center;
  }
}
/* recruit */
ul.check {
  overflow: hidden;
}

ul.check li {
  font-size: 21px;
  background-image: url(../../treatment/img/check_off.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding: 0 0 10px 35px;
}

ul.check li span {
  color: #FF5E4B;
  margin-right: 10px;
}

@media screen and (max-width: 739px) {
  ul.check {
    width: 98%;
    margin: 0 auto;
  }
  ul.check li {
    font-size: 14px;
    background-image: url(../../treatment/img/check_off.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 6px 4px;
    padding: 0 0 6px 26px;
  }
}
ol.recruit {
  overflow: hidden;
}

ol.recruit li {
  font-size: 21px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 0 0 15px 35px;
}

ol.recruit li.no1 {
  background-image: url(../../recruit/img/no1.gif);
}

ol.recruit li.no2 {
  background-image: url(../../recruit/img/no2.gif);
}

ol.recruit li.no3 {
  background-image: url(../../recruit/img/no3.gif);
}

ol.recruit li.no4 {
  background-image: url(../../recruit/img/no4.gif);
}

ol.recruit li.no5 {
  background-image: url(../../recruit/img/no5.gif);
}

ol.recruit li.no6 {
  background-image: url(../../recruit/img/no6.gif);
}

ol.recruit li.no7 {
  background-image: url(../../recruit/img/no7.gif);
}

ol.recruit li.no8 {
  background-image: url(../../recruit/img/no8.gif);
}

ol.recruit li.no9 {
  background-image: url(../../recruit/img/no9.gif);
}

ol.recruit li.no10 {
  background-image: url(../../recruit/img/no10.gif);
}

@media screen and (max-width: 739px) {
  ol.recruit {
    width: 98%;
    margin: 0 auto;
  }
  ol.recruit li {
    font-size: 14px;
    padding: 0 0 10px 28px;
    background-position: 6px 4px;
    background-size: 18px;
  }
}
ul.sys {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}

ul.sys li {
  float: left;
  width: 200px;
  margin: 0 10px;
}

@media screen and (max-width: 739px) {
  ul.sys {
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
  }
  ul.sys li {
    float: left;
    width: 40%;
    margin: 0 5% 5%;
  }
}
.res-table {
  width: 96%;
  border: none;
  border-top: solid 1px #CCCCCC;
  margin: 30px auto;
}

.res-table tr {
  text-align: left;
  border-bottom: solid 1px #CCCCCC;
}

.res-table th {
  width: 20%;
  background-color: #FCF2DE;
  text-align: left;
  padding: 10px 0px 5px 10px;
  vertical-align: top;
}

.res-table td {
  background-color: #FFF;
  text-align: left;
  padding: 10px 0px 5px 10px;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .res-table {
    width: 100%;
    margin: 0 auto;
  }
  .res-table th,
  .res-table td {
    display: block;
    border-top: none;
    width: 100%;
  }
  .res-table tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
.res-table-wh {
  width: 100%;
  border: none;
  border-top: double 3px #CCCCCC !important;
  margin: 0 auto 20px;
}

.res-table-wh tr {
  text-align: left;
  border-bottom: solid 1px #CCCCCC;
}

.res-table-wh th {
  width: 70%;
  background-color: #fff;
  text-align: left;
  padding: 10px 0px 5px 10px;
  vertical-align: top;
}

.res-table-wh td {
  background-color: #FFF;
  text-align: right;
  padding: 10px 10px 5px 10px;
  vertical-align: top;
}

.res-table2-wh {
  width: 100%;
  border: none;
  border-top: double 3px #CCCCCC !important;
  margin: 0 auto 20px;
}

.res-table2-wh tr {
  text-align: left;
  border-bottom: solid 1px #CCCCCC;
}

.res-table2-wh th {
  background-color: #fff;
  text-align: left;
  padding: 10px 10px 5px 10px;
  vertical-align: top;
  text-align: center;
}

.res-table2-wh td {
  background-color: #FFF;
  text-align: center;
  padding: 10px 10px 5px 10px;
  vertical-align: top;
}

.custom-thumb {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../../recruit/img/line.gif);
  background-repeat: no-repeat;
  background-position: 16px 38px;
}

.custom-thumb a {
  float: left;
  margin: 0 7px;
}

.bx-viewport {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.bx-viewport img {
  width: 920px;
  text-align: center;
  margin: 0 auto;
}

#contents-sp {
  display: none;
}

@media screen and (max-width: 739px) {
  #contents {
    display: none;
  }
  #contents-sp {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  #contents-sp li p {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 10px;
  }
}
.in-1 {
  width: 120px;
  float: right;
  margin-top: 0px;
  margin-right: 99px;
  clear: both;
  margin-bottom: 15px;
}

.in-2 {
  width: 120px;
  float: right;
  margin-top: 11px;
  margin-right: 95px;
}

.in-3 {
  width: 360px;
  float: right;
  margin-top: -236px;
  /* margin-right: -20px; */
  position: relative;
}

.w-k {
  width: 520px;
}

.red-text {
  color: rgb(205, 2, 5);
  font-weight: bold;
  text-decoration: underline;
}

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

/* ---------- 2021 new treatment ---------- */
/* inner_Tnav common*/
.inner_Tnav-arrow {
  width: 960px;
  margin: 0 auto;
  background-image: url(../../treatment/img/arrow-top.png);
  background-repeat: no-repeat;
  height: 22px;
  overflow: hidden;
}

.inner_Tnav-arrow#mimi {
  background-position: 450px 0px;
}

.inner_Tnav-arrow#hana {
  background-position: 450px 0px;
}

.inner_Tnav-arrow#nodo {
  background-position: 450px 0px;
}

.inner_Tnav-arrow#allergy {
  background-position: 450px 0px;
}

.inner_Tnav-arrow#sleep {
  background-position: 450px 0px;
}

.inner_Tnav-arrow#wear {
  background-position: 450px 0px;
}

.inner_Tnav-arrow#other {
  background-position: 450px 0px;
}

/* ↑ページ作成後に横位置を変更*/
.inner_Tnav {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  background-color: #FFDB8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Tnav-box {
  background-color: #FFF;
  overflow: hidden;
  padding: 10px;
  width: 30%;
  margin: 0;
  border-radius: 10px;
}

.Tnav-box2 {
  background-color: #FFF;
  overflow: hidden;
  padding: 10px;
  width: 48%;
  margin: 0;
  border-radius: 10px;
}

.Tnav-box3 {
  width: 48%;
  margin: 0;
}

.Tnav-box3 .Tnav-box2 {
  width: 100%;
  margin-bottom: 20px;
}

.Tnav-box3 .Tnav-box2:last-child {
  margin-bottom: 0;
}

.inner_Tnav ul {
  overflow: hidden;
  margin: 0 auto;
}

.inner_Tnav2 ul {
  overflow: hidden;
  margin: 0 auto;
}

.Tnav-box h3, .Tnav-box2 h3 {
  text-align: center;
  color: #FFF;
  padding: 7px;
  font-size: 21px;
  background-color: #FF5C26;
}

.Tnav-box p, .Tnav-box2 p {
  line-height: 140%;
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 14px;
}

@media screen and (max-width: 739px) {
  .inner_Tnav-arrow {
    display: none;
  }
  .inner_Tnav, .inner_Tnav2 {
    overflow: hidden;
    width: 100%;
    margin: 30px auto 0 !important;
    padding: 0;
    display: block;
    background: #FFF;
  }
  .Tnav-box, .Tnav-box2, .Tnav-box3 {
    background-color: #FFF;
    overflow: hidden;
    padding: 0;
    width: 94%;
    float: none;
    margin: 0 auto 30px;
    border-radius: 0;
  }
}
/* inner_Tnav TnavA*/
#TnavA h3 {
  background-color: #FF5C26 !important;
  margin: 0 0 10px 0;
  letter-spacing: 0.5em;
}

#TnavA p {
  color: #FF5C26;
}

#TnavA ul li {
  background-image: url(../../treatment/img/list-illness.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding: 0 0 4px 22px;
}

#TnavA ul li a, #TnavB ul li a, #TnavC ul li a {
  text-decoration: underline;
  color: #444;
}

#TnavA ul li a:hover {
  color: #FF5C26;
}

/* inner_Tnav TnavB*/
#TnavB h3 {
  background-color: #0085B2 !important;
  margin: 0 0 10px 0;
  letter-spacing: 0.5em;
}

#TnavB p {
  color: #0085B2;
}

#TnavB ul li {
  background-image: url(../../treatment/img/list-inspection.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0 0 4px 22px;
}

#TnavB ul li a:hover {
  color: #0085B2;
}

/* inner_Tnav TnavC*/
#TnavC h3 {
  background-color: #56B400 !important;
  margin: 0 0 10px 0;
  letter-spacing: 0.5em;
}

#TnavC p {
  color: #56B400;
}

#TnavC ul li {
  background-image: url(../../treatment/img/list-treatment.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0 0 4px 22px;
}

#TnavC ul li a:hover {
  color: #56B400;
}

/* inner_Tnav TnavA2*/
#TnavA1 h3 {
  background-color: #FF5C26 !important;
  margin: 0 0 10px 0;
  letter-spacing: 0.5em;
}

#TnavA1 p {
  color: #FF5C26;
}

#TnavA1 ul li {
  background-image: url(../../treatment/img/list-illness.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding: 0 0 4px 22px;
}

#TnavA1 ul li a, #TnavB2 ul li a, #TnavC ul li a {
  text-decoration: underline;
  color: #444;
}

#TnavA1 ul li a:hover {
  color: #FF5C26;
}

/* inner_Tnav TnavB2*/
#TnavB2 h3 {
  background-color: #0085B2 !important;
  margin: 0 0 10px 0;
  letter-spacing: 0.5em;
}

#TnavB2 p {
  color: #0085B2;
}

#TnavB2 ul li {
  background-image: url(../../treatment/img/list-inspection.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0 0 4px 22px;
}

#TnavB2 ul li a:hover {
  color: #0085B2;
}

/* inner_Tnav TnavC*/
#TnavC2 h3 {
  background-color: #56B400 !important;
  margin: 0 0 10px 0;
  letter-spacing: 0.5em;
}

#TnavC2 p {
  font-size: 16px;
}

#TnavC2 ul li {
  background-image: url(../../treatment/img/list-treatment.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0 0 4px 22px;
}

#TnavC2 ul li a:hover {
  color: #56B400;
}

.advice {
  background-color: #FFF;
  padding: 20px 20px 30px 20px;
  clear: both;
  width: 860px;
  border: 3px solid #B5A58C;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 10px;
  background-image: url(../../treatment/img/advice.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  min-height: 135px;
}

.advice p {
  width: 710px;
  margin: 20px 0 0 100px;
}

@media screen and (max-width: 739px) {
  .advice {
    background-color: #FFF;
    padding: 0 10px 14px 10px;
    clear: both;
    width: 100%;
    border: 3px solid #B5A58C;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto 10px;
    background-image: url(../../treatment/img/advice.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 15%;
    min-height: 90px;
  }
  .advice p {
    width: 80%;
    margin: 20px 0 0 20%;
    overflow: hidden;
  }
}
.mini-pagetop {
  clear: both;
  width: 940px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  background-color: #F7F5F2;
  overflow: hidden;
}

.mini-pagetop img {
  width: 98px;
  float: right;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 739px) {
  .mini-pagetop {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #F7F5F2;
    overflow: hidden;
  }
  .mini-pagetop img {
    width: 98px;
    float: right;
    margin: 0;
    padding: 0;
  }
}
.note.illness h5, .note.inspection h5, .note.treatment h5,
.note.nosethroat h5, .note.ear h5, .note.seasonal h5 {
  font-size: 18px;
  font-weight: 600;
  text-align: left !important;
}

.note h5.p_c {
  font-size: 18px;
  font-weight: 600;
  text-align: center !important;
}

.hana-h6-type {
  color: #6E4D28;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid;
}

ul.check-bk {
  margin-bottom: 15px;
}

.box100 {
  width: 860px;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 739px) {
  .note.illness h5, .note.inspection h5, .note.treatment h5,
  .note.nosethroat h5, .note.ear h5, .note.seasonal h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: left !important;
  }
  .box100 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
}
/* illness病気 */
h3.illness {
  background-color: #FF5C26 !important;
  margin: 0 0 10px 0;
  color: #FFF;
  padding: 5px;
  letter-spacing: 0.5em;
}

.note.illness {
  overflow: hidden;
  background-color: #F7F5F2;
  padding: 20px 40px 0;
  margin-bottom: 40px;
  background-image: url(../../treatment/img/caption-illness.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.note h4 {
  text-align: center !important;
  margin: 0 auto !important;
}

.note.illness h4 p {
  border-bottom-color: #FFD7C8;
  color: #FF5C26 !important;
}

/* inspection検査 */
h3.inspection {
  background-color: #0085B2 !important;
  margin: 0 0 10px 0;
  color: #FFF;
  padding: 5px;
  letter-spacing: 0.5em;
}

.note.inspection {
  overflow: hidden;
  background-color: #F7F5F2;
  padding: 20px 40px 0;
  margin-bottom: 40px;
  background-image: url(../../treatment/img/caption-inspection.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.note.inspection h4 p {
  border-bottom-color: #BFE1ED;
  color: #0085B2 !important;
}

/* treatment治療 */
h3.treatment {
  background-color: #56B400 !important;
  margin: 0 0 10px 0;
  color: #FFF;
  padding: 5px;
  letter-spacing: 0.5em;
}

.note.treatment {
  overflow: hidden;
  background-color: #F7F5F2 !important;
  padding: 20px 40px 0;
  margin-bottom: 40px;
  background-image: url(../../treatment/img/caption-treatment.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.note.treatment h4 p {
  border-bottom-color: #C7E7AA;
  color: #56B400 !important;
}

@media screen and (max-width: 739px) {
  .note.illness, .note.inspection, .note.treatment {
    background-size: 50px;
  }
  .note.illness h4 p, .note.inspection h4 p, .note.treatment h4 p {
    font-size: 16px;
  }
}
/*  kids */
/* nosethroat 鼻 のど */
h3.nosethroat {
  background-color: #FF5C26 !important;
  margin: 0 0 10px 0;
  color: #FFF;
  padding: 5px;
  letter-spacing: 0.5em;
}

.note.nosethroat {
  overflow: hidden;
  background-color: #F7F5F2;
  padding: 20px 40px 0;
  margin-bottom: 40px;
  background-image: url(../../treatment/img/caption-nosethroat.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.note.nosethroat h4 p {
  border-bottom-color: #FFD7C8;
  color: #FF5C26 !important;
  padding: 10px 20px 0;
}

/* ear 耳 */
h3.ear {
  background-color: #0085B2 !important;
  margin: 0 0 10px 0;
  color: #FFF;
  padding: 5px;
  letter-spacing: 0.5em;
}

.note.ear {
  overflow: hidden;
  background-color: #F7F5F2;
  padding: 20px 40px 0;
  margin-bottom: 40px;
  background-image: url(../../treatment/img/caption-ear.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.note.ear h4 p {
  border-bottom-color: #BFE1ED;
  color: #0085B2 !important;
  padding: 10px 20px 0;
}

/* seasonal 季節性 */
h3.seasonal {
  background-color: #56B400 !important;
  margin: 0 0 10px 0;
  color: #FFF;
  padding: 5px;
  letter-spacing: 0.5em;
}

.note.seasonal {
  overflow: hidden;
  background-color: #F7F5F2 !important;
  padding: 20px 40px 0;
  margin-bottom: 40px;
  background-image: url(../../treatment/img/caption-seasonal.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.note.seasonal h4 p {
  border-bottom-color: #C7E7AA;
  color: #56B400 !important;
  padding: 10px 20px 0;
}

.drs {
  width: 100%;
  max-width: 442px;
  margin: 0 auto;
}

.drs2 {
  background: #FFF;
  border-radius: 3%;
  padding: 1rem 2rem;
  margin-top: 4rem;
}

@media screen and (max-width: 739px) {
  .bt1 {
    width: 100%;
    text-align: center;
    margin-left: 0%;
  }
  .b2 {
    width: 70% !important;
    margin-left: 15% !important;
  }
  .note.nosethroat {
    background-image: url(../../treatment/img/caption-nosethroat.png);
    background-size: 58px auto;
  }
  .note.ear {
    background-image: url(../../treatment/img/caption-ear.png);
    background-size: 58px auto;
  }
  .note.seasonal {
    background-image: url(../../treatment/img/caption-seasonal.png);
    background-size: 58px auto;
  }
}
.bt1 {
  width: 50%;
  text-align: center;
  margin-left: 25%;
}

/* ------------------------------------
// wp class
------------------------------------ */
div.alignright,
img.alignright,
a.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

div.alignleft,
img.alignleft,
a.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

div.aligncenter,
img.aligncenter,
a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .aligncenter,
  .alignright,
  .alignleft {
    float: none !important;
    padding: 0 0 20px 0 !important;
  }
}
/* pager
------------------------------------ */
.pager {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.pager li a,
.pager li span {
  padding: 7px 10px;
  display: block;
  color: #fff;
  background: #FE8105;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #FE8105;
}
.pager li a.current,
.pager li span.current {
  color: #FE8105;
  background: #fff;
}
.pager li a.next, .pager li a.prev,
.pager li span.next,
.pager li span.prev {
  background: none;
  border: none;
  color: #FE8105;
}

/* pager
------------------------------------ */
#smartpass {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2rem 5rem;
  overflow: auto !important;
}
#smartpass .catch {
  max-width: 500px;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
#smartpass .vi {
  text-align: center;
  margin-bottom: 2rem;
}
#smartpass .guide {
  text-align: center;
  margin-bottom: 2rem;
}
#smartpass .submitLink a {
  display: block;
  background: #EEE25A;
  padding: 2rem 2rem;
  text-align: center;
  color: #60472C;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 15px;
}
#smartpass .submitLink a:hover {
  background: #966837;
  color: #FFF;
}
#smartpass #medicine {
  margin: 5rem auto;
  padding: 20px 0;
  position: relative;
  border-top: 5px solid #000;
}
#smartpass #medicine h3 {
  background: #FF9326;
  padding: 1rem 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #5D472F;
  line-height: 1.5;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  position: relative;
  -webkit-box-sizing: content;
          box-sizing: content;
  border: 5px solid #5D472F;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem auto 2rem 1fr;
  grid-template-columns: 1fr auto 1fr;
  place-content: center;
  place-items: center;
  gap: 2rem;
}
#smartpass #medicine h3:before {
  content: "";
  width: 100%;
  aspect-ratio: 3/2;
  background: url(/smartpass/img/icon_medicine_01.png) no-repeat center/contain;
  display: block;
}
#smartpass #medicine h3:after {
  content: "";
  width: 100%;
  aspect-ratio: 17/20;
  background: url(/smartpass/img/icon_medicine_02.png) no-repeat center/contain;
  display: block;
}
#smartpass #medicine h3 strong {
  padding: 0 1rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFEA00), color-stop(20%, #FFF), color-stop(80%, #FFF), color-stop(80%, #FFEA00));
  background: linear-gradient(#FFEA00 20%, #FFF 20%, #FFF 80%, #FFEA00 80%);
}
#smartpass #medicine p {
  text-align: left;
  font-size: 1.6rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}
#smartpass #medicine .search {
  max-width: 450px;
  margin: 0 auto 15px;
  padding: 1rem 0 0 0;
  border: 1px solid #EEE;
}
@media screen and (max-width: 768px) {
  #smartpass .submitLink a {
    font-size: 20px;
  }
  #smartpass #medicine {
    margin: 5rem auto;
    overflow: auto !important;
  }
  #smartpass #medicine h3 {
    background: #FF9326;
    padding: 1rem 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #1b1917;
    line-height: 1.5;
    -webkit-text-decoration: dashed;
            text-decoration: dashed;
    position: relative;
    -webkit-box-sizing: content;
            box-sizing: content;
    border: 5px solid #5D472F;
    border-radius: 10px;
    display: block;
  }
  #smartpass #medicine h3:before {
    content: "";
    width: 14%;
    aspect-ratio: 3/2;
    background: url(/smartpass/img/icon_medicine_01.png) no-repeat center/contain;
    display: block;
    position: absolute;
    left: -5px;
    top: -10px;
  }
  #smartpass #medicine h3:after {
    content: "";
    width: 14%;
    aspect-ratio: 17/20;
    background: url(/smartpass/img/icon_medicine_02.png) no-repeat center/contain;
    display: block;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -20px;
  }
  #smartpass #medicine h3 strong {
    padding: 0 10px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFEA00), color-stop(20%, #FFF), color-stop(80%, #FFF), color-stop(80%, #FFEA00));
    background: linear-gradient(#FFEA00 20%, #FFF 20%, #FFF 80%, #FFEA00 80%);
  }
  #smartpass #medicine p {
    text-align: left;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 2rem;
  }
  #smartpass #medicine .search {
    max-width: 450px;
    margin: 0 auto 15px;
    padding: 1rem 0 0 0;
    border: 1px solid #EEE;
  }
}

#influenza .sp {
  display: none;
}
#influenza .pageLeadBlock {
  max-width: 980px;
  margin: 0 auto 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 30px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 30px;
}
#influenza .pageLeadBlock p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
}
#influenza .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  font-weight: bold;
  color: #B45900;
  font-size: 24px;
}
#influenza .note section + section {
  margin-top: 40px;
}
#influenza .note section h2 {
  font-weight: bold;
  text-align: left !important;
  font-size: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px !important;
}
#influenza .marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #EAB157));
  background: linear-gradient(transparent 80%, #EAB157 80%);
}
#influenza .dotlist li, #influenza .notice li {
  padding-left: 1em;
  text-indent: -1em;
}
#influenza .price {
  border-top: 1px solid #B5A58C;
  border-left: 1px solid #B5A58C;
}
#influenza .price th, #influenza .price td {
  padding: 10px;
  border-right: 1px solid #B5A58C;
  border-bottom: 1px solid #B5A58C;
  background: #FFF;
}
#influenza .price th {
  background: rgba(181, 165, 140, 0.3);
  font-weight: bold;
}
#influenza .fullmist {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#influenza .fullmist a {
  padding: 20px 30px;
  display: block;
  color: #FFF !important;
  text-decoration: none;
  position: relative;
  background: #8F7E62;
  border-radius: 50vh;
}
#influenza .fullmist a:hover {
  background: #B5A58C;
}
#influenza .fullmist a:after {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  border-right: 3px solid #FFF;
  border-top: 3px solid #FFF;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#influenza .fullmist a p {
  margin-bottom: 0;
}
#influenza .fullmist a p span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #influenza .sp {
    display: block;
  }
  #influenza .pageLeadBlock {
    max-width: 980px;
    margin: 0 auto 20px;
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #influenza .pageLeadBlock .cut {
    max-width: 150px;
    margin: 0 auto;
  }
  #influenza .pageLeadBlock p {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #influenza .feature {
    padding: 0 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 16px;
  }
  #influenza .feature li {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  #influenza .note {
    padding: 20px 10px !important;
  }
  #influenza .price th, #influenza .price td {
    display: block;
  }
  #influenza .fullmist {
    margin: 30px 0;
    text-align: left;
    font-size: 16px;
  }
  #influenza .fullmist a {
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
  }
  #influenza .fullmist a:after {
    content: "";
    width: 10px;
    right: 10px;
  }
}
#influenza .fmTitle {
  font-size: 28px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #B5A58D;
  padding: 0 10px 5px;
  margin-bottom: 40px;
  color: #6E4D28;
  margin: 0 auto 40px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#influenza .meritdemerit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0;
}
#influenza .meritdemerit > section {
  background: #FFF;
  padding: 20px;
  margin: 0 0 !important;
}
#influenza .meritdemerit > section.demerit {
  border-top: 3px solid #D761B9;
}
#influenza .meritdemerit > section.demerit h3 span {
  background: #D761B9;
}
#influenza .meritdemerit > section.demerit dl dt {
  color: #D761B9;
}
#influenza .meritdemerit > section.merit {
  border-top: 3px solid #5476E4;
}
#influenza .meritdemerit > section.merit h3 span {
  background: #5476E4;
}
#influenza .meritdemerit > section.merit dl dt {
  color: #5476E4;
}
#influenza .meritdemerit > section h3 {
  margin: 0 0 15px 0 !important;
  padding: 0;
  background: none;
  font-size: 18px;
  line-height: 1.6;
}
#influenza .meritdemerit > section h3 span {
  display: inline-block;
  background: #c00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 26px;
  font-size: 22px;
  border-radius: 50vh;
  color: #FFF;
}
#influenza .meritdemerit > section dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px;
}
#influenza .meritdemerit > section dl dt {
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
  font-size: 18px;
  border-bottom: 1px solid;
}
#influenza .meritdemerit > section dl dd {
  line-height: 1.5;
}
#influenza .reserveNotice {
  background: #FFF;
  padding: 20px 20px;
}
#influenza .reserveNotice h3 {
  background: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #influenza .title h2 p {
    background: #C00;
  }
  #influenza .fmTitle {
    font-size: 20px;
    font-weight: bold;
  }
  #influenza .meritdemerit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  #main .fmpageTitle {
    line-height: 1.3;
  }
  #main .fmpageTitle .sub {
    font-size: 15px !important;
  }
}