@charset "UTF-8";
/*====================================================================
*    common all
/*==================================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  -webkit-appearance: none !important;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    mixin
/*==================================================================*/
/*====================================================================
*    Responsive
/*==================================================================*/
.pc_contents {
  display: block !important;
}

@media (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_contents {
    display: block !important;
  }
}

.pc_ib {
  display: inline-block !important;
}

@media (max-width: 768px) {
  .pc_ib {
    display: none !important;
  }
}

.sp_ib {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.pc_inline {
  display: inline !important;
}

@media (max-width: 768px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.pc_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .pc_flex {
    display: none !important;
  }
}

.sp_flex {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    All
/*==================================================================*/
/* ::selection {
    background: #c1c1c1;
} */
/* ::-moz-selection {
    background: #c1c1c1;
} */
/* html {
  font-size: calc(100vw / 12.8);

  @include bp768 {
    font-size: calc(100vw / 3.75);
  }
} */
.howto {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.howto a {
  color: #111;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.howto a:hover {
  opacity: 0.8;
}

.howto img, .howto svg {
  width: 100%;
  display: block;
}

.howto .mainArea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.howto .mainArea h1 {
  width: 230px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .howto .mainArea h1 {
    width: 160px;
    margin: 0 auto 40px;
  }
}

.howto h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.18;
}

.howto h2 span {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #111111;
  font-weight: 500;
  margin-top: 10px;
}

.howto.howto .mainArea {
  margin-bottom: 60px;
}

.howto.howto .mainArea h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.73;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .howto.howto .mainArea h3 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.39;
  }
}

.howto.howto .infoArea {
  background-color: #F7F7F7;
  padding: 50px 0;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .howto.howto .infoArea {
    padding: 30px 15px;
    margin-bottom: 60px;
  }
}

.howto.howto .infoArea_inner {
  width: 100%;
  max-width: 813px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .howto.howto .infoArea_inner {
    display: block;
  }
}

.howto.howto .infoArea_pic {
  width: 36.41%;
}

@media (max-width: 768px) {
  .howto.howto .infoArea_pic {
    width: 75.36%;
    margin: 0 auto 30px;
  }
}

.howto.howto .infoArea_txt {
  width: 58.67%;
}

@media (max-width: 768px) {
  .howto.howto .infoArea_txt {
    width: 100%;
  }
}

.howto.howto .infoArea_txt p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.57;
}

@media (max-width: 768px) {
  .howto.howto .infoArea_txt p {
    font-size: 12px;
    line-height: 1.67;
  }
}

.howto.howto .ctsArea {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 80px;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea {
    width: 92%;
    margin: 0 auto 60px;
  }
}

.howto.howto .ctsArea_list {
  margin-top: 40px;
}

.howto.howto .ctsArea_list dl {
  border: 1px solid #EAEAEA;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl {
    margin-bottom: 10px;
  }
}

.howto.howto .ctsArea_list dl:last-child {
  margin-bottom: 0;
}

.howto.howto .ctsArea_list dl dt {
  position: relative;
  padding: 27px 30px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dt {
    padding: 14px 20px;
  }
}

.howto.howto .ctsArea_list dl dt::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 39px;
  width: 2px;
  height: 20px;
  background-color: #111111;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dt::before {
    top: 0;
    bottom: 0;
    right: 29px;
    margin: auto;
  }
}

.howto.howto .ctsArea_list dl dt::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #111111;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dt::after {
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

.howto.howto .ctsArea_list dl dt.active::before {
  content: none;
}

.howto.howto .ctsArea_list dl dt p {
  width: 95%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.57;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dt p {
    width: 90.16%;
  }
}

.howto.howto .ctsArea_list dl dd {
  border-top: 1px solid #EAEAEA;
  padding: 30px;
  background-color: #F7F7F7;
  display: none;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dd {
    padding: 20px 20px 20px;
  }
}

.howto.howto .ctsArea_list dl dd p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.57;
}

.howto.howto .ctsArea_list dl dd p .fwBold {
  font-weight: bold;
}

.howto.howto .ctsArea_list dl dd .answerBox {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
}

.howto.howto .ctsArea_list dl dd .answerBox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.howto.howto .ctsArea_list dl dd .answerBox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dd .answerBox_list {
    display: block;
  }
}

.howto.howto .ctsArea_list dl dd .answerBox_list--pic {
  width: 37.5%;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dd .answerBox_list--pic {
    width: 100%;
    margin-bottom: 15px;
  }
}

.howto.howto .ctsArea_list dl dd .answerBox_list--txt {
  width: 59.09%;
}

@media (max-width: 768px) {
  .howto.howto .ctsArea_list dl dd .answerBox_list--txt {
    width: 100%;
  }
}

.howto.howto .ctsArea_list dl dd .answerBox_list--txt .answerLink {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.57;
  font-weight: bold;
  text-decoration: underline;
}

.howto.howto .ctsArea_list dl dd .answerBox_list--txt .answerLink span {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.57;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

.howto.howto .ctsArea_list dl dd .answerBox_list--txt .answerLink + .answerLink {
  margin-top: 15px;
}

/*====================================================================
*    oceantrico howto
/*==================================================================*/
@media (max-width: 1199px) and (min-width: 769px) {
  body {
    min-width: 1200px;
    overflow: scroll;
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  html {
    min-width: 1200px;
    overflow: scroll;
  }
}

.txt-color {
  color: #D60E2F;
}

.txt-color span {
  color: #D60E2F !important;
}

.qa-dd__item-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;
  width: 800px;
  margin: 0 auto;
  margin-top: 21px;
}

@media (max-width: 768px) {
  .qa-dd__item-list {
    display: block;
    width: calc(100% + 5vw);
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
}

.qa-dd__item-list li {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 18px 15px;
  border: 1px solid #0E6AB6;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .qa-dd__item-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.qa-dd__item-list li .thum {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qa-dd__item-list li .content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

@media (max-width: 768px) {
  .qa-dd__item-list li .content {
    padding-left: 10px;
  }
}

.qa-dd__item-list li .content .name {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}

.qa-dd__item-list li .content .name span {
  line-height: 1em;
}

.qa-dd__item-list li .content .name .en {
  font-size: 14px;
  font-weight: bold;
}

.qa-dd__item-list li .content .name .ja {
  font-size: 11px;
}

.qa-dd__item-list li .content .txt {
  font-size: 11px !important;
  line-height: 20px;
}

.qa-dd__item-list li .btn-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-top: 5px;
}

.qa-dd__item-list li .btn-wrapper .btn {
  color: #0E6AB6 !important;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.recommend-styling .underVisual {
  width: 454px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .recommend-styling .underVisual {
    width: 92%;
    margin-bottom: 20px;
  }
}

.recommend-styling__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .recommend-styling__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.recommend-styling__list .thum-main {
  width: 320px;
}

@media (max-width: 768px) {
  .recommend-styling__list .thum-main {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .recommend-styling__list .thum-sub {
    width: 37.6%;
  }
}

.recommend-styling__list-content {
  width: 605px;
  position: relative;
}

@media (max-width: 768px) {
  .recommend-styling__list-content {
    width: 100%;
  }
}

.recommend-styling__list-content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .head {
    width: 100%;
    height: 70px;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 8px solid #0E6AB6;
    padding-top: 2%;
    padding-right: 4vw;
    padding-bottom: 1%;
    height: auto;
  }
}

.recommend-styling__list-content .head .num,
.recommend-styling__list-content .head .ttl span {
  color: #0E6AB6;
}

.recommend-styling__list-content .head .num {
  font-size: 78px;
  line-height: 1em;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  margin-right: 11px;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .head .num {
    width: 100%;
    font-size: 27.2vw;
    position: absolute;
    top: 25px;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.recommend-styling__list-content .head .ttl {
  display: inline-block;
  height: 58px;
  border-bottom: 8px solid #0E6AB6;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .head .ttl {
    display: inline-block;
    height: auto;
    border: none;
  }
}

.recommend-styling__list-content .head .ttl span {
  display: block;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .head .ttl span {
    text-align: left;
  }
}

.recommend-styling__list-content .head .ttl .en {
  font-family: 'Jost', sans-serif;
  font-size: 34px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .head .ttl .en {
    font-size: 9.6vw;
  }
}

.recommend-styling__list-content .head .ttl .ja {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .head .ttl .ja {
    font-size: 3.2vw;
  }
}

@media (max-width: 768px) {
  .recommend-styling__list-content .bottom {
    width: 92%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.recommend-styling__list-content .bottom .text {
  line-height: 28px;
  margin-bottom: 47px;
  height: 56px;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .bottom .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    height: auto;
  }
}

.recommend-styling__list-content .bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .bottom__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recommend-styling__list-content .bottom .thum-sub {
  width: 200px;
  margin-right: 34px;
}

.recommend-styling__list-content .bottom .item {
  width: 124px;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .bottom .item {
    padding-left: 5.3vw;
    width: 38.6vw;
  }
}

.recommend-styling__list-content .bottom .item img {
  width: 105px;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .bottom .item img {
    width: 28vw;
  }
}

.recommend-styling__list-content .bottom .item a,
.recommend-styling__list-content .bottom .item p {
  font-size: 10px;
  line-height: 16px;
}

.recommend-styling__list-content .bottom .item a.name {
  text-decoration: underline !important;
  margin-top: 12px;
}

.recommend-styling__list-content .bottom .icon {
  padding-top: 8px;
  width: 47px;
  height: 144px;
  margin-left: 11px;
  margin-right: 30px;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .bottom .icon {
    margin: 0 5px;
    width: 12.5vw;
    height: 42.4vw;
  }
}

.recommend-styling__list-content .bottom .icon::before, .recommend-styling__list-content .bottom .icon::after {
  content: "";
  width: 66px;
  height: 2px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 768px) {
  .recommend-styling__list-content .bottom .icon::before, .recommend-styling__list-content .bottom .icon::after {
    width: 17.5vw;
  }
}

.recommend-styling__list-content .bottom .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.recommend-styling__list-content .bottom .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
  #recommendStyling {
    width: 100%;
  }
}

#recommendStyling .more {
  border: none;
  width: 100%;
}

#recommendStyling .more dt {
  padding: 25px 30px;
  border-bottom: 1px solid #0E6AB6;
}

@media (max-width: 768px) {
  #recommendStyling .more dt {
    padding: 20px 30px;
  }
}

#recommendStyling .more dt span {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0E6AB6;
  padding-right: 2em;
  display: block;
  width: 98px;
  position: relative;
  margin: 0 auto;
}

#recommendStyling .more dt span::before, #recommendStyling .more dt span::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #0E6AB6;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#recommendStyling .more dt span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

#recommendStyling .more dt::before, #recommendStyling .more dt::after {
  display: none;
}

#recommendStyling .more dt.active span::after {
  display: none;
}

#recommendStyling .more dd {
  background-color: #fff;
  display: none;
}

#recommendStyling .more dd .dd__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd__inner {
    display: block;
  }
}

#recommendStyling .more dd .ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  margin-bottom: 26px;
}

#recommendStyling .more dd .ttl::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #0E6AB6;
  position: absolute;
  bottom: -11px;
  left: 0;
}

#recommendStyling .more dd .dd01 {
  width: 360px;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd01 {
    width: 100%;
    margin-bottom: 34px;
  }
}

#recommendStyling .more dd .dd01 .dd__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#recommendStyling .more dd .dd01 .dd__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd01 .dd__content .item {
    width: 47.5%;
  }
}

#recommendStyling .more dd .dd01 .dd__content .thum {
  width: 72px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd01 .dd__content .thum {
    width: 44.3%;
    margin-right: 2.67vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

#recommendStyling .more dd .dd01 .dd__content .quantity {
  text-align: center;
}

#recommendStyling .more dd .dd01 .dd__content .quantity p {
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd01 .dd__content .quantity p {
    white-space: nowrap;
    font-size: 10px;
  }
}

#recommendStyling .more dd .dd01 .dd__content span {
  display: block;
  margin: 0 auto;
}

#recommendStyling .more dd .dd01 .dd__content .circle-m {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #EEEEEE;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd01 .dd__content .circle-m {
    width: 20.2vw;
    height: 20.2vw;
  }
}

#recommendStyling .more dd .dd01 .dd__content .circle-s {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #EEEEEE;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd01 .dd__content .circle-s {
    width: 17vw;
    height: 17vw;
  }
}

#recommendStyling .more dd .dd02 {
  width: 470px;
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd02 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #recommendStyling .more dd .dd02 .dd__content p {
    font-size: 12px;
    line-height: 22px;
  }
}

#recommendStyling .more dd .dd02 .point {
  color: #0E6AB6;
}

/*====================================================================
*    Fade
/*==================================================================*/
.fade_in {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease 0.2s;
  transition: opacity 1.5s ease 0.2s;
}

.fade_in.on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body.add_style .fs-l-main {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */