@charset "utf-8";

/*
  File Name   : campaign.css
  Description : コンテンツエリア関係 他
*/

/* basse
============================================================ */
#campaign #lay-main {
  padding-bottom: 0;
}

/* section
============================================================ */
.section-base .com-section-inner {
  max-width: calc(750px + 20px * 2);
  padding: 0 20px;
}

/* title
============================================================ */
.title-wrap-A {
  text-align: center;
}
.title-wrap-A .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #14648c;
}
.title-wrap-A .lead {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

.title-wrap-B {
  text-align: center;
}
.title-wrap-B .title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #14648c;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.title-wrap-B .title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #14648c;
  z-index: 0;
}
.title-wrap-B .title span {
  padding: 0 15px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.title-wrap-B .lead {
  font-size: 14px;
  font-weight: 500;
}
.title-wrap-B .lead span {
  display: inline;
  background-position: left -100% center;
  padding-bottom: .4em;
  background-size: 200% .7em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffea65 50%);
  transition: background-position 2s ease .1s;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .title-wrap-A .title {
    font-size: 20px;
  }
  .title-wrap-B .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .title-wrap-B .title::before {
    top: 13px;
  }
  .title-wrap-B .lead {
    text-align: left;
  }
}

/* -section-first
============================================================ */
.-section-first {
  padding-bottom: 80px;
}
.-section-first .single-img-wrap {
  margin-bottom: 80px;
}
.-section-first .section-B {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #000;
}
.-section-first .section-C {
  margin-top: 60px;
}
.-section-first .section-C .desc-wrap {
  margin-top: 35px;
}
.-section-first .section-C .desc-wrap ul {
  display: flex;
}
.-section-first .section-C .desc-wrap li {
  width: calc((100% - 10px * 1) / 2);
  margin-right: 10px;
  padding: 20px 30px;
  background-color: #14648c;
  text-align: center;
}
.-section-first .section-C .desc-wrap li:last-child {
  margin-right: 0;
}
.-section-first .section-C .desc-wrap li .title,
.-section-first .section-C .desc-wrap li .text-A,
.-section-first .section-C .desc-wrap li .text-B {
  letter-spacing: 0;
}
.-section-first .section-C .desc-wrap li .title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: solid 1px #fff;
}
.-section-first .section-C .desc-wrap li .text-A {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-top: 15px;
}
.-section-first .section-C .desc-wrap li .text-B {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #f4f054;
  margin-top: 10px;
}
.-section-first .section-D {
  margin-top: 70px;
}
.-section-first .section-D .desc-wrap {
  margin-top: 40px;
}
.-section-first .section-D .desc-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.-section-first .section-D .desc-wrap li {
  width: calc(100% / 4);
}
.-section-first .section-D .desc-wrap li .desc-block {
  margin-top: 16px;
}
.-section-first .section-D .desc-wrap li .text {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-first .single-img-wrap {
    margin-bottom: 40px;
  }
  .-section-first .section-C .desc-wrap ul {
    display: block;
  }
  .-section-first .section-C .desc-wrap li {
    width: 100%;
    margin-right: 0;
    padding: 20px 30px;
  }
  .-section-first .section-C .desc-wrap li:last-child {
    margin-top: 20px;
  }
  .-section-first .section-D .desc-wrap li {
    width: calc(100% / 2);
  }
  .-section-first .section-D .desc-wrap li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .-section-first .section-D .desc-wrap li .text {
    font-size: 11px;
    padding: 0 10px;
  }
  .-section-first .section-D .desc-wrap li .text br {
    display: none;
  }
}

/* -section-flow
============================================================ */
.-section-flow {
  padding: 80px 0 80px;
  background-color: #fff;
}
.-section-flow .title-wrap-A {
  margin-bottom: 55px;
}
.-section-flow .item-wrap {
  margin-bottom: 60px;
}
.-section-flow .item-wrap:last-child {
  margin-bottom: 0;
}
.-section-flow .flow-list {
  margin-top: 100px;
}
.-section-flow .flow-list li {
  font-size: 13px;
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-flow {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}


