@charset "UTF-8";
.l-main {
  background: #F7F7F7;
}
@media screen and (max-width: 749px) {
  .rc-breadcrumb {
    overflow-x: scroll;
  }
  .rc-breadcrumb__list {
    flex-wrap: nowrap;
  }
  .rc-breadcrumb__item {
    display: flex;
  }
  .rc-breadcrumb a.rc-breadcrumb__link {
    white-space: nowrap;
  }
}
@media screen and (min-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto
  }
}

@media screen and (max-width: 749px) {
  .l-inner {
    padding: 0 15px
  }
}

@media screen and (min-width: 1024px) {

  .visible-md,
  .visible-sm {
    display: none
  }

  .visible-lg {
    display: inherit
  }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {

  .visible-lg,
  .visible-sm {
    display: none
  }

  .visible-md {
    display: inherit
  }
}

@media screen and (max-width: 749px) {

  .visible-lg,
  .visible-md {
    display: none
  }

  .visible-sm {
    display: inherit
  }
}

.btn {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  padding: .5em 2em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center
}

@media screen and (min-width: 750px) {
  .btn {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 749px) {
  .btn {
    width: 90%;
    margin: 0 auto;
    font-size: 15px
  }
}

@media screen and (min-width: 750px) {
}

@media screen and (min-width: 750px) {
  .btn.-lg {
    min-height: 55px;
  }
}

@media screen and (max-width: 749px) {
  .btn.-sm {
    display: inline-flex;
    width: auto;
    min-height: 30px;
    font-size: 12px
  }
}

.btn.-gray {
  background: #fff;
  border: 1px solid #999;
  color: #999
}

.btn.-gray::after {
  background: url(../../_cmn/img/icon_arrow-right-gray.svg) no-repeat center/contain
}

.btn.-blue {
  background: #052244;
  border: 1px solid #052244;
  color: #fff
}

.btn.-blue::after {
  background: url(../../_cmn/img/icon_arrow-right-white.svg) no-repeat center/contain
}

.btn.-blue-line {
  background: #fff;
  border: 1px solid #052244;
  color: #052244
}

.btn.-blue-line::after {
  background: url(../../_cmn/img/icon_arrow-right-blue.svg) no-repeat center/contain
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: .5em;
  width: 1.6em;
  height: 1.6em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.heading__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap
}

@media screen and (min-width: 750px) {
  .heading__line {
    margin-bottom: 1em;
    font-size: 24px
  }
}

@media screen and (max-width: 749px) {
  .heading__line {
    margin-bottom: 20px;
    font-size: 20px
  }
}

.heading__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 1em;
  background: #000
}

@media screen and (min-width: 750px) {
  .heading__line-lg {
    font-size: 32px
  }
}

.heading__line-en {
  margin-left: 1em;
  color: #052244;
  font-family: Montserrat, Meiryo, "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  font-size: 14px
}

.breadcrumb {
  overflow-x: scroll;
  scrollbar-width: none;
  margin: 10px 0
}

.breadcrumb::-webkit-scrollbar {
  display: none
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  white-space: nowrap;
  font-size: 12px
}

.breadcrumb__item+.breadcrumb__item:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 .5rem;
  background: url(../../_cmn/img/icon_arrow-right-lg.svg) no-repeat center/75%
}

.breadcrumb__anc {
  color: #000
}

@media screen and (min-width: 750px) {
  .breadcrumb__anc:hover {
    text-decoration: underline
  }
}

@media screen and (min-width: 750px) {
  .article__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.articleList__item {
  background: #fff
}

@media screen and (min-width: 750px) {
  .articleList__item.-lg {
    width: 48.5%
  }

  .articleList__item.-lg:nth-child(2n) {
    margin-left: 3%
  }
}

@media screen and (min-width: 750px) {
  .articleList__item.-md {
    width: 31.3%
  }

  .articleList__item.-md:not(:nth-child(3n)) {
    margin-right: 3.05%
  }

  .articleList__item.-md:nth-child(n+4) {
    margin-top: 30px
  }
}

@media screen and (max-width: 749px) {
  .articleList__item+.articleList__item {
    margin-top: 15px
  }
}

.articleList__anc {
  color: #000
}

@media screen and (min-width: 1024px) {
  .articleList__foot {
    padding: 30px
  }
}

@media screen and (max-width: 1023px) {
  .articleList__foot {
    padding: 20px
  }
}

.articleList__title {
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .articleList__title {
    font-size: 18px
  }
}

@media screen and (max-width: 1023px) {
  .articleList__title {
    font-size: 15px
  }
}

.articleList__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em
}

.articleList__category {
  margin-right: 1em;
  padding: .2em .8em;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 10px
}

.articleList__date {
  color: #888;
  font-family: Montserrat, Meiryo, "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold
}

@media screen and (min-width: 750px) {
  .recommend {
    padding: 80px 0
  }
}

@media screen and (max-width: 749px) {
  .recommend {
    padding: 40px 0
  }
}

.rakutenranking {
  background: #fff
}

@media screen and (min-width: 750px) {
  .rakutenranking {
    padding: 80px 0
  }
}

@media screen and (max-width: 749px) {
  .rakutenranking {
    padding: 40px 0
  }
}

.singlepage {
  font-size: 16px;
}

@media screen and (min-width: 750px) {
  .singlepage {
    line-height: 1.8;
    padding: 20px 0 50px
  }
}

@media screen and (max-width: 749px) {
  .singlepage {
    line-height: 2;
    padding: 10px 0 20px;
    font-size: 15px;
  }
}

.singlepage+.recommend {
  padding-top: 0
}

@media screen and (min-width: 750px) {
  .singlepage__head {
    margin-bottom: 80px
  }
}

@media screen and (max-width: 749px) {
  .singlepage__head {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 750px) {
  .singlepage__inner {
    width: 90%;
    max-width: 800px;
    margin: 0 auto
  }
}

@media screen and (max-width: 749px) {
  .singlepage__inner {
    padding: 0 15px
  }
}

@media screen and (min-width: 750px) {
  .hero__body {
    max-width: 800px;
    margin: 0 auto
  }
}

@media screen and (min-width: 750px) {
  .hero__foot {
    max-width: 800px;
    margin: 60px auto 0
  }
}

@media screen and (max-width: 749px) {
  .hero__foot {
    margin-top: 40px
  }
}

.hero__line {
  border-bottom: 1px solid #ccc
}

@media screen and (min-width: 750px) {
  .hero__line {
    margin-top: 60px
  }
}

@media screen and (max-width: 749px) {
  .hero__line {
    margin-top: 40px
  }
}

.hero__date {
  color: #888;
  font-size: 12px;
  font-weight: bold
}

.hero__title {
  margin-bottom: .5em;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .hero__title {
    font-size: 34px
  }
}

@media screen and (max-width: 749px) {
  .hero__title {
    font-size: 22px
  }
}

.hero__lead {
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  .hero__lead {
    margin-top: 2em
  }
}

@media screen and (max-width: 749px) {
  .hero__lead {
    margin-top: 1em
  }
}

.expert__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 750px) {
}

.expert__term {
  display: inline-block;
  margin-bottom: 20px;
  padding: .1px 1em;
  background: #fff;
  color: #888;
  font-size: 14px;
  font-weight: bold
}

.expert__head {
  border-radius: 50%;
  overflow: hidden
}

@media screen and (min-width: 750px) {
  .expert__head {
    width: 120px;
    margin-right: 30px
  }
}

@media screen and (max-width: 749px) {
  .expert__head {
    width: 90px;
    margin-right: 20px
  }
}

@media screen and (min-width: 750px) {
  .expert__body {
    width: calc(100% - 150px)
  }
}

@media screen and (max-width: 749px) {
  .expert__body {
    width: calc(100% - 110px)
  }
}

.expert__foot {
  position: relative;
  background: #fff;
  border: 1px solid #052244;
  padding: 20px;
  margin-top: 1.5em;
  width: 100%;
}

.expert__foot::before,
.expert__foot::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
}
.expert__foot::before {
  top: -14px;
  border-color: transparent transparent #052244 transparent;
}
.expert__foot::after {
  top: -12px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 750px) {
  .expert__foot::before,
  .expert__foot::after {
    left: 50px;
  }
}

@media screen and (max-width: 749px) {
  .expert__foot::before,
  .expert__foot::after {
    left: 35px;
  }
}

@media screen and (max-width: 749px) {
  .expert__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90px
  }
}

.expert__position {
  font-size: 12px
}

.expert__name {
  font-size: 18px;
  font-weight: bold
}

.expert__text {
  font-size: 14px
}

.toc {
  border: 1px solid #052244;
  background: #F4F1EA;
  font-size: 14px
}

@media screen and (min-width: 750px) {
  .toc {
    margin-bottom: 60px;
    padding: 30px
  }
}

@media screen and (max-width: 749px) {
  .toc {
    margin-bottom: 40px;
    padding: 20px
  }
}

.toc__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #052244;
  font-weight: bold
}

.toc__icon {
  display: block;
  line-height: 1;
  margin-right: .5em
}

.tocList__item {
  position: relative;
  margin-top: .8em;
  padding-left: 1.7em
}

.tocList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.5em;
  background: url(../../_cmn/img/icon_arrow-bottom-lg.svg) no-repeat center/contain
}

.tocList__anc {
  display: block;
  color: #000!important;
  font-weight: bold;
  line-height: 1.5
}

@media screen and (min-width: 750px) {
  .tocList__anc:hover {
    text-decoration: underline
  }
}

.tocChildlist__item {
  position: relative;
  margin-top: .5em;
  padding-left: 1.7em
}

.tocChildlist__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.5em;
  background: url(../../_cmn/img/icon_arrow-bottom-lg.svg) no-repeat center/contain
}

.tocChildlist__anc {
  display: block;
  color: #000!important;
  line-height: 1.5
}

@media screen and (min-width: 750px) {
  .tocChildlist__anc:hover {
    text-decoration: underline
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 750px) {
  .row-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.row .row__item.-md {
  width: 48%
}

.row .row__item.-sm {
  width: 30%
}

.row .row__item.-lg {
  width: 66%
}

@media screen and (min-width: 750px) {
  .row-pc .row__item.-md {
    width: 48%
  }
}

@media screen and (max-width: 749px) {
  .row-pc .row__item+.row__item {
    margin-top: 20px
  }
}

.row__heading {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .componentLg {
    margin: 60px 0 30px
  }
}

@media screen and (max-width: 749px) {
  .componentLg {
    margin: 40px 0 20px
  }
}

@media screen and (min-width: 750px) {
  .componentLg+.componentLg {
    margin-top: 30px
  }
}

@media screen and (max-width: 749px) {
  .componentLg+.componentLg {
    margin-top: 20px
  }
}

@media screen and (min-width: 750px) {
  .componentSm {
    margin: 30px 0
  }
}

@media screen and (max-width: 749px) {
  .componentSm {
    margin: 20px 0
  }
}

.component__heading {
  padding-bottom: .5em;
  border-bottom: 2px solid #052244;
  color: #052244;
  line-height: 1.5;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .component__heading {
    font-size: 28px
  }
}

@media screen and (max-width: 749px) {
  .component__heading {
    font-size: 20px
  }
}

.component__subheading {
  padding: .7em 1em;
  border-left: 4px solid #052244;
  color: #052244;
  background: #fff;
  line-height: 1.5;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .component__subheading {
    font-size: 20px
  }
}

@media screen and (max-width: 749px) {
  .component__subheading {
    font-size: 18px
  }
}

.component__smallheading {
  border-left: 2px solid #000;
  padding-left: 1em;
  color: #052244;
  font-size: 16px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .component__smallheading {
    font-size: 20px
  }
}

.component__text a,
.component__textimg a {
  text-decoration: underline;
  display: inline;
}

@media screen and (min-width: 750px) {

  .component__text a:hover,
  .component__textimg a:hover {
    opacity: .6;
    color: #052244
  }
}

.note {
  margin-top: 1em;
  color: #888;
  font-size: .8em
}

.strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(99,151,180,.5)));
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(99,151,180,.5) 40%)
}

.unorderedlist,
.orederedlist {
  padding: revert
}

li.unorderedlist__item {
  list-style: disc
}
li.orederedlist__item {
  list-style: decimal
}

.component__img {
  text-align: center
}

.caption {
  text-align: left
}

@media screen and (min-width: 750px) {
  .caption {
    margin-top: 1em
  }
}

@media screen and (max-width: 749px) {
  .caption {
    margin-top: .5em
  }
}
.table {
  width: 100%;
  background: #fff
}

.table__head,
.table__desc {
  padding: .8em 1em;
  border: 1px solid #ccc;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.table__head {
  background: #E0E8EC;
  font-weight: bold;
}

thead .table__head {
  background: #052244;
  color: #fff;
  text-align: center;
}

tbody .table__head {
}

.table__head.-w15 {
  width: 15%
}

.table__head.-w20 {
  width: 20%
}

.table__head.-w30 {
  width: 30%
}

.table__head.-w40 {
  width: 40%;
}

.table__head.-w50 {
  width: 50%;
}

.table__head.-w60 {
  width: 60%;
}
.table__head.-center,
.table__desc.-center {
  text-align: center;
}
.table__head.-red,
.table__desc.-red {
  background: #ece0e0;
}
.table__head.-orange,
.table__desc.-orange {
  background: #ece5e0;
}
.table__head.-yellow,
.table__desc.-yellow {
  background: #ecebe0;
}
.table__head.-green,
.table__desc.-green {
  background: #e0ece2;
}

@media screen and (min-width: 750px) {

  .table__head,
  .table__desc {
    font-size: 15px
  }
}
@media screen and (max-width: 749px) {
  .component__table {
    overflow-x: scroll;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .table.-scroll-lg {
    width: 70rem;
  }
  .table.-scroll-md {
    width: 60rem;
  }
  .table.-scroll-sm {
    width: 50rem;
  }
  .table__head,
  .table__desc {
    font-size: 13px
  }
  .-fix .table__head:first-child {
    position: relative;
    width: 10rem;
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
  }
  .-fix .table__head:first-child::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: #E0E8EC;
    width: 1px;
    height: 100%;
  }

  .table.-scroll-lg .table__head:first-child {
    border-left: 1px solid #f2f2f2;
  }
}

.compare__head {
  overflow-x: scroll;
  border: 1px solid #ccc;
}
.compare__head::-webkit-scrollbar {
  display: block;
}
.compare__head::-webkit-scrollbar-track {
}
.compare__head::-webkit-scrollbar-thumb {
  background: #052244;
  border-radius: 5rem;
  height: 5px;
}

.compare__table {
  background: #fff
}

@media screen and (min-width: 750px) {
  .compare__table.-template {
    width: 1150px
  }
}

@media screen and (max-width: 749px) {
  .compare__table.-template {
    width: 780px
  }
}

.compareTable__head,
.compareTable__desc {
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.3
}

@media screen and (min-width: 750px) {

  .compareTable__head,
  .compareTable__desc {
    font-size: 13px
  }
}

@media screen and (max-width: 749px) {

  .compareTable__head,
  .compareTable__desc {
    font-size: 12px
  }
}

.compareTable__head.-center,
.compareTable__desc.-center {
  text-align: center
}

.compareTable__head {
  background: #E0E8EC
}

@media screen and (min-width: 750px) {
  .compareTable__head.w400 {
    width: 400px
  }
}

@media screen and (max-width: 749px) {
  .compareTable__head.w400 {
    width: 200px
  }
}

@media screen and (min-width: 750px) {
  .compareTable__head.w300 {
    width: 300px
  }
}

@media screen and (max-width: 749px) {
  .compareTable__head.w300 {
    width: 150px
  }
}

@media screen and (min-width: 750px) {
  .compareTable__head.w90 {
    width: 90px
  }
}

@media screen and (max-width: 749px) {
  .compareTable__head.w90 {
    width: 90px
  }
}

.compare__thead .compareTable__head,
.compare__thead .compareTable__desc {
  border-top: none
}

.compareTable-productname,
.compareTable__head:first-child {
  position: sticky;
  left: -1px;
  z-index: 2;
  text-align: left
}

.compareTable__head:first-child {
  border-left: 1px solid #f2f2f2
}

.compareTable__head:last-child {
  border-right: 1px solid #f2f2f2
}

.compareTable__desc:last-child {
  border-right: none
}

.component__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.componentComment__head {
  border-radius: 50%;
  overflow: hidden
}

@media screen and (min-width: 750px) {
  .componentComment__head {
    width: 120px;
    margin-right: 30px
  }
}

@media screen and (max-width: 749px) {
  .componentComment__head {
    width: 90px;
    margin-right: 20px
  }
}

.componentComment__position {
  font-size: 12px
}

.componentComment__name {
  font-size: 18px;
  font-weight: bold
}

@media screen and (min-width: 750px) {
  .componentComment__body {
    width: calc(100% - 150px)
  }
}

@media screen and (max-width: 749px) {
  .componentComment__body {
    width: calc(100% - 110px)
  }
}

.componentComment__foot {
  position: relative;
  background: #fff;
  border: 1px solid #052244;
  padding: 20px;
  margin-top: 1.5em;
  width: 100%;
}

.componentComment__foot::before,
.componentComment__foot::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
}
.componentComment__foot::before {
  top: -14px;
  border-color: transparent transparent #052244 transparent;
}
.componentComment__foot::after {
  top: -12px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 750px) {
  .componentComment__foot::before,
  .componentComment__foot::after {
    left: 50px;
  
  }
}

@media screen and (max-width: 749px) {
  .componentComment__foot::before,
  .componentComment__foot::after {
    left: 35px;
  
  }
}

.componentComment__text {
  line-height: 1.8;
  font-size: 14px;
}

.component__relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

@media screen and (min-width: 750px) {
  .component__relation {
  }
}

.relation__head {
  width: 30%;
}

.relation__foot {
  width: calc(100% - 30% - 2rem)
}

.relation__heading {
  font-size: 15px;
  line-height: 1.5
}

.relation__cv {
  margin-top: 1em
}

@media screen and (min-width: 750px) {
  .relation__cv {
    width: 175px
  }
}

@media screen and (max-width: 749px) {
  .relation__cv {
    width: 100%
  }
}

.component__products {
  background: #fff;
}

@media screen and (min-width: 750px) {
  .component__products {
    padding: 30px
  }
}
@media screen and (max-width: 749px) {
  .component__products {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 750px) {
  .products__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width: 750px) {
  .products__body,
  .products__foot {
    margin-top: 25px;
  }
}

@media screen and (max-width: 749px) {
  .products__body,
  .products__foot {
    margin-top: 1.8em;
  }
}

@media screen and (min-width: 750px) {
  .products__img {
    width: 37.8378378378%
  }
}

@media screen and (min-width: 750px) {
  .products__info {
    width: 58.1081081081%
  }
}

@media screen and (max-width: 749px) {
  .products__info {
    margin-top: 20px;
  }
}

.products__name {
  margin-bottom: .5em;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.products__price {
  margin-bottom: 5px;
  color: #888;
  font-size: 10px
}
.products__note {
  margin-bottom: 10px;
  color: #888;
  font-size: 10px;
}
.productsPrice__num {
  display: inline-block;
  margin-right: 5px;
  color: #BF0000
}

@media screen and (min-width: 750px) {
  .productsPrice__num {
    font-size: 13px
  }
}

@media screen and (max-width: 749px) {
  .productsPrice__num {
    font-size: 15px
  }
}

.products__button {
  margin-top: 1.8em
}

@media screen and (min-width: 750px) {
  .products__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width: 750px) {
  .productsButton__item {
    width: 48.5%
  }
}

@media screen and (max-width: 749px) {
  .productsButton__item+.productsButton__item {
    margin-top: 20px
  }
}

.products__variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 750px) {
  .products__variation {
    margin: -3px 0 20px -3px
  }
}

@media screen and (max-width: 749px) {
  .products__variation {
    margin: -3px 0 15px -3px
  }
}

.productsVariation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3px;
  padding: .5em 1em;
  border: 1px solid #052244;
  font-size: 10px;
  cursor: pointer
}

.productsVariation__item .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: .6em;
  border-radius: 50%;
  border: 1px solid #052244
}

.productsVariation__item .radio::before {
  content: "";
  display: block;
  width: .9em;
  height: .9em;
  background: #052244;
  border-radius: 50%;
  opacity: 0
}

@media screen and (min-width: 750px) {
  .productsVariation__item:hover .radio::before {
    opacity: 1;
    background: #888
  }
}

.productsVariation__item.is-active {
  border-color: #052244;
  color: #052244
}

.productsVariation__item.is-active .radio::before {
  opacity: 1;
  background: #052244
}


@media screen and (min-width: 750px) {
  .component__btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}
.title-a {
  background: url('../../_cmn/img/title-a_bg.svg') center bottom/80px no-repeat;
  color: #052244;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .title-a {
    padding-bottom: 3rem;
    font-size: 3.6rem
  }
}
@media screen and (max-width: 749px) {
  .title-a {
    padding-bottom: 2.5rem;
    font-size: 2.4rem
  }
}