/*-----------------------------------------
Color
------------------------------------------*/
.option__section {
  margin-bottom: 60px;
}

.option__strong {
  font-weight: bold;
  color: #e4597a;
}
.option__strong--line {
  text-decoration: underline;
  font-weight: bold;
  color: #e4597a;
}

.option__button {
  margin: 20px auto;
  text-align: center;
}
.option__button .pc {
  display: none;
}

.option__trouble, .option__trouble--gray {
  position: relative;
  padding: 12px 16px;
  border: 3px solid #e5e5e5;
  z-index: 0;
}
.option__trouble::before, .option__trouble::after, .option__trouble--gray::before, .option__trouble--gray::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.option__trouble::before, .option__trouble--gray::before {
  bottom: -13px;
  left: calc(10% - 14px);
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
.option__trouble::after, .option__trouble--gray::after {
  bottom: -18px;
  left: calc(10% - 15px);
  border-width: 15px 15px 0 15px;
  border-color: #e5e5e5 transparent transparent transparent;
  z-index: -1;
}
.option__trouble li, .option__trouble--gray li {
  position: relative;
  padding: 0.8em 0 0.8em 1.6em;
}
.option__trouble li:not(:last-child), .option__trouble--gray li:not(:last-child) {
  border-bottom: 1px dashed #bfbfbf;
}
.option__trouble li::before, .option__trouble--gray li::before {
  position: absolute;
  top: 1em;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  color: #f4e821;
}

.option__trouble--gray li::before {
  color: #666;
}

.option__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.option__flag {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.option__flag i {
  margin-right: 0.5em;
}
.option__flag i.yellow {
  color: #f4e821;
}

.option__box--gray {
  padding: 20px;
  border-radius: 6px;
  border: 3px solid #e5e5e5;
}

@media screen and (min-width: 990px) {
  .option__box--gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .option__button {
    font-size: 1.6rem;
  }
  .option__button .pc {
    display: inline;
  }
}
.copyright__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 40%;
  grid-template-columns: 1fr 40%;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  margin-bottom: 30px;
}
.copyright__main .copyright__thumb {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.copyright__main .copyright__text {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.copyright__main .copyright__price {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.copyright__price table {
  width: 100%;
}
.copyright__price th {
  background: #f6f6f6;
}
.copyright__price th, .copyright__price td {
  border: #ddd 1px solid;
  padding: 0.5em 0.2em;
  text-align: center;
}
.copyright__quote {
  background: #f6f6f6;
  padding: 1.5em;
}
.copyright__quote--note {
  font-size: 1rem;
  margin-top: 1em;
  text-align: right;
}
.copyright__subtitle {
  font-weight: bold;
}
.copyright__more {
  margin-bottom: 30px;
}
.copyright__more::after {
  content: "";
  clear: both;
  display: block;
}
.copyright__more .copyright__thumb {
  float: right;
  margin-bottom: 1em;
  margin-left: 4%;
  width: 40%;
}
.copyright__more .copyright__text {
  margin-bottom: 20px;
}
.copyright__more .copyright__price {
  margin-top: 15px;
  width: 100%;
}
.copyright-recordico-pc {
  display: none !important;
}
.copyright-recordico-pc.front {
  padding-right: 0.6em;
  padding-left: 0;
}
@media screen and (min-width: 480px) {
  .copyright__more {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 40%;
    grid-template-columns: 1fr 40%;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  .copyright__more .copyright__thumb {
    float: none;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin: 0;
    width: 100%;
  }
  .copyright__more .copyright__text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .copyright__more .copyright__text--after {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .copyright__more .copyright__price {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  .copyright__main {
    -ms-grid-columns: 1fr 15px 270px;
    grid-template-columns: 1fr 270px;
    -ms-grid-rows: -webkit-max-content 15px -webkit-max-content 15px 1fr;
    -ms-grid-rows: max-content 15px max-content 15px 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .copyright__main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .copyright__main > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .copyright__main > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .copyright__main > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .copyright__main > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .copyright__main > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .copyright__main .copyright__thumb {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .copyright__main .copyright__price {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .copyright__more {
    -ms-grid-columns: 1fr 15px 270px;
    grid-template-columns: 1fr 270px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .copyright__more .copyright__text--after {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .copyright__more .copyright__price {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .copyright__quote--note {
    font-size: 1.2rem;
    margin-top: 1em;
    text-align: right;
  }
  .copyright-recordico-pc {
    display: inline-block !important;
  }
}

.delivAdd__suggest {
  padding: 20px;
  border-radius: 6px;
  background-color: #fff8eb;
}

.delivAdd__catch {
  font-size: 1.3rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.delivAdd__catch > span {
  display: inline-block;
}

.delivAdd__title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.delivAdd__title .name {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  line-height: 50px;
  color: #f58500;
  letter-spacing: 1.5px;
}
.delivAdd__title .delivAdd__price {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 1.6em;
  padding-right: 1.6em;
  margin: 0 6px 0 22px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #f58500;
  z-index: 0;
  border-radius: 8px;
}
.delivAdd__title .delivAdd__price .yen {
  font-size: 3rem;
}
.delivAdd__title .delivAdd__price .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
}

.delivAdd__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.suggest__img {
  margin-bottom: 20px;
}

.suggest__desc {
  font-size: 1.3rem;
}

.suggest__link {
  font-weight: bold;
  text-align: center;
  /* color: #48c9a4; */
  line-height: 2;
  /* background-color: #48c9a4; */
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 2px solid #48c9a4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.suggest__link > a {
  color: #48c9a4;
  display: inline-block;
  width: 100%;
}
.suggest__link:hover {
  opacity: 1;
  background-color: #48c9a4;
}
.suggest__link:hover a {
  color: #fff;
}

.delivAdd__plan {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
.delivAdd__plan p {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.delivAdd__plan .point__img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.delivAdd__plan .suggest__link {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-row-align: start;
      align-self: start;
}

.delive_add_desc {
  font-size: 1.3rem;
}

@media screen and (min-width: 990px) {
  .delivAdd__catch {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .delivAdd__title {
    font-size: 3rem;
  }
  .delivAdd__title .delivAdd__price {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .delivAdd__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .suggest__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    width: 56%;
  }
  .suggest__img {
    width: 40%;
  }
  .delivAdd__plan {
    -ms-grid-columns: 1fr 15px 280px;
    grid-template-columns: 1fr 280px;
    -ms-grid-rows: -webkit-max-content 15px -webkit-max-content 15px -webkit-max-content 15px 1fr;
    -ms-grid-rows: max-content 15px max-content 15px max-content 15px 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content max-content 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .delivAdd__plan > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .delivAdd__plan > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .delivAdd__plan > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .delivAdd__plan > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .delivAdd__plan > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .delivAdd__plan > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .delivAdd__plan > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .delivAdd__plan > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .delivAdd__plan p {
    margin: 0;
  }
  .delivAdd__plan .point__img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
  }
  .point__psd {
    width: calc((100% - 30px) / 2);
  }
  .delive_add_desc {
    font-size: 1.4rem;
  }
}
.reguration__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.reguration__title .name {
  line-height: 50px;
  color: #3d7bed;
  margin-right: 0.3em;
  font-size: 2.2rem;
  line-height: 1.3;
}
.reguration__title .num {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 5px;
  margin: 0 6px 0 22px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #3d7bed;
  z-index: 0;
}
.reguration__title .num::before {
  content: "";
  position: absolute;
  top: calc(50% - 26px);
  left: -24px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 52px 24px 0px 0;
  border-color: transparent #3d7bed transparent transparent;
}
.reguration__title .num::after {
  content: "";
  position: absolute;
  top: calc(50% - 26px);
  right: -24px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 52px 24px 0px 0;
  border-color: #3d7bed transparent transparent transparent;
}
.reguration__title .num .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 990px) {
  .reguration__title {
    text-align: left;
  }
  .reguration__title .name {
    font-size: 3rem;
  }
}

.reguration__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reguration__content .desc {
  font-size: 1.3rem;
}
@media screen and (min-width: 990px) {
  .reguration__content .desc {
    font-size: 1.4rem;
  }
}

.reguration__image {
  margin-bottom: 20px;
}

.reguration__subject {
  border-bottom: 4px solid #3d7bed;
  padding-bottom: 0.2em;
}

.reguration__catch {
  font-size: 1.3rem;
  margin-bottom: 1em;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .reguration__catch {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media screen and (min-width: 990px) {
  .reguration__image, .reguration__content .suggest__img {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 270px;
  }
  .reguration__text, .reguration__content .suggest__desc {
    width: calc(100% - 280px);
  }
}
.package__section {
  margin-bottom: 30px;
}
.package__copy {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #ff7297;
  margin-bottom: 20px;
}
.package__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.package__contents {
  width: 55%;
}
.package__image {
  width: 40%;
}
@media screen and (min-width: 990px) {
  .package__section {
    margin-bottom: 40px;
  }
  .package__copy {
    font-size: 2rem;
  }
}

.v_pac_ttl {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  padding: 0.4em 0.8em;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 3px 3px 0 0;
  background-color: #5fba3b;
}

.v_pac_main {
  padding: 2rem 4%;
  border-right: 1px solid #5fba3b;
  border-bottom: 1px solid #5fba3b;
  border-left: 1px solid #5fba3b;
  border-radius: 0 0 3px 3px;
  background-color: #f7ffee;
}

.v_pac_box {
  margin-bottom: 30px;
}
.v_pac_box .name {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.v_pac_box.price {
  padding: 2rem 4%;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #5fba3b;
  margin-bottom: 0;
}
.v_pac_box .txt1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5fba3b;
}
.v_pac_box .txt1 .em {
  font-size: 1.8rem;
  font-weight: bold;
}
.v_pac_box .txt2 {
  color: #5fba3b;
  font-size: 1.2rem;
}
.v_pac_box .txt2 .em {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 990px) {
  .v_pac_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v_pac_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 15px);
  }
  .v_pac_box .clip {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
  }
  .v_pac_box:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.usb__catch {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}

.usb__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.usb__title .name {
  font-size: 2rem;
  line-height: 1.3;
  color: #44c397;
  margin-bottom: 1rem;
  display: inline-block;
}
.usb__title .usb__price {
  color: #fff;
  position: relative;
  display: inline-block;
  /* padding: 0 10px 0 5px; */
  padding-left: 0.8em;
  padding-right: 0.8em;
  /* margin: 0 6px 0 22px; */
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #44c397;
  z-index: 0;
  border-radius: 8px;
}
.usb__title .usb__price .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
}
.usb__title .usb__price .yen {
  font-size: 2rem;
}

.usb__content .suggest__img {
  margin-bottom: 10px;
}

.point__title {
  color: #44c397;
}

.point__index span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #44c397;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 10px;
}

.excel__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.excel__inner .point__img {
  -ms-grid-row: 3;
  grid-row: 3;
  margin-bottom: 10px;
}

@media screen and (min-width: 990px) {
  .usb__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .usb__content .suggest__img {
    margin-bottom: 0;
    width: 270px;
  }
  .usb__content .suggest__desc {
    width: calc(100% - 280px);
  }
  .usb__catch {
    text-align: left;
    font-size: 1.6rem;
  }
  .usb__title .name {
    font-size: 2.8rem;
  }
  .usb__title .usb__price {
    margin-left: 10px;
  }
  .excel__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 270px;
    grid-template-columns: 1fr 270px;
    grid-column-gap: 10px;
  }
  .excel__inner .point__img {
    margin-bottom: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
  }
}
.excel__catch {
  text-align: center;
}
.excel__title {
  font-size: 2.2rem;
  text-align: center;
}
.excel__title .name {
  color: #118449;
  line-height: 1.2;
}
.excel__title .em {
  color: #87c21b;
}
.excel__title .end {
  display: block;
  margin-top: 10px;
}
.excel__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 16px;
  text-align: center;
  background: #118449;
  z-index: 0;
  color: #fff;
}
@media screen and (min-width: 990px) {
  .excel__catch, .excel__title {
    text-align: left;
  }
  .excel__price {
    height: 52px;
    line-height: 52px;
    margin: 0 6px 0 22px;
  }
  .excel__price::after {
    content: "";
    position: absolute;
    top: calc(50% - 26px);
    left: -18px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 26px 18px 26px 0;
    border-color: transparent #118449 transparent transparent;
  }
}
.excel .illust {
  position: relative;
  padding: 24px 16px 16px;
  border-radius: 6px;
  background-color: #f5eadb;
}
.excel .file {
  margin: 0 auto 16px;
  max-width: 150px;
  padding-bottom: 48px;
  background: url(/assets/envelope/sp/img/excel/arrow.png) no-repeat 50% 100%/41px 32px;
}
.excel .file .label {
  color: #fff;
  background-color: #118449;
}
.excel .output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.excel .print {
  width: calc(66% - 15px);
}
.excel .pdf {
  width: calc(33% - 15px);
}
.excel .screen {
  margin-bottom: 17px;
}
.excel .label {
  padding: 4px 0;
  color: #118449;
  border-radius: 3px;
  border: 2px solid #118449;
}
.excel .badge {
  position: absolute;
  top: -20px;
  right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  background-image: -webkit-linear-gradient(135deg, rgb(134, 192, 27) 50%, rgb(146, 198, 50) 50%);
  color: #fff;
  border-radius: 44px;
}
.excel .badge .txt {
  line-height: 1.2;
}
.excel .title__icon i {
  color: #118449;
}
.excel .contents {
  padding-top: 32px;
  margin-bottom: 10px;
}
.excel .sec {
  counter-increment: section;
  position: relative;
  margin-bottom: 30px;
}
.excel .sec::after {
  position: absolute;
  top: 10px;
  left: -3px;
  padding: 4px 16px;
  letter-spacing: 1px;
  content: "POINT" counter(section, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #80bd11;
}
@media screen and (min-width: 990px) {
  .excel .excel__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .excel .illust {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 60px 30px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .excel .file {
    max-width: unset;
    margin: 0;
    padding: 0 60px 0 0;
    background: url(/assets/envelope/pc/img/excel/arrow.png) no-repeat 100% 40%;
  }
  .excel .output {
    width: 60%;
  }
  .excel .points .contents {
    width: 60%;
  }
  .excel .points .thumb {
    width: 35%;
  }
}