@charset "UTF-8";
/* Policy CSS */
/* _setting CSS */
/* noto-sans-regular*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-regular.woff2") format("woff2");
}
/* noto-sans-600*/
@font-face {
  font-family: 'Noto Sans JP 600';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-600.woff2") format("woff2");
}
/* noto-sans-700*/
@font-face {
  font-family: 'Noto Sans JP 700';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-700.woff2") format("woff2");
}
/* NotoSerif_regularのフォントの定義 */
/* noto-serif-regular*/
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-jp-regular.woff2") format("woff2");
}
/* noto-serif-600*/
@font-face {
  font-family: 'Noto Serif JP 600';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-serif-jp-600.woff2") format("woff2");
}
/* noto-serif-700*/
@font-face {
  font-family: 'Noto Serif JP 700';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-700.woff2") format("woff2");
}
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #main_title_area .mtitle:before {
    background: url("../images/policy/policy_title_eng.png?id=20210325") center 0/100% no-repeat;
    width: 56px;
    height: 11px;
  }

  .privacy .contents {
    margin-top: 70px;
  }

  .common_sec_title {
    position: relative;
    font-size: 3.5rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    text-align: center;
    letter-spacing: .04em;
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  .common_sec_title:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #16ae41;
  }

  .common_title {
    font-size: 2rem;
    letter-spacing: .05em;
    color: #16ae41;
    margin-bottom: 8px;
  }

  .lead_area {
    width: 1000px;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #16ae41;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    padding: 20px 15px;
    margin: 70px auto 60px;
  }

  .sec {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 100px;
  }
  .sec a {
    color: #16ae41;
  }
  .sec .list {
    margin-bottom: 70px;
  }
  .sec .item {
    margin-bottom: 25px;
  }
  .sec .item:last-child {
    margin-bottom: 0;
  }
  .sec .item .image + .image {
    margin-top: 15px;
  }
  .sec .item .image + .desc {
    margin-top: 10px;
  }

  .contents .common_inner {
    width: 1000px;
  }
  .contents .common_inner > p {
    margin-bottom: 15px;
  }
  .contents .pagenavi {
    margin-bottom: 80px;
  }
  .contents .pagenavi .list {
    display: flex;
    justify-content: center;
  }
  .contents .pagenavi .item {
    width: 185px;
    text-align: center;
    margin-right: 15px;
  }
  .contents .pagenavi .item:last-child {
    margin-right: 0;
  }
  .contents .pagenavi .item a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    padding-bottom: 35px;
    border-bottom: 1px solid #16ae41;
  }
  .contents .pagenavi .item a:after {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    transition: all linear 200ms;
    background: url("../images/common/icon_arrow_green.png") center 0/100% no-repeat;
  }
  .contents .pagenavi .item a:hover {
    text-decoration: none;
  }
  .contents .pagenavi .item a:hover:after {
    bottom: 7px;
  }
  .contents .desc {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.1;
  }
  .contents .sub_item {
    position: relative;
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: .05em;
    padding-left: 1.2em;
    margin-bottom: 10px;
  }
  .contents .sub_item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #16ae41;
    border-radius: 50%;
  }
  .contents a[target="_blank"] {
    position: relative;
    padding-right: 25px;
  }
  .contents a[target="_blank"]:after {
    position: absolute;
    top: 3px;
    right: 0;
    content: '';
    display: inline-block;
    background: url(../images/corporate/icon_blank.png) center 0/100% no-repeat;
    width: 15px;
    height: 12px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #main_title_area .mtitle:before {
    background: url("../images/policy/sp_policy_title_eng.png?id=03210325") center 0/100% no-repeat;
    width: 40px;
    height: 8px;
  }

  .privacy .contents {
    margin-top: 45px;
  }

  .common_sec_title {
    position: relative;
    font-size: 1.9rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    text-align: center;
    letter-spacing: .04em;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .common_sec_title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #16ae41;
  }

  .common_title {
    font-size: 1.6rem;
    color: #16ae41;
    letter-spacing: .04em;
    margin-bottom: 8px;
  }

  .lead_area {
    width: 89.33%;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #16ae41;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    padding: 10px 15px;
    margin: 45px auto 40px;
  }

  .contents .common_inner > p {
    margin-bottom: 15px;
  }
  .contents .pagenavi {
    margin: 0 0 50px;
  }
  .contents .pagenavi .list {
    display: flex;
    justify-content: center;
  }
  .contents .pagenavi .item {
    width: 185px;
    text-align: center;
    margin-right: 10px;
  }
  .contents .pagenavi .item:last-child {
    margin-right: 0;
  }
  .contents .pagenavi .item a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.3;
    padding-bottom: 35px;
    border-bottom: 1px solid #16ae41;
  }
  .contents .pagenavi .item a:after {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    transition: all linear 200ms;
    background: url("../images/common/icon_arrow_green.png") center 0/100% no-repeat;
  }
  .contents .pagenavi .item a:hover {
    text-decoration: none;
  }
  .contents .pagenavi .item a:hover:after {
    bottom: 7px;
  }
  .contents .sec {
    padding-top: 70px;
    margin-top: -70px;
    margin-bottom: 60px;
  }
  .contents .sec a {
    color: #16ae41;
  }
  .contents .sec .item {
    margin-bottom: 25px;
  }
  .contents .sec .item .image img {
    width: auto;
    max-width: 100%;
  }
  .contents .sec .item .image + .image {
    margin-top: 15px;
  }
  .contents .sec .item .image + .desc {
    margin-top: 10px;
  }
  .contents .desc {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.1;
  }
  .contents .sub_item {
    position: relative;
    font-size: 1.4rem;
    line-height: 2.1;
    padding-left: 1.2em;
    margin-bottom: 10px;
  }
  .contents .sub_item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #16ae41;
    border-radius: 50%;
  }
  .contents a[target="_blank"] {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    line-height: 1.3;
  }
  .contents a[target="_blank"]:after {
    position: absolute;
    top: 3px;
    right: 0;
    content: '';
    display: inline-block;
    background: url(../images/corporate/icon_blank.png) center 0/100% no-repeat;
    width: 15px;
    height: 12px;
  }
}
