@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: #1830a9;
  font-weight: bold;
}
.for-top a.for-top-button:hover {
  text-decoration: none;
  border-bottom: 1px dashed #1830a9;
}

#contents01 {
  width:485px;
}

#contents01 h3 {
  color: #fff;
  background-color: #27397d;
  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);
}
h4.band-title.title02 {
  background-image: url(../images/h4_title02_img.png);
}
h4.band-title.title03 {
  background-image: url(../images/h4_title03_img.png);
}
h4.band-title.title04 {
  background-image: url(../images/h4_title04_img.png);
}
h4.band-title.title05 {
  background-image: url(../images/h4_title05_img.png);
}



.range-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
/*
.range-item:nth-of-type(1) {
  width: 110px;
}
.range-item:nth-of-type(2) {
  width: 140px;
}
.range-item:nth-of-type(3) {
  width: 140px;
}
.range-item:nth-of-type(4) {
  width: 80px;
}
*/
.page-link {}

.page-link-title {
  width: 67px;
  height: 67px;
  margin: 25px auto;
}
.page-link-title a {
  color: #fff;
  font-weight: bold;
  width: 67px;
  height: 67px;
  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.37);
  text-align: center;
  text-shadow: 0 1px 2px #000;
  line-height: 1.2;
  text-decoration: none;
}
.page-link-item {
/*  padding-bottom: 6px;*/
  margin-bottom: 10px;
}

.page-link-item a {
  color: #1830a9;
  border-bottom: 1px solid #202f56;
  font-size: 10px;
  letter-spacing: -0.01em;
}
.page-link-item a:hover {
  color: #a91818;
  text-decoration: none;
  border-bottom: 1px dashed #202f56;
}
.page-link-item a::before {
  content: "●";
}



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

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


.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: #27397d;
  width: 100%;
  margin: 15px 0;
  font-size: 18px;
}

.case-list dt::before {
  content: "●";
  color: #27397d;
}

.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;
}
