@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* 一般・患者の皆様へ */
/***************************************** 一般・患者の皆様へ共通 ***************************************/
#ippan #cat_title {
  background-image: url(../ippan/images/cat_image.jpg);
}

@media only screen and (max-width: 960px) {
  #ippan #cat_title .container {
    background-image: none;
    background-color: inherit;
  }
}
/***************************************** 病気の知識（ippan_top) ***************************************/
/*** NAV ***/
#ippan_top #pagetitle ul.nav {
  margin-bottom: 50px;
}

#ippan_top #pagetitle ul.nav li {
  float: left;
  width: 46%;
  margin: 0 1.5%;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 80%;
  font-weight: normal;
  border: 1px solid #f2f2f2;
}

#ippan_top #pagetitle ul.nav li a {
  color: #333;
  background: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 0 18px 0;
}

#ippan_top #pagetitle ul.nav li a:before {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  color: #e50012;
  font: 10px "FontAwesome";
  content: "\f107";
}

/*IE8▼*/
html > #ippan_top #pagetitle ul.nav li a:before {
  color/***/: #fff¥9;
}

/*IE7▼*/
* + html #ippan_top #pagetitle ul.nav li a:before {
  color: #fff;
}

/*IE6▼*/
#ippan_top #pagetitle ul.nav li a:before {
  _color: #fff;
}

#ippan_top #pagetitle ul.nav li.active a {
  color: #333;
  background: #fdebec;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 0 18px 0;
}

#ippan_top #pagetitle ul.nav a:hover {
  font-weight: bold;
}

/*** article***/
#ippan_top section article {
  margin-bottom: 50px;
}

#ippan_top section article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #ippan_top section article {
  zoom: 1;
}

/* IE6 */
*:first-child + html #ippan_top section article {
  zoom: 1;
}

/* IE7 */
/*** teigi ***/
#ippan_top .teigi {
  border: 2px solid #e6e6e6;
  background: #fef2f3;
  padding: 20px 30px;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  #ippan_top .teigi {
    border: 2px solid #E6E6E6;
    padding: 5%;
    /*全体角丸*/
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
}
#ippan_top .teigi dl {
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  #ippan_top .teigi dl {
    margin-bottom: 10px;
    text-align: center;
  }
}
#ippan_top .teigi dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #ippan_top .teigi dl {
  zoom: 1;
}

/* IE6 */
*:first-child + html #ippan_top .teigi dl {
  zoom: 1;
}

/* IE7 */
#ippan_top .teigi dl dt {
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  background: #e50012;
  width: 44px;
  padding: 3px 0;
  text-align: center;
  float: left;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  #ippan_top .teigi dl dt {
    float: none;
    display: inline-block;
    margin-bottom: 3px;
  }
}
#ippan_top .teigi dl dd {
  float: left;
  margin-left: 15px;
  font-weight: bold;
  font-size: 90%;
  padding: 3px 0;
  width: 470px;
}

@media only screen and (max-width: 960px) {
  #ippan_top .teigi dl dd {
    float: none;
    margin-left: 0px;
    width: 100%;
    text-align: left;
  }
}
#ippan_top .teigi dl dd .word {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #ippan_top .teigi dl dd .word {
    float: none;
    width: auto;
    text-align: center;
  }
}
#ippan_top .teigi dl dd .imi {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #ippan_top .teigi dl dd .imi {
    float: none;
    width: auto;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
  }
}
/*** meneki ***/
#ippan_top #meneki .image {
  float: right;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767x) {
  #ippan_top #meneki .image {
    float: right;
    margin: 0 0 0 20px;
    width: 40%;
  }
}
#ippan_top #meneki ul {
  margin-left: 15px;
}

#ippan_top #meneki ul li {
  list-style: disc;
}

/*** keika ***/
#ippan_top #keika ol {
  list-style: none;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 960px) {
  #ippan_top #keika ol {
    list-style: none;
  }
}
#ippan_top #keika ol li {
  list-style: none;
  float: left;
  width: 31%;
  margin: 0 1%;
  font-size: 80%;
  font-weight: bold;
}

@media only screen and (max-width: 7687px) {
  #ippan_top #keika ol li {
    float: none;
    width: 100%;
    margin: 0;
    clear: both;
  }

  #ippan_top #keika ol li .image {
    float: right;
    width: 30%;
  }
}
/*** byoki ***/
#ippan_top #byoki ol {
  list-style: none;
  margin: 0 0 20px 0;
  text-align: center;
}

#ippan_top #byoki ol li {
  list-style: none;
  background: url(../ippan/images/img1_6.png) no-repeat bottom center;
  padding-bottom: 32px;
  text-align: center;
}

#ippan_top #byoki ol li p {
  border: 2px solid #e6e6e6;
  background: #fff;
  margin: 0;
  padding: 10px;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

#ippan_top #byoki ol li#death {
  background-image: none;
  background-color: #2e3192;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  display: inline-block;
  padding: 10px 30px;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

/*** keiro ***/
#ippan_top #keiro .image {
  float: right;
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 960px) {
  #ippan_top #keiro .image {
    float: right;
    margin: 0 0 0 20px;
    width: 35%;
  }
}
/***************************************** HIV感染症の治療(/chiryo) ***************************************/
#chiryo .chu {
  font-size: 80%;
  color: #666;
  padding: 0 2px;
}

#chiryo .chiryo_waku {
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 75%;
}

/***************************************** HIV抗体検査について(/hiv) ***************************************/
#hiv_list li .image_r {
  float: right;
}

@media only screen and (max-width: 960px) {
  #hiv_list li .image_r {
    float: right;
    width: 40%;
  }

  #hiv_list li .image_r img {
    width: 100%;
  }
}
/***************************************** エイズ拠点病院（jushin) ***************************************/
#jushin .hanrei {
  text-align: center;
  font-size: 80%;
}

@media only screen and (max-width: 960px) {
  #jushin .hanrei {
    text-align: center;
    font-size: 80%;
  }
}
#jushin .hanrei img {
  vertical-align: middle;
}

#jushin .kubun_jiritsu {
  color: #fff;
  background: #f18d15;
  padding: 3px;
  margin: 0 0 0 10px;
  font-size: 70%;
  line-height: 100%;
  font-weight: bold;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  #jushin .kubun_jiritsu {
    margin: 0 10px 10px 0;
  }
}
#jushin .kubun_chu {
  color: #fff;
  background: #f4979e;
  padding: 3px;
  margin: 0 0 0 10px;
  font-size: 70%;
  line-height: 100%;
  font-weight: bold;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  #jushin .kubun_chu {
    margin: 0 10px 10px 0;
  }
}
#jushin .kubun_block {
  color: #fff;
  background: #6bc6d5;
  padding: 3px;
  margin: 0 0 0 10px;
  font-size: 70%;
  line-height: 100%;
  font-weight: bold;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  #jushin .kubun_block {
    margin: 0 10px 10px 0;
  }
}
#jushin .report .title {
  font-weight: bold;
  font-size: 110%;
  padding-left: 20px !important;
}

#jushin .report .title:before {
  position: absolute;
  top: 4px !important;
  left: 0px;
  color: #e50012;
  font: 14px "FontAwesome" !important;
  content: "\f10c" !important;
}

#jushin .report .title a {
  text-decoration: underline !important;
  color: #e50012 !important;
}

#jushin .report .title a:hover {
  color: #e50012 !important;
  text-decoration: none !important;
}

#jushin .report .data {
  padding-left: 20px !important;
}

/*** 詳細 **/
#jushin #shosai .address {
  font-size: 90%;
}

@media only screen and (max-width: 960px) {
  #jushin #shosai .address {
    margin-bottom: 15px;
  }

  #jushin #shosai .bt a {
    margin: 0;
  }
}
#jushin .info_hyo {
  background: url(../center/kyoten/images/info_hyo_back.png) no-repeat top left;
  margin: 40px 0;
}

@media only screen and (max-width: 960px) {
  #jushin .info_hyo {
    background: none;
  }
}
#jushin .info_hyo dl {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  font-size: 90%;
  line-height: 170%;
}

#jushin .info_hyo dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #jushin .info_hyo dl {
  zoom: 1;
}

/* IE6 */
*:first-child + html #jushin .info_hyo dl {
  zoom: 1;
}

/* IE7 */
#jushin .info_hyo dt {
  float: left;
  width: 150px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  #jushin .info_hyo dt {
    float: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
  }
}
#jushin .info_hyo dd {
  float: left;
  width: 470px;
  margin: 0 20px;
}

@media only screen and (max-width: 960px) {
  #jushin .info_hyo dd {
    float: none;
    width: 100%;
    margin: 0;
  }
}
#jushin .info_hyo .kubun_jiritsu {
  padding: 5px 10px;
  margin: 0 10px 0 0px;
  font-size: 90%;
}

#jushin .info_hyo .kubun_chu {
  color: #fff;
  background: #f4979e;
  padding: 5px 10px;
  margin: 0 10px 0 0px;
  font-size: 90%;
  font-weight: bold;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

#jushin .info_hyo .kubun_block {
  color: #fff;
  background: #6bc6d5;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 90%;
  font-weight: bold;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

#jushin .shinryo_time {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 80%;
}

#jushin .shinryo_time th {
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#jushin .shinryo_time td {
  padding: 5px 10px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#jushin .map iframe {
  width: 100%;
}

#jushin .back {
  margin: 40px 100px 0 100px;
}

@media only screen and (max-width: 960px) {
  #jushin .back {
    margin: 40px 0px 0 0px;
  }
}
#jushin .back a {
  position: relative;
  color: #fff;
  background: #e50012;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  display: block;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}

#jushin .back a:before {
  position: absolute;
  top: 19px;
  left: 20px;
  color: #fff;
  font: 16px "FontAwesome";
  content: "\f053";
}

@media only screen and (max-width: 960px) {
  #jushin .back a:before {
    left: 10px;
  }
}
#jushin .back a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/***************************************** 相談窓口（sodan) ***************************************/
#sodan ul.sodan_nav, #tel ul.sodan_nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  #sodan ul.sodan_nav, #tel ul.sodan_nav {
    margin-bottom: 20px;
  }
}
#sodan ul.sodan_nav li, #tel ul.sodan_nav li {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1% 0 0;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 90%;
  line-height: 140%;
  font-weight: bold;
  border: 1px solid #f2f2f2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 960px) {
  #sodan ul.sodan_nav li, #tel ul.sodan_nav li {
    background-color: #fff;
    font-size: 80%;
    border: none;
  }
}
#sodan ul.sodan_nav li:before, #tel ul.sodan_nav li:before {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  color: #e50012;
  font: 12px "FontAwesome";
  content: "\f107";
}
#sodan ul.sodan_nav li.active, #tel ul.sodan_nav li.active {
  background: #fdebec;
}
#sodan ul.sodan_nav li a, #tel ul.sodan_nav li a {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 0 18px 0;
}

#sodan .hanrei {
  font-size: 80%;
  text-align: right;
  margin-bottom: 40px;
}

#sodan article {
  margin-bottom: 50px;
}

#sodan .report .title {
  font-weight: bold;
  font-size: 110%;
  padding-left: 20px !important;
}

#sodan .report .title:before {
  position: absolute;
  top: 4px !important;
  left: 0px;
  color: #e50012;
  font: 14px "FontAwesome" !important;
  content: "\f10c" !important;
}

#sodan .report .title a {
  text-decoration: underline !important;
  color: #e50012 !important;
}

#sodan .report .title a:hover {
  color: #e50012 !important;
  text-decoration: none !important;
}

#sodan .report .data {
  padding-left: 20px !important;
}

/***************************************** 検査について(/kensa) ***************************************/
/*************** 検査についてTOP **************/
#kensa .point {
  margin-bottom: 50px;
  border: 1px solid #f2f2f2;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  padding: 30px 40px 20px 40px;
}

@media only screen and (max-width: 960px) {
  #kensa .point {
    padding: 8%;
  }
}
#kensa .point ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  #kensa .point ul li {
    padding-left: 13px;
  }
}
#kensa .point ul li:before {
  position: absolute;
  top: 6px;
  left: 0px;
  color: #e50012;
  font: 10px "FontAwesome";
  content: "\f105";
}

/*************** 各保健所ナビ **************/
#kensa ul.nav {
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  #kensa ul.nav {
    margin-bottom: 20px;
  }
}
#kensa ul.nav li {
  float: left;
  width: 66px;
  margin: 0 5px 0 0;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 80%;
  line-height: 140%;
  font-weight: normal;
  border: 1px solid #f2f2f2;
}

@media only screen and (max-width: 960px) {
  #kensa ul.nav li {
    width: 18%;
    margin: 0 1% 1% 0;
  }
}
#kensa ul.nav li.active {
  background: #fdebec;
}

#kensa ul.nav li a {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 0 10px 0;
}

#kensa ul.nav li a:hover {
  background-color: #fdebec;
}

#kensa table {
  width: 100%;
  border-top: 2px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 2px solid #ccc;
  text-align: left;
  font-size: 80%;
  line-height: 170%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  #kensa table {
    line-height: 150%;
  }
}
#kensa table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px;
  background: #fdeff0;
}

@media only screen and (max-width: 960px) {
  #kensa table th {
    display: block;
  }
}
#kensa table th.midashi {
  background: #ddd;
  text-align: center;
  /*color:#fff;*/
}

@media only screen and (max-width: 960px) {
  #kensa table th.midashi {
    display: none;
  }
}
#kensa table th.midashi2 {
  background: #ddd;
  text-align: center;
  /*color:#fff;*/
}

#kensa table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px;
}

@media only screen and (max-width: 960px) {
  #kensa table td {
    border-right: 1px solid #ccc;
    border-bottom: none;
    padding: 8px 8px 0 8px;
    display: block;
    text-align: left;
  }

  #kensa table td.jinsoku {
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }

  #kensa table td span {
    display: inline !important;
    font-weight: bold;
  }

  #kensa .bt a {
    background: #f4979e;
    color: #fff;
    padding: 10px 20px 10px 40px;
    /*全体角丸*/
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    position: relative;
    display: block;
    font-size: 80%;
    text-decoration: none;
    margin: 0 0%;
  }
}
/***************************************** お薬情報 ***************************************/
/*************** ナビ **************/
@media only screen and (max-width: 960px) {
  #kusuri ul.nav#kusuri_headnav {
    display: none;
  }
}
#kusuri ul.nav {
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  #kusuri ul.nav {
    margin-bottom: 20px;
  }
}
#kusuri ul.nav li {
  float: left;
  width: 19%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1% 0 0;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 75%;
  line-height: 140%;
  font-weight: normal;
  border: 1px solid #f2f2f2;
  height: 60px;
}

@media only screen and (max-width: 960px) {
  #kusuri ul.nav li {
    width: 45%;
    margin: 1%;
    background-color: #fff;
    font-size: 80%;
    border: none;
  }
}
#kusuri ul.nav li:last-child {
  margin: 0;
}

#kusuri ul.nav li.active {
  background: #fdebec;
}

#kusuri ul.nav li a {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 0 18px 0;
}

#kusuri ul.nav li#nav_taboo a,
#kusuri ul.nav li#nav_bouhan a {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 8px 0 15px 0;
}

#kusuri ul.nav li a:before {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  color: #e50012;
  font: 10px "FontAwesome";
  content: "\f107";
}

@media only screen and (max-width: 960px) {
  #kusuri ul.nav li a:before {
    bottom: 3px;
  }
}
#kusuri ul.nav a:hover {
  font-weight: bold;
}

/************** 薬準備中 ************/
#kusuri .pre {
  border: 1px solid #ccc;
  padding: 50px;
  font-size: 90%;
  text-align: center;
  margin: 40px 0;
}

/************** 薬一覧 ************/
#kusuri .kusuri_list {
  margin-bottom: 40px;
}

#kusuri .kusuri_list li {
  float: left;
  width: 320px;
  margin: 0 4px 10px 4px;
  border: 1px solid #ccc;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  background: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  font-size: 100%;
}

@media only screen and (max-width: 960px) {
  #kusuri .kusuri_list li {
    width: 47%;
    margin: 1%;
  }
}
@media only screen and (max-width: 480px) {
  #kusuri .kusuri_list li {
    float: none;
    width: 96%;
    margin: 2%;
  }
}
#kusuri .kusuri_list li:before {
  position: relative;
  top: 30px;
  left: 20px;
  color: #e50012;
  font: 20px "FontAwesome";
  content: "\f105";
}

@media only screen and (max-width: 960px) {
  #kusuri .kusuri_list li:before {
    top: 10px;
    left: 3px;
  }
}
@media only screen and (max-width: 480px) {
  #kusuri .kusuri_list li:before {
    top: 13px;
    left: 20px;
  }
}
#kusuri .kusuri_list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#kusuri .kusuri_list li .image {
  float: left;
  width: 80px;
  margin: 5px;
}

@media only screen and (max-width: 960px) {
  #kusuri .kusuri_list li .image {
    width: 15%;
  }
}
#kusuri .kusuri_list li .text {
  float: left;
  width: 215px;
  margin: 5px 0 5px 40px;
  padding: 27px 0;
  font-size: 100%;
  line-height: 130%;
}

@media only screen and (max-width: 960px) {
  #kusuri .kusuri_list li .text {
    width: 75%;
    margin: 5px 5px 15px 20px;
    padding: 7px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #kusuri .kusuri_list li .text {
    width: 70%;
    margin: 5px 5px 10px 40px;
    padding: 10px 0 5px 0;
  }
}
#kusuri .kusuri_list li .text.nigyo {
  float: left;
  width: 215px;
  margin: 5px 5px 5px 40px;
  padding: 17px 0;
}

@media only screen and (max-width: 960px) {
  #kusuri .kusuri_list li .text.nigyo {
    width: 70%;
    margin: 5px 20px 3px 20px;
    padding: 3px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #kusuri .kusuri_list li .text.nigyo {
    width: 70%;
    margin: 5px 5px 10px 40px;
    padding: 5px 0 0 0;
  }
}
#kusuri .kusuri_list li .text.sangyo {
  float: left;
  width: 215px;
  margin: 5px 5px 5px 40px;
  padding: 7px 0;
}

@media only screen and (max-width: 960px) {
  #kusuri .kusuri_list li .text.sangyo {
    width: 70%;
    margin: 5px 20px 3px 20px;
    padding: 0px 0;
  }
}
@media only screen and (max-width: 480px) {
  #kusuri .kusuri_list li .text.sangyo {
    width: 70%;
    margin: 5px 5px 5px 40px;
    padding: 0px 0;
  }
}
#kusuri .kusuri_list li .text .small {
  font-size: 80%;
}

#kusuri .kusuri_list li a {
  color: #333;
  text-decoration: none;
}

#kusuri .kusuri_list li a:hover {
  color: #e50012;
  text-decoration: none;
  font-weight: bold;
}

#kusuri .kusuri_list li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/************** 薬作用詳細 ************/
#sayou_shosai article {
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai article {
    margin-bottom: 30px;
  }
}
#sayou_shosai h1 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  text-align: center;
  font-size: 140%;
  line-height: 150%;
  background: #f2f2f2;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai h1 {
    padding: 5px;
    margin-bottom: 0px;
    font-size: 120%;
  }
}
#sayou_shosai #kihon .image {
  float: right;
  width: 200px;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai #kihon .image {
    float: none;
    width: 100px;
    margin: 10px auto;
  }
}
#sayou_shosai #kihon .text {
  float: left;
  width: 430px;
  margin-right: 30px;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai #kihon .text {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
}
#sayou_shosai dl {
  font-size: 90%;
  line-height: 160%;
  border-bottom: 1px dotted #ccc;
}

#sayou_shosai dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #sayou_shosai dl {
  zoom: 1;
}

/* IE6 */
*:first-child + html #sayou_shosai dl {
  zoom: 1;
}

/* IE7 */
#sayou_shosai dt {
  float: left;
  width: 100px;
  padding: 5px 0 5px 20px;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai dt {
    float: none;
    width: 100%;
    padding: 5px 0 0 0;
    border-bottom: none;
  }
}
#sayou_shosai dt:before {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #e50012;
  font: 10px "FontAwesome";
  content: "\f105";
}

@media only screen and (max-width: 960px) {
  #sayou_shosai dt:before {
    top: 9px;
    content: "";
  }
}
#sayou_shosai dd {
  float: left;
  width: 490px;
  padding: 5px 0;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai dd {
    float: none;
    width: 100%;
    padding: 0 0 5px 0;
  }

  #sayou_shosai dd.all {
    float: none;
    clear: both;
    width: 100%;
    padding: 5px 0;
  }
}
#sayou_shosai #kihon dd {
  float: left;
  width: 310px;
  padding: 5px 0;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai #kihon dd {
    float: none;
    width: 100%;
    padding: 0 0 5px 0;
  }
}
#sayou_shosai h2 {
  background: url(../images/h4_back.png) no-repeat bottom left;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 100%;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai h2 {
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-align: center;
  }
}
#sayou_shosai ul li {
  position: relative;
  padding: 10px 0 10px 25px;
  border-bottom: 1px dotted #ccc;
}

#sayou_shosai ul li:before {
  position: absolute;
  top: 14px;
  left: 5px;
  color: #e50012;
  font: 14px "FontAwesome";
  content: "\f046";
}

#sayou_shosai .youhou ul li {
  position: relative;
  padding: 0px 0 5px 15px;
  border-bottom: none;
  font-size: 100%;
}

#sayou_shosai .youhou ul li:before {
  position: absolute;
  top: 2px;
  left: 0px;
  color: #e50012;
  font: 20px;
  content: "・";
}

@media only screen and (max-width: 960px) {
  #sayou_shosai .bt a {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
  }
}
#sayou_shosai .siki {
  margin: 10px 0;
  width: 100%;
}

#sayou_shosai .siki .kakko {
  padding: 10px;
  font-size: 60px;
  line-height: 100%;
  color: #ccc;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai .siki .kakko {
    padding: 10px 0;
    font-size: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
#sayou_shosai .siki .waku {
  padding: 5px 15px;
  border: 1px solid #ccc;
  font-size: 80%;
  line-height: 150%;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai .siki .waku {
    padding: 5px 0;
    font-size: 70%;
  }
}
#sayou_shosai .siki .waku img {
  margin-top: 3px;
  width: 50px;
  height: auto;
}

@media only screen and (max-width: 960px) {
  #sayou_shosai .siki_sp_kaisu {
    border: 2px solid #ccc;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
  }
}
#sayou_shosai .photo_chu {
  padding: 20px 0;
  text-align: center;
  font-size: 70%;
}

/**************************** 禁忌一覧 ******************************/
.no_taboo li {
  float: left;
  width: 200px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .no_taboo li {
    float: left;
    width: 45%;
    padding-left: 5%;
    position: relative;
  }
}
.no_taboo li:before {
  position: absolute;
  top: 8px;
  left: 0px;
  color: #999;
  font: 5px "FontAwesome";
  content: "\f111";
}

/**************************** 禁忌詳細 ******************************/
#taboo_hyo h1 {
  padding: 15px;
  /*border:1px solid #ccc;*/
  margin-bottom: 20px;
  font-size: 120%;
  line-height: 150%;
  background: #f3939a;
  color: #fff;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  #taboo_hyo h1 {
    padding: 10px;
    text-align: center;
    font-size: 110%;
    line-height: 120%;
  }
}
#taboo_hyo h1 .small {
  font-size: 90%;
}

@media only screen and (max-width: 960px) {
  #taboo_hyo h1 .small {
    font-size: 80%;
  }
}
#taboo_hyo .tab {
  border: 0;
  margin-bottom: 10px;
}

#taboo_hyo .tab li {
  float: left;
  width: 61px;
  text-align: center;
  font-size: 90%;
  margin-right: 3px;
  border: 1px solid #ccc;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  #taboo_hyo .tab li {
    width: 9%;
    margin: 0 2px 2px 0;
  }
}
@media only screen and (max-width: 480px) {
  #taboo_hyo .tab li {
    width: 18%;
    margin: 0 1% 1% 0;
  }
}
#taboo_hyo .tab li.nolink {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #999;
  background: #f2f2f2;
}

#taboo_hyo .tab li a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #333;
}

#taboo_hyo table {
  width: 100%;
  border-top: 2px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 2px solid #ccc;
  text-align: left;
  font-size: 90%;
  line-height: 170%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  #taboo_hyo table {
    font-size: 80%;
    line-height: 140%;
  }
}
#taboo_hyo table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px;
  background: #f2f2f2;
}

@media only screen and (max-width: 960px) {
  #taboo_hyo table th.name {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1% 2%;
    background: #f2f2f2;
    width: 30%;
  }
}
#taboo_hyo table th.kana {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px;
  background: #e2e2e2;
  vertical-align: top;
}

@media only screen and (max-width: 960px) {
  #taboo_hyo table th.kana {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1% 2%;
    background: #e2e2e2;
    width: 5%;
  }
}
#taboo_hyo table th.midashi {
  background: #ddd;
  text-align: center;
  /*color:#fff;*/
}

#taboo_hyo table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px;
}

@media only screen and (max-width: 960px) {
  #taboo_hyo table td {
    padding: 1% 2%;
    width: 45%;
  }
}
/*
#taboo_hyo ul {
	border-top:1px solid #ccc;
	margin-bottom:40px;
}
#taboo_hyo li {
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}
#taboo_hyo li:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html #taboo_hyo li            { zoom: 1; } 
*:first-child+html #taboo_hyo li { zoom: 1; } 
#taboo_hyo h2 {
	font-size:110%;
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	padding:10px 0 5px 10px;
	background:#f4f4f4;
}
#taboo_hyo .shohin {
	padding-top:5px;
	margin-bottom:5px;
}
#taboo_hyo .shohin h3,#taboo_hyo .kono h3 {
	background-image:none;
	color:#f3939a;
	border:1px solid #f3939a;
	width:78px;
	text-align:center;
	padding:5px 0;
	margin:0 20px 0 0;
	float:left;
	font-size:80%;
	line-height:100%;

border-radius: 2px; 
-webkit-border-radius: 2px;
-moz-border-radius: 2px; 
}
#taboo_hyo .shohin p,#taboo_hyo .kono p {
	float:left;
	width:550px;
	margin:0;
}
*/
#kusuri .bt2 a {
  background: #fff;
  border: 2px solid #f4979e;
  color: #f4979e;
  padding: 10px 20px 10px 40px;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  position: relative;
  display: inline-block;
  font-size: 80%;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto 15px auto;
  display: block;
  width: 250px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #kusuri .bt2 a {
    width: auto;
    padding: 10px 0;
  }
}
#kusuri .bt2 a:before {
  position: absolute;
  top: 13px;
  left: 15px;
  color: #f4979e;
  font: 12px "FontAwesome";
  content: "\f054";
}

#kusuri .bt2 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#kusuri .bt a {
  margin: 0 auto;
  display: block;
  width: 250px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  #kusuri .bt a {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
  }

  #kusuri .bt a:before {
    content: "";
  }
}
/**************************** FAQ ******************************/
#faq article {
  margin-bottom: 40px;
  border: 1px solid #f2f2f2;
  background: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  padding: 20px 0;
}

#faq article .q {
  margin: 0 30px 15px 30px;
  background: #fce1e3;
  padding: 10px 0;
}

@media only screen and (max-width: 960px) {
  #faq article .q {
    margin: 0 20px 15px 20px;
    background: #fce1e3;
    padding: 10px 0;
  }
}
#faq article .q:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #faq article .q {
  zoom: 1;
}

/* IE6 */
*:first-child + html #faq article .q {
  zoom: 1;
}

/* IE7 */
#faq article .q .mark {
  float: left;
  margin: 0 15px 0 20px;
  width: 30px;
  font-size: 150%;
  line-height: 100%;
  font-family: "Times New Roman", Times, serif;
  color: #e50012;
}

@media only screen and (max-width: 960px) {
  #faq article .q .mark {
    float: none;
    margin: 0 auto 5px auto;
    width: auto;
    text-align: center;
  }
}
#faq article .q h3 {
  background-image: none;
  background-color: inherit;
  color: #333;
  float: left;
  width: 520px;
  font-size: 100%;
  line-height: 160%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 960px) {
  #faq article .q h3 {
    float: none;
    width: 90%;
    margin: 0 5%;
    text-align: left;
  }
}
#faq article .a {
  margin: 0 30px;
}

#faq article .a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #faq article .a {
  zoom: 1;
}

/* IE6 */
*:first-child + html #faq article .a {
  zoom: 1;
}

/* IE7 */
#faq article .a .mark {
  margin: 0 15px 5px 20px;
  width: 30px;
  font-size: 150%;
  font-family: "Times New Roman", Times, serif;
  color: #f3939a;
}

@media only screen and (max-width: 960px) {
  #faq article .a .mark {
    margin: 0 auto 5px auto;
    width: 30px;
    font-size: 150%;
    font-family: "Times New Roman", Times, serif;
    color: #f3939a;
  }
}
#faq article .a .image {
  float: right;
  margin: 0 0 5px 20px;
}

@media only screen and (max-width: 960px) {
  #faq article .a .image {
    float: none;
    margin: 0 auto 5px auto;
    width: 200px;
  }
}
#faq article .a p {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 960px) {
  #faq article .a p {
    margin: 0 0 0 0px;
  }
}
.block {
  padding-bottom: 5px;
}

/**************************** 薬防災 ******************************/
#bousai article {
  margin: 0 0 40px;
}

#bousai article h5 {
  font-size: 100%;
  color: #e50012;
}

#bousai article ul,
#bousai article ol {
  margin: 0 0 20px;
}

#bousai article ul li,
#bousai article ol li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}

#bousai article ul li::before {
  position: absolute;
  top: 0px;
  left: 2px;
  color: #e50012;
  font-size: 80%;
  font-family: "FontAwesome";
  content: "\f0c8";
}

#bousai article#bousai2 ul li::before {
  content: "\f14a";
}

#bousai article#bousai5 ul li::before {
  content: "\f0c1";
}

#bousai article ol li::before {
  position: absolute;
  top: 0px;
  left: 0px;
}

#bousai article ol li:nth-child(1)::before {
  content: "1)";
}

#bousai article ol li:nth-child(2)::before {
  content: "2)";
}

#bousai article ol li:nth-child(3)::before {
  content: "3)";
}

/********** 血友病患者の検査入院について *********/
#ketsuyu_nyuin #sec_main #pagetitle #no {
  border: 2px solid #e50012;
  padding: 20px;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: bold;
}

#ketsuyu_nyuin #sec_main #pagetitle .for {
  font-size: 100%;
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  #ketsuyu_nyuin #sec_main #pagetitle .for {
    font-size: 80%;
  }
}
#ketsuyu_nyuin #sec_main #pagetitle .name {
  font-size: 90%;
  text-align: right;
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  #ketsuyu_nyuin #sec_main #pagetitle .name {
    font-size: 70%;
  }
}
#ketsuyu_nyuin #sec_main article {
  margin-bottom: 40px;
}

#ketsuyu_nyuin #sec_main .bt {
  text-align: left;
  margin-bottom: 10px;
}

#ketsuyu_nyuin #sec_main .bt a {
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 960px) {
  #ketsuyu_nyuin #sec_main .bt a {
    margin: 0 0px 10px 0;
  }
}
#ketsuyu_nyuin #sec_main ol {
  margin-bottom: 30px;
}

#ketsuyu_nyuin #sec_main ol li {
  margin-bottom: 10px;
}

/********** せるまね *********/
#app #shokai h2 {
  margin-bottom: 20px;
}

#app #shokai h2 img {
  width: 100%;
}

#app #tokucho article {
  margin-bottom: 20px;
}

#app #tokucho article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#app #tokucho article img {
  margin-bottom: 5px;
}

#app #tokucho2 {
  float: left;
  width: 49%;
}

@media only screen and (max-width: 960px) {
  #app #tokucho2 {
    float: none;
    width: 100%;
  }
}
#app #tokucho3 {
  float: right;
  width: 49%;
}

@media only screen and (max-width: 960px) {
  #app #tokucho3 {
    float: none;
    width: 100%;
  }
}
#app #tokucho dl {
  float: left;
  width: 150px;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 80%;
}

@media only screen and (max-width: 960px) {
  #app #tokucho dl {
    width: 47%;
    margin: 0 3% 10px 0;
  }
}
#app #tokucho .bt {
  text-align: center;
}

#app #tokucho .bt a {
  font-size: 100%;
  padding: 15px 40px 15px 50px;
}

@media only screen and (max-width: 960px) {
  #app #tokucho .bt a {
    display: block;
    font-size: 100%;
    padding: 15px 0px;
    width: 100%;
    margin: 0;
  }
}
#app #tokucho .bt a:before {
  top: 20px;
}

#app #dl {
  background: #fde9ea;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  padding: 30px;
}

@media only screen and (max-width: 960px) {
  #app #dl {
    padding: 5%;
  }
}
#app #dl h2 {
  width: 250px;
  display: block;
  margin: 0 auto 15px auto;
}

@media only screen and (max-width: 960px) {
  #app #dl h2 {
    width: 180px;
  }
}
#app #dl img {
  width: 100%;
}

#app #dl p {
  text-align: center;
  font-size: 90%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  #app #dl p {
    font-size: 80%;
  }
}
#app #dl article {
  float: left;
  width: 46%;
  margin: 0 2%;
}

@media only screen and (max-width: 480px) {
  #app #dl article {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
#app #dl article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#app #dl .text {
  float: left;
  width: 150px;
}

@media only screen and (max-width: 960px) {
  #app #dl .text {
    width: 60%;
  }
}
#app #dl .text p {
  font-size: 75%;
  text-align: left;
  padding: 5px 0;
  margin: 0;
}

#app #dl .qr {
  float: right;
  width: 100px;
}

@media only screen and (max-width: 960px) {
  #app #dl .qr {
    width: 35%;
  }
}
#app #dl a:hover {
  position: relative;
  top: 1px;
  left: 0px;
}

/********* せるまねNAV *********/
#app ul.nav {
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  #app ul.nav {
    margin-bottom: 30px;
  }
}
#app ul.nav li {
  float: left;
  width: 30%;
  margin: 0 1.5%;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 80%;
  font-weight: normal;
  border: 1px solid #f2f2f2;
}

@media only screen and (max-width: 960px) {
  #app ul.nav li {
    width: 46%;
    margin: 0 1.5% 2% 1.5%;
  }
}
#app ul.nav li a {
  color: #333;
  background: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 0 18px 0;
}

@media only screen and (max-width: 960px) {
  #app ul.nav li a {
    padding: 15px 0px 18px 0px;
    height: 45px;
  }
}
#app ul.nav li a:before {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  color: #e50012;
  font: 10px "FontAwesome";
  content: "\f107";
}

/*IE8▼*/
html > #app ul.nav li a:before {
  color/***/: #fff¥9;
}

/*IE7▼*/
* + html #app ul.nav li a:before {
  color: #fff;
}

/*IE6▼*/
#app ul.nav li a:before {
  _color: #fff;
}

#app ul.nav li.active a {
  color: #333;
  background: #fdebec;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 0 18px 0;
}

#app ul.nav a:hover {
  font-weight: bold;
}

/*********「せるまね」の使い方 *********/
#app #shiyou h4 {
  margin: 10px 0 0 0;
  background: none;
}

#app #shiyou article {
  margin-bottom: 0px;
}

#app #shiyou article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#app #shiyou article img {
  margin-bottom: 5px;
}

#app #shiyou article p {
  margin: 0 0 10px 0;
}

#app #shiyou article .description {
  background: #f8f8f8;
  padding: 20px 0 10px 10px;
  overflow: hidden;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}

#app #shiyou .img {
  float: right;
}

#app #shiyou dl {
  float: left;
  width: 150px;
  margin: 0 20px;
  text-align: center;
  font-size: 80%;
}

@media only screen and (max-width: 480px) {
  #app #shiyou .shiyou_list {
    clear: both;
  }

  #app #shiyou dl {
    float: none;
    width: 80%;
    padding: 0 7% 2% 7%;
  }
}
#app #shiyou #shiyou1 .img {
  padding: 15px;
}

#app #shiyou #shiyou1 dl {
  margin: 5px;
}

@media only screen and (max-width: 960px) {
  #app #shiyou #shiyou1 dl {
    float: left;
    width: 48%;
    margin: 0;
    text-align: center;
    font-size: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #app #shiyou #shiyou1 dl {
    width: 80%;
    padding: 0 auto;
    margin: 0 auto;
  }
}
#app #shiyou dt {
  padding: 3px;
  background-color: #fff;
}

#app #shiyou dt img {
  width: 100%;
  margin-bottom: 0px;
}

#app #shiyou ol {
  margin: 10px 10px 10px 30px;
}

#app #shiyou ol li {
  margin-bottom: 5px;
}

.plus {
  margin: 10px 10px 20px 10px;
  font-size: 80%;
  color: #e50012;
}

.comment {
  width: 60%;
  margin: 30px;
  padding: 10px;
  font-size: 90%;
  background-color: #fff;
  border: solid 2px #e6e6e6;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}

@media only screen and (max-width: 960px) {
  .comment {
    width: 80%;
    margin: 10px;
    padding: 10px;
    font-size: 85%;
  }
}
.appicon {
  width: 13px;
  height: 13px;
}

#app #shiyou label {
  padding: 12px 0 8px 15px;
  border-left: solid 4px #e50012;
  border-bottom: solid 1px #b3b3b3;
  background-color: #fde9ea;
  font-weight: bold;
  display: block;
  position: relative;
}

@media only screen and (max-width: 960px) {
  #app #shiyou label {
    padding: 12px 0 8px 5px;
    background-color: #f5f5f5;
    font-weight: bold;
  }
}
@media only screen and (max-width: 480px) {
  #app #shiyou label {
    padding: 12px 0 8px 5px;
    font-size: 95%;
  }
}
#app #shiyou input {
  display: none;
}

#app #shiyou label:before {
  display: inline-block;
  content: "\f077";
  font: 10px "FontAwesome";
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #e50012;
  padding-right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 960px) {
  #app #shiyou label:before {
    content: "\f078";
    right: 10px;
    padding-right: 2px;
  }
}
@media only screen and (max-width: 480px) {
  #app #shiyou label:before {
    padding-right: 0px;
  }
}
#app #shiyou input:checked + label:before {
  content: "\f078";
  color: #e50012;
}

@media only screen and (max-width: 960px) {
  #app #shiyou input:checked + label:before {
    content: "\f077";
  }
}
#app #shiyou label:hover {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 960px) {
  #app #shiyou label:hover {
    background-color: #fde9ea;
  }
}
#app #shiyou input:checked + label {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 960px) {
  #app #shiyou input:checked + label {
    background-color: #fde9ea;
  }
}
#app #shiyou .hidden_show {
  padding: 10px;
  height: auto;
  opacity: 1;
}

@media only screen and (max-width: 960px) {
  #app #shiyou .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }
}
#app #shiyou input:checked ~ .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

@media only screen and (max-width: 960px) {
  #app #shiyou input:checked ~ .hidden_show {
    padding: 10px;
    height: auto;
    opacity: 1;
  }
}
/********** PEP *********/
#pep #pre h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../ippan/pep/images/title_image-pc.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 250px;
  width: 660px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #pep #pre h2 {
    background-image: url(../ippan/pep/images/title_image-pc@2x.jpg);
  }
}
#pep #pre p.right {
  padding: 10px 5px 0 0;
  text-align: right;
  font-size: 80%;
}

@media only screen and (max-width: 960px) {
  #pep #pre h2 {
    background-image: url(../ippan/pep/images/title_image-sp.jpg);
    padding-top: 38%;
    height: 0;
    width: 100%;
  }
}
#pep #sec_main section article {
  margin: 0 0 30px;
}

#pep #about .lead .image {
  float: right;
  width: 25%;
}

#pep #about .lead .image img {
  width: 100%;
}

#pep #about .lead p {
  float: left;
  width: 70%;
}

@media only screen and (max-width: 960px) {
  #pep #about .lead .image {
    float: none;
    width: 100%;
    text-align: center;
  }

  #pep #about .lead .image img {
    max-width: 200px;
  }

  #pep #about .lead p {
    float: none;
    width: 100%;
  }
}
#pep #about ul {
  margin: 0 0 15px;
}

#pep #about li {
  padding-left: 20px;
  position: relative;
  margin: 0 0 0px;
}

#pep #about li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #e50012;
  font-size: 10px;
  font-family: "FontAwesome";
  content: "\f111";
}

#pep #cost table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border: 2px solid #ccc;
  margin: 10px 0;
}

#pep #cost table th,
#pep #cost table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#pep #cost table th {
  background: #eee;
  white-space: nowrap;
  text-align: center;
}

#pep #cost table thead th {
  background: #ddd;
}

#pep #sec_main section h5 {
  font-size: 100%;
}

@media only screen and (max-width: 960px) {
  #pep .cost_table1 th,
#pep .cost_table1 td {
    display: block;
  }

  #pep .table_waku {
    width: 100%;
    overflow-x: scroll;
  }

  #pep .cost_table2 {
    width: auto;
  }

  #pep .cost_table2 td {
    white-space: nowrap;
  }
}
#pep .flow article {
  margin: 0 0 20px;
  background: #fef3f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3%;
}

#pep .flow article:nth-child(even) {
  background: #fde8e9;
}

#pep .flow article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#pep .flow article .no {
  float: left;
  width: 70px;
  font-size: 60px;
  line-height: 1;
  font-family: "Times New Roman", Times, "serif";
  font-style: italic;
  color: #e50012;
}

#pep .flow article .text {
  padding: 15px 0 0 70px;
}

#pep .flow article .text p {
  margin: 0;
}

#pep .flow article .text .red {
  color: #e50012;
}

#pep .flow article .text ul {
  margin: 10px 0;
}

#pep .flow article .text ul li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 5px;
}

#pep .flow article .text ul li::before {
  position: absolute;
  top: 0;
  left: 0px;
  color: #e50012;
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f046";
}

@media only screen and (max-width: 480px) {
  #pep .flow article .no {
    float: none;
    width: 100%;
    font-size: 40px;
  }

  #pep .flow article .text {
    padding: 10px 0 0 0px;
  }
}
#pep .flow article .text .image {
  float: right;
  width: 25%;
}

#pep .flow article .text .image img {
  width: 100%;
}

#pep .flow article .text .text2 {
  float: left;
  width: 70%;
}

@media only screen and (max-width: 960px) {
  #pep .flow article .text .image {
    float: none;
    width: 100%;
    text-align: center;
  }

  #pep .flow article .text .image img {
    max-width: 200px;
  }

  #pep .flow article .text .text2 {
    float: none;
    width: 100%;
  }
}
#pep #fusegu .lead .image {
  float: right;
  width: 25%;
}

#pep #fusegu .lead .image img {
  width: 100%;
}

#pep #fusegu .lead p {
  float: left;
  width: 70%;
}

@media only screen and (max-width: 960px) {
  #pep #fusegu .lead .image {
    float: none;
    width: 100%;
    text-align: center;
  }

  #pep #fusegu .lead .image img {
    max-width: 150px;
  }

  #pep #fusegu .lead p {
    float: none;
    width: 100%;
  }
}
#pep #comingsoon {
  height: 600px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #pep #comingsoon {
    height: auto;
    padding: 50px 0;
  }
}
#tel #pagetitle .image {
  margin: 0 0 20px;
}
#tel ul.nav {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  #tel ul.nav {
    margin-bottom: 30px;
  }
}
#tel ul.nav li {
  width: 19%;
  margin: 0 0.5%;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 80%;
  font-weight: normal;
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 960px) {
  #tel ul.nav li {
    width: 31.3%;
    margin: 0 1% 2% 1%;
  }
}
@media only screen and (max-width: 480px) {
  #tel ul.nav li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  #tel ul.nav li:last-child {
    width: 96%;
  }
}
#tel ul.nav li a {
  color: #333;
  background: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 0 18px 0;
}
@media only screen and (max-width: 960px) {
  #tel ul.nav li a {
    padding: 15px 0px 18px 0px;
  }
}
#tel ul.nav li a:before {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  color: #e50012;
  font: 10px "FontAwesome";
  content: "\f107";
}
#tel ul.nav li a:hover {
  font-weight: bold;
  background-color: #FBE8E8;
}
#tel #concept .waku {
  background-image: url("/ippan/tel/images/concept_back.jpg");
  background-size: cover;
  margin: 20px 0 0;
  padding: 2% 10%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 960px) {
  #tel #concept .waku {
    padding: 4% 6%;
  }
}
@media only screen and (max-width: 480px) {
  #tel #concept .waku {
    padding: 24px 8%;
  }
}
#tel #concept p {
  width: 60%;
  font-weight: bold;
  margin-right: 5%;
}
@media only screen and (max-width: 480px) {
  #tel #concept p {
    width: 100%;
    margin: 0 0 10px;
  }
}
#tel #concept .image {
  width: 35%;
}
@media only screen and (max-width: 480px) {
  #tel #concept .image {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
#tel #flow article {
  margin: 0 0 30px;
}
#tel .tel {
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  #tel .tel {
    font-size: 22px;
  }
}
#tel .tel a {
  color: #333333;
  text-decoration: none;
}
#tel .tel2 {
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  #tel .tel2 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=maps/ippan.css.map */