
/* =======================================================================

##　ホームメイト・リサーチ 共通基本CSS

========================================================================== */

/* ---------------------------------------
　リセット・基本スタイル
---------------------------------------- */
html {
  line-height: 1.15;
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
}

ul,ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

td {
  text-align: center;
}

a {
  text-decoration: none;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  color: inherit;
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}



/* ---------------------------------------
 汎用クラス
---------------------------------------- */

/*ClearFix*/

.cf:before,.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}

/* ----------------------------------------------------------
 パンくず
---------------------------------------------------------- */
#siteroute {
  display:block;
  list-style:none;
  margin:0px auto;
  text-align:left;
  overflow:hidden;
  padding:10px 0px 5px;
  width:970px;
}
#siteroute li {
  float:left;
  margin: 0 5px 5px 0;
  padding:0;
}
#siteroute li > a {
  cursor:pointer;
  font-size:12px;
  line-height:110%;
  margin:0;
}
#siteroute li span {
  background: url(/image_cmn/cmn_mrk_siteroute_beige.gif) no-repeat 0 center;
  font-size:11px;
  float:left;
  margin: 0;
  padding:1px 0px 0 12px;
}
#siteroute li:not([class]):last-child > a span,
#siteroute li .last_crumbs {
  background: url(/image_cmn/cmn_mrk_siteroute_beige.gif) no-repeat 0 center;
  color:#000;
  cursor:default;
  font-size:12px;
  line-height:110%;
  padding-top:0;
}

/* ---------------------------------------
 ピカ写メシリーズバナー 
---------------------------------------- */
/*-- ピカ写メまとめコンテンツバナー用 --*/

/*リード*/
.read_pikaapp {
  margin: 0 auto;
  padding-top: 30px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.box_pikaapp_banner{
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  width: 640px;
}

.box_pikaapp_banner .box_bnr{
  width: 315px;
}

.box_pikaapp_banner a{
  display: block;
}

.box_pikaapp_banner a:hover img{
  opacity: .8;
}

.box_pikaapp_banner .box_bnr img{
  height: auto;
  text-align: center;
  width: 100%;
}

/* 共通*/
.mod_officialapp {
  margin: 20px auto 0;
  position: relative;
  width: 640px;
}

.mod_officialapp:nth-last-of-type(1) {
  padding-top: 25px;
}

.mod_officialapp .lst {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
}

.mod_officialapp .lnk2 {
  background: #fff;
  border: 1px solid #003987;
  box-sizing: border-box;
  padding: 0 0 55px;
  position: relative;
  width: 206px;
}

.mod_officialapp:nth-last-of-type(1) .lnk2 {
  border: 1px solid #90582e;
  padding: 0 0 10px;
}

.mod_officialapp .l_ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 8px 10px 0;
  text-align: left;
}

.official_app_box a .l_ttl{
  color: #003987;
}

.official_app_box a:hover .l_ttl{
  color: #ea2020;
}

.mod_officialapp .cap {
  color: #000;
  font-feature-settings: "palt";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: left;
  margin: 5px 8px 0;
}

.mod_officialapp .l_ttl a {
  display: block;
  height: 100%;
  width: 100%;
}

.mod_officialapp .l_ttl a:link,
.mod_officialapp .l_ttl a:visited {
  color: #003987;
}

.mod_officialapp .l_ttl a:hover {
  color: #ea2020;
}

.mod_officialapp .btn {
  background: #dd1d6a;
  border: none;
  border-radius: 50px;
  bottom: 15px;
  box-shadow: 0 2px 0 #c31553, 0 3px 3px rgba(0,0,0,.5);
  font-size: 13px;
  left: 0;
  letter-spacing: .1em;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: -.25em;
  width: 90%;
}

.mod_officialapp .btn::before{
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.8);
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
  position: absolute;
  right: 3%;
  top: 0;
  width: 18px;
}

.mod_officialapp .btn::after{
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #dd1d6a;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto 0;
  position: absolute;
  right: 6%;
  top: 0;
  width: 0;
}

.mod_officialapp .btn:hover {
  background: #ee5391;
}

.mod_officialapp .btn a {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
}

.mod_officialapp .frame {
  display: block;
  height: 130px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mod_officialapp:nth-last-of-type(1) .frame {
  height: 110px;
}

.mod_officialapp .frame img {
  height: auto;
  width: 100%;
}

.mod_officialapp .lnk2 a:hover .frame img {
  opacity: 0.8;
}

/* 分岐線 */
.mod_officialapp:nth-last-of-type(1)::before {
  border-top: solid 1px #333;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .box_pikaapp_banner a:hover img,
  .mod_officialapp_pika .lnk2 .frame .btn a:hover,
  .mod_officialapp_pika .lnk2 .app_dtl li a:hover,
  .mod_officialapp .lnk2 a:hover .frame img,
  .mod_officialapp .lnk.is_gr a:hover img {
    opacity: 1;
  }
}

/* ---------------------------------------
 医療機関の投稿に関する注意事項 #12367
---------------------------------------- */

/*-- 1段表示 --*/
.att_about_post {
  background: #fff;
  border: 1px solid #ccb284;
  border-radius: 16px;
  box-sizing: border-box;
  display: table;
  font-size: 13px;
  height: 32px;
  letter-spacing: 0.05em;
  line-height: 32px;
  margin: 10px auto 30px;
  padding: 0 15px;
  text-align: center;
}
  
.att_about_post dt,
.att_about_post dd {
  box-sizing: border-box;
  color: #112f58;
  display: table-cell;
  margin: 0;
  padding: 0 0 0 15px;
  text-align: right;
  vertical-align: middle;
}

.att_about_post dt {
  background: url("/search/image_cmn/ico_attention.png") no-repeat 0 center;
  background-size:20px 20px;
  color: #32b9b9;
  font-weight: 800;
  padding:0 5px 0 28px;
  position: relative;
}

.att_about_post dt:after{
  background: #ccb284;
  content:"";
  display:block;
  height: 24px;
  position:absolute;
  right:-5px;
  top:4px;
  width: 1px;
  z-index:2;
}

/*-- 2段 --*/
.att_about_post_s{
  clear: both;
  display: block;
  font-size: 0.875rem;
  margin: 20px 30px 0;
  padding: 0.5em 0 1em;
  text-align: left;
}

.att_about_post_s dt {
  border-radius: 4px;
  background:url("/search/image_cmn/ico_attention.png") no-repeat 0 center;
  background-size:20px 20px;
  color: #32b9b9;
  display: inline-block;
  font-weight: 800;
  margin: 0 0 0 0.25em;
  padding: 0.25em 0 0.25em 26px;
  position: relative;
}

.att_about_post_s dd {
  background: #fff;
  border: 1px solid #ccb284;
  border-radius: 4px;
  margin: 0.75em 0 0;
  padding:0.625em 1em;
}

/*-- margin調整 --*/
.att_about_post + .recent_post_box,
.att_about_post_s + .recent_post_box{
  margin-top: 20px; 
}

.nav_number_box02 + .att_about_post{
  margin-top: 20px; 
}

.nav_number_box02 + .att_about_post + #list_box{
  margin-top: -15px; 
}
.cf + .att_about_post_s {
  margin: 0px 30px; 
}

.mod_post_fa_info + .att_about_post_s,
.offer_ttl_arrow + .att_about_post_s {
  margin: 0px 30px 20px; 
}

.list_lead + .att_about_post_s {
  margin-top: 0;
}

.att_about_post_s + .facility_lst,
.att_about_post_s + .search_50on{
  margin-top: 10px;
}

#sec_top_review .offer_ttl_arrow + .att_about_post_s {
  margin: 0px 80px 20px; 
}

.mainttl + .att_about_post,
.mod_head + .att_about_post {
  margin: 20px auto;
}

.att_about_post_s + .user_info.video #videos_box{
  margin-top: 5px;
}

/* ---------------------------------------
 47都道府県の施設一覧リンク
---------------------------------------- */
html body .search-list-link{
  text-align: center;
  margin: 1em auto;
}
html body .search-list-link > a{
  color: #0000ff;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
html body .search-list-link a:before{
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #00f;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: .3em;
  left: 0;
}

/* ----------------------------------------------------------
 ポータルサイト説明のサイドバナー設置
---------------------------------------------------------- */

.js-modal_content.mod_category {
  display: none;
  width: 920px;
  border: 3px solid #007ccb;
  border-radius: 5px;
  background: #f8f7ea;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  position: absolute;
}

.mod_category.js-modal_content.bnr_portalsite_box {
  border: none;
  border-radius: 10px;
  left: 50% !important;
  right: auto;
  top: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1000px;
}

.box_inner {
  position: relative;
}

.mod_category.bnr_portalsite_box .btn_box {
  bottom: 0;
  left: 0;
  margin: 15px auto 31px;
  position: absolute;
  right: 0;
}

/* 閉じる */
.mod_category .btn_box {
  margin: 10px auto 20px;
  text-align: center;
}

.mod_category .btn {
  position: relative;
  width: 210px;
  height: 45px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.mod_category .btn img {
  left: 0;
  position: absolute;
  width: 422px;
}

.mod_category .btn:hover img {
  left: auto;
  right: 0;
}

.mod_category .btn.close img {
  bottom: 0;
}

/* Bootstrap用上書き記述 */

.mod_category .btn img {
  max-width: 422px;
}

.mod_category .btn.close {
  color: #000;
  filter: alpha(opacity=1);
  float: none;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
}

/*******************
目次通し番号追加（静的：旧コード）
********************/
.link_list_num {
  counter-reset: section;
  font-feature-settings: "palt";
}
.link_list_num dt {
  counter-increment: section;
  counter-reset: subsection;
}
.link_list_num dt::before {
  content: counter(section) ". ";
  line-height: 1em;
  margin-right: 1em;
}
.link_list_num dd {
  counter-increment: subsection;
}
.link_list_num dd::before {
  content: counter(section) "-" counter(subsection) ". ";
  margin-right: 1em;
}

/*******************
目次通し番号追加（静的：新コード）
********************/
.link_list_heading {
  counter-reset: section;
  font-feature-settings: "palt";
}
.link_list_heading .link_list_sec {
  counter-increment: section;
  counter-reset: subsection;
}
.link_list_heading .link_list_sec::before {
  content: counter(section) ". ";
  line-height: 1.3em;
  margin-right: 1em;
  line-height: 1.7em;
}
.link_list_heading .link_item .link_item {
  counter-increment: subsection;
}
.link_list_heading .link_item .link_item::before {
  content: counter(section) "-" counter(subsection) ". ";
  margin-right: 1em;
  line-height: 1.7em;
}