@charset "Shift_JIS";
/* config.scss 
-------------------------------------------------------*/
/* /_config.scss
-------------------------------------------------------*/
/* _function.scss
-------------------------------------------------------*/
/* /_function.scss
-------------------------------------------------------*/
/* _media.scss 
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _font.scss 
-------------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  color: #000;
}

/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _animation.scss 
-------------------------------------------------------*/
/* /_animation.scss
-------------------------------------------------------*/
/* _reset.scss 
-------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

sup {
  font-size: 68%;
  vertical-align: text-top;
}

sub {
  font-size: 68%;
  vertical-align: text-bottom;
}

strong, b {
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure {
  line-height: 0;
}

figcaption {
  line-height: 1.6;
}

img + figcaption {
  margin-top: 10px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/* /_reset.scss
-------------------------------------------------------*/
/* _base.scss 
-------------------------------------------------------*/
body {
  line-height: 1.625;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}

a {
  color: #007c00;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a::before, a::after {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
a[href^=http], a[target=_blank] {
  margin-right: 5px;
}
a[href^=http]::after, a[target=_blank]::after {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url(/english/ir/assets/img/common/ico_blank_gr.svg);
  display: inline-block;
}
a[href$=".pdf"] {
  margin-right: 5px;
}
a[href$=".pdf"]::after {
  width: 13px;
  height: 15px;
  margin-left: 5px;
  background-image: url(/english/ir/assets/img/common/ico_pdf_gr.svg);
  position: relative;
  top: -1px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  a:hover {
    color: #007c00;
  }
}
@media screen and (min-width: 768px), print {
  a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #007c00;
    left: 0;
    bottom: -2px;
  }
}
@media screen and (min-width: 768px), print {
  a:hover::before {
    width: 100%;
  }
}

strong, b {
  font-weight: 600;
}

p + p {
  margin-top: 1em;
}

/* /_base.scss
-------------------------------------------------------*/
/* _layout.scss 
-------------------------------------------------------*/
.ly_wrapper {
  border: 6px solid #007c00;
  border-left: none;
  border-right: none;
  position: relative;
}
.ly_wrapper::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #007c00;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .ly_wrapper {
    min-width: 1260px;
  }
}
@media screen and (max-width: 767px) {
  .ly_wrapper {
    border-width: 3px;
  }
  .ly_wrapper::after {
    width: 3px;
  }
}

.ly_cont:first-child {
  margin-top: 80px;
}
.ly_cont:last-child {
  padding-bottom: 100px;
}
.ly_cont_inner {
  max-width: 1200px;
  padding: 0 9px;
  margin: 0 auto;
}
.ly_cont_inner__wd {
  max-width: 100%;
  padding: 0;
}
.ly_cont_lv2 {
  margin-top: 70px;
}
.ly_cont_lv2_min {
  margin-top: 30px;
}
.ly_cont_lv3 {
  margin-top: 50px;
}
.ly_cont_lv3_min {
  margin-top: 30px;
}
.ly_cont_lv4 {
  margin-top: 40px;
}
.ly_cont_lv4_min {
  margin-top: 20px;
}
.ly_cont_lv5 {
  margin-top: 30px;
}
.ly_cont_lv5_min {
  margin-top: 20px;
}
.ly_cont_bottom {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ly_cont:first-child {
    margin-top: 45px;
  }
  .ly_cont_inner {
    padding: 0 15px;
  }
  .ly_cont_inner__wd {
    padding: 0;
  }
  .ly_cont_lv2 {
    margin-top: 35px;
  }
  .ly_cont_lv2_min {
    margin-top: 25px;
  }
  .ly_cont_lv3 {
    margin-top: 35px;
  }
  .ly_cont_lv3_min {
    margin-top: 25px;
  }
  .ly_cont_lv4 {
    margin-top: 35px;
  }
  .ly_cont_lv4_min {
    margin-top: 20px;
  }
  .ly_cont_lv5 {
    margin-top: 35px;
  }
  .ly_cont_lv5_min {
    margin-top: 15px;
  }
  .ly_cont_bottom {
    margin-top: 60px;
  }
}

.ly_columns {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .ly_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .ly_columnsTwo .ly_columns_item {
    width: calc(50% - 15px);
  }
  .ly_columnsTwo .ly_columns_item:nth-child(even) {
    margin-left: 30px;
  }
  .ly_columnsTwo .ly_columns_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .ly_columnsTwoLeft .ly_columns_item {
    width: calc(66.6666666667% - 15px);
  }
  .ly_columnsTwoLeft .ly_columns_item:nth-child(even) {
    width: calc(33.3333333333% - 15px);
    margin-left: 30px;
  }
  .ly_columnsTwoLeft .ly_columns_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .ly_columnsTwoRight .ly_columns_item {
    width: calc(33.3333333333% - 15px);
  }
  .ly_columnsTwoRight .ly_columns_item:nth-child(even) {
    width: calc(66.6666666667% - 15px);
    margin-left: 30px;
  }
  .ly_columnsTwoRight .ly_columns_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .ly_columnsThree .ly_columns_item {
    width: calc(33.3333333333% - 20px);
    margin-left: 30px;
  }
  .ly_columnsThree .ly_columns_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .ly_columnsThree .ly_columns_item:nth-child(n+4) {
    margin-top: 30px;
  }
  .ly_columnsFour .ly_columns_item {
    width: calc(25% - 22.5px);
    margin-left: 30px;
  }
  .ly_columnsFour .ly_columns_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .ly_columnsFour .ly_columns_item:nth-child(n+5) {
    margin-top: 30px;
  }
  .ly_columnsFive .ly_columns_item {
    width: calc(20% - 16px);
    margin-left: 30px;
  }
  .ly_columnsFive .ly_columns_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .ly_columnsFive .ly_columns_item:nth-child(n+6) {
    margin-top: 30px;
  }
  .ly_columnsSix .ly_columns_item {
    width: calc(16.6666666667% - 25px);
    margin-left: 30px;
  }
  .ly_columnsSix .ly_columns_item:nth-child(6n+1) {
    margin-left: 0;
  }
  .ly_columnsSix .ly_columns_item:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_columns .ly_columns_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .ly_columnsFour, .ly_columnsSix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ly_columnsFour .ly_columns_item, .ly_columnsSix .ly_columns_item {
    width: calc(50% - 10px);
  }
  .ly_columnsFour .ly_columns_item:nth-child(2), .ly_columnsSix .ly_columns_item:nth-child(2) {
    margin-top: 0;
  }
  .ly_columnsFour .ly_columns_item:nth-child(even), .ly_columnsSix .ly_columns_item:nth-child(even) {
    margin-left: 20px;
  }
  .ly_columnsSpOne .ly_columns_item {
    width: 100%;
    margin-top: 0;
  }
  .ly_columnsSpOne .ly_columns_item:nth-child(n+2) {
    margin-top: 0;
  }
  .ly_columnsSpOne .ly_columns_item:nth-child(even) {
    margin-left: 0;
  }
  .ly_columns__linkPanel .ly_columns_item:nth-child(n+2) {
    margin-top: 45px;
  }
}

/*for module*/
.ly_cont-module:nth-child(n+2) {
  margin-top: 100px;
}
.ly_cont-module > h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #AEAEB8;
  padding-bottom: 30px;
  border-bottom: 3px solid #AEAEB8;
}
@media screen and (max-width: 767px) {
  .ly_cont-module > h2 {
    font-size: 2.8571428571rem;
  }
}
.ly_cont-module > h2 span {
  display: block;
}
.ly_cont-module > h2 + .ly_cont_inner {
  margin-top: 40px;
}
.ly_cont-moduleLy .ly_columns_item {
  background: #D8D8D8;
  font-size: 2.1875rem;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_cont-moduleLy .ly_columns_item {
    font-size: 2.5rem;
  }
}
.ly_cont-moduleLy .ly_columnsSpOne .ly_columns_item {
  background: inherit;
  font-size: inherit;
  height: inherit;
  display: block;
}
@media screen and (max-width: 767px) {
  .ly_cont-module > h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ly_cont-module > h2 {
    font-size: 1.7142857143rem;
  }
}

/* /_layout.scss
-------------------------------------------------------*/
/* _header.scss
-------------------------------------------------------*/
.ly_header {
  padding: 0 75px 0 30px;
  position: relative;
}
.ly_header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.ly_header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ly_header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 115px;
}
.ly_header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 4;
}
.ly_header_nav {
  font-weight: 600;
}
.ly_header_navInner {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .ly_header {
    padding: 0;
  }
  .ly_header_logo {
    width: 100%;
  }
  .ly_header_inner {
    height: 55px;
  }
  .ly_header_logo {
    padding: 0 25px 0 15px;
  }
  .ly_header_nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding-top: 58px;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
    border-top: 3px solid #007c00;
    border-left: 3px solid #007c00;
  }
  .ly_header_navInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .bl_header_logo a::before {
    background-color: transparent;
    bottom: auto;
    left: auto;
    width: inherit;
    height: inherit;
  }
  .bl_header_logo a:hover::before {
    width: inherit;
  }
}
.bl_header_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_header_linkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_header_linkItem:first-child {
  padding-right: 25px;
}
.bl_header_linkItem:last-child {
  padding-left: 25px;
  border-left: 1px solid #888;
}
.bl_header_linkItem a {
  color: #888;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .bl_header_linkItem a {
    font-size: 1rem;
  }
}
.bl_header_linkItem a::before {
  position: static;
  background-color: transparent;
  margin-right: 15px;
}
.bl_header_linkItem a::after {
  content: none;
}
.bl_header_linkItem a span {
  display: inline-block;
}
.bl_header_linkCpt::before {
  width: 18px;
  height: 21px;
  background-image: url(/english/ir/assets/img/common/ico_cpt_gray.svg);
}
.bl_header_linkEn::before {
  width: 20px;
  height: 20px;
  background-image: url(/english/ir/assets/img/common/ico_en_gray.svg);
}
.bl_header_gNav {
  margin-top: 20px;
}
.bl_header_gNavList {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .bl_header_gNavList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_header_gNavItem:nth-child(n+2) {
  margin-left: 45px;
}
.bl_header_gNavItem > a {
  padding-bottom: 10px;
  position: relative;
  display: block;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .bl_header_gNavItem > a {
    text-align: center;
  }
  .bl_header_gNavItem > a::before {
    background-color: transparent;
    bottom: auto;
    left: auto;
    width: inherit;
    height: inherit;
  }
  .bl_header_gNavItem > a:hover::before {
    width: inherit;
  }
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
  .bl_header_gNavItem:nth-child(n+2) {
    margin-left: 30px;
  }
}
.bl_header_gNavItem > .js-gNavCurrent::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #007c00;
  border-radius: 50%;
  bottom: 1px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .bl_header_logoLink:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 768px), print {
  .bl_header_link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px), print {
  .bl_header_linkItem > a:hover {
    color: #007c00;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .bl_header_linkItem > a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px), print {
  .bl_header_linkItem > a:hover::before:hover {
    color: #007c00;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .bl_header_linkItem > a:hover::before:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 768px), print {
  .bl_header_linkItem > a:hover.bl_header_linkCpt::before {
    width: 18px;
    height: 21px;
    background-image: url(/english/ir/assets/img/common/ico_cpt_gr.svg);
  }
}
@media screen and (min-width: 768px), print {
  .bl_header_linkItem > a:hover.bl_header_linkEn::before {
    background-image: url(/english/ir/assets/img/common/ico_en_gr.svg);
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px), print {
  .bl_header_gNavItem > a:hover {
    color: #007c00;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .bl_header_gNavItem > a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .bl_header_logo img {
    width: 100px;
  }
  .bl_header_menuTrigger {
    position: relative;
    cursor: pointer;
  }
  .bl_header_menuTrigger_ico {
    width: 25px;
    height: 18px;
    position: relative;
  }
  .bl_header_menuTrigger_ico > i {
    display: block;
    width: 26px;
    height: 1px;
    background: #007c00;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .bl_header_menuTrigger_ico > i:nth-child(2) {
    top: 50%;
  }
  .bl_header_menuTrigger_ico > i:nth-child(3) {
    top: 100%;
  }
  .bl_header_link {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 45px;
  }
  .bl_header_linkList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .bl_header_linkItem:last-child {
    padding-left: 20px;
  }
  .bl_header_linkItem > a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_header_linkItem > a {
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_header_linkCpt {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_header_gNav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bl_header_gNavItem:nth-child(n+2) {
    margin: 30px 0 0 0;
  }
}

.js-fix {
  overflow: hidden;
}
.js-fix .ly_wrapper::after {
  width: 0;
}
.js-menuOpen.ly_header::after {
  width: 100%;
}
.js-menuOpen .bl_header_menuTrigger_ico > i:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}
.js-menuOpen .bl_header_menuTrigger_ico > i:nth-child(2) {
  opacity: 0;
}
.js-menuOpen .bl_header_menuTrigger_ico > i:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.js-menuOpen .ly_header_nav {
  left: 0;
}

/* /_header.scss
-------------------------------------------------------*/
/* _footer.scss
-------------------------------------------------------*/
.ly_footer_nav {
  width: 1200px;
  margin: 0 auto;
  min-height: 400px;
  padding: 75px 0 50px;
}
@media screen and (max-width: 767px) {
  .ly_footer_nav {
    width: calc(100% - 30px);
  }
}
.ly_footer_bottom {
  background: #f7f7f7;
}
@media screen and (min-width: 768px), print {
  .ly_footer {
    min-width: 1260px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_nav {
    padding: 40px 0;
  }
}

.bl_footer_navTtl > a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #888;
  display: inline-block;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .bl_footer_navTtl > a {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px), print {
  .bl_footer_navTtl > a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.bl_footer_navTtl > a::before {
  content: none;
}
.bl_footer_navList {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_footer_catList {
  border-left: #eee 1px solid;
}
.bl_footer_catList:nth-child(n+2) {
  margin-top: 15px;
}
.bl_footer_catItem {
  font-size: 0.75rem;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_footer_catItem {
    font-size: 0.8571428571rem;
  }
}
.bl_footer_catItem:first-child::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #007c00;
  left: -2px;
  top: 0;
}
.bl_footer_catItem:nth-child(n+2) {
  margin-top: 15px;
}
.bl_footer_catItem a {
  color: #000;
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .bl_footer_catItem a:hover {
    color: #007c00;
  }
}
@media screen and (min-width: 768px), print {
  .bl_footer_catItem a::before {
    background-color: transparent;
    bottom: auto;
    left: auto;
    width: inherit;
    height: inherit;
  }
  .bl_footer_catItem a:hover::before {
    width: inherit;
  }
}
.bl_footer_bottom {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_footer_bottom {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px), print {
  .bl_footer_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_footer_cp {
  background: #007c00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}
.bl_footer_cpLink > a {
  color: #fff;
  display: block;
  padding-right: 0;
}
.bl_footer_cpLink > a::after {
  background-image: url(/english/ir/assets/img/common/ico_blank_wh.svg);
}
.bl_footer_copy {
  font-size: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .bl_footer_copy {
    font-size: 0.7142857143rem;
  }
}
@media screen and (min-width: 768px), print {
  .bl_footer_navList_clm {
    min-width: 200px;
  }
  .bl_footer_bottom {
    height: 80px;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .bl_footer_bottom::before {
    position: absolute;
    content: "";
    background: #007c00;
    width: 30%;
    height: 100%;
    right: 100%;
  }
  .bl_footer_cp {
    width: 240px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_footer_cpLink::after {
    margin-left: 30px;
  }
  .bl_footer_copy {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .bl_footer_cpLink > a:hover:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_nav {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_footer_nav {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_navTtl > a {
    font-size: 1rem;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_footer_navTtl > a {
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_navTtl > a::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_navList {
    margin-top: 30px;
  }
  .bl_footer_navList_clm {
    width: 50%;
  }
  .bl_footer_navList_clm:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_catItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_bottom {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_cp {
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_footer_cp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_copy {
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

/* /_footer.scss
-------------------------------------------------------*/
/* _elements.scss
-------------------------------------------------------*/
.el_h1 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .el_h1 {
    font-size: 2.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h1 {
    font-size: 1.7142857143rem;
  }
}
.el_h2 {
  font-size: 2rem;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .el_h2 {
    font-size: 2.2857142857rem;
  }
}
.el_h2::before, .el_h2::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #007c00;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.el_h2::after {
  background: #dd0f18;
  top: 19px;
}
.el_h2__alignCenter {
  text-align: center;
  padding: 0 0 15px 0;
}
.el_h2__alignCenter::before, .el_h2__alignCenter::after {
  top: auto;
  bottom: 0;
  left: calc(50% - 5px);
}
.el_h2__alignCenter::after {
  left: calc(50% + 5px);
}
@media screen and (max-width: 767px) {
  .el_h2 {
    font-size: 1.25rem;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h2 {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h2::before, .el_h2::after {
    width: 5px;
    height: 5px;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .el_h2::after {
    top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .el_h2__alignCenter {
    padding: 0 0 10px 0;
  }
  .el_h2__alignCenter::before, .el_h2__alignCenter::after {
    top: auto;
    bottom: 0;
    left: calc(50% - 4px);
  }
  .el_h2__alignCenter::after {
    left: calc(50% + 4px);
  }
}
.el_h3 {
  font-size: 1.5rem;
  padding-bottom: 22px;
  position: relative;
  border-bottom: #ddd solid 1px;
}
@media screen and (max-width: 767px) {
  .el_h3 {
    font-size: 1.7142857143rem;
  }
}
.el_h3::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #007c00;
  left: 0;
  bottom: -2px;
}
.el_h3_en {
  color: #888;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .el_h3_en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h3 {
    font-size: 1.25rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h3 {
    font-size: 1.4285714286rem;
  }
}
.el_h4 {
  font-size: 1.25rem;
  padding-left: 20px;
  border-left: #007c00 solid 3px;
}
@media screen and (max-width: 767px) {
  .el_h4 {
    font-size: 1.4285714286rem;
  }
}
.el_h4__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.el_h4__num span {
  width: 2em;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .el_h4 {
    font-size: 1rem;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h4 {
    font-size: 1.1428571429rem;
  }
}
.el_h5 {
  color: #007c00;
}
@media screen and (max-width: 767px) {
  .el_h5 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h5 {
    font-size: 1rem;
  }
}
.el_linkBtn {
  display: inline-block;
}
.el_linkBtn a {
  background: #007c00;
  color: #fff;
  text-align: center;
  min-width: 380px;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 25px;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .el_linkBtn a {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px), print {
  .el_linkBtn a::before {
    background-color: transparent;
    bottom: auto;
    left: auto;
    width: inherit;
    height: inherit;
  }
  .el_linkBtn a:hover::before {
    width: inherit;
  }
}
.el_linkBtn a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #eff4ef;
  left: 0;
  top: 0;
}
.el_linkBtn a::after {
  width: 15px;
  height: 15px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  background-image: url(/english/ir/assets/img/common/ico_arrow_wh.svg);
}
.el_linkBtn a[href^=http]::after, .el_linkBtn a[target=_blank]::after {
  background-image: url(/english/ir/assets/img/common/ico_blank_wh.svg);
}
.el_linkBtn a[href$=".pdf"]::after {
  background-image: url(/english/ir/assets/img/common/ico_pdf_wh.svg);
  width: 13px;
}
.el_linkBtn a > * {
  position: relative;
  max-width: calc(100% - 35px);
  text-align: left;
}
.el_linkBtn-iconNone a::after {
  content: none !important;
}
.el_linkBtn-iconNone > a > span:nth-child(n) {
  max-width: none;
}
@media all and (-ms-high-contrast: none), print {
  .el_linkBtn a {
    min-height: inherit;
    height: 65px;
  }
}
@media screen and (min-width: 768px), print {
  .el_linkBtn a:hover {
    color: #007c00;
  }
  .el_linkBtn a:hover::before {
    width: 100%;
  }
  .el_linkBtn a:hover::after {
    background-image: url(/english/ir/assets/img/common/ico_arrow_gr.svg);
  }
  .el_linkBtn a:hover[href^=http]::after, .el_linkBtn a:hover[target=_blank]::after {
    background-image: url(/english/ir/assets/img/common/ico_blank_gr.svg);
  }
  .el_linkBtn a:hover[href$=".pdf"]::after {
    background-image: url(/english/ir/assets/img/common/ico_pdf_gr.svg);
    width: 13px;
  }
  .el_linkBtn a:hover > * {
    position: relative;
    max-width: calc(100% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .el_linkBtn {
    display: block;
  }
  .el_linkBtn a {
    min-width: 185px;
    min-height: 48px;
    font-size: 0.875rem;
    padding: 0 15px 0 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_linkBtn a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .el_linkBtn a::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkBtn a[href$=".pdf"]::after {
    width: 12px;
    height: 14px;
  }
}
.el_link_arrow {
  display: block;
}
@media screen and (min-width: 768px), print {
  .el_link_arrow:hover {
    color: #007c00;
  }
}
.el_link_arrow:after {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  background-image: url(/english/ir/assets/img/common/ico_arrow_gr.svg);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.el_link_arrow__wh::after {
  background-image: url(/english/ir/assets/img/common/ico_arrow_wh.svg);
}
.el_link_blank {
  display: block;
}
@media screen and (min-width: 768px), print {
  .el_link_blank:hover {
    color: #007c00;
  }
}
.el_link_blank::after {
  right: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .el_link_arrow::after {
    width: 12px;
    height: 12px;
  }
}
.el_arrowBox {
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.el_arrowBox::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  right: 0;
  background-image: url(/english/ir/assets/img/common/ico_arrowbox_gr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .el_arrowBox:hover::after {
    background-image: url(/english/ir/assets/img/common/ico_arrowbox_wh.svg);
  }
}
@media screen and (max-width: 767px) {
  .el_arrowBox::after {
    width: 25px;
    height: 25px;
  }
}
.el_arrowBox__wh::after {
  background-image: url(/english/ir/assets/img/common/ico_arrowbox_wh.svg);
}
.el_anchorBtn a {
  position: relative;
  padding: 10px 0 20px 80px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .el_anchorBtn a:hover {
    color: #007c00;
  }
}
.el_anchorBtn a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #007c00;
  border-bottom: 2px solid #007c00;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 27px;
  top: 16px;
  background: transparent;
}
.el_anchorBtn a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #007c00;
  top: 0;
  left: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 768px), print {
  .el_anchorBtn a {
    min-width: 273px;
  }
  .el_anchorBtn a:hover::after {
    top: 100%;
    height: 1px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .el_anchorBtn a {
    display: block;
    padding: 15px 0 15px 100px;
  }
  .el_anchorBtn a::before {
    top: 21px;
  }
}
.el_anchorLink a {
  font-weight: 600;
  padding: 10px 40px 10px 10px;
  position: relative;
  color: #000;
  display: inline;
}
.el_anchorLink a::before {
  bottom: auto;
  top: 0;
  width: 100%;
  height: 0;
}
.el_anchorLink a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #007c00;
  border-bottom: 2px solid #007c00;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: 10px;
  top: 40%;
}
@media screen and (min-width: 768px), print {
  .el_anchorLink a:hover::before {
    height: 1px;
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_anchorLink a {
    padding: 5px 40px 5px 5px;
  }
}

/* /_elements.scss
-------------------------------------------------------*/
/* _block.scss
-------------------------------------------------------*/
.bl {
  /*?p?“????*/
  /*???X?g*/
  /*”??†???X?g*/
  /*?^?u*/
  /*???“?N?p?l??*/
}
.bl_pnkz {
  margin-top: 75px;
}
.bl_pnkz_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bl_pnkz_item > a {
  color: #888;
  display: block;
  padding-right: 15px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .bl_pnkz_item > a {
    font-size: 0.8571428571rem;
  }
}
@media screen and (min-width: 768px), print {
  .bl_pnkz_item > a:hover {
    color: #007c00;
  }
}
@media screen and (min-width: 768px), print {
  .bl_pnkz_item > a::before {
    background-color: transparent;
    bottom: auto;
    left: auto;
    width: inherit;
    height: inherit;
  }
  .bl_pnkz_item > a:hover::before {
    width: inherit;
  }
}
.bl_pnkz_item:nth-child(n+2) > a::before {
  content: "";
  position: static;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 15px;
  position: relative;
  top: -1px;
  background: transparent;
}
.bl_pnkz_item:last-child > a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bl_pnkz {
    margin-top: 40px;
  }
  .bl_pnkz_item a {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .bl_spScroll {
    display: block;
    overflow-x: scroll;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
  }
  .bl_spScroll::-webkit-scrollbar {
    height: 3px;
  }
  .bl_spScroll::-webkit-scrollbar-track {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .bl_spScroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  }
  .bl_spScroll_cont {
    min-width: 700px;
  }
}
.bl_ulList li {
  position: relative;
  padding-left: 1em;
}
.bl_ulList li:nth-child(n+2) {
  margin-top: 10px;
}
.bl_ulList li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #ccc;
  left: 0;
  top: 0.6em;
}
.bl_ulList__styleNotes li {
  padding-left: 1em;
  font-size: 0.875rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .bl_ulList__styleNotes li {
    font-size: 1rem;
  }
}
.bl_ulList__styleNotes li:nth-child(n+2) {
  margin-top: 5px;
}
.bl_ulList__styleNotes li::before {
  content: "*";
  left: 0;
  top: 0;
  background: none;
}
.bl_olList li {
  position: relative;
  padding-left: 1.6em;
  counter-increment: listNum;
}
.bl_olList li:nth-child(n+2) {
  margin-top: 10px;
}
.bl_olList li:first-child {
  padding-top: 0;
}
.bl_olList li::before {
  content: counter(listNum) ".";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #007c00;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .bl_olList li::before {
    font-size: 1rem;
  }
}
.bl_olList__start2 li:first-child {
  line-height: 0;
}
.bl_olList__start2 li:first-child::before {
  content: none;
}
.bl_olList__styleNotes li,
.bl_olList__styleNotes2 li {
  padding-left: 2em;
  font-size: 0.875rem;
  color: #888;
  counter-increment: listNumNotes;
}
.bl_olList__styleNotes2 li {
  padding-left: 5em;
}
@media screen and (max-width: 767px) {
  .bl_olList__styleNotes li,
  .bl_olList__styleNotes2 li {
    font-size: 1rem;
  }
}
.bl_olList__styleNotes li:nth-child(n+2),
.bl_olList__styleNotes2 li:nth-child(n+2) {
  margin-top: 5px;
}
.bl_olList__styleNotes li::before,
.bl_olList__styleNotes2 li::before {
  content: "*" counter(listNumNotes);
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
  font-family: inherit;
  font-weight: 300;
}
.bl_olList__styleNotes2 li::before {
  content: "(Note " counter(listNumNotes) ")";
}
.bl_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bl_tab li {
  width: 25%;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  font-weight: 600;
}
.bl_tab li.js-active, .bl_tab li:hover {
  border-bottom-color: #007c00;
}
@media screen and (max-width: 767px) {
  .bl_tab li {
    width: calc(50% - 2px);
    font-size: 1rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_tab li {
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_tab li:nth-child(n+3) {
    padding-top: 15px;
  }
}
.bl_linkPanel {
  background: #f7f7f7;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bl_linkPanel {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
.bl_linkPanel_inner {
  color: #000;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: block;
}
.bl_linkPanel_inner::before {
  position: absolute;
  height: 3px;
  bottom: 0;
  background-color: #007c00;
}
.bl_linkPanel_inner::after {
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(/english/ir/assets/img/common/ico_arrow_gr.svg);
  right: 20px;
  bottom: 20px;
}
.bl_linkPanel_inner:hover[href] {
  color: #000;
}
.bl_linkPanel_inner:hover[href]::before {
  width: 100%;
}
.bl_linkPanel_inner:hover[href] .bl_linkPanel_pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bl_linkPanel_pic {
  overflow: hidden;
}
.bl_linkPanel_pic img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.bl_linkPanel_body {
  padding: 30px 30px 55px;
  position: relative;
}
.bl_linkPanel_txt {
  margin-top: 30px;
}
.bl_linkPanel_txt .el_h5 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bl_linkPanel_inner::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .bl_linkPanel_body {
    padding: 25px 25px 40px;
  }
  .bl_linkPanel_txt {
    margin-top: 20px;
  }
}
.bl_linkPanel2_inner {
  color: #000;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: block;
}
.bl_linkPanel2_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #007c00;
  background-image: none;
  left: 0;
  bottom: 0;
}
.bl_linkPanel2_inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  background-image: none;
  left: 0;
  bottom: 0;
}
.bl_linkPanel2_inner[target=_blank]::after, .bl_linkPanel2_inner[href^=http]::after {
  background-image: none;
  margin-left: 0;
  width: 0;
}
.bl_linkPanel2_inner[target=_blank] .bl_linkPanel2_body::after, .bl_linkPanel2_inner[href^=http] .bl_linkPanel2_body::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(/english/ir/assets/img/common/ico_blank_gr.svg);
  background-size: cover;
}
.bl_linkPanel2_inner:hover {
  color: #000;
}
.bl_linkPanel2_inner:hover::after {
  width: 100%;
}
.bl_linkPanel2_inner:hover .bl_linkPanel2_pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bl_linkPanel2_pic {
  overflow: hidden;
}
.bl_linkPanel2_pic img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}
.bl_linkPanel2_body {
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .bl_linkPanel2_body:hover {
    color: inherit;
  }
}
.bl_linkPanel2_body::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(/english/ir/assets/img/common/ico_arrow_gr.svg);
  background-size: cover;
  right: 20px;
  bottom: 20px;
}
.bl_linkPanel2 .el_h2 {
  font-size: 1.5rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .bl_linkPanel2 .el_h2 {
    font-size: 1.7142857143rem;
  }
}
.bl_linkPanel2 .el_h2::before, .bl_linkPanel2 .el_h2::after {
  content: none;
}
.bl_linkPanel2_txt {
  margin-top: 20px;
  padding-right: 75px;
}
.bl_linkPanel2 .svg_arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bl_linkPanel2_body {
    padding: 20px 0;
  }
  .bl_linkPanel2_body::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .bl_linkPanel2 .el_h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_linkPanel2 .el_h2 {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_linkPanel2_txt {
    padding-right: 50px;
  }
}
.bl_imageBox_trigger {
  color: #fff;
  position: relative;
  display: block;
  line-height: 0;
}
.bl_imageBox_trigger::before {
  content: none;
}
.bl_imageBox_trigger figure {
  overflow: hidden;
}
.bl_imageBox_trigger figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.bl_imageBox_trigger:hover {
  color: #fff;
}
.bl_imageBox_trigger:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bl_imageBox_zoom {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 20px;
}
.bl_imageBox_zoom::before {
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  background: url(/english/ir/assets/img/common/ico_zoom_wh.svg) no-repeat;
  background-size: cover;
}
.bl_imageBox_body {
  margin-top: 30px;
}
.bl_imageBox_txt {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .bl_imageBox_txt {
    font-size: 1rem;
  }
}
.bl_imageBox_modal_inner {
  max-width: 1140px;
  margin: 0 auto;
}
.bl_imageBox_modal_close {
  width: 44px;
  height: 44px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
.bl_imageBox_modal_close::before, .bl_imageBox_modal_close::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  right: -8px;
  top: 0;
}
.bl_imageBox_modal_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_imageBox_modal_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .bl_imageBox_zoom {
    font-size: 0.75rem;
    margin-top: -30px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_imageBox_zoom {
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_imageBox_zoom::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imageBox_modal_inner {
    max-width: 95%;
  }
  .bl_imageBox_modal_close::before, .bl_imageBox_modal_close::after {
    width: 35px;
    right: -5px;
    top: 20px;
  }
}
.bl_textBox {
  padding: 40px;
  border: 1px solid #707070;
}
.bl_textBox .el_h3 + .el_h5 {
  margin-top: 20px;
}
.bl_textBox_txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .bl_textBox {
    padding: 25px;
  }
}
.bl_table_cont {
  width: 100%;
}
.bl_table th,
.bl_table td {
  padding: 15px;
  border: 1px solid #ddd;
}
.bl_table_head th {
  background: #007c00;
  color: #fff;
  text-align: center;
}
.bl_table_head td {
  background: #eff4ef;
  text-align: center;
}
.bl_table_body th {
  background: #eff4ef;
}
@media screen and (max-width: 767px) {
  .bl_table th,
.bl_table td {
    padding: 12px;
  }
  .bl_tableScrool {
    display: block;
    overflow-x: scroll;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .bl_tableScrool::-webkit-scrollbar {
    height: 6px;
  }
  .bl_tableScrool::-webkit-scrollbar-thumb {
    background-color: #B5B5B5;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  }
  .bl_tableScrool .bl_table_cont {
    width: 700px;
  }
}
.bl_localNav {
  padding: 75px 0;
  background: #eff4ef;
}
.bl_localNav_inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bl_localNav_inner {
    width: calc(100% - 30px);
  }
}
.bl_localNav .el_h3 {
  padding-bottom: 0;
}
.bl_localNav .el_h3 a, .bl_localNav .el_h3 span {
  display: block;
  color: #000;
  padding-bottom: 22px;
}
.bl_localNav .el_h3 a::before {
  height: 3px;
}
.bl_localNav_nav {
  margin-top: 45px;
}
.bl_localNav_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .bl_localNav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_localNav_item {
  display: none;
}
.bl_localNav_item.js-lNavCat {
  display: block;
}
.bl_localNav_item a::before {
  background: #fff;
}
.bl_localNav_item a.js-lNavCurrent {
  background: #fff;
  color: #007c00;
}
.bl_localNav_item a.js-lNavCurrent::after {
  background-image: url(/english/ir/assets/img/common/ico_arrow_gr.svg);
}
@media screen and (min-width: 768px), print {
  .bl_localNav_list {
    -webkit-transform: translate(-15px, -15px);
            transform: translate(-15px, -15px);
    width: calc(100% + 30px);
  }
  .bl_localNav_item {
    margin: 15px;
  }
  .bl_localNav_item a.js-lNavCurrent:hover {
    color: #fff;
  }
  .bl_localNav_item a.js-lNavCurrent:hover::before {
    background: #007c00;
  }
  .bl_localNav_item a.js-lNavCurrent:hover::after {
    background-image: url(/english/ir/assets/img/common/ico_arrow_wh.svg);
  }
}
@media screen and (max-width: 767px) {
  .bl_localNav {
    padding: 20px 10px;
  }
  .bl_localNav .el_h3 a, .bl_localNav .el_h3 span {
    padding-bottom: 15px;
  }
  .bl_localNav_nav {
    margin-top: 20px;
  }
  .bl_localNav_item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.bl_connectionLink_btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .bl_connectionLink_btn .el_linkBtn {
    width: 80%;
  }
  .bl_connectionLink_btn .el_linkBtn a {
    width: 100%;
    min-width: auto;
  }
  .bl_connectionLink_btn .el_linkBtn a::before {
    background: #fff;
  }
  .bl_connection .ly_columns_item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_connectionLink_btn {
    margin-top: 15px;
  }
  .bl_connection .ly_columns_item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.bl_sdgsTitle {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .bl_sdgsTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_sdgsTitle_ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bl_sdgsTitle_ico > img {
  width: 70px;
  height: 70px;
  margin-left: 12px;
}
@media screen and (min-width: 768px), print {
  .bl_sdgsTitle .el_h3 {
    width: 620px;
  }
  .bl_sdgsTitle_ico {
    width: 492px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl_sdgsTitle_ico > img:nth-child(n+7) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bl_sdgsTitle {
    padding-bottom: 15px;
    border-bottom: #ddd solid 1px;
    position: relative;
  }
  .bl_sdgsTitle::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #007c00;
    left: 0;
    bottom: -2px;
  }
  .bl_sdgsTitle .el_h3 {
    border-bottom: none;
  }
  .bl_sdgsTitle .el_h3::before {
    content: none;
  }
  .bl_sdgsTitle_ico {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .bl_sdgsTitle_ico > img {
    width: calc(20% - 10px);
    height: calc(20% - 10px);
    margin-left: 10px;
  }
  .bl_sdgsTitle_ico > img:nth-child(n+6) {
    margin-top: 10px;
  }
}
.bl_calculationTable_cont {
  width: 100%;
}
.bl_calculationTable_cont thead th {
  color: #007c00;
  font-weight: 600;
  font-size: 1.25rem;
  padding-bottom: 20px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .bl_calculationTable_cont thead th {
    font-size: 1.4285714286rem;
  }
}
.bl_calculationTable_cont thead td {
  text-align: center;
  color: #888;
  padding-bottom: 20px;
  width: 20%;
}
.bl_calculationTable_cont thead td:nth-child(2) {
  width: 10%;
}
.bl_calculationTable_cont tbody th {
  padding: 10px 20px;
  border-top: 1px solid #eee;
}
.bl_calculationTable_cont tbody td {
  text-align: center;
  padding: 20px 10px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .bl_calculationTable_cont {
    width: 700px;
  }
  .bl_calculationTable_cont tbody th {
    padding-left: 0;
  }
  .bl_calculationTable_cont tbody td {
    padding: 10px;
  }
}
.bl_cta {
  background: #eff4ef;
  padding: 65px 0;
}
.bl_cta_box {
  background: #fff;
  padding: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .bl_cta_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta_box {
    width: calc(100% - 30px);
  }
}
.bl_cta_ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bl_cta_ttl {
    font-size: 1.7142857143rem;
  }
}
.bl_cta_ttl::before {
  top: 6px;
}
.bl_cta_ttl::after {
  top: 16px;
}
.bl_cta_info {
  margin-top: 30px;
}
.bl_cta_infoList {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .bl_cta_infoList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_cta_infoLine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bl_cta_infoLine dd {
  position: relative;
  padding-left: 1em;
}
.bl_cta_infoLine dd::before {
  content: " :";
  position: absolute;
  top: 0;
  left: 5px;
}
.bl_cta_infoLine dd > span {
  display: inline-block;
}
.bl_cta_btn[target=_blank] {
  width: 360px;
  height: 155px;
  position: relative;
  padding: 35px 10px;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #007c00;
  color: #fff;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .bl_cta_btn[target=_blank] {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
.bl_cta_btn[target=_blank]::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #eff4ef;
  left: 0;
  top: 0;
}
.bl_cta_btn[target=_blank]::after {
  width: 15px;
  height: 15px;
  margin-left: 0;
  right: 15px;
  -webkit-transition: none;
  transition: none;
  background-image: url(/english/ir/assets/img/common/ico_arrow_wh.svg);
  z-index: 1;
}
.bl_cta_btnTtl {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  max-width: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  max-width: calc(100% - 35px);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .bl_cta_btnTtl {
    font-size: 1.1428571429rem;
  }
}
.bl_cta_btnTtl::before {
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/english/ir/assets/img/common/ico_inquiry_wh.svg);
  top: 0;
}
.bl_cta_btnTtl > p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .bl_cta_btn[target=_blank]:hover::before {
    width: 100%;
  }
  .bl_cta_btn[target=_blank]:hover::after {
    background-image: url(/english/ir/assets/img/common/ico_arrow_gr.svg);
  }
  .bl_cta_btn[target=_blank]:hover .bl_cta_btnTtl {
    color: #007c00;
  }
  .bl_cta_btn[target=_blank]:hover .bl_cta_btnTtl::before {
    background-image: url(/english/ir/assets/img/common/ico_inquiry_gr.svg);
  }
  .bl_cta_cont {
    /* width: calc(100% - 500px); */
  }
  .bl_cta_infoLine:nth-child(3), .bl_cta_infoLine:nth-child(4) {
    width: auto;
  }
  .bl_cta_infoLine:nth-child(4) {
    margin-left: 1em;
  }
  .bl_cta_infoLine dd > span:nth-child(n+2) {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta {
    padding: 30px 15px;
  }
  .bl_cta_box {
    padding: 30px;
  }
  .bl_cta_ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_cta_ttl {
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta_ttl::before {
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta_ttl::after {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta_info {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_cta_info {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta_link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta_btn[target=_blank] {
    width: 100%;
    height: 58px;
  }
  .bl_cta_btn[target=_blank]::after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
  .bl_cta_btnTtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.5vw;
    margin-top: 0;
    padding-left: 4vw;
  }
  .bl_cta_btnTtl::before {
    width: 21px;
    height: 21px;
    top: auto;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .bl_cta_btnTtl > p {
    margin: 0 0 0 3vw;
  }
}
@media screen and (max-width: 767px) {
  .bl_cta_infoLine dt {
    min-width: 5.1em;
    flex-shrink: 0;
  }
  .bl_cta_infoLine:last-child dd > span {
    display: block;
  }
}
.bl_faq_line:nth-child(n+2) {
  margin-top: 45px;
}
.bl_faq_ttl {
  padding: 0 0 25px 70px;
  border-bottom: 3px solid #007c00;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_faq_ttl {
    font-size: 1.4285714286rem;
  }
}
.bl_faq_ttl::before {
  position: absolute;
  content: "Q.";
  left: 25px;
  top: 0;
  color: #007c00;
}
.bl_faq_A {
  margin-top: 30px;
  background: #f7f7f7;
  padding: 30px 40px 30px 70px;
  position: relative;
}
.bl_faq_A::before {
  position: absolute;
  content: "A.";
  left: 25px;
  top: 30px;
  color: #dd0f18;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bl_faq_A::before {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px), print {
  .bl_faq_A_dlList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_faq_A_dlList + dl {
  margin-top: 0.5em;
}
.bl_faq_A_dlList > dt {
  padding-right: 1em;
}
.bl_faq_A_dlList > dt > span {
  width: 2.5em;
  display: inline-block;
  text-align: right;
}
.bl_faq_A_dlList > dd {
  width: calc(100% - 115px);
}
@media screen and (max-width: 767px) {
  .bl_faq_line:nth-child(n+2) {
    margin-top: 30px;
  }
  .bl_faq_ttl {
    padding: 0 0 15px 50px;
    border-bottom-width: 2px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_faq_ttl {
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_ttl::before {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_A {
    margin-top: 20px;
    padding: 20px 20px 20px 50px;
  }
  .bl_faq_A::before {
    left: 15px;
    top: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_faq_A::before {
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_A_dlList > dd {
    width: 100%;
  }
}

/* /_block.scss
-------------------------------------------------------*/
/* _hp.css 
-------------------------------------------------------*/
.hp_fc_bk {
  color: #000 !important;
}
.hp_fc_gr {
  color: #007c00 !important;
}
.hp_fc_gr {
  color: #888 !important;
}
.hp_fc_gr2 {
  color: #f7f7f7 !important;
}
.hp_fc_gr3 {
  color: #eee !important;
}
.hp_fc_wh {
  color: #fff !important;
}
.hp_fc_rd {
  color: #dd0f18 !important;
}
.hp_dis_b {
  display: block !important;
}
.hp_dis_ib {
  display: inline-block !important;
}
.hp_dis_i {
  display: inline !important;
}
@media screen and (min-width: 768px), print {
  .hp_dis_b_pc {
    display: block !important;
  }
  .hp_dis_ib_pc {
    display: inline-block !important;
  }
  .hp_dis_i_pc {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_dis_b_sp {
    display: block !important;
  }
  .hp_dis_ib_sp {
    display: inline-block !important;
  }
  .hp_dis_i_sp {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .hp_pcView {
    display: block !important;
  }
  .hp_spView {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px), print {
  .hp_pcMidView {
    display: block !important;
  }
  .hp_pcMaxView {
    display: none !important;
  }
}
@media screen and (max-width: 1260px), print {
  .hp_pcMid2View {
    display: block !important;
  }
  .hp_pcMaxView {
    display: none !important;
  }
}
@media screen and (min-width: 1261px) {
  .hp_pcMaxView {
    display: block !important;
  }
  .hp_pcMid2View {
    display: none !important;
  }
  .hp_pcMidView {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_spView {
    display: block !important;
  }
  .hp_pcView {
    display: none !important;
  }
  .hp_pcMidView {
    display: none !important;
  }
  .hp_pcMaxView {
    display: none !important;
  }
}
.hp_fw_n {
  font-weight: 300 !important;
}
.hp_fw_m {
  font-weight: 600 !important;
}
.hp_fw_b {
  font-weight: 900 !important;
}
.hp_fs_10px {
  font-size: 10px !important;
}
.hp_fs_11px {
  font-size: 11px !important;
}
.hp_fs_12px {
  font-size: 12px !important;
}
.hp_fs_13px {
  font-size: 13px !important;
}
.hp_fs_14px {
  font-size: 14px !important;
}
.hp_fs_15px {
  font-size: 15px !important;
}
.hp_fs_16px {
  font-size: 16px !important;
}
.hp_fs_18px {
  font-size: 18px !important;
}
.hp_fs_20px {
  font-size: 20px !important;
}
.hp_fs_22px {
  font-size: 22px !important;
}
.hp_fs_24px {
  font-size: 24px !important;
}
.hp_fs_26px {
  font-size: 26px !important;
}
.hp_fs_28px {
  font-size: 28px !important;
}
.hp_fs_30px {
  font-size: 30px !important;
}
.hp_fs_32px {
  font-size: 32px !important;
}
.hp_fs_34px {
  font-size: 34px !important;
}
.hp_fs_36px {
  font-size: 36px !important;
}
.hp_fs_38px {
  font-size: 38px !important;
}
.hp_fs_40px {
  font-size: 40px !important;
}
.hp_fs_42px {
  font-size: 42px !important;
}
.hp_fs_44px {
  font-size: 44px !important;
}
.hp_fs_46px {
  font-size: 46px !important;
}
.hp_fs_48px {
  font-size: 48px !important;
}
.hp_fs_95e {
  font-size: 0.95em !important;
}
.hp_fs_9e {
  font-size: 0.9em !important;
}
.hp_fs_85e {
  font-size: 0.85em !important;
}
.hp_fs_8e {
  font-size: 0.8em !important;
}
.hp_fs_75e {
  font-size: 0.75em !important;
}
.hp_fs_7e {
  font-size: 0.7em !important;
}
@media screen and (max-width: 767px) {
  .hp_fs_10px_sp {
    font-size: 10px !important;
  }
  .hp_fs_11px_sp {
    font-size: 11px !important;
  }
  .hp_fs_12px_sp {
    font-size: 12px !important;
  }
  .hp_fs_13px_sp {
    font-size: 13px !important;
  }
  .hp_fs_14px_sp {
    font-size: 14px !important;
  }
  .hp_fs_15px_sp {
    font-size: 15px !important;
  }
  .hp_fs_16px_sp {
    font-size: 16px !important;
  }
  .hp_fs_18px_sp {
    font-size: 18px !important;
  }
  .hp_fs_20px_sp {
    font-size: 20px !important;
  }
  .hp_fs_22px_sp {
    font-size: 22px !important;
  }
  .hp_fs_24px_sp {
    font-size: 24px !important;
  }
  .hp_fs_26px_sp {
    font-size: 26px !important;
  }
  .hp_fs_28px_sp {
    font-size: 28px !important;
  }
  .hp_fs_30px_sp {
    font-size: 30px !important;
  }
  .hp_fs_32px_sp {
    font-size: 32px !important;
  }
  .hp_fs_34px_sp {
    font-size: 34px !important;
  }
  .hp_fs_36px_sp {
    font-size: 36px !important;
  }
  .hp_fs_38px_sp {
    font-size: 38px !important;
  }
  .hp_fs_40px_sp {
    font-size: 40px !important;
  }
  .hp_fs_42px_sp {
    font-size: 42px !important;
  }
  .hp_fs_44px_sp {
    font-size: 44px !important;
  }
  .hp_fs_46px_sp {
    font-size: 46px !important;
  }
  .hp_fs_48px_sp {
    font-size: 48px !important;
  }
  .hp_fs_95e_sp {
    font-size: 0.95em !important;
  }
  .hp_fs_9e_sp {
    font-size: 0.9em !important;
  }
  .hp_fs_85e_sp {
    font-size: 0.85em !important;
  }
  .hp_fs_8e_sp {
    font-size: 0.8em !important;
  }
  .hp_fs_75e_sp {
    font-size: 0.75em !important;
  }
  .hp_fs_7e_sp {
    font-size: 0.7em !important;
  }
}
.hp_bg_tp {
  background: transparent !important;
}
.hp_bg_bk {
  background: #000 !important;
}
.hp_bg_gr {
  background: #007c00 !important;
}
.hp_bg_gray {
  background: #888 !important;
}
.hp_bg_gray2 {
  background: #eee !important;
}
.hp_bg_gray3 {
  background: #f7f7f7 !important;
}
.hp_bg_wh {
  background: #fff !important;
}
.hp_bg_rd {
  background: #dd0f18 !important;
}
.hp_bd_bk {
  border: solid 1px #000 !important;
}
.hp_bd_gr {
  border: solid 1px #007c00 !important;
}
.hp_bd_gray {
  border: solid 1px #888 !important;
}
.hp_bd_rd5 {
  border-radius: 5px !important;
}
.hp_bd_rd10 {
  border-radius: 10px !important;
}
.hp_bd_rd15 {
  border-radius: 15px !important;
}
.hp_mAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mAuto_pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px), print {
  .hp_mAuto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.hp_mt_0 {
  margin-top: 0px !important;
}
.hp_mt_5 {
  margin-top: 5px !important;
}
.hp_mt_10 {
  margin-top: 10px !important;
}
.hp_mt_15 {
  margin-top: 15px !important;
}
.hp_mt_20 {
  margin-top: 20px !important;
}
.hp_mt_25 {
  margin-top: 25px !important;
}
.hp_mt_30 {
  margin-top: 30px !important;
}
.hp_mt_35 {
  margin-top: 35px !important;
}
.hp_mt_40 {
  margin-top: 40px !important;
}
.hp_mt_45 {
  margin-top: 45px !important;
}
.hp_mt_50 {
  margin-top: 50px !important;
}
.hp_mt_55 {
  margin-top: 55px !important;
}
.hp_mt_60 {
  margin-top: 60px !important;
}
.hp_mt_65 {
  margin-top: 65px !important;
}
.hp_mt_70 {
  margin-top: 70px !important;
}
.hp_mt_75 {
  margin-top: 75px !important;
}
.hp_mt_80 {
  margin-top: 80px !important;
}
.hp_mt_85 {
  margin-top: 85px !important;
}
.hp_mt_90 {
  margin-top: 90px !important;
}
.hp_mt_95 {
  margin-top: 95px !important;
}
.hp_mt_100 {
  margin-top: 100px !important;
}
.hp_mt_pfem {
  margin-top: 0.5em !important;
}
.hp_mt_1em {
  margin-top: 1em !important;
}
.hp_mt_1pfem {
  margin-top: 1.5em !important;
}
.hp_mt_2em {
  margin-top: 2em !important;
}
.hp_mt_2pfem {
  margin-top: 2.5em !important;
}
.hp_mt_3em {
  margin-top: 3em !important;
}
.hp_mt_auto {
  margin-top: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mt_0_pc {
    margin-top: 0px !important;
  }
  .hp_mt_5_pc {
    margin-top: 5px !important;
  }
  .hp_mt_10_pc {
    margin-top: 10px !important;
  }
  .hp_mt_15_pc {
    margin-top: 15px !important;
  }
  .hp_mt_20_pc {
    margin-top: 20px !important;
  }
  .hp_mt_25_pc {
    margin-top: 25px !important;
  }
  .hp_mt_30_pc {
    margin-top: 30px !important;
  }
  .hp_mt_35_pc {
    margin-top: 35px !important;
  }
  .hp_mt_40_pc {
    margin-top: 40px !important;
  }
  .hp_mt_45_pc {
    margin-top: 45px !important;
  }
  .hp_mt_50_pc {
    margin-top: 50px !important;
  }
  .hp_mt_55_pc {
    margin-top: 55px !important;
  }
  .hp_mt_60_pc {
    margin-top: 60px !important;
  }
  .hp_mt_65_pc {
    margin-top: 65px !important;
  }
  .hp_mt_70_pc {
    margin-top: 70px !important;
  }
  .hp_mt_75_pc {
    margin-top: 75px !important;
  }
  .hp_mt_80_pc {
    margin-top: 80px !important;
  }
  .hp_mt_85_pc {
    margin-top: 85px !important;
  }
  .hp_mt_90_pc {
    margin-top: 90px !important;
  }
  .hp_mt_95_pc {
    margin-top: 95px !important;
  }
  .hp_mt_100_pc {
    margin-top: 100px !important;
  }
  .hp_mt_pfem_pc {
    margin-top: 0.5em !important;
  }
  .hp_mt_1em_pc {
    margin-top: 1em !important;
  }
  .hp_mt_1pfem_pc {
    margin-top: 1.5em !important;
  }
  .hp_mt_2em_pc {
    margin-top: 2em !important;
  }
  .hp_mt_2pfem_pc {
    margin-top: 2.5em !important;
  }
  .hp_mt_3em_pc {
    margin-top: 3em !important;
  }
  .hp_mt_auto_pc {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_mt_0_sp {
    margin-top: 0px !important;
  }
  .hp_mt_5_sp {
    margin-top: 5px !important;
  }
  .hp_mt_10_sp {
    margin-top: 10px !important;
  }
  .hp_mt_15_sp {
    margin-top: 15px !important;
  }
  .hp_mt_20_sp {
    margin-top: 20px !important;
  }
  .hp_mt_25_sp {
    margin-top: 25px !important;
  }
  .hp_mt_30_sp {
    margin-top: 30px !important;
  }
  .hp_mt_35_sp {
    margin-top: 35px !important;
  }
  .hp_mt_40_sp {
    margin-top: 40px !important;
  }
  .hp_mt_45_sp {
    margin-top: 45px !important;
  }
  .hp_mt_50_sp {
    margin-top: 50px !important;
  }
  .hp_mt_55_sp {
    margin-top: 55px !important;
  }
  .hp_mt_60_sp {
    margin-top: 60px !important;
  }
  .hp_mt_65_sp {
    margin-top: 65px !important;
  }
  .hp_mt_70_sp {
    margin-top: 70px !important;
  }
  .hp_mt_75_sp {
    margin-top: 75px !important;
  }
  .hp_mt_80_sp {
    margin-top: 80px !important;
  }
  .hp_mt_85_sp {
    margin-top: 85px !important;
  }
  .hp_mt_90_sp {
    margin-top: 90px !important;
  }
  .hp_mt_95_sp {
    margin-top: 95px !important;
  }
  .hp_mt_100_sp {
    margin-top: 100px !important;
  }
  .hp_mt_pfem_sp {
    margin-top: 0.5em !important;
  }
  .hp_mt_1em_sp {
    margin-top: 1em !important;
  }
  .hp_mt_1pfem_sp {
    margin-top: 1.5em !important;
  }
  .hp_mt_2em_sp {
    margin-top: 2em !important;
  }
  .hp_mt_2pfem_sp {
    margin-top: 2.5em !important;
  }
  .hp_mt_3em_sp {
    margin-top: 3em !important;
  }
  .hp_mt_auto_sp {
    margin-top: auto !important;
  }
}
.hp_mr_0 {
  margin-right: 0px !important;
}
.hp_mr_5 {
  margin-right: 5px !important;
}
.hp_mr_10 {
  margin-right: 10px !important;
}
.hp_mr_15 {
  margin-right: 15px !important;
}
.hp_mr_20 {
  margin-right: 20px !important;
}
.hp_mr_25 {
  margin-right: 25px !important;
}
.hp_mr_30 {
  margin-right: 30px !important;
}
.hp_mr_35 {
  margin-right: 35px !important;
}
.hp_mr_40 {
  margin-right: 40px !important;
}
.hp_mr_45 {
  margin-right: 45px !important;
}
.hp_mr_50 {
  margin-right: 50px !important;
}
.hp_mr_55 {
  margin-right: 55px !important;
}
.hp_mr_60 {
  margin-right: 60px !important;
}
.hp_mr_65 {
  margin-right: 65px !important;
}
.hp_mr_70 {
  margin-right: 70px !important;
}
.hp_mr_75 {
  margin-right: 75px !important;
}
.hp_mr_80 {
  margin-right: 80px !important;
}
.hp_mr_85 {
  margin-right: 85px !important;
}
.hp_mr_90 {
  margin-right: 90px !important;
}
.hp_mr_95 {
  margin-right: 95px !important;
}
.hp_mr_100 {
  margin-right: 100px !important;
}
.hp_mr_pfem {
  margin-right: 0.5em !important;
}
.hp_mr_1em {
  margin-right: 1em !important;
}
.hp_mr_1pfem {
  margin-right: 1.5em !important;
}
.hp_mr_2em {
  margin-right: 2em !important;
}
.hp_mr_2pfem {
  margin-right: 2.5em !important;
}
.hp_mr_3em {
  margin-right: 3em !important;
}
.hp_mr_auto {
  margin-right: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mr_0_pc {
    margin-right: 0px !important;
  }
  .hp_mr_5_pc {
    margin-right: 5px !important;
  }
  .hp_mr_10_pc {
    margin-right: 10px !important;
  }
  .hp_mr_15_pc {
    margin-right: 15px !important;
  }
  .hp_mr_20_pc {
    margin-right: 20px !important;
  }
  .hp_mr_25_pc {
    margin-right: 25px !important;
  }
  .hp_mr_30_pc {
    margin-right: 30px !important;
  }
  .hp_mr_35_pc {
    margin-right: 35px !important;
  }
  .hp_mr_40_pc {
    margin-right: 40px !important;
  }
  .hp_mr_45_pc {
    margin-right: 45px !important;
  }
  .hp_mr_50_pc {
    margin-right: 50px !important;
  }
  .hp_mr_55_pc {
    margin-right: 55px !important;
  }
  .hp_mr_60_pc {
    margin-right: 60px !important;
  }
  .hp_mr_65_pc {
    margin-right: 65px !important;
  }
  .hp_mr_70_pc {
    margin-right: 70px !important;
  }
  .hp_mr_75_pc {
    margin-right: 75px !important;
  }
  .hp_mr_80_pc {
    margin-right: 80px !important;
  }
  .hp_mr_85_pc {
    margin-right: 85px !important;
  }
  .hp_mr_90_pc {
    margin-right: 90px !important;
  }
  .hp_mr_95_pc {
    margin-right: 95px !important;
  }
  .hp_mr_100_pc {
    margin-right: 100px !important;
  }
  .hp_mr_pfem_pc {
    margin-right: 0.5em !important;
  }
  .hp_mr_1em_pc {
    margin-right: 1em !important;
  }
  .hp_mr_1pfem_pc {
    margin-right: 1.5em !important;
  }
  .hp_mr_2em_pc {
    margin-right: 2em !important;
  }
  .hp_mr_2pfem_pc {
    margin-right: 2.5em !important;
  }
  .hp_mr_3em_pc {
    margin-right: 3em !important;
  }
  .hp_mr_auto_pc {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_mr_0_sp {
    margin-right: 0px !important;
  }
  .hp_mr_5_sp {
    margin-right: 5px !important;
  }
  .hp_mr_10_sp {
    margin-right: 10px !important;
  }
  .hp_mr_15_sp {
    margin-right: 15px !important;
  }
  .hp_mr_20_sp {
    margin-right: 20px !important;
  }
  .hp_mr_25_sp {
    margin-right: 25px !important;
  }
  .hp_mr_30_sp {
    margin-right: 30px !important;
  }
  .hp_mr_35_sp {
    margin-right: 35px !important;
  }
  .hp_mr_40_sp {
    margin-right: 40px !important;
  }
  .hp_mr_45_sp {
    margin-right: 45px !important;
  }
  .hp_mr_50_sp {
    margin-right: 50px !important;
  }
  .hp_mr_55_sp {
    margin-right: 55px !important;
  }
  .hp_mr_60_sp {
    margin-right: 60px !important;
  }
  .hp_mr_65_sp {
    margin-right: 65px !important;
  }
  .hp_mr_70_sp {
    margin-right: 70px !important;
  }
  .hp_mr_75_sp {
    margin-right: 75px !important;
  }
  .hp_mr_80_sp {
    margin-right: 80px !important;
  }
  .hp_mr_85_sp {
    margin-right: 85px !important;
  }
  .hp_mr_90_sp {
    margin-right: 90px !important;
  }
  .hp_mr_95_sp {
    margin-right: 95px !important;
  }
  .hp_mr_100_sp {
    margin-right: 100px !important;
  }
  .hp_mr_pfem_sp {
    margin-right: 0.5em !important;
  }
  .hp_mr_1em_sp {
    margin-right: 1em !important;
  }
  .hp_mr_1pfem_sp {
    margin-right: 1.5em !important;
  }
  .hp_mr_2em_sp {
    margin-right: 2em !important;
  }
  .hp_mr_2pfem_sp {
    margin-right: 2.5em !important;
  }
  .hp_mr_3em_sp {
    margin-right: 3em !important;
  }
  .hp_mr_auto_sp {
    margin-right: auto !important;
  }
}
.hp_mb_0 {
  margin-bottom: 0px !important;
}
.hp_mb_5 {
  margin-bottom: 5px !important;
}
.hp_mb_10 {
  margin-bottom: 10px !important;
}
.hp_mb_15 {
  margin-bottom: 15px !important;
}
.hp_mb_20 {
  margin-bottom: 20px !important;
}
.hp_mb_25 {
  margin-bottom: 25px !important;
}
.hp_mb_30 {
  margin-bottom: 30px !important;
}
.hp_mb_35 {
  margin-bottom: 35px !important;
}
.hp_mb_40 {
  margin-bottom: 40px !important;
}
.hp_mb_45 {
  margin-bottom: 45px !important;
}
.hp_mb_50 {
  margin-bottom: 50px !important;
}
.hp_mb_55 {
  margin-bottom: 55px !important;
}
.hp_mb_60 {
  margin-bottom: 60px !important;
}
.hp_mb_65 {
  margin-bottom: 65px !important;
}
.hp_mb_70 {
  margin-bottom: 70px !important;
}
.hp_mb_75 {
  margin-bottom: 75px !important;
}
.hp_mb_80 {
  margin-bottom: 80px !important;
}
.hp_mb_85 {
  margin-bottom: 85px !important;
}
.hp_mb_90 {
  margin-bottom: 90px !important;
}
.hp_mb_95 {
  margin-bottom: 95px !important;
}
.hp_mb_100 {
  margin-bottom: 100px !important;
}
.hp_mb_pfem {
  margin-bottom: 0.5em !important;
}
.hp_mb_1em {
  margin-bottom: 1em !important;
}
.hp_mb_1pfem {
  margin-bottom: 1.5em !important;
}
.hp_mb_2em {
  margin-bottom: 2em !important;
}
.hp_mb_2pfem {
  margin-bottom: 2.5em !important;
}
.hp_mb_3em {
  margin-bottom: 3em !important;
}
.hp_mb_auto {
  margin-bottom: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mb_0_pc {
    margin-bottom: 0px !important;
  }
  .hp_mb_5_pc {
    margin-bottom: 5px !important;
  }
  .hp_mb_10_pc {
    margin-bottom: 10px !important;
  }
  .hp_mb_15_pc {
    margin-bottom: 15px !important;
  }
  .hp_mb_20_pc {
    margin-bottom: 20px !important;
  }
  .hp_mb_25_pc {
    margin-bottom: 25px !important;
  }
  .hp_mb_30_pc {
    margin-bottom: 30px !important;
  }
  .hp_mb_35_pc {
    margin-bottom: 35px !important;
  }
  .hp_mb_40_pc {
    margin-bottom: 40px !important;
  }
  .hp_mb_45_pc {
    margin-bottom: 45px !important;
  }
  .hp_mb_50_pc {
    margin-bottom: 50px !important;
  }
  .hp_mb_55_pc {
    margin-bottom: 55px !important;
  }
  .hp_mb_60_pc {
    margin-bottom: 60px !important;
  }
  .hp_mb_65_pc {
    margin-bottom: 65px !important;
  }
  .hp_mb_70_pc {
    margin-bottom: 70px !important;
  }
  .hp_mb_75_pc {
    margin-bottom: 75px !important;
  }
  .hp_mb_80_pc {
    margin-bottom: 80px !important;
  }
  .hp_mb_85_pc {
    margin-bottom: 85px !important;
  }
  .hp_mb_90_pc {
    margin-bottom: 90px !important;
  }
  .hp_mb_95_pc {
    margin-bottom: 95px !important;
  }
  .hp_mb_100_pc {
    margin-bottom: 100px !important;
  }
  .hp_mb_pfem_pc {
    margin-bottom: 0.5em !important;
  }
  .hp_mb_1em_pc {
    margin-bottom: 1em !important;
  }
  .hp_mb_1pfem_pc {
    margin-bottom: 1.5em !important;
  }
  .hp_mb_2em_pc {
    margin-bottom: 2em !important;
  }
  .hp_mb_2pfem_pc {
    margin-bottom: 2.5em !important;
  }
  .hp_mb_3em_pc {
    margin-bottom: 3em !important;
  }
  .hp_mb_auto_pc {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_mb_0_sp {
    margin-bottom: 0px !important;
  }
  .hp_mb_5_sp {
    margin-bottom: 5px !important;
  }
  .hp_mb_10_sp {
    margin-bottom: 10px !important;
  }
  .hp_mb_15_sp {
    margin-bottom: 15px !important;
  }
  .hp_mb_20_sp {
    margin-bottom: 20px !important;
  }
  .hp_mb_25_sp {
    margin-bottom: 25px !important;
  }
  .hp_mb_30_sp {
    margin-bottom: 30px !important;
  }
  .hp_mb_35_sp {
    margin-bottom: 35px !important;
  }
  .hp_mb_40_sp {
    margin-bottom: 40px !important;
  }
  .hp_mb_45_sp {
    margin-bottom: 45px !important;
  }
  .hp_mb_50_sp {
    margin-bottom: 50px !important;
  }
  .hp_mb_55_sp {
    margin-bottom: 55px !important;
  }
  .hp_mb_60_sp {
    margin-bottom: 60px !important;
  }
  .hp_mb_65_sp {
    margin-bottom: 65px !important;
  }
  .hp_mb_70_sp {
    margin-bottom: 70px !important;
  }
  .hp_mb_75_sp {
    margin-bottom: 75px !important;
  }
  .hp_mb_80_sp {
    margin-bottom: 80px !important;
  }
  .hp_mb_85_sp {
    margin-bottom: 85px !important;
  }
  .hp_mb_90_sp {
    margin-bottom: 90px !important;
  }
  .hp_mb_95_sp {
    margin-bottom: 95px !important;
  }
  .hp_mb_100_sp {
    margin-bottom: 100px !important;
  }
  .hp_mb_pfem_sp {
    margin-bottom: 0.5em !important;
  }
  .hp_mb_1em_sp {
    margin-bottom: 1em !important;
  }
  .hp_mb_1pfem_sp {
    margin-bottom: 1.5em !important;
  }
  .hp_mb_2em_sp {
    margin-bottom: 2em !important;
  }
  .hp_mb_2pfem_sp {
    margin-bottom: 2.5em !important;
  }
  .hp_mb_3em_sp {
    margin-bottom: 3em !important;
  }
  .hp_mb_auto_sp {
    margin-bottom: auto !important;
  }
}
.hp_ml_0 {
  margin-left: 0px !important;
}
.hp_ml_5 {
  margin-left: 5px !important;
}
.hp_ml_10 {
  margin-left: 10px !important;
}
.hp_ml_15 {
  margin-left: 15px !important;
}
.hp_ml_20 {
  margin-left: 20px !important;
}
.hp_ml_25 {
  margin-left: 25px !important;
}
.hp_ml_30 {
  margin-left: 30px !important;
}
.hp_ml_35 {
  margin-left: 35px !important;
}
.hp_ml_40 {
  margin-left: 40px !important;
}
.hp_ml_45 {
  margin-left: 45px !important;
}
.hp_ml_50 {
  margin-left: 50px !important;
}
.hp_ml_55 {
  margin-left: 55px !important;
}
.hp_ml_60 {
  margin-left: 60px !important;
}
.hp_ml_65 {
  margin-left: 65px !important;
}
.hp_ml_70 {
  margin-left: 70px !important;
}
.hp_ml_75 {
  margin-left: 75px !important;
}
.hp_ml_80 {
  margin-left: 80px !important;
}
.hp_ml_85 {
  margin-left: 85px !important;
}
.hp_ml_90 {
  margin-left: 90px !important;
}
.hp_ml_95 {
  margin-left: 95px !important;
}
.hp_ml_100 {
  margin-left: 100px !important;
}
.hp_ml_pfem {
  margin-left: 0.5em !important;
}
.hp_ml_1em {
  margin-left: 1em !important;
}
.hp_ml_1pfem {
  margin-left: 1.5em !important;
}
.hp_ml_2em {
  margin-left: 2em !important;
}
.hp_ml_2pfem {
  margin-left: 2.5em !important;
}
.hp_ml_3em {
  margin-left: 3em !important;
}
.hp_ml_auto {
  margin-left: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_ml_0_pc {
    margin-left: 0px !important;
  }
  .hp_ml_5_pc {
    margin-left: 5px !important;
  }
  .hp_ml_10_pc {
    margin-left: 10px !important;
  }
  .hp_ml_15_pc {
    margin-left: 15px !important;
  }
  .hp_ml_20_pc {
    margin-left: 20px !important;
  }
  .hp_ml_25_pc {
    margin-left: 25px !important;
  }
  .hp_ml_30_pc {
    margin-left: 30px !important;
  }
  .hp_ml_35_pc {
    margin-left: 35px !important;
  }
  .hp_ml_40_pc {
    margin-left: 40px !important;
  }
  .hp_ml_45_pc {
    margin-left: 45px !important;
  }
  .hp_ml_50_pc {
    margin-left: 50px !important;
  }
  .hp_ml_55_pc {
    margin-left: 55px !important;
  }
  .hp_ml_60_pc {
    margin-left: 60px !important;
  }
  .hp_ml_65_pc {
    margin-left: 65px !important;
  }
  .hp_ml_70_pc {
    margin-left: 70px !important;
  }
  .hp_ml_75_pc {
    margin-left: 75px !important;
  }
  .hp_ml_80_pc {
    margin-left: 80px !important;
  }
  .hp_ml_85_pc {
    margin-left: 85px !important;
  }
  .hp_ml_90_pc {
    margin-left: 90px !important;
  }
  .hp_ml_95_pc {
    margin-left: 95px !important;
  }
  .hp_ml_100_pc {
    margin-left: 100px !important;
  }
  .hp_ml_pfem_pc {
    margin-left: 0.5em !important;
  }
  .hp_ml_1em_pc {
    margin-left: 1em !important;
  }
  .hp_ml_1pfem_pc {
    margin-left: 1.5em !important;
  }
  .hp_ml_2em_pc {
    margin-left: 2em !important;
  }
  .hp_ml_2pfem_pc {
    margin-left: 2.5em !important;
  }
  .hp_ml_3em_pc {
    margin-left: 3em !important;
  }
  .hp_ml_auto_pc {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_ml_0_sp {
    margin-left: 0px !important;
  }
  .hp_ml_5_sp {
    margin-left: 5px !important;
  }
  .hp_ml_10_sp {
    margin-left: 10px !important;
  }
  .hp_ml_15_sp {
    margin-left: 15px !important;
  }
  .hp_ml_20_sp {
    margin-left: 20px !important;
  }
  .hp_ml_25_sp {
    margin-left: 25px !important;
  }
  .hp_ml_30_sp {
    margin-left: 30px !important;
  }
  .hp_ml_35_sp {
    margin-left: 35px !important;
  }
  .hp_ml_40_sp {
    margin-left: 40px !important;
  }
  .hp_ml_45_sp {
    margin-left: 45px !important;
  }
  .hp_ml_50_sp {
    margin-left: 50px !important;
  }
  .hp_ml_55_sp {
    margin-left: 55px !important;
  }
  .hp_ml_60_sp {
    margin-left: 60px !important;
  }
  .hp_ml_65_sp {
    margin-left: 65px !important;
  }
  .hp_ml_70_sp {
    margin-left: 70px !important;
  }
  .hp_ml_75_sp {
    margin-left: 75px !important;
  }
  .hp_ml_80_sp {
    margin-left: 80px !important;
  }
  .hp_ml_85_sp {
    margin-left: 85px !important;
  }
  .hp_ml_90_sp {
    margin-left: 90px !important;
  }
  .hp_ml_95_sp {
    margin-left: 95px !important;
  }
  .hp_ml_100_sp {
    margin-left: 100px !important;
  }
  .hp_ml_pfem_sp {
    margin-left: 0.5em !important;
  }
  .hp_ml_1em_sp {
    margin-left: 1em !important;
  }
  .hp_ml_1pfem_sp {
    margin-left: 1.5em !important;
  }
  .hp_ml_2em_sp {
    margin-left: 2em !important;
  }
  .hp_ml_2pfem_sp {
    margin-left: 2.5em !important;
  }
  .hp_ml_3em_sp {
    margin-left: 3em !important;
  }
  .hp_ml_auto_sp {
    margin-left: auto !important;
  }
}
.hp_p_0 {
  padding: 0px !important;
}
.hp_p_5 {
  padding: 5px !important;
}
.hp_p_10 {
  padding: 10px !important;
}
.hp_p_15 {
  padding: 15px !important;
}
.hp_p_20 {
  padding: 20px !important;
}
.hp_p_25 {
  padding: 25px !important;
}
.hp_p_30 {
  padding: 30px !important;
}
.hp_p_35 {
  padding: 35px !important;
}
.hp_p_40 {
  padding: 40px !important;
}
.hp_p_45 {
  padding: 45px !important;
}
.hp_p_50 {
  padding: 50px !important;
}
.hp_p_55 {
  padding: 55px !important;
}
.hp_p_60 {
  padding: 60px !important;
}
.hp_p_65 {
  padding: 65px !important;
}
.hp_p_70 {
  padding: 70px !important;
}
.hp_p_75 {
  padding: 75px !important;
}
.hp_p_80 {
  padding: 80px !important;
}
.hp_p_85 {
  padding: 85px !important;
}
.hp_p_90 {
  padding: 90px !important;
}
.hp_p_95 {
  padding: 95px !important;
}
.hp_p_100 {
  padding: 100px !important;
}
.hp_p_pfem {
  padding: 0.5em !important;
}
.hp_p_1em {
  padding: 1em !important;
}
.hp_p_1pfem {
  padding: 1.5em !important;
}
.hp_p_2em {
  padding: 2em !important;
}
.hp_p_2pfem {
  padding: 2.5em !important;
}
.hp_p_3em {
  padding: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_p_0_pc {
    padding: 0px !important;
  }
  .hp_p_5_pc {
    padding: 5px !important;
  }
  .hp_p_10_pc {
    padding: 10px !important;
  }
  .hp_p_15_pc {
    padding: 15px !important;
  }
  .hp_p_20_pc {
    padding: 20px !important;
  }
  .hp_p_25_pc {
    padding: 25px !important;
  }
  .hp_p_30_pc {
    padding: 30px !important;
  }
  .hp_p_35_pc {
    padding: 35px !important;
  }
  .hp_p_40_pc {
    padding: 40px !important;
  }
  .hp_p_45_pc {
    padding: 45px !important;
  }
  .hp_p_50_pc {
    padding: 50px !important;
  }
  .hp_p_55_pc {
    padding: 55px !important;
  }
  .hp_p_60_pc {
    padding: 60px !important;
  }
  .hp_p_65_pc {
    padding: 65px !important;
  }
  .hp_p_70_pc {
    padding: 70px !important;
  }
  .hp_p_75_pc {
    padding: 75px !important;
  }
  .hp_p_80_pc {
    padding: 80px !important;
  }
  .hp_p_85_pc {
    padding: 85px !important;
  }
  .hp_p_90_pc {
    padding: 90px !important;
  }
  .hp_p_95_pc {
    padding: 95px !important;
  }
  .hp_p_100_pc {
    padding: 100px !important;
  }
  .hp_p_pfem_pc {
    padding: 0.5em !important;
  }
  .hp_p_1em_pc {
    padding: 1em !important;
  }
  .hp_p_1pfem_pc {
    padding: 1.5em !important;
  }
  .hp_p_2em_pc {
    padding: 2em !important;
  }
  .hp_p_2pfem_pc {
    padding: 2.5em !important;
  }
  .hp_p_3em_pc {
    padding: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_p_0_sp {
    padding: 0px !important;
  }
  .hp_p_5_sp {
    padding: 5px !important;
  }
  .hp_p_10_sp {
    padding: 10px !important;
  }
  .hp_p_15_sp {
    padding: 15px !important;
  }
  .hp_p_20_sp {
    padding: 20px !important;
  }
  .hp_p_25_sp {
    padding: 25px !important;
  }
  .hp_p_30_sp {
    padding: 30px !important;
  }
  .hp_p_35_sp {
    padding: 35px !important;
  }
  .hp_p_40_sp {
    padding: 40px !important;
  }
  .hp_p_45_sp {
    padding: 45px !important;
  }
  .hp_p_50_sp {
    padding: 50px !important;
  }
  .hp_p_55_sp {
    padding: 55px !important;
  }
  .hp_p_60_sp {
    padding: 60px !important;
  }
  .hp_p_65_sp {
    padding: 65px !important;
  }
  .hp_p_70_sp {
    padding: 70px !important;
  }
  .hp_p_75_sp {
    padding: 75px !important;
  }
  .hp_p_80_sp {
    padding: 80px !important;
  }
  .hp_p_85_sp {
    padding: 85px !important;
  }
  .hp_p_90_sp {
    padding: 90px !important;
  }
  .hp_p_95_sp {
    padding: 95px !important;
  }
  .hp_p_100_sp {
    padding: 100px !important;
  }
  .hp_p_pfem_sp {
    padding: 0.5em !important;
  }
  .hp_p_1em_sp {
    padding: 1em !important;
  }
  .hp_p_1pfem_sp {
    padding: 1.5em !important;
  }
  .hp_p_2em_sp {
    padding: 2em !important;
  }
  .hp_p_2pfem_sp {
    padding: 2.5em !important;
  }
  .hp_p_3em_sp {
    padding: 3em !important;
  }
}
.hp_pt_0 {
  padding-top: 0px !important;
}
.hp_pt_5 {
  padding-top: 5px !important;
}
.hp_pt_10 {
  padding-top: 10px !important;
}
.hp_pt_15 {
  padding-top: 15px !important;
}
.hp_pt_20 {
  padding-top: 20px !important;
}
.hp_pt_25 {
  padding-top: 25px !important;
}
.hp_pt_30 {
  padding-top: 30px !important;
}
.hp_pt_35 {
  padding-top: 35px !important;
}
.hp_pt_40 {
  padding-top: 40px !important;
}
.hp_pt_45 {
  padding-top: 45px !important;
}
.hp_pt_50 {
  padding-top: 50px !important;
}
.hp_pt_55 {
  padding-top: 55px !important;
}
.hp_pt_60 {
  padding-top: 60px !important;
}
.hp_pt_65 {
  padding-top: 65px !important;
}
.hp_pt_70 {
  padding-top: 70px !important;
}
.hp_pt_75 {
  padding-top: 75px !important;
}
.hp_pt_80 {
  padding-top: 80px !important;
}
.hp_pt_85 {
  padding-top: 85px !important;
}
.hp_pt_90 {
  padding-top: 90px !important;
}
.hp_pt_95 {
  padding-top: 95px !important;
}
.hp_pt_100 {
  padding-top: 100px !important;
}
.hp_pt_pfem {
  padding-top: 0.5em !important;
}
.hp_pt_1em {
  padding-top: 1em !important;
}
.hp_pt_1pfem {
  padding-top: 1.5em !important;
}
.hp_pt_2em {
  padding-top: 2em !important;
}
.hp_pt_2pfem {
  padding-top: 2.5em !important;
}
.hp_pt_3em {
  padding-top: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pt_0_pc {
    padding-top: 0px !important;
  }
  .hp_pt_5_pc {
    padding-top: 5px !important;
  }
  .hp_pt_10_pc {
    padding-top: 10px !important;
  }
  .hp_pt_15_pc {
    padding-top: 15px !important;
  }
  .hp_pt_20_pc {
    padding-top: 20px !important;
  }
  .hp_pt_25_pc {
    padding-top: 25px !important;
  }
  .hp_pt_30_pc {
    padding-top: 30px !important;
  }
  .hp_pt_35_pc {
    padding-top: 35px !important;
  }
  .hp_pt_40_pc {
    padding-top: 40px !important;
  }
  .hp_pt_45_pc {
    padding-top: 45px !important;
  }
  .hp_pt_50_pc {
    padding-top: 50px !important;
  }
  .hp_pt_55_pc {
    padding-top: 55px !important;
  }
  .hp_pt_60_pc {
    padding-top: 60px !important;
  }
  .hp_pt_65_pc {
    padding-top: 65px !important;
  }
  .hp_pt_70_pc {
    padding-top: 70px !important;
  }
  .hp_pt_75_pc {
    padding-top: 75px !important;
  }
  .hp_pt_80_pc {
    padding-top: 80px !important;
  }
  .hp_pt_85_pc {
    padding-top: 85px !important;
  }
  .hp_pt_90_pc {
    padding-top: 90px !important;
  }
  .hp_pt_95_pc {
    padding-top: 95px !important;
  }
  .hp_pt_100_pc {
    padding-top: 100px !important;
  }
  .hp_pt_pfem_pc {
    padding-top: 0.5em !important;
  }
  .hp_pt_1em_pc {
    padding-top: 1em !important;
  }
  .hp_pt_1pfem_pc {
    padding-top: 1.5em !important;
  }
  .hp_pt_2em_pc {
    padding-top: 2em !important;
  }
  .hp_pt_2pfem_pc {
    padding-top: 2.5em !important;
  }
  .hp_pt_3em_pc {
    padding-top: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pt_0_sp {
    padding-top: 0px !important;
  }
  .hp_pt_5_sp {
    padding-top: 5px !important;
  }
  .hp_pt_10_sp {
    padding-top: 10px !important;
  }
  .hp_pt_15_sp {
    padding-top: 15px !important;
  }
  .hp_pt_20_sp {
    padding-top: 20px !important;
  }
  .hp_pt_25_sp {
    padding-top: 25px !important;
  }
  .hp_pt_30_sp {
    padding-top: 30px !important;
  }
  .hp_pt_35_sp {
    padding-top: 35px !important;
  }
  .hp_pt_40_sp {
    padding-top: 40px !important;
  }
  .hp_pt_45_sp {
    padding-top: 45px !important;
  }
  .hp_pt_50_sp {
    padding-top: 50px !important;
  }
  .hp_pt_55_sp {
    padding-top: 55px !important;
  }
  .hp_pt_60_sp {
    padding-top: 60px !important;
  }
  .hp_pt_65_sp {
    padding-top: 65px !important;
  }
  .hp_pt_70_sp {
    padding-top: 70px !important;
  }
  .hp_pt_75_sp {
    padding-top: 75px !important;
  }
  .hp_pt_80_sp {
    padding-top: 80px !important;
  }
  .hp_pt_85_sp {
    padding-top: 85px !important;
  }
  .hp_pt_90_sp {
    padding-top: 90px !important;
  }
  .hp_pt_95_sp {
    padding-top: 95px !important;
  }
  .hp_pt_100_sp {
    padding-top: 100px !important;
  }
  .hp_pt_pfem_sp {
    padding-top: 0.5em !important;
  }
  .hp_pt_1em_sp {
    padding-top: 1em !important;
  }
  .hp_pt_1pfem_sp {
    padding-top: 1.5em !important;
  }
  .hp_pt_2em_sp {
    padding-top: 2em !important;
  }
  .hp_pt_2pfem_sp {
    padding-top: 2.5em !important;
  }
  .hp_pt_3em_sp {
    padding-top: 3em !important;
  }
}
.hp_pr_0 {
  padding-right: 0px !important;
}
.hp_pr_5 {
  padding-right: 5px !important;
}
.hp_pr_10 {
  padding-right: 10px !important;
}
.hp_pr_15 {
  padding-right: 15px !important;
}
.hp_pr_20 {
  padding-right: 20px !important;
}
.hp_pr_25 {
  padding-right: 25px !important;
}
.hp_pr_30 {
  padding-right: 30px !important;
}
.hp_pr_35 {
  padding-right: 35px !important;
}
.hp_pr_40 {
  padding-right: 40px !important;
}
.hp_pr_45 {
  padding-right: 45px !important;
}
.hp_pr_50 {
  padding-right: 50px !important;
}
.hp_pr_55 {
  padding-right: 55px !important;
}
.hp_pr_60 {
  padding-right: 60px !important;
}
.hp_pr_65 {
  padding-right: 65px !important;
}
.hp_pr_70 {
  padding-right: 70px !important;
}
.hp_pr_75 {
  padding-right: 75px !important;
}
.hp_pr_80 {
  padding-right: 80px !important;
}
.hp_pr_85 {
  padding-right: 85px !important;
}
.hp_pr_90 {
  padding-right: 90px !important;
}
.hp_pr_95 {
  padding-right: 95px !important;
}
.hp_pr_100 {
  padding-right: 100px !important;
}
.hp_pr_pfem {
  padding-right: 0.5em !important;
}
.hp_pr_1em {
  padding-right: 1em !important;
}
.hp_pr_1pfem {
  padding-right: 1.5em !important;
}
.hp_pr_2em {
  padding-right: 2em !important;
}
.hp_pr_2pfem {
  padding-right: 2.5em !important;
}
.hp_pr_3em {
  padding-right: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pr_0_pc {
    padding-right: 0px !important;
  }
  .hp_pr_5_pc {
    padding-right: 5px !important;
  }
  .hp_pr_10_pc {
    padding-right: 10px !important;
  }
  .hp_pr_15_pc {
    padding-right: 15px !important;
  }
  .hp_pr_20_pc {
    padding-right: 20px !important;
  }
  .hp_pr_25_pc {
    padding-right: 25px !important;
  }
  .hp_pr_30_pc {
    padding-right: 30px !important;
  }
  .hp_pr_35_pc {
    padding-right: 35px !important;
  }
  .hp_pr_40_pc {
    padding-right: 40px !important;
  }
  .hp_pr_45_pc {
    padding-right: 45px !important;
  }
  .hp_pr_50_pc {
    padding-right: 50px !important;
  }
  .hp_pr_55_pc {
    padding-right: 55px !important;
  }
  .hp_pr_60_pc {
    padding-right: 60px !important;
  }
  .hp_pr_65_pc {
    padding-right: 65px !important;
  }
  .hp_pr_70_pc {
    padding-right: 70px !important;
  }
  .hp_pr_75_pc {
    padding-right: 75px !important;
  }
  .hp_pr_80_pc {
    padding-right: 80px !important;
  }
  .hp_pr_85_pc {
    padding-right: 85px !important;
  }
  .hp_pr_90_pc {
    padding-right: 90px !important;
  }
  .hp_pr_95_pc {
    padding-right: 95px !important;
  }
  .hp_pr_100_pc {
    padding-right: 100px !important;
  }
  .hp_pr_pfem_pc {
    padding-right: 0.5em !important;
  }
  .hp_pr_1em_pc {
    padding-right: 1em !important;
  }
  .hp_pr_1pfem_pc {
    padding-right: 1.5em !important;
  }
  .hp_pr_2em_pc {
    padding-right: 2em !important;
  }
  .hp_pr_2pfem_pc {
    padding-right: 2.5em !important;
  }
  .hp_pr_3em_pc {
    padding-right: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pr_0_sp {
    padding-right: 0px !important;
  }
  .hp_pr_5_sp {
    padding-right: 5px !important;
  }
  .hp_pr_10_sp {
    padding-right: 10px !important;
  }
  .hp_pr_15_sp {
    padding-right: 15px !important;
  }
  .hp_pr_20_sp {
    padding-right: 20px !important;
  }
  .hp_pr_25_sp {
    padding-right: 25px !important;
  }
  .hp_pr_30_sp {
    padding-right: 30px !important;
  }
  .hp_pr_35_sp {
    padding-right: 35px !important;
  }
  .hp_pr_40_sp {
    padding-right: 40px !important;
  }
  .hp_pr_45_sp {
    padding-right: 45px !important;
  }
  .hp_pr_50_sp {
    padding-right: 50px !important;
  }
  .hp_pr_55_sp {
    padding-right: 55px !important;
  }
  .hp_pr_60_sp {
    padding-right: 60px !important;
  }
  .hp_pr_65_sp {
    padding-right: 65px !important;
  }
  .hp_pr_70_sp {
    padding-right: 70px !important;
  }
  .hp_pr_75_sp {
    padding-right: 75px !important;
  }
  .hp_pr_80_sp {
    padding-right: 80px !important;
  }
  .hp_pr_85_sp {
    padding-right: 85px !important;
  }
  .hp_pr_90_sp {
    padding-right: 90px !important;
  }
  .hp_pr_95_sp {
    padding-right: 95px !important;
  }
  .hp_pr_100_sp {
    padding-right: 100px !important;
  }
  .hp_pr_pfem_sp {
    padding-right: 0.5em !important;
  }
  .hp_pr_1em_sp {
    padding-right: 1em !important;
  }
  .hp_pr_1pfem_sp {
    padding-right: 1.5em !important;
  }
  .hp_pr_2em_sp {
    padding-right: 2em !important;
  }
  .hp_pr_2pfem_sp {
    padding-right: 2.5em !important;
  }
  .hp_pr_3em_sp {
    padding-right: 3em !important;
  }
}
.hp_pb_0 {
  padding-bottom: 0px !important;
}
.hp_pb_5 {
  padding-bottom: 5px !important;
}
.hp_pb_10 {
  padding-bottom: 10px !important;
}
.hp_pb_15 {
  padding-bottom: 15px !important;
}
.hp_pb_20 {
  padding-bottom: 20px !important;
}
.hp_pb_25 {
  padding-bottom: 25px !important;
}
.hp_pb_30 {
  padding-bottom: 30px !important;
}
.hp_pb_35 {
  padding-bottom: 35px !important;
}
.hp_pb_40 {
  padding-bottom: 40px !important;
}
.hp_pb_45 {
  padding-bottom: 45px !important;
}
.hp_pb_50 {
  padding-bottom: 50px !important;
}
.hp_pb_55 {
  padding-bottom: 55px !important;
}
.hp_pb_60 {
  padding-bottom: 60px !important;
}
.hp_pb_65 {
  padding-bottom: 65px !important;
}
.hp_pb_70 {
  padding-bottom: 70px !important;
}
.hp_pb_75 {
  padding-bottom: 75px !important;
}
.hp_pb_80 {
  padding-bottom: 80px !important;
}
.hp_pb_85 {
  padding-bottom: 85px !important;
}
.hp_pb_90 {
  padding-bottom: 90px !important;
}
.hp_pb_95 {
  padding-bottom: 95px !important;
}
.hp_pb_100 {
  padding-bottom: 100px !important;
}
.hp_pb_pfem {
  padding-bottom: 0.5em !important;
}
.hp_pb_1em {
  padding-bottom: 1em !important;
}
.hp_pb_1pfem {
  padding-bottom: 1.5em !important;
}
.hp_pb_2em {
  padding-bottom: 2em !important;
}
.hp_pb_2pfem {
  padding-bottom: 2.5em !important;
}
.hp_pb_3em {
  padding-bottom: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pb_0_pc {
    padding-bottom: 0px !important;
  }
  .hp_pb_5_pc {
    padding-bottom: 5px !important;
  }
  .hp_pb_10_pc {
    padding-bottom: 10px !important;
  }
  .hp_pb_15_pc {
    padding-bottom: 15px !important;
  }
  .hp_pb_20_pc {
    padding-bottom: 20px !important;
  }
  .hp_pb_25_pc {
    padding-bottom: 25px !important;
  }
  .hp_pb_30_pc {
    padding-bottom: 30px !important;
  }
  .hp_pb_35_pc {
    padding-bottom: 35px !important;
  }
  .hp_pb_40_pc {
    padding-bottom: 40px !important;
  }
  .hp_pb_45_pc {
    padding-bottom: 45px !important;
  }
  .hp_pb_50_pc {
    padding-bottom: 50px !important;
  }
  .hp_pb_55_pc {
    padding-bottom: 55px !important;
  }
  .hp_pb_60_pc {
    padding-bottom: 60px !important;
  }
  .hp_pb_65_pc {
    padding-bottom: 65px !important;
  }
  .hp_pb_70_pc {
    padding-bottom: 70px !important;
  }
  .hp_pb_75_pc {
    padding-bottom: 75px !important;
  }
  .hp_pb_80_pc {
    padding-bottom: 80px !important;
  }
  .hp_pb_85_pc {
    padding-bottom: 85px !important;
  }
  .hp_pb_90_pc {
    padding-bottom: 90px !important;
  }
  .hp_pb_95_pc {
    padding-bottom: 95px !important;
  }
  .hp_pb_100_pc {
    padding-bottom: 100px !important;
  }
  .hp_pb_pfem_pc {
    padding-bottom: 0.5em !important;
  }
  .hp_pb_1em_pc {
    padding-bottom: 1em !important;
  }
  .hp_pb_1pfem_pc {
    padding-bottom: 1.5em !important;
  }
  .hp_pb_2em_pc {
    padding-bottom: 2em !important;
  }
  .hp_pb_2pfem_pc {
    padding-bottom: 2.5em !important;
  }
  .hp_pb_3em_pc {
    padding-bottom: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pb_0_sp {
    padding-bottom: 0px !important;
  }
  .hp_pb_5_sp {
    padding-bottom: 5px !important;
  }
  .hp_pb_10_sp {
    padding-bottom: 10px !important;
  }
  .hp_pb_15_sp {
    padding-bottom: 15px !important;
  }
  .hp_pb_20_sp {
    padding-bottom: 20px !important;
  }
  .hp_pb_25_sp {
    padding-bottom: 25px !important;
  }
  .hp_pb_30_sp {
    padding-bottom: 30px !important;
  }
  .hp_pb_35_sp {
    padding-bottom: 35px !important;
  }
  .hp_pb_40_sp {
    padding-bottom: 40px !important;
  }
  .hp_pb_45_sp {
    padding-bottom: 45px !important;
  }
  .hp_pb_50_sp {
    padding-bottom: 50px !important;
  }
  .hp_pb_55_sp {
    padding-bottom: 55px !important;
  }
  .hp_pb_60_sp {
    padding-bottom: 60px !important;
  }
  .hp_pb_65_sp {
    padding-bottom: 65px !important;
  }
  .hp_pb_70_sp {
    padding-bottom: 70px !important;
  }
  .hp_pb_75_sp {
    padding-bottom: 75px !important;
  }
  .hp_pb_80_sp {
    padding-bottom: 80px !important;
  }
  .hp_pb_85_sp {
    padding-bottom: 85px !important;
  }
  .hp_pb_90_sp {
    padding-bottom: 90px !important;
  }
  .hp_pb_95_sp {
    padding-bottom: 95px !important;
  }
  .hp_pb_100_sp {
    padding-bottom: 100px !important;
  }
  .hp_pb_pfem_sp {
    padding-bottom: 0.5em !important;
  }
  .hp_pb_1em_sp {
    padding-bottom: 1em !important;
  }
  .hp_pb_1pfem_sp {
    padding-bottom: 1.5em !important;
  }
  .hp_pb_2em_sp {
    padding-bottom: 2em !important;
  }
  .hp_pb_2pfem_sp {
    padding-bottom: 2.5em !important;
  }
  .hp_pb_3em_sp {
    padding-bottom: 3em !important;
  }
}
.hp_pl_0 {
  padding-left: 0px !important;
}
.hp_pl_5 {
  padding-left: 5px !important;
}
.hp_pl_10 {
  padding-left: 10px !important;
}
.hp_pl_15 {
  padding-left: 15px !important;
}
.hp_pl_20 {
  padding-left: 20px !important;
}
.hp_pl_25 {
  padding-left: 25px !important;
}
.hp_pl_30 {
  padding-left: 30px !important;
}
.hp_pl_35 {
  padding-left: 35px !important;
}
.hp_pl_40 {
  padding-left: 40px !important;
}
.hp_pl_45 {
  padding-left: 45px !important;
}
.hp_pl_50 {
  padding-left: 50px !important;
}
.hp_pl_55 {
  padding-left: 55px !important;
}
.hp_pl_60 {
  padding-left: 60px !important;
}
.hp_pl_65 {
  padding-left: 65px !important;
}
.hp_pl_70 {
  padding-left: 70px !important;
}
.hp_pl_75 {
  padding-left: 75px !important;
}
.hp_pl_80 {
  padding-left: 80px !important;
}
.hp_pl_85 {
  padding-left: 85px !important;
}
.hp_pl_90 {
  padding-left: 90px !important;
}
.hp_pl_95 {
  padding-left: 95px !important;
}
.hp_pl_100 {
  padding-left: 100px !important;
}
.hp_pl_pfem {
  padding-left: 0.5em !important;
}
.hp_pl_1em {
  padding-left: 1em !important;
}
.hp_pl_1pfem {
  padding-left: 1.5em !important;
}
.hp_pl_2em {
  padding-left: 2em !important;
}
.hp_pl_2pfem {
  padding-left: 2.5em !important;
}
.hp_pl_3em {
  padding-left: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pl_0_pc {
    padding-left: 0px !important;
  }
  .hp_pl_5_pc {
    padding-left: 5px !important;
  }
  .hp_pl_10_pc {
    padding-left: 10px !important;
  }
  .hp_pl_15_pc {
    padding-left: 15px !important;
  }
  .hp_pl_20_pc {
    padding-left: 20px !important;
  }
  .hp_pl_25_pc {
    padding-left: 25px !important;
  }
  .hp_pl_30_pc {
    padding-left: 30px !important;
  }
  .hp_pl_35_pc {
    padding-left: 35px !important;
  }
  .hp_pl_40_pc {
    padding-left: 40px !important;
  }
  .hp_pl_45_pc {
    padding-left: 45px !important;
  }
  .hp_pl_50_pc {
    padding-left: 50px !important;
  }
  .hp_pl_55_pc {
    padding-left: 55px !important;
  }
  .hp_pl_60_pc {
    padding-left: 60px !important;
  }
  .hp_pl_65_pc {
    padding-left: 65px !important;
  }
  .hp_pl_70_pc {
    padding-left: 70px !important;
  }
  .hp_pl_75_pc {
    padding-left: 75px !important;
  }
  .hp_pl_80_pc {
    padding-left: 80px !important;
  }
  .hp_pl_85_pc {
    padding-left: 85px !important;
  }
  .hp_pl_90_pc {
    padding-left: 90px !important;
  }
  .hp_pl_95_pc {
    padding-left: 95px !important;
  }
  .hp_pl_100_pc {
    padding-left: 100px !important;
  }
  .hp_pl_pfem_pc {
    padding-left: 0.5em !important;
  }
  .hp_pl_1em_pc {
    padding-left: 1em !important;
  }
  .hp_pl_1pfem_pc {
    padding-left: 1.5em !important;
  }
  .hp_pl_2em_pc {
    padding-left: 2em !important;
  }
  .hp_pl_2pfem_pc {
    padding-left: 2.5em !important;
  }
  .hp_pl_3em_pc {
    padding-left: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pl_0_sp {
    padding-left: 0px !important;
  }
  .hp_pl_5_sp {
    padding-left: 5px !important;
  }
  .hp_pl_10_sp {
    padding-left: 10px !important;
  }
  .hp_pl_15_sp {
    padding-left: 15px !important;
  }
  .hp_pl_20_sp {
    padding-left: 20px !important;
  }
  .hp_pl_25_sp {
    padding-left: 25px !important;
  }
  .hp_pl_30_sp {
    padding-left: 30px !important;
  }
  .hp_pl_35_sp {
    padding-left: 35px !important;
  }
  .hp_pl_40_sp {
    padding-left: 40px !important;
  }
  .hp_pl_45_sp {
    padding-left: 45px !important;
  }
  .hp_pl_50_sp {
    padding-left: 50px !important;
  }
  .hp_pl_55_sp {
    padding-left: 55px !important;
  }
  .hp_pl_60_sp {
    padding-left: 60px !important;
  }
  .hp_pl_65_sp {
    padding-left: 65px !important;
  }
  .hp_pl_70_sp {
    padding-left: 70px !important;
  }
  .hp_pl_75_sp {
    padding-left: 75px !important;
  }
  .hp_pl_80_sp {
    padding-left: 80px !important;
  }
  .hp_pl_85_sp {
    padding-left: 85px !important;
  }
  .hp_pl_90_sp {
    padding-left: 90px !important;
  }
  .hp_pl_95_sp {
    padding-left: 95px !important;
  }
  .hp_pl_100_sp {
    padding-left: 100px !important;
  }
  .hp_pl_pfem_sp {
    padding-left: 0.5em !important;
  }
  .hp_pl_1em_sp {
    padding-left: 1em !important;
  }
  .hp_pl_1pfem_sp {
    padding-left: 1.5em !important;
  }
  .hp_pl_2em_sp {
    padding-left: 2em !important;
  }
  .hp_pl_2pfem_sp {
    padding-left: 2.5em !important;
  }
  .hp_pl_3em_sp {
    padding-left: 3em !important;
  }
}
.hp_wd_auto {
  width: auto !important;
}
.hp_wd_20px {
  width: 20px !important;
}
.hp_wd_30px {
  width: 30px !important;
}
.hp_wd_40px {
  width: 40px !important;
}
.hp_wd_50px {
  width: 50px !important;
}
.hp_wd_60px {
  width: 60px !important;
}
.hp_wd_70px {
  width: 70px !important;
}
.hp_wd_80px {
  width: 80px !important;
}
.hp_wd_90px {
  width: 90px !important;
}
.hp_wd_100px {
  width: 100px !important;
}
.hp_wd_110px {
  width: 110px !important;
}
.hp_wd_120px {
  width: 120px !important;
}
.hp_wd_130px {
  width: 130px !important;
}
.hp_wd_140px {
  width: 140px !important;
}
.hp_wd_150px {
  width: 150px !important;
}
.hp_wd_160px {
  width: 160px !important;
}
.hp_wd_170px {
  width: 170px !important;
}
.hp_wd_180px {
  width: 180px !important;
}
.hp_wd_190px {
  width: 190px !important;
}
.hp_wd_200px {
  width: 200px !important;
}
.hp_wd_210px {
  width: 210px !important;
}
.hp_wd_220px {
  width: 220px !important;
}
.hp_wd_230px {
  width: 230px !important;
}
.hp_wd_240px {
  width: 240px !important;
}
.hp_wd_250px {
  width: 250px !important;
}
.hp_wd_260px {
  width: 260px !important;
}
.hp_wd_270px {
  width: 270px !important;
}
.hp_wd_280px {
  width: 280px !important;
}
.hp_wd_290px {
  width: 290px !important;
}
.hp_wd_300px {
  width: 300px !important;
}
.hp_wd_310px {
  width: 310px !important;
}
.hp_wd_320px {
  width: 320px !important;
}
.hp_wd_330px {
  width: 330px !important;
}
.hp_wd_340px {
  width: 340px !important;
}
.hp_wd_350px {
  width: 350px !important;
}
.hp_wd_360px {
  width: 360px !important;
}
.hp_wd_370px {
  width: 370px !important;
}
.hp_wd_380px {
  width: 380px !important;
}
.hp_wd_390px {
  width: 390px !important;
}
.hp_wd_400px {
  width: 400px !important;
}
.hp_wd_410px {
  width: 410px !important;
}
.hp_wd_420px {
  width: 420px !important;
}
.hp_wd_430px {
  width: 430px !important;
}
.hp_wd_440px {
  width: 440px !important;
}
.hp_wd_450px {
  width: 450px !important;
}
.hp_wd_460px {
  width: 460px !important;
}
.hp_wd_470px {
  width: 470px !important;
}
.hp_wd_480px {
  width: 480px !important;
}
.hp_wd_490px {
  width: 490px !important;
}
.hp_wd_500px {
  width: 500px !important;
}
.hp_wd_510px {
  width: 510px !important;
}
.hp_wd_520px {
  width: 520px !important;
}
.hp_wd_530px {
  width: 530px !important;
}
.hp_wd_540px {
  width: 540px !important;
}
.hp_wd_550px {
  width: 550px !important;
}
.hp_wd_560px {
  width: 560px !important;
}
.hp_wd_570px {
  width: 570px !important;
}
.hp_wd_580px {
  width: 580px !important;
}
.hp_wd_590px {
  width: 590px !important;
}
.hp_wd_600px {
  width: 600px !important;
}
.hp_wd_610px {
  width: 610px !important;
}
.hp_wd_620px {
  width: 620px !important;
}
.hp_wd_630px {
  width: 630px !important;
}
.hp_wd_640px {
  width: 640px !important;
}
.hp_wd_650px {
  width: 650px !important;
}
.hp_wd_660px {
  width: 660px !important;
}
.hp_wd_670px {
  width: 670px !important;
}
.hp_wd_680px {
  width: 680px !important;
}
.hp_wd_690px {
  width: 690px !important;
}
.hp_wd_700px {
  width: 700px !important;
}
.hp_wd_710px {
  width: 710px !important;
}
.hp_wd_720px {
  width: 720px !important;
}
.hp_wd_730px {
  width: 730px !important;
}
.hp_wd_740px {
  width: 740px !important;
}
.hp_wd_750px {
  width: 750px !important;
}
.hp_wd_760px {
  width: 760px !important;
}
.hp_wd_770px {
  width: 770px !important;
}
.hp_wd_780px {
  width: 780px !important;
}
.hp_wd_790px {
  width: 790px !important;
}
.hp_wd_800px {
  width: 800px !important;
}
.hp_wd_810px {
  width: 810px !important;
}
.hp_wd_820px {
  width: 820px !important;
}
.hp_wd_830px {
  width: 830px !important;
}
.hp_wd_840px {
  width: 840px !important;
}
.hp_wd_850px {
  width: 850px !important;
}
.hp_wd_860px {
  width: 860px !important;
}
.hp_wd_870px {
  width: 870px !important;
}
.hp_wd_880px {
  width: 880px !important;
}
.hp_wd_890px {
  width: 890px !important;
}
.hp_wd_900px {
  width: 900px !important;
}
.hp_wd_910px {
  width: 910px !important;
}
.hp_wd_920px {
  width: 920px !important;
}
.hp_wd_930px {
  width: 930px !important;
}
.hp_wd_940px {
  width: 940px !important;
}
.hp_wd_5pc {
  width: 5% !important;
}
.hp_wd_10pc {
  width: 10% !important;
}
.hp_wd_11pc {
  width: 11% !important;
}
.hp_wd_12pc {
  width: 12% !important;
}
.hp_wd_13pc {
  width: 13% !important;
}
.hp_wd_14pc {
  width: 14% !important;
}
.hp_wd_15pc {
  width: 15% !important;
}
.hp_wd_16pc {
  width: 16% !important;
}
.hp_wd_17pc {
  width: 17% !important;
}
.hp_wd_18pc {
  width: 18% !important;
}
.hp_wd_19pc {
  width: 19% !important;
}
.hp_wd_20pc {
  width: 20% !important;
}
.hp_wd_25pc {
  width: 25% !important;
}
.hp_wd_30pc {
  width: 30% !important;
}
.hp_wd_31pc {
  width: 31% !important;
}
.hp_wd_32pc {
  width: 32% !important;
}
.hp_wd_33pc {
  width: 33.3333333333% !important;
}
.hp_wd_34pc {
  width: 34% !important;
}
.hp_wd_35pc {
  width: 35% !important;
}
.hp_wd_36pc {
  width: 36% !important;
}
.hp_wd_37pc {
  width: 37% !important;
}
.hp_wd_38pc {
  width: 38% !important;
}
.hp_wd_39pc {
  width: 39% !important;
}
.hp_wd_40pc {
  width: 40% !important;
}
.hp_wd_41pc {
  width: 41% !important;
}
.hp_wd_42pc {
  width: 42% !important;
}
.hp_wd_43pc {
  width: 43% !important;
}
.hp_wd_44pc {
  width: 44% !important;
}
.hp_wd_45pc {
  width: 45% !important;
}
.hp_wd_46pc {
  width: 46% !important;
}
.hp_wd_47pc {
  width: 47% !important;
}
.hp_wd_48pc {
  width: 48% !important;
}
.hp_wd_49pc {
  width: 49% !important;
}
.hp_wd_50pc {
  width: 50% !important;
}
.hp_wd_55pc {
  width: 55% !important;
}
.hp_wd_60pc {
  width: 60% !important;
}
.hp_wd_65pc {
  width: 65% !important;
}
.hp_wd_70pc {
  width: 70% !important;
}
.hp_wd_75pc {
  width: 75% !important;
}
.hp_wd_80pc {
  width: 80% !important;
}
.hp_wd_85pc {
  width: 85% !important;
}
.hp_wd_90pc {
  width: 90% !important;
}
.hp_wd_95pc {
  width: 95% !important;
}
.hp_wd_100pc {
  width: 100% !important;
}
@media screen and (min-width: 768px), print {
  .hp_wd_auto_pc {
    width: auto !important;
  }
  .hp_wd_20px_pc {
    width: 20px !important;
  }
  .hp_wd_30px_pc {
    width: 30px !important;
  }
  .hp_wd_40px_pc {
    width: 40px !important;
  }
  .hp_wd_50px_pc {
    width: 50px !important;
  }
  .hp_wd_60px_pc {
    width: 60px !important;
  }
  .hp_wd_70px_pc {
    width: 70px !important;
  }
  .hp_wd_80px_pc {
    width: 80px !important;
  }
  .hp_wd_90px_pc {
    width: 90px !important;
  }
  .hp_wd_100px_pc {
    width: 100px !important;
  }
  .hp_wd_110px_pc {
    width: 110px !important;
  }
  .hp_wd_120px_pc {
    width: 120px !important;
  }
  .hp_wd_130px_pc {
    width: 130px !important;
  }
  .hp_wd_140px_pc {
    width: 140px !important;
  }
  .hp_wd_150px_pc {
    width: 150px !important;
  }
  .hp_wd_160px_pc {
    width: 160px !important;
  }
  .hp_wd_170px_pc {
    width: 170px !important;
  }
  .hp_wd_180px_pc {
    width: 180px !important;
  }
  .hp_wd_190px_pc {
    width: 190px !important;
  }
  .hp_wd_200px_pc {
    width: 200px !important;
  }
  .hp_wd_210px_pc {
    width: 210px !important;
  }
  .hp_wd_220px_pc {
    width: 220px !important;
  }
  .hp_wd_230px_pc {
    width: 230px !important;
  }
  .hp_wd_240px_pc {
    width: 240px !important;
  }
  .hp_wd_250px_pc {
    width: 250px !important;
  }
  .hp_wd_260px_pc {
    width: 260px !important;
  }
  .hp_wd_270px_pc {
    width: 270px !important;
  }
  .hp_wd_280px_pc {
    width: 280px !important;
  }
  .hp_wd_290px_pc {
    width: 290px !important;
  }
  .hp_wd_300px_pc {
    width: 300px !important;
  }
  .hp_wd_310px_pc {
    width: 310px !important;
  }
  .hp_wd_320px_pc {
    width: 320px !important;
  }
  .hp_wd_330px_pc {
    width: 330px !important;
  }
  .hp_wd_340px_pc {
    width: 340px !important;
  }
  .hp_wd_350px_pc {
    width: 350px !important;
  }
  .hp_wd_360px_pc {
    width: 360px !important;
  }
  .hp_wd_370px_pc {
    width: 370px !important;
  }
  .hp_wd_380px_pc {
    width: 380px !important;
  }
  .hp_wd_390px_pc {
    width: 390px !important;
  }
  .hp_wd_400px_pc {
    width: 400px !important;
  }
  .hp_wd_410px_pc {
    width: 410px !important;
  }
  .hp_wd_420px_pc {
    width: 420px !important;
  }
  .hp_wd_430px_pc {
    width: 430px !important;
  }
  .hp_wd_440px_pc {
    width: 440px !important;
  }
  .hp_wd_450px_pc {
    width: 450px !important;
  }
  .hp_wd_460px_pc {
    width: 460px !important;
  }
  .hp_wd_470px_pc {
    width: 470px !important;
  }
  .hp_wd_480px_pc {
    width: 480px !important;
  }
  .hp_wd_490px_pc {
    width: 490px !important;
  }
  .hp_wd_500px_pc {
    width: 500px !important;
  }
  .hp_wd_510px_pc {
    width: 510px !important;
  }
  .hp_wd_520px_pc {
    width: 520px !important;
  }
  .hp_wd_530px_pc {
    width: 530px !important;
  }
  .hp_wd_540px_pc {
    width: 540px !important;
  }
  .hp_wd_550px_pc {
    width: 550px !important;
  }
  .hp_wd_560px_pc {
    width: 560px !important;
  }
  .hp_wd_570px_pc {
    width: 570px !important;
  }
  .hp_wd_580px_pc {
    width: 580px !important;
  }
  .hp_wd_590px_pc {
    width: 590px !important;
  }
  .hp_wd_600px_pc {
    width: 600px !important;
  }
  .hp_wd_610px_pc {
    width: 610px !important;
  }
  .hp_wd_620px_pc {
    width: 620px !important;
  }
  .hp_wd_630px_pc {
    width: 630px !important;
  }
  .hp_wd_640px_pc {
    width: 640px !important;
  }
  .hp_wd_650px_pc {
    width: 650px !important;
  }
  .hp_wd_660px_pc {
    width: 660px !important;
  }
  .hp_wd_670px_pc {
    width: 670px !important;
  }
  .hp_wd_680px_pc {
    width: 680px !important;
  }
  .hp_wd_690px_pc {
    width: 690px !important;
  }
  .hp_wd_700px_pc {
    width: 700px !important;
  }
  .hp_wd_710px_pc {
    width: 710px !important;
  }
  .hp_wd_720px_pc {
    width: 720px !important;
  }
  .hp_wd_730px_pc {
    width: 730px !important;
  }
  .hp_wd_740px_pc {
    width: 740px !important;
  }
  .hp_wd_750px_pc {
    width: 750px !important;
  }
  .hp_wd_760px_pc {
    width: 760px !important;
  }
  .hp_wd_770px_pc {
    width: 770px !important;
  }
  .hp_wd_780px_pc {
    width: 780px !important;
  }
  .hp_wd_790px_pc {
    width: 790px !important;
  }
  .hp_wd_800px_pc {
    width: 800px !important;
  }
  .hp_wd_810px_pc {
    width: 810px !important;
  }
  .hp_wd_820px_pc {
    width: 820px !important;
  }
  .hp_wd_830px_pc {
    width: 830px !important;
  }
  .hp_wd_840px_pc {
    width: 840px !important;
  }
  .hp_wd_850px_pc {
    width: 850px !important;
  }
  .hp_wd_860px_pc {
    width: 860px !important;
  }
  .hp_wd_870px_pc {
    width: 870px !important;
  }
  .hp_wd_880px_pc {
    width: 880px !important;
  }
  .hp_wd_890px_pc {
    width: 890px !important;
  }
  .hp_wd_900px_pc {
    width: 900px !important;
  }
  .hp_wd_910px_pc {
    width: 910px !important;
  }
  .hp_wd_920px_pc {
    width: 920px !important;
  }
  .hp_wd_930px_pc {
    width: 930px !important;
  }
  .hp_wd_940px_pc {
    width: 940px !important;
  }
  .hp_wd_5pc_pc {
    width: 5% !important;
  }
  .hp_wd_10pc_pc {
    width: 10% !important;
  }
  .hp_wd_15pc_pc {
    width: 15% !important;
  }
  .hp_wd_20pc_pc {
    width: 20% !important;
  }
  .hp_wd_25pc_pc {
    width: 25% !important;
  }
  .hp_wd_30pc_pc {
    width: 30% !important;
  }
  .hp_wd_35pc_pc {
    width: 35% !important;
  }
  .hp_wd_40pc_pc {
    width: 40% !important;
  }
  .hp_wd_45pc_pc {
    width: 45% !important;
  }
  .hp_wd_50pc_pc {
    width: 50% !important;
  }
  .hp_wd_55pc_pc {
    width: 55% !important;
  }
  .hp_wd_60pc_pc {
    width: 60% !important;
  }
  .hp_wd_65pc_pc {
    width: 65% !important;
  }
  .hp_wd_70pc_pc {
    width: 70% !important;
  }
  .hp_wd_75pc_pc {
    width: 75% !important;
  }
  .hp_wd_80pc_pc {
    width: 80% !important;
  }
  .hp_wd_85pc_pc {
    width: 85% !important;
  }
  .hp_wd_90pc_pc {
    width: 90% !important;
  }
  .hp_wd_95pc_pc {
    width: 95% !important;
  }
  .hp_wd_100pc_pc {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_wd_auto_sp {
    width: auto !important;
  }
  .hp_wd_20px_sp {
    width: 20px !important;
  }
  .hp_wd_30px_sp {
    width: 30px !important;
  }
  .hp_wd_40px_sp {
    width: 40px !important;
  }
  .hp_wd_50px_sp {
    width: 50px !important;
  }
  .hp_wd_60px_sp {
    width: 60px !important;
  }
  .hp_wd_70px_sp {
    width: 70px !important;
  }
  .hp_wd_80px_sp {
    width: 80px !important;
  }
  .hp_wd_90px_sp {
    width: 90px !important;
  }
  .hp_wd_100px_sp {
    width: 100px !important;
  }
  .hp_wd_110px_sp {
    width: 110px !important;
  }
  .hp_wd_120px_sp {
    width: 120px !important;
  }
  .hp_wd_130px_sp {
    width: 130px !important;
  }
  .hp_wd_140px_sp {
    width: 140px !important;
  }
  .hp_wd_150px_sp {
    width: 150px !important;
  }
  .hp_wd_160px_sp {
    width: 160px !important;
  }
  .hp_wd_170px_sp {
    width: 170px !important;
  }
  .hp_wd_180px_sp {
    width: 180px !important;
  }
  .hp_wd_190px_sp {
    width: 190px !important;
  }
  .hp_wd_200px_sp {
    width: 200px !important;
  }
  .hp_wd_210px_sp {
    width: 210px !important;
  }
  .hp_wd_220px_sp {
    width: 220px !important;
  }
  .hp_wd_230px_sp {
    width: 230px !important;
  }
  .hp_wd_240px_sp {
    width: 240px !important;
  }
  .hp_wd_250px_sp {
    width: 250px !important;
  }
  .hp_wd_260px_sp {
    width: 260px !important;
  }
  .hp_wd_270px_sp {
    width: 270px !important;
  }
  .hp_wd_280px_sp {
    width: 280px !important;
  }
  .hp_wd_290px_sp {
    width: 290px !important;
  }
  .hp_wd_300px_sp {
    width: 300px !important;
  }
  .hp_wd_310px_sp {
    width: 310px !important;
  }
  .hp_wd_320px_sp {
    width: 320px !important;
  }
  .hp_wd_330px_sp {
    width: 330px !important;
  }
  .hp_wd_340px_sp {
    width: 340px !important;
  }
  .hp_wd_350px_sp {
    width: 350px !important;
  }
  .hp_wd_360px_sp {
    width: 360px !important;
  }
  .hp_wd_370px_sp {
    width: 370px !important;
  }
  .hp_wd_380px_sp {
    width: 380px !important;
  }
  .hp_wd_390px_sp {
    width: 390px !important;
  }
  .hp_wd_400px_sp {
    width: 400px !important;
  }
  .hp_wd_410px_sp {
    width: 410px !important;
  }
  .hp_wd_420px_sp {
    width: 420px !important;
  }
  .hp_wd_430px_sp {
    width: 430px !important;
  }
  .hp_wd_440px_sp {
    width: 440px !important;
  }
  .hp_wd_450px_sp {
    width: 450px !important;
  }
  .hp_wd_460px_sp {
    width: 460px !important;
  }
  .hp_wd_470px_sp {
    width: 470px !important;
  }
  .hp_wd_480px_sp {
    width: 480px !important;
  }
  .hp_wd_490px_sp {
    width: 490px !important;
  }
  .hp_wd_500px_sp {
    width: 500px !important;
  }
  .hp_wd_510px_sp {
    width: 510px !important;
  }
  .hp_wd_520px_sp {
    width: 520px !important;
  }
  .hp_wd_530px_sp {
    width: 530px !important;
  }
  .hp_wd_540px_sp {
    width: 540px !important;
  }
  .hp_wd_550px_sp {
    width: 550px !important;
  }
  .hp_wd_560px_sp {
    width: 560px !important;
  }
  .hp_wd_570px_sp {
    width: 570px !important;
  }
  .hp_wd_580px_sp {
    width: 580px !important;
  }
  .hp_wd_590px_sp {
    width: 590px !important;
  }
  .hp_wd_600px_sp {
    width: 600px !important;
  }
  .hp_wd_610px_sp {
    width: 610px !important;
  }
  .hp_wd_620px_sp {
    width: 620px !important;
  }
  .hp_wd_630px_sp {
    width: 630px !important;
  }
  .hp_wd_640px_sp {
    width: 640px !important;
  }
  .hp_wd_650px_sp {
    width: 650px !important;
  }
  .hp_wd_660px_sp {
    width: 660px !important;
  }
  .hp_wd_670px_sp {
    width: 670px !important;
  }
  .hp_wd_680px_sp {
    width: 680px !important;
  }
  .hp_wd_690px_sp {
    width: 690px !important;
  }
  .hp_wd_700px_sp {
    width: 700px !important;
  }
  .hp_wd_710px_sp {
    width: 710px !important;
  }
  .hp_wd_720px_sp {
    width: 720px !important;
  }
  .hp_wd_730px_sp {
    width: 730px !important;
  }
  .hp_wd_740px_sp {
    width: 740px !important;
  }
  .hp_wd_750px_sp {
    width: 750px !important;
  }
  .hp_wd_760px_sp {
    width: 760px !important;
  }
  .hp_wd_770px_sp {
    width: 770px !important;
  }
  .hp_wd_780px_sp {
    width: 780px !important;
  }
  .hp_wd_790px_sp {
    width: 790px !important;
  }
  .hp_wd_800px_sp {
    width: 800px !important;
  }
  .hp_wd_810px_sp {
    width: 810px !important;
  }
  .hp_wd_820px_sp {
    width: 820px !important;
  }
  .hp_wd_830px_sp {
    width: 830px !important;
  }
  .hp_wd_840px_sp {
    width: 840px !important;
  }
  .hp_wd_850px_sp {
    width: 850px !important;
  }
  .hp_wd_860px_sp {
    width: 860px !important;
  }
  .hp_wd_870px_sp {
    width: 870px !important;
  }
  .hp_wd_880px_sp {
    width: 880px !important;
  }
  .hp_wd_890px_sp {
    width: 890px !important;
  }
  .hp_wd_900px_sp {
    width: 900px !important;
  }
  .hp_wd_910px_sp {
    width: 910px !important;
  }
  .hp_wd_920px_sp {
    width: 920px !important;
  }
  .hp_wd_930px_sp {
    width: 930px !important;
  }
  .hp_wd_940px_sp {
    width: 940px !important;
  }
  .hp_wd_5pc_sp {
    width: 5% !important;
  }
  .hp_wd_10pc_sp {
    width: 10% !important;
  }
  .hp_wd_15pc_sp {
    width: 15% !important;
  }
  .hp_wd_20pc_sp {
    width: 20% !important;
  }
  .hp_wd_25pc_sp {
    width: 25% !important;
  }
  .hp_wd_30pc_sp {
    width: 30% !important;
  }
  .hp_wd_35pc_sp {
    width: 35% !important;
  }
  .hp_wd_40pc_sp {
    width: 40% !important;
  }
  .hp_wd_45pc_sp {
    width: 45% !important;
  }
  .hp_wd_50pc_sp {
    width: 50% !important;
  }
  .hp_wd_55pc_sp {
    width: 55% !important;
  }
  .hp_wd_60pc_sp {
    width: 60% !important;
  }
  .hp_wd_65pc_sp {
    width: 65% !important;
  }
  .hp_wd_70pc_sp {
    width: 70% !important;
  }
  .hp_wd_75pc_sp {
    width: 75% !important;
  }
  .hp_wd_80pc_sp {
    width: 80% !important;
  }
  .hp_wd_85pc_sp {
    width: 85% !important;
  }
  .hp_wd_90pc_sp {
    width: 90% !important;
  }
  .hp_wd_95pc_sp {
    width: 95% !important;
  }
  .hp_wd_100pc_sp {
    width: 100% !important;
  }
}
.hp_float_l {
  float: left !important;
}
.hp_float_r {
  float: right !important;
}
@media screen and (min-width: 768px), print {
  .hp_float_l_pc {
    float: left !important;
  }
  .hp_float_r_pc {
    float: right !important;
  }
}
.hp_clearfix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.hp_ta_l {
  text-align: left !important;
}
.hp_ta_c {
  text-align: center !important;
}
.hp_ta_r {
  text-align: right !important;
}
.hp_ta_j {
  text-align: justify !important;
}
@media screen and (min-width: 768px), print {
  .hp_ta_l_pc {
    text-align: left !important;
  }
  .hp_ta_c_pc {
    text-align: center !important;
  }
  .hp_ta_r_pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_ta_l_sp {
    text-align: left !important;
  }
  .hp_ta_c_sp {
    text-align: center !important;
  }
  .hp_ta_r_sp {
    text-align: right !important;
  }
}
.hp_va_t {
  vertical-align: top !important;
}
.hp_va_m {
  vertical-align: middle !important;
}
.hp_va_b {
  vertical-align: bottom !important;
}
.hp_va_rl {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
}
.hp_ti_1em {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
.hp_ti_1pfem {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}
.hp_ti_2em {
  text-indent: -2em !important;
  padding-left: 2em !important;
}
.hp_ti_2pfem {
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}
.hp_ti_3em {
  text-indent: -3em !important;
  padding-left: 3em !important;
}
.hp_ti_3pfem {
  text-indent: -3.5em !important;
  padding-left: 3.5em !important;
}
.hp_ti_4em {
  text-indent: -4em !important;
  padding-left: 4em !important;
}
.hp_ti_4pfem {
  text-indent: -4.5em !important;
  padding-left: 4.5em !important;
}
.hp_flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hp_flex_jc {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.hp_flex_jb {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.hp_flex_ja {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}
.hp_flex_js {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.hp_flex_ac {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.hp_flex_ae {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.hp_flex_wp {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.hp_flex_cl {
  display: inherit !important;
}
@media screen and (min-width: 768px), print {
  .hp_flex_pc {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_flex_cl_sp {
    display: inherit !important;
  }
  .hp_flex_jc_sp {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .hp_flex_js_sp {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

/* /_hp.css 
-------------------------------------------------------*/
/* _unique.scss
-------------------------------------------------------*/
/* top*/
.un_top_wrapper {
  padding-bottom: 0;
}
.un_top_cont {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .un_top_cont {
    margin-top: 45px;
  }
}
.un_top_ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .un_top_ttl {
    font-size: 2.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_ttl {
    font-size: 1.7142857143rem;
  }
}
.un_top_ttlLv2 {
  font-size: 2rem;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .un_top_ttlLv2 {
    font-size: 2.2857142857rem;
  }
}
.un_top_ttlLv2::before, .un_top_ttlLv2::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #007c00;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.un_top_ttlLv2::after {
  background: #dd0f18;
  top: 18px;
}
@media screen and (max-width: 767px) {
  .un_top_ttlLv2 {
    font-size: 1.25rem;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_ttlLv2 {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_ttlLv2::before, .un_top_ttlLv2::after {
    width: 5px;
    height: 5px;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .un_top_ttlLv2::after {
    top: 14px;
  }
}
.un_top_linkBtn {
  background: #007c00;
  color: #fff;
  text-align: center;
  min-width: 260px;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 25px;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .un_top_linkBtn {
    -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
  }
}
.un_top_linkBtn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #eff4ef;
  left: 0;
  top: 0;
}
.un_top_linkBtn::after {
  width: 15px;
  height: 15px;
  z-index: 1;
  background-image: url(/english/ir/assets/img/common/ico_arrow_wh.svg);
  -webkit-transition: none;
  transition: none;
  right: 20px;
}
.un_top_linkBtn > * {
  position: relative;
  max-width: calc(100% - 35px);
  text-align: left;
}
@media all and (-ms-high-contrast: none), print {
  .un_top_linkBtn {
    min-height: inherit;
    height: 65px;
  }
}
@media screen and (min-width: 768px), print {
  .un_top_linkBtn:hover {
    color: #007c00;
  }
  .un_top_linkBtn:hover::before {
    width: 100%;
  }
  .un_top_linkBtn:hover::after {
    background-image: url(/english/ir/assets/img/common/ico_arrow_gr.svg);
  }
}
@media screen and (max-width: 767px) {
  .un_top_linkBtn {
    min-width: 185px;
    min-height: 48px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_linkBtn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_linkBtn::after {
    right: 15px;
    width: 12px;
    height: 12px;
  }
}
.un_top_message {
  margin-top: 55px;
}
.un_top_messageInner {
  background: #f7f7f7;
  position: relative;
}
.un_top_messageInner::before {
  position: absolute;
  content: "";
  background: url(/english/ir/assets/img/top/bg_message_pc.jpg) no-repeat;
  background-size: cover;
  width: 1020px;
  height: 340px;
  right: 46vw;
  top: -30px;
}
.un_top_message a {
  color: #000;
}
@media screen and (min-width: 768px), print {
  .un_top_message a::before {
    background-color: transparent;
    bottom: auto;
    left: auto;
    width: inherit;
    height: inherit;
  }
  .un_top_message a:hover::before {
    width: inherit;
  }
}
.un_top_message a::after {
  width: 50px;
  height: 50px;
  bottom: -25px;
  top: auto;
  -webkit-transform: none;
          transform: none;
}
.un_top_messageCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  position: relative;
}
.un_top_messageRead {
  width: 540px;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.un_top_messageRead::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 75px;
  background: #007c00;
  left: 35px;
  top: -30px;
}
.un_top_messageTtl {
  font-size: 1.75rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .un_top_messageTtl {
    font-size: 2rem;
  }
}
.un_top_messagePresident {
  margin-top: 30px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .un_top_messagePresident {
    font-size: 1.2857142857rem;
  }
}
.un_top_messagePresident > span {
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .un_top_messagePresident > span {
    font-size: 1rem;
  }
}
.un_top_messagePic {
  width: 660px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 45px;
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  height: 340px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.un_top_messagePic_inner {
  position: relative;
}
.un_top_messagePic_inner img {
  position: relative;
  z-index: 1;
}
.un_top_messageIco {
  width: 50px;
  height: 46px;
  position: absolute;
  right: 0;
  bottom: -23px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px), print {
  .un_top_message a:hover {
    color: inherit;
  }
  .un_top_message a:hover .un_top_messageRead,
.un_top_message a:hover .un_top_messageIco, .un_top_message a:hover::after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px), print {
  .un_top_messageInner::before {
    right: 570px;
  }
}
@media screen and (max-width: 767px) {
  .un_top_message {
    margin-top: 15px;
  }
  .un_top_message a::after {
    width: 36px;
    height: 35px;
    bottom: 25px;
    right: 15px;
  }
  .un_top_messageInner::before {
    background-image: url(/english/ir/assets/img/top/bg_message_sp@2x.jpg);
    width: 100%;
    height: 45vw;
    right: 0;
    top: 0;
  }
  .un_top_messageCont {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: auto;
  }
  .un_top_messageRead {
    width: 100%;
    padding: 40px 11vw 30px;
  }
  .un_top_messageRead::before {
    width: 3px;
    height: 40px;
    top: -15px;
    left: 20px;
  }
  .un_top_messageTtl {
    font-size: 5.5vw;
  }
  .un_top_messagePresident {
    margin-top: 15px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_messagePresident {
    font-size: 0.9285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_messagePresident > span {
    font-size: 0.6875rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_messagePresident > span {
    font-size: 0.7857142857rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_messagePic {
    width: 100%;
    padding-right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 38.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  .un_top_messagePic_inner {
    text-align: center;
  }
  .un_top_messagePic img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .un_top_messageIco {
    width: 36px;
    height: 35px;
    bottom: 24px;
    right: 10px;
  }
}
.un_top_catInner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .un_top_catInner {
    padding: 0 15px;
  }
}
.un_top_catLink01 {
  padding: 100px 0;
}
.un_top_catLink01_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .un_top_catLink01_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_top_catLink01_btn {
  width: 480px;
  height: 160px;
  background: #eff4ef;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}
@media screen and (max-width: 767px) {
  .un_top_catLink01_btn {
    -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
  }
}
.un_top_catLink01_btn::after {
  background-color: rgba(0, 124, 0, 0.85);
  background-image: none;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.un_top_catLink01_btnInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 50px;
}
.un_top_catLink01_btnInner::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50px;
}
.un_top_catLink01_btnInner__individual::before {
  width: 41px;
  height: 48px;
  background-image: url(/english/ir/assets/img/top/ico_individual_gr.svg);
}
.un_top_catLink01_btnInner__ataglance::before {
  width: 42px;
  height: 42px;
  background-image: url(/english/ir/assets/img/top/ico_ataglance_gr.svg);
}
.un_top_catLink01_ttl {
  font-size: 1.25rem;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .un_top_catLink01_ttl {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_top_catLink01_btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .un_top_catLink01_btn__individual::before {
    background-image: url(/english/ir/assets/img/top/bg_individual@2x.jpg);
  }
  .un_top_catLink01_btn__ataglance::before {
    background-image: url(/english/ir/assets/img/top/bg_ataglance@2x.jpg);
  }
  .un_top_catLink01_btn:hover::before {
    width: 100%;
  }
  .un_top_catLink01_btn:hover::after {
    width: 100%;
  }
  .un_top_catLink01_btn:hover .un_top_catLink01_ttl {
    color: #fff;
  }
  .un_top_catLink01_btn:hover .un_top_catLink01_btnInner__individual::before {
    background-image: url(/english/ir/assets/img/top/ico_individual_wh.svg);
  }
  .un_top_catLink01_btn:hover .un_top_catLink01_btnInner__ataglance::before {
    background-image: url(/english/ir/assets/img/top/ico_ataglance_wh.svg);
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink01 {
    padding: 30px 0 60px;
  }
  .un_top_catLink01_sec {
    width: 100%;
  }
  .un_top_catLink01_sec:nth-child(2) {
    margin: 15px 0 0 0;
  }
  .un_top_catLink01_btn {
    width: 100%;
    height: 80px;
  }
  .un_top_catLink01_btnInner {
    padding-left: 25px;
  }
  .un_top_catLink01_btnInner__individual::before {
    width: 28px;
    height: 32px;
  }
  .un_top_catLink01_btnInner__ataglance::before {
    width: 33px;
    height: 34px;
  }
  .un_top_catLink01_ttl {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_catLink01_ttl {
    font-size: 1rem;
  }
}
.un_top_catLink02 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .un_top_catLink02 {
    padding-top: 50px;
  }
}
.un_top_catLink02_inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px), print {
  .un_top_catLink02_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_top_catLink02_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.un_top_catLink02_link > a {
  font-weight: 600;
  color: #000;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .un_top_catLink02_link > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_top_catLink02_link > a::before {
    background-color: transparent;
    bottom: auto;
    left: auto;
    width: inherit;
    height: inherit;
  }
  .un_top_catLink02_link > a:hover::before {
    width: inherit;
  }
}
@media screen and (min-width: 768px), print {
  .un_top_catLink02_link > a:hover {
    color: #007c00;
  }
}
.un_top_catLink02_link > a > span {
  display: inline-block;
}
.un_top_catLink02_link > a::after {
  width: 15px;
  height: 15px;
}
.un_top_catLink02_cont {
  margin-top: 45px;
}
.un_top_catLink02_item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  position: relative;
  background: #f7f7f7;
  color: #000;
  height: 75px;
}
.un_top_catLink02_item > a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 18px;
  background: #007c00;
  left: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.un_top_catLink02_item:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .un_top_catLink02-news {
    width: 675px;
  }
  .un_top_catLink02-library {
    width: 445px;
  }
  .un_top_catLink02_item > a:hover {
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    color: #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_top_catLink02_item > a:hover {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px), print {
  .un_top_catLink02_item > a:hover::before {
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink02-library {
    margin-top: 45px;
    width: 100%;
  }
  .un_top_catLink02_link > a > span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_catLink02_link > a > span {
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink02_link > a > .svg_arrow {
    width: 11px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink02_cont {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink02_item > a {
    height: 52px;
    padding-left: 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_catLink02_item > a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink02_item > a::before {
    width: 2px;
    height: 13px;
  }
}
.un_top_catLink03 {
  margin-top: 100px;
  background: #eff4ef;
  padding: 60px 0;
}
.un_top_catLink03_inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .un_top_catLink03_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_top_catLink03_sec {
  padding: 35px 20px 25px;
  border-top: 3px solid #007c00;
  width: calc(33.3333333333% - 26.6666666667px);
  background: #fff;
}
.un_top_catLink03_secInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.un_top_catLink03_cont {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 25px;
}
.un_top_catLink03_ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .un_top_catLink03_ttl {
    font-size: 1.7142857143rem;
  }
}
.un_top_catLink03_ttl a {
  color: #000;
  display: block;
}
@media screen and (min-width: 768px), print {
  .un_top_catLink03_ttl a:hover {
    color: #007c00;
  }
}
.un_top_catLink03_ttl a::after {
  content: none;
}
.un_top_catLink03_list {
  margin-top: 20px;
}
.un_top_catLink03_item > a {
  padding: 6px 0;
  color: #000;
  margin-right: 0;
}
.un_top_catLink03_item .el_link_arrow::after {
  width: 15px;
  height: 15px;
}
.un_top_catLink03_pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px), print {
  .un_top_catLink03_pic > img {
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink03 {
    margin-top: 50px;
  }
  .un_top_catLink03_sec {
    width: 100%;
    padding: 25px 15px 20px;
    border-top-width: 2px;
  }
  .un_top_catLink03_sec:nth-child(n+2) {
    margin-top: 20px;
  }
  .un_top_catLink03_cont {
    margin-top: 15px;
  }
  .un_top_catLink03_ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_catLink03_ttl {
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink03_list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink03_item > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_catLink03_item > a {
    font-size: 1rem;
  }
}
.un_top_catLink04 {
  padding: 100px 0;
}
.un_top_catLink04_secInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.un_top_catLink04_head {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 75px;
}
.un_top_catLink04_pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .un_top_catLink04 {
    padding: 40px 0 60px;
  }
  .un_top_catLink04_head {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .un_top_catLink05_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_top_catLink05_sec {
  width: 33.3333333333%;
}
.un_top_catLink05_secInner {
  width: 100%;
  position: relative;
}
.un_top_catLink05_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 0 18%;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
}
.un_top_catLink05_link-faq {
  background-image: url(/english/ir/assets/img/top/bg_faq.jpg);
}
.un_top_catLink05_link-publicnotice {
  background-image: url(/english/ir/assets/img/top/bg_publicnotice.jpg);
}
.un_top_catLink05_link-disclaimer {
  background-image: url(/english/ir/assets/img/top/bg_disclaimer.jpg);
}
.un_top_catLink05_link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 124, 0, 0.85);
  background-image: none;
  left: 0;
  top: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.un_top_catLink05_link::after {
  z-index: 1;
  right: 30px;
}
.un_top_catLink05_link > * {
  position: relative;
}
.un_top_catLink05_ttl {
  font-size: 1.75rem;
  padding-left: 22px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .un_top_catLink05_ttl {
    font-size: 2rem;
  }
}
.un_top_catLink05_ttl::before {
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .un_top_catLink05_link:hover::before {
    background-color: rgba(0, 124, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .un_top_catLink05_sec {
    width: 100%;
  }
  .un_top_catLink05_sec:nth-child(n+2) {
    margin-top: 5px;
  }
  .un_top_catLink05_link {
    height: 110px;
  }
  .un_top_catLink05_ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_top_catLink05_ttl {
    font-size: 1.2857142857rem;
  }
}
.un_top_inquiry {
  margin-top: 0;
}

/* policy*/
.un_policyMessage .ly_columnsTwo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.un_policyMessage .ly_columnsTwo .ly_columns_item:nth-child(even) {
  margin-left: 0;
}
@media screen and (min-width: 768px), print {
  .un_policyMessage .ly_columnsTwo .ly_columns_item:nth-child(odd) {
    margin-left: 30px;
  }
}
.un_policyMessage_ttl {
  position: relative;
  padding: 80px 0 120px 0;
  border-bottom: #ddd solid 1px;
}
@media screen and (max-width: 767px) {
  .un_policyMessage_ttl {
    padding: 0 0 20px 0;
  }
}
.un_policyMessage_ttl::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: #007c00;
  left: 0;
  bottom: -2px;
  top: auto;
  border-radius: 0;
}
.un_policyMessage_ttl .el_h2 {
  padding-left: 0;
}
.un_policyMessage_ttl .el_h2::before, .un_policyMessage_ttl .el_h2::after {
  content: none;
}
.un_policyMessage_name {
  padding-top: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .un_policyMessage_name {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_policyMessage_name {
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  .un_policyMessage_name {
    padding-top: 20px;
  }
}
.un_policyMessage_name > span {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .un_policyMessage_name > span {
    font-size: 1.5714285714rem;
  }
}
@media screen and (max-width: 767px) {
  .un_policyMessage_name > span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_policyMessage_name > span {
    font-size: 1.1428571429rem;
  }
}

.un_policyMidplan_table td + td {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .un_policyMidplan_table td + td {
    width: 20%;
  }
}
.un_policyMidplan_table td + td img {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .un_policyMidplan_table td + td img {
    width: auto;
  }
}

/* individual*/
.un_individualAtaglance_number {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .un_individualAtaglance_number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_individualAtaglance_number_item {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center;
}
.un_individualAtaglance_number_item:nth-child(5) .un_individualAtaglance_number_txt {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .un_individualAtaglance_number_item {
    width: calc(33.3333333333% - 20px);
    margin-left: 30px;
  }
  .un_individualAtaglance_number_item:nth-child(1), .un_individualAtaglance_number_item:nth-child(4), .un_individualAtaglance_number_item:nth-child(6) {
    margin-left: 0;
  }
  .un_individualAtaglance_number_item:nth-child(n+4) {
    margin-top: 30px;
  }
  .un_individualAtaglance_number_item:nth-child(5) {
    width: calc(66.6666666667% - 10px);
  }
  .un_individualAtaglance_number_item:nth-child(5) .un_individualAtaglance_number_itemInner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .un_individualAtaglance_number_item:nth-child(5) .un_individualAtaglance_number_itemInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .un_individualAtaglance_number_item:nth-child(5) .un_individualAtaglance_number_itemInner {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_item {
    padding: 30px 20px;
  }
  .un_individualAtaglance_number_item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .un_individualAtaglance_number_icon {
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.un_individualAtaglance_number_txt {
  margin-top: 20px;
}
.un_individualAtaglance_number_txt .bl_ulList {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_graph {
    margin-top: 20px;
  }
}
.un_individualAtaglance_number_txtInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.un_individualAtaglance_number_txtInner .un_individualAtaglance_number_index {
  width: 140px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_index {
    width: 100px;
  }
}
.un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data {
    font-size: 1.2857142857rem;
  }
}
.un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span {
  display: inline-block;
  width: 110px;
  text-align: right;
  margin-right: 12px;
  font-size: 2rem;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span {
    font-size: 2.2857142857rem;
  }
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span {
    font-size: 2.2857142857rem;
  }
}
.un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span span {
  font-size: 1.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span span {
    font-size: 1.7142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_individualAtaglance_number_txtInner .un_individualAtaglance_number_data span span {
    font-size: 1.5714285714rem;
  }
}
.un_individualAtaglance_number_txtInner + .bl_ulList {
  display: block;
}
.un_individualAtaglance_number_index {
  font-weight: 900;
}
.un_individualAtaglance_number_data {
  font-weight: 900;
  font-size: 1.5rem;
  margin-top: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_data {
    font-size: 1.7142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_data {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_individualAtaglance_number_data {
    font-size: 1.5714285714rem;
  }
}
.un_individualAtaglance_number_data span {
  color: #007c00;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_data span {
    font-size: 3.4285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_number_data span {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_individualAtaglance_number_data span {
    font-size: 3rem;
  }
}
.un_individualAtaglance_ttl {
  background-color: #eff4ef;
  color: #007c00;
  text-align: center;
  padding: 30px 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_ttl {
    padding: 20px 0;
  }
}
.un_individualAtaglance_ttl::before, .un_individualAtaglance_ttl::after {
  width: calc(50% - 120px);
  height: 1px;
  background: #007c00;
  bottom: 65px;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_ttl::before, .un_individualAtaglance_ttl::after {
    width: calc(50% - 90px);
    bottom: 55px;
  }
}
.un_individualAtaglance_ttl::before {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_ttl::before {
    left: 20px;
  }
}
.un_individualAtaglance_ttl::after {
  position: absolute;
  content: "";
  right: 30px;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_ttl::after {
    right: 20px;
  }
}
.un_individualAtaglance_ttl > span {
  display: inline-block;
}
.un_individualAtaglance_ttl > span > span {
  font-size: 0.75rem;
  color: #000;
  display: block;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .un_individualAtaglance_ttl > span > span {
    font-size: 0.8571428571rem;
  }
}

/* library*/
.un_library_head {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eff4ef;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (min-width: 768px), print {
  .un_library_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .un_library_head {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .un_library_head_item + .un_library_head_item {
    margin-top: 20px;
  }
}
.un_library_zipDw.el_linkBtn a::after {
  width: 20px;
  height: 20px;
  background-image: url(/english/ir/assets/img/common/ico_dw_wh.svg);
}
@media screen and (max-width: 767px) {
  .un_library_zipDw.el_linkBtn a::after {
    width: 18px;
    height: 18px;
  }
}
.un_library_zipDw.el_linkBtn a:hover::after {
  background-image: url(/english/ir/assets/img/common/ico_dw_gr.svg);
}
.un_library_columnsTwo .ly_columns_itemInner {
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .un_library_columnsTwo .ly_columns_item:nth-child(n+3) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .un_library_columnsTwo .ly_columns_item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.un_library_btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .un_library_btn {
    margin-top: 10px;
  }
}

/* /_unique.scss
-------------------------------------------------------*//*# sourceMappingURL=style.css.map */