/* Common CSS */
/* _setting CSS */
/* Desktops and laptops */
@media screen and (min-width: 781px) {
  #description {
    position: relative;
  }
  #description .common_inner {
    max-width: 1000px;
  }
  #description #title-sec .title_img > img {
    width: 21.04%;
    height: auto;
  }
  #description .description_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #description .description_list .description_dt {
    padding: 30px 8% 30px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    width: 28%;
    letter-spacing: 0.1em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1.6;
    color: #33AE82;
    border-bottom: 1px solid #dddddd;
  }
  #description .description_list .description_dd {
    padding: 30px 20px 30px 0;
    width: 72%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    border-bottom: 1px solid #dddddd;
  }
  #description .description_list .description_dd a {
    color: #33AE82;
  }
  #description .description_list .description_dd a:hover {
    text-decoration: underline;
  }
  #description .btn_wrap {
    margin: 100px auto 0;
    text-align: center;
  }
  #description .btn_wrap a {
    margin: 0 3%;
    width: 400px;
    padding: 30px 75px 30px 71px;
    font-size: 2.4rem;
  }
  #description .btn_wrap a::after {
    width: 18px;
    height: 18px;
    background-image: url(../img/icon_tab_white.svg);
  }
  #description .btn_wrap a:hover::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* Tablet */
/* Smartphones (portrait and landscape) */
@media print, screen and (max-width: 780px) {
  #description {
    position: relative;
  }
  #description #title-sec .title_text > img {
    width: 37.94872vw;
    height: auto;
    bottom: -2.05128vw;
  }
  #description .description_list .description_dt {
    font-size: 3.58974vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1.8;
    color: #33AE82;
    margin-bottom: 2.5641vw;
  }
  #description .description_list .description_dd {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5.12821vw;
    margin-bottom: 5.12821vw;
  }
  #description .description_list .description_dd a {
    color: #33AE82;
  }
  #description .description_list .description_dd a:hover {
    text-decoration: underline;
  }
  #description .btn_wrap {
    margin: 10.25641vw auto 0;
    text-align: center;
  }
  #description .btn_wrap a {
    display: block;
    font-size: 5.12821vw;
    padding: 5.12821vw 14.10256vw 5.12821vw 11.53846vw;
  }
  #description .btn_wrap a::after {
    width: 4.61538vw;
    height: 4.61538vw;
    right: 5.38462vw;
    background-image: url(../img/icon_tab_white.svg);
  }
  #description .btn_wrap a:hover::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #description .btn_wrap a:nth-of-type(1) {
    margin-bottom: 5.12821vw;
  }
}
