@charset "UTF-8";
/*-----------------------------------------
Color
------------------------------------------*/
/* 記事イントロ */
.post_intro p a.inline {
  position: relative;
  color: #cf9701;
  text-decoration: underline;
}

.post_intro .main_ttl {
  font-size: 1.6rem;
}
.post_intro .main_lead {
  font-size: 1.3rem;
}

/* 記事メイン */
.post_index {
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f7f7f7;
}

.post_index .ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.post_index li {
  position: relative;
  counter-increment: heading;
  padding-left: 1.8em;
}

.post_index li::after {
  position: absolute;
  top: 0;
}

.post_index li::after {
  left: 0;
  color: #9a9a9a;
  content: "▼";
}

.post_index li:not(:last-child) {
  margin-bottom: 0.8em;
}

.post_index .li_main {
  margin-left: 0rem;
}

.post_index .li_sub {
  margin-left: 3rem;
}

.post_index .li_subsub {
  margin-left: 6rem;
}

.article .post_main h2,
.article .post_main h3,
.article .post_main h4 {
  margin-bottom: 15px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

.post_main {
  font-size: 1.3rem;
}

.post_main h2 {
  position: relative;
  padding-bottom: 8px;
  font-size: 1.7rem;
}

.post_main h3 {
  font-size: 1.5rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

.post_main h4 {
  font-size: 1.4rem;
}

.post_main h2::before,
.post_main h2::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
}

.post_main h2::before {
  bottom: 0;
  height: 1px;
  background-color: #ccc;
}

.post_main h2::after {
  bottom: -3px;
  height: 3px;
  background-color: #ededed;
}

.img_set {
  margin-bottom: 40px;
}

.img_set .img {
  margin-bottom: 10px;
}

.img_set .txt,
.img_set .txt a {
  color: #999;
}

.post_main em {
  font-weight: bold;
}

.post_main em.color {
  color: #e4597a;
}

.post_main em.fz_l {
  font-size: 116%;
}

.post_main em.fz_xl {
  font-size: 131%;
}

.post_main > *:not(:last-child) {
  margin-bottom: 24px;
}

.post_main > p img {
  max-width: 100%;
  height: auto;
}

.post_main strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.post_main strong.color {
  color: #e4597a;
}

.post_main p a.inline {
  position: relative;
  color: #cf9701;
  text-decoration: underline;
}

.post_main p a.inline[target=_blank] {
  display: inline-block;
  margin-right: 30px;
}

.post_main p a.inline[target=_blank]::before,
.post_main p a.inline[target=_blank]::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 6px;
  border-top: 2px solid #cf9701;
  border-right: 1px solid #cf9701;
  border-bottom: 1px solid #cf9701;
  border-left: 1px solid #cf9701;
  background-color: #fff;
}

.post_main p a.inline[target=_blank]::before {
  top: 11px;
  right: -17px;
}

.post_main p a.inline[target=_blank]::after {
  top: 8px;
  right: -20px;
}

.post_main li {
  position: relative;
  counter-increment: list;
}

.post_main ul li {
  padding-left: 16px;
}

.post_main ul li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #f5be00;
}

.post_main ol li {
  padding-left: 24px;
}

.post_main ol li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: counter(list);
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  background-color: #f5be00;
}

.post_main blockquote {
  padding: 16px;
  color: #666;
  border-left: 5px solid #ccc;
  background-color: #f7f7f7;
}

.post_main blockquote > *:not(:last-child) {
  margin-bottom: 1em;
}

.post_main blockquote .reference {
  text-align: right;
}

.post_main blockquote .reference a {
  color: #666;
  text-decoration: underline;
}

.post_main table {
  max-width: 100%;
  font-size: 85%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.post_main table th,
.post_main table td {
  padding: 0.4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.post_main table thead th {
  color: #fff;
  background-color: #3cbebe;
}

.post_main table tbody th {
  background-color: #f9f9f9;
}

.post_main .checkpoint {
  position: relative;
  padding: 24px 16px 16px;
  margin-top: 40px;
  border: 1px solid #e4597a;
  background-color: #fff0f4;
}

.post_main .checkpoint .heading {
  position: absolute;
  top: -1.4em;
  left: 10px;
  display: inline-block;
  padding: 4px 24px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 3em;
  color: #fff;
  background-color: #e4597a;
}

.post_main .checkpoint .heading span {
  display: inline-block;
  padding-left: 20px;
  background-image: url(../img/contents/check.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 14px;
}

.link_box {
  padding: 16px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fafafa;
}

.link_box_dial {
  padding: 0 10%;
}

.lined_set {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lined_set + .lined_set {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.author_box {
  padding: 16px;
  border: 3px solid #ddd;
}

.author_box .std_ttl {
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
}

.author_box .thumb {
  margin-right: auto;
  margin-left: auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 60px;
}

.author_box .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}

.post_outro {
  padding: 16px;
  border: 1px solid #ddd;
}

.post_outro .block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_outro .block .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post_outro .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post_outro .share li {
  margin-top: 10px;
  text-align: center;
}

.post_outro .share li:nth-of-type(1),
.post_outro .share li:nth-of-type(2) {
  margin-right: 3.5%;
}

.post_outro .share li a {
  display: block;
  color: #fff;
}

.post_outro .share li.sns {
  width: 31%;
}

.post_outro .share li.sns .ico_logo {
  display: inline-block;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.post_outro .share li.copy {
  padding: 0;
  width: 100%;
  background: transparent;
}

.post_outro .share .fb {
  background-color: #395693;
}

.post_outro .share .tw {
  background-color: #5aa3d5;
}

.post_outro .share .line {
  background-color: #41c006;
}

.post_outro .share .fb .ico_logo {
  background-image: url(../../../_common/pc/img/icon_fb.png);
}

.post_outro .share .tw .ico_logo {
  background-image: url(../../../_common/pc/img/icon_tw.png);
}

.post_outro .share .line .ico_logo {
  background-image: url(../../../_common/pc/img/icon_line.png);
}

@media screen and (min-width: 990px) {
  /* 記事イントロ */
  .post_intro p a.inline {
    position: relative;
    color: #cf9701;
    text-decoration: underline;
  }
  .post_intro .main_ttl {
    font-size: 2.8rem;
  }
  .post_intro .main_lead {
    font-size: 1.4rem;
  }
  /* 記事メイン */
  .post_index {
    padding: 16px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f7f7f7;
    font-size: 1.6rem;
  }
  .post_index .ttl {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .post_index li {
    position: relative;
    counter-increment: heading;
    padding-left: 1.8em;
  }
  .post_index li::after {
    position: absolute;
    top: 0;
  }
  .post_index li::after {
    left: 0;
    color: #9a9a9a;
    content: "▼";
  }
  .post_index li:not(:last-child) {
    margin-bottom: 0.8em;
  }
  .post_index .li_main {
    margin-left: 0rem;
  }
  .post_index .li_sub {
    margin-left: 3rem;
  }
  .post_index .li_subsub {
    margin-left: 6rem;
  }
  .post_main > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .article .post_main h2,
  .article .post_main h3,
  .article .post_main h4 {
    margin-bottom: 20px;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    line-height: 1.4;
  }
  .post_main {
    font-size: 1.4rem;
  }
  .post_main.fz16 {
    font-size: 1.6rem;
  }
  .post_main h2 {
    position: relative;
    padding-bottom: 6px;
    font-size: 2.4rem;
  }
  .post_main h3 {
    padding-bottom: 6px;
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
  }
  .post_main h4 {
    font-size: 1.8rem;
  }
  .post_main h2::before,
  .post_main h2::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
  }
  .post_main h2::before {
    bottom: 0;
    height: 1px;
    background-color: #ccc;
  }
  .post_main h2::after {
    bottom: -3px;
    height: 3px;
    background-color: #ededed;
  }
  article .post_main img {
    width: auto;
  }
  .img_set {
    margin-bottom: 40px;
  }
  .img_set .img {
    margin-bottom: 10px;
  }
  .img_set .txt,
  .img_set .txt a {
    color: #999;
  }
  .post_main em {
    font-weight: bold;
  }
  .post_main em.color {
    color: #e4597a;
  }
  .post_main em.fz_l {
    font-size: 116%;
  }
  .post_main em.fz_xl {
    font-size: 131%;
  }
  .post_main strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
  .post_main strong.color {
    color: #e4597a;
  }
  .post_main p a.inline {
    position: relative;
    color: #cf9701;
    text-decoration: underline;
  }
  .post_main p a.inline[target=_blank] {
    display: inline-block;
    margin-right: 30px;
  }
  .post_main p a.inline[target=_blank]::before,
  .post_main p a.inline[target=_blank]::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 6px;
    border-top: 2px solid #cf9701;
    border-right: 1px solid #cf9701;
    border-bottom: 1px solid #cf9701;
    border-left: 1px solid #cf9701;
    background-color: #fff;
  }
  .post_main p a.inline[target=_blank]::before {
    top: 11px;
    right: -17px;
  }
  .post_main p a.inline[target=_blank]::after {
    top: 8px;
    right: -20px;
  }
  .post_main li {
    position: relative;
    counter-increment: list;
  }
  .post_main ul li {
    padding-left: 16px;
  }
  .post_main ul li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #f5be00;
  }
  .post_main ol li {
    padding-left: 24px;
  }
  .post_main ol li::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    content: counter(list);
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 8px;
    background-color: #f5be00;
  }
  .post_main blockquote {
    padding: 20px;
    color: #666;
    border-left: 5px solid #ccc;
    background-color: #f7f7f7;
  }
  .post_main blockquote > *:not(:last-child) {
    margin-bottom: 1em;
  }
  .post_main blockquote .reference {
    text-align: right;
  }
  .post_main blockquote .reference a {
    color: #666;
    text-decoration: underline;
  }
  .post_main table {
    max-width: 100%;
    font-size: 93%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .post_main table th,
  .post_main table td {
    padding: 0.6em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .post_main table thead th {
    color: #fff;
    background-color: #3cbebe;
  }
  .post_main table tbody th {
    background-color: #f9f9f9;
  }
  .post_main .checkpoint {
    position: relative;
    padding: 30px 20px 20px;
    border: 1px solid #e4597a;
    background-color: #fff0f4;
  }
  .post_main .checkpoint .heading {
    position: absolute;
    top: -1.4em;
    left: 20px;
    display: inline-block;
    padding: 4px 24px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 3em;
    color: #fff;
    background-color: #e4597a;
  }
  .post_main .checkpoint .heading span {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../img/contents/check.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  .link_box {
    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;
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fafafa;
  }
  .lined_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lined_set + .lined_set {
    padding-top: 40px;
    border-top: 1px solid #ccc;
  }
  .lined_set .contents {
    width: 440px;
  }
  .lined_set .thumb {
    width: 240px;
  }
  .author_box {
    padding: 20px 30px;
    border: 3px solid #ddd;
  }
  .author_box .std_ttl {
    padding-bottom: 0.4em;
    border-bottom: 1px solid #ccc;
  }
  .author_box .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .author_box .thumb {
    border-radius: 60px;
    overflow: hidden;
    width: 120px;
    height: 120px;
  }
  .author_box .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
    line-height: 1.6;
  }
  .post_outro {
    padding: 30px;
    border: 1px solid #ddd;
  }
  .post_outro .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post_outro .block .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
  }
  .post_outro .block .featured_img {
    width: 260px;
  }
  .post_outro .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post_outro .share li {
    text-align: center;
  }
  .post_outro .share li:not(:last-child) {
    margin-right: 2%;
  }
  .post_outro .share li a {
    display: block;
    color: #fff;
  }
  .post_outro .share li.sns {
    width: 18%;
  }
  .post_outro .share li.sns .ico_logo {
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  .post_outro .share li.copy {
    width: 40%;
  }
  .post_outro .share .fb {
    background-color: #395693;
  }
  .post_outro .share .tw {
    background-color: #5aa3d5;
  }
  .post_outro .share .line {
    background-color: #41c006;
  }
  .post_outro .share .fb .ico_logo {
    background-image: url(../../../_common/pc/img/icon_fb.png);
  }
  .post_outro .share .tw .ico_logo {
    background-image: url(../../../_common/pc/img/icon_tw.png);
  }
  .post_outro .share .line .ico_logo {
    background-image: url(../../../_common/pc/img/icon_line.png);
  }
  .clipboard_btn {
    cursor: pointer;
  }
}
/* バナー */
.article_fix_bnr {
  position: fixed;
  width: 100%;
  bottom: -80px;
  left: 0;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
}
.article_fix_bnr a {
  position: relative;
  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;
  padding-right: 14px;
  height: 68px;
  z-index: 0;
  border: 2px solid #e25452;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f9f7eb;
}
.article_fix_bnr a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background-color: #e25452;
}
.article_fix_bnr a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 2px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}
.article_fix_bnr a:hover {
  opacity: 1;
}
.article_fix_bnr .figure {
  width: 111px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.article_fix_bnr .text {
  padding-left: 3%;
  font-size: 3.8vw;
}
@media screen and (min-width: 480px) {
  .article_fix_bnr .text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 990px) {
  .article_fix_bnr {
    display: none;
  }
}

/*--------------------------
parts 
--------------------------*/
/* plan */
.post_main .plan_bnr .heading {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  line-height: 38px;
  border-radius: 3px 0 0 0;
  bottom: -3px;
  color: #fff;
  background-color: #f5be00;
}

.post_main .plan_bnr .heading::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 38px solid #f5be00;
}

.post_main .plan_bnr .contents {
  padding: 10px 14px;
  border-radius: 0 6px 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post_main .plan_bnr .contents .thumb {
  width: 60px;
  margin-bottom: 10px;
}

.post_main .plan_bnr .contents .detail {
  padding-left: 20px;
  margin-bottom: 10px;
}
.post_main .plan_bnr .contents .detail p:not(:last-child) {
  margin-bottom: 10px;
}
.post_main .plan_bnr .contents .detail .label {
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.post_main .plan_bnr .contents .detail .desc {
  margin-left: 10px;
  font-size: 1.4rem;
}

.post_main .plan_bnr .contents .price {
  width: 120px;
}
.post_main .plan_bnr .contents .price .num {
  font-size: 2.2rem;
}
.post_main .plan_bnr .contents .price .mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.post_main .plan_bnr .contents .price .unit {
  font-size: 1.6rem;
}
.post_main .plan_bnr .contents .price .unit:first-child {
  padding-left: 0;
}

.post_main .plan_bnr .contents .order_link {
  margin-left: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
}
.post_main .plan_bnr .contents .order_link .btn {
  background-color: #f84747;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
.post_main .plan_bnr .contents .order_link .btn .ico_arw::after {
  content: "\f138";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.5em;
}

.post_main .plan_bnr.logo .heading {
  background-color: #f5be00;
}

.post_main .plan_bnr.logo .heading::after {
  border-bottom: 38px solid #f5be00;
}

.post_main .plan_bnr.logo .contents {
  border: 3px solid #f5be00;
}

.post_main .plan_bnr.logo .contents .detail .label {
  background-color: #f5be00;
}

.post_main .plan_bnr.fude .heading {
  background-color: #449cce;
}

.post_main .plan_bnr.fude .heading::after {
  border-bottom: 38px solid #449cce;
}

.post_main .plan_bnr.fude .contents {
  border: 3px solid #449cce;
}

.post_main .plan_bnr.fude .contents .detail .label {
  background-color: #449cce;
}

.post_main .plan_bnr.chara .heading {
  background-color: #00c686;
}

.post_main .plan_bnr.chara .heading::after {
  border-bottom: 38px solid #00c686;
}

.post_main .plan_bnr.chara .contents {
  border: 3px solid #00c686;
}

.post_main .plan_bnr.chara .contents .detail .label {
  background-color: #00c686;
}

.post_main .plan_bnr.nc .heading {
  background-color: #03a9f4;
}

.post_main .plan_bnr.nc .heading::after {
  border-bottom: 38px solid #03a9f4;
}

.post_main .plan_bnr.nc .contents {
  border: 3px solid #03a9f4;
}

.post_main .plan_bnr.nc .contents .detail .label {
  background-color: #03a9f4;
}

.post_main .plan_bnr.en .heading {
  background-color: #96d228;
}

.post_main .plan_bnr.en .heading::after {
  border-bottom: 38px solid #96d228;
}

.post_main .plan_bnr.en .contents {
  border: 3px solid #96d228;
}

.post_main .plan_bnr.en .contents .detail .label {
  background-color: #96d228;
}

.post_main .plan_bnr.hp .heading {
  background-color: #fa3296;
}

.post_main .plan_bnr.hp .heading::after {
  border-bottom: 38px solid #fa3296;
}

.post_main .plan_bnr.hp .contents {
  border: 3px solid #fa3296;
}

.post_main .plan_bnr.hp .contents .detail .label {
  background-color: #fa3296;
}

.post_main .plan_bnr.pam .heading {
  background-color: #fa463c;
}

.post_main .plan_bnr.pam .heading::after {
  border-bottom: 38px solid #fa463c;
}

.post_main .plan_bnr.pam .contents {
  border: 3px solid #fa463c;
}

.post_main .plan_bnr.pam .contents .detail .label {
  background-color: #fa463c;
}

.post_main .plan_bnr.card {
  display: block;
  line-height: inherit;
  width: 100%;
}

.post_main .plan_bnr.card .heading {
  background-color: #fa8200;
}

.post_main .plan_bnr.card .heading::after {
  border-bottom: 38px solid #fa8200;
}

.post_main .plan_bnr.card .contents {
  border: 3px solid #fa8200;
}

.post_main .plan_bnr.card .contents .detail .label {
  background-color: #fa8200;
}

@media screen and (max-width: 350px) {
  .post_main .plan_bnr .heading.fz18 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 990px) {
  .post_main .plan_bnr .contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 20px 8px 30px;
  }
  .post_main .plan_bnr .contents .thumb {
    width: 100px;
  }
  .post_main .plan_bnr .contents .detail {
    padding: 0;
    margin: 0;
  }
  .post_main .plan_bnr .contents .price {
    margin-left: auto;
    width: auto;
  }
  .post_main .plan_bnr .contents .price .num {
    font-size: 3.6rem;
  }
  .post_main .plan_bnr .contents .price .unit {
    font-size: 2rem;
  }
  .post_main .plan_bnr .contents .order_link {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-left: auto;
  }
  .post_main .plan_bnr .contents .order_link .btn {
    padding: 12px 32px;
    width: auto;
  }
}