@charset "utf-8";

/* ==========================================================

title : 施設検索 ホームメイト・リサーチ アプリ
scope : ホームメイト・リサーチ アプリ紹介コンテンツ 共通部分調整用スタイル

last modify : 2017/12/19 304_uehara PC版「施設検索アプリ／紹介ページ」制作[#13166]

2017/12/18 311_sakuma 新規作成
========================================================== */
body{
  color:#000;
  background-image: none;
}

/* ---------------------------------------
 共通header/footer 調整用ベーススタイル
---------------------------------------- */
header *,
.main_nav *,
footer * {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

h1,h2,h3,h4,h5,h6{
  margin:0;
}

/* ボタン hover */
* > a:hover [src*="btn_"],
* > a:hover [src*="bnr_"] {
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
  cursor:pointer;
}

.header_btn_area button {
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.prof button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.main_header .prof .name_area {
  min-width: 110px;
}

/* js_modal_content */
.js_modal_content button,
.js-modal_content button {
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.js_modal_content dl,
.js_modal_content dd,
.js-modal_content dl,
.js-modal_content dd {
  margin: 0;
}
.js_modal_content ul,
.js-modal_content ul {
  padding: 0;
}

.mod_usr_login .close {
  margin: 30px 0 0;
}

/* ---------------------------------------
 共通汎用スタイル
---------------------------------------- */
/*--flex骨子--*/
.born{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.born_c{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content:center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.born_l{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/* ---------------------------------------
 コンテンツ共通
---------------------------------------- */
.main_box {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
  width: 1000px;
}
.head_ttl {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.head_ttl + .lead {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 40px auto 15px;
  text-align: left;
  width: 780px;
}


/* メニュー
-------------------------- */
.contents_menu {
  width: 800px;
  margin: 35px auto 0;
}
.main_box > .contents_menu:last-of-type {
  margin: 35px auto 50px;
}
.contents_menu ul {
  margin: 0 auto;
  padding: 0;
}
.contents_menu ul li {
  height: 60px;
  width: 470px;
}
.contents_menu ul li a {
  background-color: #0591ea;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 18px 30px 18px 3px;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: bottom;
}
.contents_menu ul li a:hover {
  opacity: 0.7;
}
.contents_menu ul li a::before {
  content: "";
  border: 1px solid #fff;
  bottom: 3px;
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
}
.contents_menu ul li a::after {
  content: "";
  border-left: 12px solid #fff;
  border-bottom: 7px solid transparent;
  border-top:  7px solid transparent;
  margin-top: -7px;
  right: 19px;
  position: absolute;
  top: 50%;
}
.contents_menu ul li a span {
  font-size: 1.8rem;
}

/* アプリDL用スタイル
-------------------------- */
.mod_download {
  margin: 0 auto;
  text-align: center;
}
.mod_download:nth-of-type(2) {
  margin-top: 45px;
}
.mod_download_ttl {
  margin: 0 auto;
}
.mod_download_ttl img:nth-child(2) {
  margin-top: 40px;
}
.mod_download_ttl img.img_dl_update:nth-child(2) {
  margin-bottom: 25px;
  margin-top: 12px;
}

/*--qr--*/
.qr_box {
  margin: 14px auto 0;
  width: 670px;
  color: #525252;
}
.under_arrow + .qr_box {
  margin-top: 50px;
}
.qr_box_inner {
  width: 320px;
}
.qr_box_inner dt {
  margin: 0 auto;
}
.qr_box_inner.apple dt {
  background-color: #be1024;
}
.qr_box_inner.google dt {
  background-color: #274a7b;
}
.qr_box_inner dd {
  align-items: center;
  margin: 0 auto;
  padding: 20px 24px 20px 26px;
}
.qr_box_inner.apple dd {
  background-color: #fce9ef;
}
.qr_box_inner.google dd {
  background-color: #ddf4ff;
}
.qr_by {
  margin: 10px 0 0;
  font-size: 1.5rem;
  text-align: right;
  width: 100%;
}

/* ---------------------------------------
 パンくず
---------------------------------------- */
#siteroute li span {
  background: url(/image_cmn/cmn_mrk_siteroute_beige.gif) no-repeat 0 center;
}
#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;
}

/* ---------------------------------------
 フッターSEOテキスト
---------------------------------------- */
.mo_box {
  background-color: #fff;
  border: 3px solid #ffd8e7;
  box-sizing: border-box;
  clear: both;
  display: block;
  line-height: 1.2em;
  margin: 0 auto 15px;
  overflow: hidden;
  padding: 18px 20px 18px 20px;
  text-align: left;
  width:850px;
}

.mo_box p {
  margin: 0;
  padding: 0;
  color: #606060;
  font-size: 1.3rem;
  line-height: 1.6;
}


/* ---------------------------------------
 ページトップへ戻るスクロール
---------------------------------------- */
#btn_pagetop {
  background: url(/search/image/dtl_new/bg_pagetop_btn.png) no-repeat 0 0;
  border-radius: 6px;
  bottom: 30px;
  cursor: pointer;
  display: none;
  height: 70px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 30px;
  width: 90px;
  z-index: 100;
}

#btn_pagetop:hover {
  background-position: 0 -50px;
}



