@charset "utf-8";
* { box-sizing: border-box; }

.article-container {
  margin: 110px auto 0;
  padding-bottom: 150px;
  width: 1000px;
}
@media only screen and (max-width: 667px) {
.article-container {
  margin-top: 80px;
  padding-bottom: 70px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-container {
  margin-top: 90px;
  padding-bottom: 70px;
  width: 100%;
}
}

.key-visual {
  display: block;
  height: auto;
  max-width: 1000px;
  width: 100%;
}

.service-header {
  background-color: #fffef1;
  padding: 50px 16px;
}
@media only screen and (max-width: 667px) {
.service-header { padding: 20px 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-header { padding: 20px 0 35px; }
}

.service-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.service-title { font-size: 16px; }
}


.service-heading-figure {
  display: block;
  margin: 15px auto 0;
  width: 300px;
}
@media only screen and (max-width: 667px) {
.service-heading-figure {
  margin: 10px auto 0;
  width: 200px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-heading-figure {
  margin: 10px auto 0;
  width: 200px;
}
}

.service-menu {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.service-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 23px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.service-menu {
  margin-top: 25px;
  width: 95%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.service-menu {
  margin-top: 25px;
  width: 75%;
}
}

@media only screen and (max-width: 320px) {
.service-menu-list {
  border-radius: 7px;
  margin: 9px 0 0 6px;
  width: 97px;
}
.service-menu-list:nth-of-type(1),
.service-menu-list:nth-of-type(4) { margin-left: 0; }
.service-menu-list:nth-of-type(1),
.service-menu-list:nth-of-type(4) { margin-left: 0; }
.service-menu-list.bgcolor-orange { box-shadow: 3px 3px #ec714a; }
.service-menu-list.bgcolor-gray { box-shadow: 3px 3px #888; }
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.service-menu-list {
  margin: 9px 0 0 13px;
  width: 110px;
}
.service-menu-list:nth-of-type(1),
.service-menu-list:nth-of-type(4) { margin-left: 0; }
.service-menu-list:nth-of-type(1),
.service-menu-list:nth-of-type(4) { margin-left: 0; }
.service-menu-list.bgcolor-orange { box-shadow: 3px 3px #ec714a; }
.service-menu-list.bgcolor-gray { box-shadow: 3px 3px #888; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-menu-list {  }
}

.service-menu-link {
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 90px;
  position: relative;
  transition: .3s;
  width: 180px;
}
@media only screen and (max-width: 667px) {
.service-menu-link {
  height: 55px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-menu-link {
  height: 70px;
  width: 135px;
}
}

.service-menu-link.color-orange {
  background-color: #ffe0d5;
  box-shadow: 5px 5px #ec714a;
}
@media only screen and (max-width: 667px) {
.service-menu-link.color-orange { box-shadow: none; }
}

.service-menu-link.color-gray {
  background-color: #f7f7f7;
  box-shadow: 5px 5px #888;
}
@media only screen and (max-width: 667px) {
.service-menu-link.color-gray { box-shadow: none; }
}

.service-menu-link:hover { transform: translate3d(0, 5px, 0); }
.service-menu-link.color-orange:hover,
.service-menu-link.color-gray:hover { box-shadow: none; }

.service-menu-link:before,
.service-menu-link:after {
  content: '';
  display: block;
  position: absolute;
}

.service-menu-link:before {
  border-radius: 10px;
  height: 80px;
  left: 0;
  top: 0;
  width: 170px;
  z-index: 3;
}
@media only screen and (max-width: 320px) {
.service-menu-link:before {
  border-radius: 6px;
  height: 49px;
  width: 91px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.service-menu-link:before {
  border-radius: 6px;
  height: 49px;
  width: 104px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-menu-link:before {
  border-radius: 10px;
  height: 60px;
  width: 125px;
}
}

.service-menu-link.color-orange:before { border: 5px solid #ec714a; }
.service-menu-link.color-gray:before { border: 5px solid #888; }
@media only screen and (max-width: 320px) {
.service-menu-link.color-orange:before { border: 3px solid #ec714a; }
.service-menu-link.color-gray:before { border: 3px solid #888; }
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.service-menu-link.color-orange:before { border: 3px solid #ec714a; }
.service-menu-link.color-gray:before { border: 3px solid #888; }
}

.service-menu-link:after {
  border-bottom: none;
  border-left: none;
  border-right: 36px solid #fff;
  border-top: 36px solid transparent;
  bottom: 3px;
  right: 3px;
  z-index: 2;
}
@media only screen and (max-width: 667px) {
.service-menu-link:after {
  border-right: 22px solid #fff;
  border-top: 22px solid transparent;
  bottom: 2px;
  right: 2px;
}
}

.service-menu-inner {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 321px) {
.service-menu-inner { font-size: 13px; }
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.service-menu-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-menu-inner { font-size: 16px; }
}

.service-menu-inner:after {
  content: '';
  display: block;
  position: absolute;
}

.service-menu-inner:after {
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-right-width: 2px;
  bottom: 11px;
  height: 8px;
  right: 11px;
  transform: rotate(45deg);
  width: 8px;
  z-index: 4;
}
@media only screen and (max-width: 667px) {
.service-menu-inner:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
  bottom: 7px;
  height: 6px;
  right: 6px;
  width: 6px;
}
}

.service-menu-link.color-orange .service-menu-inner:after {
  border-bottom-color: #ec714a;
  border-right-color: #ec714a;
}
.service-menu-link.color-gray .service-menu-inner:after {
  border-bottom-color: #888;
  border-right-color: #888;
}

.service-section {
  padding: 50px 0;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.service-section { padding: 30px 0; }
}

.service-section.bgcolor-orange {
  background-color: #ffebe5;
  padding-bottom: 0;
}
.service-section.bgcolor-yellow { background-color: #fffef1; }
@media only screen and (max-width: 667px) {
.service-section.bgcolor-yellow { padding-bottom: 65px; }
}

.service-section-headline {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  font-size: 30px;
  line-height: 1;
  margin: 0 auto;
  padding: 120px 0 0;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.service-section-headline {
  background-size: 66px 66px;
  font-size: 24px;
  padding: 80px 0 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-section-headline {
  background-size: 80px 80px;
  font-size: 24px;
  padding: 90px 0 0;
}
}

.service-section-headline.color-blue { background-image: url(../img/gacha-headline-icon_blue.png); }
.service-section-headline.color-gray { background-image: url(../img/gacha-headline-icon_gray.png); }
.service-section-headline.color-yellow { background-image: url(../img/gacha-headline-icon_yellow.png); }

.service-section-summary {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 19px;
}
@media only screen and (max-width: 667px) {
.service-section-summary {
  font-size: 15px;
  margin: 30px auto 0;
  width: 90%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-section-summary {
  font-size: 14px;
  margin-top: 15px;
}
}

.about-point-figure {
  display: block;
  height: auto;
  margin: 50px auto 0;
  max-width: 870px;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.about-point-figure {
  margin: 30px auto 0;
  width: 85%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.about-point-figure { width: 85%; }
}

.pochigacha-button {
  align-items: center;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  height: 80px;
  margin: 50px auto;
  padding-right: 60px;
  position: relative;
  transition: .3s;
  width: 540px;
}
@media only screen and (max-width: 320px) {
.pochigacha-button {
  margin-top: 30px;
  width: 300px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-button {
  margin-top: 30px;
  width: 320px;
}
}

.pochigacha-button.color-blue {
  background-color: #d9f5f5;
  box-shadow: 5px 5px #67b7b7;
}
@media only screen and (max-width: 320px) {
.pochigacha-button.color-blue { box-shadow: 6px 7px #67b7b7; }
}

.pochigacha-button:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.pochigacha-button:before,
.pochigacha-button:after {
  content: '';
  display: block;
  position: absolute;
}

.pochigacha-button:before {
  border-radius: 50px;
  height: 70px;
  left: 0;
  top: 0;
  width: 530px;
  z-index: 3;
}
@media only screen and (max-width: 320px) {
.pochigacha-button:before {
  height: 80px;
  width: 300px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-button:before {
  height: 80px;
  width: 320px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-button:before {
  border-radius: 50px;
  height: 70px;
  width: 530px;
}
}

.pochigacha-button.color-blue:before { border: 5px solid #67b7b7; }
@media only screen and (max-width: 667px) {
.pochigacha-button.color-blue:before { border: 3px solid #67b7b7; }
}

.pochigacha-button:after {
  border-radius: 40px;
  height: 80px;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 2;
}
.pochigacha-button.color-blue:after { background-color: #67b7b7; }

.pochigacha-button-inner {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.pochigacha-button-inner {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1.2em;
  text-align: left;
}
}

.pochigacha-button-inner:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  bottom: 0;
  content: '';
  display: block;
  height: 80px;
  position: absolute;
  right: 0;
  width: 80px;
  z-index: 4;
}

.pochigacha-button-inner.icon-download:after { background-image: url(../img/icon_download.png); }

.pochigacha-point {
  background-color: #fff;
  border-radius: 20px;
  margin: 60px auto 0;
  padding: 0 0 50px;
  width: 870px;
}
@media only screen and (max-width: 667px) {
.pochigacha-point {
  border-radius: 10px;
  margin: 30px auto 0;
  padding: 0 0 45px;
  width: 85%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point {
  border-radius: 10px;
  margin: 30px auto 0;
  padding: 0 0 45px;
  width: 85%;
}
}

.gacha-point-headline {
  background: url(../img/gacha-headline-background.png) no-repeat center top;
  background-size: 100%;
  height: 110px;
  margin: 0 auto;
  padding: 9px 0 0;
  width: 280px;
}
@media only screen and (max-width: 667px) {
.gacha-point-headline {
  height: 90px;
  padding: 10px 0 0;
  width: 226px;
}
}

.gacha-point-headline-subheading {
  background-color: #fff;
  border-radius: 11px;
  color: #ec714a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 auto .5em;
  text-align: center;
  width: 70px;
}
@media only screen and (max-width: 667px) {
.gacha-point-headline-subheading {
  font-size: 11px;
  line-height: 16px;
  width: 50px;
}
}

.gacha-point-headline-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.gacha-point-headline-heading { font-size: 18px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.gacha-point-headline-heading { font-size: 18px; }
}

.pochigacha-point-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 660px;
}
@media only screen and (max-width: 667px) {
.pochigacha-point-inner {
  margin: 30px auto 0;
  width: 90%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point-inner {
  margin: 30px auto 0;
  width: 90%;
}
}

.pochigacha-point-list { width: 300px; }
.pochigacha-point-list:nth-of-type(n+3) { margin-top: 58px; }
@media only screen and (max-width: 667px) {
.pochigacha-point-list { width: 100%; }
.pochigacha-point-list:nth-of-type(n+3) { margin-top: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point-list { width: 48%; }
.pochigacha-point-list:nth-of-type(n+3) { margin-top: 30px; }
}

.pochigacha-point-list-heading {
  background-color: #ec714a;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.pochigacha-point-list-heading {
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point-list-heading {
  font-size: 16px;
  line-height: 35px;
}
}

.pochigacha-point-list-heading:after {
  border-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #ec714a;
  bottom: -13px;
  content: '';
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
@media only screen and (max-width: 667px) {
.pochigacha-point-list-heading:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 11px solid #ec714a;
  bottom: -11px;
  margin-left: -5px;
}
}

.pochigacha-point-list-marker {
  align-items: center;
  display: flex;
  height: 68px;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.pochigacha-point-list-marker {
  height: auto;
  margin-top: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point-list-marker { height: 60px; }
}

.pochigacha-point-list-marker-inner {
  background: linear-gradient(transparent 75%, #ff0 75%);
  color: #ec714a;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point-list-marker-inner {
  font-size: 18px;
  line-height: 1.5;
}
}

.sup {
  color: #ec714a;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 667px) {}


.pochigacha-point-list-sentence {
  align-items: center;
  display: flex;
  height: 52px;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.pochigacha-point-list-sentence {
  height: auto;
  margin-top: 20px;
  padding-bottom: 30px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point-list-sentence { margin-top: 10px; }
}

.pochigacha-point-list-sentence-inner {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  margin: 0 auto;
}
@media only screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-point-list-sentence-inner { font-size: 14px; }
}

.pochigacha-point-supplement {
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.pochigacha-point-supplement {
  font-size: 10px;
  margin: 0 auto;
  width: 90%;
}
}

.pochigacha-solution-headline {
  color: #ec714a;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
  width: 540px;
}
@media only screen and (max-width: 320px) {
.pochigacha-solution-headline {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-solution-headline {
  font-size: 20px;
  line-height: 30px;
  width: 80%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-solution-headline {
  font-size: 20px;
  line-height: 30px;
  width: 60%;
}
}

.pochigacha-solution-headline:before,
.pochigacha-solution-headline:after {
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -5px;
  content: '';
  display: block;
  height: 38px;
  position: absolute;
  width: 29px;
}
@media only screen and (max-width: 667px) {
.pochigacha-solution-headline:before,
.pochigacha-solution-headline:after { bottom: 5px; }
}

.pochigacha-solution-headline:before {
  background-image: url(../img/tit_line_left.png);
  left: -5px;
}
.pochigacha-solution-headline:after {
  background-image: url(../img/tit_line_right.png);
  right: -5px;
}

.pochigacha-solution-ul {
  margin: 20px auto 0;
  width: 720px;
}
@media only screen and (max-width: 667px) {
.pochigacha-solution-ul {
  margin: 30px auto 0;
  width: 85%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-solution-ul {
  margin: 30px auto 0;
  width: 85%;
}
}

.pochigacha-solution-li {
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 15px 30px 15px 70px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.pochigacha-solution-li {
  border-radius: 10px;
  font-size: 15px;
  padding: 20px 20px 20px 52px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-solution-li {
  border-radius: 13px;
  font-size: 16px;
}
}

.pochigacha-solution-li:nth-of-type(n+2) { margin-top: 10px; }

.pochigacha-solution-li:before {
  content: '';
  border-bottom: 6px solid #ec714a;
  border-left: 6px solid #ec714a;
  display: block;
  height: 10px;
  left: 20px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  transform: rotate(-40deg);
  width: 20px;
}
@media only screen and (max-width: 667px) {
.pochigacha-solution-li:before {
  border-bottom: 5px solid #ec714a;
  border-left: 5px solid #ec714a;
  height: 8px;
  left: 16px;
  top: 40px;
  width: 18px;
}
}

.pochigacha-solution-li .color-green {
  color: #289d89;
  display: inline;
}

.pochigacha-merit {
  background-color: #ef8563;
  background-image: url(../img/gacha-merit-background_red.png), url(../img/gacha-merit-background_yellow.png), url(../img/gacha-merit-background_blue.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 28px top 160px, left 34px top 240px, right 28px bottom 55px;
  background-size: 80px 80px, 80px 80px, 80px 80px;
  margin-top: 62px;
  padding: 50px 102px 66px;
}
@media only screen and (max-width: 667px) {
.pochigacha-merit {
  background-position: right -33px top 185px, left -33px top 296px, left -33px bottom 5px;
  background-size: 70px 70px, 70px 70px, 70px 70px;
  margin-top: 50px;
  padding: 50px 20px 40px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-merit {
  background-position: right 20px top 180px, left 20px top 280px, right 20px bottom 60px;
  margin-top: 55px;
  padding: 50px 60px 60px;
}
}

.pochigacha-merit-headline {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 388px;
  z-index: 1;
}
@media only screen and (max-width: 667px) {
.pochigacha-merit-headline {
  height: 50px;
  width: 100%;
}
}

.pochigacha-merit-headline:before,
.pochigacha-merit-headline:after {
  content: '';
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.pochigacha-merit-headline:before {
  border-left: 18px solid #ef8563;
  border-right: none;
  left: 0;
}

.pochigacha-merit-headline:after {
  border-left: none;
  border-right: 18px solid #ef8563;
  right: 0;
}

.pochigacha-merit-headline-inner {
  color: #fff;
  background-color: #ef8563;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 380px;
  z-index: 1;
}
@media only screen and (max-width: 667px) {
.pochigacha-merit-headline-inner {
  font-size: 18px;
  line-height: 44px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-merit-headline-inner { font-size: 22px; }
}

.pochigacha-merit-headline-inner:before,
.pochigacha-merit-headline-inner:after {
  content: '';
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 3;
}

.pochigacha-merit-headline-inner:before {
  border-left: 19px solid #fff;
  border-right: none;
  left: 0;
}
@media only screen and (max-width: 667px) {
.pochigacha-merit-headline-inner:before { left: 3px; }
}

.pochigacha-merit-headline-inner:after {
  border-left: none;
  border-right: 19px solid #fff;
  right: 0;
}
@media only screen and (max-width: 667px) {
.pochigacha-merit-headline-inner:after { right: 3px; }
}

.pochigacha-merit-ul {
  margin: 20px auto 0;
  position: relative;
  width: 95%;
}

.pochigacha-merit-li {
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 18px;
  padding: 1em 0;
  position: relative;
  text-align: center;
  width: 740px;
}
@media only screen and (max-width: 320px) {
.pochigacha-merit-li {
  font-size: 14px;
  line-height: 1.5;
  width: 90%;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-merit-li {
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.5;
  padding: 1em;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-merit-li {
  font-size: 13px;
  line-height: 1.5;
  width: 90%;
}
}

.pochigacha-merit-li:nth-of-type(n+2) { margin-top: 20px; }

.pochigacha-merit-li:nth-of-type(odd) { margin-left: 50px; }
@media only screen and (max-width: 667px) {
.pochigacha-merit-li:nth-of-type(odd) { margin-left: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-merit-li:nth-of-type(odd) { margin-left: 10%; }
}

.pochigacha-merit-li:before {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
  content: '';
  position: absolute;
}
@media only screen and (max-width: 667px) {}

.pochigacha-merit-li:nth-of-type(odd):before {
  right: 30px;
  transform: skewX(30deg);
}
@media only screen and (max-width: 667px) {}

.pochigacha-merit-li:nth-of-type(even):before {
  left: 30px;
  transform: skewX(-30deg);
}
@media only screen and (max-width: 667px) {}

.marker-text {
  background: linear-gradient(transparent 75%, #ff0 75%);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 320px) {
.marker-text { 
  display: inline;
  font-size: 14px; }
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.marker-text {
  display: inline;
  font-size: 16px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.marker-text {
  display: inline;
  font-size: 14px;
}
}

.pochigacha-contents-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px auto 0;
  position: relative;
  width: 924px;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step {
  justify-content: unset;
  margin: 55px auto 0;
  width: 95%;
}
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
.pochigacha-contents-step {
  justify-content: unset;
  margin: 55px auto 0;
  width: 90%;
}
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
.pochigacha-contents-step {
  justify-content: unset;
  margin: 55px auto 0;
  width: 81.5%;
}
}
@media only screen and (min-width: 414px) and (max-width: 667px) {
.pochigacha-contents-step {
  justify-content: unset;
  margin: 55px auto 0;
  width: 81.5%;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.pochigacha-contents-step {
  justify-content: unset;
  margin: 55px auto 0;
  width: 90%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.pochigacha-contents-step {
  justify-content: unset;
  margin: 55px auto 0;
  width: 86%;
}
}

.pochigacha-contents-step-inner {
  padding-bottom: 64px;
  position: relative;
  width: 186px;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-inner {
  padding-bottom: 37px;
  width: 96px;
}
.pochigacha-contents-step-inner:last-child { width: 110px; }
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-contents-step-inner {
  padding-bottom: 37px;
  width: 96px;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.pochigacha-contents-step-inner {
  padding-bottom: 44px;
  width: 142px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.pochigacha-contents-step-inner {
  padding-bottom: 50px;
  width: 190px;
}
}

.pochigacha-contents-step-inner:before,
.pochigacha-contents-step-inner:after { position: absolute; }

.pochigacha-contents-step-inner:before {
  background-color: #ec714a;
  border-radius: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  height: 50px;
  left: -19px;
  line-height: 47px;
  text-align: center;
  top: -13px;
  width: 50px;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-inner:before {
  font-size: 17px;
  height: 30px;
  left: -6px;
  line-height: 27px;
  top: -15px;
  width: 30px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-contents-step-inner:before {
  font-size: 17px;
  height: 30px;
  left: -13px;
  line-height: 27px;
  top: -15px;
  width: 30px;
}
}

.pochigacha-contents-step-inner:nth-of-type(1):before { content: '1'; }
.pochigacha-contents-step-inner:nth-of-type(2):before { content: '2'; }
.pochigacha-contents-step-inner:nth-of-type(3):before { content: '3'; }
.pochigacha-contents-step-inner:nth-of-type(4):before { content: '4'; }
.pochigacha-contents-step-inner:nth-of-type(5):before { content: '5'; }
.pochigacha-contents-step-inner:nth-of-type(6):before { content: '6'; }
.pochigacha-contents-step-inner:nth-of-type(7):before { content: '7'; }

.pochigacha-contents-step-inner:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #ec714a;
  content: '';
  left: 17px;
  top: 32px;
  transform: rotate(-34deg);
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-inner:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 7px solid #ec714a;
  left: 15px;
  top: 12px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-contents-step-inner:after {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 4px solid #ec714a;
  left: 7px;
  top: 11px;
}
}

.pochigacha-contents-step-inner:last-child:before,
.pochigacha-contents-step-inner:last-child:after { display: none; }

.pochigacha-contents-step-figure {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-figure {
  margin: 0 auto;
  width: 90%;
}
}

.pochigacha-contents-step-text {
  background-color: #ffebe5;
  border-radius: 22px;
  color: #ec714a;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  margin: 15px auto 0;
  text-align: center;
  width: 188px;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-text {
  font-size: 10px;
  line-height: 30px;
  margin: 5px auto 0;
  width: 96px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-contents-step-text {
  font-size: 10px;
  line-height: 30px;
  margin: 5px auto 0;
  width: 96px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-contents-step-text {
  font-size: 12px;
  line-height: 35px;
  margin: 10px auto 0;
  width: 142px;
}
}

.pochigacha-contents-step-arrow {
  position: relative;
  width: 60px;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-arrow { width: 8px; }
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-contents-step-arrow { width: 24px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-contents-step-arrow { width: 40px; }
}

.pochigacha-contents-step-arrow:before,
.pochigacha-contents-step-arrow:after {
  content: '';
  display: block;
  position: absolute;
}

.pochigacha-contents-step-arrow:before {
  background-color: #ec714a;
  height: 5px;
  left: 17px;
  margin-top: -7px;
  top: 40%;
  width: 25px;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-arrow:before {
  height: 3px;
  left: 0;
  margin-top: -5px;
  width: 9px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-contents-step-arrow:before {
  height: 3px;
  left: 6px;
  margin-top: -8px;
  width: 12px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-contents-step-arrow:before {
  height: 4px;
  left: 5px;
  margin-top: -7px;
  top: 40%;
  width: 25px;
}
}

.pochigacha-contents-step-arrow:after {
  border-bottom: 5px solid #ec714a;
  border-right: 5px solid #ec714a;
  height: 16px;
  left: 23px;
  margin-top: -15px;
  top: 40%;
  transform: rotate(-45deg);
  width: 16px;
}
@media only screen and (max-width: 320px) {
.pochigacha-contents-step-arrow:after {
  border-bottom: 3px solid #ec714a;
  border-right: 3px solid #ec714a;
  height: 6px;
  left: 1px;
  margin-top: -8px;
  width: 6px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.pochigacha-contents-step-arrow:after {
  border-bottom: 3px solid #ec714a;
  border-right: 3px solid #ec714a;
  height: 8px;
  left: 8px;
  margin-top: -12px;
  width: 8px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-contents-step-arrow:after {
  border-bottom: 4px solid #ec714a;
  border-right: 4px solid #ec714a;
  height: 14px;
  left: 12px;
  margin-top: -14px;
  width: 14px;
}
}

.pochigacha-contents-step-end-text {
  background-color: #ffebe5;
  background-image: url(../img/icon_delivery.png);
  background-position: center top 50px;
  background-repeat: no-repeat;
  background-size: 66px 66px;
  border-radius: 91px;
  color: #ec714a;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  height: 182px;
  left: 0;
  padding-top: 115px;
  position: absolute;
  text-align: center;
  top: 65px;
  width: 182px;
}
@media only screen and (max-width: 667px) {
.pochigacha-contents-step-end-text {
  background-position: center top 20px;
  background-size: 41px 41px;
  font-size: 11px;
  height: 90px;
  line-height: 1.2;
  margin: 0 auto 0 10px;
  padding-top: 60px;
  top: 30px;
  width: 90px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pochigacha-contents-step-end-text {
  background-position: center top 30px;
  font-size: 15px;
  height: 140px;
  line-height: 1.2;
  padding-top: 95px;
  top: 35px;
  width: 140px;
}
}

.pochigacha-contents-step-supplement {
  font-size: 12px;
  line-height: 1;
  margin-top: -30px;
  padding-right: 20px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 667px) {
.pochigacha-contents-step-supplement {
  margin-top: -10px;
  text-align: center;
}
}

.service-offer-frame {
  padding: 50px 32px;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.service-offer-frame {
  margin-top: 20px;
  padding: 30px 10px;
}
}

.service-offer-summary {
  border-left: 7px solid #ec714a;
  border-right: 7px solid #ec714a;
  color: #0f4a7b;
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 386px;
}
@media only screen and (max-width: 667px) {
.service-offer-summary {
  border-left: 4px solid #ec714a;
  border-right: 4px solid #ec714a;
  color: #0f4a7b;
  font-size: 16px;
  line-height: 36px;
  width: 80%;
}
}

.service-offer-summary:before,
.service-offer-summary:after {
  border-bottom: 23px solid #ec714a;
  border-left: 18px solid transparent;
  border-right: none;
  border-top: 23px solid #ec714a;
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 667px) {
.service-offer-summary:before,
.service-offer-summary:after {
  border-bottom: 18px solid #ec714a;
  border-left: 9px solid transparent;
  border-top: 18px solid #ec714a;
}
}

.service-offer-summary:before { left: -25px; }
@media only screen and (max-width: 667px) {
.service-offer-summary:before { left: -13px; }
}

.service-offer-summary:after {
  right: -25px;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 667px) {
.service-offer-summary:after { right: -13px; }
}

.service-offer-heading {
  color: #0f4a7b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 18px auto 0;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.service-offer-heading {
  font-size: 16px;
  margin: 15px auto 0;
  text-align: left;
}
}

.service-offer-figure {
  display: block;
  height: auto;
  margin: 20px auto 0;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-figure {
  margin-top: 40px;
  width: 60%;
}
}

.service-offer-sentence {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  margin-top: 48px;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.service-offer-sentence {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 38px;
  text-align: left;
}
}

.service-offer-flow-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  width: 936px;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap {
  margin: 20px auto 0;
  width: 200px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow-wrap {
  margin: 30px auto 0;
  width: 100%;
}
}

.service-offer-flow {
  align-items: center;
  display: flex;
  height: 196px;
  position: relative;
}
@media only screen and (max-width: 667px) {
.service-offer-flow { height: 70px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow { height: 136px; }
}

.service-offer-flow-wrap .service-offer-flow:nth-child(1) {
  background-color: #f2b19d;
  width: 204px;
}
.service-offer-flow-wrap .service-offer-flow:nth-child(2) {
  background-color: #ed9f86;
  width: 180px;
}
.service-offer-flow-wrap .service-offer-flow:nth-child(3) {
  background-color: #ef9477;
}
.service-offer-flow-wrap .service-offer-flow:nth-child(4) {
  background-color: #ef8563;
  width: 180px;
}
.service-offer-flow-wrap .service-offer-flow:nth-child(5) {
  background-color: #ec714a;
  width: 180px;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(1) { padding-top: 20px; }
.service-offer-flow-wrap .service-offer-flow:nth-child(2),
.service-offer-flow-wrap .service-offer-flow:nth-child(3),
.service-offer-flow-wrap .service-offer-flow:nth-child(4) {
  padding-top: 30px;
  width: 200px;
}
.service-offer-flow-wrap .service-offer-flow:nth-child(5) {
  padding-top: 20px;
  width: 200px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(1),
.service-offer-flow-wrap .service-offer-flow:nth-child(2),
.service-offer-flow-wrap .service-offer-flow:nth-child(3),
.service-offer-flow-wrap .service-offer-flow:nth-child(4),
.service-offer-flow-wrap .service-offer-flow:nth-child(5) { width: 20%; }
}

.service-offer-flow:after {
  border-bottom: 98px solid transparent;
  border-right: none;
  border-top: 98px solid transparent;
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
}
@media only screen and (max-width: 667px) {
.service-offer-flow:after {
  border-bottom: none;
  content: '';
  position: absolute;
  right: 0;
  top: 70px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow:after {
  border-bottom: 68px solid transparent;
  border-top: 68px solid transparent;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(1):after {
  border-left: 31px solid #f2b19d;
  z-index: 5;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(1):after {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 20px solid #ed9f86;;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(2):after {
  border-left: 31px solid #ed9f86;;
  z-index: 4;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(2):after {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 20px solid #ed9f86;;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(3):after {
  border-left: 31px solid #ef9477;
  z-index: 3;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(3):after {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 20px solid #ef9477;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(4):after {
  border-left: 31px solid #ef8563;
  z-index: 2;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(4):after {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 20px solid #ef8563;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(5):after {
  border: none;
  z-index: 1;
}

.service-offer-flow-inner {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  margin-left: 20%;
  text-align: center;
  width: 80%;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-inner {
  font-size: 15px;
  line-height: 1.3;
  margin-left: 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow-inner {
  font-size: 16px;
  line-height: 1.8;
  margin-left: 30%;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner {
  background-color: #fff;
  border: 3px solid #ec714a;
  border-radius: 23px;
  color: #ec714a;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 50px;
  position: relative;
  width: 120px;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 auto;
  width: 120px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner { font-size: 16px; }
}

.service-offer-flow-wrap .service-offer-flow:nth-child(1) .service-offer-flow-inner,
.service-offer-flow-wrap .service-offer-flow:nth-child(5) .service-offer-flow-inner {
  margin-left: 10%;
  width: 90%;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(1) .service-offer-flow-inner,
.service-offer-flow-wrap .service-offer-flow:nth-child(5) .service-offer-flow-inner {
  margin-left: 0;
  width: 100%;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner:before,
.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner:after {
  content: '';
  position: absolute;
}

.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner:before {
  background-color: #ec714a;
  bottom: -118px;
  height: 116px;
  left: 50%;
  width: 4px;
}
@media only screen and (max-width: 667px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner:before { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner:before {
  bottom: -98px;
  height: 96px;
}
}

.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner:after {
  border-bottom: 4px solid #ec714a;
  border-left: 4px solid #ec714a;
  bottom: -114px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  transform: rotate(-45deg);
  width: 40px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-offer-flow-wrap .service-offer-flow:nth-child(3) .service-offer-flow-inner:after {
  bottom: -93px;
  height: 30px;
  margin-left: -15px;
  width: 30px;
}
}

.attached-service-frame {
  background-color: #fff;
  border: 4px solid #ec714a;
  margin: 50px auto 0;
  padding: 44px 0 30px;
}
@media only screen and (max-width: 667px) {
.attached-service-frame {
  border: 2px solid #ec714a;
  margin: 20px auto 0;
  padding: 20px 0 30px;
}
}

.attached-service-sentence {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.attached-service-sentence { font-size: 15px; }
}

.attached-service-figure {
  display: block;
  height: auto;
  margin: 20px auto 0;
  max-width: 600px;
  width: 100%;
}

.attached-service-cta {
  align-items: center;
  border: 1px solid #707070;
  border-radius: 40px;
  display: flex;
  height: 80px;
  margin: 31px auto 0;
  position: relative;
  transition: .3s;
  width: 460px;
}
@media only screen and (max-width: 667px) {
.attached-service-cta {
  height: 45px;
  margin: 15px auto 0;
  width: 80%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.attached-service-cta {
  height: 60px;
  width: 60%;
}
}

.attached-service-cta:hover { opacity: .7; }

.attached-service-cta:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-top: -8px;
  position: absolute;
  right: 28px;
  top: 50%;
}
@media only screen and (max-width: 667px) {
.attached-service-cta:after { display: none; }
}

.attached-service-cta-inner {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.attached-service-cta-inner { font-size: 14px; }
}

.relation-service-frame {
  margin: 150px auto 0;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.relation-service-frame { margin-top: 70px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.relation-service-frame { margin-top: 30px; }
}

.relation-service-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.relation-service-heading { font-size: 15px; }
}

.relation-service-wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.relation-service-wrap {
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 80%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.relation-service-wrap { width: 85%; }
}

.service-thumbnail {
  box-shadow: 2px 2px 7px #ccc;
  display: block;
  padding-bottom: 30px;
  transition: .3s;
  width: 315px;
}
@media only screen and (max-width: 667px) {
.service-thumbnail {
  margin-top: 15px;
  padding-bottom: 30px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-thumbnail { width: 32%; }
}

.service-thumbnail:hover { opacity: .7; }

.service-thumbnail-figure {
  display: block;
  height: auto;
  max-width: 315px;
  width: 100%;
}

.service-thumbnail-headline {
  align-items: center;
  display: flex;
  height: 4em;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 667px) {
.service-thumbnail-headline { padding: 0 10px; }
}

.service-thumbnail-headline-inner {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 667px) {
.service-thumbnail-headline-inner { font-size: 14px; }
}

.service-thumbnail-sentence {
  font-size: 14px;
  height: 100px;
  line-height: 1.7;
  padding: 0 15px;
  text-align: left;
}
@media only screen and (max-width: 667px) {
.service-thumbnail-sentence {
  font-size: 13px;
  height: auto;
  line-height: 1.5;
  padding: 0 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-thumbnail-sentence {
  font-size: 14px;
  height: 170px;
}
}

.service-thumbnail-button {
  background-color: #f9e536;
  border-radius: 20px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 15px 0 0 15px;
  position: relative;
  text-align: center;
  width: 188px;
}
@media only screen and (max-width: 667px) {
.service-thumbnail-button {
  font-size: 14px;
  line-height: 30px;
  margin: 15px auto 0;
  width: 60%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.service-thumbnail-button {
  font-size: 16px;
  margin: 15px auto 0;
  width: 80%;
}
}

.service-thumbnail-button:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 900;
  line-height: 44px;
  position: absolute;
  right: 15px;
  top: 0;
}
@media only screen and (max-width: 667px) {
.service-thumbnail-button:after { display: none; }
}

.common-cta-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin: 90px auto 0;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.common-cta-text {
  font-size: 14px;
  margin: 45px auto 0;
}
}

.common-cta-button {
  background-color: #5bbff6;
  background-image: url(/images/icon-mail.png);
  background-position: left 115px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 80px;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
  width: 400px;
}
@media only screen and (max-width: 667px) {
.common-cta-button {
  background-size: 12px 12px;
  font-size: 14px;
  line-height: 45px;
  margin-top: 15px;
  width: 90%;
}
}

.common-cta-button:hover {
  color: #fff;
  opacity: .7;
}

.sp-only,
.tab-only { display: none; }
@media only screen and (max-width: 768px) {
.pc-only,
.tab-only,
.pc-tab-only { display: none; }
.sp-only { display: block; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pc-only,
.sp-only { display: none; }
.tab-only,
.pc-tab-only { display: block; }
}