@charset "UTF-8";

/*20220120*/
@media screen and (max-width: 767px) {
  img{
    width: 100%;
  }
}

.p-info__empty {
  padding: 3px 20px;
}

.p-info__table {
  margin-bottom: 50px;
  /*.typeC,.typeDのスマホ時スクロール用table要素幅設定
		任意のclass名、幅の数値のclass属性を設定するためのmixin
		.p-info__tableと同じ階層にclass属性を設定*/
  /*.typeC,.typeDのスマホ時スクロール用table要素幅設定 end */
}

@media screen and (max-width: 767px) {
  .p-info__table {
    margin-bottom: 12.26667vw;
  }
}

.p-info__table table {
  width: 100%;
  border-top: 2px solid #a3a3a3;
  border-bottom: 2px solid #a3a3a3;
  table-layout: fixed;
}

.p-info__table-caption {
  padding: 2px 20px;
  border-bottom: 1px solid #a3a3a3;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.625;
}

.p-info__table-caption span {
  margin-left: 26px;
  padding-bottom: 3px;
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.66px;
  text-align: left;
}

.p-info__table .minus {
  color: #ff2d3f;
}

.p-info__table th {
  padding: 15px;
  border-collapse: collapse;
  background-color: #f4f4f4;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

.p-info__table td {
  padding: 15px;
  border-collapse: collapse;
  line-height: 1.5;
}

.p-info__table td strong.text-azure {
  color: #00a2e6;
}

.p-info__table td .note {
  font-size: 11px;
}

.p-info__table th,
.p-info__table td {
  font-size: 14px;
  vertical-align: middle;
}

.p-info__table tr + tr th,
.p-info__table tr + tr td {
  border-top: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-info__table .col-2 th {
    width: 243px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeA table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeA table tr th,
  .p-info__table.typeA table tr td {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeA table tr th {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeA table tr td {
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeA table tr + tr td {
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeB .col-2 th {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeB .col-2 td {
    width: 66.67%;
  }
}

.p-info__table.typeC, .p-info__table.typeD {
  /* 以下サンプル用class属性(class名、設定幅任意)
			幅の設定法: @include tblSetting(任意の幅); */
  /* サンプル用class属性設定 end */
}

.p-info__table.typeC td, .p-info__table.typeD td {
  border-left: 1px solid #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-info__table.typeC, .p-info__table.typeD {
    width: 100%;
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeC.w500 .table__container, .p-info__table.typeD.w500 .table__container {
    width: calc(500px + (30 / 750) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeC.w500 table, .p-info__table.typeD.w500 table {
    width: 500px;
    margin-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeC.w600 .table__container, .p-info__table.typeD.w600 .table__container {
    width: calc(600px + (30 / 750) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-info__table.typeC.w600 table, .p-info__table.typeD.w600 table {
    width: 600px;
    margin-right: 4vw;
  }
}

.p-info__table.typeD tr:first-child th {
  text-align: center;
}

.p-info__table.typeD tr:first-child th:not(:first-child) {
  border-left: 1px solid #a3a3a3;
}

.p-info__under {
  /* ↓ margin用汎用class(top/bottom) ↓ */
  /* margin-top */
  /* margin-bottom */
  /* ↑ margin用汎用class(top/bottom) ↑ */
}

.p-info__under p + p, .p-info__under p + ul {
  margin-top: 1em;
}

.p-info__under .u-pc-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-info__under .u-pc-hide {
    display: block;
  }
}

.p-info__under .u-sp-hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-info__under .u-sp-hide {
    display: none;
  }
}

.p-info__under .mt-sizeLL {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mt-sizeLL {
    margin-top: 45px;
  }
}

.p-info__under .mt-sizeL {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mt-sizeL {
    margin-top: 45px;
  }
}

.p-info__under .mt-sizeM {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mt-sizeM {
    margin-top: 35px;
  }
}

.p-info__under .mt-sizeS {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mt-sizeS {
    margin-top: 25px;
  }
}

.p-info__under .mt-sizeSS {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mt-sizeSS {
    margin-top: 15px;
  }
}

.p-info__under .mt-0 {
  margin-top: 0;
}

.p-info__under .mb-sizeLL {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mb-sizeLL {
    margin-bottom: 45px;
  }
}

.p-info__under .mb-sizeL {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mb-sizeL {
    margin-bottom: 45px;
  }
}

.p-info__under .mb-sizeM {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mb-sizeM {
    margin-bottom: 35px;
  }
}

.p-info__under .mb-sizeS {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mb-sizeS {
    margin-bottom: 25px;
  }
}

.p-info__under .mb-sizeSS {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__under .mb-sizeSS {
    margin-bottom: 15px;
  }
}

.p-info__under .mb-0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-info__under .pc-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under .sp-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-info__under .pc-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under .sp-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under .sp-container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

.p-info__under .arrow-left a::after {
  right: unset;
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-info__under h2,
  .p-info__under h3,
  .p-info__under h4,
  .p-info__under h5 {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}

/*.p-info__under h2 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

@media screen and (max-width: 767px) {
  .p-info__under h2 {
    font-size: 20px;
  }
}*/

.p-info__under h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 767px) {
  .p-info__under h3 {
    font-size: 18px;
  }
}

.p-info__under h4 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-info__under h4 {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-info__under h5 {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-info__under h5 {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-info__under__h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__under__h2 {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-info__under__h3 {
  margin-bottom: 14px !important;
  font-size: 16px !important;
  letter-spacing: 0.96px !important;
}

@media screen and (max-width: 767px) {
  .p-info__under__h3 {
    margin-bottom: 2.66667vw;
    font-size: 14px !important;
    letter-spacing: 0.84px !important;
  }
}

.p-info__under__inr {
  width: 100%;
  max-width: 1140px;
  padding: 90px 0;
}

@media screen and (min-width: 768px), print {
  .p-info__under__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__inr {
    padding-top: 6.66667vw;
  }
}

.p-info__under__side {
  width: 270px;
  margin-right: 60px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-info__under__side {
    display: none;
  }
}

.p-info__under__side__head {
  padding: 19px 20px;
  border-bottom: double 3px #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-info__under__side__head {
    padding: 3.33333vw 4vw;
  }
}

.p-info__under__side__head h3 {
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__under__side__head h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__side.sp-accordion {
    display: block;
    width: auto;
    margin-right: 4vw;
    margin-bottom: 12vw;
    margin-left: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__side.sp-accordion .p-info__under__side__head {
    position: relative;
    border-bottom: solid 1px #c8c8c8;
    -webkit-box-shadow: -5px -5px 2px -2px rgba(72, 72, 72, 0.1) inset, -16px 11px 4px -41px rgba(72, 72, 72, 0.1);
            box-shadow: -5px -5px 2px -2px rgba(72, 72, 72, 0.1) inset, -16px 11px 4px -41px rgba(72, 72, 72, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__side.sp-accordion .p-info__under__side__head::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 25px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #484848;
    content: '';
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__side.sp-accordion .p-info__under__side__head.open::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

.p-info__under__side__news {
  margin-top: 10px;
  padding: 0 10px;
}

.p-info__under__side__news li {
  padding: 20px 10px;
  font-size: 14px;
}

.p-info__under__side__news li + li {
  border-top: 1px dotted #c8c8c8;
}

.p-info__under__side__news li .date {
  color: #004da1;
  font-weight: bold;
}

.p-info__under__side__news li .text {
  margin-top: 15px;
  line-height: 1.5;
}

.p-info__under__side__news li .text a:hover {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-info__under__side__article {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__side__article {
    display: none;
  }
}

.p-info__under__side__article li {
  position: relative;
  padding: 17px 25px 17px 20px;
  overflow: hidden;
}

.p-info__under__side__article li + li {
  border-top: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-info__under__side__article li:not(.head)::before {
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #484848;
    content: '';
    opacity: 0.1;
  }
}

.p-info__under__side__article li a {
  display: block;
  position: relative;
}

.p-info__under__side__article li a::after {
  position: absolute;
  top: 50%;
  right: -9px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

.p-info__under__side__article .head {
  background-color: #ececec;
}

.p-info__under__side__btn {
  padding: 10px;
}

.p-info__under__side__btn a {
  width: 100%;
}

.p-info__under__main {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-info__under__main {
    max-width: 810px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px), print {
  .p-info__under__header {
    padding-bottom: 20px;
  }
}

.p-info__under__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-info__under__buttons {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-info__under__buttons a {
  width: 100%;
  max-width: 270px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-info__under__buttons a {
    max-width: 60vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-info__under__buttons a:nth-child(even) {
    margin-left: 20px;
  }
}

.p-info__under__buttons img {
  width: 18px;
  margin-right: 15px;
}

.p-info__under__buttons .is-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background-color: #ececec;
  color: #7f7f7f;
  text-decoration: none;
  pointer-events: none;
}

.p-info__under__buttons .is-disabled:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #7f7f7f;
  content: '';
}

.p-info__under__buttons--cart {
  background-image: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-info__under__buttons.button-col2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 560px;
  }
}

.p-info__under__content {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__under__content {
    margin-bottom: 6.8vw;
  }
}

.p-info__under__content p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-info__under__content p {
    font-size: 12px;
  }
}

.p-info__under .border-content,
.p-info__under .bg-content {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__under .border-content,
  .p-info__under .bg-content {
    margin-right: 4vw;
    margin-left: 4vw;
    padding: 6.66667vw 5.33333vw;
  }
}

.p-info__under .border-content {
  border: 2px solid #c8c8c8;
}

.p-info__under .bg-content {
  background-color: #f6f6f6;
}

.p-info__under__list {
  margin-bottom: 50px;
  margin-left: 1.5em;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-info__under__list {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__list {
    margin-bottom: 25px;
  }
}

.p-info__under__list li {
  padding-left: .5em;
  line-height: 1.5;
}

.p-info__under__list li + li {
  margin-top: 5px;
}

.p-info__under__list.disc {
  list-style-type: disc;
}

.p-info__under__list.l-alpha {
  list-style-type: lower-alpha;
}

.p-info__under__list.decimal {
  list-style-type: decimal;
}

.p-info__under__list.brackets-num li {
  margin-left: -1em;
  padding-left: 1.5em;
  list-style-type: none;
  text-indent: -2em;
  counter-increment: cnt;
}

.p-info__under__list.brackets-num li::before {
  margin-right: .5em;
  content: "(" counter(cnt) ") ";
}

.p-info__under__list.notes li {
  margin-left: -1em;
  color: #7f7f7f;
  font-size: 11px;
  list-style-type: none;
  text-indent: -1.5em;
}

@media screen and (max-width: 767px) {
  .p-info__under__list.notes li {
    font-size: 10px;
  }
}

.p-info__under__list.notes li::before {
  margin-right: .5em;
  content: "※";
}

.p-info__under__list.notes.red {
  color: #e43344;
}

.p-info__under__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-info__under__title {
    margin-bottom: 6.93333vw;
  }
}

.p-info__under__title span {
  margin-bottom: 25px;
  color: #004da1;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__under__title span {
    margin-bottom: 4vw;
    font-size: 12px;
  }
}

.p-info__under__title h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__under__title h1 {
    font-size: 18px;
  }
}

.p-info__under__img {
  max-width: 810px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-info__under__img {
    margin-bottom: 6.66667vw;
  }


.p-info__under__img > img {
  width: 100%;
}
}/*imgを収まるように20220119*/

.p-info__under__img--1col {
  text-align: center;
  width: 100%;
}

.p-info__under__img--2col {
  text-align: center;
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          --20220120*/
}

@media screen and (min-width: 768px), print {
  .p-info__under__img--2col > img {
    /*max-width: 48.15%;*/
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--2col > img {
    width: 44vw;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--2col.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--2col.column img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--2col.column img + img {
    margin-top: 4vw;
  }
}

.p-info__under__img--3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-info__under__img--3col {
    overflow-x: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-info__under__img--3col > img {
    max-width: 30.86%;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--3col > img {
    width: 44vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--3col > img + img {
    margin-left: 1.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--3col > img:first-child {
    padding-left: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__img--3col > img:last-child {
    padding-right: 4vw;
  }
}

.p-info__under__text p {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

.p-info__under__text--bold {
  margin-bottom: 10px;
}

.p-info__under__text--bold p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

.p-info__under__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
  padding-right: 3.5px;
}

@media screen and (max-width: 767px) {
  .p-info__under__product {
    margin-bottom: 45px;
  }
}

.p-info__under__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 27px;
  border: solid 1px #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-info__under__card {
    max-width: 48.15%;
  }
}

.p-info__under__card__inr {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.p-info__under__card:hover h3,
.p-info__under__card:hover p {
  color: #7f7f7f;
}

.p-info__under__card:hover span {
  color: #0078c4;
}

.p-info__under__card:hover .p-info__under__card__bottom > a {
  color: #80d1f3;
}

.p-info__under__card h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

.p-info__under__card p {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
}

.p-info__under__card span {
  display: block;
  margin-bottom: 10px;
  color: #004da1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: right;
}

.p-info__under__card__bottom {
  padding-top: 20px;
  border-top: 1px solid #ececec;
}

.p-info__under__card__bottom > a {
  display: block;
  width: 100%;
  color: #00a2e6;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
}

.p-info__under__link a {
  word-break: break-all;
}

.p-info__under__link p + p {
  margin-top: 1em;
}

.p-info__under__shopInfo {
  padding-top: 20px;
}

@media screen and (min-width: 768px), print {
  .p-info__under__shopInfo-box .inquiry-content:first-child {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__shopInfo-box .inquiry-content:first-child {
    padding-bottom: 6.66667vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-info__under__shopInfo-box .inquiry-content:last-child {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__shopInfo-box .inquiry-content:last-child {
    padding-top: 6.66667vw;
  }
}

.p-info__under__shopInfo-box .inquiry-content + div {
  border-top: 1px solid #c8c8c8;
}

.p-info__under__shopInfo-box .inquiry-content p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info__under__shopInfo-box .inquiry-content p {
    font-size: 14px;
    line-height: 6.4vw;
  }
}

.p-info__under__shopInfo-box .inquiry-content p.phone {
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-info__under__shopInfo-box .inquiry-content p.phone {
    line-height: 42px;
  }
}

.p-info__under__shopInfo-box .inquiry-content p.phone span {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .p-info__under__shopInfo-box .inquiry-content p.phone span {
    font-size: 20px;
    letter-spacing: 0.32vw;
    line-height: 8vw;
  }
}

.p-info__under__shopInfo-link {
  padding-top: 6.66667vw;
  padding-bottom: calc(((90 / 750) * 100vw) - 25px);
}

@media screen and (min-width: 768px), print {
  .p-info__under__shopInfo-link {
    display: none;
  }
}

.p-info__under__shopInfo-link a {
  width: 100%;
}

.p-info__under__shopInfo h3 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .p-info__under__shopInfo h3 {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 5.6vw;
  }
}

.p-info__under .underline {
  border-bottom: 1px solid #c8c8c8;
}

.p-info__under .underline-dotted {
  border-bottom: 1px dotted #c8c8c8;
}

.p-info__under__sample__title {
  margin-top: 92px !important;
}

@media screen and (max-width: 767px) {
  .p-info__under__sample__title {
    margin-top: 12.26667vw;
  }
}

.p-info__under__sample__h1 {
  max-width: 1140px;
  margin: auto !important;
  padding-bottom: 33px;
  border-bottom: 2px solid #004da1;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info__under__sample__h1 {
    margin-right: 4vw;
    margin-left: 4vw;
    padding-bottom: 6.93333vw;
    font-size: 22px;
  }
}

.p-info__under__sample__h2 {
  margin-bottom: 50px !important;
  padding: 15px 20px;
  background-color: #e5f6fc;
  color: #004da1;
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .p-info__under__sample__h2 {
    margin-bottom: 6.8vw !important;
    font-size: 16px;
  }
}

.p-info__under__note {
  color: #e43344;
  font-size: 11px;
  letter-spacing: initial;
}

@media screen and (min-width: 768px), print {
  .p-info__under__note {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-info__under__note {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-info__under__main {
    margin-right: 20px;
  }
  .p-info__under__side {
    margin-left: 20px;
  }
  .p-info__under__buttons a {
    max-width: calc((100% - 20px) / 2);
  }
  .p-info__under__buttons.button-col2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-info__under__sample__note {
    display: block;
    position: static;
    margin-top: 15px;
  }
  .p-info__under .p-info__under__note {
    display: block;
    position: static;
    margin-top: 1em;
  }
}

.p-info__under__body .generic-margin, .p-info__under__body h2,
.p-info__under__body h3,
.p-info__under__body h4, .p-info__under__body .p-info__under__list, .p-info__under__body .p-info__under__img > img, .p-info__under__body .p-info__under__card, .p-info__under__body .p-info__table table {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__under__body .generic-margin, .p-info__under__body h2,
  .p-info__under__body h3,
  .p-info__under__body h4, .p-info__under__body .p-info__under__list, .p-info__under__body .p-info__under__img > img, .p-info__under__body .p-info__under__card, .p-info__under__body .p-info__table table {
    margin-bottom: 3.33333vw;
  }
}

.p-info__under__body h5 {
  margin-bottom: 1em;
}

.p-info__under__body p + p {
  margin-top: 1em;
}

.p-info__under__body .p-info__under__list.notes {
  margin-bottom: 1em;
}

.p-info__under__body .p-info__under__img {
  margin-bottom: 0;
}

.p-info__under__body .p-info__under__product {
  margin-bottom: 0;
}

.p-info__under__body .p-info__table {
  margin-bottom: 0;
}

.p-info {
  padding-top: 94px;
  padding-bottom: 90px;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-info {
    padding-top: 51px;
    padding-bottom: 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__inr {
    padding: 0 15px;
  }
}

.p-info__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-info__title {
    margin-bottom: 35px;
  }
}

.p-info__title__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 33px;
  border-bottom: 2px solid #004da1;
}

@media screen and (max-width: 767px) {
  .p-info__title__inr {
    padding-bottom: 27px;
  }
}

.p-info__title__inr h1 {
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 0.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info__title__inr h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-info__form {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-info__form {
    margin-bottom: 24px;
  }
}

.p-info__form__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 27px 0;
  padding-left: 38px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-info__form__inr {
    padding: 25px 20px 25px 17px;
  }
}

.p-info__form__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.p-info__form__year span.head {
  display: block;
  width: 81px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-info__form__year span.head {
    width: 29%;
    max-width: 70px;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-info__form__year__select {
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__form__year__select {
    width: 86%;
  }
}

.p-info__form__year__select select {
  width: 320px;
  height: 40px;
  padding: 12px 14px 13px 16px;
}

@media screen and (max-width: 767px) {
  .p-info__form__year__select select {
    width: 100%;
  }
}

.p-info__form__year__select select:hover {
  cursor: pointer;
}

.p-info__form__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__form__category span.head {
  display: block;
  width: 81px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-info__form__category span.head {
    width: 29%;
    max-width: 70px;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-info__form__category__select {
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: left;
}

.p-info__form__category__select__label.js-nodata .c-check__mark--radio:before, .p-info__form__category__select__label.js-nodata .c-check__mark--radio::after {
  background-image: url(../../../../common/images/ico_radio_off_label.png);
}

.p-info__news__inr ul li:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 28px;
  width: 10px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../../../../common/images/ico_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-info__more-full__button--full::before {
  background-image: url(../common/images/ico_reload_white.svg);
}

.p-info__more-full__button--more::before {
  background-image: url(../common/images/ico_reload.svg);
}