@charset "utf-8";
/* CSS Document */
.fix {
  clear: both;
}
.lead, .leadC span {
  font-size: 90%;
}
.txtY span {
  font-size: 90%;
}
.info span {
  font-size: 90%;
}
.comment span {
  font-size: 90%;
}
@media screen and (min-width: 737px) {
  .pc-none {
    display: none;
  }
  div#goods {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #424242;
  }
  div#goods h1, h2 {
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
  }
  .logo {
    width: 12%;
    margin: 15px auto -20px;
  }
  .lead {
    margin: 40px 70px 50px;
    font-size: 1.125rem;
    line-height: 2.5em;
  }
  .leadC {
    margin: 40px 70px 50px;
    font-size: 1.125rem;
    line-height: 2.5em;
    text-align: center;
  }
  div#goods h1 {
    position: relative;
    max-width: 1100px;
    padding-bottom: 20px;
    margin: 20px auto 0;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 2.375rem;
  }
  div#goods h1:before {
    position: absolute;
    bottom: -22px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 22px 20px 0 20px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  div#goods h1:after {
    position: absolute;
    bottom: -20px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 22px 20px 0 20px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  div#goods h2 {
    position: relative;
    max-width: 1100px;
    padding-bottom: 20px;
    margin: 40px auto;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 2.375rem;
  }
  div#goods h2:before {
    position: absolute;
    bottom: -22px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 22px 20px 0 20px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  div#goods h2:after {
    position: absolute;
    bottom: -20px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 22px 20px 0 20px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .hanyo01_tit {
    font-size: 2.1875rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
  }
  .hanyo01_titL {
    font-size: 2.375rem;
    font-weight: normal;
    text-align: center;
    color: #adaba1;
    padding: 0 10px;
  }
  .hanyo02_tit {
    text-align: center;
    font-size: 2.1875rem;
    margin: 30px 0 10px 0;
  }
  .hanyo02_tit {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
  }
  .hanyo02_tit:before, .hanyo02_tit:after {
    border-top: 1px solid;
    border-color: #adaba1;
    content: "";
    width: 3em; /* 線の長さ */
  }
  .hanyo02_tit:before {
    margin-right: 0.5em; /* 文字の右隣 */
  }
  .hanyo02_tit:after {
    margin-left: 0.5em; /* 文字の左隣 */
  }
  .item-list {
    width: 100%;
    margin: 0 0 0 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /*====== 3column ======*/
  .item03 {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 20px 0 20px 20px;
    margin-bottom: 30px;
    margin-right: 20px;
    border: solid 1px #ccc;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    position: relative;
  }
  /*==.item03::after {
    content: '';
    width: 100%;
    height: 96.5%;
    position: absolute;
  }
  .item03::after {
    border-left: solid 1px #adaba1;
    border-bottom: solid 1px #adaba1;
    bottom: 0;
    right: 0;
  }==*/
  .item-image03 {
    min-height: 0%;
    float: left;
  }
  .item03 .triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 95px 0 0;
    border-color: #F7403C transparent transparent transparent;
    opacity: 0.7;
    z-index: 5;
  }
  .item03 .triangle {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 75px 105px 0 0;
    border-color: #F7403C transparent transparent transparent;
    opacity: 0.7;
    z-index: 5;
  }
  .item03 .new_txt {
    position: absolute;
    top: 32px;
    left: 18px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.0em;
    z-index: 10;
    transform: rotate(-36deg);
  }
  .item03 .new_txtL {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 5px;
  }
  .item03 .txtY {
    background-color: #75716B;
    color: #fff;
    font-size: 1rem;
    padding: 0.8em;
    margin: 17px 0 0;
    flex-grow: 1; /* ★ポイント★ */
  }
  .item03 .txtS {
    font-size: 85%;
  }
  .item-image03 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .floatboxR {
    width: 50%;
    float: right;
  }
  .date_box {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .date_box .date {
    width: 60%;
    border: solid 1px #75716B;
    font-size: 1rem;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
    float: left;
  }
  .date_box .dateS {
    font-size: 0.8125rem;
    margin: 5px 0 0 0px;
    float: right;
  }
  .name {
    font-size: 1.25rem;
    margin: 10px 0 10px 0;
  }
  .price {
    font-size: 1rem;
    margin: 0;
    text-align: right;
  }
  .price-sale {
    font-size: 1rem;
    margin: 0;
    text-align: right;
    color: #ff0000;
  }
  .price-saleL {
    font-size: 1.25rem;
    margin: 0;
    text-align: right;
    color: #ff0000;
  }
  .area {
    font-size: 0.8125rem;
    margin: 0;
    text-align: right;
  }
  .item-btn {
    margin-top: auto;
    padding-top: 1em;
  }
  .item-btn a {
    display: block;
    padding: 0.5em;
    background: #3498db;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .info {
    margin: 40px 0px;
    font-size: 1rem;
    line-height: 2.5em;
  }
  .line {
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
  }
  .comment {
    max-width: 1100px;
    background-color: #E3E1D5;
    padding: 3%;
    margin: 0 auto 4%;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .aten {
    font-size: 90%;
    margin-top: .2rem;
  }
  /* ===  ●ファミマル  ===*/
  .famimaru {
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
  .famimaru_h2 {
    position: relative;
    padding-bottom: 20px;
    margin: 40px auto 30px;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 2.375rem;
  }
  .famimaru_h2:before {
    position: absolute;
    bottom: -18px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  .famimaru_h2:after {
    position: absolute;
    bottom: -16px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .famimaru_leadC {
    font-size: 1.7rem;
    margin: 3.5rem auto 3rem;
    text-align: center;
    width: 80%;
  }
  .famimaru_leadT {
    margin: 1rem 0 4rem;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: left;
  }
  .famimaru img {
    width: 100%;
  }
  .famimaru .border {
    border: 3px solid #00a040;
    padding: 2.5rem 2rem 2rem;
    border-radius: 30px;
    margin: 1% auto;
    width: 76%;
    position: relative;
  }
  .famimaru .boxG {
    font-size: 1.25rem;
    width: 300px;
    background: #008132;
    color: #fff;
    text-align: center;
    padding: 1% 3%;
    position: absolute;
    top: -1.8rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .famimaru .btn {
    margin: 5% 0;
  }
  .famimaru .btn img {
    display: inline-block;
    margin: 0 auto;
    width: 70%;
    box-shadow: 3px 3px 13px #bfbdb5;
    border-radius: 50px;
  }
  .famimaru .btn img:hover {
    opacity: .7;
    transition: all .3s;
  }
  .famimaru .keyword {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .famimaru .keyword dl {
    width: calc(100% / 3);
  }
  .famimaru .keyword dt {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 5% 0;
    text-align: center;
  }
  .famimaru .keyword dt span {
    font-size: 1rem;
    font-weight: normal;
  }
  .famimaru .keyword dd {
    font-size: 0.875rem;
    margin: 0;
  }
  .famimaru .keyword dd p {
    text-align: left;
    letter-spacing: 0.03em;
    margin: 0.5rem 0 0;
  }
  .famimaru .keyword .image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
  }
  .famimaru .keyword .image div {
    width: calc(100% / 2 - 4px);
  }
  .famimaru .keyword .image .thumbnail {
    border: 1px solid #d1d1d1;
  }
  .famimaru .keyword .image .icon span {
    font-size: 0.6875rem;
    text-align: right;
    display: block;
  }
  .famimaru .text {
    margin: 2% 0;
    text-align: right;
    font-size: 0.6875rem;
    color: #535353;
  }
  /* ===  ●ファミマル  /===*/
  /*===/サステナ===*/
  .common_sustaina {
    width: 90%;
    margin: 0 auto;
  }
  .common_sustaina h2 {
    position: relative;
    max-width: 1100px;
    padding-bottom: 20px;
    margin: 40px auto;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 2.375rem;
  }
  .common_sustaina h2:before {
    position: absolute;
    bottom: -22px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 22px 20px 0 20px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  .common_sustaina h2:after {
    position: absolute;
    bottom: -20px;
    left: 48.4%;
    width: 0;
    height: 0;
    content: '';
    border-width: 22px 20px 0 20px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .common_sustaina ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .common_sustaina ul li {
    width: calc(100% / 3 - 10px);
  }
  .common_sustaina ul li a {
    color: #313131;
  }
  .common_sustaina ul li a:hover {
    opacity: .7;
    transition: all 0.2s;
    text-decoration: none;
  }
  .common_sustaina ul li figure {
    margin-bottom: 1rem;
  }
  .common_sustaina ul li figure > img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
  }
  .common_sustaina .sus-h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    text-align: left;
  }
  .common_sustaina .btn {
    margin: 1rem 0;
    text-align: center;
  }
  .common_sustaina .btn a {
    border: 3px solid #16873A;
    color: #16873A;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.7rem 4rem;
    text-decoration: none;
    border-radius: 3em;
    transition: all 0.2s;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .common_sustaina .btn a:after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: '\e903';
    color: #16873A;
    font-family: "icn_font";
    font-size: 1em;
    font-weight: normal;
    line-height: 0;
  }
  .common_sustaina .btn a:hover {
    opacity: 0.6;
  }
  /*===/サステナ　ここまで===*/
}
@media screen and (max-width:736px) {
  .sp-none {
    display: none;
  }
  div#goods {
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #424242;
  }
  div#goods h1, h2 {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .logo {
    width: 20%;
    margin: 5px auto -20px;
  }
  .lead {
    font-size: 1rem;
    margin: 30px 10px 30px;
    line-height: 2.2em;
  }
  .leadC {
    font-size: 1rem;
    margin: 30px 10px 30px;
    line-height: 2.2em;
    text-align: left;
  }
  div#goods h1 {
    position: relative;
    padding-bottom: 10px;
    margin: 20px auto 30px;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  div#goods h1:before {
    position: absolute;
    bottom: -18px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  div#goods h1:after {
    position: absolute;
    bottom: -16px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  div#goods h2 {
    position: relative;
    padding-bottom: 10px;
    margin: 20px auto 30px;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  div#goods h2:before {
    position: absolute;
    bottom: -18px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  div#goods h2:after {
    position: absolute;
    bottom: -16px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .hanyo01_tit {
    font-size: 1.3125rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
  }
  .hanyo01_titL {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    color: #adaba1;
    padding: 0 10px;
  }
  .hanyo02_tit {
    text-align: center;
    font-size: 1.3125rem;
    margin: 0px 0 20px 0;
  }
  .hanyo02_tit {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
  }
  .hanyo02_tit:before, .hanyo02_tit:after {
    border-top: 1px solid;
    border-color: #adaba1;
    content: "";
    width: 1.5em; /* 線の長さ */
  }
  .hanyo02_tit:before {
    margin-right: 0.5em; /* 文字の右隣 */
  }
  .hanyo02_tit:after {
    margin-left: 0.5em; /* 文字の左隣 */
  }
  .item-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*====== 3column ======*/
  .item03 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 17px;
    margin-bottom: 50px;
    box-sizing: border-box;
    position: relative;
  }
  .item03::before, .item03::after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
  }
  .item03::before {
    border-left: solid 1px #adaba1;
    border-top: solid 1px #adaba1;
    top: 0;
    left: 0;
  }
  .item03::after {
    border-right: solid 1px #adaba1;
    border-bottom: solid 1px #adaba1;
    bottom: 0;
    right: 0;
  }
  .item-image03 {
    min-height: 0%;
  }
  .item03 .triangle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 85px 0 0;
    border-color: #F7403C transparent transparent transparent;
    opacity: 0.7;
    z-index: 5;
  }
  .item03.triangle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 85px 0 0;
    border-color: #F7403C transparent transparent transparent;
    opacity: 0.7;
    z-index: 5;
  }
  .item03 .new_txt {
    position: absolute;
    top: 23px;
    left: 15px;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.0em;
    z-index: 10;
    transform: rotate(-34deg);
  }
  .item03 .new_txtL {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 4px;
  }
  .item03 .txtY {
    background-color: #75716B;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    margin: 12px 0 0;
    flex-grow: 1; /* ★ポイント★ */
  }
  .item03 .txtS {
    font-size: 85%;
  }
  .item-image03 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .date_box {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .date_box .date {
    width: 50%;
    border: solid 1px #75716B;
    font-size: 0.75rem;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
  }
  .date_box .dateS {
    font-size: 0.625rem;
    margin: 5px 0 0 0px;
    text-align: right;
    letter-spacing: 0em;
  }
  .name {
    font-size: 1.125rem;
    margin: 10px 0 10px 0;
  }
  .price {
    font-size: 1rem;
    margin: 0;
    text-align: right;
  }
  .price-sale {
    font-size: 0.8125rem;
    margin: 0;
    text-align: right;
    color: #ff0000;
  }
  .price-saleL {
    font-size: 1rem;
    margin: 0;
    text-align: right;
    color: #ff0000;
  }
  .area {
    font-size: 0.6875rem;
    margin: 0;
    text-align: right;
  }
  .info {
    font-size: 1rem;
    margin: 20px 10px 20px;
    line-height: 1.6em;
  }
  .line {
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
  }
  .comment {
    background-color: #E3E1D5;
    padding: 12px;
    margin: 0 0 30px 0;
  }
  .aten {
    font-size: 90%;
    margin-top: .2rem;
  }
  /*===ファミマル===*/
  .famimaru {
    text-align: center;
    margin: 0 auto;
    width: 97%;
  }
  .famimaru .famimaru_h2 {
    font-size: 1.375rem;
  }
  .famimaru .famimaru_h2 {
    position: relative;
    padding-bottom: 10px;
    margin: 20px auto 30px;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  .famimaru .famimaru_h2:before {
    position: absolute;
    bottom: -18px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  .famimaru .famimaru_h2:after {
    position: absolute;
    bottom: -16px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .famimaru .famimaru_leadC {
    line-height: 2;
    margin: 1rem 0 2rem;
    font-size: 1.16rem;
    text-align: center;
  }
  .famimaru_leadT {
    margin: 1rem 0 3rem;
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
  }
  .famimaru img {
    width: 100%;
  }
  .famimaru .border {
    border: 3px solid #00a040;
    padding: 1.2rem 0.6rem 1rem;
    margin: 1.5rem 0 0;
    border-radius: 10px;
    position: relative;
  }
  .famimaru .boxG {
    width: 60%;
    background: #008132;
    color: #fff;
    text-align: center;
    padding: 1% 3%;
    font-size: 1.1rem;
    position: absolute;
    top: -1.4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .famimaru .btn {
    margin: 10% 0;
  }
  .famimaru .btn img {
    display: block;
    margin: 0 auto;
    width: 100%;
    box-shadow: 3px 3px 10px #bfbdb5;
    border-radius: 50px;
  }
  .famimaru .keyword {
    display: block;
  }
  .famimaru .keyword dl {
    width: auto;
    margin-right: 0;
  }
  .famimaru .keyword dl:last-child {
    margin-right: 0;
  }
  .famimaru .keyword dt {
    font-size: 1.125rem;
    font-weight: bold;
    padding: 7% 0 3%;
    text-align: center;
  }
  .famimaru .keyword dt span {
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .famimaru .keyword dd {
    font-size: 0.8125rem;
    margin: 0;
  }
  .famimaru .keyword dd p {
    text-align: left;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
    margin: 0.5rem 0 0;
  }
  .famimaru .keyword .image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
  }
  .famimaru .keyword .image div {
    width: calc(100% / 2 - 4px);
  }
  .famimaru .keyword .image .thumbnail {
    border: 1px solid #d1d1d1;
  }
  .famimaru .keyword .image .icon span {
    font-size: 0.6875rem;
    text-align: right;
    display: block;
  }
  .famimaru .text {
    margin: 4% 0;
    text-align: left;
    font-size: 0.6875rem;
    color: #535353;
  }
  /*===/ファミマル===*/
  /*===/サステナ===*/
  .common_sustaina h2 {
    position: relative;
    padding-bottom: 10px;
    margin: 20px auto 30px;
    border: solid #adaba1;
    border-width: 0 0 1px 0;
    background: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  .common_sustaina h2:before {
    position: absolute;
    bottom: -18px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #adaba1 transparent transparent transparent;
  }
  .common_sustaina h2:after {
    position: absolute;
    bottom: -16px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .common_sustaina ul {
    margin-bottom: 1rem;
  }
  .common_sustaina ul li {
    margin-bottom: 1.5rem;
  }
  .common_sustaina ul li a {
    color: #313131;
    text-decoration: none;
  }
  .common_sustaina ul li figure {
    margin-bottom: .5rem;
  }
  .common_sustaina ul li figure > img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
  }
  .common_sustaina .sus-h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
  }
  .common_sustaina .btn {
    margin: 1rem 0;
    text-align: center;
  }
  .common_sustaina .btn a {
    display: block;
    border: 3px solid #16873A;
    color: #16873A;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.7rem 4rem;
    text-decoration: none;
    border-radius: 3em;
    transition: all 0.2s;
    position: relative;
  }
  .common_sustaina .btn a:after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: '\e903';
    color: #16873A;
    font-family: "icn_font";
    font-size: 1rem;
    font-weight: normal;
    line-height: 0;
  }
  .common_sustaina .btn.top a {
    font-size: 1.1rem;
    padding: 0.7rem 0.5rem;
  }
  /*===/サステナ　ここまで===*/
}