@charset "utf-8";
:root {
  --font-serif: 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-cardo: "Cardo", serif;
  --color-red: #9A0B0B;
}

/*-----------------------------------------
  layout
-----------------------------------------*/
#header {
  margin: 0;
}
.page-topic .pane-contents .container {
  width: 100%;
}
.page-topic .pane-contents .container .pane-left-menu {
  display: none;
}
.page-topic .pane-contents .container .pane-main {
  width: 100%;
  margin: 0;
}
.block-topic-page--article-header {
  display: none;
}
.block-topic-page--article-body {
  margin: 0;
}
#mailnews {
  font-family: var(--font-serif);
  font-weight: 400;
  color: #333333;
}
#mailnews h1,
#mailnews h2,
#mailnews h3{
  padding: 0;
  margin: 0;
  font-weight: inherit;
}
#mailnews a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
#mailnews img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#mailnews .contents {
  position: relative;
  padding: 130px 0;
  text-align: center;
  background-color: #FFF7EB;
  background-image: url(/img/usr/topic/mailnews/bg_01.png), url(/img/usr/topic/mailnews/bg_02.png);
  background-repeat: repeat-x, repeat-y;
  background-position: top center, top left;
  z-index: 1;
}
#mailnews .contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1, -1);
  width: 100%;
  height: 450px;
  background: url(/img/usr/topic/mailnews/bg_01.png) repeat-x top center;
  z-index: -1;
}
#mailnews .contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
  width: 450px;
  height: 100%;
  background: url(/img/usr/topic/mailnews/bg_02.png) repeat-y top center;
  z-index: -1;
}
#mailnews .contents-inner {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 24px;
}
#mailnews h1 img {
  width: 100%;
}
@media only screen and (min-width: 751px) {
  #mailnews .for-sp {
    display: none !important;
  }
  #mailnews {
    min-width: 1148px;
  }
}
@media only screen and (max-width: 750px) {
  #mailnews .for-pc {
    display: none !important;
  }
  #mailnews .contents {
    padding: 80px 0;
    background-size: 100%, 88px;
  }
  #mailnews .contents::before {
    height: 88px;
  }
  #mailnews .contents::after {
    width: 88px;
  }
}

/*-----------------------------------------
  commn
-----------------------------------------*/
#mailnews .contents-head {
  position: relative;
  width: fit-content;
  min-width: 643px;
  margin: 0 auto;
  padding: 0 30px 18px;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: var(--color-red);
  background: url(/img/usr/topic/mailnews/bg_line_pc.png) no-repeat bottom center / contain;
}
#mailnews .contents-line {
  position: relative;
  border-bottom: 2px solid #DBDAD1;
}
#mailnews .contents-line::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  background: #fff;
  border-bottom: 2px solid #DBDAD1;
  border-left: 2px solid #DBDAD1;
}
#mailnews .contents-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: var(--color-red);
  border: 2px solid var(--color-red);
  border-radius: 40px;
}
#mailnews .contents-btn:hover {
  color: var(--color-red);
  background: #fff;
}
@media only screen and (min-width: 751px) {
  #mailnews .contents-btn.malltop {
    width: 460px;
    height: 70px;
    margin: 70px auto 0;
    font-size: 25px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 750px) {
  #mailnews .contents-head {
    min-width: unset;
    padding: 0 12px 9px;
    font-size: 19px;
    letter-spacing: 0.05em;
    background-image: url(/img/usr/topic/mailnews/bg_line_sp.png);
  }
  #mailnews .contents-btn {
    width: fit-content;
    min-width: 196px;
    height: 40px;
    padding: 0 20px;
  }
  #mailnews .contents-btn.malltop {
    width: 240px;
    margin: 33px auto 0;
    font-size: 13px;
  }
  #mailnews .contents-line::after {
    bottom: -7px;
    width: 12px;
    height: 12px;
  }
}

/*-----------------------------------------
  point
-----------------------------------------*/
#mailnews .sec-point {
  position: relative;
}
#mailnews .sec-point::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 4px;
  width: 106px;
  height: 121px;
  background: url(/img/usr/topic/mailnews/icon_kirakira_01_pc.png) no-repeat center / contain;
}
#mailnews .sec-point::after {
  content: "";
  position: absolute;
  top: 92px;
  right: 2px;
  width: 86px;
  height: 134px;
  background: url(/img/usr/topic/mailnews/icon_kirakira_02_pc.png) no-repeat center / contain;
}
#mailnews .sec-point .point-lead {
  font-size: 25px;
  letter-spacing: 0.05em;
  padding: 0 0 60px;
  background: url(/img/usr/topic/mailnews/bg_fukidashi_01_pc.png) no-repeat bottom center;
}
#mailnews .sec-point .contents-head {
  margin-top: 30px;
}
#mailnews .sec-point .point-title {
  margin: 100px 0 0;
}
#mailnews .sec-point .point-list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
#mailnews .sec-point .point-list li {
  position: relative;
}
#mailnews .sec-point .point-list li::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mailnews .sec-point .point-list li:nth-child(1)::after {
  width: 100px;
  height: 113px;
  background: url(/img/usr/topic/mailnews/icon_point_01.png) no-repeat center / contain;
}
#mailnews .sec-point .point-list li:nth-child(2)::after {
  width: 170px;
  height: 122px;
  background: url(/img/usr/topic/mailnews/icon_point_02.png) no-repeat center / contain;
}
#mailnews .sec-point .point-list li:nth-child(3)::after {
  width: 92px;
  height: 102px;
  background: url(/img/usr/topic/mailnews/icon_point_03.png) no-repeat center / contain;
}
#mailnews .sec-point .point-list-wrapper {
  width: 317px;
  height: 317px;
  background: #fff;
  border: 1px solid #BA9F6E;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0,0,0,0.16);
  overflow: hidden;
}
#mailnews .sec-point .point-list-num {
  padding: 20px 0 3px;
  font-family: var(--font-cardo);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #fff;
  background: #BA9F6E;
}
#mailnews .sec-point .point-list-num span {
  display: block;
  font-size: 63px;
  line-height: 1;
}
#mailnews .sec-point .point-list-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-height: 102px;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.44;
}
#mailnews .sec-point .point-list-text span {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: var(--color-red);
}
@media only screen and (max-width: 750px) {
  #mailnews .sec-point::before {
    top: -64px;
    left: -10px;
    width: 46px;
    height: 58px;
    background-image: url(/img/usr/topic/mailnews/icon_kirakira_01_sp.png);
  }
  #mailnews .sec-point::after {
    top: 40px;
    right: -16px;
    width: 26px;
    height: 42px;
    background-image: url(/img/usr/topic/mailnews/icon_kirakira_02_sp.png);
  }
  #mailnews .sec-point .point-lead {
    font-size: 16px;
    padding: 0 0 43px;
    background-image: url(/img/usr/topic/mailnews/bg_fukidashi_01_sp.png);
    background-size: 328px;
  }
  #mailnews .sec-point .contents-head {
    margin-top: 14px;
  }
  #mailnews .sec-point .point-title {
    width: 327px;
    margin: 33px auto 0;
  }
  #mailnews .sec-point .point-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 7px 0 0;
  }
  #mailnews .sec-point .point-list li:nth-child(1)::after {
    bottom: -15px;
    left: auto;
    right: -15px;
    width: 75px;
    height: 84px;
  }
  #mailnews .sec-point .point-list li:nth-child(2)::after {
    bottom: -15px;
    left: -30px;
    right: auto;
    width: 112px;
    height: 80px;
  }
  #mailnews .sec-point .point-list li:nth-child(3)::after {
    bottom: 30px;
    left: auto;
    right: -30px;
    width: 69px;
    height: 76px;
  }
  #mailnews .sec-point .point-list-wrapper {
    width: 270px;
    height: 270px;
  }
  #mailnews .sec-point .point-list-num {
    padding: 14px 0 10px;
    font-size: 12px;
  }
  #mailnews .sec-point .point-list-num span {
    font-size: 49px;
  }
  #mailnews .sec-point .point-list-text {
    gap: 0;
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 1.56;
  }
  #mailnews .sec-point .point-list-text span {
    font-size: 23px;
  }
}

/*-----------------------------------------
  example
-----------------------------------------*/
#mailnews .sec-example {
  margin: 148px 0 0;
}
#mailnews .sec-example .example-text {
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 2.1739;
}
#mailnews .sec-example .example-text span {
  color: var(--color-red);
}
#mailnews .sec-example .example-lead {
  margin: 35px 0 0;
  padding: 0 0 36px;
  font-size: 21px;
  letter-spacing: 0.1em;
  background: url(/img/usr/topic/mailnews/bg_fukidashi_02_pc.png) no-repeat bottom center;
}
#mailnews .sec-example .example-list {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin: 45px 0 0;
}
#mailnews .sec-example .example-list li {
  width: 500px;
  padding: 35px 50px 38px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(0,0,0,0.16);
}
#mailnews .sec-example .example-list-brand {
  margin: 0 0 28px;
  padding: 0 0 20px;
}
#mailnews .sec-example .example-list-brand .img {
  width: 260px;
  margin: 0 auto;
}
#mailnews .sec-example .example-list-brand .text {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  letter-spacing: 0;
}
#mailnews .sec-example .example-list-text {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.428;
}
#mailnews .sec-example .example-list-img {
  width: 192px;
  margin: 35px auto 0;
}
#mailnews .sec-example .contents-btn {
  margin: 40px auto 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 751px) {
  #mailnews .sec-example .example-list-text span {
    font-size: 21px;
  }
  #mailnews .sec-example .contents-btn {
    width: 300px;
    height: 58px;
  }
}
@media only screen and (max-width: 750px) {
  #mailnews .sec-example {
    margin: 66px 0 0;
  }
  #mailnews .sec-example .example-text {
    font-size: 18px;
    line-height: 1.555;
  }
  #mailnews .sec-example .example-lead {
    margin: 32px 0 0;
    padding: 0 0 24px;
    font-size: 16px;
    background-image: url(/img/usr/topic/mailnews/bg_fukidashi_02_sp.png);
    background-size: 142px;
  }
  #mailnews .sec-example .example-list {
    flex-direction: column;
    gap: 25px;
    margin: 25px 0 0;
  }
  #mailnews .sec-example .example-list li {
    width: 100%;
    padding: 25px 32px 30px;
  }
  #mailnews .sec-example .example-list-brand {
    margin: 0 0 20px;
    padding: 0 0 13px;
  }
  #mailnews .sec-example .example-list-brand .img {
    width: 197px;
  }
  #mailnews .sec-example .example-list-brand .text {
    margin: -2px 0 0;
    font-size: 14px;
  }
  #mailnews .sec-example .example-list li:nth-child(2) .example-list-brand .text {
    margin-top: 5px;
  }
  #mailnews .sec-example .example-list-text {
    font-size: 16px;
    line-height: 1.5;
  }
  #mailnews .sec-example .example-list-img {
    width: 150px;
    margin: 19px auto 0;
  }
  #mailnews .sec-example .contents-btn {
    margin: 25px auto 0;
    font-size: 13px;
  }
}

/*-----------------------------------------
  howto
-----------------------------------------*/
#mailnews .sec-howto {
  margin: 150px 0 0;
}
#mailnews .sec-howto .contents-head {
  padding-top: 132px;
}
#mailnews .sec-howto .contents-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 83px;
  background: url(/img/usr/topic/mailnews/icon_howto_01.png) no-repeat center / contain;
}
#mailnews .sec-howto .howto-text {
  width: fit-content;
  margin: 22px auto 0;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-bottom: 1px solid #000;
}
#mailnews .sec-howto .howto-contents {
  position: relative;
  margin: 64px -18px 0;
}
#mailnews .sec-howto .howto-contents::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background: #C4A979;
  border-radius: 3px;
  z-index: -1;
}
#mailnews .sec-howto .howto-contents::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: #E2CFAE;
  border-radius: 3px;
  z-index: -1;
}
#mailnews .sec-howto .howto-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 68px 70px 90px 70px;
  background: #fff;
  border-radius: 3px;
}
#mailnews .sec-howto .howto-list::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 30px;
  width: 160px;
  height: 113px;
  background: url(/img/usr/topic/mailnews/icon_howto_02.png) no-repeat center / contain;
}
#mailnews .sec-howto .howto-list::after {
  content: "";
  position: absolute;
  top: -96px;
  right: -28px;
  width: 360px;
  height: 174px;
  background: url(/img/usr/topic/mailnews/text_checkhere.png) no-repeat center / contain;
}
#mailnews .sec-howto .howto-list-title {
  width: fit-content;
  margin: 0 auto 42px;
  padding: 0 22px 24px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.05em;
}
#mailnews .sec-howto .howto-list-text {
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.714;
}
#mailnews .sec-howto .contents-btn {
  margin: 36px auto 0;
  font-size: 25px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 751px) {
  #mailnews .sec-howto .contents-btn {
    width: 460px;
    height: 70px;
  }
}
@media only screen and (max-width: 750px) {
  #mailnews .sec-howto {
    margin: 80px 0 0;
  }
  #mailnews .sec-howto .contents-head {
    padding-top: 70px;
    font-size: 24px;
    line-height: 1.25;
  }
  #mailnews .sec-howto .contents-head::before {
    width: 40px;
    height: 42px;
  }
  #mailnews .sec-howto .howto-text {
    margin: 22px auto 0;
    font-size: 18px;
  }
  #mailnews .sec-howto .howto-contents {
    margin: 44px -8px 0;
  }
  #mailnews .sec-howto .howto-contents::before {
    top: -3px;
    left: -3px;
  }
  #mailnews .sec-howto .howto-contents::after {
    bottom: -3px;
    right: -3px;
  }
  #mailnews .sec-howto .howto-list {
    gap: 58px;
    padding: 68px 24px;
  }
  #mailnews .sec-howto .howto-list::before {
    top: -24px;
    right: 20px;
    left: auto;
    width: 80px;
    height: 57px;
  }
  #mailnews .sec-howto .howto-list::after {
    top: -20px;
    right: auto;
    left: -12px;
    width: 186px;
    height: 92px;
  }
  #mailnews .sec-howto .howto-list-title {
    margin: 0 auto 25px;
    padding: 0 15px 17px;
    font-size: 16px;
    line-height: 1.5;
  }
  #mailnews .sec-howto .howto-list-text {
    font-size: 12px;
    line-height: 1.5;
  }
  #mailnews .sec-howto .contents-btn {
    margin: 23px auto 0;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
