@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Yu Gothic, YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  color: #575352;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 3.64583vw;
  }
}

@media only screen and (max-width: 768px) {
  body.is-fixed {
    overflow: hidden;
  }
}

@media only screen and (min-width: 769px) {
  p {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) {
  p {
    line-height: 1.7;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}


a {
  color: #755000;
}

small {
  font-size: 70%;
}

.lay-header {
  border-bottom: 4px #e50019 solid;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.lay-header_container {
  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;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .lay-header_container {
    height: 74px;
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-header_container {
    height: 66px;
    padding-left: 2.60417vw;
    padding-right: 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .lay-header_logo {
    width: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-header_logo {
    width: 170px;
  }
}

.lay-header_task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lay-header_speaker {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lay-header_speaker {
    width: 40px;
  }
}

.lay-nav_toggle,
.lay-nav_toggle span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lay-nav_toggle {
  position: relative;
  background-color: #e50019;
  cursor: pointer;
  border-radius: 5px;
  z-index: 15;
}

@media only screen and (min-width: 769px) {
  .lay-nav_toggle {
    width: 50px;
    height: 50px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_toggle {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}

.lay-nav_toggle span {
  position: absolute;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .lay-nav_toggle span {
    left: 10px;
    width: 30px;
    height: 4px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_toggle span {
    left: 7px;
    width: 26px;
    height: 4px;
  }
}

@media only screen and (min-width: 769px) {
  .lay-nav_toggle span:nth-of-type(1) {
    top: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_toggle span:nth-of-type(1) {
    top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .lay-nav_toggle span:nth-of-type(2) {
    top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_toggle span:nth-of-type(2) {
    top: 19px;
  }
}

@media only screen and (min-width: 769px) {
  .lay-nav_toggle span:nth-of-type(3) {
    top: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_toggle span:nth-of-type(3) {
    top: 28px;
  }
}

@media only screen and (min-width: 769px) {
  .lay-nav_toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
}

.lay-nav_toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  .lay-nav_toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}

.lay-nav_body {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  .lay-nav_body.is-active {
    height: 100vh;
  }
}

.lay-nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .lay-nav_list {
    padding: 88px 40px 58px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_list {
    padding: 70px 2.60417vw 9.11458vw 2.60417vw;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_list.is-active {
    height: 100vh;
    overflow-y: auto;
  }
}

.lay-nav_item {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .lay-nav_item {
    width: 45%;
    font-size: 17px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_item {
    width: 100%;
    font-size: 4.42708vw;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 769px) {
  .lay-nav_item:nth-child(odd) {
    width: 55%;
  }
}

.lay-nav_anchor {
  color: #fff;
  text-decoration: none;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .lay-nav_anchor {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_anchor {
    display: block;
    padding-left: 4.16667vw;
    padding-top: 2.60417vw;
    padding-bottom: 2.60417vw;
  }
}

.lay-nav_anchor::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

@media only screen and (min-width: 769px) {
  .lay-nav_anchor::before {
    border-width: 5px 0 5px 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .lay-nav_anchor::before {
    border-width: 1.30208vw 0 1.30208vw 1.5625vw;
    top: 4.6875vw;
  }
}

.lay-nav_anchor:hover {
  text-decoration: underline;
}

.lay-nav_anchor:hover::before {
  left: 4px;
}

.lay-main {
  display: block;
}

@media only screen and (min-width: 769px) {
  .lay-main {
    padding-top: 78px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-main {
    padding-top: 70px;
  }
}

.lay-section p + p {
  margin-top: 1rem;
}

@media only screen and (min-width: 769px) {
  .lay-faq {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .lay-faq {
    margin: 5.20833vw 0;
  }
}

.lay-faq_heading {
  background-color: #dcdcdc;
  color: #000;
  font-weight: bold;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .lay-faq_heading {
    padding: 20px 66px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-faq_heading {
    padding: 4.16667vw 10.41667vw;
  }
}

.lay-faq_heading::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  background: url("/img/policy/icon_faq.png") left center;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .lay-faq_heading::before {
    margin-right: 10px;
    left: 40px;
    width: 17px;
    height: 17px;
    margin-top: -8.5px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-faq_heading::before {
    margin-right: 2.60417vw;
    left: 5.20833vw;
    width: 3.125vw;
    height: 3.125vw;
    margin-top: -1.30208vw;
  }
}

.lay-faq_body {
  border: solid 1px #dcdcdc;
}

@media only screen and (min-width: 769px) {
  .lay-faq_body {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-faq_body {
    padding: 5.20833vw;
  }
}

.lay-faq_list li {
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
}

.lay-faq_list li:nth-child(even) {
  background-color: #eeeeee;
}

.lay-faq_list li a {
  display: block;
  position: relative;
  -webkit-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
}

@media only screen and (min-width: 769px) {
  .lay-faq_list li a {
    padding: 16px 20px 16px 36px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-faq_list li a {
    padding: 3.38542vw 3.90625vw 3.38542vw 5.98958vw;
  }
}

.lay-faq_list li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #755000;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
  .lay-faq_list li a::before {
    top: 23px;
    left: 20px;
    border-width: 5px 0 5px 6px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-faq_list li a::before {
    top: 4.94792vw;
    left: 2.60417vw;
    border-width: 1.30208vw 0 1.30208vw 1.5625vw;
  }
}

.lay-faq_list li a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .lay-faq_list li a:hover::before {
    left: 24px;
  }
}

.lay-contact {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .lay-contact {
    background: #f3efe7;
    border: solid 1px #ece5d7;
    margin: 5.20833vw 0;
  }
}

@media only screen and (min-width: 769px) {
  .lay-contact_inner {
    padding: 40px;
    margin: 40px 0;
    background: #f3efe7;
    border: solid 1px #ece5d7;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_inner {
    padding: 5.20833vw 0;
  }
}

.lay-contact_heading {
  color: #000;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .lay-contact_heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_heading {
    font-size: 5.20833vw;
    margin-bottom: 3.90625vw;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 769px) {
  .lay-contact_cols {
    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;
  }
}

@media only screen and (min-width: 769px) {
  .lay-contact_col {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_col {
    padding: 5.20833vw;
  }
}

.lay-contact_col p {
  line-height: 1.5;
}

.lay-contact_cols_heading {
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  .lay-contact_cols_heading {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_cols_heading {
    margin-bottom: 2.60417vw;
  }
}

.lay-contact_customer {
  background: #f8f6f2;
  border: #d9cdb4 solid 1px;
}

@media only screen and (min-width: 769px) {
  .lay-contact_customer {
    width: 52%;
  }
}

@media only screen and (min-width: 769px) {
  .lay-contact_customer_cols {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_customer_cols {
    margin-top: 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .lay-contact_customer_cols_image {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_customer_cols_image {
    display: none;
  }
}

.lay-contact_customer_cols_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lay-contact_customer_dial {
  font-weight: bold;
  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;
}

@media only screen and (min-width: 769px) {
  .lay-contact_customer_dial {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_customer_dial {
    font-size: 8.07292vw;
    margin-bottom: 2.60417vw;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_customer_dial_icon {
    width: 13.02083vw;
    height: auto;
    margin-right: 1.30208vw;
  }
}

.lay-contact_customer_dial_tel {
  color: #000;
  text-decoration: none;
}

.lay-contact_enter {
  background: #f8f6f2;
  border: #d9cdb4 solid 1px;
}

@media only screen and (min-width: 769px) {
  .lay-contact_enter {
    width: 46%;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_enter {
    margin-top: 5.20833vw;
  }
}

@media only screen and (min-width: 769px) {
  .lay-contact_enter_btns {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_enter_btns {
    margin-top: 2.60417vw;
  }
}

.lay-contact_enter_btn {
  display: block;
  width: 100%;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lay-contact_enter_btn:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .lay-contact_enter_btn {
    height: 80px;
    font-size: 18px;
    padding: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_enter_btn {
    height: 18.22917vw;
    font-size: 3.90625vw;
    padding: 1.30208vw;
  }
}

.lay-contact_enter_btn > span {
  display: block;
  border: 1px solid #fff;
  height: 100%;
  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;
  text-align: center;
  border-radius: 4px;
}

.lay-contact_enter_btn-red {
  background: #cc0000;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cc0000 0%, #9b0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#9b0000));
  background: -o-linear-gradient(top, #cc0000 0%, #9b0000 100%);
  background: linear-gradient(to bottom, #cc0000 0%, #9b0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9b0000',GradientType=0 );
  /* IE6-9 */
  border: solid 1px #990000;
}

.lay-contact_enter_btn-green {
  background: #268d02;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #268d02 0%, #1f7500 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#268d02), to(#1f7500));
  background: -o-linear-gradient(top, #268d02 0%, #1f7500 100%);
  background: linear-gradient(to bottom, #268d02 0%, #1f7500 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268d02', endColorstr='#1f7500',GradientType=0 );
  /* IE6-9 */
  border: solid 1px #21620a;
}

@media only screen and (min-width: 769px) {
  .lay-contact_enter_btn-green {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-contact_enter_btn-green {
    margin-top: 2.60417vw;
  }
}

.lay-about {
  border: solid 1px #dcdcdc;
  color: #000;
}

@media only screen and (min-width: 769px) {
  .lay-about {
    margin: 40px 0;
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-about {
    margin: 5.20833vw 0;
    padding: 5.20833vw;
  }
}

.lay-about_heading {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .lay-about_heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-about_heading {
    line-height: 1.5;
    font-size: 4.42708vw;
    margin-bottom: 3.90625vw;
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .lay-about_body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-about_body {
    font-size: 3.64583vw;
  }
}

.lay-footer {
  background: #333333;
  border-bottom: #990000 solid 6px;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .lay-footer {
    padding: 35px 0;
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .lay-footer {
    padding: 5.20833vw 0;
  }
}

.lay-footer_link_item {
  display: inline-block;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .lay-footer_link_item {
    padding: 0 10px;
    margin-bottom: 10px;
    margin-left: -1px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

@media only screen and (max-width: 768px) {
  .lay-footer_link_item {
    display: block;
    width: 100%;
  }
}

.lay-footer_link_anchor {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .lay-footer_link_anchor {
    display: block;
    width: 100%;
    position: relative;
    padding: 1.95313vw 3.90625vw;
  }
}

.lay-footer_link_anchor:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .lay-footer_link_anchor::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    top: 4.6875vw;
    left: 1.04167vw;
    border-width: 1.5625vw 0 1.5625vw 1.5625vw;
    border-color: transparent transparent transparent #fff;
  }
}

@media only screen and (min-width: 769px) {
  .lay-footer_trade {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-footer_trade {
    margin-top: 3.90625vw;
    line-height: 1.6;
  }
}

.lay-footer_copy {
  font-size: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .lay-footer_copy {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-footer_copy {
    margin-top: 3.90625vw;
    line-height: 1.6;
    font-size: 3.38542vw;
  }
}
.mod-indent1em {
  text-indent:-1em;
  padding-left:1em;
}

.mod-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .mod-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-container {
    padding-left: 5.20833vw;
    padding-right: 5.20833vw;
  }
}

.mod-container-inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .mod-container-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-container-inner {
    padding-left: 6.51042vw;
    padding-right: 6.51042vw;
  }
}

.mod-heading-lv1 {
  background: #f7f7f7;
  color: #575352;
  text-align: center;
  border-bottom: 1px #d2d2d2 solid;
  font-weight: 700;
  display: table;
  width: 100%;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  .mod-heading-lv1 {
    font-size: 36px;
    min-height: 120px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mod-heading-lv1 {
    font-size: 5.20833vw;
    min-height: 18.22917vw;
    margin-bottom: 5.20833vw;
    padding: 5.20833vw 0;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  }
}

.mod-heading-lv1 > span {
  display: table-cell;
  vertical-align: middle;
}

.mod-heading-lv2 {
  color: #fff;
  background-color: #395d7c;
  text-align: center;
  display: table;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .mod-heading-lv2 {
    height: 100px;
    margin-bottom: 40px;
    font-size: 28px;
    padding: 20px 0;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-heading-lv2 {
    min-height: 18.22917vw;
    margin-bottom: 5.20833vw;
    font-size: 4.6875vw;
    margin-top: 7.8125vw;
    padding: 3.90625vw 5.20833vw;
  }
}

.mod-heading-lv2 span {
  display: table-cell;
  vertical-align: middle;
}

.mod-scrollTop {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .mod-scrollTop {
    padding: 20px 30px;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .mod-scrollTop {
    padding: 3.90625vw 0;
  }
}

.mod-scrollTop_link {
  position: relative;
  color: #575352;
}

@media only screen and (min-width: 769px) {
  .mod-scrollTop_link {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-scrollTop_link {
    display: block;
    background-color: #f7f7f7;
    padding: 9.11458vw 6.51042vw 3.90625vw;
    text-align: center;
  }
}

.mod-scrollTop_link::before {
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .mod-scrollTop_link::before {
    top: 42%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #575352;
    border-right: 3px solid #575352;
  }
}

@media only screen and (max-width: 768px) {
  .mod-scrollTop_link::before {
    top: 3.90625vw;
    left: 50%;
    width: 2.60417vw;
    height: 2.60417vw;
    border-top: 0.78125vw solid #575352;
    border-right: 0.78125vw solid #575352;
    margin-left: -1.30208vw;
  }
}

.mod-table {
  width: 100%;
  border-collapse: collapse;
  color: #222;
}

.mod-table_row:nth-child(odd) .mod-table_data {
  background-color: #eee;
}

.mod-table_head {
  font-weight: bold;
  text-align: left;
  background-color: #d9e1e8;
  line-height: 1.6;
  vertical-align: top;
  border: 1px solid #fff;
  color: #444;
}

@media only screen and (min-width: 769px) {
  .mod-table_head {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-table_head {
    padding: 2.60417vw;
  }
}

.mod-table_head:first-child {
  width: 30%;
}

.mod-table_data {
  background-color: #f5f5f5;
  line-height: 1.6;
  vertical-align: top;
  border: 1px solid #fff;
}

@media only screen and (min-width: 769px) {
  .mod-table_data {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-table_data {
    padding: 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .mod-tableNotice {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .mod-tableNotice {
    margin-top: 2.60417vw;
  }
}

.mod-tableNotice p {
  line-height: 1.6;
}

.mod-link {
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .mod-link {
    display: inline-block;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-link {
    display: block;
    margin-top: 2.60417vw;
    border: solid 1px #755000;
    padding: 3.90625vw;
    text-align: center;
  }
}

.mod-link:hover {
  text-decoration: underline;
}

.mod-link span {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .mod-link span {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-link span {
    padding-left: 5.20833vw;
  }
}

.mod-link span::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/static/AWO/img/icons.png) no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .mod-link span::before {
    width: 14px;
    height: 14px;
    top: 52%;
  }
}

@media only screen and (max-width: 768px) {
  .mod-link span::before {
    width: 3.64583vw;
    height: 3.64583vw;
    top: 50%;
  }
}

.mod-link-constant {
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .mod-link-constant {
    display: inline-block;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-link-constant {
    margin-top: 1.30208vw;
  }
}

.mod-link-constant:hover {
  text-decoration: underline;
}

.mod-link-constant span {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .mod-link-constant span {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-link-constant span {
    padding-left: 5.20833vw;
  }
}

.mod-link-constant span::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/policy/icon_arrow_right.png) no-repeat;
  background-size: cover;
  top: .9em;
}

@media only screen and (min-width: 769px) {
  .mod-link-constant span::before {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-link-constant span::before {
    width: 3.64583vw;
    height: 3.64583vw;
  }
}

.js-modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 7;
  top: 0;
  left: 0;
  display: none;
}

.js-modal-overlay.is-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}

.js-modal {
  border-radius: 10px;
  background: #fff;
  display: none;
}

@media only screen and (min-width: 769px) {
  .js-modal {
    padding: 20px;
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal {
    padding: 2.60417vw;
    width: 90%;
  }
}

.js-modal_inner {
  overflow-y: auto;
  word-break: break-all;
}

@media only screen and (min-width: 769px) {
  .js-modal_inner {
    padding: 20px;
    max-height: 60vh;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_inner {
    padding: 2.60417vw;
    max-height: 60vh;
  }
}

.js-modal_heading {
  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;
}

@media only screen and (min-width: 769px) {
  .js-modal_heading {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_heading {
    margin-bottom: 3.90625vw;
  }
}

.js-modal_heading_icon {
  border-radius: 50%;
  background-color: #aaa;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .js-modal_heading_icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_heading_icon {
    height: 7.8125vw;
    width: 7.8125vw;
    line-height: 7.8125vw;
    margin-right: 2.60417vw;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_heading_icon img {
    width: 3.90625vw;
    height: auto;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_heading_icon.js-modal_heading_icon-fit img {
    width: 5.85938vw;
    height: auto;
    vertical-align: middle;
  }
}

.js-modal_heading_title {
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .js-modal_heading_title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_heading_title {
    font-size: 4.16667vw;
    line-height: 1.4;
  }
}

.js-modal_close {
  background-color: #aaa;
  width: 100%;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.js-modal_close:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .js-modal_close {
    padding: 16px 0;
    font-size: 22px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_close {
    padding: 2.60417vw 0;
    font-size: 3.38542vw;
    margin-top: 2.60417vw;
  }
}

.js-modal_close span {
  position: relative;
}

.js-modal_close span::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 769px) {
  .js-modal_close span::before {
    width: 24px;
    height: 4px;
    top: 50%;
    margin-top: -1px;
    left: -38px;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_close span::before {
    width: 3.125vw;
    height: 0.52083vw;
    top: 50%;
    margin-top: 0;
    left: -4.94792vw;
  }
}

.js-modal_close span::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
  .js-modal_close span::after {
    width: 24px;
    height: 4px;
    top: 50%;
    margin-top: -1px;
    left: -38px;
  }
}

@media only screen and (max-width: 768px) {
  .js-modal_close span::after {
    width: 3.125vw;
    height: 0.52083vw;
    top: 50%;
    margin-top: 0;
    left: -4.94792vw;
  }
}

.js-modal-stock .js-modal_heading_icon {
  background-color: #006bb9;
}

.js-modal-stock .js-modal_heading_title {
  color: #006bb9;
}

.js-modal-stock .js-modal_close {
  background-color: #006bb9;
}

.js-modal-bond .js-modal_heading_icon {
  background-color: #047478;
}

.js-modal-bond .js-modal_heading_title {
  color: #047478;
}

.js-modal-bond .js-modal_close {
  background-color: #047478;
}

@media only screen and (min-width: 769px) {
  .mod-pdfs {
    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;
  }
}

.mod-pdf {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  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;
  color: #395d7c;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mod-pdf:first-child {
  background: #f5f5f5;
  border-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .mod-pdf:first-child {
    margin-bottom: 10px;
    height: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-pdf:first-child {
    margin-bottom: 2.60417vw;
    height: 15.625vw;
  }
}

.mod-pdf:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .mod-pdf {
    width: 100%;
    padding-left: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-pdf {
    height: 10.41667vw;
    font-size: 3.64583vw;
    padding-left: 10.41667vw;
  }
}

.mod-pdf::before {
  content: "";
  position: absolute;
  background: url("/img/policy/icon_pdf.png") no-repeat;
  background-size: cover;
  top: 50%;
}

@media only screen and (min-width: 769px) {
  .mod-pdf::before {
    width: 17px;
    height: 17px;
    left: 20px;
    margin-top: -9px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-pdf::before {
    width: 3.64583vw;
    height: 3.64583vw;
    left: 3.90625vw;
    margin-top: -1.30208vw;
  }
}

.mod-box {
  border-radius: 6px;
  border: solid 1px #dcdcdc;
  background: #f5f5f5;
  color: #333;
  word-break: break-all;
}

@media only screen and (min-width: 769px) {
  .mod-box {
    padding: 35px 40px;
    margin: 30px auto 25px auto;
  }
}

@media only screen and (max-width: 768px) {
  .mod-box {
    padding: 3.90625vw;
    margin: 3.90625vw auto 3.25521vw auto;
  }
}

.mod-box p {
  line-height: 1.6;
}

.mod-box_heading {
  font-weight: bold;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 769px) {
  .mod-box-foot {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-box-foot {
    margin-top: 13.02083vw;
  }
}

.mod-panel_inner {
  border: solid 1px #dcdcdc;
  line-height: 1.6;
  color: #333;
}

@media only screen and (min-width: 769px) {
  .mod-panel_inner {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 768px) {
  .mod-panel_inner {
    margin: 3.90625vw auto;
  }
}

.mod-panel_heading {
  background: #dcdcdc;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .mod-panel_heading {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-panel_heading {
    padding: 1.95313vw 3.90625vw;
  }
}

@media only screen and (min-width: 769px) {
  .mod-panel_body {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-panel_body {
    padding: 3.90625vw;
  }
}

.mod-list-desc {
  list-style-type: disc;
  padding-left: 1.5rem;
}

@media only screen and (min-width: 769px) {
  .mod-list-desc {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mod-list-desc {
    margin: 3.90625vw 0;
  }
}

.mod-list-desc > li {
  line-height: 1.6;
}

.mod-list-desc > li + li {
  margin-top: .5rem;
}

.mod-list_child {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.mod-list_child > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.mod-list_child > li::before {
  display: inline-block;
  content: "窶｢";
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .mod-list-indent {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mod-list-indent {
    margin: 2.60417vw 0;
  }
}

@media only screen and (min-width: 769px) {
  .mod-list-indent.uti-list-lv3 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-list-indent.uti-list-lv3 {
    margin-top: 1.30208vw;
  }
}

.mod-list-indent-serial .mod-list-indent_item + .mod-list-indent_item {
  margin-top: .6rem;
}

.mod-list-indent_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6;
}

@media only screen and (min-width: 769px) {
  .mod-list-indent_row + .uti-list {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-list-indent_row + .uti-list {
    margin-top: 0.65104vw;
    margin-bottom: 2.60417vw;
  }
}

.mod-list-indent_dot {
  width: 1rem;
  display: block;
}

.mod-list-indent_dot-two {
  width: 2rem;
}

.mod-list-indent_body {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mod-heading-square {
  position: relative;
  color: #444;
  font-weight: bold;
  border-bottom: #a0a0a0 solid 1px;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .mod-heading-square {
    font-size: 20px;
    padding-bottom: 14px;
    padding-left: 50px;
    margin: 60px auto 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-heading-square {
    font-size: 4.42708vw;
    padding-bottom: 2.60417vw;
    padding-left: 10.41667vw;
    margin: 7.8125vw auto 3.90625vw;
  }
}

.mod-heading-square::before {
  content: "";
  background: #395d7c;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .mod-heading-square::before {
    width: 24px;
    height: 24px;
    left: 13px;
    top: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-heading-square::before {
    width: 5.20833vw;
    height: 5.20833vw;
    left: 3.38542vw;
    top: 1.04167vw;
  }
}

.mod-heading-line {
  position: relative;
  color: #444;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .mod-heading-line {
    font-size: 19px;
    padding-left: 40px;
    margin: 60px auto 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-heading-line {
    font-size: 4.42708vw;
    padding-left: 8.33333vw;
    margin: 7.8125vw auto 2.60417vw;
  }
}

.mod-heading-line::before {
  content: "";
  background: #395d7c;
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .mod-heading-line::before {
    width: 24px;
    height: 2px;
    top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-heading-line::before {
    width: 5.20833vw;
    height: 0.52083vw;
    top: 3.125vw;
  }
}

.mod-heading-square + .mod-heading-line {
  margin-top: 0;
}

.mod-imagebox {
  background: #f5f5f5;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .mod-imagebox {
    padding: 40px;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mod-imagebox {
    padding: 1.30208vw;
    margin: 3.90625vw 0;
  }
}

.mod-kpiTable {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable {
    margin: 3.90625vw 0;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_thead {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_tbody {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_row {
    display: block;
    position: relative;
    border-top: 4px solid #4a79a2;
  }
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_row:nth-child(odd) .mod-kpiTable_data {
    background-color: #eee;
  }
}

.mod-kpiTable_row .mod-kpiTable_data:nth-child(1) {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(1) {
    width: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(1) {
    background-color: #4a79a2;
    color: #fff;
    font-weight: bold;
    padding: 0;
    position: absolute;
    top: 2.60417vw;
    left: 2.60417vw;
    width: 13.02083vw;
    height: 13.02083vw;
    line-height: 13.02083vw;
  }
}

.mod-kpiTable_row .mod-kpiTable_data:nth-child(2) {
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(2) {
    width: auto;
  }
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(3) {
    text-align: center;
    width: 108px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(3) {
    padding: 1.30208vw 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(4) {
    text-align: center;
    width: 108px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(4) {
    padding: 1.30208vw 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(5) {
    text-align: center;
    width: 108px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_row .mod-kpiTable_data:nth-child(5) {
    padding: 1.30208vw 2.60417vw;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_row + .mod-kpiTable_row {
    margin-top: 2.60417vw;
  }
}

.mod-kpiTable_head {
  color: #fff;
  background-color: #4a79a2;
  border: 1px solid #fff;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_head {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_head {
    padding: 2.60417vw;
    display: block;
  }
}

.mod-kpiTable_data {
  border: 1px solid #fff;
  background-color: #f5f5f5;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  .mod-kpiTable_data {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_data {
    padding: 2.60417vw;
    display: block;
  }
}

.mod-kpiTable_data_name {
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_data_name {
    min-height: 13.02083vw;
    padding-top: 1.04167vw;
    padding-left: 15.625vw;
    margin-bottom: 1.95313vw;
  }
}

@media only screen and (max-width: 768px) {
  .mod-kpiTable_data_name-one {
    min-height: auto;
    height: 13.02083vw;
    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-top: 0;
  }
}

.mod-pdfLink {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .mod-pdfLink {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-pdfLink {
    padding-left: 5.20833vw;
  }
}

.mod-pdfLink::before {
  content: "";
  position: absolute;
  background: url("/img/policy/icon_pdf.png") no-repeat;
  background-size: cover;
  left: 0px;
}

@media only screen and (min-width: 769px) {
  .mod-pdfLink::before {
    top: 0.2rem;
    width: 17px;
    height: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-pdfLink::before {
    top: 1.04167vw;
    width: 4.16667vw;
    height: 4.16667vw;
  }
}

.mod-pdfLink_anchor:hover {
  text-decoration: none;
}

.mod-generalTable {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mod-generalTable {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable_thead {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable_row {
    display: block;
  }
}

.mod-generalTable_thead_head {
  background: #4a79a2;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.6;
  font-weight: bold;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  .mod-generalTable_thead_head {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable_thead_head {
    padding: 3.25521vw 2.60417vw;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable_tbody {
    display: block;
  }
}

.mod-generalTable_tbody_head {
  background: #d9e1e8;
  border: 1px solid #fff;
  line-height: 1.6;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .mod-generalTable_tbody_head {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable_tbody_head {
    padding: 1.95313vw 2.60417vw;
    display: block;
    border-top: 0;
  }
}

.mod-generalTable_tbody_data {
  border: 1px solid #fff;
  background-color: #f5f5f5;
  line-height: 1.6;
  word-break: break-all;
}

@media only screen and (min-width: 769px) {
  .mod-generalTable_tbody_data {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable_tbody_data {
    padding: 3.25521vw 2.60417vw;
    display: block;
    border-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-steady .mod-generalTable {
    display: table;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-steady .mod-generalTable_thead {
    display: table-header-group;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-steady .mod-generalTable_row {
    display: table-row;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-steady .mod-generalTable_thead_head {
    display: table-cell;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-steady .mod-generalTable_tbody {
    display: table-row-group;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-steady .mod-generalTable_tbody_head {
    display: table-cell;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-steady .mod-generalTable_tbody_data {
    display: table-cell;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable_cell-small {
    padding: 1.95313vw 2.60417vw;
  }
}

.mod-generalTable_thead_head-light {
  background: #d9e1e8;
  color: #575352;
}

.mod-generalTable-stripe .mod-generalTable_row:nth-child(odd) .mod-generalTable_tbody_data {
  background-color: #eee;
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-7525 .mod-generalTable_row .mod-generalTable_thead_head:first-child {
    width: 75%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-7525 .mod-generalTable_row .mod-generalTable_thead_head:last-child {
    width: 25%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-5050 .mod-generalTable_row .mod-generalTable_thead_head:first-child {
    width: 50%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-5050 .mod-generalTable_row .mod-generalTable_thead_head:last-child {
    width: 50%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-3575 .mod-generalTable_row .mod-generalTable_thead_head:first-child {
    width: 35%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-3575 .mod-generalTable_row .mod-generalTable_thead_head:last-child {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-6040-sp .mod-generalTable_row .mod-generalTable_thead_head:first-child {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .mod-generalTable-6040-sp .mod-generalTable_row .mod-generalTable_thead_head:last-child {
    width: 40%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-243838 .mod-generalTable_row .mod-generalTable_thead_head:first-child {
    width: 24%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-243838 .mod-generalTable_row .mod-generalTable_thead_head:nth-child(2) {
    width: 38%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-243838 .mod-generalTable_row .mod-generalTable_thead_head:last-child {
    width: 38%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-2040201010 .mod-generalTable_row .mod-generalTable_thead_head:first-child {
    width: 25%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-2040201010 .mod-generalTable_row .mod-generalTable_thead_head:nth-child(2) {
    width: 35%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-2040201010 .mod-generalTable_row .mod-generalTable_thead_head:nth-child(3) {
    width: 20%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-2040201010 .mod-generalTable_row .mod-generalTable_thead_head:nth-child(4) {
    width: 10%;
  }
}

@media only screen and (min-width: 769px) {
  .mod-generalTable-2040201010 .mod-generalTable_row .mod-generalTable_thead_head:last-child {
    width: 10%;
  }
}

.risk-redframe {
  border: 1px solid #e50019;
  color: #e50019;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .risk-redframe {
    padding: 15px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-redframe {
    padding: 3.125vw;
    font-size: 3.90625vw;
  }
}

.risk-lead {
  color: #222;
}

@media only screen and (min-width: 769px) {
  .risk-lead {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-lead {
    font-size: 3.90625vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-nav-wrap {
    margin-top: 30px;
    height: 240px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-nav-wrap {
    margin-top: 3.90625vw;
    margin-bottom: 13.02083vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-nav.is-sticky {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #efefef;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .risk-nav.is-sticky.is-sticky-move {
    top: 78px;
    -webkit-animation: isStickyMove .5s ease;
    animation: isStickyMove .5s ease;
  }
  .risk-nav.is-sticky .risk-nav_list {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .risk-nav.is-sticky .risk-nav_item {
    width: calc(100% / 7);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  .risk-nav.is-sticky .risk-nav_item::before {
    display: none;
  }
  .risk-nav.is-sticky .risk-nav_item::after {
    display: none;
  }
  .risk-nav.is-sticky .risk-nav_item:hover {
    opacity: .8;
  }
  .risk-nav.is-sticky .risk-nav_item-stock {
    background-color: #2da2d9;
  }
  .risk-nav.is-sticky .risk-nav_item-bond {
    background-color: #00aa99;
  }
  .risk-nav.is-sticky .risk-nav_item-fund {
    background-color: #8bbd1f;
  }
  .risk-nav.is-sticky .risk-nav_item-pension {
    background-color: #cf8a0a;
  }
  .risk-nav.is-sticky .risk-nav_item-securities {
    background-color: #c00069;
  }
  .risk-nav.is-sticky .risk-nav_item-fundwrap {
    background-color: #6d1574;
  }
  .risk-nav.is-sticky .risk-nav_item-other {
    background-color: #373784;
  }
  .risk-nav.is-sticky .risk-nav_anchor {
    height: 60px;
    padding-bottom: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .risk-nav.is-sticky .risk-nav_anchor::after {
    display: none;
  }
}

@-webkit-keyframes isStickyMove {
  0% {
    top: 0;
  }
  100% {
    top: 78px;
  }
}

@keyframes isStickyMove {
  0% {
    top: 0;
  }
  100% {
    top: 78px;
  }
}

@media only screen and (min-width: 769px) {
  .risk-spNav {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 5;
    background-color: #efefef;
    border-bottom: 2px solid #919191;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav.is-show {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav.is-show-move {
    top: 70px;
    -webkit-animation: isShowMove .5s ease;
    animation: isShowMove .5s ease;
  }
}

@-webkit-keyframes isShowMove {
  0% {
    top: 0;
  }
  100% {
    top: 70px;
  }
}

@keyframes isShowMove {
  0% {
    top: 0;
  }
  100% {
    top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav_title {
    color: #fff;
    position: relative;
    height: 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(#868686), color-stop(50%, #868686), color-stop(50%, #919191), to(#919191));
    background: -webkit-linear-gradient(bottom, #868686 0%, #868686 50%, #919191 50%, #919191 100%);
    background: -o-linear-gradient(bottom, #868686 0%, #868686 50%, #919191 50%, #919191 100%);
    background: linear-gradient(0deg, #868686 0%, #868686 50%, #919191 50%, #919191 100%);
    padding: 0 5.20833vw;
    cursor: pointer;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  .risk-spNav_title:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav_title_text {
    font-size: 15px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav_title_btn {
    position: absolute;
    top: 50%;
    right: 5.20833vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    background: transparent url("/img/policy/icon_spnav_open.png") left top no-repeat;
    background-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav_title_btn.is-open {
    background: transparent url("/img/policy/icon_spnav_close.png") left top no-repeat;
    background-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-spNav_body {
    display: none;
    padding: 6.51042vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-nav_list {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px solid #e0e0e0;
  }
}

.risk-nav_item {
  background-color: #aaa;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .risk-nav_item {
    width: 13.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .risk-nav_item {
    height: 10.41667vw;
    margin-bottom: 1.82292vw;
    font-size: 4.42708vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-nav_item + .risk-nav_item {
    border-left: 1px solid #fff;
  }
}

.risk-nav_item::before {
  content: '';
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .risk-nav_item::before {
    height: 100%;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .risk-nav_item::before {
    height: 50%;
    width: 100%;
  }
}

.risk-nav_item::after {
  content: '';
  position: absolute;
  z-index: 3;
}

@media only screen and (min-width: 769px) {
  .risk-nav_item::after {
    background: url("/img/policy/nav_risk_ribbon.png") center bottom no-repeat;
    bottom: -1px;
    height: 28px;
    width: 100%;
    background-size: calc(100% + 6px);
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .risk-nav_item::after {
    content: "";
    background: none;
    left: auto;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.20833vw 2.60417vw 5.20833vw 0;
    border-color: transparent #efefef transparent transparent;
  }
}

@media only screen and (max-width: 768px) {
  .risk-nav-wrap .risk-nav_item::after {
    border-color: transparent #fff transparent transparent;
  }
}

.risk-nav_item-stock {
  background-color: #2ea7e0;
}

.risk-nav_item-stock::before {
  background-color: #209bd5;
}

.risk-nav_item-bond {
  background-color: #00af9e;
}

.risk-nav_item-bond::before {
  background-color: #009687;
}

.risk-nav_item-fund {
  background-color: #8fc320;
}

.risk-nav_item-fund::before {
  background-color: #7fad1c;
}

.risk-nav_item-pension {
  background-color: #d68e0a;
}

.risk-nav_item-pension::before {
  background-color: #be7e09;
}

.risk-nav_item-securities {
  background-color: #c6006c;
}

.risk-nav_item-securities::before {
  background-color: #ad005e;
}

.risk-nav_item-fundwrap {
  background-color: #711678;
}

.risk-nav_item-fundwrap::before {
  background-color: #5d1262;
}

.risk-nav_item-other {
  background-color: #393988;
}

.risk-nav_item-other::before {
  background-color: #313176;
}

.risk-nav_inner {
  display: block;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .risk-nav_inner {
    height: 100%;
  }
}

.risk-nav_anchor {
  color: #fff;
  display: block;
  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;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}

@media only screen and (min-width: 769px) {
  .risk-nav_anchor {
    height: 140px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .risk-nav_anchor {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-nav_anchor:hover {
    height: 160px;
  }
}

.risk-nav_anchor::after {
  display: block;
  position: absolute;
  z-index: 5;
  content: 'Scroll';
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .risk-nav_anchor::after {
    font-size: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-nav_anchor::after {
    right: 6.51042vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.86458vw;
  }
}

.risk-heading-lv2 {
  color: #fff;
  background-color: #395d7c;
  text-align: center;
  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;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .risk-heading-lv2 {
    height: 110px;
    margin-bottom: 40px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-heading-lv2 {
    height: 16.92708vw;
    margin-bottom: 5.20833vw;
    font-size: 5.20833vw;
    line-height: 1.4;
    padding: 0 5.20833vw;
  }
}

.risk-heading-lv3 {
  text-align: center;
  border-bottom: 2px solid #395d7c;
  color: #395d7c;
  line-height: 1.4;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .risk-heading-lv3 {
    padding-bottom: 10px;
    font-size: 28px;
    margin-top: 70px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-heading-lv3 {
    padding-bottom: 2.60417vw;
    font-size: 5.20833vw;
    margin-top: 9.11458vw;
    margin-bottom: 5.20833vw;
  }
}

.risk-heading-lv4 {
  font-weight: 700;
  line-height: 1.6;
  color: #666;
}

@media only screen and (min-width: 769px) {
  .risk-heading-lv4 {
    border-left: 8px solid #666;
    font-size: 24px;
    padding-left: 15px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-heading-lv4 {
    border-left: 1.04167vw solid #666;
    font-size: 5.20833vw;
    padding-left: 2.60417vw;
    margin-top: 9.11458vw;
    margin-bottom: 3.90625vw;
  }
}

.risk-box {
  border-radius: 10px;
  color: #000;
  border: solid 1px #ccc;
  background-color: #f7f7f7;
}

@media only screen and (min-width: 769px) {
  .risk-box {
    padding: 40px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box {
    padding: 3.90625vw;
    margin-bottom: 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-box_icon {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_icon {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_icon img {
    width: 18.22917vw;
    height: auto;
  }
}

.risk-box_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-all;
}

.risk-box_heading {
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.risk-box_ex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 769px) {
  .risk-box_ex {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_ex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.60417vw;
  }
}

.risk-box_ex_item {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .risk-box_ex_item {
    margin-right: 10px;
    padding: .6rem 1rem;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_ex_item {
    width: 32%;
    border-radius: 5px;
    padding: .3rem;
    text-align: center;
    margin-bottom: 1.95313vw;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_ex_item-etc {
    width: 32%;
    border: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 769px) {
  .risk-box_sample {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_sample {
    margin-top: 2.60417vw;
  }
}

.risk-box_sample_title {
  font-weight: bold;
}

.risk-box_sample_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .risk-box_sample_list {
    margin-top: 5px;
  }
}

.risk-box_sample_item {
  position: relative;
  background-color: #aaa;
  font-weight: bold;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.risk-box_sample_item:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .risk-box_sample_item {
    margin-top: 1%;
    width: 24%;
    margin-left: 1%;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_sample_item {
    border-radius: 6px;
    width: 100%;
    margin-top: 1.95313vw;
  }
}

.risk-box_sample_anchor {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1rem .8rem 1rem 1.8rem;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.risk-box_sample_anchor::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.risk-box_sample_anchor::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #333;
  z-index: 2;
}

.risk-box_graph {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .risk-box_graph_body{
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .risk-box_graph_img{
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .risk-box_graph_img-l {
    padding-right: 2px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .risk-box_graph_img-l {
    display: block;
    width: 100%;
    padding-bottom: 4px;
  }
}

@media only screen and (min-width: 769px) {
  .risk-box_graph_img-r {
    padding-left: 2px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .risk-box_graph_img-r {
    display: block;
    width: 100%;
    padding-bottom: 4px;
  }
}
@media only screen and (min-width: 769px) {
  .risk-box_graph_img-aitm{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .risk-box_graph_img-aitm{
    width: 100%;
  }
}

.risk-box_graph_img_text_indent {
  text-indent:-3.5em;
  padding-left:3.5em;
}

.risk-box_graph_img-bg {
  display: block;
  background-color: #fff;
}

.risk-box_graph_img-bg:hover img {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .risk-btns {
    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;
  }
}

@media only screen and (min-width: 769px) {
  .policy_word-btns {
    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;
  }
}

.risk-btn {
  background: #f5f5f5;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  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;
  color: #395d7c;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.risk-btn:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .risk-btn {
    height: 70px;
    width: 49%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-btn {
    height: 15.625vw;
    margin-bottom: 2.60417vw;
    font-size: 3.64583vw;
  }
}

.risk-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #395d7c;
}

@media only screen and (min-width: 769px) {
  .risk-btn::before {
    left: 16px;
    width: 14px;
    height: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-btn::before {
    left: 4.16667vw;
    width: 3.64583vw;
    height: 3.64583vw;
  }
}

.risk-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .risk-btn::after {
    left: 22px;
    border-width: 3px 0 3px 4px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-btn::after {
    left: 5.72917vw;
    border-width: 0.78125vw 0 0.78125vw 1.04167vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-btn-block {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .risk-btn-block {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .risk-btn-4 {
    width: 24%;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .risk-btn-5 {
    width: 19%;
  }
}

.risk-heading-lv3-center {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (min-width: 769px) {
  .risk-heading-lv3-center {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-heading-lv3-center {
    font-size: 4.42708vw;
    margin-bottom: 3.125vw;
    margin-top: 7.8125vw;
  }
}

.risk-back {
  color: #000;
  background-color: #f7f7f7;
  word-break: break-all;
}

.risk-back a {
  color: #000;
}

@media only screen and (min-width: 769px) {
  .risk-back {
    padding: 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-back {
    padding: 5.20833vw;
    margin-bottom: 2.60417vw;
  }
}

.risk-back-title {
  color: #006bb9;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.risk-back .risk-back-detail {
  position: relative;
}
.risk-back .risk-back-detail:hover {
  opacity: 0.7;
}

.risk-back .risk-back-detail a {
  color: #fff;
  background-color: #2da2d9;
  text-align: center;
  border-radius: 5px;
  line-height: 1.2;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media only screen and (min-width: 769px) {
  .risk-back .risk-back-detail {
  /* padding: 20px; */
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-back .risk-back-detail {
    /* padding: 4.20833vw; */
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 5.60417vw;
  }
}

.risk-back-detail_btn {
  color: #fff;
  display: block;
  padding: 0.5rem 1rem 0.5rem 2.4rem;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  line-height: 1.3;
  text-align: center;
  display: inline-block;

}

.risk-back-detail_btn::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.risk-back-detail_btn::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #2da2d9;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .risk-box_foot {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-box_foot {
    margin-top: 3.90625vw;
  }
}

@media only screen and (min-width: 769px) {
  .risk-section {
    padding-bottom: 40px;
  }
}

.risk-supply_btn {
  float: right;
  display: block;
  color: #fff;
  background-color: #919191;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 769px) {
  .risk-supply_btn {
    padding: 15px;
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_btn {
    width: 100%;
    padding: 3.125vw 3.90625vw;
  }
}

.risk-supply_btn::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .risk-supply_btn::before {
    right: 10px;
    width: 20px;
    height: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_btn::before {
    right: 2.86458vw;
    width: 3.90625vw;
    height: 0.52083vw;
  }
}

.risk-supply_btn::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .risk-supply_btn::after {
    right: 19px;
    width: 2px;
    height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_btn::after {
    right: 4.55729vw;
    width: 0.52083vw;
    height: 3.90625vw;
  }
}

.risk-supply_btn.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.risk-supply_content {
  display: none;
  background: #f5f5f5;
  border-top: solid 4px #919191;
  border-right: solid 1px #919191;
  border-left: solid 1px #919191;
  border-bottom: solid 1px #919191;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .risk-supply_content {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_content {
    padding: 5.20833vw;
  }
}

.risk-supply_content::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #919191 transparent transparent transparent;
}

@media only screen and (min-width: 769px) {
  .risk-supply_content::after {
    border-width: 10px 10px 0 10px;
    right: 114px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_content::after {
    border-width: 2.60417vw 2.60417vw 0 2.60417vw;
    right: 50%;
    margin-right: -2.60417vw;
  }
}

.risk-supply_heading {
  color: #aaa;
  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-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .risk-supply_heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_heading {
    font-size: 4.42708vw;
    margin-bottom: 3.90625vw;
  }
}

.risk-supply_heading_icon {
  border-radius: 50%;
  background-color: #aaa;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .risk-supply_heading_icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_heading_icon {
    height: 10.41667vw;
    width: 10.41667vw;
    line-height: 10.41667vw;
    margin-right: 2.60417vw;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_heading_icon img {
    width: 7.8125vw;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_heading_icon.risk-supply_heading_icon-fit img {
    width: 5.85938vw;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_body p {
    line-height: 1.7;
  }
}

.risk-supply_btns {
  text-align: right;
}

.risk-supply_anchor {
  position: relative;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.risk-supply_anchor:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .risk-supply_anchor {
    margin-top: 20px;
    padding: 1rem .8rem 1rem 1.8rem;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_anchor {
    margin-top: 2.60417vw;
    width: 100%;
    text-align: left;
    padding: 1rem .8rem 1rem 2.2rem;
    border-radius: 8px;
  }
}

.risk-supply_anchor::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .risk-supply_anchor::before {
    left: 8px;
    width: 14px;
    height: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_anchor::before {
    left: 2.08333vw;
    width: 3.64583vw;
    height: 3.64583vw;
  }
}

.risk-supply_anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .risk-supply_anchor::after {
    left: 14px;
    border-width: 3px 0 3px 4px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-supply_anchor::after {
    left: 3.64583vw;
    border-width: 0.78125vw 0 0.78125vw 1.04167vw;
  }
}

.risk-section-stock .risk-heading-lv2 {
  background-color: #2ea7e0;
}

.risk-section-stock .risk-heading-lv3 {
  color: #006bb9;
  border-bottom: 2px solid #006bb9;
}

.risk-section-stock .risk-heading-lv4 {
  color: #006bb9;
  border-left: 8px solid #006bb9;
}

@media only screen and (max-width: 768px) {
  .risk-section-stock .risk-heading-lv4 {
    border-left: 1.04167vw solid #006bb9;
  }
}

.risk-section-stock .risk-box {
  border: solid 1px #006bb9;
  background-color: #e4f0fc;
}

.risk-section-stock .risk-box u {
  color: #006bb9;
}

.risk-section-stock .risk-box_ex {
  color: #006bb9;
}

.risk-section-stock .risk-box_ex_item {
  border: 1px solid #006bb9;
}

.risk-section-stock .risk-box_sample_item {
  background-color: #006bb9;
}

.risk-section-stock .risk-box_sample_anchor::after {
  border-color: transparent transparent transparent #006bb9;
}

.risk-section-stock .risk-btn {
  color: #006bb9;
}

.risk-section-stock .risk-btn::before {
  background: #006bb9;
}

.risk-section-stock .risk-heading-lv3-center {
  color: #006bb9;
}

.risk-section-stock .risk-back {
  background-color: #e4f0fc;
}

.risk-section-stock .risk-supply_heading_icon {
  background-color: #006bb9;
}

.risk-section-stock .risk-supply_heading_title {
  color: #006bb9;
}

.risk-section-stock .risk-supply_anchor {
  background-color: #006bb9;
}

.risk-section-stock .risk-supply_anchor::after {
  border-color: transparent transparent transparent #006bb9;
}

.risk-section-bond .risk-heading-lv2 {
  background-color: #00af9e;
}

.risk-section-bond .risk-heading-lv3 {
  color: #047478;
  border-bottom: 2px solid #047478;
}

.risk-section-bond .risk-heading-lv4 {
  color: #047478;
  border-left: 8px solid #047478;
}

@media only screen and (max-width: 768px) {
  .risk-section-bond .risk-heading-lv4 {
    border-left: 1.04167vw solid #047478;
  }
}

.risk-section-bond .risk-box {
  border: solid 1px #047478;
  background-color: #edf5e3;
}

.risk-section-bond .risk-box u {
  color: #047478;
}

.risk-section-bond .risk-heading-lv3-center {
  color: #047478;
}

.risk-section-bond .risk-back {
  background-color: #edf5e3;
}

.risk-section-bond .risk-btn {
  color: #047478;
}

.risk-section-bond .risk-btn::before {
  background: #047478;
}

.risk-section-bond .risk-supply_heading_icon {
  background-color: #047478;
}

.risk-section-bond .risk-supply_heading_title {
  color: #047478;
}

.risk-section-bond .risk-supply_anchor {
  background-color: #047478;
}

.risk-section-bond .risk-supply_anchor::after {
  border-color: transparent transparent transparent #047478;
}

.risk-section-fund .risk-heading-lv2 {
  background-color: #8fc320;
}

.risk-section-fund .risk-heading-lv3 {
  color: #54802b;
  border-bottom: 2px solid #54802b;
}

.risk-section-fund .risk-heading-lv4 {
  color: #54802b;
  border-left: 8px solid #54802b;
}

@media only screen and (max-width: 768px) {
  .risk-section-fund .risk-heading-lv4 {
    border-left: 1.04167vw solid #54802b;
  }
}

.risk-section-fund .risk-box {
  border: solid 1px #54802b;
  background-color: #edf5e3;
}

.risk-section-fund .risk-box u {
  color: #54802b;
}

.risk-section-fund .risk-heading-lv3-center {
  color: #54802b;
}

.risk-section-fund .risk-back {
  background-color: #edf5e3;
}

.risk-section-fund .risk-btn {
  color: #54802b;
}

.risk-section-fund .risk-btn::before {
  background: #54802b;
}

.risk-section-pension .risk-heading-lv2 {
  background-color: #d68e0a;
}

.risk-section-pension .risk-heading-lv3 {
  color: #b3780a;
  border-bottom: 2px solid #b3780a;
}

.risk-section-pension .risk-heading-lv4 {
  color: #b3780a;
  border-left: 8px solid #b3780a;
}

@media only screen and (max-width: 768px) {
  .risk-section-pension .risk-heading-lv4 {
    border-left: 1.04167vw solid #b3780a;
  }
}

.risk-section-pension .risk-box {
  border: solid 1px #b3780a;
  background-color: #f9f1e4;
}

.risk-section-pension .risk-box u {
  color: #b3780a;
}

.risk-section-pension .risk-heading-lv3-center {
  color: #b3780a;
}

.risk-section-pension .risk-back {
  background-color: #f9f1e4;
}

.risk-section-pension .risk-btn {
  color: #b3780a;
}

.risk-section-pension .risk-btn::before {
  background: #b3780a;
}

.risk-section-securities .risk-heading-lv2 {
  background-color: #c6006c;
}

.risk-section-securities .risk-heading-lv3 {
  color: #a8015d;
  border-bottom: 2px solid #a8015d;
}

.risk-section-securities .risk-heading-lv4 {
  color: #a8015d;
  border-left: 8px solid #a8015d;
}

@media only screen and (max-width: 768px) {
  .risk-section-securities .risk-heading-lv4 {
    border-left: 1.04167vw solid #a8015d;
  }
}

.risk-section-securities .risk-box {
  border: solid 1px #a8015d;
  background-color: #f8eaf2;
}

.risk-section-securities .risk-box u {
  color: #a8015d;
}

.risk-section-securities .risk-heading-lv3-center {
  color: #a8015d;
}

.risk-section-securities .risk-back {
  background-color: #f8eaf2;
}

.risk-section-securities .risk-btn {
  color: #a8015d;
}

.risk-section-securities .risk-btn::before {
  background: #a8015d;
}

.risk-section-fundwrap .risk-heading-lv2 {
  background-color: #711678;
}

.risk-section-fundwrap .risk-heading-lv3 {
  color: #5c1162;
  border-bottom: 2px solid #5c1162;
}

.risk-section-fundwrap .risk-heading-lv4 {
  color: #5c1162;
  border-left: 8px solid #5c1162;
}

@media only screen and (max-width: 768px) {
  .risk-section-fundwrap .risk-heading-lv4 {
    border-left: 1.04167vw solid #5c1162;
  }
}

.risk-section-fundwrap .risk-box {
  border: solid 1px #5c1162;
  background-color: #ffecf7;
}

.risk-section-fundwrap .risk-box u {
  color: #5c1162;
}

.risk-section-fundwrap .risk-heading-lv3-center {
  color: #5c1162;
}

.risk-section-fundwrap .risk-back {
  background-color: #ffecf7;
}

.risk-section-fundwrap .risk-btn {
  color: #5c1162;
}

.risk-section-fundwrap .risk-btn::before {
  background: #5c1162;
}

.risk-section-other .risk-heading-lv2 {
  background-color: #383880;
}

.risk-section-other .risk-heading-lv3 {
  color: #3f3f72;
  border-bottom: 2px solid #3f3f72;
}

.risk-section-other .risk-heading-lv4 {
  color: #3f3f72;
  border-left: 8px solid #3f3f72;
}

@media only screen and (max-width: 768px) {
  .risk-section-other .risk-heading-lv4 {
    border-left: 1.04167vw solid #3f3f72;
  }
}

.risk-section-other .risk-box {
  border: solid 1px #3f3f72;
  background-color: #d9e1e8;
}

.risk-section-other .risk-box u {
  color: #3f3f72;
}

.risk-section-other .risk-heading-lv3-center {
  color: #3f3f72;
}

.risk-section-other .risk-back {
  background-color: #d9e1e8;
}

.risk-section-other .risk-btn {
  color: #3f3f72;
}

.risk-section-other .risk-btn::before {
  background: #3f3f72;
}

.risk-section-other .risk_stand {
  color: #3f3f72;
  border: 1px solid #3f3f72;
  text-align: center;
  line-height: 1.7;
}

@media only screen and (min-width: 769px) {
  .risk-section-other .risk_stand {
    padding: 15px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .risk-section-other .risk_stand {
    padding: 2.60417vw;
    font-size: 3.90625vw;
  }
}

.guideline-lead {
  margin-top: 1rem;
  font-weight: bold;
}

.guideline-meta {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: right;
}

.uti-tal {
  text-align: left   !important;
}

.uti-tac {
  text-align: center !important;
}

.uti-tar {
  text-align: right  !important;
}

.uti-fl {
  float: left  !important;
}

.uti-fr {
  float: right !important;
}

.uti-fwn {
  font-weight: normal !important;
}

.uti-fwb {
  font-weight: bold   !important;
}

@media only screen and (max-width: 768px) {
  .uti-sp-tal {
    text-align: left   !important;
  }
}

@media only screen and (max-width: 768px) {
  .uti-sp-tac {
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .uti-sp-tar {
    text-align: right  !important;
  }
}

@media only screen and (max-width: 768px) {
  .uti-sp-fl {
    float: left  !important;
  }
}

@media only screen and (max-width: 768px) {
  .uti-sp-fr {
    float: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .uti-sp-fwn {
    font-weight: normal !important;
  }
}

@media only screen and (max-width: 768px) {
  .uti-sp-fwb {
    font-weight: bold   !important;
  }
}

.uti-vam {
  vertical-align: middle;
}

.uti-vat {
  vertical-align: top;
}

.risk-supply_btnArea:before, .uti-clearfix:before, .risk-supply_btnArea:after, .uti-clearfix:after {
  content: " ";
  display: table;
}

.risk-supply_btnArea:after, .uti-clearfix:after {
  clear: both;
}

.risk-supply_btnArea, .uti-clearfix {
  *zoom: 1;
}

@media only screen and (max-width: 768px) {
  .uti-pc {
    display: none;
  }
}

.uti-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .uti-sp {
    display: block;
  }
}

.uti-sp-i {
  display: none;
}

@media only screen and (max-width: 768px) {
  .uti-sp-i {
    display: inline;
  }
}

.uti-sp-ib {
  display: none;
}

@media only screen and (max-width: 768px) {
  .uti-sp-ib {
    display: inline-block;
  }
}

.uti-none {
  display: none;
}

.uti-list {
  margin: .8rem 0;
}

.uti-list > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.uti-list-lv2 {
  margin-left: 1rem;
}

.uti-list-lv3 {
  margin-left: 2rem;
}

.uti-list-lv4 {
  margin-left: 3rem;
}

.uti-list-serial > li + li {
  margin-top: .6rem;
}

@media only screen and (min-width: 769px) {
  .uti-list-supplement {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .uti-list-supplement {
    margin-top: -2.60417vw;
  }
}

.uti-strong {
  font-weight: bold;
}

.uti-red {
  color: #cc0000;
}

.uti-mt-0 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .uti-mt-10 {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-20 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-30 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-40 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-50 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-60 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-70 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-80 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-90 {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 769px) {
  .uti-mt-100 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-10-sp {
    margin-top: 1.30208vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-20-sp {
    margin-top: 2.60417vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-30-sp {
    margin-top: 3.90625vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-40-sp {
    margin-top: 5.20833vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-50-sp {
    margin-top: 6.51042vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-60-sp {
    margin-top: 7.8125vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-70-sp {
    margin-top: 9.11458vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-80-sp {
    margin-top: 10.41667vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-90-sp {
    margin-top: 11.71875vw;
  }
}

@media only screen and (max-width: 768px) {
  .uti-mt-100-sp {
    margin-top: 13.02083vw;
  }
}
.lg_container {
  padding: 3em 1em 0 1em;
}
.subwhat {
  text-align: center;
}
.leverage_inverse_risk_btn {
  color: #395d7c;
  width: 7em;
  line-height: 2em;
  font-weight: bold;
  font-size: 20px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  border: none;
  text-align: center;
  display: inline-block;
}

/*# sourceMappingURL=maps/policy-responsive.css.map */
