@charset "utf-8";

/* CSS Document */

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

.mainbox {
  width: 510px;
  height: auto;
  padding-left: 20px;
  padding-bottom: 45px;
  background-position: bottom;
}

#lead {
  width: 500px;
  height: 60px;
  margin: 15px 0;
  background-image: url(../images/lead.jpg);
}

.contents01 {
  margin: 25px 0;
  width: 485px;
}

.contents01 h3 {
  color: #fff;
  background-color: #0080a3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
}

.contents01 p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.contents02 {
  width:485px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
  margin: 25px 0;
}

.contents02 h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.contents02 h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.01em;
  display: inline-block;
  width: 200px;
}

.contents02 p {
  font-weight: bold;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.01em;
}

.contents03 {
  width: 510px;
  /* height: 400px; */
  height: 415px;
  margin-bottom: 20px;
  background-image: url(../images/slogan_bg.png);
}

.contents03 p {
  /* padding: 64px 120px 10px 55px; */
  padding: 64px 119px 25px 57px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.52;
  font-feature-settings: "palt" 1;
/*  letter-spacing: -0.01em;
  */
  text-align: justify;
}

.contents03 p > span {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
}


.contents04 {
  width:485px;
}

.contents04 #button {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.contents04 #button a {
  display: block;
}

.contents04 #button img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


/**/
.pic-list {
  display:flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.pic-item {
  margin-top: 15px;
  width: calc(50% - 7.5px);
}
.pic-item > img  {
  width: 100%;
  height: auto;
}
