@charset "UTF-8";

body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}

.bgc_f7f7f7{background-color: #f7f7f7;}
.bdr_d1d1d1{border: solid 1px #d1d1d1;}

#mainContentsArea .conTtl{
  width: 516px!important;
  margin: 0 auto 32px!important;
  text-align: center;
  font-size: 30px!important;
  font-weight: bold;
  
}
#mainContentsArea .conTtl > span{
  border-bottom: 6px solid #a1f1ff;
}
.conBtnWrap{
  margin: 0 32px;
  letter-spacing: -0.5em;
}
.conBtn{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.conBtnWrap.column2 .conBtn{
  width: 432px;
  margin-right: 32px;
}
.conBtnWrap.column3 .conBtn{
  width: 289px;
  margin-right: 14px;
}
.conBtnWrap > .conBtn:last-child{margin-right: 0 !important;}

.conBtn a{
  background-color: #5fb2ff;
  border-radius: 4px;
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 108px;
}
.conBtn a:hover{opacity:.8;}
.conBtn a .icon{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 91px;
  height: 91px;
}
.conBtn a .txt{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.363;
}
.conBtn a .txt > span{
  font-size: 22px;
}
.conBtn a:after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}

.caution {
  color: #333;
  font-size: 14px;
  text-align: left;
  padding: 17px 17px 17px 100px;
  background-color: #fff9c8;
  position: relative;
}

.caution:before{
  content: url(https://r.r10s.jp/com/inc/home/20080930/spt/common/img/notification/icon_notice.svg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 9px auto 70px;
}

.caution span {
  position: relative;
}

span.newuser:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 21px;
    background-image: url(https://event.rakuten.co.jp/ochugen/tieup/furusato/_cmn/img/furusato_newuser_icon.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.topLead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}
.genreIcon {
  color: #333333;
  font-size: 22px;
  vertical-align:middle;
}

/*
  .conLeadList
------------------------------------------------- */
.conLeadList {
    margin-bottom: 20px
}
.conLeadList ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.conLeadList ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: initial !important
}
.conLeadList .image {
    width: 64px
}
.conLeadList .paragraph {
    font-size: 18px;
    font-weight: bold;
    color: #9b7332;
    line-height: 1.333
}

/*
 ancNav
---------------------------------------------- */
.ancNav{
  padding: 10px 0 9px;
  border-top:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
}
.ancNav ul{
  letter-spacing: -0.5em;
  display: flex;  /* ←追加してください */
}
.ancNav ul > li{
  width:calc((100% - 5px) / 4);
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-left:solid 1px #ccc;
}
.ancNav ul > li:last-child{border-right:solid 1px #ccc!important;}
.ancNav ul > li > a{
  width: 100%;
  height: 46px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal!important;
  text-align: center;
  color: #000 !important;
  position: relative;
  line-height: 1.3;
}
.ancNav ul > li > a:after{
  content:'';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left:-5px;
  border-bottom:solid 2px #000;
  border-left:solid 2px #000;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
  bottom:2px;
  left:50%;
  box-sizing: border-box;
}
.ancNav ul > li > a:hover {
  text-decoration: none;
  opacity:.8!important;
}


/*
 searchAlcorArea
---------------------------------------------- */
.searchAlcorArea {
  padding: 32px 500%;
  margin: 0 -500% 32px;
  background-color: #edfcff;
}

.searchAlcorArea .ecm-search-alcor-v2 {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
  border-radius: 4px;
}
.searchAlcorArea .ecm-search-alcor-v2-image-container {
  padding: 12px 12px 0;
}
.searchAlcorArea .ecm-search-alcor-v2-image-container img {
  border-radius: 4px;
}

.frstNote {
  font-size: 16px;
  width:960px;
  box-sizing: border-box;
  padding: 10px 10px 3px 10px;
  margin: 0 auto;
  border:1px solid #cccccc;
  background:#fcfcfc;
}

.frstNote ul {
  list-style: none;
}
.frstNote li {
    margin-left: 1.2rem;
    text-indent: -1rem;
    margin-bottom: 7px;
}

.frstNote li:before {
  content: "・";
}