/* Pop-download CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .mtitle:before {
    background: url("../images/pop-download/title_eng.png") center 0/100% no-repeat;
    width: 94px;
    height: 10px;
  }

  .lead {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    text-align: center;
    margin: 120px 0 100px;
  }
  .lead .note {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .lead .note1 {
    margin-top: 10px;
  }
  .lead .link {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    margin-right: 3px;
    color: #16ae41;
    text-decoration: underline;
  }
  .lead .link:hover {
    text-decoration: none;
  }
  .lead .link::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: '';
    display: block;
    width: 13px;
    height: 9px;
    background: url("../images/common/icon_blank_green.png") center center/100% no-repeat;
  }

  .sec {
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 80px;
  }
  .sec .inner {
    width: 1100px;
    margin: 0 auto;
  }
  .sec .title_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    width: 100%;
    letter-spacing: .05em;
    margin-bottom: 60px;
  }
  .sec .title::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #16ae41;
    margin-left: 1em;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .sec .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;
    gap: 55px;
    margin-bottom: 60px;
  }
  .sec .item {
    width: 330px;
  }
  .sec .item .image {
    width: 100%;
    height: 260px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
  }
  .sec .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec .item .name {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.3;
    margin: 20px 0;
  }
  .sec .item .name .size {
    display: inline-block;
    margin-right: 5px;
  }
  .sec .btn {
    width: 100%;
  }
  .sec .btn a {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
  .sec .btn a:hover {
    text-decoration: none;
  }
  .sec .btn.btn_download a {
    border: 1px solid #666;
    padding: 20px 10px;
  }
  .sec .btn.btn_download a::after {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/common/icon_download.svg") center 0/100% no-repeat;
    width: 14px;
    height: 14px;
    right: 25px;
    top: 20px;
  }
  .sec .btn.btn_back a {
    position: relative;
    display: block;
    width: 200px;
    height: 60px;
    color: #16ae41;
    border: 1px solid #E5E5E5;
    text-align: center;
    padding: 22px 10px;
    margin: 0 auto;
  }
  .sec .btn.btn_back a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url(../images/common/icon_arrow_green_double_r.png) center 0/100% no-repeat;
    width: 10px;
    height: 6px;
  }

  .sns_share {
    margin-top: 150px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .mtitle:before {
    background: url("../images/pop-download/title_eng.png") center 0/100% no-repeat;
    width: 94px;
    height: 10px;
  }

  .lead {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    padding: 0 15px;
    margin: 60px 0 50px;
  }
  .lead .note {
    display: block;
    font-size: 1.2rem;
  }
  .lead .note1 {
    margin-top: 8px;
  }
  .lead .link {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    margin-right: 3px;
    color: #16ae41;
    text-decoration: underline;
  }
  .lead .link:hover {
    text-decoration: none;
  }
  .lead .link::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: '';
    display: block;
    width: 13px;
    height: 9px;
    background: url("../images/common/icon_blank_green.png") center center/100% no-repeat;
  }

  .sec {
    padding-top: 70px;
    margin-top: -70px;
    margin-bottom: 60px;
  }
  .sec:last-child {
    margin-bottom: 100px;
  }
  .sec .inner {
    width: 100%;
    padding: 0 15px;
  }
  .sec .title_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    width: 100%;
    letter-spacing: .05em;
    margin-bottom: 20px;
  }
  .sec .title::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #16ae41;
    margin-left: 1em;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .sec .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;
    gap: 20px;
    margin-bottom: 40px;
  }
  .sec .item {
    width: 46.5%;
  }
  .sec .item .image {
    width: 100%;
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
  }
  .sec .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec .item .name {
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.3;
    margin: 10px 0;
  }
  .sec .btn {
    width: 100%;
  }
  .sec .btn a {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  .sec .btn a:hover {
    text-decoration: none;
  }
  .sec .btn.btn_download a {
    border: 1px solid #666;
    padding: 13px 10px;
  }
  .sec .btn.btn_download a::after {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/common/icon_download.svg") center 0/100% no-repeat;
    width: 12px;
    height: 12px;
    right: 15px;
    top: 14px;
  }
  .sec .btn.btn_back a {
    position: relative;
    display: block;
    width: 200px;
    height: 60px;
    color: #16ae41;
    border: 1px solid #E5E5E5;
    text-align: center;
    padding: 22px 10px;
    margin: 0 auto;
  }
  .sec .btn.btn_back a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url(../images/common/icon_arrow_green_double_r.png) center 0/100% no-repeat;
    width: 10px;
    height: 6px;
  }

  .sns_share {
    margin-top: 100px;
  }
}
