@charset "UTF-8";
/* CSS Document */

.contents_main a:link, .contents_main a:hover, .contents_main a:visited {
  color: #649664;
  text-decoration: underline;
}

a:hover {
  opacity: .8;
}


.contents_main {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contents_inner {
  margin: 0 auto;
  padding: 0 clamp(20px,8.25vw,100px) 1px;
  max-width: 1200px;
  font-size: 16px;
  /*text-align: center;*/
}

.contents_inner .frame {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 16px;
  text-align: center;
  position: relative;
}

/*****************************************

メインビジュアル

*****************************************/
.main_visual {
  display: flex;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background-color: #649664;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

p.text_32 {
  margin: 42px auto;
  /*max-height: 130px;*/
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}

/*****************************************

パンくずリスト

*****************************************/
.breadcrumb {
  margin: 0 auto;
  padding: 15px clamp(20px,8.25vw,100px);
  max-width: 1200px;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb li {
  padding: 0 10px 0 0;
  font-size: 12px;
}

.breadcrumb li a {
  font-size: 14px;
  text-decoration: none !important;
  color:#444!important;
}

/*****************************************

お得なお知らせ

*****************************************/
#great-news .contents_inner h4 {
  margin: 70px 0 0;
  padding: 0 0 10px 32px;padding: 0 0 0 32px;
  position: relative; 
  border-bottom: 2px solid #649664;  
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #444444;
  text-align: left;
  font-feature-settings: "palt";
}

#great-news .contents_inner h4::before {
  content: "";
  position: absolute;
  top: 2px; 
  left: 4px; 
  width: 15px;
  height: 30px;
  background: #649664;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}


#great-news .contents_inner h4 > a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 -10px;
  padding: 0 18px;
  position: relative;
  top: -20px;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  text-decoration: none !important;
  letter-spacing: normal;
}

#great-news .contents_inner h4 > a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #649664;
    border-right: solid 2px #649664;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 0;
    margin-top: -4px;
}

/* table ******************/
.great-news__table {
  display: flex;
  justify-content: left;
  align-items: stretch;
  margin: 60px auto 135px;
}

.great-news__table .great-news__table-left {
  margin: 0 40px 0 0;
  width: 100%;
  max-width: 520px;
}

.great-news__table .great-news__table-left img {
  width: 100%;
  height: auto;
  max-width: 520px;
}

.great-news__table .great-news__table-right {
  margin: 0;
  width: 100%;
  max-width: 440px;
  text-align: left;
}

.great-news__table .great-news__table-right p {
  width: 100%;
  height: auto;
  max-width: 440px;
  font-size: 16px;
}

.great-news__table .great-news__table-right .table-right__list {
  margin: 2em 0 0 0;
}

.great-news__table .great-news__table-right .table-right__list p.num {
  padding-left: 5.3em;
  width: 100%;
  height: auto;  
  text-indent: -5.3em;
  line-height: 1.6;
}
.great-news__table .great-news__table-right .table-right__list p.num:nth-child(n+2) {
  margin: .3em 0 0 0;
}

.great-news__table .great-news__table-right .table-right__list p.num span {
  font-weight: 600;
  letter-spacing: 1px;
  color: #649664;
}


