@charset "utf-8";
/* ------------------------------------- */
/*mv*/
/* ------------------------------------- */
.mv{
  background: url(../img/common/other_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .mv{
    background:url(../img/common/other_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/* ------------------------------------- */
/*共通スタイル*/
/* ------------------------------------- */
.box{
  border-bottom: 1px solid #e5ebef;
  margin-bottom:80px;
}
.box:last-of-type{
  margin-bottom:0;
}
.box .box-inner{
  height:520px;
  overflow-y: scroll;
  margin-bottom:30px;
  padding-right: 15px;
}
.box h4{
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom:10px;
  line-height: 1.3;
}
.box h5{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:10px;
  margin-top:15px;
}
.box h6{
  font-size: 1.5rem;
  /* font-weight: bold; */
  line-height: 1.3;
  margin-bottom:10px;
  margin-top:10px;
}
/* .box h6.indent {
  padding-left: 1em;
} */
.box p{
  line-height: 1.7;
}
.box p.txt-right{
  text-align: right;
  font-weight: bold;
}
.box p.right{
  display: flex;
  justify-content: flex-end;
  margin-top:40px;
  text-align: right;
}
.box ol li {
  padding-left: 2em;
  text-indent: -2em;
  list-style: none;
}
.box ul.indent,
.box ol.indent {
  padding-left: 1em;
}
.box a{
  color: #0076d1;
  text-decoration: underline;
}
.box strong{
  font-weight: bold;
}
.box strong.caution{
  color: #ba2727;
}
.box ul,
.box ol{
  line-height: 1.7;
}
.box p + ul,
.box p + ol {
  margin-top: 10px;
}
.box .contact{
  margin-top:15px;
  line-height: 1.7;
}
.box .contact figure.privacy-mark{
  width:116px;
}
.box dl{
  margin-bottom: 40px;
}
.box dl dt{
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:10px;
}
.box table{
  margin-top:40px;
  margin-bottom:40px;
  border-collapse: collapse;
}
.box table tr{
  border:1px solid #e5ebef;
}
.box table th,
.box table td{
  padding: 20px;
  vertical-align: middle;
}
.box table th:not(:last-of-type),
.box table td:not(:last-of-type){
  border-right:1px solid #e5ebef;
}
.box table td:last-of-type{
  /* text-align: center; */
}
.box table th{
  background:#f5f5f5;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.box table td{
  background: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .box h4{
    font-size: 1.5rem;
  }
  .box h5,.box h6{
    font-size: 1.3rem;
  }
  .box p{
    font-size: 1.3rem;
  }
  .box ul,
  .box ol{
    font-size: 1.3rem;
  }
  .box dt{
    font-size: 1.3rem;
  }
  .box table th,
  .box table td{
    font-size: 1.2rem;
    padding:10px 2%;
  }
}
/* ------------------------------------- */
/*個人情報保護方針*/
/* ------------------------------------- */
.box.policy ol,
.box.mynumber ol{
  margin-top:40px;
}

