@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.mainbox {
  width:calc(100% - 40px);
  padding:30px 20px;
}

h3 {
  margin-bottom: 25px;
}

p.lead {
  line-height: 2;
}

.for-top {
  text-align: right;
  margin-bottom: 10px;
}
.for-top a.for-top-button {
  color: #0599D9;
  font-weight: bold;
}
.for-top a.for-top-button:hover {
  text-decoration: none;
  border-bottom: 1px dashed #0599D9;
}

#contents01 {
  width:485px;
}

#contents01 h3 {
  color: #fff;
  background-color: #0599D9;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
}

#contents02 {
  margin: 25px auto;
}

h4.band-title {
  background-size: cover;
  height: 25px;
  box-shadow: 0 5px 10px rgba(23, 77, 87, 0.49);
}

h4.band-title > span {
  display: none;
}

h4.band-title.title01 {
  background-image: url(../images/h4_title01_img.png);
}

.range-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}

.page-link {
  width: 110px;
  height: 110px;
  margin: 25px auto;
}
.page-link-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: url(../images/page_link_title_bg.png);
  background-size: cover;
  box-shadow: 0 10px 10px rgba(32, 47, 86, 0.2);
  text-align: center;
  text-shadow: 0 1px 2px #000;
  line-height: 1.2;
  text-decoration: none;
}
/* .page-link-button {
  background:linear-gradient(45deg,  #f4f803, #0599d9);
  font-weight: bold;
  width: 110px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius:55%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 55%;
  border-bottom-left-radius: 2px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
  text-shadow: 0 2px 5px rgba(0,0,0,1);
} */
.page-link-button > span {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.page-link-button:hover {
  text-decoration: none;
  opacity: 0.8;
}

.case-list-box h5 {
  color: #0599D9;
  width: 100%;
  margin: 15px 0;
  font-size: 18px;
}

.case-list-box h5::before {
  content: "●";
  color: #0599D9;
}


.case-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

ul.case-list {
  padding-top: 15px;
}

.case-list dt {
  color: #0599D9;
  width: 100%;
  margin: 15px 0;
  font-size: 18px;
}

.case-list dt::before {
  content: "●";
  color: #0599D9;
}

.case-list dd,
.case-list li {
  width: 32%;
  margin-bottom: 15px;
}

.case-list-box ul.case-list {
  padding-top: 0;
}

.case-list dd.wide,
.case-list li.wide {
  width: auto;
  height: 147px;
}

.case-list dd:not(:nth-of-type(3n)),
.case-list li:not(:nth-of-type(3n)) {
  margin-right: 2%;
}

.case-list dd > figure > img,
.case-list li > figure > img {
  width: 100%;
  height: auto;
}
.case-list dd.wide > figure > img,
.case-list li.wide > figure > img {
  width: auto;
  height: 147.86px;
}

.case-list dd > span,
.case-list li > span {
  font-size: 11.45px;
  padding-top: 5px;
  line-height: 1.5;
  display: block;
}
