
@charset "utf-8";

/* =================================
Header
================================= */

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  background: #fff;
  z-index: 12;
}
.header::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.1);
}
.header-logo {
  line-height: 1;
}
.header-logo-link {
  display: block;
  padding: 15px;
}
.header-logo svg {
  width: 104px;
  height: 20px;
  vertical-align: top;
}
.header-logo-path01 {
  fill:#3d60af;
}
.header-nav {
  display: flex;
  order: 1;
}
.header-global-nav {
  display: flex;
  width: 726px;
  justify-content: space-between;
}
.header-global-nav-item {
  list-style: none;
  line-height: 1;
}
.header-global-nav-link {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  line-height: 50px;
  color: #142345;
  transition: 0.25s color, 0.25s background;
}
.header-global-nav-link:hover,
.header-global-nav-link-active,
.header-global-nav-link.now{
  background: #3d60af;
  color: #fff;
}
/*
.header-global-nav-link::before {
  position: absolute;
  bottom: 12px;
  left: 15px;
  content: '';
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  background: #3d60af;
  transform: scaleX(0);
  transition: 0.25s transform;
}
*/

.header-btn-language,
.header-btn-search {
  width: 50px;
}
.header-btn-language:hover,
.header-btn-search:hover {
  cursor: pointer;
}



.header-btn-language-link,
.header-btn-search-link {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}
.header-btn-language-link::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: '';
  display: block;
  width: 31px;
  height: 31px;
  border: 2px solid #3d60af;
}
.header-btn-language-link svg,
.header-btn-search-link svg {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
}
.header-btn-language-link i{
  position: absolute;
  left: 17px;
  top: 17px;
  width: 27px;
  height: 27px;
  color:#3d60af;
}
@media (max-width: 767px) {
.header-btn-language-link i {
  top: 12px;
  font-size: 2.4rem;
}
.header-btn-language-link::before {
  border: none;
}
}

.header-btn-search-link i{
  position: absolute;
  left: 12px;
  top: 14px;
  width: 26px;
  height: 26px;
  color:#3d60af;
  text-align: center;
  font-size: 22px;
}

@media (min-width: 768px) {
.header-btn-search-active .header-btn-search-link i{
  color:#ffffff;
}
}

.header-btn-language-path01{fill:none;}
.header-btn-language-path02{fill:#3d60af;}
.header-btn-search-path01{fill:#3d60af;}
.header-btn-search-path02{fill:none;}
.header-btn-hamburger-path01 {fill:none;}
.header-btn-hamburger-path02 {fill:#1f48a3;}

.header-btn-mypage {
  width: 140px;
}
.header-btn-mypage-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  background: #3d60af;
  text-decoration: none;
  text-align: center;
  height: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.header-btn-mypage-link span:first-child {
  line-height: 1.5;
}
.header-login-message {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
.header-btn-hamburger {
  display: none;
}

.header-btn-language {
  position: relative;
}
.header-language {
  position: absolute;
  top: 50px;
  right: 0;
  width: 87px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #3d60af;
  transform: scaleY(0) translateY(-60px);
  transform-origin: bottom;
  transition: 0.3s opacity;
  opacity: 0;
  box-shadow: 0 3px 7px 0 rgba(4,0,0,0.35);
}
.header-btn-language-active .header-language {
  transform: none;
  opacity: 1;
}
.header-language li {
  list-style: none;
}
.header-language-link {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.header-language-link:hover {
  text-decoration: underline;
}
.header-btn-search {
  position: relative;
}
.header-btn-search-link {
  transition: 0.3s background;
}
.header-btn-search-active .header-btn-search-link,
.header-btn-search-link-active {
  background: #3d60af;
}
.header-btn-search-path01 {
  transition: 0.3s fill;
}
.header-btn-search-active .header-btn-search-path01,
.header-btn-search-link-active .header-btn-search-path01 {
  fill: #fff;
}
.header-search {
  position: absolute;
  top: 50px;
  right: -140px;
  background: #fff;
  transform: scaleY(0) translateY(-60px);
  transition: 0.3s opacity;
  box-shadow: 0 3px 7px 0 rgba(4,0,0,0.35);
  opacity: 0;
}
.header-btn-search-active .header-search {
  transform: none;
  opacity: 1;
}
.box-header-search {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  align-items: center;
  justify-content: center;
  background: #3d60af;
  height: 60px;
}
.header-search-input {
  height: 36px;
  width: 245px;
  padding-left: 22px;
  background: #fff;
  line-height: 36px;
  font-size: 1.4rem;
  border: none;
  border-radius: 16px 0 0 16px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-search-submit {
  height: 36px;
  width: 65px;
  background: #20a09c;
  line-height: 36px;
  font-size: 1.4rem;
  border: none;
  border-radius: 0 16px 16px 0 ;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .header {
    min-width: 320px;
  }
  .header-nav {
    align-items: center;
  }
  .header-global-nav {
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .header-global-nav-active {
    display: block;
    background: #3d60af;
    position: absolute;
    top: 50px;
    left: 0;
  }
  .header-global-nav-link {
    position: relative;
    background: none;
    color: #fff;
  }
  .header-global-nav-link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
  }
  .header-global-nav-link::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    display: inline-block;
    width: 6px;
    height: 9px;
    margin-top: -4px;
    background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
    background-size: cover;
  }
  .header-btn-mypage {
    width: 60px;
    height: 26px;
    margin-right: 7px;
    order: -1;
  }
  .header-btn-language,
  .header-btn-search {
    width: 44px;
  }
  .header-btn-language-link svg,
  .header-btn-search-link svg {
    left: 9px;
  }
  .header-btn-language-link::before {
    left: 9px;
  }
  .header-search{
    right: 0;
  }
  .header-search-input {
    width: 180px;
  }
  .header-btn-mypage-link {
    height: 26px;
    font-size: 1.1rem;
  }
  .header-btn-mypage-link span:first-child {
    line-height: 1.3;
  }
  .header-login-message {
    font-size: 0.6rem;
  }
  .header-btn-hamburger {
    display: block;
    width: 36px;
  }
  .header-btn-hamburger-link {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
  }
  .header-btn-hamburger-link i {
    position: absolute;
    left: 5px;
    top: 12px;
    width: 26px;
    height: 26px;
    color:#1f48a3;
    font-size:2.4rem;
  }
}

/* PCで1200px以下表示 */
@media screen and (max-width: 1119px) and (min-width: 768px){
  .header{
    min-width:768px;
  }
  .header-global-nav {
    width:auto;
  }
  .header-global-nav-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
    font-size:12px;
    line-height: 1.2;
    height: 50px;
  }
  .header-btn-mypage {
    width: 70px;
  }
  .only-over1200{
    display:none;
  }
  .header-search {
    right: -70px;
  }
}


/* =================================
Drop down
================================= */

.global-nav-drop-tabs-nav-item {
  cursor: pointer;
  padding: 30px 30px 30px 35px;
  line-height: 1.5;
  color: #fff;
}
.global-nav-drop-tabs-nav-item-active {
  background: #2e4a8b;
}
.global-nav-drop-wrap::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: linear-gradient(to bottom, rgba(4,0,0,0.35), rgba(4,0,0,0)) left top;
}
.global-nav-drop {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 15px;
}

.global-nav-drop02,
.global-nav-drop03,
.global-nav-drop04,
.global-nav-drop05,
.global-nav-drop06,
.global-nav-drop07 {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 15px;
  background: linear-gradient(to right, #3d60af, #3d60af 49.999999%, #2e4a8b 50%, #2e4a8b) left top;
}

.global-nav-drop-in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.global-nav-drop01 {
  background: #3d60af;
}
.global-nav-drop01 .global-nav-drop-in {
  padding-top: 17px;
}
.global-nav-drop-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.global-nav-drop-col {
  width: 330px;
}
.global-nav-drop-tabs {
  display: flex;
}
.global-nav-drop-tabs-nav {
  width: 400px;
}
.global-nav-drop-tabs-body {
  width: calc(100% - 400px);
  padding: 24px 58px;
  background: #2e4a8b;
}
.ttl-global-nav-drop01 {
  margin-bottom: 12px;
/*  font-size: 3.6rem; */
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}
.ttl-global-nav-drop01 a{
  text-decoration: none;
  color: #fff;
}
.ttl-global-nav-drop01 a:hover {
  text-decoration: underline;
}
.ttl-global-nav-drop02 {
  margin-bottom: 12px;
/*  font-size: 2.6rem; */
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}
.ttl-global-nav-drop02 a {
  text-decoration: none;
  color: #fff;
}
.ttl-global-nav-drop02 a:hover {
  text-decoration: underline;
}
.link-global-nav-drop01 {
  display: block;
  padding: 5px 8px;
  background: #d2daec;
  text-decoration: none;
  font-weight: bold;
  color: #061536;
}
.link-global-nav-drop01:hover {
  text-decoration: underline;
}
.link-global-nav-drop01.non-link{
  cursor:default;
}
.link-global-nav-drop01.non-link:hover{
  cursor:default;
  text-decoration: none;
}


.link-global-nav-drop02 {
  position: relative;
  display: block;
  padding-left: 18px;
  text-decoration: none;
  line-height: 1.3125;
  color: #fff;
}
.link-global-nav-drop02:hover {
  text-decoration: underline;
}
.link-global-nav-drop02::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
}
.link-global-nav-drop03 {
  position: relative;
  display: block;
  padding-left: 18px;
  text-decoration: none;
/*  line-height: 1.3125; */
  color: #fff;
}
.link-global-nav-drop03:hover {
  text-decoration: underline;
}
.link-global-nav-drop03::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
}
.link-global-nav-drop-external {
  position: relative;
  display: block;
  padding-left: 28px;
  text-decoration: none;
  line-height: 1.3125;
  color: #fff;
}
.link-global-nav-drop-external:hover {
  text-decoration: underline;
}
.link-global-nav-drop-external::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/image/jp2/common/ico_link_external_02.svg) no-repeat;
  background-size: cover;
}
.ttl-global-nav-drop-col {
  line-height: 1.3125;
}
.ttl-global-nav-drop-col:not(:first-child) {
  margin-top: 42px;
}
.ttl-global-nav-drop01-separater {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ttl-global-nav-drop01-separater::after {
  display: block;
  content: '';
  height: 1px;
  width: calc(100% - 250px);
  background: #fff;
}
.list-global-nav-drop-col {
  padding-top: 3px;
}
.list-global-nav-drop-col li {
  margin-top: 13px;
  list-style: none;
  line-height: 1.3125;
}
.list-global-nav-drop02 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.list-global-nav-drop02 li {
  margin-top: 13px;
  margin-right: 50px;
  list-style: none;
  line-height: 1.3125;
}
.list-global-nav-drop03 + .list-global-nav-drop03 {
  margin-top: 50px;
}
.list-global-nav-drop03 li {
/*  font-size: 2.0rem; */
  font-size: 1.6rem;
  list-style: none;
  line-height: 1.3125;
}
.list-global-nav-drop03 li:not(:first-child) {
  margin-top: 15px;
}
.global-nav-drop-wrap {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  min-width: 768px;
  background: #3d60af;
  z-index: 10;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s opacity,0.3s height;
  z-index: 11;
}
.global-nav-drop-wrap-active {
  display: block;
  transform: none;
  height: inherit;
  opacity: 1;
}
.global-nav-drop {
  opacity: 0;
  transition: 0.3s opacity;
  height: 0;
}
.global-nav-drop-active {
  height: auto;
  opacity: 1;
}
.global-nav-drop-tabs-afterservice{
  display:inline-block;
  width:45%;
  vertical-align: top;
}

/*--------20190626------------*/
.global-nav-drop-tabs-distributor{
  display:inline-block;
  width:45%;
  vertical-align: top;
}
.global-nav-drop-tabs-distributor + .global-nav-drop-tabs-distributor{
  margin-left: 5%;
}
.ttl-global-nav-mini{
  font-size: 1.5rem;
  list-style: none;
  line-height: 1.3125;
  color: #333;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 3px 0 1px;
  margin: 47px 0 13px;
}



/* =================================
Hero
================================= */

.hero-image {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 250px;
  align-items: center;
  background-color:#edf5f5;
}
.hero-image-text {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 5rem;
  color: #fff;
  z-index: 1;
}
p.hero-image-text {font-weight:bold;}

.hero-image-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  font-size: 5rem;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero-image {
    height: 100px;
  }
  .hero-image-text {
    text-align: center;
    font-size: 2rem;
  }
  .hero-image-bg {
    width: 768px;
    margin-left: -384px;
  }
}


/* =================================
Breadcrumbs
================================= */

.nav-breadcrumbs {
  width: 1200px;
  margin: 25px auto 55px;
  padding-left: 15px;
  padding-right: 15px;
}
.header + .nav-breadcrumbs {
  margin-top: 75px;
}
.nav-breadcrumbs-list {
  display: flex;
}
.nav-breadcrumbs-list-item {
  list-style: none;
  font-size: 1.3rem;
}
.nav-breadcrumbs-list-item:not(:first-child)::before {
  content: '>';
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .nav-breadcrumbs {
    width: 100%;
    margin: 25px auto 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-breadcrumbs-list {
    flex-wrap: wrap;
  }
}


/* =================================
Contents
================================= */

.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.contents-main {
  width: 850px;
}
.contents-main-wide {
  width: 1170px;
}
.contents-sub {
  width: 270px;
  order: -1;
}
@media (max-width: 767px) {
  .contents {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contents-main {
    width: 100%;
  }
  .contents-sub {
    display: none;
  }
}

.contents-footer {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .contents-footer {
    flex-direction: column;
    margin-top: 0;
  }
}

.box-contact {
  background: #f1f4f4;
}
.box-contact-title {
  padding: 7px 17px;
  background: #3d60af;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
}
.box-contact-nav {
  display: flex;
  padding-top:  50px;
  padding-bottom: 50px;
  justify-content: center;
}
.box-contact-nav-item { 
  width: 470px;
  margin-left: 45px;
  margin-right: 45px;
  list-style: none;
}
@media (max-width: 767px) {
  .box-contact {
    position: relative;
    margin: 60px -20px 0;
    padding-left: 20px;
    padding-right: 20px;
    background: #3d60af;
  }
  .box-contact-title {
    padding: 25px 0 7px;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  .box-contact-nav {
    flex-direction: column;
    padding-top:  20px;
    padding-bottom: 40px;
  }
  .box-contact-nav-item { 
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .box-contact-nav-item:not(:first-child) { 
    margin-top: 15px;
  }
}

.contents-footer-banner{
  display:block;
}
.contents-footer-banner-item{
  display:inline-block;
  margin-top:30px;
  margin-right:30px;
}
.contents-footer-banner-item:nth-child(4n){
  margin-right:0px;
}

@media (max-width: 767px) {
.contents-footer-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.contents-footer-banner::after {
  content: '';
  width: 100%;
}
.contents-footer-banner-item {
  width: 48.21428%;
  margin-top: 0px;
  margin-bottom:30px;
  margin-right:0;
}
}

.nav-local-title-link {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #3d60af;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.nav-local-list {
  background: #eefafa;
}
.nav-local-list-item,
.nav-local-list-sub-item {
  position: relative;
  list-style: none;
}
.nav-local-list-item::after {
  position: absolute;
  left: 8px;
  bottom: 0;
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  background: #c0e0e0;
}
.nav-local-list-item:last-child {
  padding-bottom: 0;
}
.nav-local-list-item:last-child::after {
  display: none;
}
.nav-local-list-link:hover,
.nav-local-list-sub-link:hover {
  text-decoration: underline;
}
.nav-local-list-link {
  position: relative;
  display: block;
  padding: 15px 20px 15px 44px;
  text-decoration: none;
  color: #2f3b55;
}
.nav-local-list-link::before {
  position: absolute;
  left: 20px;
  top: 26px;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(/image/jp2/common/ico_arrow_local_nav_01.svg) no-repeat;
  background-size: cover;
}

.nav-local-list-link.active,
.nav-local-list-sub-link.active{
  background-color: #fdba1a;
  color: #fff;
/*  text-decoration: underline !important; */
}

.nav-local-list-sub-link {
  position: relative;
  display: block;
  padding: 5px 20px 5px 60px;
  text-decoration: none;
  color: #2f3b55;
}
.nav-local-list-sub-link::before {
  position: absolute;
  left: 44px;
  top: 16px;
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(/image/jp2/common/ico_arrow_local_nav_02.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .nav-local {
    display: none;
  }
}

.nav-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -150px;
}
.nav-fixed-item {
  margin-top: 4px;
  list-style: none;
}
.nav-fixed-link {
  display: block;
  background: linear-gradient(to right, #ee8c00, #fdba1a 50%, #fdba1a 100%) left top;
  background-size: 200%;
  transition: 0.3s background;
}
.nav-fixed-link:hover {
  background-position: right;
}
.nav-fixed-link img{
  width:140px;
}

@media (max-width: 1454px) and (min-width: 768px) {
  .nav-fixed {
    display: none;
  }
}


@media (max-width: 767px) {
  .nav-fixed {
    display: none;
  }
}


/* =================================
Footer
================================= */

.footer-sitemap {
  display: flex;
  justify-content: center;
  margin-top: 150px;
  padding-top: 85px;
  padding-bottom: 135px;
  background: #edf5f5;
}
.footer-sitemap-item {
  width: 185px;
}
.footer-sitemap-item01 {
  margin-right: 50px;
}
.footer-sitemap-item02 {
  margin-right: 65px;
}
.footer-sitemap-item03 {
  margin-right: 62px;
}
.footer-sitemap-item04 {
  margin-right: 68px;
}
.footer-sitemap-heading {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
}
.footer-sitemap-heading::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 14px;
  background: #3d60af;
  vertical-align: -3px;
}
.footer-sitemap-heading-link {
  pointer-events: none;
  text-decoration: none;
  color: #3d60af;
}
.footer-sitemap-nav {
  padding-top: 12px;
}
.footer-sitemap-nav-item {
  position: relative;
  margin-top: 16px;
  padding-left: 13px;
  list-style: none;
  line-height: 1.5;
}
.footer-sitemap-nav-link {
  text-decoration: none;
  font-size: 1.4rem;
  color: #2f3b55;
}
.footer-sitemap-nav-link:hover {
  text-decoration: underline;
}
.footer-sitemap-nav-link::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(/image/jp2/common/ico_arrow_02.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer-sitemap {
    flex-direction: column;
    margin-top: 0;
    padding: 0 20px;
    background: #3d60af;
  }
  .footer-sitemap-item {
    width: auto;
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
  .footer-sitemap-item:first-child {
    border-top: 1px solid #fff;
  }
  .footer-sitemap-heading {
    font-size: 1.7rem;
  }
  .footer-sitemap-heading::before {
    content: none;
  }
  .footer-sitemap-heading-link {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-left: 3px;
    padding-bottom: 15px;
    pointer-events: auto;
    color: #fff;
  }
  .footer-sitemap-heading-link::after {
    position: absolute;
    top: 25px;
    right: 10px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
    background-size: cover;
  }
  .footer-sitemap-nav {
    display: none;
  }
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  background: #3d60af;
  color: #fff;
}
.footer-main-in {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-main-item01 {
  width: 560px;
  padding-top: 52px;
  padding-bottom: 42px;
}
.footer-main-item02 {
  padding-top: 43px;
  width: 377px;
}
.footer-logo {
  float: left;
  margin-right: 40px;
  padding-top: 4px;
  line-height: 1;
}
.footer-logo img {
  width: 147px;
  height: 28px;
}
.footer-logo-path01 {
  fill:#fff;
}
.footer-address {
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer-nav {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.footer-nav-item {
  list-style: none;
}
.footer-nav-item-link {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}
.footer-nav-item-link:hover {
  text-decoration: underline;
}
.footer-nav-item-link::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 7px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 1.9rem;
}
.footer-contact-item {
  list-style: none;
}
.footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  color: #8ca0ce;
}
@media (max-width: 767px) {
  .footer-main-in {
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-main-item01 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-logo,
  .footer-address,
  .footer-main-item02 {
    display: none;
  }
  .footer-nav {
    flex-direction: column;
    margin-top: 0;
  }
  .footer-nav-item-link {
    font-size: 1.4rem;
  }
}


/* =================================
Other
================================= */

/* Button */

.btn-cmn-basic01 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  border: none;
  background: linear-gradient(to right, #ee8c00, #fdba1a 50%, #fdba1a 100%) left top;
  background-size: 200%;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s background;
  cursor: pointer;
}
.btn-cmn-basic01:hover {
  background-position: right;
}
.btn-cmn-basic01::before {
  position: absolute;
  top: 25px;
  right: 30px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
  transition: 0.3s transform;
}
.btn-cmn-basic01:hover::before {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .btn-cmn-basic01::before {
    top: 25px;
    right: 30px;
    width: 4px;
    height: 7px;
    transition: none;
  }
  .btn-cmn-basic01:hover::before {
    transform: none;
  }
}

.btn-cmn-basic02 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: none;
  background: #2d4f99;
  background-size: 200%;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s background;
  cursor: pointer;
}
.btn-cmn-basic02:hover {
  background: #3157ad;
}
.btn-cmn-basic02::before {
  position: absolute;
  top: 50%;
  right: 30px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
  transition: 0.3s transform;
  transform: translate(0,-50%);
}
.btn-cmn-basic02:hover::before {
  transform: translate(5px,-50%);
}

.btn-cmn-basic03 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  border: none;
  background: #d22b2b;
  background-size: 200%;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s background;
  cursor: pointer;
}
.btn-cmn-basic03:hover {
  background: #f02f2f;
}
.btn-cmn-basic03::before {
  position: absolute;
  top: 25px;
  right: 30px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
  transition: 0.3s transform;
}
.btn-cmn-basic03:hover::before {
  transform: translateX(5px);
}


.btn-cmn-basic04 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #3d60af;
  background: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #3d60af;
  transition: 0.3s background;
  cursor: pointer;
}
.btn-cmn-basic04:hover {
  background: #edf5f5;
}
.btn-cmn-basic04::before {
  position: absolute;
  top: 23px;
  left: 24px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(/image/jp2/common/ico_arrow_03.svg) no-repeat;
  background-size: cover;
  transition: 0.3s transform;
}
.btn-cmn-basic04:hover::before {
  transform: translateX(-5px);
}
@media (max-width: 767px) {
  .btn-cmn-basic01,
  .btn-cmn-basic02,
  .btn-cmn-basic03,
  .btn-cmn-basic04 {
    font-size: 1.3rem;
  }
}


/* =================================
Home
================================= */

.hero-home {
  position: relative;
  height: 560px;
  overflow: hidden;
  background-color: #edf5f5;
}
.hero-home-slider {
  position: absolute;
  width: 1920px;
  height: 560px;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 0;
}
.hero-home .img-top-pc-01{
  display: block;
}
.hero-home .img-top-sp-01{
  display: none;
}
.hero-home-main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 360px;
  color: #fff;
}
.hero-home-text {
  margin: 58px 15px 73px;
  text-align: justify;
  font-size: 1.7rem;
}
.hero-home-button {
  width: 427px;
  margin-left: auto;
  margin-right: auto;
}
.hero-home-link {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 2px solid #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  transition: 0.3s background, 0.3s border;
}
.hero-home-link:hover {
  background: #3d60af;
  border-color: #3d60af;
}
.hero-home-link::after {
  position: absolute;
  top: 29px;
  right: 29px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
  transition: 0.3s transform;
}
.hero-home-link:hover::after {
  transform: translateX(5px);
}
.hiro-home-controller {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.hiro-home-controller li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 9px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  font-size: 0;
  line-height: 100;
  transition: 0.3s background;
  cursor: pointer;
}
.hiro-home-controller li.hiro-home-controller-item-active {
  background: #3d60af;
}
.hiro-home-prev,
.hiro-home-next {
  position: absolute;
  top: 209px;
  width: 55px;
  height: 183px;
  background-color: rgba(61,96,175,0.8);
  background-repeat: no-repeat;
  background-position: center;
  color: rgba(0,0,0,0);
  cursor: pointer;
  user-select: none;
  transition: 0.3s background;
}
.hiro-home-prev {
  left: 25px;
  background-image: url(/image/jp2/home/arrow_hero_prev_01.png);
}
.hiro-home-next {
  right: 25px;
  background-image: url(/image/jp2/home/arrow_hero_next_01.png);
}
.hiro-home-prev:hover,
.hiro-home-next:hover {
  background-color: rgba(61,96,175,1);
}
@media (max-width: 767px) {
  .hero-home {
    z-index: 0;
    width: 100%;
    height: auto;
  }
  .hero-home-slider {
    position: static !important;
    width: 100%;
    margin-left: 0;
    left: 0;
    height: auto;
  }
  .hero-home-slider li{
    min-height: 0%;
  }

  .hero-home .img-top-pc-01{
    display: none;
  }
  .hero-home .img-top-sp-01{
    display: block;
    width: 100%;
  }
  .hero-home-main {
    width: 260px;
    height: 220px;
  }
  .hero-home-slogan {
    line-height: 1;
  }
  .hero-home-text {
    margin: 30px 0;
    text-align: justify;
    line-height: 1.4230769;
    font-size: 1.3rem;
  }
  .hero-home-button {
    width: 254px;
  }
  .hero-home-link {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #fff;
    font-size: 1.3rem;
    transition: none;
  }
  .hero-home-link:hover {
    background: inherit;
    border-color: inherit;
  }
  .hero-home-link::after {
    width: 4px;
    height: 7px;
    top: 19px;
    right: 20px;
    transition: none;
  }
  .hero-home-link:hover::after {
    transform: none;
  }
  .hiro-home-prev,
  .hiro-home-next {
    display: none;
  }
  .hiro-home-controller {
    bottom: 5px;
    z-index: 100;
  }
  .hiro-home-controller li{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    font-size: 0;
    line-height: 100;
    transition: 0.3s background;
    cursor: pointer;
  }
}

.home-slogan {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 165px;
  padding-bottom: 230px;
  text-align: center;
}
.home-slogan-text {
  margin-top: 57px;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .home-slogan {
    display: none;
  }
}

.home-scene {
  margin: 152px 0 0;
  padding-top: 80px;
  padding-bottom: 64px;
  background: url(/image/jp2/home/bg_scene_01.png) no-repeat center top;
  background-size: cover;
}
.ttl-home-scene {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}
.ttl-home-scene::before {
  position: absolute;
  top: -102px;
  left: 50%;
  content: '';
  display: block;
  width: 216px;
  height: 81.1px;
  margin-left: -108px;
  background: url(/image/jp2/home/ttl_scene_01_mini.png) no-repeat;
}
.home-scene-button {
  width: 467px;
  margin: 90px auto 0;
}
.list-home-scene {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 50px auto 0;
}
.list-home-scene::after {
  content: '';
  width: 100%;
}
.list-home-scene-item {
  position: relative;
    width: 304px;
}
.list-home-scene-item:nth-of-type(n + 4) {
  margin-top: 100px;
  order: 1;
}
.list-home-scene-link-wrap {
  position: absolute;
  bottom: -37px;
  left: 10px;
  width: 284px;
  z-index: 1;
}
.list-home-scene-link-wrap::after {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 90%;
  height: 80%;
  display: block;
  content: '';
  background: linear-gradient(to right, #3d60af, #1ab3e8 100%) left top;
  filter: blur(8px);
  z-index: -1;
}
_:-ms-lang(x)::-ms-backdrop, .list-home-scene-link-wrap::after {
  top: 16px;
  box-shadow: 0 10px 20px #1ab3e8;
  background: rgba(255,255,255,0);
}
.list-home-scene-link {
  display: block;
  padding: 20px 22px 17px;
  background: linear-gradient(to right, #3d60af, #1ab3e8 50%, #1ab3e8 100%) left top;
  background-size: 200%;
  transition: 0.3s background;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
.list-home-scene-link:hover {
  background-position: right;
}
.list-home-scene-link::before {
  content: attr(data-en-text);
  display: block;
  margin-bottom: 8px;
  font-size: 1.0rem;
  font-weight: bold;
}
.list-home-scene-link::after {
  position: absolute;
  top: 34px;
  right: 29px;
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(/image/jp2/common/ico_arrow_01.svg) no-repeat;
  background-size: cover;
  transition: 0.3s transform;
}
.list-home-scene-link:hover::after {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .home-scene {
    margin-top: 74px;
    padding-top: 47px;
    padding-bottom: 0;
    background: #edf5f5;
  }
  .ttl-home-scene {
    font-size: 1.3rem;
  }
  .ttl-home-scene::before {
    top: -60px;
    width: 118px;
    height: 44.3px;
    margin-left: -59px;
    background-size: cover;
  }
  .list-home-scene {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 33px auto 0;
  }
  .list-home-scene-item {
    width: 46.42857%;
  }
  .list-home-scene-item:nth-of-type(n + 3) {
    margin-top: 21px;
    order: 0;
  }
  .list-home-scene-link-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .list-home-scene-link-wrap::after {
    top: 10px;
    filter: blur(3px);
    opacity: 0.85;
  }
  _:-ms-lang(x)::-ms-backdrop, .list-home-scene-link-wrap::after {
    top: 0;
    box-shadow: 0 10px 10px #1ab3e8;
  }
  .list-home-scene-link {
    padding: 11px;
    transition: none;
    text-decoration: none;
    font-size: 1.1rem;
    text-align: center;
  }
  .list-home-scene-link::before {
    content: none;
  }
  .list-home-scene-link::after {
    content: none;
  }
  .home-scene-button {
    width: calc(100% - 40px);
    margin: 10px auto 0;
    transform: translateY(26px);
  }
}

.home-information-wrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0px 120px;
}
.ttl-home-information {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}
.ttl-home-information::before {
  content: '';
  display: block;
  width: 460px;
  height: 80px;
  margin: 0 auto 18px;
  background: url(/image/jp2/home/ttl_information_01_mini.png) no-repeat;
}
.lsit-home-information {
  width: 960px;
  margin: 38px auto 0;
}
.lsit-home-information-item {
  display: flex;
}
.lsit-home-information-item:not(:first-child) {
  margin-top: 34px;
}
.lsit-home-information-date {
  width: 110px;
  letter-spacing: 0.23em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  line-height: 23px;
  color: #686161;
}
.lsit-home-information-category {
  width: 130px;
}
.lsit-home-information-category-icon {
  display: block;
  background: #3d60af;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
.lsit-home-important-category-icon {
  display: block;
  background: #cc3333;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}


.lsit-home-information-title {
  width: calc(100% - 240px);
  padding-left: 38px;
  line-height: 1.7;
}
.lsit-home-information-link {
  text-decoration: none;
  color: #061536;
}
.lsit-home-information-link:hover {
  text-decoration: underline;
}
.lsit-home-information-footer {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 62px auto 0;
}
.lsit-home-information-footer-item {
  width: 467px;
}
@media (max-width: 767px) {
  .home-information-wrap {
    width: 100%;
    padding: 102px 0 100px;
  }
  .ttl-home-information::before {
    width: 253px;
    height: 44px;
    margin: 0 auto 12px;
    background-size: cover;
  }
  .lsit-home-information {
    width: 100%;
    margin: 15px auto 0;
  }
  .lsit-home-information-item {
    flex-wrap: wrap;
    padding: 29px 20px;
  }
  .lsit-home-information-item:nth-of-type(even) {
    background: #edf5f5;
  }
  .lsit-home-information-item:not(:first-child) {
    margin-top: 0;
  }
  .lsit-home-information-title {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .lsit-home-information-date {
    width: 100px;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    line-height: 28px;
    font-weight: bold;
  }
  .lsit-home-information-category {
    font-weight: bold;
  }
  .lsit-home-information-footer {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 30px auto 0;
  }
  .lsit-home-information-footer-item {
    width: 100%;
  }
  .lsit-home-information-footer-item:not(:first-child) {
    margin-top: 20px;
  }
}

.home-membership {
  position: relative;
}
.ttl-home-membership {
  position: absolute;
  width: 436px;
  height: 47.2px;
  top: 120px;
  left: 50%;
  margin-left: -218px;
}
.ttl-home-membership::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/image/jp2/home/ttl_membership_01_sp.png) no-repeat;
  background-size: cover;
  opacity: 0;
}
.home-membership-row {
  display: flex;
}
.home-membership-col01 {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  background: url(/image/jp2/home/bg_membership_01.jpg) no-repeat;
  background-size: cover;
}
.home-membership-col02 {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  background: url(/image/jp2/home/bg_membership_02.jpg) no-repeat;
  background-size: cover;
}
.home-membership-col01-in,
.home-membership-col02-in {
  width: 100%;
  max-width: 700px;
  padding-top: 280px;
  padding-bottom: 120px;
}
.home-membership-title {
  width: 467px;
  margin: 0 auto;
  text-align: center;
}
.home-membership-text {
  width: 467px;
  margin: 50px auto 0;
  min-height: 200px;
  line-height: 1.875;
  letter-spacing: 0.13em;
  color: #fff;
}
.home-membership-button {
  width: 467px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ttl-home-membership {
    position: relative;
    width: 239px;
    height: 26px;
    top: 0;
    left: 0;
    margin: 0 auto 37px;
  }
  .ttl-home-membership img {
    opacity: 0;
  }
  .ttl-home-membership::before {
    opacity: 1;
  }
  .home-membership-row {
    flex-direction: column;
  }
  .home-membership-col01,
  .home-membership-col02 {
    width: 100%;
  }
  .home-membership-col01-in,
  .home-membership-col02-in {
    padding: 59px 20px 54px;
  }
  .home-membership-title {
    width: 100%;
  }
  .home-membership-text {
    width: 100%;
    margin: 30px auto 45px;
    min-height: auto;
    line-height: 1.875;
    letter-spacing: 0;
  }
  .home-membership-button {
    width: 100%;
    margin: 0 auto;
  }
}


/* template_prart_02.css */
.nav-local-title-link-02 {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #d52a2a;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 37px;
  position: relative;
}

.nav-local-title-link-02 .icon-arrow {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nav-local-title-link-02 .icon-arrow {
    position: absolute;
    display: block;
    top: calc(50% - 5px);
    right: 15px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-local-title-link-02 {
    margin-bottom: 28px;
  }
}

.contents-sub-information {
  width: 270px;
  order: -1;
}

@media only screen and (max-width: 767px) {
  .contents-sub-information {
    width: 100%;
    display: block;
  }
  .contents-sub-information .nav-local {
    display: block;
  }
  .contents-sub-information .nav-local-list {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 70px;
  }
  .contents-sub-information .nav-local-list .nav-local-list-item {
    width: 50%;
    box-sizing: border-box;
    border: solid 1px #c0e0e0;
    background: #eefafa;
    border-bottom: none;
  }
  .contents-sub-information .nav-local-list .nav-local-list-item a {
    padding: 15px 10px 15px 25px;
  }
  .contents-sub-information .nav-local-list .nav-local-list-item a:before {
    top: 23px;
    left: 10px;
  }
  .contents-sub-information .nav-local-list .nav-local-list-item:last-child, .contents-sub-information .nav-local-list .nav-local-list-item:nth-last-child(2) {
    border-bottom: solid 1px #c0e0e0;
  }
  .contents-sub-information .nav-local-list .nav-local-list-item:nth-child(even) {
    border-left: none;
  }
  .contents-sub-information .nav-local-list .nav-local-list-item:after {
    display: none;
  }
}

/* =================================
ページ先頭へ
================================= */
.btn-page-top-01 {
  position: relative;
  z-index: 1;
}

.btn-page-top-01 a {
  position: fixed;
  bottom: 70px;
  right: 0;
  display: block;
  background-color: #3d60af;
  width: 140px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .btn-page-top-01 a {
    width: 44px;
    height: 44px;
  }
}

.btn-page-top-01 a:hover {
  background: #3157ad;
}

.btn-page-top-01 a .btn-page-top-inner-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn-page-top-01 a .btn-page-top-inner-01 p {
  line-height: 1.2;
  min-height: 0%;
}

.btn-page-top-01 a .btn-page-top-inner-01 p:first-child {
  width: 18px;
  height: auto;
  padding-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .btn-page-top-01 a .btn-page-top-inner-01 p:first-child {
    padding-bottom: 0;
  }
}

.btn-page-top-01 a .btn-page-top-inner-01 p:first-child img {
  width: 100%;
  height: auto;
}

.btn-page-top-01 a .btn-page-top-inner-01 p:nth-child(2) {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn-page-top-01 a .btn-page-top-inner-01 p:nth-child(2) {
    display: none;
  }
}

.WCMpaged{
  display:block;
  text-align:center;
  margin:10px auto;
}

.WCMpaged a{
  display:inline-block;
  font-size:2rem;
  text-align:center;
  text-decoration:none;
  padding:5px 10px;
}
.WCMpaged a.WCMselected{
  text-decoration:underline;
}
@media only screen and (max-width: 767px) {
.WCMpaged a{
  font-size:1.6rem;
}
}



/* FAQ */
.img-faq-01{
  margin-bottom:40px;
}

.img-faq-01 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.img-faq-01 p{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* seminar */
.lbl-seminar-accepting{
  color:#ffffff;
  background-color:#20a09c;
  border:2px solid #20a09c;
  white-space:nowrap;
  border-radius:4px;
  text-align:center;
  margin:auto;
  padding:0px 5px;
  width:100px;
  font-weight:bold;
}
.lbl-seminar-capacity{
  color:#c61f1f;
  background-color:#ffffff;
  border:2px solid #c61f1f;
  white-space:nowrap;
  border-radius:4px;
  text-align:center;
  margin:auto;
  padding:0px 5px;
  width:100px;
  font-weight:bold;
}
.lbl-seminar-end{
  color:#ffffff;
  background-color:#999999;
  border:2px solid #999999;
  white-space:nowrap;
  border-radius:4px;
  text-align:center;
  margin:auto;
  padding:0px 5px;
  width:100px;
  font-weight:bold;
}
@media (max-width: 767px) {
.lbl-seminar-accepting,
.lbl-seminar-capacity,
.lbl-seminar-end{
  margin: auto 0px;
  font-size:80%;
  width:55px;
  padding:0px 2px;
  font-weight:normal
}
}


/* products listuse */
.dl-listUse{}
.dl-listUse dt{
  display:block;
  cursor:pointer;
  padding:;
}
.dl-listUse dd{
  padding:;
}
.dl-listUse dd.js-dl-accordion-off{display:none;}


/* products detail */
.pankuzu-productdetail{margin-top:80px;}
@media (max-width: 767px) {
.pankuzu-productdetail{margin-top:0px;}
}


/* =================================
20190530追加
================================= */
/* products detail */
.pankuzu-productdetail{margin-top:0px;}
@media (max-width: 767px) {
.pankuzu-productdetail{margin-top:40px;}
}

@media only screen and (min-width: 768px) {
    .hero-image {
        height: 200px;
    }
    .hero-image-text {
        font-size: 4rem;
    }
    
}



/* ADD 201903 重要なお知らせ改修 */
/* =================================
SIDE MENU
================================= */
.nav-local-list-important {
    margin-bottom:37px;
    background: #fff5f5;
}
.nav-local-list-important-item,
.nav-local-list-important-sub-item {
  position: relative;
  list-style: none;
}
.nav-local-list-important-item::after {
  position: absolute;
  left: 8px;
  bottom: 0;
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  background: #efacac;
}
.nav-local-list-important-item:last-child {
  padding-bottom: 0;
}
.nav-local-list-important-item:last-child::after {
  display: none;
}
.nav-local-list-important-link:hover,
.nav-local-list-important-sub-link:hover {
  text-decoration: underline;
}
.nav-local-list-important-link {
  position: relative;
  display: block;
  padding: 15px 20px 15px 44px;
  text-decoration: none;
  color: #2f3b55;
}
.nav-local-list-important-link::before {
  position: absolute;
  left: 20px;
  top: 26px;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(/image/jp2/common/ico_arrow_local_nav_red01.svg) no-repeat;
  background-size: cover;
}

.nav-local-list-important-link.active{
  background-color: #fdba1a;
  color: #fff;
}

.nav-local-title-link-02 {
    margin-bottom: 0px;
}
/* END 201903 重要なお知らせ改修 */



/* ADD 202009 footer SNSアイコン追加 */
/* =================================
footer
================================= */

.footer-address{
      float: left;
  }
  .footer-sns{
      margin:5px 0 38px 30px;
      float: left;
  }
  .footer-sns img{
      width: 36px;
      height: auto;
      margin: 0 6px 0 0;

  }
  @media (max-width: 767px) {
      .footer-address{
          float: none;
      }
      .footer-sns{
          margin:5px 0 38px 0;
          float: none;
      }
      .footer-sns img{
          max-width: 40px;
          width: 15%;
          height: auto;
      }
  }
/* END 202009 footer SNSアイコン追加 */



