@charset "utf-8";
@import url("/css/bootstrap-override.css");

.container-wide{max-width:1440px; margin:0 auto;}
.valign-middle, .table th {vertical-align: middle;}

.text-ca{color:#BF9000;} .bg-ca{backgrouond:#BF9000;}
.btn-ca{background-color:#BF9000; border: 2px solid #BF9000; color:#fff;}
.btn-ca:hover{background-color:#fff; border: 2px solid #BF9000; color:#BF9000;}

.text-oss{color:#548235;} .bg-oss{backgrouond:#548235;}
.btn-oss{background-color:#548235; border: 2px solid #548235; color:#fff;}
.btn-oss:hover{background-color:#fff; border: 2px solid #548235; color:#548235;}

.text-iot{color:#2F5597;} .bg-iot{backgrouond:#2F5597;}
.btn-iot{background-color:#2F5597; border: 2px solid #2F5597; color:#fff;}
.btn-iot:hover{background-color:#fff; border: 2px solid #2F5597; color:#2F5597;}

.text-start{text-align:left;}
.text-end{text-align:right;}

.bg-white {background:#fff;}
.btn-glay{background-color:#ddd;} .btn-glay:hover{background-color:#ccc;}

.spacer{height:2em;diaplay:block;}
.spacer-sm{height:1em;diaplay:block;}
.spacer-md{height:2em;diaplay:block;}
.spacer-lg{height:3em;diaplay:block;}
.spacer-xl{height:4em;diaplay:block;}

.cursor-clickable{cursor: pointer;}

.aspect-sq{object-fit: cover;  aspect-ratio: 1/1;}
.aspect-4x3{object-fit: cover;  aspect-ratio: 4/3;}
.x-small{font-size: 75%;}

.kurobuchi{
text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}

.shirobuchi{
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

.lightshadow{text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8),1px -1px 4px rgba(255, 255, 255, 0.8),-1px 1px 4px rgba(255, 255, 255, 0.8),-1px -1px 4px rgba(255, 255, 255, 0.8);}
.darkshadow{text-shadow: 1px 1px 4px rgba(8, 8, 8, 0.8), 1px -1px 4px rgba(8, 8, 8, 0.8), -1px 1px 4px rgba(8, 8, 8, 0.8), -1px -1px 4px rgba(8, 8, 8, 0.8);}
.text-shadow-white{text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8),1px -1px 4px rgba(255, 255, 255, 0.8),-1px 1px 4px rgba(255, 255, 255, 0.8),-1px -1px 4px rgba(255, 255, 255, 0.8);}
.text-shadow-dark{text-shadow: 1px 1px 4px rgba(8, 8, 8, 0.8), 1px -1px 4px rgba(8, 8, 8, 0.8), -1px 1px 4px rgba(8, 8, 8, 0.8), -1px -1px 4px rgba(8, 8, 8, 0.8);}

.light-shadow{filter: drop-shadow(-2px -2px 1px rgba(250, 250, 250, 0.9))
drop-shadow(-1px 2px 1px rgba(250, 250, 250, 0.9))
drop-shadow(2px -1px 1px rgba(250, 250, 250, 0.9))
drop-shadow(2px 2px 1px rgba(250, 250, 250, 0.9));}

.dark-shadow{filter: drop-shadow(-2px -2px 1px rgba(8, 8, 8, 0.9))
drop-shadow(-1px 2px 1px rgba(8, 8, 8, 0.9))
drop-shadow(2px -1px 1px rgba(8, 8, 8, 0.9))
drop-shadow(2px 2px 1px rgba(8, 8, 8, 0.9));}


hr.emboss{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(84,110,122,0.66);
    border-bottom: 1px solid rgba(236,239,241,0.66);
    margin-top:2em;
    margin-bottom:2em;
}

.dot-hr {
    dispaly:block;
    border-width: 0 0 8px;
    border-style: solid;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
    width: 216px;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both;
}

.infobar{
  color: #2d8fdd;
  border-left: solid 8px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1em;
  display:block;
}

.underline_pink{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 10%) repeat scroll 0 0;}
.underline_yellow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 10%) repeat scroll 0 0;}
.underline_blue{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #add6ff 10%) repeat scroll 0 0;}

.large{ font-size:larger;}
.text-large, .fs-lg{ font-size:1.5rem;}
.double{ font-size:200%;}
.fs-2x {font-size:2rem;}
.fs-3x {font-size:3rem;}
.fs-4x {font-size:4rem;}
.display-5 {font-size: 3rem;}
.display-6 {font-size: 2.5rem;}

.rotate90{transform: rotate(90deg); display: inline-block;}
.rotate180{transform: rotate(180deg); display: inline-block;}
.rotate270{transform: rotate(270deg); display: inline-block;}

.object-fit-cover {object-fit: cover;}
.newsthumb{object-fit: cover; width: 100%; aspect-ratio: 16 / 9;}



a.ext::after{display: inline-block; font-style: normal; font-weight: 600; font-variant: normal; text-transform: none;
    font-family: 'bootstrap-icons'; content: "\F1C5"; margin-left: 0.3em; margin-right: 0.3em; font-size: 0.9em; color: #00BCD4;}

.notice {
  font-size:small;
  line-height: 1.25rem;
  color:#37404a;
}

.notice dt{
  float: left;
  clear: left;
  width: 2em;
  font-weight: normal !important;
}

.notice dd{
  margin-left: 2.5em;
  margin-bottom: 0.5rem !important;
}

.notice_info{
  border:1px solid #bbb; padding:1em; border-radius:5px;
}

.card-img-underline {
  border-bottom: 1px solid #ccc;
}


.icon{margin-top:5px;padding:.66667rem;border-radius:.35rem;text-align:center;display:inline-block;color:#fff;font-size:2rem;line-height:1;width:60px}
.icon-round{margin-top:5px;padding-top:0.9rem;border-radius:2rem;text-align:center;display:inline-block;color:#fff;font-size:2rem;line-height:1;width:4rem;height:4rem;}

@media only screen and (max-width: 575px){
  .icon {
    width:48px; font-size:1.5rem;
  }
  .icon-round{width:3rem;height:3rem;border-radius:1.5rem;font-size:1.66rem;padding-top:0.66rem;}
}

.material-icons {font-size:inherit; vertical-align:middle;}
.material-icons.large {font-size:36px;}
.material-icons.double {font-size:48px;}

.btn-xl { padding: 1rem 2rem; font-size: 1.5rem;}

.recruit-button{height:30px; width:auto;}
.recruit-button:hover{opacity:75%;}
@media only screen and (max-width: 768px) {
.recruit-button{height:28px; width:auto;}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* video background */
.video_background{
  position: relative;
  height: 36rem;
  width: 100%;
  overflow: hidden;
}

.video_background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video_background .container {
  position: relative;
  z-index: 2;
}

.video_background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(135deg, rgba(124,179,66,0.5) 5%, rgba(10,151,167,0.7) 50%, rgba(25,118,210,0.5) 95%); */

  z-index: 1;
}

/*
@media (pointer: coarse) and (hover: none) {
  .video_background video {
    display: none;
  }
}
*/


/* video background end */


.bs-callout {
    padding: 16px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h5 {
    margin-top: 0;
    margin-bottom: 15px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h5 {
    color: #777 !important;
}
.bs-callout-primary {
    border-left-color: #0288d1;
    border-color: #0288d1;
}
.bs-callout-primary h5,.bs-callout-primary .text-callout {
    color: #0288d1;
}
.bs-callout-success {
    border-left-color: #689f38;
    border-color: #689f38;
}
.bs-callout-success h5,.bs-callout-success .text-callout {
    color: #689f38;
}
.bs-callout-danger {
    border-left-color: #d9534f;
    border-color: #d9534f;
}
.bs-callout-danger h5,.bs-callout-danger .text-callout {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f57c00;
    border-color: #f57c00;
}
.bs-callout-warning h5,.bs-callout-warning .text-callout {
    color: #f57c00;
}
.bs-callout-info {
    border-left-color: #5bc0de;
    border-color: #5bc0de;
}
.bs-callout-info h5,.bs-callout-info .text-callout {
    color: #5bc0de;
}


.matisse-l{font-family: MatissePro-B;}
.matisse{font-family: MatissePro-B;}
.rodin-l{font-family: NewRodinPro-L;}
.rodin-db{font-family: NewRodinPro-DB;}
.rodin-b{font-family: NewRodinPro-B;}
.kakugoc80db{font-family: UDKakugoC80Pro-DB;}
.shinrai {font-family:GrecoStd-B !important;}
.udkakugo-db, .font-family-udkakugo {font-family:UDKakugo_LargePr6N-DB;}
.highlight { background-color: yellow; }

.icon-float {
  float: left;
  margin-right:10px;
  margin-bottom:10px;"
}


.area-ttl {
  padding: 50px 0 0;
  text-align: center;
  background: url(/img/common/bg-ttl-01.png) no-repeat 50% 50%;
  background-size: cover;
}

.area-ttl__ttl {
  line-height: 1.1;
  margin: 0 0 50px;
  padding: 45px 15px 0;
  color: #689f38;
  font-size: 30px;
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP', sans-seif;
  font-weight: 500;
}

.topic-path {
  overflow-x: auto;
  padding: 10px 15px;
  font-size: 12px;
  background: rgba(255, 255, 255, .5);
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  backdrop-filter: blur(6px);
}

.topic-path::-webkit-scrollbar {
  display: none;
}

.topic-path__inner{white-space: nowrap;}

.topic-path-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topic-path-list__item {
  position: relative;
  display: inline-block;
}

.topic-path-list__item:after {
  content: "\F285";
  margin: 0 5px;
  padding-top: 2px;
  font-family: 'bootstrap-icons';
}
.topic-path-list__item:last-child {
  margin-right:1rem;
}
.topic-path-list__item:last-child:after {
  content: none;
}

.topic-path-list__item a {
  color: #000;
}

.col-wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}

.col-main {
  width: 75%;
}

.col-single {
  width: 100%;
}

.col-side {
  width: 21.66666666666667%
}




.box-side {
  margin: 0 0 40px;
}

.box-side .box-side__ttl {
  margin: 0 0 15px;
  padding: 0 0 7px;
  border-bottom: 2px solid #2f3131;
  color: #2f3131;
  font-size: 16px;
}

.box-side .box-side__ttl a {
  color: inherit;
}

.box-side .box-side__ttl a:hover {
  text-decoration: none;
}


.contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.contents .h2 {
  position: relative;
  margin: 20px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cbdbbe;
}

.contents .h2:first-child {
  margin-top: 0;
}

.contents .h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #689f38;
}

.contents .h3 {
  position: relative;
  margin: 20px 0 20px;
  padding: 0 0 0 .5em;
  border-left: 6px solid #689f38;
}

.contents .h3b {
  position: relative;
  margin: 20px 0 20px;
  padding: 0 0 0 .5em;
  border-left: 6px solid #0288d1;
}

.contents .h3sol {
  position: relative;
  margin: 20px 0 20px;
  padding: 0 0 0 .5em;
  border-left: 6px solid #3F51B5;
  color:#3F51B5;
}




.contents .h4 {
  margin: 30px 0 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dddddd;
}

.contents h4:first-child {
  margin-top: 0;
}

.contents h5 {

}

.contents h6 {
    line-height: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.contents ul {
  padding-left: 25px;
}

.contents ol {
  padding-left: 35px;
}

.contents ul.nobullet {
  list-style: none;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
}
.contents ul.nobullet li {
  position: relative;
  padding:0;
}


.contents ul.greenbullet {
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}

.contents ul.greenbullet li {
  position: relative;
  padding: 0 0 0 20px;
}

.contents ul.greenbullet li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #689f38;
}


.contents ul.pdf {
  list-style: none;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
}
.contents ul.pdf li:before {
  font-family:'bootstrap-icons';
  content:'\F63E';
  margin-right: 0.5rem;
  color:#d32f2f;
}
.contents ul.pdf li {
  position: relative;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}


.contents ul.doc {
  list-style: none;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
}
.contents ul.doc li:before {
  font-family:'bootstrap-icons';
  content:'\F38B';
  margin-right: 0.5rem;
  color:#0D47A1;
}
.contents ul.doc li {
  position: relative;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}






.contents ul.style-01 {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}







.contents ul.style-01 li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
}

.contents ul.style-01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #689f38;
}

.contents ol.style-01 {
  list-style: none;
  counter-reset: number;
  margin-bottom: 30px;
  padding: 0;
}

.contents ol.style-01 li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 30px;
  border-bottom: 1px solid #ddd;
}

.contents ol.style-01 li:before {
  counter-increment: number;
  content: counter(number);
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #689f38;
}

.contents blockquote {
  margin: 0 0 20px;
  padding: 20px;
  border-left: 4px solid #aaa;
  background: #efefef;
}

.icon-external:after {
  content: "\F1C5";
  margin-left: 5px;
  font-size: 12px;
  font-family: 'bootstrap-icons';
}

.icon-pdf:after {
  content: "\F63E";
  margin-left: 5px;
  font-size: 12px;
  font-family: 'bootstrap-icons';
}

.headcontainer {
  padding: 3em 0;
  width: 100%;
}

.bgcontainer {
  padding: 3em 0;
}

.bgcontainer:nth-child(odd) {
  position: relative;
  background: #fafafa;
  border-bottom: #ccc solid 1px;
  /* background: #fafbfc url(/img/common/section-line.png) no-repeat 50% 100%; */
}

.bgcontainer:nth-child(odd):before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    /* background: url(/img/common/section-line.png) no-repeat 50% 0; */
    border-top: #ccc solid 1px;
}

.panel-01 {
  margin: 0 0 2rem;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.panel-01 a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
  border-radius: 4px;
  color: inherit;
  background: #fff;
}

.panel-01 a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #fff;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.panel-01 a:hover {
  text-decoration: none;
}

.panel-01 a:hover:before {
  border: 3px solid #689f38;
}

.panel-01 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #689f38 transparent;
}

.panel-01__img {
  margin: 0;
}

.panel-01__img img {
  border-radius: 4px;
}

.panel-01__img figcaption {
  position: absolute;
  top: 20px;
  left: 3px;
  padding: 10px 15px;;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, .6);
}

.panel-01__ttl {
  margin: 0;
  padding: 15px 15px 0;
  color: #689f38;
  font-size: 18px;
  font-family: UDKakugo_LargePr6N-DB;
}

.panel-01__txt {
  margin: 0;
  padding: 10px 15px 0;
}

.panel-02-wrap {
  overflow: hidden;
}

.panel-02 {
  position: relative;
  float: left;
  width: 33.33333333%;
}

.panel-02__img {
  margin: 0;
}

.panel-02-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 20px 0;
}

.panel-02__ttl {
  margin: 0 0 15px;
  color: #f57c00;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.panel-02__txt {
  margin: 0;
}

.panel-03 {
  margin: 0 0 2rem;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.panel-03 a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  color: inherit;
  background: #fff;
}

.panel-03 a:hover {
  text-decoration: none;
}

.panel-03__img {
  margin: 0;
  background: #000;
}

.panel-03__img img {
  border-radius: 4px;
  opacity: .5;
}

.panel-03__inner {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  padding: 0 0 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.panel-03__inner:after {
  content: "\F134";
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-family: 'bootstrap-icons';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.panel-03 a:hover .panel-03__inner:after {
  left: 55%;
}

.panel-03__ttl {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-family: UDKakugo_LargePr6N-DB;
}

.panel-03__txt {
  margin: 15px 0 0;
  color: #fff;
}

.udkakugo{
font-family:UDKakugo_LargePr6N-DB;
}

.entry-sns {
  margin: 30px 0 0;
}

.entry-sns__item {
  float: left;
  line-height: 1;
  margin: 0 10px 0 0;
}

.entry-sns__item * {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .article {
    /* padding: 50px 0 0; */
    padding: 0;
  }
  
  .area-ttl {
    padding: 15px 0 0;
  }

  .area-ttl__ttl {
    margin: 0 0 20px;
    padding: 30px 15px 0;
    font-size: 22px;
    background-size: 24px auto !important;
  }

  .topic-path {
    padding: 7px 15px;
    font-size: 10px;
  }

  .topic-path-list {
    float: left;
    white-space: nowrap;
  }
  
  .col-wrap {
    display: block;
    margin: 30px 0;
  }

  .col-single {
    width: auto;
  }
  
  .col-main {
    width: auto;
    margin: 0 0 30px;
  }
  
  .col-side {
    width: auto;
  }

  .box-side {
    margin: 0 0 30px;
  }

  .contents h2 {
    font-size: 22px;
  }

  .contents h3 {
    font-size: 20px;
  }

  .contents h3:after {
    width: 5px;
    height: 2px;
  }

  .contents h4 {
    font-size: 18px;
  }

  .contents h5 {
    font-size: 16px;
  }

  .contents h6 {
    font-size: 12.5px;
  }

  .contents ul.style-01 {
    margin-bottom: 20px;
  }

  .contents ul.style-01 li {
    padding: 0 0 10px 15px;
  }

  .contents ul.style-01 li:before {
    top: 6px;
  }

  .contents ol.style-01 {
    margin-bottom: 20px;
  }

  .contents ol.style-01 li {
    padding: 0 0 10px 25px;
  }

  .contents ol.style-01 li:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }
  
  .contents blockquote {
    padding: 15px;
    border-width: 2px;
  }
  
  .panel-01 {
    margin: 0 0 15px;
  }
  
  .panel-01__ttl {
    font-size: 15px;
  }
  
  .panel-02 {
    width: 50%;
  }
  
  .panel-02__img img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .panel-02 {
    float: none;
    width: auto;
  }
  .contents ul.style-01 li:before {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}


/*
----------------------------------------------------------- */
/* local menu
----------------------------------------------------------- */
.local-menu {
  background: #586d7e;
}

.local-menu__btn {
  display: none;
}

.local-menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  list-style: none;
  position: relative;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.local-menu li {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  width: 1px;
  max-width: 25%;
  border-left: 1px solid rgba(255, 255, 255, .2);
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}

.local-menu li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.local-menu li a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.local-menu li span {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
}


.local-menu li.current a,
.local-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background: #0288d1;
}

@media only screen and (max-width: 960px) {
  .local-menu__btn {
    display: block;
    line-height: 1;
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }

  .local-menu__list {
    display: none;
  }

  .local-menu ul {
    display: block;
  }

  .local-menu li {
    float: none;
    width: auto;
    max-width: inherit;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 12px;
  }
  
  .local-menu li:last-child {
    border-right: none;
  }
  
  .local-menu li a {
    font-size: 12px;
  }
}

/* object-fit-img-polyfill
============================================================ */
.js-img-fit > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}


/* FAQ accordion for bootstrap 4.3 Collapse
============================================================ */
.accordion button {text-align:left;}
.accordion button span{margin-right:1.5rem; display: inline-block;}
.accordion button[aria-expanded="false"]:after {font-family: 'bootstrap-icons'; content: '\F4FA'; margin-left: .5em; font-size:1.25em; text-align: end; padding-right: 1rem; top:0.75rem; top: calc(50% - 0.9rem);}
.accordion button[aria-expanded="true"]:after {font-family: 'bootstrap-icons'; content: '\F2E6'; margin-left: .5em; font-size:1.25em; text-align: end; padding-right: 1rem; top:0.75rem; top: calc(50% - 0.9rem);}


/* print
============================================================ */
@media print {
  a:not(.btn) {
    text-decoration: inherit;
  }
}

/* info row
============================================================ */
.info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}

.info-row__col {
  width: 31.77777777777778%;
  margin: 0 0 30px;
}


.info-row__col a {
  display: block;
}

.info-row__col a:hover {
  text-decoration: none;
}

.info-row__img {
  position: relative;
  height: 147px;
  overflow: hidden;
  margin: 0 0 10px;
}

.info-row__img img {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100%;
  transform: translateY(-50%);
}

.info-row__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e5e5e5;
  transition: all .2s ease-in-out;
}

.info-row__col a:hover .info-row__img:after {
  border: 3px solid #689f38;
}

.info-row__ttl {
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

.info-row__ttl:last-child {
  margin: 0;
}

.info-row__date {
  overflow: hidden;
  margin: 0 0 10px;
  color: #000;
  font-size: 11px;
}

.info-row__date:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .info-row {
    margin: 0 0 10px;
  }

  .info-row__col {
    width: 48.5%;
    margin: 0 0 15px;
  }

  .info-row__img {
    height: 88px;
    margin: 0 0 5px;
  }

  .info-row__date {
    margin: 0 0 5px;
  }

  .info-row__date:last-child {
    margin: 0;
  }
}


/* QAトグル */
.box_acc{

}
.box_acc dl{
  
}
.box_acc dl dt:first-child{
  border-top: none;
}
.box_acc dt{
  background:url("/img/common/ico_acc_off01.png") no-repeat 5px 10px; 
  padding: 10px 5px 10px 40px;
  border-top: 1px solid #bbb;
  color: #015E95;
  font-size: 18px;
  font-weight: bold;
  font-family: NewRodinPro-DB !important;
  font-weight: 400;
  cursor: pointer;
}
.box_acc dt:hover{
  background: #f0f0f0 url("/img/common/ico_acc_off02.png") no-repeat 5px 10px; 
}
  .box_acc dt.active{
    background:url("/img/common/ico_acc_on01.png") no-repeat 5px 10px; 
  }
  .box_acc dt.active:hover{
    background:#f0f0f0 url("/img/common/ico_acc_on02.png") no-repeat 5px 10px; 
  }
  
.box_acc dd{
  display: none;
  margin-bottom: 15px;
  padding:10px 0 10px 40px;
  font-size: 1rem;
}


/* site search
============================================================ */
.search-box {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  padding: 15px;
  background: #f8f9fa;
}

.search-box div {
  display: flex;
  align-items: center;
}

.search-box div:nth-child(1) {
  margin: 0 .5rem 0 0;
}

.search-result {
  list-style: none;
  margin: 0 0 2em;
  padding: 0 !important;
  min-height: 100px;
  background: url(/img/loading.gif) no-repeat 50% 50%;
}

.search-result li {
  display: flex;
  align-items: start;
  padding: 1em 0;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.search-result li figure {
  width: 162px;
  margin: 0;
  border: 1px solid #ccc;
  background: url(/img/loading.gif) no-repeat 50% 50%;
}

.search-result li div {
  flex: 1;
  padding: 0 0 0 1.5em;
}

.search-result li span {
  display: block;
  margin: 0;
  color: #999;
  font-size: 12px;
  word-break: break-all;
}

.search-result li small {
  display: block;
  margin: 0.6em 0 0;
}

.btn-floating-pagetop{
  position:fixed; right:10px; bottom:10px; display:none; opacity:0.8; background-color:#fff; padding: 0.3rem 0.5rem 0.1rem 0.5rem;
}

@media only screen and (max-width: 960px) {
  .search-box {
    display: block;
  }

  .search-box div:nth-child(1) {
    display: none;
  }

  .search-result li figure {
    width: 90px;
  }

  .search-result li span {
    font-size: 10px;
  }
}


@media only screen and (max-width: 540px) {
.col-sp{text-align:center; display:block; margin:0 auto;}
}

/* ページネーション
============================================================ */
.pagination {
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .pagination {
    position: relative;
    padding-bottom: 45px;
  }
  .page-item-prev {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
  }
  .page-item-next {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(100%);
  }
}

/* ソーシャルボタン
============================================================ */
#social-buttons {display:flex; margin-top:3rem; margin-bottom:1rem; row-gap: 0.5rem;}
#social-buttons a{padding: 0.15rem 0.8rem; margin-right:0.5rem; font-size:0.8rem; border-radius: .15rem; transition:0.25s;}
#social-buttons a:hover{opacity:0.75; transition:0.25s;}
#social-buttons a.twitter{background:#1DA1F2; color:#fff;}
#social-buttons a.facebook{background:#3B5998; color:#fff;}
#social-buttons a.line{background:#06c755; color:#fff;}
#social-buttons a.pocket{background:#EC435A; color:#fff;}
#social-buttons a.note{background:#41C9B4; color:#fff;}
#social-buttons a.clipboard{background:#607D8B; color:#fff; cursor: pointer;}

.mouse-pointer:hover{cursor:pointer;}


/* 共通メニュー検索窓
============================================================ */

.header__search {position:relative; right: none; bottom: none; margin-top: -1.75rem; display: flex; float: right;}
.header__search .gsc-search-button-v2 {padding: 6px 10px!important;}
.header__search input.gsc-input, .header__search .gsc-input-box, .header__search .gsc-input-box-hover, .header__search .gsc-input-box-focus{border-radius: 1rem!important;}
.header__search input.gsc-input {font-size: 12.5px!important; width:142px!important; padding: 0px 3px!important;}
.header__search .gsib_a {padding: 2px 10px!important;}
.header__search .gscb_a {font-size:22px!important; }
.header__search table.gsc-search-box td.gsc-input {padding-right: 6px!important;}
@media only screen and (max-width: 890px) {
.header__search{display:none;}
}