@charset "UTF-8";

.mod-contents {
  margin: 0 0 100px;
}

.mod-contents .ttl-h1{
  margin: 0 0 30px;
}
/* ==========================================================================
// area-list
========================================================================== */
.area-list {
  margin: 0 0 100px;
}
.area-list .ttl-h2{
  margin: 0 0 20px;
}
.area-list .list-wrap{
  display: flex;
  justify-content: space-between;
}
.area-list .list{
  width: 48.82%;
}
.area-list .list li + li{
  margin: 10px 0 0;
}
.area-list .list a{
  position: relative;
  display: block;
  padding: 16px 20px;
  border:1px solid #ccc;
  border-radius: 5px;
  color: #333;
  transition: 0.15s;  
}
.area-list .list a:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: block;
  width: 18px;
  height: 12px;
  background:url(../img/ico_arrow_01.png) center center no-repeat;
  background-size: contain;
}
.area-list .list a:hover{
  background: #e4f1d9;
}

/* ==========================================================================
// area-table
========================================================================== */
.area-table .sec .ttl-h3{
  margin: 0 0 10px;
}
.area-table .sec + .sec{
  margin: 85px 0 0;
}
/* table
---------------------------------------------------------- */
.area-table table{
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
  border: 1px solid #ccc;
  font-size: 14px;
}
.area-table table thead{
  background: #d9f1f9;
}
.area-table table thead th,
.area-table table td:first-child{
  padding: 10px 5px;
}
.area-table table thead .time-01{
  width: 130px;
}
.area-table table thead .time-02{
  width: 95px;
}
.area-table table td{
  padding: 10px 5px;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
.area-table table td.none{
  position: relative;
}
.area-table table td.none:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 1px;
  width: 15px;
  background: #ccc;
}
.area-table table td.border{
  background-image: linear-gradient(to top left,
  transparent, transparent 49%,
  #ccc 49%, #ccc 50%,
  transparent 50%, transparent);

}
.area-table table td .small{
  font-size: 11px;
}
.area-table table td .name li + li{
  margin: 10px 0 0;
}
.area-table table th,
.area-table table td{
  border: 1px solid #ccc;
  font-weight: normal;
}
.area-table table th:first-child,
.area-table table td:first-child{
  width: 65px;
  background: #d9f1f9;
  text-align: center;
  vertical-align: middle;
}

/* notes */
.area-table table .notes td:first-child{
  background: #fffadd;
}
.area-table table .notes td:nth-child(2){
  padding: 12px 15px 12px 20px;
  text-align: left;
}
.area-table table .notes li{
  line-height: 1.3;
}
.area-table table .notes li + li{
  margin: 7px 0 0;
}

/* sec-btn
---------------------------------------------------------- */
.area-table .sec-btn{
  margin: 60px 0 120px;
  text-align: center;
}
.area-table .sec-btn a{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 470px;
  padding: 10px;
  background: #0663a9;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  transition: 0.15s;
}
.area-table .sec-btn a:before{
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 19px;
  height: 24px;
  background: url(../../../assets/img/ico_pdf_01@2x.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.area-table .sec-btn a:hover{
  background: #009fd9;
}
.area-table .sec-btn a span{
  vertical-align: middle;
}

/* 20200803 murakami ADD start */
.ttl-h1,
.ttl-h2,
.ttl-h3,
.ttl-h4{
  margin: 40px 0 20px;
}

.box-basic{
  margin: 0 0 20px;
}
/* 20200803 murakami ADD end */
