/* reason */

#contents {
/*  background-image: url(../images/reson_side_bg.jpg);*/
}

#main .topTitle {
  margin-bottom: 24px;
  border-top: 1px solid #0168b3;
}


#main .mainBox {
  margin: 0 24px 50px;
}

#main .mainBox h3 {
  margin-bottom: 22px;
}

#main .mainBox .textImg {
  margin: 0 0 68px 1px;
  position: relative;
}

#main .mainBox .textImg span {
  display: block;
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
}

#main .mainBox .textImg .lTop {
  width: 172px;
  left: 10px;
  top: -3px;
}

#main .mainBox .textImg .lBtm {
  width: 131px;
  left: 10px;
  bottom: -5px;
}

#main .mainBox .textImg .rTop {
  width: 190px;
  right: 0;
  top: -3px;
}

#main .mainBox .textImg .rCenter {
  width: 116px;
  right: 5px;
  top: 128px;
}

#main .mainBox .textImg .rBtm {
  width: 197px;
  right: 8px;
  bottom: -58px;
}

#main .mainBox .headLine01 {
  margin-bottom: 20px;
  font-size: 15px;
}

#main .mainBox .topList {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#main .mainBox .topList li {
  padding:25px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #EDE8E3;
  border-radius: 30px;
  background: #E0D295;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
}

#main .mainBox .topList li:first-child {
  /* padding-top: 8px; */
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #004471;
  background: none;
  border: none;
  vertical-align: bottom;
  text-align: center;
  /* width: 39px; */
  width: 32px;
}

#main .mainBox .topList li:not(:first-child) {
  width: 145px;
}

#main .mainBox .topList li:last-child {
  margin-right: 0;
  padding:25px 5px;
  background: #25809D;
  border: 3px solid #EDE8E3;
  color: #fff;
}

#main .mainBox .contentList {
  margin-bottom: 4px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#main .mainBox .contentList > li {
  padding: 15px 10px;
  /* width: 73px; */
  background: #F6F2E4;
  border-radius: 8px;
  box-shadow: 2px 0px 3px #E7E4DD;
}

#main .mainBox .contentList > li .detail-list {
  /* margin-top: 8px; */
  margin-left: 0.5em;
}
#main .mainBox .contentList > li .detail-list > li {
  font-size: 10.5px;
  margin-top: 4px;
  letter-spacing: -0.01px;
}
#main .mainBox .contentList > li .detail-list > li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

#main .mainBox .contentList > li:not(:first-child) {
  width: 124px;
}

#main .mainBox .contentList > li span,
#main .mainBox .contentList > li div {
  font-size: 12px;
  line-height: 1.6;
  display: block;
  /* text-align: justify; */
}

#main .mainBox .contentList > li span:first-child {
  margin-bottom: 15px;
  text-align: center;
}


#main .mainBox .contentList > li:first-child {
  /* padding: 15px 11px 15px 0;
  width: 31px; */
  padding: 15px 5px 15px 0;
  width: 23px;
  font-size: 14px;
  color: #fff;
  background: #5B779B;
  border: 1px solid #F2EADE;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  direction: ltr;
}

#main .mainBox .contentList > li:last-child {
  background: #cad6e0;
}

#main .mainBox .contentList01 {
  margin-bottom: 40px;
}

#main .mainBox .txt {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5;
}

#main .mainBox .textList {
  margin: 0 -10px 0 0;
}

#main .mainBox .textList li {
  margin: 10px;
  border-radius: 20px;
  width: 221px;
  float: left;
  background: #0081A3;
}

#main .mainBox .textList li p {
  margin: 4px;
  padding: 10px 5px 5px 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  clear: both;
}

#main .mainBox .textList li p span {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

#main .mainBox .textList li p .ttl {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/**/

#main .mainBox h3.titleText {
  color: #fff;
  font-size: 15.2px;
  font-weight: bold;
  margin-bottom: 22px;
  padding: 8px 0;
  background-color: #0080a3;
  white-space: nowrap;
}

#main .mainBox dl.point {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 400px;
  margin: 45px auto 0;
}

#main .mainBox dl.point dt {
  width: 100%;
  color: #004471;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}

#main .mainBox dl.point dt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #004471;
  transform: rotate(55deg);
}
#main .mainBox dl.point dt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #004471;
  transform: rotate(-55deg);
}

#main .mainBox dl.point dd {
  color: #fff;
  width: 120px;
  height: 120px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4bacf2, #004471);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
