@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.box1 {
  font-size: 13px;
  margin-bottom: 80px;
}
.box1 h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #ff5764;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px 20px;
}
.box1 h2::after {
  width: 0;
  height: 0;
}
.box1 a {
  text-decoration: underline;
  color: #000;
}
.box1 table {
  width: 100%;
  margin-bottom: 20px;
}
.box1 table th {
  background-color: #fff2f3;
  font-weight: bold;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.box1 table th, .box1 table td {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}
.box1 table tr:not(:first-child) td {
  border-top: 1px dashed #e6e6e6;
}
.box1 table tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}
.box1 table .span {
  border-bottom: 1px solid #e6e6e6;
}
.box1 .msg {
  font-size: 17px;
}
.box1 .guide {
  position: relative;
  padding: 2px 0 2px 16px;
}
.box1 .guide::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.65em;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #ccc;
}

/**
 * スマホレスポンシブ対応
 */

/*# sourceMappingURL=address.css.map */
