@charset "UTF-8";

.notes {
  font-size: 10px;
}

.notes span {
  font-size: 8px;
}

.txt--center a.btn {
  width: 320px;
  height: 64px;
  padding: 0 20px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 1px solid #5c5a5a;
  color: #231815;
  box-sizing: border-box;
  transition: all .4s ease;
  text-decoration: none;
}

.btn .link--next {
  font-weight: bold;
  line-height: 1.5;
}

.btn:hover {
  text-decoration: none;
}

.special-defenceraInner {
  width: 930px;
  margin: 0 auto;
}

.logoArea {
  text-align: center;
}

.logoArea img {
  width: 100%;
}

.logoAreaTxt {
  font-size: 24px;
  width: 700px;
  margin: 60px auto 0;
}

.logoAreaTxt > p sup {
  font-size: 14px;
}

.logoAreaMemo {
  text-align: center;
  margin-top: 20px;
}

.logoAreaMemo__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.defenceraImg {
  position: relative;
  margin: 40px auto 0;
  overflow: hidden;
}

.defenceraImg__txt {
  font-size: 20px;
}

.defenceraImg__txt span {
  position: relative;
}

.defenceraImg__txt span:after {
  content: "";
  border-bottom: 10px solid #f4ea65;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: -1;
}

.defenceraImg .defenceraImg__block {
  position: relative;
  z-index: -2;
}

.defenceraImg .defenceraImg__num01,
.defenceraImg .defenceraImg__num02,
.defenceraImg .defenceraImg__num03 {
  height: 380px;
  display: flex;
  align-items: center;
}

.defenceraImg .defenceraImg__num01  {
  justify-content: flex-end;
}

.defenceraImg .defenceraImg__num02 {
  margin-top: -120px;
  justify-content: flex-start;
}

.defenceraImg .defenceraImg__num03 {
  justify-content: flex-end;
  margin-top: -130px;
}

.defenceraImg .defenceraImg__num01 .defenceraImg__txt {
  margin-right: -60px;
}

.defenceraImg .defenceraImg__num02 .defenceraImg__txt {
  margin-left: -60px;
}

.defenceraRelease {
  border: 1px solid #a8dce5;
  padding: 30px;
  position: relative;
  margin-top: 190px;
}

.defenceraRelease__logo {
  position: absolute;
  right: -1px;
  top: -30px;
}

.defenceraRelease__title {
  text-align: center;
  font-size: 24px;
}

.defenceraRelease__title sup {
  font-size: 14px;
}

.defenceraRelease__row {
  display: flex;
  margin-top: 30px;
}

.defenceraRelease__txt {
  width: 520px;
}

.defenceraRelease__person {
  display: flex;
  align-items: flex-end;
  margin-bottom: 26px;
}

.defenceraRelease__person p span {
  font-size: 18px;
}

.defenceraRelease__person div {
  margin-left: 20px;
}

.defenceraRelease__notes {
  margin-top: 1em;
  font-size: 10px;
}

.defenceraRelease__notes span {
  font-size: smaller;
}

.defenceraPoint {
  margin-top: 130px;
  text-align: center;
}

.defenceraPoint__title {
  font-size: 24px;
}

.defenceraPointList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.defenceraPointList__col {
  width: 33.33%;
  max-width: 200px;
  border: 1px solid #a8dce5;
  border-radius: 100px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin: 0 22px;
  flex-wrap: wrap;
}

.defenceraPointList__col span {
  font-size: 10px;
  display: flex;
}

.defenceraFlavor {
  margin-top: 100px;
}

.defenceraFlavor__title {
  font-size: 24px;
  text-align: center;
}

.defenceraFlavor__row {
  display: flex;
  justify-content: space-between;
  width: 720px;
  margin: 36px auto 0;
}

.defenceraFlavor__col {
  width: calc(33.33% - 15px);
}

.defenceraFlavor__image {
  font-size: 10px;
  margin-top: 10px;
}

.defenceraFlavor__txt span {
  display: inline-block;
}

.defenceraFlavor__item {
  font-size: 20px;
  font-weight: bold;
  margin-top: 14px;
}

.defenceraFlavor__notes {
  margin-top: 10px;
  font-size: 10px;
}

.defenceraOnePoint {
  margin-top: 130px;
}

.defenceraOnePoint__decoration {
  position: relative;
  text-align: center;
}

.defenceraOnePoint__decoration span {
  background: #a8dce5;
  padding: 2px 10px;
  display: inline-block;
}

.defenceraOnePoint__decoration:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #a8dce5;
  top: 50%;
  left: 0;
  z-index: -1;
}

.defenceraOnePoint__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}

.defenceraOnePoint__list {
  width: 860px;
  margin: 30px auto 0;
}

.defenceraOnePoint__list + .defenceraOnePoint__list {
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-top: 30px;
}

.defenceraOnePoint__list dt,
.defenceraOnePoint__list dd {
  padding-left: 55px;
  position: relative;
}

.defenceraOnePoint__list dt:before,
.defenceraOnePoint__list dd:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.defenceraOnePoint__list dt {
  font-size: 20px;
  font-weight: bold;
}

.defenceraOnePoint__list dd {
  margin-top: 20px;
}

.defenceraOnePoint__list dt:before {
  background: url(/contents/product/defencera/images/img-icon-question.png) no-repeat;
}

.defenceraOnePoint__list dd:before {
  background: url(/contents/product/defencera/images/img-icon-answer.png) no-repeat;
}

.overviewItem {
  background: #fafafa;
  padding: 78px 0 70px;
  margin: 120px calc(-50vw + 50%) 0;
}

.overviewItem__row {
  display: flex;
  width: 860px;
  margin: 0 auto;
}

.overviewItem__col:first-child {
  width: 280px;
  flex: none;
  text-align: center;
}

.overviewItem__col:last-child {
  text-align: center;
}

.overviewItem__col .txt--center a.btn {
  margin-top: 16px;
}

.overviewItem__title {
  font-size: 24px;
}

.overviewItem__txt {
  font-size: 18px;
  margin-top: 24px;
}

.overviewItem__notes {
  margin-top: 24px;
  font-size: 10px;
}

.defenceraRare {
  margin: 120px auto 0;
  width: 630px;
}

.defenceraRare__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
 
.defenceraRare__row {
  display: flex;
  align-items: center;
}

.defenceraRare__col:first-child {
  width: 160px;
  flex: none;
}

.defenceraBarrierTxt {
  margin-top: 100px;
  font-size: 24px;
  text-align: center;
}

.defenceraBarrier {
  margin: 30px calc(-50vw + 50%) 0;
  background: #f1fafe;
}

.defenceraBarrier__inner {
  width: 920px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}

.defenceraBarrier__txt {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 320px;
}

.defenceraBarrier__point01 {
  position: absolute;
  right: 0;
  top: 51px;
  width: 124px;
}

.defenceraBarrier__point02 {
  position: absolute;
  right: 0;
  top: 170px;
  width: 124px;
}

.defenceraBarrier__point03 {
  position: absolute;
  right: 0;
  top: 286px;
  width: 124px;
}

.defenceraBunner {
  text-align: center;
  margin-top: 110px;
}

/* 関連記事 */
.contents__sub .beautyNews {
  margin-top: 60px;
}

.beautyNews--2col {
  margin-top: 130px;
}

.beautyNews--2col .h2 {
  font-size: 24px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .contents__sub .beautyNews {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.beautyNews--2col .beautyNews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .beautyNews--2col .beautyNews__list {
    display: block;
  }
}

.beautyNews--2col .beautyNews__item {
  position: relative;
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .beautyNews--2col .beautyNews__item {
    width: auto;
  }
}

.beautyNews--2col .beautyNews__item:nth-of-type(2) {
  border-top: 1px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  .beautyNews--2col .beautyNews__item:nth-of-type(2) {
    border-top: 0;
  }
}

.beautyNews--2col .tagWrap [class^="tag"] {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .beautyNews--2col .tagWrap [class^="tag"] {
    margin-left: 0;
    margin-right: 0;
  }
}

.beautyNews > ul {
  margin-top: 0;
  margin-bottom: 0;
}

.beautyNews > ol {
  margin-top: 0;
  margin-bottom: 0;
  counter-reset: ranking;
}

.beautyNews .tagWrap {
  margin-bottom: 0;
}

.beautyNews__title {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .beautyNews__title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.beautyNews__item {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}

.beautyNews__item:first-of-type {
  border-top: 1px solid #E0E0E0;
}

.beautyNews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .beautyNews__link {
    text-decoration: none;
  }
}

.beautyNews__link:hover {
  text-decoration: none;
}

.beautyNews__link .favoriteBtn {
  top: 18px;
  cursor: pointer;
}

.beautyNews__img {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.beautyNews__img img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .beautyNews__img img {
    width: 100px;
  }
}

.contents__sub .beautyNews__img img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .contents__sub .beautyNews__img img {
    width: 100px;
  }
}

ol .beautyNews__img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-top: solid 15px #5C5A5A;
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

ol .beautyNews__img::after {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 3;
  width: 12px;
  height: 12px;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -.1em;
  text-align: center;
}

.beautyNews__img + .beautyNews__txt {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 768px) {
  .beautyNews__img + .beautyNews__txt {
    width: calc(100% - 120px);
  }
}

.beautyNews__txt ul {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.beautyNews__txt ul li {
  display: inline-block;
  vertical-align: top;
}

.beautyNews__txt p {
  margin-top: 0;
  margin-bottom: 0;
}

.beautyNews__txt p.beautyNews__ttl {
  margin-bottom: 24px;
  text-decoration: underline;
}

.contents__sub .beautyNews__txt p.beautyNews__ttl {
  min-height: 65px;
}

@media screen and (max-width: 768px) {
  .contents__sub .beautyNews__txt p.beautyNews__ttl {
    min-height: 50px;
  }
}

.beautyNews__date {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  font-size: 12px;
  color: #999;
}

.beautyNews__date + .tagWrap {
  margin-right: 70px;
}

.beautyNews__view {
  position: absolute;
  right: 0;
  bottom: 16px;
  margin-right: 32px;
  text-align: right;
  font-size: 12px;
  color: #999;
}

.beautyNews__favorite {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
  width: 25px;
  height: 25px;
  padding: 5px 0 5px 5px;
}

.beautyNews__favorite .favoriteBtn {
  position: relative;
  top: 5px;
  right: auto;
}
/* 関連記事終わり */

/* ---------------------------------------------------------------------
	タグ
 --------------------------------------------------------------------- */
ul.tagWrap {
  font-size: 0;
  margin: 0 -5px -10px;
}

ul.tagWrap .tag, ul.tagWrap .tag--require, ul.tagWrap .tag--new, ul.tagWrap .tag--campaign, ul.tagWrap .tag--sample, ul.tagWrap .tag--category, ul.tagWrap .tag--orange, ul.tagWrap .tag--yellowGreen, ul.tagWrap .tag--bluePurple, ul.tagWrap .tag--green, ul.tagWrap .tag--pink, ul.tagWrap .tag--gray, ul.tagWrap .tag--purple, ul.tagWrap .tag--blue, ul.tagWrap .tag--thinPurple, ul.tagWrap .tag--end, ul.tagWrap .tag--kuchikomi, ul.tagWrap .tag--active, ul.tagWrap .tag--standard, ul.tagWrap .tag--special, ul.tagWrap .tag--vip, ul.tagWrap .tag--gold, ul.tagWrap .tag--premium, ul.tagWrap .tag--eng {
  margin: 0 5px 10px;
}

.tag, .tag--require, .tag--new, .tag--campaign, .tag--sample, .tag--category, .tag--orange, .tag--yellowGreen, .tag--bluePurple, .tag--green, .tag--pink, .tag--gray, .tag--purple, .tag--blue, .tag--thinPurple, .tag--end, .tag--kuchikomi, .tag--active, .tag--standard, .tag--special, .tag--vip, .tag--gold, .tag--premium, .tag--eng {
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  padding: 4px 5px 2px;
  background: #FFF;
  font-size: 12px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #5C5A5A;
  color: #231815;
}

.android .tag, .android .tag--require, .android .tag--new, .android .tag--campaign, .android .tag--sample, .android .tag--category, .android .tag--orange, .android .tag--yellowGreen, .android .tag--bluePurple, .android .tag--green, .android .tag--pink, .android .tag--gray, .android .tag--purple, .android .tag--blue, .android .tag--thinPurple, .android .tag--end, .android .tag--kuchikomi, .android .tag--active, .android .tag--standard, .android .tag--special, .android .tag--vip, .android .tag--gold, .android .tag--premium, .android .tag--eng {
  font-weight: 700;
}

.win8 .tag, .win8 .tag--require, .win8 .tag--new, .win8 .tag--campaign, .win8 .tag--sample, .win8 .tag--category, .win8 .tag--orange, .win8 .tag--yellowGreen, .win8 .tag--bluePurple, .win8 .tag--green, .win8 .tag--pink, .win8 .tag--gray, .win8 .tag--purple, .win8 .tag--blue, .win8 .tag--thinPurple, .win8 .tag--end, .win8 .tag--kuchikomi, .win8 .tag--active, .win8 .tag--standard, .win8 .tag--special, .win8 .tag--vip, .win8 .tag--gold, .win8 .tag--premium, .win8 .tag--eng,
.win10 .tag,
.win10 .tag--require,
.win10 .tag--new,
.win10 .tag--campaign,
.win10 .tag--sample,
.win10 .tag--category,
.win10 .tag--orange,
.win10 .tag--yellowGreen,
.win10 .tag--bluePurple,
.win10 .tag--green,
.win10 .tag--pink,
.win10 .tag--gray,
.win10 .tag--purple,
.win10 .tag--blue,
.win10 .tag--thinPurple,
.win10 .tag--end,
.win10 .tag--kuchikomi,
.win10 .tag--active,
.win10 .tag--standard,
.win10 .tag--special,
.win10 .tag--vip,
.win10 .tag--gold,
.win10 .tag--premium,
.win10 .tag--eng {
  padding-top: 5px;
}

.edge .tag, .edge .tag--require, .edge .tag--new, .edge .tag--campaign, .edge .tag--sample, .edge .tag--category, .edge .tag--orange, .edge .tag--yellowGreen, .edge .tag--bluePurple, .edge .tag--green, .edge .tag--pink, .edge .tag--gray, .edge .tag--purple, .edge .tag--blue, .edge .tag--thinPurple, .edge .tag--end, .edge .tag--kuchikomi, .edge .tag--active, .edge .tag--standard, .edge .tag--special, .edge .tag--vip, .edge .tag--gold, .edge .tag--premium, .edge .tag--eng,
.firefox .tag,
.firefox .tag--require,
.firefox .tag--new,
.firefox .tag--campaign,
.firefox .tag--sample,
.firefox .tag--category,
.firefox .tag--orange,
.firefox .tag--yellowGreen,
.firefox .tag--bluePurple,
.firefox .tag--green,
.firefox .tag--pink,
.firefox .tag--gray,
.firefox .tag--purple,
.firefox .tag--blue,
.firefox .tag--thinPurple,
.firefox .tag--end,
.firefox .tag--kuchikomi,
.firefox .tag--active,
.firefox .tag--standard,
.firefox .tag--special,
.firefox .tag--vip,
.firefox .tag--gold,
.firefox .tag--premium,
.firefox .tag--eng {
  padding-top: 3px;
}

.tag a, .tag--require a, .tag--new a, .tag--campaign a, .tag--sample a, .tag--category a, .tag--orange a, .tag--yellowGreen a, .tag--bluePurple a, .tag--green a, .tag--pink a, .tag--gray a, .tag--purple a, .tag--blue a, .tag--thinPurple a, .tag--end a, .tag--kuchikomi a, .tag--active a, .tag--standard a, .tag--special a, .tag--vip a, .tag--gold a, .tag--premium a, .tag--eng a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 4px 5px 2px;
  margin: -4px -5px -2px;
}

.tag--require {
  background: #EF857D;
  color: #FFF;
  padding: 5px 4px 0;
  border: 0;
}

.win8 .tag--require,
.win10 .tag--require {
  padding-top: 6px;
}

.edge .tag--require,
.firefox .tag--require {
  padding-top: 4px;
}

.tag--new {
  background: #EF857D;
  color: #FFF;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--new,
.win10 .tag--new {
  padding-top: 4px;
}

.edge .tag--new,
.firefox .tag--new {
  padding-top: 4px;
}

.tag--campaign {
  border-color: #EF857D;
  color: #EF857D;
}

.tag--category, .tag--orange, .tag--yellowGreen, .tag--bluePurple, .tag--green, .tag--pink, .tag--gray, .tag--purple, .tag--blue, .tag--thinPurple {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--category, .win8 .tag--orange, .win8 .tag--yellowGreen, .win8 .tag--bluePurple, .win8 .tag--green, .win8 .tag--pink, .win8 .tag--gray, .win8 .tag--purple, .win8 .tag--blue, .win8 .tag--thinPurple,
.win10 .tag--category,
.win10 .tag--orange,
.win10 .tag--yellowGreen,
.win10 .tag--bluePurple,
.win10 .tag--green,
.win10 .tag--pink,
.win10 .tag--gray,
.win10 .tag--purple,
.win10 .tag--blue,
.win10 .tag--thinPurple {
  padding-top: 6px;
}

.edge .tag--category, .edge .tag--orange, .edge .tag--yellowGreen, .edge .tag--bluePurple, .edge .tag--green, .edge .tag--pink, .edge .tag--gray, .edge .tag--purple, .edge .tag--blue, .edge .tag--thinPurple,
.firefox .tag--category,
.firefox .tag--orange,
.firefox .tag--yellowGreen,
.firefox .tag--bluePurple,
.firefox .tag--green,
.firefox .tag--pink,
.firefox .tag--gray,
.firefox .tag--purple,
.firefox .tag--blue,
.firefox .tag--thinPurple {
  padding-top: 4px;
}

.tag--end {
  background: #999;
  color: #fff;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--end,
.win10 .tag--end {
  padding-top: 6px;
}

.edge .tag--end,
.firefox .tag--end {
  padding-top: 4px;
}

.tag--kuchikomi {
  width: 40px;
  text-align: center;
  background: #EB8B36;
  color: #fff;
  padding: 5px 0 0;
  border: 0;
}

.win8 .tag--kuchikomi,
.win10 .tag--kuchikomi {
  padding-top: 4px;
}

.win10 .tag--kuchikomi,
.edge .tag--kuchikomi,
.firefox .tag--kuchikomi {
  padding-top: 4px;
}

.tag--active {
  background: #5C5A5A;
  color: #FFF;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--active,
.win10 .tag--active {
  padding-top: 6px;
}

.firefox .tag--active {
  padding-top: 4px;
}

.tag--standard {
  color: #9a9a9a;
  border-color: #9a9a9a;
}

.tag--special {
  color: #9b885e;
  border-color: #9b885e;
}

.tag--vip {
  color: #ef857d;
  border-color: #ef857d;
}

.tag--gold {
  color: #EF857D;
  border-color: #EF857D;
}

.tag--premium {
  color: #EF857D;
  border-color: #EF857D;
}

.win8 .tag--eng,
.win10 .tag--eng {
  padding-top: 2px;
}

.tag--orange {
  background: #eec362;
}

.tag--yellowGreen {
  background: #c3e376;
}

.tag--bluePurple {
  background: #bfbfdc;
}

.tag--green {
  background: #90d7cd;
}

.tag--pink {
  background: #e2b6b6;
}

.tag--gray {
  background: #999999;
}

.tag--purple {
  background: #c4a3bf;
}

.tag--blue {
  background: #abced8;
}

.tag--thinPurple {
  background: #bebedc;
}


@media (max-width: 769px) {
  .logoArea {
    margin: 0 -20px;
  }
  
  .special-defenceraInner {
    width: 100%;
  }
  
  .logoAreaTxt {
    font-size: 20px;
    width: 100%;
    margin-top: 40px;
  }

  .logoAreaTxt > p {
    text-align: center;
    white-space: nowrap;
  }
  
  .logoAreaTxt > p sup {
    font-size: 12px;
  }

  .logoAreaTxt .notes {
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .logoAreaMemo p {
    text-align: left;
  }
  
  p.logoAreaMemo__title {
    font-size: 22px;
    text-align: center;
  }
  
  .logoAreaMemo__img {
    margin: 0 -20px;
  }
  
  .defenceraImg {
    max-width: 360px;
    margin: 0 auto;
  }
  
  .defenceraImg__txt {
    font-size: 14px;
    white-space: nowrap;
  }
  
  .defenceraImg__block {
    width: 60%;
  }
  
  .defenceraImg .defenceraImg__num01, .defenceraImg .defenceraImg__num02, .defenceraImg .defenceraImg__num03 {
    height: 250px;
  }

  .defenceraImg img {
    max-width: 200px;
  }

  .defenceraImg .defenceraImg__num02 {
    margin-top: -40px;
  }

  .defenceraImg .defenceraImg__num03 {
    margin-top: -60px;
  }
  
  .defenceraRelease {
    border: none;
    border-bottom: 1px solid #a8dce5;
    margin: 80px -20px 0;
    padding: 0 20px;
  }
  
  .defenceraRelease__column {
    position: relative;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  
  .defenceraRelease__column:before {
    position: absolute;
    background: #a8dce5;
    height: 1px;
    width: 100%;
    display: block;
    content: "";
    top: 50%;
    left: 0;
  }

  .defenceraRelease__logo {
    position: relative;
    width: 40%;
    max-width: 220px;
    margin-left: 20px;
    top: auto;
    right: auto;
  }

  .defenceraRelease__title {
    font-size: 22px;
    margin-top: 30px;
  }
  
  .defenceraRelease__row {
    display: block;
  }
  
  .defenceraRelease__txt {
    width: 100%;
  }
    
  .defenceraRelease__txt img {
    width: 100px;
  }
  
  .defenceraRelease__person {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .defenceraRelease__person p span {
    font-size: 14px;
  }
  
  .defenceraPoint {
    margin-top: 110px;
  }
  
  .defenceraPoint__title {
    font-size: 22px;
  }
  
  .defenceraPointList {
    display: block;
    text-align: center;
    position: relative;
    max-width: 320px;
    margin: 40px auto 0;
    padding-bottom: 30px;
    min-height: 270px;
  }
  
  .defenceraPointList__col {
    font-size: 16px;
    width: 100%;
    position: absolute;
    margin: 0;
    max-width: 150px;
    height: 150px;
    line-height: 1.5;
  }

  .defenceraPointList__col:first-child {
    position: relative;
    margin: 0 auto;
  }
  
  .defenceraPointList__col:nth-child(2) {
    top: 116px;
    left: 6%;
  }
  
  .defenceraPointList__col:last-child {
    top: 116px;
    right: 6%;
    box-sizing: border-box;
    padding-left: 14px;
  }
  
  .defenceraPointList__col sup {
    font-size: 10px;
  }
  
  .defenceraFlavor {
    margin-top: 75px;
  }
  
  .defenceraFlavor__row {
    display: block;
    width: 100%;
  }

  .defenceraFlavor__col {
    position: relative;
    width: 100%;
    margin-top: 26px;
  }
  
  .defenceraFlavor__image {
    margin-top: 6px;
  }

  .defenceraFlavor__txt {
    position: absolute;
    width: 50%;
    top: calc( 50% - 1em);
    right: 14px;
    transform: translateY( -50%);
  }
  
  .defenceraOnePoint {
    margin: 80px -20px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .defenceraOnePoint__decoration {
    margin: 0 -20px;
  }
  
  .defenceraOnePoint__list {
    width: 100%;
  }
  
  .defenceraOnePoint__list dt {
    font-size: 16px;
  }
  
  .overviewItem {
    margin: 80px -20px 0;
    padding: 40px 0;
  }
  
  .overviewItem__row {
    display: block;
    width: 100%;
  }
  
  .overviewItem__col:first-child {
    width: 100%;
  }
  
  .overviewItem__col img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 120px;
  }

  .overviewItem__title {
    font-size: 20px;
  }
  
  .overviewItem__txt {
    font-size: 16px;
    margin: 0;
  }
  
  .overviewItem__notes {
    text-align: left;
    padding: 0 20px;
  }
  
  .defenceraRare {
    margin-top: 75px;
    width: 100%;
  }
  
  .defenceraRare__title {
    font-size: 20px
  }
  
  .defenceraRare__row {
    max-width: 660px;
    margin: 0 auto;
  }
 
  .defenceraRare__col:first-child {
    width: 120px;
    margin-right: 6px;
  }
 
  .defenceraBarrierTxt {
    margin-top: 70px;
  }
  
  .defenceraBarrier {
    margin: 30px 0 0; 
  }
  
  .defenceraBarrier__inner {
    width: 100%;
    padding: 0;
  }
  
  .defenceraBunner {
    margin-top: 50px;
  }
  
}

@media (screen and (min-width:640px) and (max-width:768px)) {
  .overviewItem__notes {
    text-align: center;
  }
}
