@charset "UTF-8";
.intro {
  background: none;
  padding: 3.5rem 0;
}

.intro__ttl {
  font-size: 2.2rem;
  line-height: 1.545454;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 320px) {
  .intro__ttl {
    font-size: 2rem;
  }
}

.intro__copy {
  padding: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7857;
  text-align: left;
}

.btn--readmore {
  font-size: 1.5rem;
  line-height: 2;
  width: 69%;
  min-width: 24.5rem;
  max-width: 30rem;
  height: 4.4rem;
  padding: 0.7rem 0 0.7rem 3rem;
}

.btn--readmore span {
  background: url(../img/btn-arrow.png) no-repeat 96% center;
  background-size: 2.6rem 0.7rem;
}

.gridItems .item__header {
  height: auto;
}

.gridItems .item__header__visual {
  background: none !important;
  height: auto;
}

.gridItems .item__header__visual img {
  display: block;
  width: 100%;
}

.gridItems .item__header__ttl__label img {
  width: 30%;
  max-width: 22.6rem;
  min-width: 11.3rem;
}

.gridItems .item__header__ttl__sub {
  display: inline-block;
  background-color: #d03835;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  padding: 1.75rem 0;
  margin-top: 0;
  color: #fff;
}

@media screen and (max-width: 415px) {
  .gridItems .item__header__ttl__sub {
    font-size: 2rem;
  }
}

.gridItems .item__header__ttl__sub .sm {
  font-size: 1.4rem;
  line-height: 3rem;
  display: block;
}

.gridItems .item__content {
  padding-bottom: 3rem;
  position: relative;
  z-index: 5;
}

.gridItems .item__content__inner {
  width: 94.66666667%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.31);
  padding: 1.75rem 1.5rem 3rem;
}

.gridItems .item__content__ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.gridItems .item__content__txt {
  font-size: 1.4rem;
  line-height: 1.785714;
  text-align: left;
  letter-spacing: -0.5px;
}

.gridItems .item__content__img {
  margin-top: 2.5rem;
}

.gridItems .item__content__btn {
  margin-top: 2.5rem;
}

.gridItems .item--curriculum .item__content__inner {
  background: url(../../img/bg-02_sp.png) no-repeat bottom center #fff;
  background-size: 100% auto;
  padding-bottom: 22rem;
}

@media screen and (max-width: 415px) {
  .gridItems .item--curriculum .item__content__inner {
    padding-bottom: 13rem;
  }
}

.listCicle {
  margin-top: 2.2rem;
}

.listCicle__item {
  width: 8rem;
  height: 8rem;
  font-size: 1.4rem;
  line-height: 2.25rem;
  background-color: #fff;
}

@media screen and (max-width: 390px) {
  .listCicle__item {
    width: 7rem;
    height: 7rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 359px) {
  .listCicle__item {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.1rem;
  }
}

.listCicle__item + .listCicle__item {
  margin-left: 4rem;
}

@media screen and (max-width: 390px) {
  .listCicle__item + .listCicle__item {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 319px) {
  .listCicle__item + .listCicle__item {
    margin-left: 1.5rem;
  }
}

.listCicle__item + .listCicle__item:before, .listCicle__item + .listCicle__item:after {
  position: absolute;
  content: "";
  width: 1.7rem;
  height: 1px;
  left: -3rem;
  margin-top: -0.5px;
}

@media screen and (max-width: 390px) {
  .listCicle__item + .listCicle__item:before, .listCicle__item + .listCicle__item:after {
    left: -2.5rem;
  }
}

@media screen and (max-width: 319px) {
  .listCicle__item + .listCicle__item:before, .listCicle__item + .listCicle__item:after {
    left: -1.4rem;
    width: 1.2rem;
  }
}

.listCicle__item__middle {
  display: table;
  width: 100%;
  height: 100%;
}

.listCicle__item span {
  display: table-cell;
  vertical-align: middle;
}

.boxNotification {
  margin-top: 1.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

.boxNotification__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 1.7rem;
}

.boxNotification__ttl span {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 0 1.4rem;
  position: relative;
  z-index: 3;
  font-size: 1.4rem;
  line-height: 1.1428;
}

.boxNotification__ttl:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #333;
  z-index: 1;
}

.boxNotification dl {
  text-align: left;
  display: block;
  margin-bottom: 1.25rem;
}

.boxNotification dl dt {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.33333;
  margin-bottom: 0.55rem;
}

.boxNotification dl dd {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.boxNotification dl a {
  color: inherit;
  font-weight: 500;
}

.boxNotification dl a:hover {
  text-decoration: underline;
}

.review__ttl {
  position: relative;
}

.review__ttl__bg {
  background: transparent;
  width: 100%;
  height: auto;
}

.review__ttl__bg img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.review__ttl__headline {
  position: relative;
  bottom: auto;
  top: -1rem;
  width: 100%;
  text-align: center;
}

.review__ttl__headline img {
  max-width: 100%;
}

.review__txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin: 1.5rem 0 2.5rem;
  padding: 0 1.45rem;
}

.maxim {
  text-align: center;
}

.maxim__ttl {
  color: #fff;
  margin-bottom: 1.5rem;
}

.maxim__ttl h3 span {
  font-size: 1.8rem;
  line-height: 3.3rem;
  width: 84%;
}

@media screen and (max-width: 340px) {
  .maxim__ttl h3 span {
    width: 90%;
  }
}

.maxim__ttl h3 span:before {
  border-width: 0 0 3.3rem 1.8rem;
}

@media screen and (max-width: 340px) {
  .maxim__ttl h3 span:before {
    border-width: 0 0 3.3rem 1rem;
  }
}

.maxim__ttl h3 span:after {
  border-width: 3.3rem 0 0 1.8rem;
}

@media screen and (max-width: 340px) {
  .maxim__ttl h3 span:after {
    border-width: 3.3rem 0 0 1rem;
  }
}

.maxim__ttl__sub span {
  font-size: 1.05rem;
  line-height: 2.3rem;
  padding: 0.5rem 0;
  width: 84%;
}

@media screen and (max-width: 340px) {
  .maxim__ttl__sub span {
    width: 90%;
  }
}

.maxim__ttl__sub span:before {
  border-width: 0 1.8rem 3.3rem 0;
}

@media screen and (max-width: 340px) {
  .maxim__ttl__sub span:before {
    border-width: 0 1rem 3.3rem 0;
  }
}

.maxim__ttl__sub span:after {
  border-width: 3.3rem 1.8rem 0 0;
}

@media screen and (max-width: 340px) {
  .maxim__ttl__sub span:after {
    border-width: 3.3rem 1rem 0 0;
  }
}

.maxim__list {
  padding-bottom: 3rem;
}

.maxim__list__bg {
  display: none;
}

.maxim__list__item {
  display: block;
  margin: 1rem auto;
  border: 1px solid;
}

.maxim__list__item dt {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 0;
}

.maxim__list__item dd {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 0;
}

@media screen and (max-width: 360px) {
  .maxim__list__item dd {
    letter-spacing: -0.5px;
  }
}

.maxim__list__item:nth-of-type(1) {
  border-color: #4ab553;
}

.maxim__list__item:nth-of-type(1) dt {
  background-color: #4ab553;
}

.maxim__list__item:nth-of-type(1) dd {
  color: #4ab553;
  background-color: #f0f7ed;
}

.maxim__list__item:nth-of-type(2) {
  border-color: #cf3835;
}

.maxim__list__item:nth-of-type(2) dt {
  background-color: #cf3835;
}

.maxim__list__item:nth-of-type(2) dd {
  color: #cf3835;
  background-color: #f9ebe5;
}

.maxim__list__item:nth-of-type(3) {
  border-color: #e39b02;
}

.maxim__list__item:nth-of-type(3) dt {
  background-color: #e39b02;
}

.maxim__list__item:nth-of-type(3) dd {
  color: #e39b02;
  background-color: #fef9e9;
}

.maxim__list:after {
  display: none;
}

.achievement {
  background-size: 14.5px 15px;
  padding-bottom: 3rem;
}

.achievement__inner {
  width: 92%;
}

.achievement__ttl {
  top: -1rem;
}

.achievement__ttl span {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 1.5rem;
  position: relative;
  font-weight: 600;
}

.achievement__ttl span:before {
  border-width: 0 18px 40px 0;
}

.achievement__ttl span:after {
  border-width: 40px 18px 0 0;
}

.achievement__list {
  margin-top: 0.8rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.achievement__list__item dt {
  float: none;
  width: 100%;
  padding: 1.2rem 1.5rem 0.75rem 1.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

.achievement__list__item dd {
  float: none;
  width: 100%;
  padding: 0rem 0.5rem 1.8rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 360px) {
  .achievement__list__item dd span {
    padding-right: 7rem;
    display: inline-block;
  }
}

.achievement__list__item dd .achievement__label {
  position: absolute;
  right: -5.2rem;
  bottom: 0;
  top: auto;
  width: 7.85rem;
  height: 6.5rem;
}

@media screen and (max-width: 360px) {
  .achievement__list__item dd .achievement__label {
    right: 0;
    bottom: 50%;
    margin-bottom: -3rem;
  }
}

/*--- SUBPAGE
----------------*/
.subPage .pageTitle__txt {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.subPage .pageTitle__txt__head img {
  width: 30%;
  max-width: 22.6rem;
  min-width: 11.3rem;
  margin: 0 auto;
}

.subPage .pageTitle__txt__sub {
  font-size: 2.2rem;
  line-height: 2.65rem;
  padding: 0 1rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 320px) {
  .subPage .pageTitle__txt__sub {
    font-size: 1.8rem;
  }
}

.subPage .pageTitle__txt__sub .sm {
  font-size: 1.0rem;
  line-height: 2.65rem;
}

.subPage .inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.subPage .note {
  background-color: #f0f0f0;
  padding: 1.5rem 0;
}

.subPage .note__list__item {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0.2rem 1.7rem;
  color: #cc0000;
}

.subPage .note__list__item:before {
  content: '※';
  margin-left: -1.7rem;
  color: #cc0000;
}

.subPage .intro {
  padding: 3rem 0 0;
}

.subPage .intro__ttl {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.subPage .intro__copy {
  padding: 0 2.5rem;
}

.subPage .intro__img {
  margin-top: 3rem;
}

.subPage .pageContent {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.subPage .pageContent__inner {
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.31);
  padding-bottom: 3rem;
}

.subPage .pageContent .block {
  padding-top: 3rem;
}

.subPage .pageContent .block__ttl {
  margin-bottom: 2.5rem;
}

.subPage .pageContent .block__ttl h2 span {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0 0.6rem;
}

.subPage .pageContent .block__ttl h2 span .sml {
  font-size: 1.2rem;
}

.subPage .pageContent .block__content h3 {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}

.artproducePage .subPage .pageContent .block__content h3 {
  margin-top: 2.5rem;
}

.subPage .pageContent .block__content p {
  line-height: 2.5rem;
}

.subPage .pageContent .block--voice__ttl {
  padding-top: 3.5rem;
}

.subPage .pageContent .block--voice__ttl:before {
  margin-left: -3.5rem;
  border-width: 2rem 3.5rem 0 3.5rem;
}

.subPage .pageContent .block--voice__ttl .sub {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.curriculumPage .subPage .pageContent .block--voice__ttl .sub {
  text-align: left;
}

@media screen and (max-width: 320px) {
  .curriculumPage .subPage .pageContent .block--voice__ttl .sub {
    font-size: 1.3rem;
  }
}

.subPage .pageContent .block--voice__ttl h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 320px) {
  .subPage .pageContent .block--voice__ttl h2 {
    font-size: 1.4rem;
  }
}

.subPage .pageContent .block--voice__inner {
  padding: 0;
}

.subPage .pageContent .block--voice__content {
  padding-top: 1.8rem;
  padding-bottom: 1rem;
}

.artproducePage .subPage .pageContent .block--voice__content {
  padding: 2rem 0 2.5rem;
}

.artproducePage .subPage .pageContent .block--voice__content__icon {
  left: 1.5rem;
  top: 2rem;
  margin-top: 0;
}

.subPage .pageContent .block--voice__content__icon img {
  width: 7rem;
  height: 7rem;
}

.subPage .pageContent .block--voice__content__item {
  float: none;
  width: 100%;
  margin-top: 2rem;
}

.subPage .pageContent .block--voice__content__item:nth-child(2n) {
  margin-left: 0%;
}

.artproducePage .subPage .pageContent .block--voice__content__item {
  padding-left: 0;
}

.subPage .pageContent .block--voice__content__item__ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.9rem;
}

.artproducePage .subPage .pageContent .block--voice__content__item__ttl {
  padding-left: 9.5rem;
}

.subPage .pageContent .block--voice__content__item p {
  text-align: left;
}

.subPage .pageContent .block__product__item {
  width: 100%;
  float: none;
}

.subPage .pageContent .block__product__copy {
  bottom: 1.5rem;
}

.subPage .pageContent .block__product__copy h3 {
  font-size: 1.6rem;
  line-height: 1.3125;
}

.subPage .pageContent .courseList:before, .subPage .pageContent .courseList:after {
  content: "";
  display: table;
}

.subPage .pageContent .courseList:after {
  clear: both;
}

.subPage .pageContent .courseList__item {
  float: none;
  width: 100%;
  min-height: 4.3rem;
  margin-top: 1rem;
}

.subPage .pageContent .courseList__item:nth-child(2n) {
  margin-left: 0;
}

.subPage .pageContent .courseList__item:nth-child(1) {
  margin-top: 0;
}

.subPage .pageContent .courseList__item p {
  font-size: 1.4rem;
  line-height: 1.2857;
}

.subPage .pageContent .pdfList:before, .subPage .pageContent .pdfList:after {
  content: "";
  display: table;
}

.subPage .pageContent .pdfList:after {
  clear: both;
}

.subPage .pageContent .pdfList__item {
  float: none;
  width: 100%;
  min-height: 4.3rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
  box-shadow: 0px 1px 0px 0px #cccccc;
}

.subPage .pageContent .pdfList__item:nth-child(2n) {
  margin-left: 0;
}

.subPage .pageContent .pdfList__item__link {
  font-size: 1.4rem;
  line-height: 4.3rem;
  padding-left: 3.7rem;
  background: url(../img/ico-pdf.png) no-repeat 1.25rem center;
  background-size: 1.5rem 1.5rem;
  margin-bottom: 1.3rem;
}

.subPage .pageContent .testList__item {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #333;
  margin-bottom: 1.7rem;
  font-weight: 600;
}

.subPage .pageContent .testList__item ul {
  margin-top: 0.5rem;
}

.subPage .pageContent .testList__item ul li {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.subPage .pageContent .bnrList {
  margin-top: 1rem;
}

.subPage .pageContent .bnrList:before, .subPage .pageContent .bnrList:after {
  content: "";
  display: table;
}

.subPage .pageContent .bnrList:after {
  clear: both;
}

.subPage .pageContent .bnrList__item {
  float: none;
  width: 100%;
  margin-top: 1.5rem;
}

.subPage .pageContent .bnrList__item:nth-child(2n) {
  margin-left: 0;
}

.subPage .pageContent .bnrList__item__img img {
  display: block;
  width: 100%;
}

.subPage .pageContent .bnrList__item__txt {
  padding: 0 2.9rem;
}

.subPage .pageContent .bnrList__item__txt span {
  display: block;
  background: url(../../common/img/btn-arrow.png) no-repeat right center;
  background-size: 3.8rem 1.05rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 4rem;
}

.subPage .pageContent .docList {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}

.subPage .pageContent .docList__item {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #333333;
  padding-left: 1.5rem;
}

.subPage .pageContent .docList__item:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
}

.subPage .pageContent .masterList__item {
  float: none;
  width: 100%;
  position: relative;
  margin-top: 2rem;
}

.subPage .pageContent .masterList__item:nth-child(2n) {
  margin-left: 0;
}

.subPage .pageContent .masterList__item:nth-child(1) {
  margin-top: 0;
}

.subPage .pageContent .masterList__item__img {
  width: 11rem;
}

.subPage .pageContent .masterList__item__txt {
  width: calc(100% - 11rem);
  padding: 1.25rem 1.5rem;
}

.subPage .pageContent .masterList__item__txt p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.subPage .pageContent .masterList__item__name {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 0.8rem;
}

.subPage .pageContent .masterList__item__name .sml {
  font-size: 1.2rem;
}

.subPage .pageContent .productList {
  margin-top: 1rem;
}

.subPage .pageContent .productList__wrap {
  background: url(../../artproduce/img/photo-04_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 1rem 0;
}

.subPage .pageContent .productList__item {
  width: 8rem;
  height: 8rem;
  margin-left: 1rem;
  border: 1px solid #039fde;
}

.subPage .pageContent .productList__item span {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
}

.subPage .pageContent .block--topic__main__txt {
  float: none;
  width: 100%;
  padding: 3rem 1.5rem 2.5rem;
}

.subPage .pageContent .block--topic__main__txt h2 {
  margin-bottom: 0.5rem;
}

.subPage .pageContent .block--topic__main__txt h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.subPage .pageContent .block--topic__main__txt p {
  line-height: 2.5rem;
}

.subPage .pageContent .block--topic__main__img {
  float: none;
  width: 100%;
}

.subPage .pageContent .block--topic__main__img img {
  width: 100%;
}

.subPage .pageContent .block--topic__review__icon {
  width: 7rem;
  height: 7rem;
  top: 2rem;
  left: 1.5rem;
}

.subPage .pageContent .block--topic__review__student {
  bottom: 0;
  left: 2.5rem;
}

.subPage .pageContent .block--topic__review__student.std1 {
  width: 9.5rem;
  height: 11.4rem;
}

.subPage .pageContent .block--topic__review__student.std2 {
  width: 9.1rem;
  height: 11.4rem;
}

.subPage .pageContent .block--topic__review__student.std3 {
  width: 6.3rem;
  height: 11.4rem;
  left: 4.3rem;
}

.subPage .pageContent .block--topic__review__student img {
  width: 100%;
}

.subPage .pageContent .block--topic__review__inner {
  padding: 2rem 1.5rem 2.7rem;
}

.subPage .pageContent .block--topic__review__copy {
  padding-left: 0;
}

.subPage .pageContent .block--topic__review__copy h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  padding-left: 9.5rem;
  display: table;
  width: 100%;
  min-height: 7rem;
}

.subPage .pageContent .block--topic__review__copy h4 span {
  display: table-cell;
  vertical-align: middle;
}

.subPage .pageContent .block--topic__review__copy p {
  line-height: 2.5rem;
}

.subPage .pageContent .block--topic__review__copy .p-right {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 3.75rem;
  text-align: right;
}

.subPage .pageContent .block--pink__inner {
  padding: 1.75rem 1rem;
}

.subPage .pageContent .block--pink__head {
  width: 33.3rem;
  margin: 0 auto 1.1rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__head {
    width: 28rem;
  }
}

.subPage .pageContent .block--pink__head p {
  float: left;
  width: 10.6rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__head p {
    width: 8.6rem;
  }
}

.subPage .pageContent .block--pink__head p span {
  font-size: 0.9rem;
  line-height: 1.25rem;
}

.subPage .pageContent .block--pink__head h2 {
  float: left;
  width: 20.5rem;
  margin-top: 0.5rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__head h2 {
    width: 18rem;
  }
}

.subPage .pageContent .block--pink__head h2 span {
  margin-left: 0.7rem;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0.25rem;
  width: 19rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__head h2 span {
    width: 16rem;
  }
}

.subPage .pageContent .block--pink__head h2 span:before {
  border-width: 12.5px 7px 12.5px 0;
}

.subPage .pageContent .block--pink__head h2 span:after {
  border-width: 12.5px 0 12.5px 7px;
}

.subPage .pageContent .block--pink__content {
  width: 33.3rem;
  margin: 0 auto;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__content {
    width: 28rem;
  }
}

.subPage .pageContent .block--pink__content__item {
  width: 25.25rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__content__item {
    width: calc(100% - 7rem);
  }
}

.subPage .pageContent .block--pink__content__item:nth-child(1) {
  width: 8.05rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__content__item:nth-child(1) {
    width: 7rem;
  }
}

.subPage .pageContent .block--pink__content__item:nth-child(1):after {
  left: 7.55rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .block--pink__content__item:nth-child(1):after {
    left: 6.55rem;
  }
}

.subPage .pageContent .block--pink__content__item:nth-child(1) p.block--pink__content__copy {
  text-align: center;
  margin-left: -1rem;
}

.subPage .pageContent .block--pink__content__item > p.block--pink__content__copy {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 1rem;
  margin-left: 0.5rem;
  letter-spacing: -0.5px;
}

.subPage .pageContent .roundList__item {
  width: 7rem;
  height: 7rem;
  border: 1px solid #d03835;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .roundList__item {
    width: 6.2rem;
    height: 6.2rem;
  }
}

.subPage .pageContent .roundList__item p span {
  font-size: 1rem;
  line-height: 1.35;
}

.subPage .pageContent .roundList__item--gray {
  border: 1px solid #a7a7a7;
}

.subPage .pageContent .roundList__item--pink {
  margin-right: 2rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .roundList__item--pink {
    margin-right: 1.2rem;
  }
}

.subPage .pageContent .roundList__item--pink:before {
  left: 7.25rem;
  width: 1.5rem;
  height: 1px;
  margin-top: -0.5px;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .roundList__item--pink:before {
    left: 6.2rem;
    width: 1rem;
  }
}

.subPage .pageContent .roundList__item--pink:after {
  left: 7.95rem;
  height: 1.5rem;
  width: 1px;
  margin-top: -0.75rem;
}

@media screen and (max-width: 362px) {
  .subPage .pageContent .roundList__item--pink:after {
    left: 6.7rem;
    height: 1rem;
    margin-top: -0.5rem;
  }
}

.subPage .pageContent .block--story__inner {
  padding: 0 1rem;
}

.subPage .pageContent .block--story__head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.subPage .pageContent .block--story__head h2 span {
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0.25rem 3rem;
}

.subPage .pageContent .block--story__head h2 span:before {
  border-width: 0 1.5rem 2.5rem 0;
}

.subPage .pageContent .block--story__head h2 span:after {
  border-width: 2.5rem 1.5rem 0 0;
}

.subPage .pageContent .block--story__content__tell__per {
  left: -0.25rem;
  height: 15.1rem;
  width: 12.1rem;
}

@media screen and (max-width: 374px) {
  .subPage .pageContent .block--story__content__tell__per {
    height: 13.7rem;
    width: 11rem;
  }
}

.subPage .pageContent .block--story__content__tell__txtstory {
  margin-top: 0.6rem;
  margin-left: 10.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 22.25rem;
  border-radius: 3px;
  padding: 1.5rem 0;
}

@media screen and (max-width: 374px) {
  .subPage .pageContent .block--story__content__tell__txtstory {
    margin-left: 8.5rem;
    padding: 0.75rem 0;
    width: 21rem;
  }
}

@media screen and (max-width: 340px) {
  .subPage .pageContent .block--story__content__tell__txtstory {
    width: 20rem;
    font-size: 1.1rem;
  }
}

.subPage .pageContent .block--story__content__tell__txtstory:before {
  top: 4rem;
  width: 1.45rem;
  height: 1.4rem;
  background-size: 1.45rem 1.4rem;
}

@media screen and (max-width: 374px) {
  .subPage .pageContent .block--story__content__tell__txtstory:before {
    width: 1.3rem;
    height: 1.3rem;
    top: 2.75rem;
  }
}

.subPage .pageContent .block--story__content__tell__storyList {
  margin-top: 3rem;
  padding-bottom: 3rem;
}

.subPage .pageContent .block--story__content__tell__storyList img {
  width: 80%;
  min-width: 26.5rem;
}

.subPage .pageContent .block--story__content__tell__storyList:after {
  margin-left: -2.75rem;
  border-width: 1.5rem 2.75rem 0 2.75rem;
}

.subPage .pageContent .block--story__content__storyBtn {
  margin-top: 1rem;
}

.subPage .pageContent .block--story__content__storyBtn .storyBtnList__item {
  display: block;
  padding: 0 1.5rem;
  width: 65.6%;
  min-width: 22rem;
  text-align: center;
  margin: 1rem auto 0;
}

.subPage .pageContent .block--story__content__storyBtn .storyBtnList__item span {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0.5rem;
  display: block;
}

.scroll-tbl {
  overflow-x: scroll;
  padding-bottom: 1rem;
}

.scroll-tbl::-webkit-scrollbar {
  height: 1rem;
}

.scroll-tbl::-webkit-scrollbar-thumb {
  background: #4ab553;
}

.scroll-tbl::-webkit-scrollbar-track {
  background: #ececec;
}

.tbl01 {
  width: 76rem;
}

.tbl01 th, .tbl01 td {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.tbl01 th {
  line-height: 2.4rem;
  padding: 1.5rem 1rem 1.5rem 3rem;
}

.tbl01 thead th {
  padding: 0.3rem 0;
}

.tbl01 td {
  padding: 1rem 1rem 1rem 3rem;
}

/*# sourceMappingURL=top_sp.css.map */