@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 {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  min-width: 1024px;
  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;
}

.pc_none {
  display: none;
}

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

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

----------------------------------------------------------------------------*/
#top_wrap {
  width: 1024px;
  margin: 20px auto;
}

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

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

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;
  width: 1024px;
  margin: 0 auto;
}
#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: 26px;
  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: 90px;
}
#hd header .lang_btn a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hd header .lang_btn a:hover {
  opacity: 0.7;
}

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

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

content

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

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

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

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

cont_left

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

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

menu

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

----------------------------------------------------------------------------*/
#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1024px;
  margin: 0 auto;
}
#menu ul li {
  position: relative;
  width: calc((100% + 200px) / 7);
  width: 20%;
  text-align: center;
}
#menu ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 36px;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu ul li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 36px;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  padding: 0px 15px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#menu ul li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 2px;
  left: 5%;
  /*線の形状*/
  width: 90%;
  height: 3px;
  background: #46b8c3;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*上部中央基点*/
}
#menu ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
/*----------------------------------------------------------------------------

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

cont_right

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

----------------------------------------------------------------------------*/
#cont_right {
  width: 250px;
  float: left;
}

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

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

footer

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

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

#ft_box {
  width: 840px;
  margin: 0 auto;
  padding-block: 25px 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.css.map */