@charset "UTF-8";
/* ----------------------------------------------
wrapper
----------------------------------------------*/
#wrapper {
	margin-top: 16px;
}

.listBox {
  width: 890px;
  margin: auto auto 50px;
}
.listBox h2 {
  width: calc(100% - 60px);
  height: 45px;
  background-color: #f19ec2;
  border-radius: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
.listBox h2 span {
  font-size: 16px;
  font-weight: normal;
}
.listBox .list {
  width: 850px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto auto;
}
.listBox .list li {
  width: 400px;
  height: 40px;
  margin-bottom: 18px;
}
.listBox .list li:nth-of-type(odd) {
  margin-right: 50px;
}
.listBox .list li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff url("../img/arrow.svg") no-repeat 95% 50%;
  border: 1px solid #ffabb0;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  padding: 0 15px;
}
.listBox .list li a:hover {
  color: #e35e67;
}
#source .list li {
  height: auto;
  position: relative;
}
#source .list li a {
  padding: 10px 40px 13px 45px;
}
#source .list li a img {
  position: absolute;
  top: -10px;
  left: -5px;
}
#source .list li a dt {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  margin-bottom: 20px;
}
#source .list li a dd {
  font-size: 16px;
  line-height: 1.2;
  background: url("../img/circle-b.svg") no-repeat 0 5px;
  padding-left: 13px;
}
#source .list li a dd + dd {
  margin-top: 10px;
}
#footerContact {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .listBox {
    width: calc(100% - 20px);
    margin: auto auto 80px;
  }
  .listBox h2 {
    margin-top: 30px;
  }
  .listBox h2 span {
    display: block;
    position: absolute;
    top: -22px;
    right: 5px;
    font-size: 14px;
  }
  .listBox .list {
    width: 100%;
    display: block;
  }
  .listBox .list li {
    width: 100%;
  }
  .listBox .list li:nth-of-type(odd) {
    margin-right: 0;
  }
  #source .list li a {
    padding: 25px 40px 10px 15px;
  }
  #source .list li a img {
    position: absolute;
    top: -10px;
    left: -5px;
  }
}


/* detail styles */
.detailArea .listBox dl {
  width: calc(100% - 40px);
  padding: 0 20px;
  background: url("../img/dott-line.svg") repeat-x 0 100%;
  margin: 30px auto 35px;
}
.detailArea .listBox dl dt {
  font-size: 16px;
  background: url("../img/arrow-s.svg") no-repeat 0 50%;
  padding-left: 10px;
}
.detailArea .listBox .list {
  margin-top: 10px;
}
.detailArea .listBox .list li {
  width: 250px;
  margin-bottom: 30px;
}
#kokujiBox {
  width: 895px;
  background-color: #fff;
  background-image: url("../img/dott.svg"), url("../img/dott.svg");
  background-repeat: repeat-x,  repeat-x;
  background-position: 0 0, 0 100%;
  margin: auto;
  position: relative;
}
#kokujiBox .boxIn {
  background-image: url("../img/dott2.svg"), url("../img/dott2.svg");
  background-repeat: repeat-y,  repeat-y;
  background-position: 0 0, 100% 0;
  padding: 35px 25px;
}
#kokujiBox h3 {
  position: absolute;
  top: -10px;
  left: 15px;
}
#kokujiBox h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
#kokujiBox dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background: url("../img/circle.svg") no-repeat 0 5px;
  padding-left: 15px;
  margin-bottom: 10px;
}
#kokujiBox dd {
  font-size: 15px;
  line-height: 1.8;
  padding-left: 15px;
  padding-bottom: 25px;
}
#kokujiBox dd span {
  display: inline-block;
  padding-left: 27px;
  text-indent: -27px;
}
#kokujiBox dd span.chui {
  padding-left: 20px;
  text-indent: -20px;
}
#kokujiBox dd span.chuiB {
  padding-left: 20px;
  text-indent: 0;
}
#kokujiBox dd span.idtA {
  padding-left: 15px;
  text-indent: -15px;
}
#kokujiBox dd span.idtB {
  padding-left: 60px;
  text-indent: -34px;
}
#kokujiBox dd span.idtC {
  padding-left: 88px;
  text-indent: -34px;
}
#kokujiBox dl + dl {
  background: url("../img/dott-line.svg") repeat-x 0 0;
  padding-top: 30px;
}
#kokujiBox + .btn a {
  display: flex;
  width: 275px;
  height: 37px;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #dea9b2 url("../img/arrow-return.svg") no-repeat 10px 50%;
  text-decoration: none;
  border-radius: 20px;
  padding-left: 23px;
  margin: 40px auto 95px;
}
@media screen and (max-width: 767px) {
  .detailArea .listBox dl {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }
  .detailArea .listBox .list li {
    width: 100%;
  }
  #kokujiBox {
    width: calc(100% - 20px);
  }
  #kokujiBox .boxIn {
    padding: 35px 14px 15px;
  }
  #kokujiBox dt {
    background: url("../img/circle.svg") no-repeat 0 7px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  border: 1px solid #ccc;
  background-color: #efefef;
  white-space: nowrap;
  padding: 4px 10px;
}
table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 4px 10px;
}
table td:nth-of-type(-n + 2) {
  text-align: left;
}
table td.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tableWr {
    width: 100%;
    overflow-x: auto;
  }
  .tableWr table {
    width: 750px;
  }
}
