/* ニュース、規約関連 */
.box {
  margin-top: 42px;
}
.box a {
  display: block;
  color: #002e4e; 
}
.box a:first-child dl {
  border-top: 1px dotted #80A8C3;
}

.box .news_title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #002e4e;
  font-weight: 700;
  position: relative;
}
.box .news_title.margin {
  margin-bottom: 48px;
}

.box .text {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.8;
}
.box .text h2 {
  margin-top: 20px;
}
.box .text h3 {
  margin-top: 10px;
}
.box .text b {
  margin-top: 10px;
}

.box .text .image {
  margin: 24px 0;
  width: 100%;
  text-align: center;
}

.box .right {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
  /*line-height: 1.8;*/
  margin:24px 0;
}

.box ol {
  padding-left: 24px;
}

.box ol li {
  margin: 10px 0;
}

.contact_box {
  margin: 40px calc(50% - 300px);
  padding: 40px;
  border: 2px solid #002e4e; 
}
.contact_box .title{
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.contact_box .text {
  font-size:16px; 
}
.box .text a {
  display: inline-block;
  color: #326EE0;
}

.privacy_mark {
  text-align: center;
}
.privacy_mark img {
  width: 120px;
}

.box .text table, .box .text table tr, .box .text table tr th, .box .text table tr td {
  border: 1px solid #D1D1D1;
}

.box .text table tr th {
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}
.box .text table tr td {
  padding: 20px;
}
.box .text table tr td.head {
  background: #f5f5f5;
}

/* 幅 */
.box .text table {
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-bottom: 20px;
}

.text table tr th, .text table tr td {
  width: 40%;
}
.text table tr th:first-child, .text table tr td:first-child {
  width: 20%;
}

/* place */
#place {
  margin: 40px 0;
}
#place a {
  display: block;
}
#place a:first-child dl {
  border-top: solid 1px #ddd;
}
#place dl {
  border-bottom: solid 1px #ddd;
  display: flex;
  align-items: center;
}
#place dl dt.name {
  background: #F7F7F7;
  color: #002E4E;
  line-height: 1.42;
  vertical-align: middle;
  font-size: 14px;
  padding: 22px 20px;
  width: 250px;
}
#place dl dd.txt {
  color: #454545;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  width: 492px;
}
#place dl dd.txt.iconBlank::after {
  content: url(/images/icon_blank.svg);
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: -16px;
  height: 16px;
  width: 16px;
}