@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////////////

コラムパーツ用

///////////////////////////////////////////////*/
.fs-pt-column__heading {
  font-size: 1.2rem!important;  
}
.fs-pt-column__description {
  font-size: 1.2rem!important;  
}

@media only screen and (max-width: 1024px) {
 .fs-pt-column__heading, .fs-pt-column__description {
  font-size: 1rem!important;  
}  
}

/*//////////////////////////////////////////////

LINE連携ページ

///////////////////////////////////////////////*/
.u_3col img {
  width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.u_3col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.u_3col > * {
  width: calc(33.33333% - 8px);
  margin-right: 12px;
  margin-bottom: 12px;
}
.u_3col > *:nth-child(3n) {
  margin-right: auto;
}
.u_3col > * > * {
  position: relative;
  overflow: hidden
}
@media screen and (max-width: 960px) {
  .u_3col > * {
    width: calc(50% - 6px);
  }
  .u_3col > *:nth-child(3n) {
    margin-right: 12px;
  }
  .u_3col > *:nth-child(2n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 580px) {
  .u_3col > * {
    width: 100%;
    margin-right: auto;
  }
  .u_3col > *:nth-child(3n) {
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .section_col .stepimg {
    width: 80%;
  }
}
/*//////////////////////////////////////////////

お買い物ガイドページ

///////////////////////////////////////////////*/
.uhb_h2 {
  background-color: #E7CFD1;
  padding: 0.5em;
}
.uhb_h2_u {
    border-bottom: double 5px #E7CFD1;
    margin-bottom: 15px;
}
.uhb_p_faq {
    color: #C4AAA7;
    padding: 0.5em 0;
    border-top: solid 3px #E7CFD1;
    border-bottom: solid 3px #E7CFD1;
    font-weight: bold;
    }
@media only screen and (max-width: 1024px) {
.fs-c-documentArticle {
    font-size: 1rem;
}
    }
.section_guide ul, ol {
  padding: 0.5em 0 0.5em 1.5em;
  width: 80%;
  display: block;
}
.section_guide ol.menu {
  counter-reset: list;
  list-style-type: none;
  padding: 1.5em;
}
.section_guide ol.menu li {
  position: relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: dashed 1px #C4AAA7;
}
.section_guide ol.menu li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #C4AAA7;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section_guide ul li, ol li {
  line-height: 2;
  padding: 0.5em 0;
}
@media only screen and (max-width: 1024px) {
.section_guide ol.menu li  {
    font-size: 1rem;
    width: 100%;
}
    }

/*//////////////////////////////////////////////

TOPページ

///////////////////////////////////////////////*/

/*囲み枠*/
.box_tri{
margin: 1em auto;
padding:1em;/*内側余白*/
border: 2px solid #eee;	
position: relative;
z-index: 0;
font-size: 1.4rem ;
}

.box_tri:before{
    border-top: 2px solid #C4AAA7;
    border-left: 2px solid #C4AAA7;
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-bottom-color: #C4AAA7;
    border-right-color: #C4AAA7;
}

.box_tri h3 {
    background: linear-gradient(transparent 60%, #E7CFD1 60%);
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 15px;
}


@media only screen and (max-width: 1024px) {
.box_tri{
font-size: 1rem ;
}
.box_tri h3 { 
 font-size: 1.2rem ;
}   
    }

/*トップページ見出し*/
.uhbtop_h2 {
    font-family: "forma-djr-banner", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    display: table-cell;
    padding-left: 55px;
    font-size: 2rem;
    letter-spacing: 0.5rem;
}
.uhbtop_h2:before {
	position: absolute;
	content: '';
	top: calc(50% - 5px);
	width: 40px;
	left: 0;
	height: 6px;
	border-top: solid 6px #C4AAA7;
}
@media only screen and (max-width: 1024px) {
.uhbtop_h2 {
    font-size: 1.6rem;
    }
}
  
/*ニュース記事*/
.update{
    list-style: none outside;
    margin-bottom: 50px;
    padding: 0;
}
.update a {
    text-decoration: none;
}
.update .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.update .item:first-child a{
  border-top: 1px solid #CCC;
}
.update .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #433b3b;
  padding: 0 20px 0 0;
}
.update .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.update .item .category span{
  background: #E7CFD1;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.update .item .title{
  margin: 0;
  width: 100%;
 font-size: 1.2rem;    
}
.update .item a:hover .title{
  opacity: 0.6; 
}

@media screen and (max-width: 1024px){
.update .item a{
  flex-wrap: wrap;
}
.update .item .date{
  min-width: 100px;
}
.update .item .title{
  margin-top: 10px;
  font-size: 1rem;    
}
}


    