@charset "UTF-8";
/*-----------------------------------------
Color
------------------------------------------*/
.price_navlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

a.price_navitem {
  display: block;
  padding: 15px 5px 5px;
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f8f8f8;
}
a.price_navitem i {
  color: #f5be00;
}
a.price_navitem .price_navitem_desc {
  display: none;
}

.price_navlist li {
  width: 48%;
  font-size: 1.4rem;
}
.price_navlist li:first-of-type {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media screen and (min-width: 990px) {
  .price_navlist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  a.price_navitem {
    display: block;
    padding: 10px 10px 5px;
    /*line-height: 1;*/
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #f8f8f8;
    font-size: 1.8rem;
  }
  a.price_navitem i {
    color: #f5be00;
  }
  a.price_navitem .price_navitem_desc {
    display: block;
    font-size: 1.2rem;
  }
  .price_navlist li {
    width: 31%;
  }
  .price_navlist li:first-of-type {
    width: 31%;
    margin-bottom: 0;
  }
}
.plan_mold_main {
  position: relative;
}

.price_order {
  border: 1px solid #f5be00;
  background: #fffcf2;
  padding: 15px;
}
.price_order .fc-em {
  color: #e33764;
}
.price_order .mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 990px) {
  .price_order {
    display: none;
  }
}

.price_btnlist {
  width: 100%;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.btn_detail {
  width: 49%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn_detail a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}

.btn_detail i {
  width: 16px;
}

.logo_price_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 2%;
}
.logo_price_index_box {
  font-size: 1.3rem;
  text-align: center;
  width: 32%;
}
.logo_price_index_box a {
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 8px 0;
}
.logo_price_index_box.index_logo a {
  background-color: #f5be00;
}
.logo_price_index_box.index_brush a {
  background-color: #449cce;
}
.logo_price_index_box.index_chara a {
  background-color: #00c686;
}
.logo_price_index_box.index_store a {
  background-color: #3cb4c8;
}
.logo_price_index_box.index_logoplus a {
  background-color: #f48499;
}
@media screen and (min-width: 990px) {
  .logo_price_index {
    display: none;
  }
}

/* プランBOX
------------------------------------------- */
.plan_mold {
  margin: 0 0 20px;
}

.plan_mold_ttl {
  position: relative;
  display: inline-block;
  padding: 5px 40px 0 13px;
  line-height: 35px;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 3px 0 0 0;
}

.plan_mold_ttl:before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 0 30px 40px 0;
  content: " ";
  height: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.plan_mold_main {
  position: relative;
  border-radius: 0 3px 3px 3px;
}
.plan_mold_main.logo {
  padding: 15px 15px 20px;
  border: 3px solid;
  border-color: #f5be00;
}
.plan_mold_main.brush {
  padding: 15px 15px 20px;
  border: 3px solid;
  border-color: #449cce;
}
.plan_mold_main.chara {
  padding: 15px 15px 20px;
  border: 3px solid;
  border-color: #00c686;
}
.plan_mold_main.store {
  padding: 15px 15px 20px;
  border: 3px solid;
  border-color: #3cb4c8;
}
.plan_mold_main.logoplus {
  padding: 15px 15px 20px;
  border: 3px solid;
  border-color: #f48499;
}

.plan_mold_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 4% 4fr;
  grid-template-columns: 3fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 0 15px;
  margin: 0 0 10px;
  width: 100%;
  grid-gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan_mold_block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.plan_mold_block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.plan_mold_desc {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.plan_mold_detail {
  grid-column: auto;
  -ms-grid-row: 1;
  grid-row: 1;
}
.plan_mold_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan_mold_detail dl dt {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  width: 40%;
  text-align: center;
  padding: 0.3rem 0;
  margin-bottom: 5px;
}
.plan_mold_detail dl dd {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  width: calc(60% - 5px);
  text-align: left;
}

.pm_sell {
  padding: 4px 0;
  color: #e86e56;
  border: 2px solid #e86e56;
  width: 55%;
  text-align: center;
}

.plan_mold_price {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 989px) {
  .plan_mold_price {
    padding: 10px 0 0;
  }
}

.pm_price {
  width: 45%;
  vertical-align: bottom;
  font-size: 1.3rem;
  line-height: 1;
  text-align: right;
}
.pm_price > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}

.pm_sell p {
  padding: 4px 0;
  color: #e86e56;
  border: 2px solid #e86e56;
  font-size: 1.3rem;
  text-align: center;
  width: 55%;
}

.plan_mold_price .price .mont {
  font-size: 3rem;
}

.plan_mold_txt a {
  text-decoration: underline;
}

.plan_mold_price .consultation {
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

.plan_mold_btn {
  text-align: center;
}

.pm_left_btn {
  float: left;
  width: 49%;
}

.pm_right_btn {
  float: right;
  width: 49%;
  font-size: 1.3rem;
}

.price_notes {
  background: #f5f5f5;
  border: 1px solid #ff6f64;
  margin: 0 0 40px;
  padding: 15px 4%;
}

.price_notes_box:not(:last-child) {
  margin: 0 0 20px;
}

.price_notes_ttl {
  line-height: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px;
  padding: 0 0 0 22px;
  background-image: url(../img/price/i_attention.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 14px;
}

.price_notes_txt {
  font-size: 1.1rem;
  line-height: 1.6;
}

.price_badge {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 80px;
  height: 80px;
}

.plan_mold_order {
  font-size: 1.6rem;
}

.notice_txt {
  color: #f84747;
  font-weight: bold;
}

.logo_guide_bnr {
  margin: 0 0 30px;
}

@media screen and (min-width: 990px) {
  .plan_mold_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 4% 2fr;
    grid-template-columns: 3fr 2fr;
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    border-bottom: none;
    grid-gap: 0 4%;
  }
  .plan_mold_block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .plan_mold_block > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .plan_mold_detail {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .plan_mold_desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .plan_mold_price {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: block;
    border: none;
  }
  .plan_mold_price .pm_sell {
    width: 100%;
    padding: 5px 0 0;
    margin: 0 0 8px;
    color: #e86e56;
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #e86e56;
  }
  .plan_mold_price .pm_price {
    width: 100%;
    padding: 5px 0 10px;
    line-height: 1;
    font-size: 2.2rem;
    text-align: center;
  }
  .plan_mold_price .pm_price .mont {
    font-size: 4.4rem;
  }
  .plan_mold {
    margin-bottom: 2.6rem;
  }
  .plan_mold_ttl {
    position: relative;
    display: inline-block;
    padding: 5px 50px 0 22px;
    line-height: 40px;
    color: #fff;
    font-size: 1.9rem;
    border-radius: 3px 0 0 0;
  }
  .plan_mold_ttl:before {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 0 30px 48px 0;
    content: " ";
    height: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
  }
  .plan_mold_main {
    padding: 0 30px;
    position: relative;
    border-radius: 0 3px 3px 3px;
  }
  .plan_mold_main.logo, .plan_mold_main.brush, .plan_mold_main.chara {
    padding: 20px 4% 20px;
  }
  .ld_sentence p:not(:last-child) {
    margin-bottom: 10px;
  }
  .plan_mold_main_block {
    margin: 0 0 15px;
  }
  .plan_mold_desc {
    float: left;
    width: 380px;
  }
  .plan_mold_desc .sentence p,
  .pm_desc_wide p {
    margin: 0 0 8px;
  }
  .set_desc_dent {
    color: #f84747;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .plan_mold_pic {
    margin: 0 0 20px;
    text-align: center;
  }
  .plan_mold_pic > img,
  .plan_mold_pic > picture,
  .plan_mold_pic > picture img {
    max-width: 100%;
    width: auto;
    margin: auto;
  }
  .plan_mold_detail {
    float: right;
    padding: 5px 0 0;
    width: 234px;
  }
  .plan_mold_detail dl {
    overflow: hidden;
    clear: both;
    margin: 0 0 10px;
    height: 1%;
  }
  .plan_mold_detail dl dt {
    float: left;
    clear: left;
    padding: 0.3rem;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    width: 90px;
  }
  .plan_mold_detail dl dd {
    text-align: left;
    float: left;
    padding: 0 0 0 10px;
    margin-bottom: 0;
    font-size: 1.8rem;
    width: 134px;
  }
  .plan_mold_detail .asterisk {
    font-size: 1.2rem;
    padding: 0 0 0 4px;
    vertical-align: top;
  }
  .pm_order_btn a {
    padding: 12px 0;
    text-align: center;
  }
  .price_badge {
    position: absolute;
    right: 10px;
    top: -60px;
    display: none;
  }
}
.option_list_item {
  width: 100%;
  padding: 1.2em;
  margin: 0 0 1.4rem;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fafafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.option_thumb {
  width: 34%;
  margin-bottom: 10px;
}
.option_summary {
  width: 62%;
  margin-bottom: 10px;
}
.option_ttl {
  margin-bottom: 0.6em;
  font-weight: bold;
}
.option_ttl .pc {
  display: none;
}
.option_price {
  color: #e33764;
  font-weight: bold;
}
.option_note {
  font-weight: bold;
}
.option_btn {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 10px;
  width: 100%;
}
.option_btn > a {
  display: block;
}
@media screen and (min-width: 990px) {
  .option_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .option_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .option_list_item {
    width: 31%;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .option_thumb, .option_summary {
    width: 100%;
  }
  .option_ttl .sp {
    display: none;
  }
  .option_ttl .pc {
    display: inline;
  }
  .option_price {
    text-align: right;
  }
  .option_summary {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .option_content {
    margin: 0 0 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 1.2rem;
  }
}

.price_option {
  margin: 0 0 40px;
}
@media screen and (max-width: 989px) {
  .price_option .title__icon--large.price_option_ttl {
    line-height: 20px;
    background-image: url("../../../_common/sp/img/i_clip.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 20px;
    padding: 0 0 0 26px;
  }
  .price_option .title__icon--large.price_option_ttl i {
    display: none;
  }
}
.price__optbutton {
  font-size: 1.4rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 990px) {
  .price_option {
    margin: 0 0 50px;
  }
  .price__optbutton {
    font-size: 1.8rem;
  }
}
.price_btnlist {
  width: 100%;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 990px) {
  .price_btnlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .price_btnlist.logo_low {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.price_content {
  margin: 20px auto;
}
@media screen and (min-width: 990px) {
  .price_content {
    margin: 0 auto 20px;
  }
}
.price_btnitem {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.3rem;
}
.price_btnitem a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.price_btnitem .pc {
  display: none;
}
@media screen and (max-width: 989px) {
  .price_btnitem.logo_low {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 990px) {
  .price_btnitem {
    width: calc(50% - 5px);
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .price_btnitem .pc {
    display: inline-block;
  }
}

@media screen and (min-width: 990px) {
  .store_price .price_btnitem,
  .logoplus_price .price_btnitem {
    width: 100%;
  }
}

@media screen and (max-width: 989px) {
  #price_promo {
    margin-top: 40px;
  }
  #price_promo .title__icon--large {
    color: #ff7297;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center;
  }
  #price_promo .title__icon--large i {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  #price_promo > p .inlineblock {
    display: inline;
  }
}

.price__recordButton {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.6rem;
}

.price__dataButton {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
}

.price_lead_txt {
  font-size: 1.8rem;
}

.plan_content {
  margin-bottom: 10px;
}
.plan_feature {
  margin-bottom: 30px;
}
.plan_table {
  width: 100%;
  font-size: 1.4rem;
}
.plan_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan_table th {
  font-size: 1.4rem;
  background: #eee;
}
.plan_table th, .plan_table td {
  width: 100%;
  padding: 0.5em;
}
.plan_table td {
  margin-bottom: 10px;
}
.plan_mold_btnlow {
  margin-top: -10px;
}
.plan_mold_btnlow .button__icon--full {
  font-size: 1.4rem;
}
.plan_mold_btnlow .button__icon--full i {
  padding-left: 0.6em;
}

.delivery-pc {
  display: none;
}

.box__order.planlow .box__lead--red .large {
  font-size: 1.8rem;
}
.box__order.planlow .box__lead .large {
  font-size: 1.6rem;
}

@media screen and (max-width: 989px) {
  .box__order.planlow .box__plan {
    padding: 0;
  }
  .box__order.planlow .plan_mold_block {
    border-bottom: 1px solid #ccc;
  }
  .box__order.planlow .plan_mold_price {
    display: none;
  }
  .box__order.planlow .box__button.logo {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 990px) {
  .price__recordButton {
    font-size: 1.8rem;
  }
  .price__dataButton {
    text-align: center;
    font-size: 1.8rem;
  }
  .price_lead_txt {
    font-size: 2.2rem;
  }
  .plan_block_2col {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plan_content {
    width: calc(100% - 280px);
    margin-bottom: 0;
  }
  .plan_img {
    width: 236px;
  }
  .plan_table {
    width: 100%;
    font-size: 1.4rem;
  }
  .plan_table_box {
    width: 100%;
    border-top: 1px solid #adadad;
  }
  .plan_table tr {
    border-bottom: 1px solid #adadad;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plan_table th,
  .plan_table td {
    padding: 1em;
  }
  .plan_table th {
    background: #eee;
    width: 200px;
  }
  .plan_table td {
    width: calc(100% - 200px);
    margin-bottom: 0;
  }
  .plan_mold_btnlow .button__icon--full {
    font-size: 1.8rem;
  }
  .plan_mold_btnlow .button__icon--full .block {
    display: inline;
  }
  .box__order.charactor .box__lead .block {
    display: inline-block;
  }
  .delivery-pc {
    display: block;
  }
  .box__order.planlow .box__lead--red .large {
    font-size: 2.4rem;
  }
  .box__order.planlow .box__lead .large {
    font-size: 2rem;
  }
  .box__order.planlow .plan_mold_block {
    margin-bottom: 20px;
  }
  .box__order.planlow .box__plan {
    padding: 0;
  }
  .box__order.planlow .plan_mold_block {
    -ms-grid-columns: 1fr 4% 234px;
    grid-template-columns: 1fr 234px;
  }
  .box__order.planlow .plan_mold_desc {
    float: none;
    width: auto;
  }
  .box__order.planlow .plan_mold_detail,
  .box__order.planlow .plan_mold_price {
    float: none;
  }
}
.delivery_data_type {
  width: 100%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub_thumb_item3 {
  width: 31%;
}

.delivery_data_item {
  width: 100%;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
}

.delivery_data_item img {
  width: 100%;
  height: auto;
}

.delivery_data_ttl {
  color: #fff;
  font-size: 1.8rem;
  padding: 0.3em 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.col_2::after {
  content: "";
  width: 31%;
}

.delivery_data_type.other {
  width: 65%;
}

.delivery_data_item.other .delivery_data_ttl {
  font-size: 1.5rem;
}

.delivery_data_item.ai {
  border-color: #ffb541;
}

.delivery_data_item.ai .delivery_data_ttl {
  background: #ffb541;
}

.delivery_data_item.pdf {
  border-color: #d00a0a;
}

.delivery_data_item.pdf .delivery_data_ttl {
  background: #d00a0a;
}

.delivery_data_item.jpg {
  border-color: #91c7fd;
}

.delivery_data_item.jpg .delivery_data_ttl {
  background: #91c7fd;
}

.delivery_data_item.gif {
  border-color: #4bd4ee;
}

.delivery_data_item.gif .delivery_data_ttl {
  background: #4bd4ee;
}

.delivery_data_item.png {
  border-color: #88e800;
}

.delivery_data_item.png .delivery_data_ttl {
  background: #88e800;
}

.delivery_data_item.eps {
  border-color: #f5be00;
}

.delivery_data_item.eps .delivery_data_ttl {
  background: #f5be00;
}

.delivery_variant_note {
  background: #fff8fa;
  font-size: 1.3rem;
  margin: 1rem auto;
  padding: 0.5em;
  text-align: center;
}

.delivery_row {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery_content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.delivery_figure {
  margin-bottom: 20px;
}

@media screen and (min-width: 990px) {
  .delivery_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .delivery_row > h3 {
    width: 100%;
  }
  .delivery_content {
    width: calc(100% - 280px);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .delivery_figure {
    width: 270px;
    margin-bottom: 0;
  }
}
.srv_bar {
  padding: 1.2em;
  margin: 0 0 1.4rem;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafafa;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34% 3% 1fr;
  grid-template-columns: 34% 1fr;
  grid-column-gap: 3%;
  grid-row-gap: 10px;
}

.srv_bar_desc, .srv_bar_select {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.srv_bar_ttl {
  margin-bottom: 0.6em;
  font-size: 1.3rem;
  font-weight: bold;
}

.srv_price_num {
  color: #e33764;
  font-weight: bold;
}

@media screen and (min-width: 990px) {
  .srv_bar {
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
  }
  .col3 {
    -ms-grid-columns: 150px 13px 1fr 13px 120px;
    grid-template-columns: 150px 1fr 120px;
    grid-column-gap: 13px;
  }
  .srv_bar_clip {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .srv_bar_desc {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .srv_bar_select {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .srv_bar_select a {
    display: block;
    width: 100%;
  }
  .srv_bar_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
}