﻿/* CSS Document */
/*@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap);
/****************************************************************/
/* SP共通CSS
/****************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.4666vw; /*13px*/
}
ul, ol, li, dl, dt, dd {
  list-style-type: none;
  list-style-position: outside;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a, a:hover {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
/* 見出し*/
h1, h2, h3, h4, h5 {
  font-size: 100%;
}
/*clear*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
#header {
  font-size: 14px;
}
.smp_none, .sp_none {
  display: none !important;
}
#footer_nav {
  display: none;
}
#pankuzu {
  display: none;
}
#header_nav {
  display: none;
}
.fsiz_small {
  font-size: 80%;
}
/****************************************************************/
/* breadcrumb
/****************************************************************/
#breadcrumb {
  width: 100%;
  position: relative;
  font-size: 3.3vw;
  background-color: #FFF;
}
#breadcrumb ol {
  margin: 0 auto;
  padding: 1.5% 2.5% 1.2%;
  white-space: nowrap;
  overflow: auto;
}
#breadcrumb li {
  display: inline;
  padding-right: 0.7%;
}
#breadcrumb li:last-child {
  font-weight: bold;
}
#breadcrumb li a {
  color: #666;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: none;
}
/****************************************************************/
/* jump用 // 掲載期間が終了しました
/****************************************************************/
#jump_wrap {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10% 5% 45%;
  line-height: 1.5em;
  font-size: 0.8em;
}
#jump_wrap .ttl {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #006699;
  padding-bottom: 3%;
  border-bottom: solid 1px #999;
  margin-bottom: 10%;
}
#jump_wrap a {
  color: #2361ad;
  text-decoration: underline;
}
/****************************************************************/
/* pagetop
/****************************************************************/
.goTop__img--pc {
  width: 54px;
}
.goTop__img--sp {
  height: initial !important;
}
/****************************************************************/
/* pagetop（消える予定）
/****************************************************************/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 9999;
  display: none;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: auto;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
}
#pagetop a {
  /*background: #666;*/
  text-decoration: none;
  color: #FFF;
  /*	padding: 16px 12px;*/
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
}
/* footerBox */
#footerBox {
  display: block;
  font-size: 80%;
  clear: both;
  background: #004BB0;
  background-image: none;
  padding: 1em 0.7em 0.5em;
}
#footerBox .footer-pagetop {
  margin: 0.2em auto 1em;
  width: 80%;
  background-color: #E6EDF7;
  color: #004BB0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}
#footerBox .footer-pagetop a {
  display: block;
  padding: 0.5em;
  color: #004BB0;
}
/****************************************************************/
/* featureから引っ越し　ad用　2020.2.27
/****************************************************************/
#footerAreaSP {
  width: 100%;
  padding: 0;
  margin-top: 15%;
}
#footerAreaSP h3 {
  font-size: 4vw;
  font-weight: bold;
  margin: 3% 0;
  padding: 2.5% 4%;
  background-color: #E4E4E4;
}
/* recommnedArea */
#recArea {
  background: #FFF;
}
#recArea h3 span{
  display: flex;
}
#recArea h3 span::before {
  /*  content: "\ea10";*/
  /*content: "\f046";
  font-family: FontAwesome;
  padding: 0 8px 0 0;
  color: #333;*/
  content:'';
  background: url('/cmn/icon/icon_field_entered.svg') no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  display: inline-block;
}
.recommendArea-wrap {
  overflow-x: scroll;
}
#recArea ul {
  width: 160vw;
  display: flex;
  padding: 1% 2%;
}
#recArea li {
  width: calc(100% / 5);
  display: block;
  padding: 0 0.7%;
}
#recArea li img {
  width: 100%;
}
#recArea li a:hover {
  opacity: 0.7;
}

/* recommnedArea_NEW */
#searchApp {
  width: 100%;
  margin: auto;
  padding: min(calc(30vw / 7.5), 30px) 0;
}

main a.searchBtn, main a.rn-searchMod__formDomLink{
	color:#FFF;
}
.reco-banner__list_new {
  flex-wrap: wrap;
  /* width: min((710vw / 7.5), 992px)!important;*/
}
.reco-banner__list_new {
  width: 100% !important;
  margin-top: min(calc(80vw / 7.5), 80px);
  /*  background: #f2f2f2;*/
  padding: min(calc(40vw / 7.5), 30px) !important;
  display: flex !important;
  gap: min(calc(40vw / 7.5), 20px);
  margin: 0 auto;
}
.reco-banner__list_new > li {
  width: calc((100% - calc(40vw / 7.5)) / 2) !important;
}
.reco-banner__list_new > li:last-child {
  display: none !important;
}
/*　LINE　メルマガボタン用*/
#couponInfo.bgGray {
  min-height: 5px;
	margin: 24px 0;
    background: #F2F2F2;
}
#couponInfo .section__container,#snsInfo .section__container {
    padding: 24px 24px;
}
#couponInfo .align-center,#snsInfo .align-center {
    text-align: center !important;
}
#couponInfo .heading--md,#snsInfo .heading--md {
    font-weight: 700;
    font-size: 1.43rem;
    margin-bottom: 8px;
}
#couponInfo .button,#snsInfo .button {
	width: 100%;
  min-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  max-width: 100%;
  padding: 15px 23px 15px 10px;
  font-size: 1.14rem;
  margin-bottom: 10px;
	display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	color: #333;
    background-color: #FFF;
    border:1px solid #888;
}
#couponInfo .button img,#snsInfo .button img {
  width: 29px;
  max-width: 32px;
  margin-right: 8px;
}
#couponInfo .button span,#snsInfo .button span {
  font-size: 1.42rem;
  font-weight: bold;
}
#couponInfo .txtGreen span {
  color: #00B900;
}
#couponInfo .txtBlue span {
  color: #004098;
}
.arrowRight:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% - 7px);
  right: 10px;
  transition: all .50s ease-out;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #555;
}
#couponInfo .txtGreen:after {
  border-color: #00B900;
}
#couponInfo .txtBlue:after {
  border-color: #004098;
}
/*新コンポーネント用*/
#couponInfo2 {
  background: #f2f2f2;
  margin-top: 20px;
}
.info2_container {
  padding: 20px;
}
.info2__ttl {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
}
.info2_btn {
  display: block;
  background: #FFF;
  padding: 10px 20px 10px 10px;
  border: 1px solid #CCC;
  border-radius: 6px;
  margin: 10px auto;
  width: 90%;
  position: relative;
}
.info2_btn img {
  width: 29px;
  margin: 8px;
  vertical-align: middle;
}
.info2_btn span {
  font-size: 1.42rem;
  line-height: 1.1em;
  font-weight: bold;
}
.info2_btn.txtGreen span {
  color: #00B900;
}
.info2_btn.txtBlue span {
  color: #004098;
}
.info2_btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% - 7px);
  right: 10px;
  transition: all .50s ease-out;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #555;
}
.info2_btn.txtGreen:after {
  border-color: #00B900;
}
.info2_btn.txtBlue:after {
  border-color: #004098;
}