@charset "utf-8";
/* Updated date: 2018/08/6 */

.selfplan-title {
  background-color: #268874;
  text-align: center;
  display: table;
  width: 100%;
  height: 100px;
  position: relative;
}
.selfplan-title > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.selfplan-title::after {
  content: url(../../images/selfplan/selfplan-title-arrow.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  text-align: center;
}
/* 0～767 */
@media (max-width: 767px) {
  .selfplan-title {
    height: inherit;
  }
  .selfplan-title > span {
    padding: 30px 15px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .selfplan-title > span {
    padding: 15px;
  }
}

/* selfplan01 */

.selfplan01 {
  background-image: url(../../images/selfplan/selfplan01-bg.jpg);
}
.selfplan01-underlist {
  text-align: center;
}
/* 768～∞（md）*/
@media (min-width: 768px) {
  .selfplan-inner {
    max-width: 1030px;
  }
  .selfplan01-list {}
  .selfplan01-list li {
    float: left;
    width: 50%;
    height: 205px;
    position: relative;
  }
  .selfplan01-list li:nth-of-type(1) > img {
    position: absolute;
    top: 0; left: 0;
  }
  .selfplan01-list li:nth-of-type(2) > img {
    position: absolute;
    top: 30px; right: 0;
  }
  .selfplan01-list li:nth-of-type(3) > img {
    position: absolute;
    top: 0; left: 0;
  }
  .selfplan01-list li:nth-of-type(4) > img {
    position: absolute;
    top: 30px; right: 0;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .selfplan01-list li:nth-child(odd) {
    text-align: left;
  }
  .selfplan01-list li:nth-child(even){
    text-align: right;
  }
  .selfplan01-list li:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .selfplan01-list li:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .selfplan01-list li:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .selfplan01-list li:nth-of-type(4) {
  }
}

/* selfplan02 */

.selfplan02 {
  background-image: url(../../images/selfplan/selfplan02-bg.png);
  background-repeat: repeat;
}
.selfplan02-title {
  background-color: rgba(0,0,0,0.15);
  text-align: center;
  padding: 20px 0;
}
.selfplan02-main {
  text-align: center;
}
/* 0～767 */
@media (max-width: 767px) {
  .selfplan02 {
    background-size: auto 100%;
  }
}

/* selfplan03 */

/* 768～∞（md）*/
@media (min-width: 768px) {
  .selfplan03-list-text ._img {
    display: none;
  }
  .selfplan03 {}
  .selfplan-title {}
  .selfplan03-list {}
  .selfplan03-list ._table {
    display: table;
    max-width: 1000px;
    width: 100%;
    height: 400px;
    margin: auto;
  }
  .selfplan03-list ._tablecell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
  }
  .selfplan03-list-text {
    display: inline-block;
    width: 600px;
    text-align: left;
  }
  .selfplan03-list-text dd {
    padding-left: 130px;
  }
  .selfplan03-list li {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
  }
  .selfplan03-list li:nth-of-type(1) {
    background-image: url(../../images/selfplan/selfplan03-list01-bg.jpg);
  }
  .selfplan03-list li:nth-of-type(2) {
    background-image: url(../../images/selfplan/selfplan03_230130-list02-bg.png);
    text-align: right;
    color: #FFF;
  }
  .selfplan03-list li:nth-of-type(3) {
    background-image: url(../../images/selfplan/selfplan03-list03-bg.jpg);
  }
  .selfplan03-list li:nth-of-type(4) {
    background-image: url(../../images/selfplan/selfplan03_230130-list04-bg.png);
    text-align: right;
    color: #FFF;
  }
  .selfplan03-list-text {}
  .selfplan03-list-text dt {
    margin-bottom: 30px;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .selfplan03-list-text ._img {
    margin-bottom: 10px;
  }
  .selfplan03-list {
  }
  .selfplan03-list ._table {
  }
  .selfplan03-list ._tablecell {
  }
  .selfplan03-list-text dt {
    margin-bottom: 30px;
  }
  .selfplan03-list-text dd {
    font-size: 22px;
    line-height: 1.7;
  }
  .selfplan03-list li:nth-of-type(1) {
    padding: 50px 30px 30px 30px;
    background-image: url(../../images/selfplan/selfplan01-bg.jpg);
  }
  .selfplan03-list li:nth-of-type(3) {
    padding: 30px 30px 30px 30px;
    background-image: url(../../images/selfplan/selfplan01-bg.jpg);
  }
  .selfplan03-list li:nth-of-type(2) {
    padding: 30px 30px 30px 30px;
    background-image: url(../../images/selfplan/selfplan03-list-spbg2.jpg);
  }
  .selfplan03-list li:nth-of-type(4) {
    padding: 30px 30px 50px 30px;
    background-image: url(../../images/selfplan/selfplan03-list-spbg2.jpg);
  }
  .selfplan03-list ._colorwhite {
    color: #FFF;
  }

}
/* 0～575 */
@media (max-width: 575px) {
  .selfplan03-list-text dt {
    margin-bottom: 15px;
  }
  .selfplan03-list-text dd {
    font-size: 16px;
  }
}



/* selfplan04 */

.selfplan04 {
  position: relative;
}
.selfplan04::after {
  position: absolute;
  content: url(../../images/selfplan/selfplan04-more.svg);
  top: -35px;
  left: 0;
  right: 0;
  text-align: center;
}
.selfplan04-etc {
  text-align: right;
}
.selfplan04-main-text {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.selfplan04-content01-text {
  font-size: 18px;
  color: #FFF;
}
.selfplan04-content02-box {
  background-color: rgba(33,118,104,0.7);
  padding: 15px 20px;
}
/*.selfplan04-content02-box-ttl {
  margin-bottom: 20px;
}*/
.selfplan04-content01-img,
.selfplan04-content02-img,
.selfplan04-content03-img {

}
.selfplan04-content02-box img {
  margin-bottom: 15px;
}
.selfplan04-content01-text {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
}
/* 768～∞（md）*/
@media (min-width: 768px) {
  .selfplan04-main {
    background-image: url(../../images/selfplan/selfplan04-main-inner-bg.jpg);
    background-position: center top;
  }
  .selfplan04-title {
    background-image: url(../../images/selfplan/selfplan04-title-bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
    height: 312px;
    display: table;
    width: 100%;
  }
  .selfplan04-title span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 70px;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .selfplan04-main-text {
    text-align: left;
  }
  .selfplan04-main {
    background-image: url(../../images/selfplan/selfplan04-main-spbg.jpg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #4EC3BB;
  }
  .selfplan04-title {
    padding: 25px 0;
    background-image: url(../../images/selfplan/selfplan04-title-spbg.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .selfplan04-title img {
    width: 100%;
  }
  .selfplan04-content01-subttl {
    text-align: center;
  }
  .selfplan04-content01-text {
    margin-bottom: 15px;
  }
  .selfplan04-content02 li:not(:last-child) {
    margin-bottom: 15px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .selfplan04-title {
    padding: 30px 0;
    background-size: 120% auto;
  }
  .selfplan04-main {
    background-size: 120% auto;
  }
}