@charset "UTF-8";
/* -----------------------------------------------
	共通
-------------------------------------------------- */
/*----非表示設定----------------------------------*/
.pc-hide {
  display: none; }

.sp-hide {
  display: block; }

@media screen and (max-width: 767px) {
  .pc-hide {
    display: block; }

  .sp-hide {
    display: none; } }
/*----見出し----------------------------------*/
.h3-line {
  font-weight: bold;
  font-size: 2.4rem;
  color: #333333;
  border-bottom: 1px solid #A0A0A0;
  margin-top: 3em;
  margin-bottom: 1em; }
  .h3-line:before {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: #333333;
    content: "";
    margin-right: 0.3em;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .h3-line {
      font-size: 1.8rem; } }

.h4-bold {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0.5em; }
  @media screen and (max-width: 767px) {
    .h4-bold {
      font-size: 1.6rem; } }

.h4-t {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .h4-t {
      font-size: 1.6rem; } }

.margin--0x {
  margin-top: 0; }

/*----ページタイトル----------------------------------*/
.page-title.trailer_house {
  background: url(../trailer_house/img/page_cover_trailerhouse.jpg) no-repeat center center;
  background-size: cover; }

/*----カラム----------------------------------*/
.-trailer_house .column-2.gap--2x .column {
  width: calc((100% - 60px) / 2); }
  @media screen and (max-width: 767px) {
    .-trailer_house .column-2.gap--2x .column {
      width: 100%; } }
@media screen and (max-width: 767px) {
  .-trailer_house .column-2 {
    display: block; }
    .-trailer_house .column-2 .column {
      width: 100%; } }

/* -----------------------------------------------
	事業TOP
-------------------------------------------------- */
.trailer-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto; }
  .trailer-gallery .gallery-item.full {
    width: 100%; }
  .trailer-gallery .gallery-item.half {
    width: 50%; }

.size-image {
  display: flex; }
  @media screen and (max-width: 767px) {
    .size-image {
      display: block; } }
  .size-image .size-image-title {
    width: 200px;
    display: flex;
    align-items: center; }
  .size-image .size-content {
    flex: 1; }

.image-button {
  margin: 100px 0;
  display: flex; }
  @media screen and (max-width: 767px) {
    .image-button {
      display: block; } }
  .image-button a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-bottom: 400px;
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .image-button a {
        padding-bottom: 260px;
        width: 100%; } }
    .image-button a img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all  0.25s; }
    .image-button a span {
      color: #fff;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3rem; }
      @media screen and (max-width: 767px) {
        .image-button a span {
          font-size: 2rem; } }
    .image-button a:hover img {
      transform: scale(1.1); }

/* -----------------------------------------------
	トレーラーハウスとは
-------------------------------------------------- */
dl.charm-list {
  display: flex;
  gap: 40px;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    dl.charm-list {
      gap: 15px; } }
  dl.charm-list dt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #2BAAE2;
    color: #fff;
    text-align: center;
    font-weight: 900;
    padding: 10px;
    font-size: 32px;
    line-height: 0;
    margin-top: 0.35em; }
    @media screen and (max-width: 767px) {
      dl.charm-list dt {
        width: 55px;
        height: 55px;
        font-size: 24px;
        padding: 5px; } }
    dl.charm-list dt span {
      font-size: 16px;
      display: block;
      width: 100%; }
      @media screen and (max-width: 767px) {
        dl.charm-list dt span {
          font-size: 14px; } }
  dl.charm-list dd {
    flex: 1; }
    @media screen and (max-width: 767px) {
      dl.charm-list dd {
        font-size: 14px; } }
    dl.charm-list dd span {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0.3em;
      display: block; }
      @media screen and (max-width: 767px) {
        dl.charm-list dd span {
          font-size: 16px; } }

ul.utillization {
  display: flex;
  justify-content: center;
  gap: 25px; }
  @media screen and (max-width: 960px) {
    ul.utillization {
      flex-wrap: wrap; } }
  ul.utillization li {
    width: 250px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    background: url("../trailer_house/about/img/utillization.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0;
    line-height: 1.5; }
    ul.utillization li span {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 24px;
      font-weight: bold; }

.-trailer_house .future .column-2.gap--2x .column:first-child {
  width: calc(50% - 60px); }
  @media screen and (max-width: 767px) {
    .-trailer_house .future .column-2.gap--2x .column:first-child {
      width: 100%;
      margin-bottom: 0; } }
.-trailer_house .future .column-2.gap--2x .column:last-child {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .-trailer_house .future .column-2.gap--2x .column:last-child {
      width: 100%; } }
@media screen and (max-width: 767px) {
  .-trailer_house .future .column-2 {
    display: block; }
    .-trailer_house .future .column-2 .column {
      width: 100%; } }

.reverse {
  flex-direction: row-reverse; }

.height-center {
  align-items: center;
  display: flex; }

a.btn-arrow {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 1.2em;
  font-size: 18px;
  border-bottom: 1px solid #002C6B;
  line-height: 1; }
  a.btn-arrow:hover {
    text-decoration: none; }
  a.btn-arrow:after {
    content: "";
    position: absolute;
    border-right: 2px solid #002C6B;
    border-bottom: 2px solid #002C6B;
    transform: rotate(-45deg);
    left: 0;
    top: 50%;
    width: 0.4em;
    height: 0.4em;
    margin-top: -0.3em; }

@media screen and (max-width: 767px) {
  .alphabase-read {
    font-size: 14px; } }

.gallery_alphabase {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .gallery_alphabase .gallery_item {
    width: calc(50% - 10px);
    position: relative; }
    @media screen and (max-width: 767px) {
      .gallery_alphabase .gallery_item {
        width: 100%; } }
    .gallery_alphabase .gallery_item img {
      vertical-align: bottom; }
    .gallery_alphabase .gallery_item span {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #002C6B;
      color: #fff;
      font-weight: bold;
      padding: 0.3em 1em;
      display: inline-block; }

/* -----------------------------------------------
	LINE UP
-------------------------------------------------- */
h3.h3-d {
  font-weight: bold;
  font-size: 2.2rem;
  color: #002C6B; }
  h3.h3-d:before {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: #002C6B;
    content: "";
    margin-right: 0.3em;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    h3.h3-d {
      font-size: 1.7rem; } }

hr {
  background: none;
  border: none;
  border-bottom: 1px solid #A0A0A0; }

.lineup-item figure {
  border: 1px solid #A0A0A0;
  margin-bottom: 20px; }
  .lineup-item figure img {
    vertical-align: bottom; }
.lineup-item h5 {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .lineup-item h5 {
      font-size: 16px; } }
.lineup-item .price {
  line-height: 1.5; }
  .lineup-item .price .num {
    font-size: 30px;
    font-weight: 900; }
  .lineup-item .price .yen {
    font-weight: bold;
    margin-left: 0.2em; }
  .lineup-item .price .tax {
    font-size: 14px; }
  .lineup-item .price .slash {
    font-weight: bold;
    font-size: 28px;
    margin: 0 0.2em; }
  @media screen and (max-width: 767px) {
    .lineup-item .price .num {
      font-size: 22px; }
    .lineup-item .price .yen {
      font-weight: bold;
      margin-left: 0.2em;
      font-size: 14px; }
    .lineup-item .price .tax {
      font-size: 12px; }
    .lineup-item .price .slash {
      font-size: 20px; } }

.option-item .option-header {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 40px; }
  .option-item .option-header h3 {
    font-weight: bold;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .option-item .option-header h3 {
        font-size: 20px; } }
  .option-item .option-header .price .num {
    font-size: 30px;
    margin-right: 0.2em; }
    @media screen and (max-width: 767px) {
      .option-item .option-header .price .num {
        font-size: 20px; } }
.option-item .option-content {
  padding-bottom: 2em;
  position: relative; }
  .option-item .option-content span.tax {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px; }
  .option-item .option-content h5 {
    border-bottom: 1px solid #A0A0A0;
    font-weight: bold;
    margin-bottom: 0.8em; }

table.noline th {
  font-weight: normal;
  padding: 0.2em 3em 0.2em 0;
  text-align: left; }
table.noline td {
  text-align: right;
  font-weight: bold; }

table.line thead th {
  font-size: 12px;
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  background: #5F5E5E;
  color: #fff;
  font-weight: normal;
  padding: 10px; }
table.line thead td {
  font-weight: bold;
  background: #767676;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-top: none;
  padding: 10px;
  letter-spacing: 0.2em;
  padding-right: 5px; }
  table.line thead td:last-child {
    border-right: 1px solid #767676; }
table.line tbody th {
  font-weight: bold;
  background: #767676;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-left: none;
  padding: 10px;
  letter-spacing: 0.5em;
  padding-right: 0; }
table.line tbody td {
  font-weight: bold;
  border: 1px solid #767676;
  padding: 10px;
  text-align: right; }
table.line tbody tr:last-child th {
  border-bottom: 1px solid #767676; }

/* -----------------------------------------------
	概算見積
-------------------------------------------------- */
/*-- 合計金額 ----------------------------------------*/
.estimate-price {
  background: #fff;
  position: fixed;
  z-index: 3;
  right: 5%;
  bottom: 5%;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 330px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .estimate-price {
      padding: 12px;
      max-width: 260px;
      right: 10px;
      bottom: 10px; } }
  .estimate-price h6 {
    font-size: 14px;
    margin-bottom: 0;
    color: #333; }
    @media screen and (max-width: 767px) {
      .estimate-price h6 {
        font-size: 12px; } }
  .estimate-price .total-price {
    font-weight: bold;
    text-align: center; }
    .estimate-price .total-price .num {
      font-size: 30px; }
      @media screen and (max-width: 767px) {
        .estimate-price .total-price .num {
          font-size: 22px; } }
    .estimate-price .total-price .yen {
      font-size: 15px;
      margin-left: 0.3em; }
      @media screen and (max-width: 767px) {
        .estimate-price .total-price .yen {
          font-size: 12px; } }
    .estimate-price .total-price .tax {
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        .estimate-price .total-price .tax {
          font-size: 12px; } }
  .estimate-price .btn-option-detail {
    color: #002C6B;
    font-size: 12px;
    cursor: pointer;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .estimate-price .btn-option-detail {
        font-size: 11px; } }
    .estimate-price .btn-option-detail:after {
      content: " ▼"; }
    .estimate-price .btn-option-detail.active:after {
      content: " ▲"; }
  .estimate-price .btn-option-detail-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    padding-top: 0.5em;
    border-bottom: 1px solid #eee; }
    @media screen and (max-width: 767px) {
      .estimate-price .btn-option-detail-list {
        font-size: 10px; } }
    .estimate-price .btn-option-detail-list dt {
      width: 70%;
      padding: 0.7em 0;
      border-top: 1px solid #eee; }
    .estimate-price .btn-option-detail-list dd {
      font-weight: bold;
      font-size: 110%;
      width: 30%;
      text-align: right;
      padding: 0.5em 0;
      border-top: 1px solid #ddd;
      justify-content: flex-end;
      align-items: flex-end;
      display: flex; }

/*-- common ----------------------------------------*/
.type-option {
  position: relative; }
  .type-option input {
    position: fixed;
    overflow: hidden;
    width: 0; }
  .type-option label {
    display: block;
    height: 100%; }
  .type-option .option-label-inner {
    border: 1px solid #A0A0A0;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    transition: all 0.5s ease 0s;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .type-option .option-label-inner {
        padding: 15px; } }
    .type-option .option-label-inner:hover {
      cursor: pointer;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      background: #EAF6FC;
      border: 1px solid #002C6B; }
  .type-option .text {
    padding: 0.25em 0 0.25em 2em;
    font-size: 18px;
    position: relative;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .type-option .text {
        font-size: 16px; } }
    .type-option .text:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #a0a0a0;
      position: absolute;
      left: 0;
      top: 7px; }
  .type-option .media {
    padding-bottom: 60%;
    position: relative;
    background: #fff;
    z-index: 2; }
    .type-option .media img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      padding: 4%; }
  .type-option .media-sq {
    padding: 10px; }
  .type-option .contents {
    padding: 10px;
    position: relative;
    z-index: 2; }
    .type-option .contents .title {
      font-weight: bold;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .type-option .contents .title {
          font-size: 14px; } }
    .type-option .contents .price .num {
      font-weight: bold;
      font-size: 30px; }
      @media screen and (max-width: 767px) {
        .type-option .contents .price .num {
          font-size: 24px; } }
    .type-option .contents .price .yen {
      font-weight: bold;
      font-size: 18px;
      margin-left: 0.3em; }
      @media screen and (max-width: 767px) {
        .type-option .contents .price .yen {
          font-size: 16px; } }
    .type-option .contents .price .tax {
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .type-option .contents .price .tax {
          font-size: 12px; } }
    .type-option .contents .btn-option {
      display: block;
      margin: 20px auto 10px auto;
      max-width: 300px;
      border-radius: 3em;
      border: 1px solid #A0A0A0;
      padding: 0.5em 1em;
      text-align: center;
      font-weight: bold;
      background: #fff;
      transition: all 0.2s ease 0s; }
      @media screen and (max-width: 767px) {
        .type-option .contents .btn-option {
          font-size: 13px;
          max-width: 220px;
          margin: 10px auto 0 auto; } }
      .type-option .contents .btn-option:hover {
        border: 1px solid #002C6B;
        background: #002C6B;
        color: #fff; }
  .type-option input:checked + .option-label-inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: #EAF6FC; }
    .type-option input:checked + .option-label-inner:after {
      content: "";
      display: block;
      border-radius: 8px;
      border: 5px solid #002C6B;
      position: absolute;
      top: -2px;
      left: -2px;
      bottom: -2px;
      right: -2px; }
    .type-option input:checked + .option-label-inner .btn-option {
      border: 1px solid #002C6B;
      background: #002C6B;
      color: #fff; }
    .type-option input:checked + .option-label-inner .text:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      position: absolute;
      left: 4px;
      top: 11px;
      background: #002C6B; }
  .type-option .option-label-inner.check {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: #EAF6FC; }
    .type-option .option-label-inner.check:after {
      content: "";
      display: block;
      border-radius: 8px;
      border: 5px solid #002C6B;
      position: absolute;
      top: -2px;
      left: -2px;
      bottom: -2px;
      right: -2px; }

/*-- STEP1 ----------------------------------------*/
.room-type-selector {
  display: flex;
  gap: 40px;
  margin-bottom: 80px; }
  .room-type-selector .type-option {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .room-type-selector {
      flex-wrap: wrap;
      gap: 30px; } }

.text-type-selector {
  display: flex;
  gap: 30px;
  margin-bottom: 80px; }
  .text-type-selector .type-option {
    min-width: 240px; }
  @media screen and (max-width: 767px) {
    .text-type-selector {
      flex-wrap: wrap;
      gap: 15px; }
      .text-type-selector .type-option {
        min-width: 160px; } }

/*-- STEP2 ----------------------------------------*/
.exterior-type-selector {
  display: flex;
  gap: 20px; }
  .exterior-type-selector .type-option {
    width: calc(20% - 25px); }
    .exterior-type-selector .type-option .option-label-inner .text {
      font-size: 14px;
      line-height: 1.2; }
      .exterior-type-selector .type-option .option-label-inner .text:after {
        top: 0px; }
    .exterior-type-selector .type-option input:checked + .option-label-inner .text:before {
      top: 4px; }
  .exterior-type-selector.notext .type-option .text {
    width: 1.3em;
    height: 1.5em;
    margin: auto;
    padding-left: 1.3em; }
  @media screen and (max-width: 767px) {
    .exterior-type-selector {
      flex-wrap: wrap;
      gap: 15px; }
      .exterior-type-selector .type-option {
        width: calc(50% - 7.5px); }
        .exterior-type-selector .type-option .option-label-inner {
          padding: 10px; }
        .exterior-type-selector .type-option .text {
          font-size: 12px; } }

/*-- STEP3 ----------------------------------------*/
.option-type-selector .media {
  background: none;
  padding: 0;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .option-type-selector .media {
      width: 100%; } }
  .option-type-selector .media img {
    position: relative;
    width: 100%;
    padding: 0;
    background: none;
    vertical-align: bottom; }
.option-type-selector .contents {
  flex: 1; }
  .option-type-selector .contents .title {
    font-size: 28px; }
    @media screen and (max-width: 767px) {
      .option-type-selector .contents .title {
        margin-top: 0 !important;
        font-size: 20px; } }
.option-type-selector .option-label-inner {
  display: flex;
  gap: 30px; }
  @media screen and (max-width: 767px) {
    .option-type-selector .option-label-inner {
      gap: 10px;
      flex-wrap: wrap; } }
  .option-type-selector .option-label-inner .btn-option {
    max-width: 200px;
    margin: 10px auto 10px 0; }
    .option-type-selector .option-label-inner .btn-option:hover {
      cursor: pointer; }
  .option-type-selector .option-label-inner input:checked + .btn-option {
    border: 1px solid #002C6B;
    background: #002C6B;
    color: #fff; }
  .option-type-selector .option-label-inner table.line {
    width: 100%; }
    .option-type-selector .option-label-inner table.line thead {
      font-size: 13px; }
      .option-type-selector .option-label-inner table.line thead th:first-child {
        font-size: 10px; }
    .option-type-selector .option-label-inner table.line th {
      padding: 0.2em;
      font-size: 13px; }
    .option-type-selector .option-label-inner table.line td {
      padding: 0.5em;
      border: 1px solid #A0A0A0; }
    .option-type-selector .option-label-inner table.line .btn-option {
      font-size: 12px;
      margin: auto;
      max-width: 100px; }
      @media screen and (max-width: 767px) {
        .option-type-selector .option-label-inner table.line .btn-option {
          font-size: 11px;
          padding: 0.5em; } }

/*--------button-------------------------------*/
button.btn-next {
  max-width: 320px;
  border-radius: 3em;
  padding: 1.5em 3em;
  text-align: center;
  background: #002C6B;
  color: #fff;
  display: inline-block;
  border: none;
  width: 100%;
  margin: 8px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  transition: all 0.2s ease 0s; }
  button.btn-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 2em;
    top: 50%;
    margin-top: -0.3em; }
  button.btn-next:hover {
    background: #c12020; }

button.btn-back {
  max-width: 220px;
  border-radius: 3em;
  padding: 1.5em 3em;
  text-align: center;
  background: #A0A0A0;
  color: #fff;
  display: inline-block;
  border: none;
  width: 100%;
  margin: 8px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  transition: all 0.2s ease 0s; }
  button.btn-back:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    transform: rotate(-135deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    left: 2em;
    top: 50%;
    margin-top: -0.3em; }
  button.btn-back:hover {
    background: #777; }

/* -----------------------------------------------
	概算見積　確認画面
-------------------------------------------------- */
.estimate-confirm-wrap {
  max-width: 800px;
  margin: auto; }
  .estimate-confirm-wrap h3 {
    font-size: 24px;
    font-weight: bold;
    color: #002C6B;
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
      .estimate-confirm-wrap h3 {
        font-size: 20px; } }

.confirm-item {
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #a0a0a0;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .confirm-item {
      display: block; } }
  .confirm-item .confirm-item_label {
    font-weight: bold;
    width: 60%;
    vertical-align: baseline;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .confirm-item .confirm-item_label {
        width: 100%;
        font-size: 14px;
        padding-right: 0; } }
  .confirm-item .confirm-item_price {
    font-weight: bold;
    width: 40%;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .confirm-item .confirm-item_price {
        width: 100%;
        font-size: 14px; } }
    .confirm-item .confirm-item_price span {
      font-size: 20px;
      margin-right: 0.3em; }
      @media screen and (max-width: 767px) {
        .confirm-item .confirm-item_price span {
          font-size: 18px; } }
  .confirm-item .confirm-item_detail {
    width: 100%; }
    .confirm-item .confirm-item_detail table {
      width: 100%;
      font-size: 14px;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .confirm-item .confirm-item_detail table {
          font-size: 12px; } }
      .confirm-item .confirm-item_detail table caption {
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px; }
      .confirm-item .confirm-item_detail table tr th {
        font-weight: normal;
        text-align: left;
        padding: 0.3em 0; }
      .confirm-item .confirm-item_detail table tr td {
        text-align: right;
        padding: 0.3em 0; }

.confirm-total {
  padding: 20px;
  display: flex;
  background: #f5f5f5;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .confirm-total {
      display: block; } }
  .confirm-total .confirm-item_label {
    font-weight: bold;
    width: 60%;
    padding-right: 20px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .confirm-total .confirm-item_label {
        width: 100%; } }
  .confirm-total .confirm-item_price {
    font-weight: bold;
    width: 40%;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .confirm-total .confirm-item_price {
        width: 100%; } }
    .confirm-total .confirm-item_price span {
      font-size: 30px;
      margin-right: 0.3em; }
      @media screen and (max-width: 767px) {
        .confirm-total .confirm-item_price span {
          font-size: 20px; } }
