@charset "UTF-8";
html, body {
	background: #fff;
    color: #000000;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Yu Gothic' , "メイリオ", "Meiryo", "Avenir Next","Avenir", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
.header-logo {
    /* width: 17.040816326%; */
    width: 13.040816326%;
}
.header {
    background: rgba(255,255,255,100%);
}
#footer {
  background: #fff;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea, main {
	line-height: initial;
}

.site-main {
  padding-top: 0;
}
.header-search input[type="search"] {
    width: 195px;
    height: 28px;
    padding: 0 35px 0 17px;
    background: #eee;
    color: #9e9e9e;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    border: none;
    outline: none;
    -webkit-appearance: none;
}
.header-inner-box{
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', "Avenir Next","Avenir", sans-serif;
}
.header-btn-list > li {
  float: left;
  margin: 0 30px 0 0;
  padding: 0 0 26px;
}

.header-btn-list > li:last-child {
  margin: 0;
}

.header-btn-list-item {
  margin-top: 10px;
}

.header-btn-list-item > a {
  display: block;
  position: relative;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.header-btn-list-item > a:hover {
  opacity: 1;
}

.header-btn-list-item > a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-user-info {
    float: right;
    padding: 27px 8px 34px 0;
    line-height: 1.5;
}
.header-wrap.fixed .header-btn-list > li{
  padding: 0 0 26px;
}

.nav-contents-list.col-2 > li {
    width: 48.0%;
}
.nav-contents {
    background: #000000;
}
.nav-contents-list .ttl a:link , .nav-contents-list .ttl a:hover ,.nav-contents-list .ttl{
  color: #FFF;
}

footer.footer .footer-inner .footer-brand-info .footer-brand-info-btn a {
  font-size: 10px;
  color: #1f2736!important;
  border: 1px solid #58606e;
}
.footer-brand-info-btn a:hover.arrow::after {
    border-color: #1f2736;
}
.footer-brand-info-btn a.arrow:after {
    border-top: solid 1px #1f2736;
    border-right: solid 1px #1f2736;
}
footer.footer .footer-inner .footer-sitemap .footer-nav-list li a {
  font-size: 10px;
  color: #000!important;
}

footer.footer .footer-inner .footer-info p {
    color: #898f9a;
}
#footer.footer .footer-inner .footer-brand-info .brand-open .more-txt a {
  color: #000 !important;
}
.site-main .site-footer {
    background-color: #fff;
    color: #000;
    border-bottom: none;
}


.nav-contents-list {
    margin: 0 -1.020408163%;
}

.nav-contents-list.col-4 > li {
    width: 18.0%;
}

.nav-contents-list.col-5 > li {
    width: 15.6578%;
}

.nav-contents-list > li {
    float: left;
    margin: 0 1.0%;
}

.nav-inner-menu li {
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 1.75;
}

.nav-inner-menu a {
    color: #fff;
}

.nav-contents-list dt strong {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
}

.footer_wrap {
    width:100%;
    border-top: none;
    /*margin-top: -32px; 20200606にコメントアウト*/
    border-bottom: solid .08333rem #999;
}

.site-main .wrapper {
   /* max-width: 980Px; 20200606にコメントアウト*/
    margin: 0 auto;
}

.site-main ._layout-grid {
    box-sizing: border-box;
    margin-left: -2.08333rem;
}

.site-main .flex-container {
    display: flex;
    flex-flow: row wrap;
}

.site-main ._layout-grid .item {
    box-sizing: border-box;
    padding-left: 2.08333rem;
}

.site-main .col-25 {
    width: 25%;
}

.site-main .site-footer .footer-logo {
    position: relative;
    top: -1.16667rem;
    margin-right: 4.16667rem;
}

.site-main svg {
    max-width: 100%;
    height: auto;
}

.site-main .site-footer a.is-sub {
    color: #999 !important;
}

.site-main .site-footer .footer-page-top {
    display: block;
    height: 3.33333rem;
    line-height: 3.33333rem;
    text-align: center;
    border-top: solid .08333rem #999;
    border-bottom: solid .08333rem #999;
}

.site-main .site-footer .sns {
    text-align: center;
}
.site-main .site-footer .sns li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 3.16667rem;
    height: 3.16667rem;
}
.site-main .site-footer .sns li svg {
    width: 3.16667rem;
    height: 3.16667rem;
}

.site-main ._row.is-bottom {
    padding-top: 4.16667rem;
    padding-bottom: 4.16667rem;
}

.site-main .___row.is-large-bottom {
    padding-bottom: 2.08333rem;
}

.site-main ._row {
    position: relative;
    /*padding-top: 4.16667rem;*/
}

.site-main ._layout-grid .item {
    box-sizing: border-box;
    padding-left: 2.08333rem;
}

.site-main .col-33 {
    width: 33.333%;
}

.site-main .col-25 {
    width: 25%;
}

.site-main .col-75 {
    width: 75%;
}

.site-main .__row {
    position: relative;
}

.site-main .__row:first-child {
    padding-top: 0;
}

._row.is-bottom {
  font-size: 16px;
}

.site-main input, .site-main select, .site-main textarea, .site-main table, .site-main th, .site-main td, .site-main li, .site-main a {
    font-family: UniversLTPro-45Light,source-han-sans-japanese-n2,sans-serif;
}

.site-main .text p.is-half-top, .site-main .text ol.is-half-top, .site-main .text ul.is-half-top, .site-main .text dl.is-half-top, .site-main .text dt.is-half-top, .site-main .text dd.is-half-top, .site-main .text h1.is-half-top, .site-main .text h2.is-half-top, .site-main .text h3.is-half-top, .site-main .text h4.is-half-top, .site-main .text h5.is-half-top, .site-main .text h6.is-half-top, .site-main .text div.is-half-top, .site-main .text .table.is-half-top, .site-main .text table.is-half-top {
    margin-top: .5em;
}

.site-main .site-footer .footer-page-top.hover {
    opacity: 1;
    background-color: #f5f5f5;
}

.site-main .wrapper, .site-main .wrapper-xsmall, .site-main .wrapper-small, .site-main .wrapper-medium, .site-main .wrapper-max {
    padding-left: 4.16667rem;
    padding-right: 4.16667rem;
    box-sizing: border-box;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.site-main .local-nav{
    transition: none;
    z-index: 4;
}
.site-main .text .is-half-top a {
    text-decoration: none;
}
/*
.site-main .image-container {
    height: auto;
    padding-bottom: 0;
}
*/
.nav-contents-list dt .ttl {
    display: block;
    margin: 12px 0 15px;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 1.75;
}
.site-main .top_banner_img {
    max-width: 100%;
    width: 1120px;
    height: 205px;
    margin: 0 auto;
}

.site-main sup {
    font-size: 54%;
    vertical-align: super;
}
