@charset "utf-8";

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


  ◇◆◇ インフルワクチン接種など ◇◆◇
  
  
========================================================================================================================*/

.flu_headline {
  text-align:center;
  font-size:200%;
  font-weight:700;
  color:#f0aa3c;
  line-height:1.4;
}

.flu_headline:after {
  content:"";
  width:100%;
  height:220px;
  display:block;
  background:url(../image/flu/illust.gif?v=3) no-repeat center center;
  background-size:contain;
  margin-top:2.5rem;
  margin-bottom:3rem;
}

@media print,screen and (min-width:641px) {
  .flu_headline { margin-top:-0.5rem; }
}

@media screen and (max-width:640px) {
  .flu_headline { font-size:175%; margin-top:-0.5rem; }
  
  .flu_headline:after {
    height:160px;
  }
}

.flu_gaiyoTbl {
  width:100%;
  border-collapse:collapse;
}

.flu_gaiyoTbl th,
.flu_gaiyoTbl td {
  border-bottom:1px solid #e6dcd8;
  border-top:1px solid #e6dcd8;
  padding:1rem;
  text-align:left;
}

.flu_gaiyoTbl th {
  white-space:nowrap;
  width:18%;
  background-color:#fef8e6;
  font-family:"mplus-1c";
  font-weight:500;
  text-align:center;
  vertical-align:middle;
}

.flu_gaiyoTbl td.price dl {
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.flu_gaiyoTbl td.price dd {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  text-align:right;
}

.flu_gaiyoTbl td.price dd b {
  font-family:"mplus-1c";
  font-weight:700;
  color:#ee7c3a;
  display:inline-block;
  margin-left:0.5em;
  font-size:118.8%;
}

.flu_gaiyoTbl td.price dd .price-col {
  display:block;
}

@media screen and (max-width:640px) {
  .flu_gaiyoTbl th {
    width:22%;
  }
  
  .flu_gaiyoTbl .u13 dl {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  
  .flu_gaiyoTbl .u13 dt,
  .flu_gaiyoTbl .u13 dd {
    width:100%;
  }
  
  .flu_gaiyoTbl td.price dd .price-col {
    display:inline-block;
    padding-left:1em;
  }
}


/*----------------------------------------------------------------------------------------------------

  問診票
  
----------------------------------------------------------------------------------------------------*/

.flu_yoshin {
  text-align:center;
}

.flu_yoshin .yoshin_ss {
  padding-top:2rem;
  padding-bottom:2.5rem;
}

@media print,screen and (min-width:641px) {
  .flu_yoshin {
    padding-top:80px;
    padding-bottom:60px;
  }
}

@media screen and (max-width:640px) {
  .flu_yoshin {
    padding-top:3rem;
    padding-bottom:2.5rem;
  }
}


/*----------------------------------------------------------------------------------------------------

  戻るボタン
  
----------------------------------------------------------------------------------------------------*/

.infoBack {
  text-align:left;
}


/*----------------------------------------------------------------------------------------------------

  バナー
  
----------------------------------------------------------------------------------------------------*/

.flu_bnr {
  background:url(../../image/lbg_orange.png) repeat left top;
  box-sizing:border-box;
  border-radius:8px;
  padding:6px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}

.flu_bnr a {
  box-sizing:border-box;
  line-height:1.4;
  font-family:"mplus-1c";
  font-weight:700;
  font-size:175%;
  background-color:#fefaee;
  display:block;
  border-radius:6px;
  padding:2rem;
}

.flu_bnr a,
.flu_bnr a:visited,
.flu_bnr a:hover { color:#f0aa3c; text-decoration:none; }

.flu_bnr a:after {
  content:"";
  width:180px;
  height:140px;
  display:block;
  background:url(../image/flu/bn_illust.png?v=3) no-repeat left bottom;
  background-size:contain;
  position:absolute;
  right:0;
  bottom:6px;
}

.ua-pc .flu_bnr a {
  -webkit-transition:background 0.3s ease;
  transition:background 0.3s ease;
}

.ua-pc .flu_bnr a:hover {
  background-color:#fff;
}

@media print,screen and (min-width:641px) {
  .flu_bnr--top { margin-top:-1.5rem; padding-bottom:2.5rem; }
  
  .flu_bnr--info { padding-bottom:3.5rem; }
  .flu_bnr--info .flu_bnr { max-width:900px; }
  
  .flu_bnr a { padding-right:280px; }
  .flu_bnr a:after { right:70px; }
}

@media screen and (max-width:640px) {
  .flu_bnr--top { text-align:center; padding-bottom:2rem; }
  
  .flu_bnr--info { padding-bottom:3rem; }
  
  .flu_bnr a {
    font-size:150%;
    padding:1.5rem 180px 1.5rem 1.5rem;
  }
  
  .flu_bnr a:after {
    width:130px;
    height:100px;
    right:2rem;
  }
}

@media screen and (max-width:560px) {
  .flu_bnr a {
    font-size:131.3%;
  }
}


/*----------------------------------------------------------------------------------------------------

  Web問診
  
----------------------------------------------------------------------------------------------------*/

.web-monshin {
  background:url(../../image/lbg_pink.png) repeat left top;
  box-sizing:border-box;
  border-radius:8px;
  padding:6px;
  margin: 2rem auto;
}

.web-monshin-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#fff9fb;
  box-sizing:border-box;
  border-radius:6px;
  overflow:hidden;
  padding: 2rem;
}

.web-monshin .link-area {
  width: 220px;
}

.web-monshin .web-monshin-btn {
  margin-top: .5em;
  padding-bottom: 0.4em;
  border-color: #f196a8;
  box-shadow: 1px 6px #eb6982;
  color: #fff;
  background-color: #f196a8;
  font-weight: bold;
  line-height: 1;
  transition: .2s;
}
.web-monshin .web-monshin-btn:hover {
  margin-top: .63em;
  box-shadow: 1px 2px #eb6982;
  color: #fff;
  background-color: #f196a8;
}
.web-monshin .web-monshin-btn .txt-nowrap {
  display: inline-block;
}

.web-monshin .cartion {
  margin-left: 2rem;
}

@media screen and (max-width:640px) {
  .web-monshin-box {
    padding: 1rem;
  }
  .web-monshin .link-area {
    width: 120px;
    text-align: center;
  }
  .web-monshin .web-monshin-btn {
    padding: 0.65em 1.5em 0.4em;
  }
  .web-monshin .cartion {
    width: calc(100% - 140px);
    margin-left: 20px;
  }
}


