@charset "UTF-8";
/* CSS Document */

/* 
------------------------------------- */
.plan-item {
  padding: 20px;
  border: 1px solid #b9b9b9;
}

@media screen and (min-width: 768px) {
  .plan-item {
    display: flex;
    justify-content: space-between;
  }
}

.plan-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.plan-img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .plan-img {
    margin-bottom: 0;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .plan-text {
    width: 57%;
  }
}

.plan-text h2 {
  font-weight: bold;
  font-size: 1.25em;
}

.plan-text span {
  font-size: 2em;
  margin: 0 0.5em;
}

.btn-expansion {
  display: block;
  margin: 0;
  width: 50%;
}

a.btn1.btn-expansion:hover {
  color: #ee7800;
}

/* 共通のテーブルスタイル */
.table-style {
  width: 100%;
}
/* ここまで */
/* 詳細ページ1つ目のテーブルスタイル */
.table-style th {
  width: 30%;
}

.table-style td {
  width: 70%;
}

.table-style th,
.table-style td {
  padding: 15px;
}

.table-style.table-expansion-01 caption {
  background-color: #745630;
  color: #fff;
  padding-left: 15px;
}

.table-style.table-expansion-01 tr {
  border-top: 1px solid #a2a2a2;;
  border-right: 1px solid #a2a2a2;;
  border-left: 1px solid #a2a2a2;;
}

.table-style.table-expansion-01 tr:last-of-type {
  border-bottom: 1px solid #a2a2a2;;
}
/* ここまで */
/* 詳細ページ2つ目のテーブルスタイル */
.table-style.table-expansion-02 p {
  background-color: #ededed;
  font-size: 1.5em;
  padding: 15px;
  margin-bottom: 2em;
}

.table-style.table-expansion-02 dl {
  display: flex;
  flex-wrap: wrap;
}

.table-style.table-expansion-02 dt {
  background-color: #a2a2a2;
  color: #fff;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .table-style.table-expansion-02 dt {
    width: 15%;
  }
}

.table-style.table-expansion-02 dd {
  border-bottom: 1px solid #a2a2a2;;
  border-right: 1px solid #a2a2a2;;
  width: 70%;
}

@media screen and (min-width: 768px) {
  .table-style.table-expansion-02 dd {
    width: 35%;
  }
}

.table-style.table-expansion-02 dd:first-of-type {
  border-top: 1px solid #a2a2a2;;
}

@media screen and (min-width: 768px) {
  .table-style.table-expansion-02 dd:nth-of-type(2) {
    border-top: 1px solid #a2a2a2;;
  }
}

.table-style.table-expansion-02 dt,
.table-style.table-expansion-02 dd {
  display: flex;
  align-items: center;
  padding: 15px;
}


/* ここまで */
