@charset "utf-8";

* { box-sizing: border-box; }

body { background-image: linear-gradient(90deg, rgba(173, 219, 255, 1), rgba(255, 194, 219, 1)); }

.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%;
}
}

.otarisa-article {
  background-color: #fdf6fc;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fbeff7 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #fbeff7 calc(100% - 1px));
  background-size: 28px 28px;
  background-repeat: repeat;
  background-position: center center;
  border: 3px solid #ce679e;
  border-radius: 10px;
  box-shadow: 16px 16px 0 0 #ce679e;
  box-sizing: border-box;
  display: block;
  height: 90%;
  margin: 0 auto;
  padding: 340px 0 100px;
  position: relative;
  width: 900px;
}
@media screen and (max-width: 320px) {
.otarisa-article {
  background-size: 28px 28px;
  border: 2px solid #ce679e;
  box-shadow: 8px 8px 0 0 #ce679e;
  padding: 420px 0 50px;
  width: 90%;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.otarisa-article {
  background-size: 28px 28px;
  border: 2px solid #ce679e;
  box-shadow: 8px 8px 0 0 #ce679e;
  padding: 500px 0 50px;
  width: 90%;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-article {
  background-size: 28px 28px;
  border: 2px solid #ce679e;
  box-shadow: 8px 8px 0 0 #ce679e;
  padding: 300px 0 50px;
  width: 90%;
}
}

.otarisa-header {
  background-image: url(/campaign-system/otarisa/img/page-title_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  height: 334px;
  left: -2.2em;
  padding: 21em 0 0 7.5em;
  position: absolute;
  top: -.9em;
  width: 960px;
}
@media screen and (max-width: 320px) {
.otarisa-header {
  background-image: url(/campaign-system/otarisa/img/page-title_sp.png);
  height: 420px;
  left: -.5em;
  padding: 9em 0 0;
  top: -.5em;
  width: 106%;
}
}
@media screen and (min-width: 321px) and (max-width: 413px) {
.otarisa-header {
  background-image: url(/campaign-system/otarisa/img/page-title_sp.png);
  height: 530px;
  left: -.5em;
  padding: 11em 0 0;
  top: -.5em;
  width: 105%;
}
}
@media screen and (min-width: 414px) and (max-width: 667px) {
.otarisa-header {
  background-image: url(/campaign-system/otarisa/img/page-title_sp.png);
  height: 500px;
  left: -.5em;
  padding: 12em 0 0;
  top: -.5em;
  width: 105%;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-header {
  left: -2em;
  padding: 17.5em 0 0 5em;
  width: 108%;
} 
}

.otarisa-header img {
  display: block;
  height: auto;
}

.otarisa-header p {
  color: #ce679e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
.otarisa-header p {
  font-size: 13px;
  line-height: 1.5;
  padding: 0 2em;
  text-align: center;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.otarisa-header p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 2em;
  text-align: center;
}
}

.otarisa-section-onayami {
  margin-top: 3em;
  position: relative;
}
@media screen and (max-width: 667px) {
.otarisa-section-onayami { margin-top: 0; }
}

.otarisa-section-onayami > img:nth-child(1),
.otarisa-section-onayami > img:nth-child(2) {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
}
.otarisa-section-onayami > img:nth-child(1) { left: -1.2em; }
.otarisa-section-onayami > img:nth-child(2) { right: -1.2em; }
@media screen and (max-width: 667px) {
.otarisa-section-onayami > img:nth-child(1),
.otarisa-section-onayami > img:nth-child(2) { display: none; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-section-onayami > img:nth-child(1) { width: 12%; }
.otarisa-section-onayami > img:nth-child(2) { width: 12%; } 
}

.onayami-question {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.onayami-question span:nth-child(1),
.onayami-question span:nth-child(3) {
  color: #ce679e;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 320px) {
.onayami-question span:nth-child(1),
.onayami-question span:nth-child(3) { font-size: 18px; }
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.onayami-question span:nth-child(1),
.onayami-question span:nth-child(3) { font-size: 20px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.onayami-question span:nth-child(1),
.onayami-question span:nth-child(3) { font-size: 28px; }
}

.onayami-question span.dots {
  background-image: radial-gradient(circle at center, #ce679e 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.05em .5em;
  color: #ce679e;
  padding: .4em .1em; 
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 320px) {
.onayami-question span.dots { font-size: 26px; }
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.onayami-question span.dots { font-size: 32px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.onayami-question span.dots { font-size: 46px; }
}

.otarisa-section-onayami ul {
  display: flex;
  justify-content: space-between;
  margin: .8em auto 0;
  width: 90%;
}
@media screen and (max-width: 320px) {
.otarisa-section-onayami ul { flex-wrap: wrap; }
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.otarisa-section-onayami ul {
  flex-wrap: wrap;
  width: 75%;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-section-onayami ul { margin: 0 auto; }
}

.otarisa-section-onayami li {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 200px;
  line-height: 1.5;
  justify-content: center;
  width: 262px;
}
@media screen and (max-width: 667px) {
.otarisa-section-onayami li {
  height: 230px;
  margin: .1em 0 0;
  width: 100%;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-section-onayami li {
  font-size: 13px;
  height: 170px;
}
}

.otarisa-section-onayami ul li:nth-child(1) { background-image: url(/campaign-system/otarisa/img/bg_onayami_01.png); }
.otarisa-section-onayami ul li:nth-child(2) { background-image: url(/campaign-system/otarisa/img/bg_onayami_02.png); }
.otarisa-section-onayami ul li:nth-child(3) { background-image: url(/campaign-system/otarisa/img/bg_onayami_03.png); }

.otarisa-section-onayami li span {
  display: block;
  padding: 0 0 .5em;
  text-align: center;
  width: 100%;
}

.otarisa-section-onayami li strong {
  color: #fff89d;
  display: inline;
  font-weight: 400;
}

.onayami-answer {
  color: #ce678c;
  font-size: 26px;
  line-height: 1.4;
  margin: 1.3em 0 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.onayami-answer {
  font-size: 20px;
  line-height: 1.45;
}
}

.onayami-answer strong { font-weight: 500; }

.otarisa-overview {
  background-color: #ce679c;
  background-image: url(/campaign-system/otarisa/img/img_overview_01.png), url(/campaign-system/otarisa/img/img_overview_02.png);
  background-position: left 78px bottom 23px, right 78px bottom 23px;
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 168px, 110px 168px;
  color: #fff;
  margin: 57px 0 0;
  padding: 1.5em 0 3em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 320px) {
.otarisa-overview {
  background-image: none;
  margin: 2.5em 0 0;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.otarisa-overview {
  background-image: none;
  margin: 3em 0 0;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-overview {
  background-position: left 3em bottom 4em, right 3em bottom 4em;
  background-size: 10%, 13%;
  margin: 47px 0 0;
}
}

.otarisa-overview:before {
  background-image: url(/campaign-system/otarisa/img/bg_overview_pc.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
}
@media screen and (max-width: 320px) {
.otarisa-overview:before {
  background-image: url(/campaign-system/otarisa/img/bg_overview_sp.png);
  top: -26px;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.otarisa-overview:before { background-image: url(/campaign-system/otarisa/img/bg_overview_sp.png); }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-overview:before { top: -22px; }
}

.overview-introduction {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 .8em;
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.overview-introduction { font-size: 16px; }
}

.overview-heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.45;
  padding: 0 0 .35em;
}

.overview-sentence {
  font-size: 15px;
  line-height: 1.7;
  padding: 0 0 1em;
}
@media screen and (max-width: 320px) {
.overview-sentence {
  margin: 0 auto;
  width: 90%;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.overview-sentence {
  font-size: 16px;
  margin: 0 auto;
  width: 90%;
}
}

.overview-sentence strong {
  color: #fff89d;
  font-weight: 400;
}

.otarisa-section { padding: 0 0 130px; }
@media screen and (max-width: 667px) {
.otarisa-section { padding: 0 0 70px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-section { padding: 0 0 80px; }
}

.otarisa-section h2 {
  padding: 0 0 25px;
  text-align: center;
}

.otarisa-section h2 img {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
.otarisa-section h2 img { max-width: 80%; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-section h2 img { max-width: 35%; }
}

.otarisa-section h2 span {
  color: #ce679c;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: .2em 0 0;
}

.point-division {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 90%;
}
.section-features .point-division:nth-of-type(2) { min-height: 392px; }
.section-features .point-division:nth-of-type(3) { min-height: 460px; }
.section-features .point-division:nth-of-type(n+2) { margin-top: 50px; }
@media screen and (max-width: 320px) {
.point-division { min-height: auto; }
.otarisa-section .point-division:last-child { padding-bottom: 0; }
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division {
  min-height: auto;
  width: 80%;
}
.section-features .point-division:nth-of-type(2),
.section-features .point-division:nth-of-type(3) { min-height: auto; }
.section-features .point-division:nth-of-type(n+2) { margin-top: 2em; }
.otarisa-section .point-division:last-child { padding-bottom: 0; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division { min-height: 403px; }
}

.point-division h3 {
  margin: 0 0 30px;
  position: relative;
}
@media screen and (max-width: 667px) {
.point-division h3 { text-align: center; }
}

.features-point {
  align-items: center;
  background-image: url(/campaign-system/otarisa/img/icon_features-point.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 79px 69px;
  color: #ce679e;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 4.6em;
  justify-content: center;
  padding-bottom: .5em;
  width: 79px;
}
@media screen and (max-width: 667px) {
.features-point { margin: 0 auto; }
}

.features-subheading {
  color: #ce679e;
  display:inline;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 667px) {
.features-subheading {
  font-size: 25px;
  line-height: 1.4;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.features-subheading { font-size: 24px; }
}

.text-decoration {
  background-color: #e1e6fd;
  border-radius: 10px;
  display: block;
  height: 20px;
  left: -.5em;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 667px) {
.text-decoration { height: 10px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.text-decoration { height: 15px; }
}

.point-division.align-center .text-decoration {
  bottom: .2em;
  width: 102%;
}
@media screen and (max-width: 667px) {
.point-division.align-center h3 .text-decoration:nth-child(3) {
  bottom: 2.7em;
  left: 50%;
  transform: translateX(-50%);
  width: 18em;
}
.point-division.align-center h3 .text-decoration:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14em;
}
}

.point-division.point-02 h3 .text-decoration:nth-child(3) {
  bottom: 4.2em;
  width: 100%;
}
@media screen and (max-width: 320px) {
.point-division.point-02 h3 .text-decoration:nth-child(3) {
  bottom: 5.3em;
  left: 50%;
  transform: translateX(-50%);
  width: 16em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-02 h3 .text-decoration:nth-child(3) {
  bottom: 5.3em;
  left: 50%;
  transform: translateX(-50%);
  width: 16em;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.point-02 h3 .text-decoration:nth-child(3) {
  bottom: 3.6em;
  width: 105%;
}
}

.point-division.point-02 h3 .text-decoration:nth-child(4) {
  bottom: .2em;
  width: 87%;
}
@media screen and (max-width: 320px) {
.point-division.point-02 h3 .text-decoration:nth-child(4) {
  bottom: 2.7em;
  left: 50%;
  transform: translateX(-50%);
  width: 15.5em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-02 h3 .text-decoration:nth-child(4) {
  bottom: 2.7em;
  left: 50%;
  transform: translateX(-50%);
  width: 15.5em;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.point-02 h3 .text-decoration:nth-child(4) { width: 90%; }
}
@media screen and (max-width: 320px) {
.point-division.point-02 h3 .text-decoration:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-02 h3 .text-decoration:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16em;
}
}

.point-division.point-03 h3 .text-decoration:nth-child(3) {
  bottom: 4.2em;
  width: 79%;
}
@media screen and (max-width: 320px) {
.point-division.point-03 h3 .text-decoration:nth-child(3) {
  bottom: 2.7em;
  left: 50%;
  transform: translateX(-50%);
  width: 20em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-03 h3 .text-decoration:nth-child(3) {
  bottom: 2.7em;
  left: 50%;
  transform: translateX(-50%);
  width: 20em;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.point-03 h3 .text-decoration:nth-child(3) {
  bottom: 3.6em;
  width: 82%;
}
}

.point-division.point-03 h3 .text-decoration:nth-child(4) {
  bottom: .2em;
  width: 50%;
}
@media screen and (max-width: 320px) {
.point-division.point-03 h3 .text-decoration:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-03 h3 .text-decoration:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5em;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.point-03 h3 .text-decoration:nth-child(4) { width: 52%; }
}

.point-division.point-04 h3 .text-decoration:nth-child(3) {
  bottom: 4.2em;
  width: 90%;
}
@media screen and (max-width: 320px) {
.point-division.point-04 h3 .text-decoration:nth-child(3) {
  bottom: 8em;
  left: 50%;
  transform: translateX(-50%);
  width: 16em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-04 h3 .text-decoration:nth-child(3) {
  bottom: 8em;
  left: 50%;
  transform: translateX(-50%);
  width: 16em;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.point-04 h3 .text-decoration:nth-child(3) {
  bottom: 3.6em;
  width: 94%;
}
}

.point-division.point-04 h3 .text-decoration:nth-child(4) {
  bottom: .2em;
  width: 87%;
}
@media screen and (max-width: 320px) {
.point-division.point-04 h3 .text-decoration:nth-child(4) {
  bottom: 5.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 8.5em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-04 h3 .text-decoration:nth-child(4) {
  bottom: 5.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 8.5em;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.point-04 h3 .text-decoration:nth-child(4) { width: 90%; }
}
@media screen and (max-width: 320px) {
.point-division.point-04 h3 .text-decoration:nth-child(5) {
  bottom: 2.6em;
  left: 50%;
  transform: translateX(-50%);
  width: 11em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-04 h3 .text-decoration:nth-child(5) {
  bottom: 2.6em;
  left: 50%;
  transform: translateX(-50%);
  width: 11em;
}
}
@media screen and (max-width: 320px) {
.point-division.point-04 h3 .text-decoration:nth-child(6) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.point-division.point-04 h3 .text-decoration:nth-child(6) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5em;
}
}

.point-division img {
  display: block;
  height: auto;
  max-width: 100%;
}

.point-division p {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 667px) {
.point-division p { margin: 1em 0 0; }
}

.point-division p strong {
  color: #ce679e;
  font-weight: 500;
}

.point-division.align-center { text-align: center; }

.point-division.align-center img { margin: 0 auto 20px; }
@media screen and (max-width: 667px) {}
@media screen and (min-width: 668px) and (max-width: 1024px) {}

.point-division.align-center p {
  margin: 0 auto;
  text-align: left;
  width: 85%;
}

.point-division.float-left { padding-right: 380px; }
@media screen and (max-width: 667px) {
.point-division.float-left { padding-right: 0; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.float-left { padding-right: 45%; }
}

.point-division.float-left img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 667px) {
.point-division.float-left img {
  margin: 30px 0 0;
  position: static;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.float-left img { max-width: 45%; }
}

.point-division.float-right { padding-left: 380px; }
@media screen and (max-width: 667px) {
.point-division.float-right { padding-left: 0; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.float-right { padding-left: 45%; }
}

.point-division.float-right img {
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 667px) {
.point-division.float-right img {
  margin: 20px 0 0;
  position: static;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.point-division.float-right img { max-width: 45%; }
}

.align-center h3 {
  display: inline-block;
  text-align: center;
}

.align-center .features-point { margin: 0 auto; }

.otarisa-example {
  background-color: #f7dceb;
  border-radius: 20px;
  margin: 0 auto 100px;
  padding: 45px 30px 20px;
  position: relative;
  width: 95%;
}
@media screen and (max-width: 667px) {
.otarisa-example {
  background-color: transparent;
  margin: 0 auto 50px;
  padding: 0;
  width: 90%;
}
}

.otarisa-example h2 {
  left: 0;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.otarisa-example h2 { position: static; }
}

.otarisa-example h2 img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.otarisa-example > p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 667px) {
.otarisa-example > p { margin: 1.5em 0 0; }
}

.otarisa-example dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0 0;
}
@media screen and (max-width: 667px) {
.otarisa-example dl {
  background-color: #f7dceb;
  border-radius: 20px;
  padding: 25px 20px 20px;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-example dl { margin: 1.5em 0 0; }
}

.otarisa-example dl div {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  width: 31%;
}
@media screen and (max-width: 667px) {
.otarisa-example dl div {
  padding: 30px 17px;
  width: 100%;
}
.otarisa-example dl div:nth-child(n+2) { margin-top: 25px; }
}

.otarisa-example dl div p {
  background-color: #ce679e;
  border-radius: .8em;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  left: -1em;
  line-height: 1.56;
  padding: 0 1.5em;
  position: absolute;
  top: -.3em;
}

.otarisa-example dt {
  color: #ce679e;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 .76em;
  text-align: center;
}
@media screen and (max-width: 667px) {
.otarisa-example dt { font-size: 24px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-example dt { font-size: 20px; }
}

.otarisa-example dd {
  color: #ce679e;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 667px) {
.otarisa-example dd { font-size: 13px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-example dd {
  font-size: 11px;
  text-align: left;;
}
}

.section-flow dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 667px) {
.section-flow dl { width: 95%; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-flow dl { width: 90%; }
}

.section-flow-contents {
  margin-left: 2%;
  width: 31%;
}
.section-flow-contents:nth-child(3n+1) { margin-left: 0; }
.section-flow-contents:nth-child(n+4) { margin-top: 2em; }
@media screen and (max-width: 667px) {
.section-flow-contents {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  width: 100%;
}
.section-flow dl .section-flow-contents:nth-child(n+2) { margin: 1em; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-flow-contents { width: 24%; }
}

.section-flow-contents img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 667px) {
.section-flow-contents img { width: 45%; }
}

.section-flow-contents div { margin: .5em 0 0; }
@media screen and (max-width: 667px) {
.section-flow-contents div { width: 48%; }
}

.section-flow dt {
  color: #ce679e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  min-height: 3em;
  text-align: center;
}
@media screen and (max-width: 667px) {
.section-flow dt {
  font-size: 15px;
  line-height: 1.4;
  min-height: auto;
  text-align: left;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-flow dt { font-size: 16px; }
}

.section-flow dd {
  font-size: 13px;
  line-height: 1.47;
  margin: .5em 0 0;
}
@media screen and (max-width: 667px) {
.section-flow dd {
  font-size: 12px;
  line-height: 1.4;
}
}

.otarisa-collaboration {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  height: 184px;
  justify-content: center;
  margin: 30px auto 0;
  width: 87.2%;
}
@media screen and (max-width: 667px) {
.otarisa-collaboration {
  height: auto;
  padding: 20px;
}
}

.otarisa-collaboration-inner {
  display: inline-block;
  text-align: center;
}

.otarisa-collaboration-inner img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-collaboration-inner img { max-width: 80%; }
}

.otarisa-collaboration-inner p {
  font-size: 15px;
  line-height: 1.7;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 667px) {
.otarisa-collaboration-inner p { font-size: 14px; }
}

.button-intro { text-align: center; }

.button-intro p {
  display: inline-block;
  color: #ce679e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 .6em;
  vertical-align: top;
}

.button-cta {
  align-items: center;
  background-color: #ce679e;
  border-radius: 30px;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  transition: .3s;
  width: 320px;
}
@media screen and (max-width: 667px) {
.button-cta { width: 90%; }
}

.button-cta span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 1.5em;
  position: relative;
  text-align: center;
}

.button-cta span:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.button-cta:hover {
  color: #fff;
  animation: button-anime-scale .5s both;
}
@keyframes button-anime-scale {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}

.otarisa-download {
  margin: 50px 0 0;
  padding: 0 0 100px;
}
@media screen and (max-width: 667px) {
.otarisa-download { padding: 0 0 60px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-download { padding: 0 0 80px; }
}


/* device ======================================================== */
.sp-only,
.tab-only,
img.sp-only,
img.tab-only { display: none; }
@media screen and (max-width: 667px) {
.sp-only,
img.sp-only { display: block; }
.pc-only,
.tab-only,
.pc-tab-only,
img.pc-only,
img.tab-only,
img.pc-tab-only { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.tab-only,
.pc-tab-only,
img.tab-only,
img.pc-tab-only { display: block; }
.pc-only,
.sp-only,
img.pc-only,
img.sp-only { display: none; }
}