.wrapper.single {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .container {
    max-width: 1050px;
  }
}

.under .main--title {
  color: #222;
  font-weight: bold;
  padding: 0;
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  .under .main--title {
    font-size: 42px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid rgba(185, 185, 185, 0.4);
  }
}

@media only screen and (max-width: 767px) {
  .under .main--title {
    font-size: 23px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(185, 185, 185, 0.4);
  }
}

@media print, screen and (min-width: 768px) {
  .under .main--img {
    max-width: 600px;
    margin: 80px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .main--img {
    width: 84.55%;
    max-width: 300px;
    margin: 40px auto 0;
  }
}

.under .main--img img {
  width: 100%;
}

.under .section--title {
  color: #222;
  font-weight: normal;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .under .section--title {
    font-size: 35px;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--title {
    font-size: 21px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.under .section--title::after {
  display: none;
}

.under .section--text {
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .under .section--text {
    font-size: 17px;
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--text {
    font-size: 15px;
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section__inner {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section__inner:first-child {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner:first-child {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner .under--title01 {
    margin: 0 10px 20px;
  }
}

.under .section__inner .under--title01:last-child {
  margin-bottom: 0;
}

.under .section__inner .under--title02 {
  color: #222;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .section__inner .under--title02 {
    font-size: 17px;
    margin: 40px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner .under--title02 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section__inner .k-nchiku__list {
    padding: 25px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner .k-nchiku__list {
    padding: 25px 10px;
  }
}

.under .section__inner .k-nchiku__list--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.under .section__inner .k-nchiku__list--note li {
  color: #555;
  line-height: 1.5;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .section__inner .k-nchiku__list--note li {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner .k-nchiku__list--note li {
    padding-left: 20px;
  }
}

.under .section__inner .k-nchiku__list--note li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}

@media print, screen and (min-width: 768px) {
  .under .section__inner .k-nchiku__list--note li::before {
    top: 8px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner .k-nchiku__list--note li::before {
    top: 8px;
    left: 4px;
  }
}

.under .section__inner .k-nchiku__list--note li + li {
  margin-top: 5px;
}

.under .section__inner .k-nchiku__list + .under--text01 {
  text-align: right;
  margin: 10px 0 0;
}

@media print, screen and (min-width: 768px) {
  .under .section__inner + .section__inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner + .section__inner {
    margin-top: 50px;
  }
}

.under .section--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .section--2col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col.is-reverse {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__item {
    width: calc(100% - 29%);
    max-width: 635px;
  }
}

.under .section--2col__item.is-color01 .section--2col__title,
.under .section--2col__item.is-color01 .under--text02,
.under .section--2col__item.is-color01 .k-nchiku__list--title {
  color: #ec6d65;
}

.under .section--2col__item.is-color01 .k-nchiku__list {
  background-color: #fdf0ef;
}

.under .section--2col__item.is-color02 .section--2col__title,
.under .section--2col__item.is-color02 .under--text02,
.under .section--2col__item.is-color02 .k-nchiku__list--title {
  color: #007ac3;
}

.under .section--2col__item.is-color02 .k-nchiku__list {
  background-color: #e5f1f9;
}

.under .section--2col__item.is-color03 .section--2col__title,
.under .section--2col__item.is-color03 .under--text02,
.under .section--2col__item.is-color03 .k-nchiku__list--title {
  color: #009a80;
}

.under .section--2col__item.is-color03 .k-nchiku__list {
  background-color: #e5f5f2;
}

.under .section--2col__item img {
  width: 100%;
}

.under .section--2col__item .under--text02 {
  color: #3c6282;
  line-height: 1.3;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__item .under--text02 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col__item .under--text02 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__item.is-imgOnly {
    width: 29%;
    max-width: 285px;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col__item.is-imgOnly {
    width: 70.5%;
    max-width: 250px;
    margin: 0 auto 25px;
  }
}

.under .section--2col__title {
  color: #3c6282;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col__title {
    font-size: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__title + .under--text01 {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--img {
    max-width: 537px;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--img {
    max-width: 355px;
    margin: 0 auto 30px;
  }
}

.under .section--img img {
  width: 100%;
}
