@charset "utf-8";

/* CSS Document */

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

.mainbox {
  width:calc(100% - 40px);
  padding:30px 20px;
/*
  background-image: url(../images/main_bg.jpg);
  background-position: top -20px right -10px;
*/
}

.dotline {
  height: 10px;
  margin: 20px 0 20px 5px;
  background-image: url(../images/dotline.jpg);
}

h3 {
  margin-bottom: 25px;
}


p.lead {
  line-height: 2;
}



/*----共通----*/
.icon-staff {
  width: calc(100% - 300px);
  text-align: center;
}

.icon-staff figcaption {
  padding: 10px 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
}

.qa-list {
  width: 300px;
}
.qa-list dt {
  color: #0080a3;
  font-weight: bold;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
  margin-bottom: 3px;
}
.qa-list dd {
  font-weight: bold;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
}
.qa-list dd:not(:last-of-type) {
  margin-bottom: 20px;
}


.pic-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}


/*--------*/


#contents01 {
  width:485px;
  box-sizing: border-box;
  margin: 50px 0;
}

#contents01 h3 {
  color: #fff;
  background-color: #0080a3;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 15px;
  text-align: left;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  white-space: nowrap;
}


#contents01 p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}
.icon-list-item {
  margin-bottom: 30px;
}
.icon-list-item:nth-of-type(-n+2) {
  width: calc(100% /2 - 8px);
}
.icon-list-item:not(:nth-of-type(-n+2)) {
  width: calc(100% /4 - 8px);
}

.icon-list-item-button {
  /* cursor: pointer; */
  display: block;
}

.icon-list-item-button figure {
  text-align: center;
  border: 3px solid #0080a3;
  width: 85px;
  height: 85px;
  border-radius: 13px;
  margin: auto;
}
.icon-list-item:nth-of-type(-n+2) .icon-list-item-button figure {
  width: 212px;
}
.icon-list-item-button span {
  display: block;
  text-align: left;
  line-height: 1.45;
  /* margin: 10px 0 15px; */
  margin: 10px 0 0 1em;
  text-indent: -1em;
}

.icon-list-item-button span::before {
  content: "■";
}

#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;
/*  white-space: nowrap;*/
  text-align: justify;
}

.oneday-list {
  padding-left: 22px;
  position: relative;
  margin-top: 15px;
}
.oneday-list::before {
  content: "";
  display: block;
  width: 3.5px;
  height: 100%;
  background-color: #666;
  position: absolute;
  left: 4px;
  top: 0;
}
.oneday-item-title {
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
  position: relative;
  padding: 15px 0 5px;
  margin-top: 10px;
}
.oneday-item-title::before {
  content: "";
  display: block;
  color: #0080a3;
  position: absolute;
  top: 13px;
  left: -25.5px;
  width: 18px;
  height: 18px;
  background-color: #0080a3;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.oneday-item-text {
  font-size: 14px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
}
.oneday-item-pic {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.oneday-item-pic figure {
  margin-left: 15px;
}

#contents03 {
  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;
}

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

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

#contents03 p {
  font-weight: bold;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
}

#contents04 {
  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;
}

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

#contents04 h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
  display: inline-block;
  width: 280px;
  line-height: 1;
}

#contents04 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#contents04-after {
  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;
}

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

#contents04-after h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt"1;
  letter-spacing: -0.02em;
  display: inline-block;
  width: 230px;
  line-height: 1;
}

#contents04-after .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#contents04-before {
  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;
}

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

#contents04-before h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt"1;
  letter-spacing: -0.02em;
  display: inline-block;
  /* width: 240px; */
  line-height: 1;
}

#contents04-before .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#contents05 {
  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;
}

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

#contents05 h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
  display: inline-block;
  width: 230px;
  line-height: 1;
}

#contents05 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#contents05 .contents-inner .preparation-text {
  color: #0080a3;
  font-size: 38px;
  font-weight: bold;
  width: 300px;
  height: 134px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#contents06 {
  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;
}

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

#contents06 h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 230px;
  line-height: 1;
}

#contents06 .contents-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}


#contents07 {
  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;
}

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

#contents07 h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 240px;
  line-height: 1;
}

#contents07 .contents-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#contents07 .contents-inner .preparation-text {
  color: #0080a3;
  font-size: 38px;
  font-weight: bold;
  width: 300px;
  height: 134px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#contents08 {
  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;
}

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

#contents08 h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 230px;
  line-height: 1;
}
#contents08 .qa-list {
  width: 100%;
}

#contents09 {
  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;
}

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

#contents09 h3 span {
  color: #fff;
  background-color: #0080a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 230px;
  line-height: 1;
}

#contents09 .qa-list {
  width: 100%;
}
