@charset "UTF-8";
@import url("https://use.typekit.net/bst5jiq.css");
/* -----------------------------------------------
common
----------------------------------------------- */
main {
  color: #000;
  background: transparent;
  font-feature-settings: "palt";
}
main img {
  width: 100%;
}
main .content img {
  width: auto;
}
main p {
  margin: 0;
}
main a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .inner_wrap {
    width: 90%;
  }
  main {
    padding-bottom: 49px;
  }
  .breadcrumb {
    margin: 3px auto 6px;
  }
}

@media screen and (min-width: 768px) {
  main {
    padding-bottom: 119px;
  }
  .breadcrumb {
    margin: 13px auto 12px;
  }
}

/* -----------------------------------------------
content_wrap
----------------------------------------------- */

@media screen and (max-width: 767px) {
  .content_wrap {
    padding-top: 27px;
    position: relative;
  }
  .content_wrap::before {
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 680px;
    background: rgb(250,246,203);
    background: -moz-linear-gradient(top, rgba(250,246,203,1) 0%, rgba(250,246,195,0) 28%);
    background: -webkit-linear-gradient(top, rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%);
    background: linear-gradient(to bottom, rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  /* title_top */
  .title_top .data time {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
    display: block;
  }
  .title_top .tag {
    margin-top: 12px;
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; */
  }
  .title_top .tag > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .title_top .tag span {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.25em 0.8em 0.25em;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
    border: 1px solid #999999;
    background-color: #fff;
  }
  .title_top .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
    border: none;
  }
  .title_top .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
    border: none;
  }
  .title_top .tag span.c-tag_v2h {
    background-color: #90DDBA;
    border: none;
  }

  /* title */
  .content_wrap .title {
    margin-top: 14px;
    padding: 14px 15px 12px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.2);
  }
  .content_wrap .title h2 {
    padding-left: 39px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    position: relative;
  }
  .content_wrap .title h2::before {
    content: '';
    width: 24px;
    height: 28px;
    background-image: url(../img/column/single/icon_title.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* eyecatch */
  .content_wrap .eyecatch {
    margin: 30px auto 0;
    width: 100%;
  }

  /* 目次 */
  .content_wrap #ez-toc-container {
    margin: 45px auto 0;
    padding: 59px 20px 2px;
    width: 91.66%;
    background: linear-gradient(90deg, #F2971B 0%, #F2971B 33%, #009BD0 33%, #009BD0 66%, #0DAC67 66%, #0DAC67 100%);
    border-radius: 10px;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
  }
  .content_wrap #ez-toc-container::before {
    content: '';
    width: 44px;
    height: 114px;
    background-image: url(../img/column/single/contents_illustration_01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -23px;
    left: -26px;
  }
  .content_wrap #ez-toc-container::after {
    content: '';
    width: 38px;
    height: 108px;
    background-image: url(../img/column/single/contents_illustration_02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -23px;
    right: -25px;
  }
  .content_wrap #ez-toc-container nav::before {
    content: '';
    width: 100px;
    height: 39px;
    background-image: url(../img/column/single/contents_heading.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .content_wrap #ez-toc-container nav::after {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: -1;
  }
  .content_wrap #ez-toc-container nav {
    margin-top: 4px;
  }
  .content_wrap #ez-toc-container ul {
    border-radius: 0;
    box-shadow: none;
  }
  .content_wrap #ez-toc-container ul li {
    text-indent: 0;
  }
  .content_wrap #ez-toc-container ul li:before {
    content: none;
  }
  .content_wrap #ez-toc-container .ez-toc-link {
    padding: 14px 25px 14px 0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #000000;
    border-bottom: 2px dotted #CCCCCC;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .content_wrap #ez-toc-container li:last-child .ez-toc-link {
    border-bottom: none;
  }
  .content_wrap .ez-toc-counter nav ul li a::before {
    margin-right: 12px;
    margin-left: 10px;
    margin-bottom: -3px;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0;
    color: #0DAC67;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 600;
    font-style: normal;
    float: none;
  }
  .content_wrap .ez-toc-counter nav ul li a::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/column/single/contents_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .content_wrap #ez-toc-container a:hover {
    text-decoration: none;
  }
  .ez-toc-section {
    padding-top: 30px;
    margin-top: -30px;
  }

  /* content */
  .content {
    margin-top: 24px;
  }
  .content * {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  .content * + * {
    margin-top: 1.75em;
  }
  .content h3 {
    padding: 13px 16px 13px 55px;
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    background-color: #FFF7D4;
    position: relative;
  }
  .content * + h3 {
    margin-top: 47px;
  }
  .content #ez-toc-container + h3 {
    margin-top: 49px;
  }
  .content h3::before {
    content: '';
    width: 24px;
    height: 40px;
    background-image: url(../img/column/single/icon_heading.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
  }
  .content h3 + * {
    margin-top: 25px;
  }
  .content h4 {
    margin: 43px 0 0;
    padding: 16px 15px 18px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    border-top: 2px solid #0DAC67;
    border-bottom: 2px solid #0DAC67;
    position: relative;
  }
  .content h4::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #0DAC67;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .content h4::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #0DAC67;
    position: absolute;
    bottom: 4px;
    left: 0;
  }
  .content h4 + * {
    margin-top: 22px;
  }
  .content ul,
  .content ol {
    padding: 27px 15px 27px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.2);
    list-style: none;
    counter-reset: item;
  }
  .content * + ul,
  .content * + ol {
    margin-top: 35px;
  }
  .content ul li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .content ol li {
    line-height: 1.5;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .content ul li + li,
  .content ol li + li {
    margin-top: 1.5em;
  }
  .content ul li::before {
    content: '●';
    color: #0099CC;
  }
  .content ol li::before {
    counter-increment: item;
    content: counter(item)'.';
    color: #0099CC;
    font-weight: bold;
    margin-right: 0.5em;
  }
  .content ul + *,
  .content ol + * {
    margin-top: 44px;
  }
  .content p > img {
    /* margin: 44px auto 0; */
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .content .wp-caption {
    /* margin: 44px auto 0; */
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .content .wp-caption .wp-caption-text {
    margin-top: 13px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .content a {
    color: #0099CC;
    text-decoration: underline;
  }
  .content a[target="_blank"] {
    position: relative;
  }
  .content a[target="_blank"]::after {
    content: '';
    width: 1em;
    height: 1em;
    background-image: url(../img/column/single/icon_other_window.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .content_wrap {
    padding-top: 99px;
    position: relative;
  }
  .content_wrap::before {
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 680px;
    background: rgb(250,246,203);
    background: -moz-linear-gradient(top, rgba(250,246,203,1) 0%, rgba(250,246,195,0) 28%);
    background: -webkit-linear-gradient(top, rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%);
    background: linear-gradient(to bottom, rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  /* title_top */
  .title_top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .title_top .data time {
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
    display: block;
  }
  .title_top .tag {
    flex: 1;
    margin-left: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .title_top .tag span {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.25em 0.8em 0.2em;
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    border: 1px solid #999999;
    background-color: #fff;
  }
  .title_top .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
    border: none;
  }
  .title_top .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
    border: none;
  }
  .title_top .tag span.c-tag_v2h {
    background-color: #90DDBA;
    border: none;
  }

  /* title */
  .content_wrap .title {
    margin-top: 12px;
    padding: 23px 38px 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.2);
  }
  .content_wrap .title h2 {
    padding-left: 54px;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    position: relative;
  }
  .content_wrap .title h2::before {
    content: '';
    width: 32px;
    height: 36px;
    background-image: url(../img/column/single/icon_title.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  /* eyecatch */
  .content_wrap .eyecatch {
    margin: 60px auto 0;
    width: 760px;
    max-width: 100%;
  }

  /* 目次 */
  .content_wrap #ez-toc-container {
    margin: 93px auto 0;
    padding: 106px 65px 41px;
    width: 880px;
    max-width: 100%;
    background: linear-gradient(90deg, #F2971B 0%, #F2971B 33%, #009BD0 33%, #009BD0 66%, #0DAC67 66%, #0DAC67 100%);
    border-radius: 10px;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
  }
  .content_wrap #ez-toc-container::before {
    content: '';
    width: 96px;
    height: 250px;
    background-image: url(../img/column/single/contents_illustration_01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -23px;
    left: -60px;
  }
  .content_wrap #ez-toc-container::after {
    content: '';
    width: 80px;
    height: 226px;
    background-image: url(../img/column/single/contents_illustration_02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -23px;
    right: -36px;
  }
  .content_wrap #ez-toc-container nav::before {
    content: '';
    width: 140px;
    height: 54px;
    background-image: url(../img/column/single/contents_heading.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
  }
  .content_wrap #ez-toc-container nav::after {
    content: '';
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    z-index: -1;
  }
  .content_wrap #ez-toc-container ul {
    border-radius: 0;
    box-shadow: none;
  }
  .content_wrap #ez-toc-container ul li {
    text-indent: 0;
  }
  .content_wrap #ez-toc-container ul li:before {
    content: none;
  }
  .content_wrap #ez-toc-container .ez-toc-link {
    padding: 20px 40px 14px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #000000;
    border-bottom: 2px dotted #CCCCCC;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
  }
  .content_wrap #ez-toc-container li:last-child .ez-toc-link {
    border-bottom: none;
  }
  .content_wrap .ez-toc-counter nav ul li a::before {
    margin-right: 20px;
    margin-bottom: -3px;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #0DAC67;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 600;
    font-style: normal;
    float: none;
  }
  .content_wrap .ez-toc-counter nav ul li a::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/column/single/contents_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .content_wrap #ez-toc-container a:hover {
    text-decoration: none;
  }
  .ez-toc-section {
    padding-top: 30px;
    margin-top: -30px;
  }

  /* content */
  .content {
    margin-top: 33px;
  }
  .content * {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  .content * + * {
    margin-top: 1.75em;
  }
  .content h3 {
    padding: 18px 30px 16px 82px;
    border-radius: 10px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    background-color: #FFF7D4;
    position: relative;
  }
  .content * + h3 {
    margin-top: 96px;
  }
  .content #ez-toc-container + h3 {
    margin-top: 119px;
  }
  .content h3::before {
    content: '';
    width: 24px;
    height: 40px;
    background-image: url(../img/column/single/icon_heading.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
  }
  .content h3 + * {
    margin-top: 34px;
  }
  .content h4 {
    margin: 93px 0 0;
    padding: 16px 15px 15px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    border-top: 2px solid #0DAC67;
    border-bottom: 2px solid #0DAC67;
    position: relative;
  }
  .content h4::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #0DAC67;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .content h4::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #0DAC67;
    position: absolute;
    bottom: 4px;
    left: 0;
  }
  .content h4 + * {
    margin-top: 32px;
  }
  .content ul,
  .content ol {
    padding: 36px 38px 36px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.2);
    list-style: none;
    counter-reset: item;
  }
  .content * + ul,
  .content * + ol {
    margin-top: 53px;
  }
  .content ul li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .content ol li {
    line-height: 1.5;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .content ul li + li,
  .content ol li + li {
    margin-top: 1.35em;
  }
  .content ul li::before {
    content: '●';
    color: #0099CC;
  }
  .content ol li::before {
    counter-increment: item;
    content: counter(item)'.';
    color: #0099CC;
    font-weight: bold;
    margin-right: 0.5em;
  }
  .content ul + *,
  .content ol + * {
    margin-top: 53px;
  }
  .content p > img {
    /* margin-top: 94px; */
    width: auto;
    max-width: 100%;
    display: block;
  }
  .content p > img.alignright {
    margin-left: auto;
  }
  .content p > img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .content .wp-caption {
    /* margin-top: 94px; */
    /* width: 760px!important; */
    max-width: 100%;
    display: block;
  }
  .content .wp-caption .wp-caption-text {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .content a {
    color: #0099CC;
    text-decoration: underline;
  }
  .content a[target="_blank"] {
    position: relative;
  }
  .content a[target="_blank"]::after {
    content: '';
    width: 1em;
    height: 1em;
    background-image: url(../img/column/single/icon_other_window.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
  }
}

/* -----------------------------------------------
cv_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .cv_wrap {
    margin-top: 53px;
    padding-top: 56px;
    border-top: 4px dotted #EFEFEF;
  }
  .cv_item {
    border-radius: 10px;
    padding: 22px 4.17% 26px;
    position: relative;
  }
  .cv_item + .cv_item {
    margin-top: 30px;
  }
  .cv_item_taiyoukou {
    background-color: rgba(242,151,27,.2);
  }
  .cv_item_taiyoukou::after {
    content: '';
    width: 66px;
    padding-top: 80px;
    background-image: url(../img/column/single/cv_sp_illustration.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -36px;
    right: 12px;
  }
  .cv_item_chikudenchi {
    background-color: rgba(0,153,204,.2);
  }
  .cv_item_chikudenchi::after {
    content: '';
    width: 80px;
    padding-top: 80px;
    background-image: url(../img/column/single/cv_sb_illustration.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 24px;
    left: -7px;
  }
  .cv_item_v2h {
    background-color: rgba(13,172,103,.2);
  }
  .cv_item_v2h::after {
    content: '';
    width: 58px;
    padding-top: 80px;
    background-image: url(../img/column/single/cv_v2h_illustration.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: -8px;
  }
  .cv_item h2 {
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
  }
  .cv_item .cv_link_wrap {
    margin-top: 28px;
  }
  .cv_item .cv_link_wrap .cv_link {
    width: 100%;
  }
  .cv_item .cv_link_wrap .cv_link + .cv_link {
    margin-top: 16px;
  }
  .cv_item .cv_link_wrap .cv_link a {
    height: 70px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cv_item_taiyoukou .cv_link_wrap .cv_link a {
    border: 1px solid #F2971B;
  }
  .cv_item_chikudenchi .cv_link_wrap .cv_link a {
    border: 1px solid #0099CC;
  }
  .cv_item_v2h .cv_link_wrap .cv_link a {
    border: 1px solid #0DAC67;
  }
  .cv_item .cv_link_wrap .cv_link a span {
    padding-left: 36px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    display: block;
    position: relative;
  }
  .cv_item .cv_link_wrap .cv_link a span::before {
    content: '';
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .cv_item_taiyoukou .cv_link_wrap .cv_link a span::before {
    background-image: url(../img/column/single/arrow_orange.svg);
  }
  .cv_item_chikudenchi .cv_link_wrap .cv_link a span::before {
    background-image: url(../img/column/single/arrow_blue.svg);
  }
  .cv_item_v2h .cv_link_wrap .cv_link a span::before {
    background-image: url(../img/column/single/arrow_green.svg);
  }
  .cv_item .to_shop {
    margin-top: 13px;
    text-align: center;
  }
  .cv_item .to_shop a {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-decoration: underline;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .cv_wrap {
    margin-top: 91px;
    padding-top: 98px;
    border-top: 4px dotted #EFEFEF;
  }
  .cv_item {
    border-radius: 10px;
    padding: 31px 4.69% 35px;
    position: relative;
  }
  .cv_item + .cv_item {
    margin-top: 50px;
  }
  .cv_item_taiyoukou {
    background-color: rgba(242,151,27,.2);
  }
  .cv_item_taiyoukou::after {
    content: '';
    width: 9.06%;
    padding-top: 10.93%;
    background-image: url(../img/column/single/cv_sp_illustration.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -26px;
    right: 9.7%;
  }
  .cv_item_chikudenchi {
    background-color: rgba(0,153,204,.2);
  }
  .cv_item_chikudenchi::after {
    content: '';
    width: 11.09%;
    padding-top: 10.93%;
    background-image: url(../img/column/single/cv_sb_illustration.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    left: 8.5%;
  }
  .cv_item_v2h {
    background-color: rgba(13,172,103,.2);
  }
  .cv_item_v2h::after {
    content: '';
    width: 7.81%;
    padding-top: 10.93%;
    background-image: url(../img/column/single/cv_v2h_illustration.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    right: 10.4%;
  }
  .cv_item h2 {
    width: 556px;
    margin: 0 auto;
  }
  .cv_item .cv_link_wrap {
    margin-top: 27px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .cv_item .cv_link_wrap .cv_link {
    width: 31.72%;
  }
  .cv_item .cv_link_wrap .cv_link + .cv_link {
    margin-left: 2.41%;
  }
  .cv_item .cv_link_wrap .cv_link a {
    height: 80px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cv_item_taiyoukou .cv_link_wrap .cv_link a {
    border: 1px solid #F2971B;
  }
  .cv_item_chikudenchi .cv_link_wrap .cv_link a {
    border: 1px solid #0099CC;
  }
  .cv_item_v2h .cv_link_wrap .cv_link a {
    border: 1px solid #0DAC67;
  }
  .cv_item .cv_link_wrap .cv_link a span {
    padding-left: 36px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    display: block;
    position: relative;
  }
  .cv_item .cv_link_wrap .cv_link a span::before {
    content: '';
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .cv_item_taiyoukou .cv_link_wrap .cv_link a span::before {
    background-image: url(../img/column/single/arrow_orange.svg);
  }
  .cv_item_chikudenchi .cv_link_wrap .cv_link a span::before {
    background-image: url(../img/column/single/arrow_blue.svg);
  }
  .cv_item_v2h .cv_link_wrap .cv_link a span::before {
    background-image: url(../img/column/single/arrow_green.svg);
  }
  .cv_item .to_shop {
    margin-top: 15px;
    text-align: center;
  }
  .cv_item .to_shop a {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-decoration: underline;
    display: block;
  }
}

/* -----------------------------------------------
new_article_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .new_article_wrap {
    margin-top: 58px;
    padding-top: 58px;
    border-top: 4px dotted #EFEFEF;
    position: relative;
  }
  .new_article_wrap .heading h2 {
    width: 170px;
    max-width: 100%;
    margin: 0 auto;
  }
  .new_article_wrap .new_article_list {
    margin-top: 5px;
  }
  .new_article_wrap .new_article_list article {
    width: 100%;
    border-bottom: 4px dotted #EFEFEF;
  }
  .new_article_wrap .new_article_list article:last-child {
    border-bottom: none;
  }
  .new_article_list a {
    padding: 12px 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .new_article_list .img {
    width: 27.77%;
    margin-right: 3.9%;
    margin-top: 2px;
  }
  .new_article_list .img img {
    aspect-ratio: 1/0.752;
    object-fit: cover;
  }
  .new_article_list .text {
    width: 68.33%;
  }
  .new_article_list .text time {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
  }
  .new_article_list .text h3 {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .new_article_list .text .tag {
    margin-top: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .new_article_list .text .tag span {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.2em 0.8em 0.3em;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .new_article_list .text .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
  }
  .new_article_list .text .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
  }
  .new_article_list .text .tag span.c-tag_v2h {
    background-color: #90DDBA;
  }
  .new_article_wrap .to_article {
    margin-top: 10px;
  }
  .new_article_wrap .to_article a {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    padding: 10px;
    border: 1px solid #0099CC;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .new_article_wrap .to_article a span {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #0099CC;
  }
  .new_article_wrap .to_article a span::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/column/single/arrow_blue.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .new_article_wrap {
    margin-top: 98px;
    padding-top: 98px;
    border-top: 4px dotted #EFEFEF;
    position: relative;
  }
  .new_article_wrap .heading h2 {
    width: 330px;
    margin: 0 auto;
  }
  .new_article_wrap .new_article_list {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .new_article_wrap .new_article_list article {
    width: 22.65%;
    margin-right: 2.08%;
  }
  .new_article_wrap .new_article_list article:nth-child(4n) {
    margin-right: 0;
  }
  .new_article_wrap .new_article_list article:nth-child(n + 5) {
    margin-top: 60px;
  }
  .new_article_list a {
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.17);
    background-color: #fff;
    display: block;
    overflow: hidden;
    height: 100%;
  }
  .new_article_list .img img {
    aspect-ratio: 1/0.752;
    object-fit: cover;
  }
  .new_article_list .text {
    padding: 17px 6.9% 21px;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    height: 100%;
  }
  .new_article_list .text time {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
  }
  .new_article_list .text h3 {
    margin-top: 4px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .new_article_list .text .tag {
    margin-top: 31px;
    padding-top: 18px;
    border-top: 4px dotted #EFEFEF;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .new_article_list .text .tag span {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.25em 0.8em 0.2em;
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .new_article_list .text .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
  }
  .new_article_list .text .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
  }
  .new_article_list .text .tag span.c-tag_v2h {
    background-color: #90DDBA;
  }
  .new_article_wrap .to_article {
    margin-top: 50px;
  }
  .new_article_wrap .to_article a {
    margin: 0 auto;
    width: 360px;
    height: 84px;
    padding: 10px;
    border: 2px solid #0099CC;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .new_article_wrap .to_article a span {
    padding-left: 28px;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #0099CC;
    position: relative;
  }
  .new_article_wrap .to_article a span::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/column/single/arrow_blue.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}