@charset "UTF-8";

html{
  font-size: 10px;
}
body{
  background-color: #fff;
  min-width: auto !important;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3f4444;
  font-weight: 500;
  -webkit-font-smoothing: auto !important;
}

.rn-page{
  
}
a{
  color: #1f56bc;
  text-decoration: none;
}
a:visited{
  color: #1f56bc;
  text-decoration: none;
}
a:hover, a:active{
  color: #1f56bc;
  text-decoration: underline;
}

.banners a img,
a.banners img{
  transition: opacity .5s;
}
.banners a:hover img,
a.banners:hover img{
  opacity: .7;
}
.banners ,
.banners:hover,
.banners:active{
  text-decoration: none;
}

.hover-fade,
.hover-fade img{
  transition: opacity .5s;
  text-decoration: none;
}
.hover-fade:hover,
.hover-fade:hover img{
  opacity: .5;
  text-decoration: none;
}

.nolink:hover{
  opacity: 1 !important;
}

img{
  max-width: 100%;
  height: auto;
}

.bg-light-02{
  background-color: #e2e8ec !important;
}

.h-auto{
  height: auto !important;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .w-md-auto{
    width: auto !important;
  }
}

.font-weight-normal{
  font-weight: inherit !important;
}

.lh-15{
  line-height: 1.5 !important;
}



/* Layout
======================================= */
@media (min-width: 768px){
  #wrapper{
    margin-top: 80px;
    min-width: 1200px;
  }
}



@media (max-width: 767px){
  #header{
    height: 46px;
  }
  #header > .container{
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-logo img{
    width: auto;
    height: 46px;
  }
}
@media (min-width: 768px){
  #header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
  }
  #header > .container{
    display: flex;
    justify-content: space-between;
    background: #fff;
  }
  .header-logo{
    display: flex;
    align-items: center;
  }
  .header-logo img{
    /*width: auto;*/
    width: 208px;
    height: 70px;
    vertical-align: top;
  }
}

.header-search-box{
  border: 1px solid #98a0a0;
}
.header-search-box input[type="text"]{
  border: none;
  background: #fff;
  color: #787e7e;
  font-size: inherit;
}
.header-search-box input[type="submit"]{
  border: none;
  background: transparent url("../img/icon-loupe.svg") center center no-repeat;
  padding: 0;
  font-size: 0;
  transition: opacity .5s;
}
.header-search-box input[type="submit"]:hover{
  cursor: pointer;
  opacity: .5;
}
@media (max-width: 1279px){
  .header-search-box{
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .header-search-box form{
    display: block;
    width: 100%;
  }
  .header-search-box input[type="text"]{
    padding: 10px 30px 10px 10px;
    width: 100%;
    font-size: 1.4rem;
  }
  .header-search-box input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    background-size: 16px auto;
    width: 30px;
    height: 100%;
  }
}
@media (min-width: 1280px){
  .header-search-box{
    position: relative;
    width: 100%;
  }
  .header-search-box form{
    display: block;
    width: 100%;
  }
  .header-search-box input[type="text"]{
    padding: 20px 100px 20px 20px;
    width: 100%;
  }
  .header-search-box input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    background-size: 30px auto;
    width: 100px;
    height: 100%;
  }
}



#main{
  display: block;
}



#footer{
  background: #343435;
}
.footer-sitemap,
.footer-sitemap a,
.footer-lower,
.footer-lower a{
  color: #fff !important;
}
.footer-sitemap a:hover,
.footer-lower a:hover{
  text-decoration: underline;
}
.footer-sitemap li{
  margin-top: 2px;
  margin-bottom: 2px;
}
.footer-sns{
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-sns > li{
  margin-bottom: 0;
}
.footer-copyright{
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px){
  .footer-sitemap{
    display: none;
  }
  .footer-lower{
    border-bottom: 1px solid #5d5d5d;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-lower .text-mute{
    font-size: 1rem;
  }
  .footer-sns{
    justify-content: center;
    margin-top: 20px;
  }
  .footer-copyright{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px){
  .footer-sitemap{
    padding-top: 60px;
  }
  .footer-lower{
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 60px;
  }
  .footer-lower li{
    margin-bottom: 0;
  }
  .footer-sns{
    justify-content: flex-end;
  }
  .footer-copyright{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}



/* Navigation
======================================= */
.drawer-hamburger{
  background: #fff;
  padding: 10px;
  width: 28px;
  height: 26px;
  box-sizing: content-box;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
  border-radius: 2px;
  height: 4px;
}
.drawer-hamburger-icon{
  margin-top: 0;
}
.drawer--right.drawer-open .drawer-hamburger{
  right: 240px;
}
.nav-main .only-pc{
  display: none !important;
}
@media (max-width: 767px){
  .nav-main{
    overflow-y: scroll;
    line-height: 1.3;
  }
  .nav-main a,
  .nav-main span:not([class]){
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
    color: #3f4444;
    text-decoration: none;
    font-size: 15px;
  }
  .nav-main a:hover,
  .nav-main a:active{
    text-decoration: none;
  }

  .drawer-nav{
    width: 240px;
  }
  .drawer--right .drawer-nav{
    right: -240px;
  }

  .nav-main li{
    margin-bottom: 0;
  }
  .nav-main .has-child > a,
  .nav-main .has-child-02 .child-menu-02-trigger{
    position: relative;
    display: block;
    background-size: 13px auto;
  }
  .nav-main .has-child > a{
    padding: 10px 38px 10px 20px;
  }
  .nav-main .has-child-02 .child-menu-02-trigger{
    padding: 10px 38px 10px 10px;
  }

  .nav-main .has-child > a::before,
  .nav-main .has-child > a::after,
  .nav-main .has-child-02 .child-menu-02-trigger::before,
  .nav-main .has-child-02 .child-menu-02-trigger::after{
    content: "";
    position: absolute;
    display: block;
    background-color: #3f4444;
    border-radius: 2px;
    transition: transform .2s;
  }
  .nav-main .has-child > a::before,
  .nav-main .has-child-02 .child-menu-02-trigger::before{
    top: 14px;
    right: 18px;
    width: 2px;
    height: 10px;
  }
  .nav-main .has-child > a::after,
  .nav-main .has-child-02 .child-menu-02-trigger::after{
    top: 18px;
    right: 14px;
    width: 10px;
    height: 2px;
  }
  .nav-main .has-child > a.is-active::before,
  .nav-main .has-child-02.is-active .child-menu-02-trigger::before{
    transform: rotate(90deg);
  }

  .nav-main .child,
  .nav-main .child-menu-02{
    display: none;
  }
  .nav-main .child{
    background: #f2f4f4;
    padding-bottom: 5px;
    padding-left: 20px;
  }
  .nav-main .child-inner{
    margin: 0;
  }

  .child-title a,
  .child-title span:not([class]){
    padding-left: 0;
  }

  .nav-main .child-menu > li > a,
  .nav-main .child-menu-02 a{
    background: url("/common_2020/img/nav-arrow.svg") right 16px center no-repeat;
    background-size: 7px auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-main .child-menu > li > a{
    padding-right: 34px;
    padding-left: 10px;
  }
  .nav-main .child-menu-02 a{
    padding-right: 36px;
    font-size: 14px;
  }

  .nav-main .has-child .only-pc + .child{
    display: block !important;
    background: none;
  }
  .nav-main .has-child .only-pc + .child .child-inner{
    padding-top: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px){
  .drawer-hamburger{
    display: none;
  }

  .nav-main a,
  .nav-main span:not([class]){
    color: #3f4444;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .5s;
  }
  .nav-main a:hover{
    opacity: .5;
  }
  .nav-main .parent{
    display: flex;
    margin: 0;
    transform: none !important;
  }
  .nav-main .parent > li{
    margin-bottom: 0;
  }
  .nav-main .parent > li > a{
    display: flex !important;
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
    height: 80px;
    align-items: center;
    font-size: 12px;
  }
  .nav-main .child{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #f2f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
    width: calc(100vw - (100vw - 100%));
    min-width: 100%;
  }
  .nav-main .child .child-inner{
    display: flex;
  }
  .nav-main .child .child-title{
    border-right: 1px solid #c5c5c5;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }
  .nav-main .child .child-title a,
  .nav-main .child .child-title span{
    display: block;
    padding: 10px 0;
    font-size: 20px;
  }
  .nav-main .child .child-inner dd{
    flex: 1 1 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px)
  }
  .nav-main .child .child-menu{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .nav-main .child .child-menu > li{
    margin: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .nav-main .child .child-menu > li > a{
    display: block;
    background: url("/common_2020/img/nav-arrow.svg") right 4px center no-repeat;
    background-size: 10px auto;
    padding: 10px 30px 10px 40px;
  }

  .nav-main .has-child-02 .child-menu-02-trigger{
    position: relative;
    display: block;
    padding: 10px 30px 10px 40px;
    font-weight: 700;
  }
  .nav-main .has-child-02 .child-menu-02-trigger::before,
  .nav-main .has-child-02 .child-menu-02-trigger::after{
    content: "";
    position: absolute;
    display: block;
    background-color: #3f4444;
    border-radius: 2px;
    transition: transform .2s;
  }
  .nav-main .has-child-02 .child-menu-02-trigger::before{
    top: 15px;
    right: 7px;
    width: 3px;
    height: 17px;
  }
  .nav-main .has-child-02 .child-menu-02-trigger::after{
    top: 22px;
    right: 0;
    width: 17px;
    height: 3px;
  }
  .nav-main .has-child-02.is-active .child-menu-02-trigger::before{
    transform: rotate(90deg);
  }
  .nav-main .has-child-02 .child-menu-02-trigger:hover{
    cursor: pointer;
  }

  .nav-main .child-menu-02{
    display: none;
    margin-top: 5px;
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .nav-main .child-menu-02 ul > li{
    margin-bottom: 0;
  }
  .nav-main .child-menu-02 ul > li > a{
    display: block;
    background: url("/common_2020/img/nav-arrow.svg") right 10px center no-repeat;
    background-size: 8px auto;
    padding: 10px 34px 10px 10px;
    font-size: 14px;
    line-height: 1.3;
    transition: all .5s;
  }
  .nav-main .child-menu-02 ul > li > a:hover{
    background-color: #e4e8e8;
    opacity: 1;
  }
  .nav-main .icon-loupe{
    width: 20px;
    height: auto;
  }
}
@media (min-width: 1024px){
  .nav-main .parent > li > a{
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px){
  .nav-main .parent > li > a{
    padding-right: 13px;
    padding-left: 13px;
  }
}
.is-tablet .nav-main .parent > li > a{
  padding-right: 10px !important;
  padding-left: 10px !important;
}

@media (min-width: 768px){
  .nav-main .child .child-inner{
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-main .child-menu-02 ul br{
    display: none;
  }
}
@media (min-width: 1200px){
  .nav-main .child .child-inner{
    margin: 0 auto !important;
    padding-right: 0;
    padding-left: 0;
    width: 1200px;
  }
  .nav-main .child .child-menu{
    font-size: 1.6rem;
  }
  .nav-main .child-menu-02 > .inner{
    display: flex;
    justify-content: space-between;
  }
  .nav-main .child-menu-02 ul{
    flex: 0 0 47%;
    width: 47%;
    max-width: 47%;
  }
  .nav-main .child-menu-02 ul br{
    display: block;
  }
}



.nav-pagetop{
  position: relative;
  display: none;
  margin: 0;
  width: 100%;
  height: 0;
}
.nav-pagetop a{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f4f4 url("../img/nav-arrow-up.svg") center center no-repeat;
  background-size: 21px 16px;
  text-decoration: none;
}
.nav-pagetop a:hover{
  text-decoration: none;
  opacity: .7;
}
@media (max-width: 767px){
  .nav-pagetop a{
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 768px){
  .nav-pagetop a{
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}

.nav-pagination,
._pbox-pagenav ._navs{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.nav-pagination li,
._pbox-pagenav ._navs ._page,
._pbox-pagenav ._navs ._prev,
._pbox-pagenav ._navs ._next{
  margin: 0 .5em;
}
.nav-pagination a,
.nav-pagination span,
._pbox-pagenav ._navs ._cur,
._pbox-pagenav ._navs ._page a,
._pbox-pagenav ._navs ._prev a,
._pbox-pagenav ._navs ._next a{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #3f4444;
  transition: all .5s;
}
.nav-pagination a:hover,
._pbox-pagenav ._navs ._page a:hover,
._pbox-pagenav ._navs ._prev a:hover,
._pbox-pagenav ._navs ._next a:hover{
  background: #dde4e4;
  text-decoration: none;
}
.nav-pagination .current,
._pbox-pagenav ._navs ._cur{
  background: #3f4444;
  color: #fff;
}
@media (max-width: 767px){
  .nav-pagination,
  ._pbox-pagenav{
    margin-top: 30px;
  }
  ._pbox-pagenav{
    margin-bottom: 40px;
  }
  .nav-pagination a,
  .nav-pagination span,
  ._pbox-pagenav ._navs ._cur,
  ._pbox-pagenav ._navs ._page a,
  ._pbox-pagenav ._navs ._prev a,
  ._pbox-pagenav ._navs ._next a{
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 768px){
  .nav-pagination,
  ._pbox-pagenav{
    margin-top: 80px;
  }
  ._pbox-pagenav{
    margin-bottom: 150px;
  }
  .nav-pagination a,
  .nav-pagination span,
  ._pbox-pagenav ._navs ._cur,
  ._pbox-pagenav ._navs ._page a,
  ._pbox-pagenav ._navs ._prev a,
  ._pbox-pagenav ._navs ._next a{
    width: 56px;
    height: 56px;
  }
}



/* Breadcrumb
======================================= */
.breadcrumb{
  background: #f2f3f3;
  font-size: 1.3rem;
  color: #787e7e;
}
.breadcrumb ol{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1.3;
}
.breadcrumb ol li{
  margin-right: 1em;
  margin-bottom: 0;
}
.breadcrumb ol li::after{
  content: "";
  display: inline-block;
  margin-left: 1em;
  background: url("../img/nav-arrow-dark.svg") 0 0 no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 10px;
}
.breadcrumb ol li:last-child::after{
  display: none;
}
.breadcrumb a{
  display: inline-block;
  color: #787e7e;
}
.breadcrumb .icon-home{
  /*min-height: 16px;*/
}
.breadcrumb .icon-home::before{
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 1em;
  background: url("../img/icon-home.svg") 0 0 no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 14px;
}
@media (max-width: 767px){
  .breadcrumb{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
  }
  .breadcrumb ol li{
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 24px;
  }
  .breadcrumb ol li::after{
    position: relative;
    top: 3px;
    width: 5px;
  }
  .breadcrumb .icon-home::before{
    margin-right: 4px;
    width: 12px;
    height: 14px;
    vertical-align: top;
  }
}
@media (min-width: 768px){
  .breadcrumb a{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}



/* Module
======================================= */
/* Section */
@media (max-width: 767px){
  .page-header,
  .section{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-header{
    margin-bottom: 30px;
  }
  .section-header-menu{
    margin-top: -15px;
    /*margin-bottom: 30px;*/
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 768px){
  .page-header,
  .section{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .section-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }
  .section-header-menu{
    padding-top: 44px;
  }
  .section-anchor-target{
    padding-top: 80px;
    margin-top: -80px;
  }
}



/* Font Size */
.text-lead,
.h-home-bg-section{
  font-weight: 700;
}
.h-lv01,
.h-lv02,
.h-lv02 small,
.h-lv03,
.h-lv04,
.h-lv05,
.h-lv06{
  font-weight: 900;
}

.h-lv01,
.h-lv02,
.h-lv03,
.h-lv04{
  line-height: 1.3;
}
@media (max-width: 767px){
  .h-lv01{
    font-size: 3rem;
  }
  .h-lv02{
    font-size: 2.7rem;
  }
  .h-home-bg-section,
  .h-lv03,
  .text-lead{
    font-size: 2.4rem;
  }
  .box-title,
  .h-lv04{
    font-size: 2rem;
  }
  .box-title-02,
  .dt-title,
  .text-emphasis,
  .btn-lg,
  .nav-pagination{
    font-size: 1.8rem;
  }
  .text-default{
    font-size: 1.6rem !important;
  }
  .text-mute{
    font-size: 1.2rem;
  }

  .h-lv02{
    margin-bottom: 30px;
  }
  .h-home-bg-section{
    margin-bottom: 20px;
  }
  .h-lv03{
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px){
  .h-lv01{
    font-size: 5rem;
  }
  .h-lv02{
    font-size: 4rem;
  }
  .h-home-bg-section,
  .h-lv03,
  .text-lead{
    font-size: 3rem;
  }
  .box-title,
  .h-lv04{
    font-size: 2.2rem;
  }
  .box-title-02,
  .dt-title,
  .text-emphasis,
  .btn-lg,
  .nav-pagination{
    font-size: 2rem;
  }
  .text-default{
    font-size: 1.6rem !important;
  }
  .text-mute{
    font-size: 1.3rem;
  }

  .h-lv02{
    margin-bottom: 60px;
  }
  .h-home-bg-section{
    margin-bottom: 40px;
  }
  .h-lv03,
  .h-lv04{
    margin-top: 60px;
    margin-bottom: 40px;
  }
}



/* Embed */
@media (max-width: 767px){
  .embed-stock-chart{
    height: 1000px;
  }
  .embed-stock-chart iframe{
    height: 100%;
  }
}
@media (min-width: 768px){
  .embed-stock-chart{
    height: 820px;
  }
  .embed-stock-chart iframe{
    height: 100%;
  }
}



/* Tables */
@media (max-width: 767px){
  .table th,
  .table td{
    padding: 6px 10px;
    text-align: left;
    word-break: break-all;
  }
  .table-break,
  .table-break > thead,
  .table-break > thead > tr,
  .table-break > thead > tr > th,
  .table-break > thead > tr > td,
  .table-break > tbody,
  .table-break > tbody > tr,
  .table-break > tbody > tr > th,
  .table-break > tbody > tr > td,
  .table-break > tfoot,
  .table-break > tfoot > tr,
  .table-break > tfoot > tr > th,
  .table-break > tfoot > tr > td{
    display: block;
    width: auto !important;
  }
  .table-break th{
    text-align: center;
  }
}
@media (min-width: 768px){
  .table th,
  .table td{
    padding: 15px 20px;
    text-align: left;
  }
}

.table-w-500{
  min-width: 500px;
}
.table-w-600{
  min-width: 600px;
}
.table-w-700{
  min-width: 700px;
}
.table-w-800{
  min-width: 800px;
}
.table-w-900{
  min-width: 900px;
}
.table-w-1000{
  min-width: 1000px;
}

.th-w-25{
  width: 25%;
}
.th-w-30{
  width: 30%;
}
.th-w-35{
  width: 35%;
}
.th-w-40{
  width: 40%;
}
.th-w-45{
  width: 45%;
}

@media (max-width: 767px){
  .scrollhint table{
    margin-right: 20px;
  }
}



/* Lists */
ul, ol{
  padding: 0;
  list-style: none;
}
ul > li,
ol > li{
  margin-bottom: 1em;
}
ul > li:last-child,
ol > li:last-child{
  margin-bottom: 0;
}

.list-disc{
  padding-left: 40px;
  list-style: disc outside;
}
.list-disc .list-disc{
  list-style-type: circle;
}
.list-number{
  padding-left: 1.5em;
  list-style: decimal outside;
}
.list-alphabet{
  padding-left: 1.2em;
  list-style: lower-alpha outside;
}
.list-number-02{
  padding-left: 1.2em;
  list-style: lower-roman outside;
}

.list-indent-10 > li{
  padding-left: 1em;
  text-indent: -1em;
}
.list-indent-15 > li{
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list-indent-20 > li{
  padding-left: 2em;
  text-indent: -2em;
}
.list-indent-30 > li{
  padding-left: 3em;
  text-indent: -3em;
}



/* Buttons */
.btn{
  display: inline-block;
  border: none;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  transition: opacity .5s;
  box-shadow: none !important;
}
.btn:hover,
.btn:active{
  text-decoration: none;
}
.btn:hover{
  opacity: .7;
  cursor: pointer;
}

.btn-primary{
  background: #2669e4;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active{
  color: #fff;
}
.btn-gray,
.btn[disabled]{
  background: #f2f3f3;
  color: #787e7e;
}
.btn-gray,
.btn-gray:hover,
.btn-gray:visited,
.btn-gray:active{
  color: #787e7e;
}

.btn-lg{
  padding-top: 25px;
  padding-bottom: 25px;
}



/* Icons */
.icon-dot::before,
.icon-pdf::before,
.icon-external::after,
.icon-external-white::after,
.icon-download::before,
.bar-left::before{
  content: "";
  position: relative;
  display: inline-block;
}

.icon-dot::before{
  top: -2px;
  margin-right: 5px;
  background: #2669e4;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.icon-pdf{
  margin-left: 12px;
}
.icon-pdf::before{
  top: -2px;
  background: url("../img/icon-pdf.svg") 0 0 no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 23px;
  vertical-align: middle;
}

.icon-external::after,
.icon-external-white::after{
  top: -2px;
  margin-left: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}
.icon-external.lg::after,
.icon-external-white.lg::after{
  top: -4px;
  margin-left: 6px;
  width: 15px;
  height: 15px;
}
.icon-external::after{
  background-image: url("../img/icon-external.svg");
}
.icon-external-white::after{
  background-image: url("../img/icon-external-white.svg");
}

.icon-download::before{
  background: url("../img/icon-download-white.svg") 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.btn-lg .icon-download::before{
  top: -2px;
  margin-right: 30px;
  width: 24px;
  height: 30px;
}
@media (max-width: 767px){
  .btn-lg .icon-download::before{
    margin-right: 10px;
  }
}

.bar-left::before{
  top: -2px;
  margin-right: 4px;
  background: #fff;
  width: 20px;
  height: 2px;
  vertical-align: middle;
}

.diagonal-line{
  position: relative;
}
.diagonal-line::before{
  content: "";
  position: absolute;
  top: 20px;
  left: -30px;
  background: #60e6e6;
  width: 100px;
  height: 3px;
  transform: rotate(-45deg);
  transform-origin: center center;
}



/* Arrow */
.nav-arrow{
  display: inline-block;
  color: inherit;
  transition: opacity .5s;
}
.nav-arrow.before::before,
.nav-arrow.after::after,
.nav-arrow.right::after{
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  background-image: url("../img/nav-arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 14px;
}
.nav-arrow.before::before{
  margin-right: 8px;
}
.nav-arrow.after::after{
  margin-left: 8px;
}
.nav-arrow.sm.before::before,
.nav-arrow.sm.after::after{
  top: -1px;
  width: 8px;
  height: 10px;
}
.nav-arrow.sm.before::before{
  margin-right: 5px;
}
.nav-arrow.sm.after::after{
  margin-left: 5px;
}
.nav-arrow.right{
  position: relative;
  display: block;
}
.nav-arrow.right::after{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}

.nav-arrow:hover{
  opacity: .5;
  color: inherit;
  text-decoration: none;
}

.nav-arrow.down::before,
.nav-arrow.down::after{
  transform: rotate(90deg);
}
.nav-arrow.up::before,
.nav-arrow.up::after{
  transform: rotate(-90deg);
}


.nav-arrow.gray{
  color: #787e7e;
}
.nav-arrow.gray.before::before,
.nav-arrow.gray.after::after{
  background-image: url("../img/nav-arrow-gray.svg");
}



/* Box */
.border-02{
  border: 3px solid #dee2e6;
}



/* News */
.newslist li,
.faqlist-item,
.list-item{
  margin-bottom: 0;
  border-bottom: 1px solid #dde4e4;
}
.newslist li:first-child,
.faqlist-item:first-child,
.list-item:first-child{
  border-top: 1px solid #dde4e4;
}
.newslist a,
.newslist .inner{
  display: flex;
  transition: opacity .5s;
}
.newslist a:hover{
  text-decoration: none;
  opacity: .5;
}
.newslist .date{
  font-weight: 700;
  color: #98a0a0;
  font-size: 1.4rem;
}
.news-cat{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 24px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}
.news-cat.cat01{
  background-color: #f95332;
}
.news-cat.cat02{
  background-color: #1bb4b4;
}
@media (max-width: 767px){
  .newslist a,
  .newslist .inner,
  .faqlist-item,
  .list-item{
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .newslist .date{
    margin-right: 10px;
  }
  .newslist .title{
    margin-top: 8px;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .newslist a,
  .newslist .inner,
  .faqlist-item,
  .list-item{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newslist .date{
    margin-right: 10px;
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
  }
  .newslist .category{
    margin-right: 20px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
  }
  .newslist .title{
    position: relative;
    top: -2px;
  }
}



/* Index Menu */
.indexmenu-box,
.indexmenu-box:visited,
.indexmenu-box-02,
.indexmenu-box-02:visited,
.indexmenu-box-03,
.indexmenu-box-03:visited{
  background: #f2f4f4;
  transition: opacity .5s;
  color: inherit;
}
a.indexmenu-box:hover,
a.indexmenu-box-02:hover,
a.indexmenu-box-03:hover{
  opacity: .7;
  text-decoration: none;
}
.indexmenu-box .title,
.indexmenu-box-02,
.indexmenu-box-03 .title{
  display: flex;
  align-items: center;
  background-image: url("../img/nav-arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 11px 14px;
  padding-right: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.indexmenu-box .title.no-arrow,
.indexmenu-box-02.no-arrow,
.indexmenu-box-03 .title.no-arrow{
  background-image: none;
}

.indexmenu-box,
.indexmenu-box-03{
  display: block;
}
.indexmenu-box:visited,
.indexmenu-box:hover,
.indexmenu-box:active,
.indexmenu-box-03:visited,
.indexmenu-box-03:hover,
.indexmenu-box-03:active{
  color: inherit;
  text-decoration: none;
}
.indexmenu-box .desc,
.indexmenu-box-03 .desc{
  font-feature-settings: "palt";
}
.indexmenu-box .desc{
  border-top: 2px solid #fff;
}
@media (max-width: 767px){
  .indexmenu-box,
  .indexmenu-box-02{
    padding: 20px;
  }
  .indexmenu-box .desc{
    margin-top: 20px;
    padding-top: 20px;
  }
  .indexmenu-box-02{
    background-position: right 20px center;
    padding-right: 44px;
  }
  .indexmenu-box-03 .title{
    margin: 0;
    background-position: right 20px center;
    padding: 20px;
  }
  .indexmenu-box-03 .desc{
    margin: 0;
    padding: 0 20px 20px 20px;
  }
}
@media (min-width: 768px){
  .indexmenu-box,
  .indexmenu-box-02{
    padding: 30px;
  }
  .indexmenu-box,
  .indexmenu-box-03{
    height: 100%;
  }
  .indexmenu-box .desc{
    margin-top: 30px;
    padding-top: 30px;
  }
  .indexmenu-box-02{
    background-position: right 30px center;
    padding-right: 54px;
    height: 100%;
  }
  .indexmenu-box-03 .title{
    margin: 0;
    background-position: right 30px center;
    padding: 30px;
  }
  .indexmenu-box-03 .desc{
    margin: 0;
    padding: 0 30px 30px 30px;
  }
}

.indexmenu-image-box{
  display: block;
  background: #f2f4f4;
  color: inherit;
}
.indexmenu-image-box img{
  transition: transform .5s;
}
.indexmenu-image-box:hover{
  text-decoration: none;
  color: inherit;
}
.indexmenu-image-box:hover img{
  transform: scale(1.05, 1.05);
}
.indexmenu-image-box:hover .nav-arrow{
  opacity: .5;
}

.indexmenu-logo-box,
.indexmenu-logo-box:visited,
.indexmenu-logo-box:hover,
.indexmenu-logo-box:active{
  color: inherit;
  text-decoration: none;
}
.indexmenu-logo-box,
.indexmenu-logo-box:visited{
  transition: opacity .5s;
  color: inherit;
}
.indexmenu-logo-box{
  display: block;
  border: 1px solid #d6dede;
}
.indexmenu-logo-box:hover{
  opacity: .7;
  text-decoration: none;
}
.indexmenu-logo-box .title{
  display: flex;
  align-items: center;
  background: #f2f4f4 url("../img/nav-arrow.svg") right center no-repeat;
  background-size: 11px 14px;
  padding-right: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.indexmenu-logo-box .image{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media (max-width: 767px){
  .indexmenu-logo-box .image{
    padding: 20px;
    height: 150px;
  }
  .indexmenu-logo-box .title{
    background-position: right 20px center;
    padding: 20px 44px 20px 20px;
  }
}
@media (min-width: 768px){
  .indexmenu-logo-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .indexmenu-logo-box .image{
    flex: 0 0 200px;
    height: 200px;
    max-height: 200px;
  }
  .indexmenu-logo-box .title{
    flex: 1 1 auto;
    background-position: right 20px center;
    padding: 30px 40px 30px 20px;
  }
}



/* Tab */
.nav-tab{
  display: flex;
  /*justify-content: space-between;*/
  margin: 0;
}
.nav-tab li{
  margin-bottom: 0;
}
.nav-tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e4e9e9;
  height: 60px;
  line-height: 1.5;
  color: #787e7e;
  transition: all .5s;
}
.nav-tab li a:hover{
  text-decoration: none;
  opacity: .5;
}
.nav-tab li a.is-active{
  border: none;
  background: #f2f4f4;
}
.tab-content{
  display: none;
  transition: all .5s;
  opacity: 0;
}
.tab-content.is-active{
  display: block;
  opacity: 1;
}
@media (max-width: 767px){
  .nav-tab{
    flex-wrap: wrap;
  }
  .nav-tab li{
    margin-bottom: 0;
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
  .nav-tab-justify li{
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px){
  .nav-tab{
    flex-wrap: wrap;
  }
  .nav-tab li{
    flex-basis: 16.6666666%;
    width: 16.6666666%;
    max-width: 16.6666666%;
  }
  .nav-tab-justify{
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .nav-tab-justify li{
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
}



/* Collapse */
.collapse-toggle{
  transition: opacity .5s;
}
.collapse-toggle:hover{
  cursor: pointer;
  opacity: .5;
}
.collapse-toggle:active{
  opacity: 1;
}
.collapse-content{
  display: none;
}

.collapse-icon{
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
.collapse-icon::before,
.collapse-icon::after{
  content: "";
  position: absolute;
  display: block;
  background-color: #3f4444;
  border-radius: 2px;
  transition: transform .2s;
}
.collapse-icon::before{
  top: 4px;
  right: 8px;
  width: 4px;
  height: 20px;
}
.collapse-icon::after{
  top: 12px;
  right: 0;
  width: 20px;
  height: 4px;
}
.collapse-icon.is-active::before{
  transform: rotate(90deg);
}

@media (max-width: 767px){
  .collapse-toggle:hover{
    opacity: 1;
  }
}



/* Scroll Hint */
.scroll-hint-icon{
  top: 50%;
  transform: translateY(-50%);
}



/* Brand List */
.brandlist{
  clear: both;
}
.brandlist ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
.brandlist li a img{
  transition: transform .5s;
}
.brandlist li a:hover img{
  transform: scale(1.2, 1.2);
}
@media (max-width: 767px){
  .brandlist{
    border-top: 1px solid #dde4e4;
  }
  .brandlist > .container{
    padding-right: 0;
    padding-left: 0;
  }
  .brandlist li{
    margin-bottom: 0;
    border-right: 1px solid #dde4e4;
    border-bottom: 1px solid #dde4e4;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .brandlist li:nth-child(even){
    border-right: none;
  }
  .brandlist li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    text-align: center;
  }
}
@media (min-width: 768px){
  .brandlist{
    border-top: 1px solid #dde4e4;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .brandlist > .container{
    width: 960px;
  }
  .brandlist li{
    flex: 0 0 140px;
    margin-right: 12px;
    margin-left: 12px;
    width: 140px;
    max-width: 140px;
  }
  .brandlist li:nth-child(6n-5){
    margin-left: 0;
  }
  .brandlist li:nth-child(6n){
    margin-right: 0;
  }
  .brandlist li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    text-align: center;
  }
}



/* FAQ */
.faqlist-item{
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #dde4e4;
}
.faqlist-item:first-child{
  border-top: 1px solid #dde4e4;
}
.faqlist-icon{
  line-height: 1;
  font-weight: 900;
  color: #f44b73;
}
@media (max-width: 767px){
  .faqlist-item{
    flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faqlist-icon{
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    font-size: 2.7rem;
  }
}
@media (min-width: 768px){
  .faqlist-item{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .faqlist-icon{
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    text-align: center;
    font-size: 3rem;
  }
}



/* Old Template Fix
======================================= */
@media (max-width: 767px){
  .root{
    padding-top: 0;
  }
}
@media (min-width: 768px){
  .root{
    padding-top: 80px;
    overflow: visible;
  }
