@charset "UTF-8";
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------

******************************************************************************

Basic

******************************************************************************

----------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding: 135px;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.body_page {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", "Roboto", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: small;
  color: #333333;
  font-weight: normal;
  line-height: 1.6em;
  line-break: strict;
  voice-family: '"}"';
  voice-family: inherit;
}

h1,
h2,
h4,
h5,
h6,
td,
th,
p,
div,
input,
textarea,
pre,
ul,
ol,
img {
  font-family: "Noto Sans JP", "Roboto", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: small;
  color: #333333;
  font-weight: normal;
  line-height: 1.6em;
  line-break: strict;
  voice-family: '"}"';
  voice-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #009999;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}

embed {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.crr {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  clear: both;
}

.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*----------------------------------------------------------------------------

******************************************************************************

wrap

******************************************************************************

----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------

******************************************************************************

Header

******************************************************************************

----------------------------------------------------------------------------*/
#hd {
  position: sticky;
  top: 0;
  height: 140px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#hd header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-left: 7px;
}
#hd header h1 {
  padding-block: 8.8px;
}
#hd header h1 a {
  color: #000;
  line-height: 1em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  overflow: visible;
}
#hd header h1 a:hover {
  opacity: 0.7;
}
#hd header h1 a p {
  font-size: 1.2rem;
  font-weight: bold;
}
#hd header h1 a p span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 16px;
}
#hd header h1 a img {
  width: 70px;
  height: auto;
}
#hd header .lang_btn {
  display: none;
}

/*----------------------------------------------------------------------------

******************************************************************************

content

******************************************************************************

----------------------------------------------------------------------------*/
#content {
  width: 100%;
}

/*----------------------------------------------------------------------------

******************************************************************************

cont_left

******************************************************************************
#cont
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------

******************************************************************************

menu

******************************************************************************

----------------------------------------------------------------------------*/
#menu {
  background: #333;
  color: #fff;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 100;
  width: 70%;
  overflow-x: none;
  overflow-y: auto;
  top: 0px;
  right: -70%;
  position: fixed;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.menu > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 1em 1em 1em 1.5em;
  text-decoration: none;
  position: relative;
}

.menu > li > a:hover,
.menu > li > a.current {
  background-color: rgba(0, 0, 0, 0.2);
}

.menu > li > a::after {
  content: attr(data-text);
  display: block;
}

.menu > li > a img {
  display: none;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: fixed !important;
  top: 20px;
  right: 15px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
}

.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}

.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}

.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "MENU";
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #000;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_nav_trigger.sp_active::after {
  content: "CLOSE";
  bottom: -25px;
  color: #fff;
}

.sp_nav_trigger.sp_active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  background: #fff;
}

.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
  background: #fff;
}

.sp_nav_trigger.sp_active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  background: #fff;
}

/*----------------------------------------------------------------------------

******************************************************************************

cont_right

******************************************************************************

----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------

******************************************************************************

footer

******************************************************************************

----------------------------------------------------------------------------*/
#footer {
  background-color: #46b8c3;
  height: 61px;
  margin-top: auto;
}

#ft_box {
  margin: 0 auto;
  padding-block: 10px;
  text-align: center;
  color: #FFFFFF;
}

/*----------------------------------------------------------------------------

******************************************************************************

h

******************************************************************************

----------------------------------------------------------------------------*/
.h2_old {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-image: none;
  border-left: 8px solid #46b8c3;
  background-color: #8B8B8B;
  height: auto;
  padding: 5px 10px;
  margin-bottom: 10px;
}

h2 {
  margin: 0.8em 0 0.4em 0;
  font-size: 18px;
  font-weight: bold;
  min-height: 40px;
  padding: 0.4em 10px 0em 1.5em;
  background: url(../images/h3_bg.png) left bottom no-repeat;
}

.h3_old {
  border-top: 5px solid #46b8c3;
  border-bottom: 1px dashed #46b8c3;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  height: 27px;
  padding: 10px 0 0 20px;
  margin: 20px 0 10px 0;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  padding-left: 10px;
  border-left: 12px double #46b8c3;
  background: #efefef;
  margin: 10px 0px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  padding-left: 5px;
  border: 1px solid #efefef;
  border-left: 5px solid #46b8c3;
  border-bottom: 2px solid #ccc;
  margin: 20px 0 10px 0;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  margin-top: 20px;
}

h5:before {
  display: inline-block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: #46b8c3;
  border-radius: 50%;
  margin-right: 0.5em;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
}

h6:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 2px;
  background: #46b8c3;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

/*----------------------------------------------------------------------------

******************************************************************************

hr

******************************************************************************

----------------------------------------------------------------------------*/
.hr {
  border-bottom: 1px solid #ccc;
  height: 10px;
  margin: 10px 0 20px 0;
}

/*----------------------------------------------------------------------------

******************************************************************************

pager

******************************************************************************

----------------------------------------------------------------------------*/
.pager {
  margin: 40px 0 0;
}
.pager .pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .pager_list .page-numbers {
  border: 1px solid #46b8c3;
  border-radius: 5px;
  color: #46b8c3 !important;
  display: block;
  font-size: 1rem;
  margin: 0 2px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 2.4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pager .pager_list .page-numbers:not(.dots):hover, .pager .pager_list .page-numbers.current {
  background: #46b8c3;
  color: #FFF !important;
}
.pager .pager_list .page-numbers.dots {
  border-color: #46b8c3;
}/*# sourceMappingURL=default_sp.css.map */