@charset "shift_jis";

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

title : ホームメイトブログ
scope : common

last modify :2024/02/20 kushimoto WEB1_TASK-13615 相互リンクバナー用記述追加
2023/12/25 156_goto WEB1_TASK-13179 「Hiragino Sans」フォントの使用禁止
2023/11/16 156_goto WEB1_TASK-12767_viewport指定修正に伴うメディアクエリの数値修正
2023/07/05 319_shimizu 一覧ページの空白対策 WEB1_TASK-11644
2021/12/27 319_shimizu 地域選択ページパンくず／文字サイズ修正 WEB1_TASK-6161
2019/09/23 322_aragane iPadOS対応 #17120
2019/06/21 322_aragane ピカ写メセット改修 #16676
2018/12/04 322_aragane 新着ブログ記事の点線を実線に修正 #15360
2018/09/07 247_morita ピカ写メ：アプリ起動リンク設置
2018/08/02 319_shimizu ピカ写メセットに特許取得紹介ページへのリンクバナー追加 #14638
2018/05/18 247_morita PC・タブレット版 施設リサーチ「ピカ写メセット／グレー削除対応」 #14253
2018/04/27 247_morita ピカ写メアプリ紹介バナー改修　04/26）社長指示 #14104 
2018/04/03 247_morita ピカ写メアプリ紹介バナー改修　03/26）社長指示A #13926
2018/03/30 goto 公開前チェックの修正 
2018/02/19 230inagaki 新規作成

memo  : 
-cssコーディング規約4.15.スタイルのリセットについてに基づく
-reset用cssと各部品用cssのみ記述

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


/*  調整用ベーススタイル
========================================================== */

body {
  letter-spacing: .05em;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%;
  /*font-feature-settings : "pkna";文字詰め*/
}

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  min-width: 1024px;
}

h2{
	font-weight: 600;
}


/*--游ゴシックが不鮮明対策--*/

@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 600;
  src: local("Yu Gothic Bold");
}

html,
body {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family:'HiraKakuPro-W3',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  box-sizing: border-box;
}

figure,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}

a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}

a:link {
  background-color: transparent;
}

a:visited {
  background-color: transparent;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

a:hover img {
  opacity: .8;
}



/* ==========================================================
/*  部品用css
*各種タイトル *ブログトップメニュー *レイアウト *新着ブログ記事
*アクセスランキング週間 *アクセスランキング月間
*最近チェックしたブログ *最近チェックした店舗
*ピカシャメ *ヘッダー *フッター *seoテキスト
*flexclass *バナー
========================================================== */
/*各種タイトル*/
.ttl_section {
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
  margin: 0 auto;
  text-indent: 4rem;
}

.bg_ttl_blue {
  background: url("/image/bg_ttl_blue.png") repeat 0 5px;
}

.bg_ttl_red {
  background: url("/image/bg_ttl_red.png") repeat 0 5px;
}


/*レイアウト*/
.toppage {
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0;
  width: 990px;
}

.right_content {
  width: 300px;
}

.left_content {
  width: 650px;
}

.bottom_content {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}

/*新着ブログ記事*/
.new_log_box {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  width: 900px;
}

.new_log_box h2 {
  position: relative;
}

.new_log_box h2::after {
  content: "what's new";
  font-size: 1.6rem;
  font-weight: 100;
  position: absolute;
  right: 25px;
}

.new_log_ttl,
.new_log_pref_ttl {
  margin: 10px auto 0;
  width: 835px;
}

.new_log_ttl li,
.new_log_pref_ttl li {
  background: #cf5e89;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.new_log_ttl li:first-child {
  width: 120px;
}

.new_log_ttl li:nth-child(2) {
  width: 80px;
}

.new_log_ttl li:nth-child(3) {
  width: 360px;
}

.new_log_ttl li:last-child {
  width: 260px;
}

.new_log_pref_ttl li:first-child {
  width: 120px;
}

.new_log_pref_ttl li:nth-child(2) {
  width: 445px;
}
.new_log_pref_ttl li:last-child {
  width: 260px;
}

.whatsnewbox_long,
.whatsnewbox_long_pref {
  align-items: center;
  background: #faecec;
  border-bottom: 1px solid #cf5e89;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  margin: 0 auto;
  width: 835px;
}

.whatsnewbox_long.evennum,
.whatsnewbox_long_pref.evennum {
  background: #fff;
}

.whatsnewbox_long p,
.whatsnewbox_long_pref p {
  margin: 0;
}

.blogdate {
  font-size: 1.4rem;
  text-align: center;
  width: 120px;
}

.blogplace {
  text-align: center;
  width: 80px;
}

.blogtitle {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 360px;
}

.whatsnewbox_long_pref .blogtitle {
  width: 430px;
}

.blogshop {
  box-sizing: border-box;
  padding: 0 18px;
  width: 260px;
}

.new_log_box .past {
  background: #ce5d88;
  border-radius: 3px;
  box-sizing: border-box;
  float: right;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 30px 0 0;
  padding: 0 20px 0 0;
  position: relative;
  text-align: center;
  width: 200px;
}

.new_log_box .past a {
  color: #fff;
  display: block;
}

.new_log_box .past a::after {
  content: ">>";
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 1px;
  position: absolute;
  right: 8px;
  top: -1px;
  -webkit-transform: scale(.8, 1.6);
          transform: scale(.8, 1.6);
}

.new_log_box .past:hover {
  opacity: .8;
}


/*アクセスランキング*/
.rank_access_box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.rank_access_box h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 40px;
  margin: 0;
  text-align: left;
  text-indent: 1.3rem;
}

.rank_access_box h2::before {
  background: url("/image/icn_ttl_ranking.png") no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 5px;
  position: relative;
  right: 3px;
  top: 3px;
  width: 22px;
}

.rank_access_box h2 > span {
  font-size: 1.4rem;
}

.rank_access_box dl {
  align-items: stretch;
  flex-wrap: wrap;
}

.rank_access_box dt {
  box-sizing: border-box;
  height: 60px;
  padding: 22px 0;
  text-align: center;
  width: 50px;
}

.rank_access_box dd {
  box-sizing: border-box;
  height: 60px;
  padding: 8px 0;
  width: 270px;
}

.rank_access_box p {
  line-height: 1.5;
  margin: 0;
}

.rank_access_box .kikan {
  font-size: 1.3rem;
  height: 35px;
  margin: 5px auto 0;
  text-align: right;
}


/*アクセスランキング週間*/
.rank_access_weekly {
  border-bottom: 2px solid #26a0ed;
  letter-spacing: 0;
  width: 320px;
}

.rank_access_weekly.shi_ho,
.rank_access_weekly.hok_to{
  letter-spacing: -1px;
}

.rank_access_weekly h2 {
  background: #26a0ed;
}

.rank_access_weekly dt,
.rank_access_weekly dd {
  background: #e1f1fa;
}

.rank_access_weekly .bk_none {
  background: #fff;
}


/*アクセスランキング月間*/
.rank_access_monthly {
  border-bottom: 2px solid #7cb240;
  letter-spacing: 0;
  width: 320px;
}

.rank_access_monthly.shi_ho,
.rank_access_monthly.hok_to{
  letter-spacing: -1px;
}

.rank_access_monthly h2 {
  background: #7cb240;
}

.rank_access_monthly dt,
.rank_access_monthly dd {
  background: #e2f2d1;
}

.rank_access_monthly .bk_none {
  background: #fff;
}


/*最近チェックしたブログ・店舗*/
.recent_chk_box {
  background: #fcf4f4;
  border: 2px solid #cf5e89;
}

.recent_chk_box dt {
  background: #fbd7e4;
  color: #af3d69;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}

.recent_chk_blog {
  margin: 0 auto 30px;
}

.recent_chk_blog ul {
  padding: 0 25px;
}

.recent_chk_blog li {
  margin: 18px auto 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recent_chk_blog li::before {
  color: #cf5e89;
  content: "●";
  font-size: 1rem;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.recent_chk_shop {
  margin: 0 auto 25px;
}

.recent_chk_shop ul {
  padding: 0 15px;
}

.recent_chk_shop li {
  letter-spacing: -1px;
  line-height: 24px;
  margin: 10px auto 0;
  position: relative;
}

.recent_chk_shop li:first-child {
  margin: 15px auto 0;
}

.recent_chk_shop a {
  display: block;
  position: relative;
}

.recent_chk_shop .thum_shop {
  display: block;
  height: 24px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 30px;
}

.recent_chk_shop .thum_shop img {
  height: 100%;
  width: 100%;
}

.recent_chk_shop .chk_shop_name {
  margin-left: 40px;
}


/*ブログ掲載店舗*/
.publish_shop_box {
  border: 2px solid #3961a6;
  margin: 0 auto 20px;
}

.publish_shop_box  dl {
  background: #f0f6fc;
}

.publish_shop_box dt {
  background: #bbd7fa;
  color: #2a539a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}

.publish_shop_box dd {
  font-size: 1.4rem;
  padding: 0 25px 20px;
}

.publish_shop_box .pref {
  font-size: 1.6rem;
  margin: 20px auto 0;
}

.publish_shop_box .titem {
  margin: 0 0 0 25px;
}

.publish_shop_box .titem .city{
  font-size: 1.4rem;
}

.publish_shop_box .titem_city {
  font-size: 1.6rem;
  margin: 20px 0 0;
}

.publish_shop_box .titem.shop {
  display: none;
  margin: 0 0 0 25px;
}

.publish_shop_box .titem li {
  align-items: baseline;
  display: flex;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 10px auto 0;
}

.publish_shop_box .titem li a {
  margin-left: 5px;
}

.publish_shop_box .city {
  font-size: 1.6rem;
  padding-left: 15px;
  position: relative;
  margin: 20px auto 0;
  text-indent: -15px;
}

.publish_shop_box .pref::before,
.publish_shop_box .titem_city::before {
  color: #cf5e89;
  content: "▲";
  display: inline-block;
  font-size: 1rem;
  height: 10px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
}


.publish_shop_box .city::before{
  color: #cf5e89;
  content: "▲";
  display: inline-block;
  font-size: 1rem;
  height: 10px;
  position: relative;
  top: 13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
}

.publish_shop_box .pref.active::before,
.publish_shop_box .titem_city.active::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.publish_shop_box .city.active::before {
  left: -15px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: -2px;
}


.publish_shop_box .pref::before {
  margin-right: 10px;
}

.publish_shop_box li::before {
  color: #2260ca;
  content: "●";
  font-size: 1rem;
  position: relative;
  top: -2px;
}


/*バナーボックス*/
.recent_chk_box + .bnr_box_wrap {
  margin-top: 20px;
}

.bnr_box_wrap {
 padding-bottom: 20px;
 border-bottom: 1px solid #cf5e89;
}

.bnr_box_wrap .bnr_box:first-child {
 margin-top: 0;
}

.bnr_box {
  margin: 20px auto 0;
}

.bnr_box .cap {
  font-size: 1.4rem;
  margin: 10px auto 0;
}

.bnr_box hr {
  border: 0;
  border-top: 3px solid #cc5479;
  margin: 0;
}

/*FC店募集*/
.srch_hmfc_box {
  margin: 30px auto 0;
}

.srch_hmfc_box .lead {
  margin: 20px auto 0;
  text-align: center;
}

.bnr_srch_hmfc {
  margin: 20px auto 0;
  width: 610px;
}

/*アニメとLINEスタンプ*/
.bnr_hm_anime {
  border-top: 3px solid #cc5479;
  margin: 30px auto 0;
  width: 590px;
}

.bnr_hm_anime li {
  margin: 30px auto 0;
  text-align: center;
}

.bnr_hm_anime li:last-child {
  margin: 35px auto 0;
}

.bnr_hm_anime .cap {
  font-size: 1.2rem;
  text-align: center;
}


/*物件バナーボックス*/
.rent_search_banner {
  margin: 30px auto 0;
  position: relative;
  width: 620px;
}
/*一覧ページ／バナーボックス*/
.rent_search_banner.banner_box li{
  display: inline-block;
  margin: 0 0 20px 20px;
  width: 300px;
}
.rent_search_banner.banner_box li:nth-child(odd){
  display: inline-block;
  margin: 0 0 20px 0;
}
.rent_search_banner.banner_box a{
  display: block;
  margin: 0;
  padding: 0;
}
.rent_search_banner.banner_box img{
  margin: 0;
  padding: 0;
  width: 100%;
}
/*-- ピカ写メまとめコンテンツバナー用 --*/
.pika_all_box {
  display: block;
  margin: 20px auto 0;
  width: 640px;
}

.appli_patent{
  height: 80px;
  margin: 0 auto 20px;
  width: 580px;
}

.pika_all_box .cap {
	font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  text-align: center;
}

.pika_all_box a {
	display: block;
  line-height: 0;
}

.pika_all_box a:hover img {
	opacity: 0.8;
}

/*-- SNSに投稿しよう --*/
.pika_sns {
  line-height: 0;
  overflow: hidden;
  text-align: center;
}

.pika_sns p {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin: 15px 0;
  text-align: center;
}

.pika_sns p span:nth-child(1) {
  color: #144aad;
}

.pika_sns p span:nth-child(2) {
  color: #d4286d;
}

/* mod_officialapp_pika */
.mod_officialapp_pika {
  margin-top: 5px;
  padding-bottom: 25px;
}

.mod_officialapp_pika a img {
  pointer-events: none;
}

.mod_officialapp_pika .lnk2 {
  display: flex;
  flex-wrap: nowrap;
  height: 210px;
  margin-top: 10px;
}

.mod_officialapp_pika .lnk2 .frame {
  line-height: 0;
  position: relative;
  width: 199px;
}

.mod_officialapp_pika .lnk2 .frame figure {
  margin: 0;
}

.mod_officialapp_pika .lnk2 .frame .btn {
  background: #fff;
  border: none;
  border-radius: 50px;
  bottom: 15px;
  height: 46px;
  left: 0;
  line-height: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 169px;
}

.mod_officialapp_pika .lnk2 .frame .btn a {
  border-radius: 50px;
  display: inline-block;
}

.mod_officialapp_pika .lnk2 .frame .btn a:hover {
  opacity: 0.8;
}

.mod_officialapp_pika .lnk2 .app_dtl {
  box-sizing: border-box;
  flex-grow: 1;
  padding: 7px 25px 0;
  text-align: left;
  width: 439px;
}

.mod_officialapp_pika .lnk2 .app_dtl .l_ttl {
  display: inline-block;
  font-size: 15px;
  margin: 0;
}

.mod_officialapp_pika .lnk2 .app_dtl .l_ttl a {
  border-bottom: 2px solid #003987;
  display: inline-block;
  margin-left: 26px;
  padding-bottom: 1px;
  position: relative;
}

.mod_officialapp_pika .lnk2 .app_dtl .l_ttl a::before,
.mod_officialapp_pika .lnk2 .app_dtl .l_ttl a::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

.mod_officialapp_pika .lnk2 .app_dtl .l_ttl a::before {
  background: #003987;
  border-radius: 50%;
  height: 20px;
  left: -26px;
  width: 20px;
}

.mod_officialapp_pika .lnk2 .app_dtl .l_ttl a::after {
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  height: 8px;
  left: -18px;
}

.mod_officialapp_pika .lnk2 .app_dtl .l_ttl a:hover {
  border-bottom: 2px solid #ea2020;
}

.mod_officialapp_pika .lnk2 .app_dtl .l_ttl a:hover::before {
  background: #ea2020;
}

.mod_officialapp_pika .lnk2 .app_dtl .cap {
  margin: 4px 0 0;
}

.mod_officialapp_pika .lnk2 .app_dtl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 2px auto 0;
  max-width: 380px;
}

.mod_officialapp_pika .lnk2 .app_dtl li {
  line-height: 0;
  margin: 7px 3px 0 4px;
}

.mod_officialapp_pika .lnk2 .app_dtl li a {
  border-radius: 13px;
  display: inline-block;
  line-height: 0;
}

.mod_officialapp_pika .lnk2 .app_dtl li a:hover {
  opacity: 0.8;
}

.mod_officialapp .lnk2 a:hover .frame img{
  opacity: 0.8;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1180px) {
  .pika_all_box 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;
  }
}

/*ヘッダー*/
.header_box {
  background: #fae3eb;
}

.header_lead {
  background: #d1517e;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 0;
}

.header_lead p {
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 10px;
  width: 1024px;
}

.header_wrap {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  width: 1024px;
}

.header_wrap h1 {
  box-sizing: border-box;
  padding-left: 45px;
}

.header_box a {
  display: block;
}

.blog_search {
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin-right: 12px;
  padding: 13px 0 13px 10px;
}

.blog_search li {
  margin-right: 10px;
}

.blog_search input[type=radio] {
  display: none;
}

.blog_search label {
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 0 0 20px;
  padding-left: 8px;
  position: relative;
}

.blog_search label::before,
.blog_search label::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

.blog_search label::after {
  background: #fae3eb;
  border: 1px solid #d1517e;
  box-sizing: border-box;
  height: 20px;
  left: -18px;
  top: -1px;
  width: 20px;
}

.blog_search input[type=radio]:checked + label::before {
  background: #d1517e;
  height: 10px;
  left: -13px;
  top: 4px;
  width: 10px;
  z-index: 1;
}

.blog_search input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fbf1f5;
  border: 1px solid #d1517e;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 210px;
}

.blog_search input[type=text]:focus {
  background: #fff;
}

.blog_search input[type=text]::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

.blog_search input[type=text]:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

.blog_search input[type=text]::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.blog_search input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
}

.blog_search input[type=text]:focus:-ms-input-placeholder {
  opacity: 0;
}

.blog_search input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}

.blog_search button {
  background: #d1517e;
  border: 1px solid #d1517e;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 28px;
  left: -5px;
  letter-spacing: .4rem;
  line-height: 24px;
  position: relative;
  text-indent: .4rem;
  top: 1px;
  width: 58px;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  .blog_search button {
    height: 33px;
    text-indent: 0;
  } /* IE11 */
}


/*パンクズ*/
#siteroute {
  font-size: 1.4rem;
  line-height: 25px;
  margin: 10px auto 0;
  width: 945px;
}

#siteroute ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

#siteroute li {
  letter-spacing: 0;
  margin-right: 20px;
  position: relative;
}

#siteroute li::before {
  color: #cf5e89;
  content: "▲";
  display: inline-block;
  font-size: 1rem;
  height: 10px;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
}


/*フッター*/
.footer_box {
  border-bottom: 15px solid #cc5479;
  border-top: 1px solid #333;
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.footer_box::after {
  border-top: 7px solid #418250;
  bottom: 3px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.footer_link_list {
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
}

.footer_link_list li {
  border-right: 1px solid #333;
  box-sizing: border-box;
  padding: 0 12px;
  text-align: center;
}

.footer_link_list li:first-child {
  border-left: 1px solid #333;
}

.copyright {
  font-size: 1.6rem;
  text-align: center;
}


/*SEOテキスト*/
.comment_box {
  border: 4px solid #ffdbe9;
  box-sizing: border-box;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 40px auto 0;
  padding: 5px 15px;
  width: 830px;
}


/*flexclass*/
.born {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.born_c {
  align-items: center;
  display: flex;
  justify-content: center;
}

.born_s {
  align-items: center;
  display: flex;
  justify-content: space-between;
}


/*ipad*/
@media screen and (min-width: 480px) and (max-width: 1180px) {
  a:hover {
    color: #1f7cc3;
    text-decoration: none;
  }

  a:hover img {
    opacity: 1;
  }

  .whatsnewbox_long a:hover {
    color: #00f;
  }

  .new_log_box .past:hover {
    opacity: 1;
  }

  .recent_chk_box a:hover {
    color: #00f;
  }

  .pika_channel a:hover {
    opacity: 1;
  }

  .blog_search input[type=text] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fbf1f5;
    border: 1px solid #d1517e;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 28px;
    padding: 5px 10px;
    width: 210px;
  }

  .blog_search button {
    height: 40px;
    letter-spacing: 5px;
    line-height: 33px;
    text-indent: 0;
    width: 80px;
  }
}

/* ---------------------------------------
ピカ写メ 公式アプリ  official_app_box
---------------------------------------- */
.official_app_box {
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
  width: 640px;
}

/* 見出しタイトル 20190603変更*/
.official_app_box .h_ttl {
  height: 45px;
  margin: 0 auto 15px;
  text-align: center;
  overflow: hidden;
}

.official_app_box .h_ttl > img {
  position: relative;
}

/*リード*/
.read_pikaapp {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px auto 0;
  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;
  letter-spacing: 0.01em;
  padding: 0 0 13px;
  position: relative;
  max-height: 299px;
  min-height: 220px;
  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: 600;
  line-height: 20px;
  margin: 8px 10px 0;
  text-align: left;
}

.mod_officialapp .cap {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.02em;
  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;
  box-shadow: 0 2px 0 #c31553,0 3px 3px rgba(0,0,0,.5);
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 30px;
  margin: 5px auto 0;
  position: relative;
  text-align: center;
  text-indent: -.25em;
  width: 90%;
}
.mod_officialapp .btn:hover{
	opacity: .8;
}

.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 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: dashed 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: 1180px) {
  .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;
  }
}

