@charset "UTF-8";
/* ---------- ---------- ----------

00. Common Setting
01. Component Setting
02. Page SettingPage Setting

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media screen and (min-width: 1025px) {
}
:: for medium screen ::
@media screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* -- ------------------------------
  00. Common Setting
------------------------------ --*/
/* option
---------- ---------- */
.opt-mw300 {
  max-width: 300px;
}

.opt-mw358 {
  max-width: 358px;
}

.opt-mw364 {
  max-width: 364px;
}

.opt-mw520 {
  max-width: 520px;
}

.opt-mw512 {
  max-width: 512px;
}

.opt-mw550 {
  max-width: 550px;
}

.opt-mw609 {
  max-width: 609px;
}

.opt-mw685 {
  max-width: 685px;
}

.opt-mw834 {
  max-width: 834px;
}

.opt-mw777 {
  max-width: 777px;
}

.opt-mw834 {
  max-width: 834px;
}

.opt-mw858 {
  max-width: 858px;
}

.opt-mw956 {
  max-width: 956px;
}

@media screen and (max-width: 640px) {
  .opt-sm-mw178 {
    max-width: 178px;
  }

  .opt-sm-mw206 {
    max-width: 206px;
  }

  .opt-sm-mw250 {
    max-width: 250px;
  }
}

.opt-img-center img {
  margin: 0 auto;
}

.opt-ls0 {
  letter-spacing: 0;
}

.opt-fz18 {
  font-size: 1.125rem;
}

.opt-fz32 {
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .opt-sm-fz10,
  .opt-sm-fz10 .cmn-richtext {
    font-size: .625rem;
  }

  .opt-sm-fz15 {
    font-size: .9375rem;
  }

  .opt-sm-fz16 {
    font-size: 1rem;
  }

  .opt-sm-fz20 {
    font-size: 1.25rem;
  }
}

.opt-icon-01 {
  font-size: .9375rem;
  border: 1px solid #464646;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .opt-icon-01 {
    font-size: .8125rem;
  }
}

/* -- ------------------------------
  01. Component Setting
------------------------------ --*/
/* Reset
---------- ---------- */
.g-Area .g-Section:not(.is-paddingReset--topBottom) .g-Image--v2,
.g-Area .g-Section:not(.is-paddingReset--topBottom) .g-Text {
  margin-bottom: 0;
}

/* Hr
---------- ---------- */
.g-Section .myf-hr-line .l-Hr__hr {
  border-color: #b4b4b4;
  max-width: 1040px;
  margin: 0 auto;
}

/* Annotation List Pack
---------- ---------- */
.myf-annotaiton .g-AnnotationListUnit--v2__symbol {
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .myf-sec-area .l-AnnotationListUnit--v2 .cmn-richtext,
  .myf-finetech-area .l-AnnotationListUnit--v2 .cmn-richtext {
    font-size: .625rem;
  }
}

/* Annotation List Pack
---------- ---------- */
@media screen and (max-width: 640px) {
  .myf-sec-area .l-Section__inner,
  .myf-finetech-area .l-Section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* -- ------------------------------
  02. Page SettingPage Setting
------------------------------ --*/
/* mv
---------- ---------- */
.myf-mv-area {
  padding-bottom: 22px;
}

.myf-mv-area .g-Image--v2,
.myf-mv-area .g-PageTitle--v2__titleBlock__titleBox__title {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .myf-mv-area {
    padding-bottom: 18px;
  }
}

/* title
---------- ---------- */
.myf-ttl-h2 .cmn-richtext {
  font-size: 3.75rem;
  line-height: 1.333;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .myf-ttl-h2 .cmn-richtext {
    font-size: 2.25rem;
  }
}

.myf-ttl-img.g-HeadingTitle--v2,
.myf-ttl-img .g-Image--v2,
.myf-ttl-img .g-Image--v2 img,
.myf-ttl-img .g-HeadingTitle--v2__titleBlock__titleBox__title {
  margin-bottom: 0;
}

.myf-ttl-h4 {
  margin-bottom: 12px;
}

.myf-ttl-h4 .g-HeadingTitle--v2__titleBlock__titleBox__title {
  margin-bottom: 0;
}

.myf-ttl-h4 .cmn-richtext {
  font-size: 1.5rem;
  line-height: 2.125;
}

@media screen and (max-width: 640px) {
  .myf-ttl-h4 .cmn-richtext {
    font-size: 1.25rem;
    line-height: 1.55;
  }
}

/* lead
---------- ---------- */
.myf-lead-txt {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.8;
}

.myf-lead-txt + .myf-lead-txt {
  margin-top: 26px;
}

.myf-lead-txt + .g-AnnotationListP--v2 {
  margin-top: 14px;
}

@media screen and (max-width: 640px) {
  .myf-lead-txt {
    font-size: .9375rem;
  }

  .myf-lead-txt + .myf-lead-txt {
    margin-top: 22px;
  }

  .myf-lead-txt + .g-AnnotationListP--v2 {
    margin-top: 10px;
  }
}

/* banner
---------- ---------- */
.myf-bnr-area .cmn-richtext {
  font-size: 1.375rem;
  line-height: 1.364;
  margin-bottom: 7px;
}

.myf-bnr-area .l-BannerLinkP--v2.is-gutter--m .l-BannerLinkP--v2__list__item {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .myf-bnr-area .cmn-richtext {
    font-size: .9375rem;
    line-height: 1.333;
    margin-bottom: 5px;
  }
}

/* FineTECH
---------- ---------- */
.myf-finetech-area .g-Section__inner {
  width: calc(100% 40px);
  max-width: 1040px;
  background: #f8f8f8;
  padding: 26px 100px 70px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .myf-finetech-area .g-Section__inner {
    max-width: calc(100% - 40px);
    padding: 15px 20px 20px;
  }
}

.myf-finetech-area .g-AnnotationListP--v2 {
  margin-bottom: 17px;
}

.myf-finetech-area .g-AnnotationListUnit--v2__symbol {
  padding-right: 0;
}

@media screen and (min-width: 1025px) {
  .myf-finetech-column .g-Column__cols {
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .myf-finetech-column .g-Column__cols:nth-child(1) {
    padding-right: 66px;
    border-right: 1px solid #b4b4b4;
  }
  .myf-finetech-column .g-Column__cols:nth-child(2) {
    padding-left: 66px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .myf-finetech-column .g-Column__cols {
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .myf-finetech-column .g-Column__cols:nth-child(1) {
    padding-right: 40px;
    border-right: 1px solid #b4b4b4;
  }
  .myf-finetech-column .g-Column__cols:nth-child(2) {
    padding-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .myf-finetech-column .g-Column__cols + .g-Column__cols {
    border-top: 1px solid #b4b4b4;
    margin-top: 20px;
    padding-top: 20px;
  }
}

.myf-img-txt-column .l-HeadingTitle__h3 {
  font-size: 1.5rem;
}

.myf-img-txt-column .l-Text {
  font-size: 1.125rem;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .myf-img-txt-column .l-HeadingTitle__h3 {
    font-size: 1.25rem;
    text-align: center;
  }

  .myf-img-txt-column .l-Text {
    font-size: .9375rem;
    text-align: center;
  }
}

.myf-goods-list .l-Column__cols + .l-Column__cols {
  display: flex;
}

.myf-goods-list .l-Column__cols + .l-Column__cols .g-ColumnUnit {
  margin-left: auto;
}

.myf-goods-list .l-Image--v2__caption {
  font-size: 1.375rem;
  margin-top: 5px;
}

.myf-goods-list .l-Image--v2__caption p {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .myf-goods-list .l-Image--v2__caption {
    font-size: 1rem;
  }
}