

/* ------------------------------------------
                COMMON STYLES
------------------------------------------ */

body {
  color: #262A32;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

footer, header {
  word-wrap: break-word;
}

main {
  display: block;
}

a {
  transition: 0.3s;
  color: #00437c;
  text-decoration: none;
}

a:hover {
  color: #0082c7;
}

.inner {
  max-width: 996px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1036px) {
  .inner {
    max-width: none;
    width: auto;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

h1{
  font-size: 2em;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}

/*------------
    UL-COMMON
------------*/

.ul-header {
  padding-bottom: 30px;

}

.sp-ul-header {
  display: none;
}

/* sp_navi */

@media (max-width: 1036px) {
  .ul-header {
    padding-bottom: 20px;
    display: none;
  }

  .sp-ul-header {
    height: 70px;
    padding-bottom: 20px;
    width: calc(100%); 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    background-color: #ffffff;
  }
}

.footer__wrap {
  width: 100%;
  color: #333;
  padding: 20px 0 20px 0;
  border-top: 5px solid #e60012;
}

.footer__naviWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__contentsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__copyright {
  font-size: 12px;
}

@media (max-width: 1036px) {
  .footer__naviWrap {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
  }
  .footer__wrap {
    padding: 28px 0 40px 0;
  }
 
  .footer__contentsWrap {
    text-align: center;
    display: block;
  }
}

/*------------
    INDEX
------------*/

/*------------------------
    ARCHIVES
------------------------*/

/*------------------------
    ENTRY
------------------------*/

/*------------------------
    WEBPAGE
------------------------*/

.page__main {
  max-width: 996px;
  margin: 64px auto 100px;
  padding: 0rem 0 0rem 0;
  position: relative;
}

.page__header {
  width: 100%;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
  background-color: #e60012;
  position: relative;
}

.page__header .inner {
  height: 188px;
  display: flex;
  align-items: center;
}

  /* コンテンツ - 背景画像あり */
  /* コンテンツ - 背景画像なし */
  
.page__title {
  font-family: Europa, sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 11.2px;
  font-weight: bold;
}

@media (max-width: 1036px) {
  .page__main {
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .page__header .inner {
    height: 120px;
    box-sizing: border-box;
  }
  .page__title {
    font-size: 1.5rem;
    letter-spacing: 4px;
  }
  .page__main {
    margin: 40px 0 80px;
  }
}

/*------------
  breadcrumbs
------------*/

/*------------
    WYSIWYG
------------*/

.wysiwyg {
  word-wrap: break-word;
}

.wysiwyg *:first-child {
  margin-top: 0;
}

.wysiwyg p {
  margin: 20px 0;
}

.wysiwyg a {
  color: #0082c7;
  text-decoration: underline;
}

.wysiwyg a:hover {
  color: ;
}

.wysiwyg>*:last-child {
  margin-bottom: 0;
}

/* Contents */

@media (max-width: 1036px) {
  .wysiwyg {
    padding: 0 20px;
  }
  .wysiwyg p {
    max-width: none;
    width: auto;
  }
}



