/*---------------------------------------------------
page_title
---------------------------------------------------*/
.page_title {
  font-size: 2.0rem;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .page_title {
    font-size: 1.8rem;
    padding: 13px 0;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
  }
}

.other_main_container {
  float: left;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  margin-bottom: 60px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .other_main_container {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.other_main_container_title h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.other_main_container .other_table {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .other_main_container .other_table {
    border-bottom: 1px solid #ddd;
  }
}

.other_main_container .other_table thead {
  background: #2d405e;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .other_main_container .other_table thead {
    display: none;
  }
}

.other_main_container .other_table thead td {
  text-align: center;
}

.other_main_container .other_table td,
.other_main_container .other_table th {
  border: 1px solid #ddd;
  padding: 15px;
}

.other_main_container .other_table td .btn_more,
.other_main_container .other_table th .btn_more {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .other_main_container .other_table td .btn_more,
  .other_main_container .other_table th .btn_more {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .other_main_container .other_table th {
    display: block;
    border-bottom: 0;
    padding: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .other_main_container .other_table td {
    text-align: center;
    display: block;
    border-top: 0;
    border-bottom: 0;
    padding: 0 15px 15px;
  }
}

.other_main_container .other_table .btn_other {
  text-align: center;
}

.other_main_container .other_table .btn_other a {
  display: inline-block;
  background: #2d405e;
  color: #fff;
  padding: 12px 15px;
}

.other_main_container .hosoku {
  font-size: 1.2rem;
}

.other_main_container .other_single h3 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

.other_main_container .other_single dl {
  margin-bottom: 30px;
}

.other_main_container .other_single dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.other_main_container .other_single p {
  font-size: 1.2rem;
}

.other_main_container .other_single p a {
  color: #2d405e;
  text-decoration: underline;
}

.other_main_container .other_single table {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .other_main_container .other_single table {
    border-bottom: 1px solid #ddd;
  }
}

.other_main_container .other_single table thead {
  background: #2d405e;
  color: #fff;
}

.other_main_container .other_single table td,
.other_main_container .other_single table th {
  border: 1px solid #ddd;
  padding: 15px;
}

.other_main_container .kensa_ss2 {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}

.other_main_container .kigen th {
  background: #2d405e;
  color: #fff;
}

.other_main_container .kensa_block {
  margin-top: 60px;
}

.other_main_container .other_single_date {
  margin-top: 60px;
  color: #999;
}

.other_main_container .btn_other {
  margin-bottom: 0 !important;
}

.other_side_container {
  float: right;
  width: 250px;
}

.other_side_container_inr {
  margin-bottom: 60px;
}

.other_side_container_inr h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.other_side_container_inr li {
  margin-bottom: 15px;
}

.other_side_container_inr li dl dt {
  font-weight: bold;
}

.other_side_container_inr .btn_more {
  margin-bottom: 15px;
}

.other_side_container_inr .btn_more a {
  display: block;
}

@media screen and (max-width: 767px) {
  .other_side_container {
    float: none;
    width: 100%;
  }
}
