@charset "UTF-8";
/* CSS Document */
.clearfix:after, #header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* =========================================================
common
========================================================= */
.marugo {
  font-family: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", sans-serif;
}
.text_notice01 {
  font-size: 11px;
  font-weight: normal;
  background: #ff5151;
  color: #fff;
  line-height: 1.4;
  padding: 1px;
  margin: 3px;
}
.text_notice02 {
  font-size: 12px;
  font-weight: normal;
  color: #3e3a39;
  line-height: 1.4;
}
.text_notice03 {
  font-size: 15px;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 7px;
  color: #ff5151;
}
.text_st01 {
  color: #f06;
  font-weight: bold;
}
.text_st02 {
  display: inline;
  background: linear-gradient(transparent 90%, #ffa9a9 90%);
  color: #767676;
  margin-left: 0px;
  font-weight: bold;
  font-size: 20px;
}
.text_st02b {
  background: linear-gradient(transparent 90%, #78a2ff 90%);
}
.text_st02g {
  background: linear-gradient(transparent 90%, #b6ffbd 90%);
}
.text_st03 {
  color: #630;
  font-weight: bold;
}
.text_st04 {
  color: #630;
}
.text_st04 span.en{
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
  font-family: /*"UD Digi Kyokasho NP-B","Calibri",*/"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 20px;
  display:block;
  margin-bottom: 5px;
}
.text_st04 .text_mothering-the-mothers{
  max-width: 300px;
  width: 85%;
  display: block;
  margin: 0 auto 5px auto;
}
.text_st04 span.jp{
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.text_st04 span.jp:before{
  content: "";
  border-top:solid 1px #630;
  top: 50%;
  left: 0;
  position: absolute;
  height: 1px;
  width: 30px;
}
.text_st05 {
  font-weight: bold;
}
.al_center {
  text-align: center;
}
.al_right {
  text-align: right;
}
.f_bold {
  font-weight: bold;
}
.f10 {
  font-size: 1em !important;
}
.f_13 {
  font-size: 1.3em;
}
.f_16 {
  font-size: 1.6em;
}
.ma_l20 {
  margin-left: 1.3em;
}
.red {
  color: #ff5151;
}
.pink {
  color: rgba(251, 100, 165, 1.00);
}
.blue {
  color: rgba(47, 146, 188, 1.00);
}
.colorPink {
  color: #FF78A2;
  font-weight: bold;
}
.colorBlue {
  color: #0068b7;
  font-weight: bold;
}
.border_pink {
  border: 2px dashed #eb6d8d;
  padding: 0.35em;
}
.border_orange {
  border: 2px dashed #fa5a0b;
  padding: 0.35em;
}
.txt_bold {
  font-weight: bold;
}
.txt_nl {
  font-weight: normal;
}
.ma_t10 {
  margin-top: 0.65em;
}
.ma_r5 {
  margin-right: 0.35em;
}
.ma_r5t5 {
  margin-top: 0.35em;
  margin-right: 0.35em;
}
.border {
  border: solid 1px #ccc;
}
.cl {
  clear: both;
}
.con_left {
  float: left;
}
.con_right {
  float: right;
}
/* background-color */
.bg_color01 {
  background-color: #fae3de;
  width: 100%;
}
.bg_color02 {
  background-color: #fae3de;
  background: -moz-linear-gradient(top, #fff, #fae3de);
  background: -webkit-linear-gradient(top, #fff, #fae3de);
  background: linear-gradient(to bottom, #fff, #fae3de);
  padding: 0px 0;
  height: 100%;
}
/* button */
.link_st01_dec {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 8px 8px;
  font-size: 14px;
  max-width: 250px;
  margin: auto;
  border-radius: 3px;
}
.link_st01_dec::before, .link_st01_dec::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.link_st01_dec, .link_st01_dec::before, .link_st01_dec::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_st01_dec {
  background-color: #F76D98;
  color: #fff;
}
.link_st01_dec:hover {
  background-color: #FF92B4;
}
.link_st02_dec {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  outline: none;
  max-width: 300px;
  margin: auto;
  border-radius: 3px;
  padding: 0.6em;
}
.link_st02_dec::before, .link_st02_dec::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.link_st02_dec, .link_st02_dec::before, .link_st02_dec::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_st02_dec {
  background-color: #F76D98;
  color: #fff;
}
.link_st02_dec:hover {
  background-color: #FF92B4;
}
.link_gmap {
  border: 2px solid rgba(47, 146, 188, 1.00);
  background: #fff;
  border-radius: 20px;
  padding: 5px;
  text-decoration: none;
  color: rgba(47, 146, 188, 1.00);
  font-weight: bold;
  transition: 0.5s;
  display: block;
  width: 200px;
  margin: auto;
  text-align: center;
}
.link_gmap:hover {
  background: rgba(47, 146, 188, 1.00);
  color: #fff;
}
.link_gmap:before {
  content: "\f276";
  font-family: "FontAwesome";
  margin-right: 5px;
  display: inline-block;
}
/* list */
ol.li_no01_dec,ol.li_no01_dec {
  counter-reset: number; /* 名前を付けたカウンターをリセット */
  list-style: none; /* olが数字を付けることをキャンセル */
  margin: 0;
  padding: 0;
}
ol.li_no01_dec > li {
  line-height: 2;
  margin-bottom: 0.4em;
  margin-left: 35px;
  position: relative;
}
ol.li_no01_dec > li:before {
  /* カウンタ（数字になる部分） */
  counter-increment: number; /* 任意の名前を付けて！ */
  content: counter(number); /* 名前を付けたカウンターを呼び出し */
  position: absolute;
  left: -32px;
  color: #fff;
  background-color: #f26f96;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  border-radius: 50%;
  margin-right: .3em;
}
ol.li_no02_dec > li {
  margin-bottom: 5px;
  margin-left: 1.5em;
  position: relative;
}
ol.li_no02_dec > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 3px;
  left: -22px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  border: 1px solid;
  border-radius: 50%;
}
ol.li_no03_dec > li {
  margin-left: 3em;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
ol.li_no03_dec > li:not(:last-of-type){
  margin-bottom: .75em;
}
ol.li_no03_dec > li:before {
  counter-increment: number;
  content: counter(number);
  text-align: center;
  color: #fff;
  line-height: 2em;
  background: url(../img/common/h3_heart.png) no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -2px;
  left: -2.5em;
  width: 2em;
  height: 2em;
}
.ul_notice01 {
  margin-left: 14px;
}
.ul_notice01 > li {
  font-weight: normal;
  color: #333;
  line-height: 1.4;
  margin-bottom: 3px;
  padding-left: 2px;
}
.ul_notice01 > li:before {
  content: "＊";
  display: block;
  float: left;
  margin-left: -16px;
}
.ul_st01 > li {
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
  margin-left: 20px;
}
.ul_st01 > li::before {
  content: "■";
  color: #f7c8aa;
  position: absolute;
  left: -20px;
}
ul.ul01 {
  padding-left: 1.5em;
}
ul.ul01 > li {
  position: relative;
  margin-bottom: 0.5em;
}
ul.ul01 li:last-of-type {
  margin-bottom: 0;
}
.ul01 > li::before {
  content: "";
  position: absolute;
  width: .5em;
  height: .5em;
  left: -1em;
  top: 1.25em;
  transform: translateY(-120%);
  background-color: #f7c8aa;
  border-radius: 30px;
}
.ol01 > li {
  list-style: decimal;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.ol02 > li {
  margin-bottom: 8px;
  margin-left: 30px;
  list-style: none;
  counter-increment: li;
  position: relative;
  font-weight: bold;
}
.ol02 > li:before {
  position: absolute;
  left: -30px;
  top: 1px;
  content: "例"counter(li)".";
}
.dl01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.dl01 dt, .dl01 dd {
  margin-bottom: 15px;
}
.dl01 dt {
  background: #ffefd8;
  padding: 3px;
  border: solid 1px #41210D;
  font-weight: bold;
  color: #41210D;
  border-radius: 10px;
}
.dl01 dd {
  padding: 3px;
}
.dl02 {
  margin: 1.2em auto;
}
.dl02 dt {
  display: inline-block;
  width: 180px;
  font-weight: bold;
  float: left;
}
p#header_line_about {
  font: 1.2em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  color: #41210D;
  padding: 0 0 1em 0;
}
/******contents*********/
.div_infomation .ul_infonav li .bt_tel_sp, .div_infomation .ul_infonav li .bt_highlisk, .div_infomation .ul_infonav li .bt_tel {
  width: 100%;
}
.gnavi .gnavi_sub li a {
  text-decoration: none;
  color: #42210b;
}
.news-banner {
  display: block;
  height: 30px;
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0;
  overflow: hidden;
}
.news-banner_content {
  display: inline-block;
  color: #7c4f34;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}
.news-banner_content > * {
  display: inline-block;
}
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer_nav_con {
  position: relative;
  padding: 15px 20px 18px;
  border-radius: 16px;
  box-shadow: 0px 2px 6px #00000029;
  background-color: #fff;
}
.footer_nav_con .title {
  font-family: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", "Meiryo", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #E57884;
  margin-bottom: .75em!important;
  padding-bottom: .25em;
  border-bottom: 1px solid rgb(229 120 132 / 10%);
}
.footer_nav_con .footer_nav li:not(:last-of-type) {
  margin-bottom: .75em;
}
.footer_nav_con .footer_nav li a {
  position: relative;
  display: block;
  font-size: 1.1em;
  padding-left: 17px;
  color: #E57884;
  text-decoration: none;
  line-height: 1;
  transition: all .5s;
}
.footer_nav_con .footer_nav li a:hover {
  opacity: .5;
}
.footer_nav_con .footer_nav li a::before {
  content: '';
  width: 15px;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid;
  border-top: 7px  solid transparent;
  border-bottom: 7px solid transparent;
}
.footer p {
  color: #888;
  font-size: 78%;
  text-align: center;
  padding: 5px;
}
footer .copy {
  background-color: #f4b2c0;
  color: #fff;
  font-size: 85%;
  text-align: center;
  padding: 8px;
}
.f_none {
  display: none;
}
footer #footer_subpage > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  width: 95%;
  margin: auto;
}
footer #footer_subpage ul li img {
  width: 100%;
}
#back-top {
  bottom: 30px;
  height: 50px;
  position: fixed;
  right: 5px;
  z-index: 105;
}
#back-top_main {
  position: absolute;
  right: 15px;
}
#back-top_main img {
  height: 50px;
  width: 50px;
}
/******contents*********/
/*--- sub page ---*/
main .main #main_inner p {
  margin-bottom: 1.2em;
}
main .main #main_inner article {
  margin-bottom: 1.2em;
}
main img.img_w100 {
  width: 100%;
}
main ul.uldec01,main ul.uldec03 {
  padding-left: 0;
}
main ul.uldec01 li,
main ul.uldec03 li,
main ul.uldec04 li {
  font-weight: normal;
  /*  color: #1B1B1B;*/
  line-height: 2;
  padding-left: 20px;
  list-style: none;
}
main ul.uldec01 li:before,
main ul.uldec03 li:before {
  content: "◆";
  color: #FF78A2;
  display: block;
  float: left;
  font-size: 14px;
  margin-left: -20px;
}
main ul.uldec02 {
  margin: 1em;
}
main ul.uldec02 li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0.5 em;
}
main ul.uldec03 li,
main ul.uldec04 li {
  line-height: 1.7;
}
main ul.uldec03 li:before {
  color: #41210D;
}
main ul.uldec04 li:before {
  content: "★";
  color: #f4a82a;
  display: block;
  float: left;
  font-size: 14px;
  margin-left: -20px;
}
/* 見出し */
main #main_inner h2 {
  border-bottom: solid 1px #EEC1C7;
  box-shadow: 0 1px 0 #fff;
  background: url(../img/common/h2_heart.png) no-repeat left center;
  background-size: 55px;
	padding: 20px 0 20px 70px;
  margin: 0 0 2em 0;
  line-height: 1.2;
  z-index: 1;
}
.h2_title {
  font-family: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #704c3c;
  text-shadow:
    /* 白い縁取り（ぼかし0px） */
    1px 1px 0px #fff, -1px 1px 0px #fff,
    1px -1px 0px #fff, -1px -1px 0px #fff,
    /* 薄いオレンジ色の縁取り（ぼかし2px） */
    -2px -2px 1.5px #f7bda2, 2px -2px 1.5px #f7bda2,
    -2px  2px 1.5px #f7bda2, 2px  2px 1.5px #f7bda2,
    -3px  0px 1.5px #f7bda2, 3px  0px 1.5px #f7bda2,
    0px -3px 1.5px #f7bda2, 0px  3px 1.5px #f7bda2;
}
main #main_inner h2 img {
  height: 65px;
}
main #main_inner h3, h3:not(.footer) {
  font: 1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  color: #41210D;
  padding: 1em 0 2em 0;
}
main #main_inner h3::before, h3:not(.footer)::before {
  content: "■";
  color: #41210D;
  display: block;
  float: left;
  padding-right: 0.7em;
}
h4 {
  color: #41210D;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 0 0.6em 0;
}
h5 {
  border-bottom: 2px solid #d4c1ad;
  color: #630;
  line-height: 1.5em;
  font-size: 1.5em;
}
/* ハイリスク分娩 */
#appoint_highlisk {
  background-color: #fff7f2;
}
#wrap_lisk {
  width: 95%;
  padding: 1em;
}
#appoint_highlisk h3 {
  font: 1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  color: #41210D;
  padding: 0.5em 0 1em 0;
}
#appoint_highlisk h3::before {
  content: "■";
  color: #41210D;
  display: block;
  float: left;
  padding-right: 0.7em;
}
#appoint_highlisk .headline {
  font-size: 16px;
  padding-left: 28px;
  margin-bottom: 1.2em;
  position: relative;
}
#appoint_highlisk .headline:not(:first-of-type) {
  margin-top: 2em;
}
#appoint_highlisk .headline span {
  position: absolute;
  left: 2px;
  font-weight: bold;
  font-size: 25px;
  top: -1px;
}
#appoint_highlisk .li_no01_dec:not(:first-of-type) {
  margin-bottom: 1.5em;
}
#appoint_highlisk .li_no01_dec:not(:first-of-type) li::before {
  background-color: #0068b7;
}
table#table_lisk {
  width: 100%;
  border: 1px solid #41210D;
  border-collapse: collapse;
}
table#table_lisk tr {}
table#table_lisk tr th {
  border: 1px solid #41210d;
  padding: 0.5em;
  text-align: center;
  background-color: #fbe7e0;
}
table#table_lisk tr td {
  border: 1px solid #41210d;
  text-align: center;
  padding: 0.5em;
}
table#table_lisk tr td.td_left {
  background-color: #fffff0;
}
table#table_lisk tr td.td_center {
  background-color: #ffffcc;
}
table#table_lisk tr td.td_right {
  background-color: #ffcccc;
}
.con_lisk {
  margin: 1em 0;
}
.con_lisk p {
  margin: 0.6em 0;
}
#appoint_highlisk .bt_tel {
  width: 250px;
  margin: auto;
}
.div_coninfomation {
  margin-bottom: 15px;
}
.div_coninfomation .text_lisk {
  font-size: 12px;
  color: rgba(57, 57, 57, 1.00);
}
.div_coninfomation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.div_coninfomation .bt_highlisk, .div_coninfomation .bt_tel {
  width: 100%;
}
.div_coninfomation li:nth-of-type(1) {
  width: 55%;
}
.div_coninfomation li:nth-of-type(2) {
  width: 40%;
  margin-left: 15px;
}
/**いきなりポップアップ**/
#info-popup{
  width:100%;
  height:100%;
  background: rgba(255,255,255,.8);
  position:fixed;
  z-index:1000;
  top: 0;
  left: 0;
  opacity: 1;
  display: block:
}
#info-popup.is-active {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.conwrap{
  opacity: 0;
}
.conwrap.is-active {
  opacity: 1;
  visibility: visible;
}
#info-popup .con_area {
  width: 95%;
  max-width: 980px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background-color: #faf0ea;
  z-index:2;
  padding: 15px 15px 10px 15px;
  clear:both;
  text-align: left;
}
#info-popup .con_area p {
  margin-bottom: 15px;
}
#info-popup .con_area .bottom_close {
  color: #744c2c;
  transition: all .4s;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 15px;
}
#info-popup .con_area .top_close {
  position: absolute;
  display: inline-block;
  z-index: 9999;
  top:-15px;
  left: 0;
  height: 35px;
  width:35px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font: Arial,sans-serif;
  background: rgb(254,214,199);
  background: -moz-linear-gradient(top, rgba(254,214,199,1) 0%, rgba(243,180,193,1) 100%);
  background: -webkit-linear-gradient(top, rgba(254,214,199,1) 0%,rgba(243,180,193,1) 100%);
  background: linear-gradient(to bottom, rgba(254,214,199,1) 0%,rgba(243,180,193,1) 100%);
  border: solid 1px #F3B4C1;
  color: #744c2c;
  font-size: 18px;
  cursor: pointer;
  padding: 0;}
#info-popup .con_area button:hover {
  opacity: 0.5;

}
#info-popup .con_area .ul_treatlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 25px;
}
#info-popup .con_area .ul_treatlist li{
  color: #744c2c;
  text-align: center;
  width: 31%;
  border-radius:10px;
  padding: 5px 3px;
  background: rgb(254,214,199);
  background: -moz-linear-gradient(top, rgba(254,214,199,1) 0%, rgba(243,180,193,1) 100%);
  background: -webkit-linear-gradient(top, rgba(254,214,199,1) 0%,rgba(243,180,193,1) 100%);
  background: linear-gradient(to bottom, rgba(254,214,199,1) 0%,rgba(243,180,193,1) 100%);
  border: solid 1px #F3B4C1;
  transition: all .4s;
}
#info-popup .con_area .ul_treatlist li a {
  text-decoration: none;
  color: #744c2c;
}
#info-popup .con_area .ul_treatlist li:nth-child(-n+3) {
  margin-bottom: 15px;
}
#info-popup .con_area .ul_treatlist li:not(:nth-child(3n)){
  margin-right:3%;
}
#info-popup .con_area .li_no01_dec {
  margin-bottom: 30px;
}
#info-popup .con_area  .div_bttomnavi {
  display: grid;
  grid-template-rows: 1.5fr 1fr;
  grid-template-columns: 3fr 2.5fr;
  gap: 5px 10px;
  margin: auto;
  width: 100%;
  max-width: 500px;
}
#info-popup .con_area .link_epidural {
  color: #744c2c;
  width: 100%;
  border-radius: 30px;
  transition: all .4s;
}
.link_manga {
  color: #744c2c;
  transition: all .4s;
  width:100%;
  cursor: pointer;
  border-radius:15px;
  line-height: 25px;
  min-height: 30px;
  font-size: 16px;
  padding: 10px 8px;
  text-align: center;
  text-decoration :none;
  background: -moz-linear-gradient(180deg, rgba(255, 247, 237, 1) 2%, rgba(237, 218, 195, 1) 99%, rgba(233, 215, 173, 1) 99%);
  background: -webkit-linear-gradient(180deg, rgba(255, 247, 237, 1) 2%, rgba(237, 218, 195, 1) 99%, rgba(233, 215, 173, 1) 99%);
  background: linear-gradient(180deg, rgba(255, 247, 237, 1) 2%, rgba(237, 218, 195, 1) 99%, rgba(233, 215, 173, 1) 99%);
  border: 1px #fad4a5 solid;
}
#info-popup .con_area .ul_treatlist li:hover,
#info-popup .con_area .link_epidural:hover,
.link_manga:hover {
  opacity: 0.8;
}

/*20240913*/
#info-popup .con_area .wrap {
  margin-bottom: 25px;
  font-size: 14px;
}
#info-popup .con_area ol.li_no01_dec > li {
  line-height: 1.75em;
}
#info-popup .con_area .li_no01_dec {
  margin-bottom: 10px;
}
#info-popup .con_area .wrap a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#info-popup .con_area .bottom_close {
  line-height: 40px;
  background: -moz-linear-gradient(180deg, #ffefdc 2%, #fad4a5 99%, #e9c6ad 99%);
  background: -webkit-linear-gradient(180deg, #ffefdc 2%, #fad4a5 99%, #e9c6ad 99%);
  background: linear-gradient(180deg, #ffefdc 2%, #fad4a5 99%, #e9c6ad 99%);
  border: solid 1px #fad4a5;
}
#info-popup .con_area .link_epidural, #info-popup .con_area .link_manga {
  line-height: 25px;
  min-height: 30px;
  font-size: 16px;
  padding: 10px 8px;
}
#info-popup .con_area .link_epidural {
  background: -moz-linear-gradient(to bottom, rgba(254, 214, 199, 1) 0%, rgba(243, 180, 193, 1) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(254, 214, 199, 1) 0%, rgba(243, 180, 193, 1) 100%);
  background: linear-gradient(to bottom, rgba(254, 214, 199, 1) 0%, rgba(243, 180, 193, 1) 100%);
  border: solid 1px #F3B4C1;
}
/*
#info-popup .con_area .link_manga {
  background: -moz-linear-gradient(180deg, rgba(255, 247, 237, 1) 2%, rgba(237, 218, 195, 1) 99%, rgba(233, 215, 173, 1) 99%);
  background: -webkit-linear-gradient(180deg, rgba(255, 247, 237, 1) 2%, rgba(237, 218, 195, 1) 99%, rgba(233, 215, 173, 1) 99%);
  background: linear-gradient(180deg, rgba(255, 247, 237, 1) 2%, rgba(237, 218, 195, 1) 99%, rgba(233, 215, 173, 1) 99%);
  border: 1px #fad4a5 solid;
}
*/
#info-popup .con_area .wrap p.t_c {
  text-align: center;
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  #info-popup .con_area .scroll {
    max-height: 90vh;
    max-width: 800px;
    margin: auto;
  }

  #info-popup .con_area .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  #info-popup .con_area .pc_flex .wrap {
    flex: 0 0 47%;
  }
}
@media(max-width: 768px) {
  #info-popup .con_area{
    padding:30px 10px 10px;
  }
  #info-popup .con_area .scroll {
    max-height: 80vh;
    overflow-y: scroll;
  }
  #info-popup .con_area .top_close {
    top: -10px;
  }
  #info-popup .con_area .wrap {
    margin-bottom: 20px;
  }
}
@media(max-width: 480px) {
  #info-popup .con_area .ul_treatlist li{
    font-size: 13px;
  }
  #info-popup .con_area .wrap a {
    font-size: 14px;
  }
  #info-popup .con_area .scroll * {
    font-size: 12px;
  }
}
/*20240913*/

/**いきなりポップアップ*end*/

@media screen and (min-width: 769px) {
  #wrapper {
    width: 900px;
    margin: 20px auto;
    text-align: left;
    background-image: url(../img/common/back_w.jpg);
    background-repeat: repeat-y;
  }
  ol.li_no02_dec > li:before {
    padding-right: 1.5px;
  }
  /* PCでは非表示にする */
  .top_sp, #nav-input, .bt_tel_sp, .bt_insta_sp {
    display: none;
  }
  .nav {
    display: block;
  }

  #header {
    width: 900px;
    position: relative;
    background-color: #fae3de;
    background: -moz-linear-gradient(top, #fff, #fae3de);
    background: -webkit-linear-gradient(top, #fff, #fae3de);
    background: linear-gradient(to bottom, #fff, #fae3de); /*	height: 318px;
    background: url(../img/common/background2.jpg);*/
  }
  .header_logo {
    width: 400px;
    height: 120px;
    margin: 0 auto 0 230px;
    padding: 20px 0 0 -0px;
  }
  .header_logo img {
    width: 100%;
  }
  .div_infomation {
    width: 454px;
    float: right;
    margin-top: 60px;
  }
  .div_infomation > .p01 {
    font-size: 10px;
    color: rgba(63, 63, 63, 1.00);
    width: 100%;
  }
  .div_infomation .ul_infonav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .div_infomation .ul_infonav li:nth-of-type(1) {
    width: 245px;
  }
  .div_infomation .ul_infonav li:nth-of-type(2) {
    width: 150px;
    margin-left: 15px;
  }
  .div_infomation .text_time {
    width: 100%;
  }
  .text_time_sp {
    width: 372px;
    margin: -3px auto 30px;
    display: block;
    position: relative;
    left: 44px;
  }
  .bt_insta {
    width: 130px;
    box-shadow: 0 3px 3px -1px #4d3c32;
    background: linear-gradient(to top left, #c4a27a, #dbb990, #c4a27a, #c4a27a, #c4a27a);
    border-radius: 20px;
    padding: 7px 15px 5px;
  }
  header .bt_top-recruit {
    width: 130px;
    box-shadow: 0 3px 3px -1px #4d3c32;
    background: linear-gradient(to top left, #fcd9c2, #f2d0ae, #f2b38e, #f2b38e, #f2b38e);
    border-radius: 20px;
    padding: 7px 15px 5px;
  }
  header .bt_sitemap {
    width: 130px;
    box-shadow: 0 3px 3px -1px #4d3c32;
    border-radius: 20px;
  }
  .bt_tel, .bt_highlisk {
    background: #ffb3c2;
    border-radius: 15px;
    padding: 5px 10px;
    transform: 0.5s;
  }
  .bt_tel:hover, .bt_highlisk:hover {
    background: #ff7ba8;
  }
  .bt_insta:hover {
    background: #522d17;
  }
  header .bt_top-recruit:hover {
    background: #522d17;
  }
  .bt_tel img, .bt_highlisk img, .bt_insta img {
    margin: auto;
    display: block;
    width: 95%;
  }
  #header .insta {
    display: block;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 40px;
  }
  #header .top-recruit {
    display: block;
    line-height: 1;
    position: absolute;
    top: 55px;
    right: 40px;
  }
  header .sbtx_top-recruit {
    width: 130px;
    position: absolute;
    right: 15px;
    top: 92px;
  }
  .lightbox .link_st02_dec {
    margin: 25px auto;
  }
  .header_open .bt_sp {
    margin-top: 100px;
  }
  .header_open .bt_sp img {
    width: 120px;
  }
  .header_open .bt_insta img {
    width: 125px;
  }
  .header_open2 {
    float: right;
    width: 304px;
    margin-right: 36px;
    margin-top: 10px;
  }
  .gnavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 864px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transform: 0.3;
    box-shadow: 0 0 8px gray;
    border-radius: 15px;
    margin: 30px auto;
  }
  .gnavi .sample_img {
    width: 100%;
  }
  .gnavi > ul {
    margin: 0px;
    display: table;
    padding-left: 22px;
  }
  .gnavi > li {
    display: table-cell;
    padding: 7px 0;
    width: calc(100% / 3);
    list-style-type: none;
    position: relative;
  }
  .gnavi > li:hover {
    background: rgba(233, 233, 233, 0.8);
  }
  ul.gnavi > li:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)) {
    border-bottom: 1px #8C6239 solid;
  }
  ul.gnavi > li:not(:nth-child(3)):not(:nth-child(6)):not(:nth-child(9)) {
    border-right: 1px #8C6239 solid;
  }
  .gnavi > li.top-navi {
    /* width: 100%; */
    /* border-right: none; */
    /* border-bottom: 1px #8C6239 solid; */
  }
  .gnavi > li:nth-child(1),
  .gnavi > li:nth-child(3){
    width: calc(100% /2);
  }
  /* .gnavi > li:nth-last-of-type(1){
  border-right:none !important;
} */
  /*
  .gnavi > li:nth-last-of-type(3) {
  border-left: 1px #8C6239 solid;
}
  */
  .gnavi > li img {
    height: 29px;
    display: block;
    margin: auto;
  }
  .gnavi > li:last-child {
    /* display: none; */
  }
  .gnavi > li > a {
    display: block;
    font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    color: #7c4f34;
    text-decoration: none;
    text-align: center;
    letter-spacing: -1px;
    padding: 0px 3px;
  }
  .gnavi > li > a > span {
    font-size: 10px;
    letter-spacing: -1px;
    display: block;
    /* margin-top: 5px; */
    line-height: 10px;
    color: rgba(124, 79, 52, 0.7);
  }
  .gnavi .nav_line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #7c4f34;
  }

  /*
  .gnavi span, .gnavi > li:nth-child(n+6) {
  display: none;
}
  */
  .gnavi .gnavi_sub {
    visibility: hidden;
    position: absolute;
    top: 45px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: rgba(233, 233, 233, 0.8);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
    z-index: 1;
    font-weight: bold;
  }
  .gnavi > li:hover .gnavi_sub {
    visibility: visible;
    opacity: 1;
  }
  .gnavi > li .gnavi_sub li {
    width: 100%;
    -webkit-transition: all .32s ease-out;
    transition: all .32s ease-out;
    padding: 10px 0;
    text-align: center;
  }
  .gnavi > li .gnavi_sub li:hover {
    background: rgba(244, 255, 244, .5);
  }
  .footer {
    padding: 4px 0 0 0;
    border-top: 1px solid #ccc;
    margin: 0 10px 0 10px;
  }
  #footer_subpage .footer_topnavi {
    display: none;
  }
  footer #footer_subpage {
    overflow: hidden;
    width: 828px;
    margin: 20px auto;
  }
  footer #footer_subpage ul.submenu01 li {
    width: calc(25% - 5px)
  }
  footer #footer_subpage ul.submenu03 li {
    width: calc(50% - 2.5px)
  }
  /*footer #footer_subpage d {
  float: left;
  display: block;
}
  footer #footer_subpage {
  float: left;
  width: 220px;
  height: 146px;
  display: block;
  margin-left: 7px;
}*/
/*
  footer #footer_subpage ul.submenu01, footer #footer_subpage ul.submenu02 {
    float: left;
    width: 220px;
  }
  footer #footer_subpage ul.submenu02 {
    margin-left: 7px;
  }
  footer #footer_subpage ul.submenu03 {
    float: right;
    width: 374px;
  }
  footer #footer_subpage ul li img {
    width: 100%;
    max-height: 70px;
  }
*/
  /**contents***/
  main .main {
    width: 828px;
    padding: 8px 0;
    margin: 0 auto;
    height: auto;
	background-color: #faf0ea;
  }
main .main #main_inner {
width: 756px;
margin-left: 36px;
margin-top: 20px;
}
  .bn_doctor {
    width: 250px;
  }
  .bn_doctor img {
    width: 100%;
  }
  .div_coninfomation ul {
    width: 500px;
  }
  #appoint_highlisk .bt_tel {
    width: 350px;
    margin: auto;
  }
  /**いきなりポップアップ**/


  /**いきなりポップアップ**/
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
  #header {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #fae3de;
    background: -moz-linear-gradient(top, #fff, #fae3de);
    background: -webkit-linear-gradient(top, #fff, #fae3de);
    background: linear-gradient(to bottom, #fff, #fae3de);
    /*height: 318px;
    background: url(../img/common/background2.jpg);*/
  }
  #logo {
    width: 70%;
    display: block;
    margin: 10px 0 5px;
  }
  #logo img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  #logo_top {
    width: 80%;
    display: block;
    padding: 20px 0 10px;
  }
  #logo_top img {
    width: 100%;
    height: auto;
  }
  #header_time {
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
  }
  #header_time img {
    width: 85%;
  }
  #header_info {
    width: 30px;
    position: absolute;
    top: 52px;
    right: 0px; /*height:160px;*/
  }
  #header_info img {
    width: 30px;
  }
  #bt_top {
    border: 1px solid #cccccc;
  }
  #content_top {
    background-color: #fff;
    position: relative;
  }
  #content_p {
    background-color: #fff7f2;
    text-align: left;
  }
  #text_gold a {
    color: #a28154;
  }
  #navbar_bg_mt10 {
    background-color: #fff;
    margin-top: 10px;
  }
  #navbar_bg_mb10 {
    background-color: #fff;
    margin-bottom: 10px;
  }
  .nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 350;
  }
  #nav-drawer {
    position: relative;
  }
  .nav-unshown, #header .bt_tel, .bt_insta {
    display: none;
  }
  .header_logo {
    width: 90%;
    margin: 18px auto 0 auto;
    display: block;
  }
  .header_logo img {
    width: 100%;
  }
  .div_infomation {
    width: 100%;
    margin-top: 10px;
  }
  .div_infomation > .p01 {
    font-size: 10px;
    color: rgba(63, 63, 63, 1.00);
    text-align: left;
  }
  .div_infomation .ul_infonav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .div_infomation .ul_infonav li:nth-of-type(1) {
    width: 45%;
  }
  .div_infomation .ul_infonav li:nth-of-type(2) {
    width: 45%;
    margin-left: 15px;
  }
  .div_infomation .text_time {
    width: 100%;
  }
  .text_time_sp {
    width: 85%;
  }
  header .header_smallcon {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 100;
  }
  .header_smallcon {}
  .insta, .top-recruit {
    display: inline-block;
    margin: 2px 0 8px;
  }
  .top-recruit {
    /* font-family: "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro","ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif; */
    /* margin: auto; */
    /* font-weight: bold; */
    /* color: #fff; */
    /* text-decoration: none; */
  }
  .bt_insta_sp {
    width: 150px;
    height: 38.39px;
    box-shadow: 0 3px 3px -1px #4d3c32;
    background: linear-gradient(to top left, #c4a27a, #dbb990, #c4a27a, #c4a27a, #c4a27a);
    border-radius: 20px;
    padding: 6px 15px 4px;
  }
  header .bt_sitemap {
    width: 150px;
    box-shadow: 0 3px 3px -1px #4d3c32;
    border-radius: 20px;
  }
  .bt_top-recruit {
    width: 150px;
    height: 38.39px;
    box-shadow: 0 3px 3px -1px #4d3c32;
    background: linear-gradient(to top left, #fcd9c2, #f2d0ae, #f2b38e, #f2b38e, #f2b38e);
    border-radius: 20px;
    padding: 6px 15px 4px;
    /* position: relative; */
  }
  .bt_top-recruit:before {
    content: '＊*';
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 4px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(345deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff;
  }
  header .sbtx_top-recruit {
    width: 130px;
    position: absolute;
    right: 10px;
    top: 45px;
  }
  .bt_tel_sp, .bt_highlisk, .bt_tel {
    background: #ffb3c2;
    border-radius: 15px;
    padding: 5px 10px;
    transform: 0.5s;
  }
  .bt_tel_sp:hover, .bt_highlisk:hover, .bt_tel:hover {
    background: #ff7ba8;
  }
  .bt_insta_sp:hover {
    background: #522d17;
  }
  .bt_top-recruit:hover {
    background: #522d17;
  }
  .bt_tel_sp img, .bt_highlisk img, .bt_insta img, .bt_tel img {
    margin: auto;
    display: block;
    width: 95%;
  }
  .lightbox .link_st02_dec {
    margin: 20px auto;
  }
  /*アイコンのスペース*/
  #nav-open {
    cursor: pointer;
    background-color: #ec92a7;
    background-position: center;
    right: 0px;
    position: absolute;
    top: 0px;
    padding: 12px;
    background-size: 30px, 100%;
    width: 45px;
    height: 45px;
    z-index: 500;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-input:checked ~ #nav-open span {
    transform: translate(0px, 9px) rotate(135deg);
    -webkit-transform: translate(0px, 9px) rotate(135deg);
  }
  #nav-input:checked ~ #nav-open span:before {
    bottom: -8px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  #nav-input:checked ~ #nav-open span:after {
    bottom: -16px;
    transform: translate(0px, -16px) rotate(90deg);
    -webkit-transform: translate(0px, -16px) rotate(90deg);
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 380; /*最前面に*/
    width: 100%; /*左側に隙間を作る（閉じるカバーを表示）*/
    height: 100%;
    transition: .3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%); /*右に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }
  .gnavi {
    background-color: #ec92a7;
    width: 100%;
    top: 0px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 150;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gnavi li a {
    margin: auto;
    font-size: 12px;
    text-align: center;
    padding: 8px;
    border-right: none;
    text-decoration: none;
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #fff;
  }
  .gnavi > li > a > img {
    display: none;
  }
  .gnavi li {
    position: relative;
    width: 49%;
  }
  .gnavi > li.top-navi{
    width: 100%;
  }
  .gnavi > li:nth-of-type(odd) {
    margin-right: 1%;
    border-bottom: solid 1px #EEC1C7;
  }
  .gnavi > li:nth-child(even) {
    margin-left: 1%;
    border-bottom: solid 1px #eecfa3;
  }
  .gnavi > li a, .gnavi > li a:before, .gnavi > li a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .gnavi > li a:before, .gnavi > li a:after {
    left: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .gnavi > li a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .gnavi > li a:before {
    top: 0;
  }
  .gnavi > li a:after {
    bottom: 0;
  }
  .gnavi > li a:hover::after {
    height: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .gnavi li .trigger {
    height: 25px;
    width: 30px;
    top: 10px;
    right: -10px;
    display: block;
    position: absolute;
  }
  .gnavi li .bt_sty:before {
    content: "\f13a";
    font-family: "FontAwesome";
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .gnavi li .trigger.open .bt_sty:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .gnavi > li .gnavi_sub {
    width: 100%;
    margin-top: 10px;
  }
  .gnavi > li .gnavi_sub {
    display: none;
  }
  .gnavi > li .gnavi_sub li {
    width: 100%;
    background: #F7D2E2;
    margin-bottom: 5px;
  }
  .footer p {
    text-align: left;
  }
  footer #footer_subpage {
    width: 100%;
  }
  section #footer_subpage {
    margin: 0 0 0 0;
  }
  footer #footer_subpage dl dt {
    width: 100%;
    line-height: 0em;
  }
  footer #footer_subpage dl dd {
    width: 100%;
  }
  footer #footer_subpage dl img {
    width: 100%;
  }
  footer #footer_subpage dl#footer_subbox li {
    margin: 0;
    line-height: 0;
  }
  footer #footer_subpage dl dt dl#footer_subbox {
    line-height: 0;
  }
  footer #footer_subpage ul.submenu01 {
    margin: 10px auto;
  }
  footer #footer_subpage ul.submenu01 li {
    width: calc(50% - 2.5px);
    line-height: 1;
  }
  footer #footer_subpage ul.submenu03 {
    display: none;
  }
/*
  footer #footer_subpage ul.submenu01,
  footer #footer_subpage ul.submenu02 {
    float: left;
    width: 49%;
  }
  footer #footer_subpage ul.submenu02 {
    margin-left: 2%;
  }
  footer #footer_subpage ul li img {
    width: 100%;
    max-height: 70px;
  }
*/
  #footer_bnbox {
    display: none;
  }
  #footer_subpage .footer_topnavi {
    width: 100%;
    border-top: 5px solid #edcea2;
    border-bottom: 5px solid #edcea2;
    text-decoration: none;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    color: #df6f0d;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 22%, rgba(249, 214, 192, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 22%, rgba(249, 214, 192, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 22%, rgba(249, 214, 192, 1) 100%);
  }
  #footer_subpage .footer_topnavi:before {
    content: "\f015";
    font-family: "FontAwesome";
    margin-right: 5px;
    display: inline-block;
  }
  #footer_subpage .footer_topnavi.qa {
    color: #0D7DDF;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 22%, #C0E3F9 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 22%, #C0E3F9 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 22%, #C0E3F9 100%);
  }
  #footer_subpage .footer_topnavi.qa:before {
    content: "\f059";
    font-family: "FontAwesome";
  }
  /*contents*/
  main .main {
    background-color: #fff7f2;
  }
  main #main_inner {
    width: 95%;
    margin: 0 auto;
    padding: 1.6em 0;
  }
  /* サブタイトルのサイズ調整 */
  main #main_inner h2 img.long {
    height: 55px;
  }
/*
  main #main_inner h2 img.subtitle280 {
    width: 280%;
  }
  main #main_inner h2 img.subtitle220 {
    width: 220%;
  }
  main #main_inner h2 img.subtitle200 {
    width: 200%;
  }
  main #main_inner h2 img.subtitle170 {
    width: 170%;
  }
*/
  dt.long_dt {
    width: 100% !important;
  }
  dd.long_dd {
    clear: both;
    display: block;
  }
}