@charset "UTF-8";
/*** setting css ***/
/*** all reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
@media only screen and (max-width: 764px) {
  * {
    box-sizing: border-box;
  }
}

img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 764px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
em,
strong,
th,
ins {
  font-size: 100%;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: middle;
}

ins,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

/***cleasrfix hack***/
.hack:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 764px) {
  .hack:after {
    content: none;
  }
}

.hack {
  display: inline-block;
}

/*hide macie*/
* html .hack {
  height: 1%;
}

.hack {
  display: block;
}

/*end hide*/
/*** font ***/
/*family*/
.fonM {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fonG {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, sans-serif;
}

.fonMin {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*size*/
.fs-s {
  font-size: 80%;
}

* html .fs-s {
  /*IE用*/
  font-size: 75%;
}

/*** color ***/
.c555 {
  color: #555555;
}

.cf00 {
  color: #ff0000;
}

.c000 {
  color: #000000;
}

.cfff {
  color: #ffffff;
}

/*style*/
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

/*** border ***/
.border1 {
  border: solid 1px #000000;
}

.borderDot1 {
  border: dotted 2px #000000;
}

.border2 {
  border: solid 1px #000000;
}

.borderDot2 {
  border: dotted 2px #000000;
}

/*** link ***/
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #888;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

.alphaOver a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/*** float ***/
.left {
  float: left;
}
@media only screen and (max-width: 764px) {
  .left {
    float: none;
  }
}

.right {
  float: right;
}
@media only screen and (max-width: 764px) {
  .right {
    float: none;
  }
}

.clear {
  clear: both;
}

.allClear {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

/*** margin ***/
/*left*/
.ml3 {
  margin-left: 3px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

/*right*/
.mr3 {
  margin-right: 3px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

/*bottom*/
.mb3 {
  margin-bottom: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb90 {
  margin-bottom: 90px;
}

/*top*/
.mt3 {
  margin-top: 3px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.ma {
  margin: 0 auto;
}

/*** padding ***/
/*left*/
.pl3 {
  padding-left: 3px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

/*right*/
.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr45 {
  padding-right: 45px;
}

/*bottom*/
.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

/*top*/
.pt2 {
  padding-top: 2px;
}

.pt4 {
  padding-top: 4px;
}

.pt6 {
  padding-top: 6px;
}

.pt8 {
  padding-top: 8px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt70 {
  padding-top: 70px;
}

/* padding top0 right5-40 bottom0 left5-40 */
.plr5 {
  padding: 0 5px;
}

.plr10 {
  padding: 0 10px;
}

.plr15 {
  padding: 0 15px;
}

.plr20 {
  padding: 0 20px;
}

.plr25 {
  padding: 0 25px;
}

.plr30 {
  padding: 0 30px;
}

.plr35 {
  padding: 0 35px;
}

.plr40 {
  padding: 0 40px;
}

/*** text ***/
.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

/*** vertical-align ***/
.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

/*** box ***/
.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}
@media only screen and (max-width: 764px) {
  .w400 {
    width: 100%;
  }
}

.w450 {
  width: 450px;
}
@media only screen and (max-width: 764px) {
  .w450 {
    width: 100%;
  }
}

.w500 {
  width: 500px;
}
@media only screen and (max-width: 764px) {
  .w500 {
    width: 100%;
  }
}

.w550 {
  width: 550px;
}
@media only screen and (max-width: 764px) {
  .w550 {
    width: 100%;
  }
}

.w600 {
  width: 600px;
}
@media only screen and (max-width: 764px) {
  .w600 {
    width: 100%;
  }
}

.w650 {
  width: 650px;
}
@media only screen and (max-width: 764px) {
  .w650 {
    width: 100%;
  }
}

.w670 {
  width: 670px;
}
@media only screen and (max-width: 764px) {
  .w670 {
    width: 100%;
  }
}

.w720 {
  width: 720px;
}
@media only screen and (max-width: 764px) {
  .w720 {
    width: 100%;
  }
}

.pc-tag {
  display: block;
}
@media only screen and (max-width: 764px) {
  .pc-tag {
    display: none;
  }
}

.sp-tag {
  display: none;
}
@media only screen and (max-width: 764px) {
  .sp-tag {
    display: block;
  }
}

/* style */
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}

#header_wrap {
  width: 100%;
  padding-top: 20px;
  background: url(../images/common/top_brd.jpg) repeat-x left -2px;
}
@media only screen and (max-width: 764px) {
  #header_wrap {
    padding-top: 0;
    background: #fff;
  }
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media only screen and (max-width: 764px) {
  #header {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 764px) {
  #header #logo {
    width: 50%;
  }
}
@media only screen and (max-width: 764px) {
  #header .add {
    font-size: 3vw;
  }
}
#header .sp-menu-btn {
  display: none;
}
@media only screen and (max-width: 764px) {
  #header .sp-menu-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #96a4d6;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    border: none;
    overflow: hidden;
  }
}
#header .sp-menu-btn span {
  display: block;
  width: 26px;
  height: 3px;
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: transform 0.2s, top 0.2s;
}
#header .sp-menu-btn span:nth-of-type(1) {
  top: calc(50% - 9px);
}
#header .sp-menu-btn span:nth-of-type(2) {
  top: calc(50% - 1px);
}
#header .sp-menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px);
}
#header .sp-menu-btn.open span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(225deg);
}
#header .sp-menu-btn.open span:nth-of-type(2) {
  transform: translateX(500px);
}
#header .sp-menu-btn.open span:nth-of-type(3) {
  top: calc(50% - 1px);
  transform: rotate(-225deg);
}

@media only screen and (max-width: 764px) {
  .full-wrap {
    width: 100%;
    position: fixed;
    z-index: 100;
  }
}

@media only screen and (max-width: 764px) {
  #gnav_wrap {
    width: 60%;
    padding: 10px;
    background: #96a4d6;
    position: absolute;
    right: -1500px;
    top: -40px;
    z-index: 100;
    transition: right 0.5s;
  }
}
@media only screen and (max-width: 764px) {
  #gnav_wrap.open {
    display: block;
    position: absolute;
    right: 0;
  }
}

#gnav_wrap ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 10px;
  z-index: 100;
}
@media only screen and (max-width: 764px) {
  #gnav_wrap ul {
    width: 100%;
    flex-direction: column;
  }
}

#gnav_wrap ul li {
  width: 25%;
  position: relative;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 764px) {
  #gnav_wrap ul li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
}
#gnav_wrap ul li:before {
  content: "";
  display: block;
  height: 50%;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 764px) {
  #gnav_wrap ul li:before {
    content: none;
  }
}

#gnav_wrap ul li:first-child {
  border-left: none;
}

#gnav_wrap ul li ul.sub {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

#gnav_wrap ul li ul.sub2 {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
}

#gnav_wrap ul li ul.sub li {
  width: 100%;
  float: none;
  border-left: none;
  border-top: 1px solid #fff;
}
#gnav_wrap ul li ul.sub li::before {
  content: none;
}

#gnav_wrap ul li ul.sub2 li {
  float: none;
  border-left: none;
  border-top: 1px solid #fff;
}

#gnav_wrap ul li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #19265a;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 764px) {
  #gnav_wrap ul li a {
    background: transparent;
    text-align: right;
  }
}
#gnav_wrap ul li a:hover {
  background: #243782;
}

#gnav_wrap ul li ul.sub li a {
  background: rgba(25, 38, 90, 0.8);
}
#gnav_wrap ul li ul.sub li a:hover {
  background: rgba(25, 38, 90, 0.9);
}

.topic-path {
  overflow: hidden;
  margin-bottom: 20px;
}

.topic-path li {
  float: left;
  font-size: 11px;
}

.topic-path li a {
  text-decoration: underline;
}

.topic-path2 {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 10px;
}

.topic-path2 li {
  float: left;
  font-size: 11px;
}

.topic-path2 li a {
  text-decoration: underline;
}

#footer_wrap {
  width: 100%;
  margin-top: 10px;
  background: url(../images/common/footer_bg.jpg) repeat-x;
  overflow: hidden;
}

#footer {
  width: 1000px;
  padding: 15px 0 20px 0;
  margin: 0 auto;
  font-size: 10px;
}
@media only screen and (max-width: 764px) {
  #footer {
    width: 100%;
  }
}

#footer ul {
  float: right;
}
@media only screen and (max-width: 764px) {
  #footer ul {
    float: none;
    display: flex;
    justify-content: center;
  }
}

#footer ul li {
  display: inline;
  font-size: 110%;
  padding: 0 10px 0 10px;
  border-left: 1px solid #999;
}
@media only screen and (max-width: 764px) {
  #footer ul li {
    display: block;
  }
}

#footer ul li:first-child {
  border-left: none;
}

#footer #copyright {
  clear: both;
  margin-top: 5px;
  float: right;
  font-size: 10px;
}
@media only screen and (max-width: 764px) {
  #footer #copyright {
    float: none;
    text-align: center;
    font-size: 2.2vw;
  }
}

.pagetop {
  margin: 30px 0;
  text-align: right;
}
@media only screen and (max-width: 764px) {
  .pagetop {
    text-align: center;
    background: #67a6ed;
  }
}
@media only screen and (max-width: 764px) {
  .pagetop img {
    display: none;
  }
}
@media only screen and (max-width: 764px) {
  .pagetop a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 764px) and (max-width: 764px) {
  .pagetop a::after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
  }
}

.cap {
  font-size: 10px;
}

/*********トップページ**********/
#top_contents {
  clear: both;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 764px) {
  #top_contents {
    width: 100%;
  }
}

#top_contents .main-contents {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 764px) {
  #top_contents .main-contents {
    flex-wrap: wrap;
  }
}

#top_contents #side {
  width: 190px;
}
@media only screen and (max-width: 764px) {
  #top_contents #side {
    width: 100%;
    order: 1;
  }
}

#top_contents #side #prio {
  border: 1px solid #999999;
  padding: 10px 10px 3px 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 10px 3%;
    background: #e4ebf8;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio .pdfimg {
    width: 30%;
    padding-left: 2%;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio .txt-area {
    width: 65%;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio .w3eden {
    padding: 10px;
    margin-bottom: 15px;
    background: #414a9d;
    position: relative;
  }
  #top_contents #side #prio .w3eden::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio .pull-left {
    width: 40px;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio .wpdm-download-link {
    font-size: 4.2vw;
  }
}

#top_contents #side #prio a {
  color: #333;
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio a {
    display: block;
    color: #fff;
  }
}

.w3eden .link-btn a {
  font-size: 11px;
  padding-top: 2px;
  display: block;
}

#top_contents #side #prio .bnb a {
  display: block;
  background: #ddd;
  padding: 0 5px;
  text-align: center;
}
@media only screen and (max-width: 764px) {
  #top_contents #side #prio .bnb a {
    padding: 5px;
    background: #b1a6d5;
    position: relative;
  }
  #top_contents #side #prio .bnb a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 764px) {
  #top_contents #side .banner-block {
    width: 94%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side .banner-block > div {
    width: 30%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side .banner-block > div.txt-c {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #side .banner-block ul {
    width: 30%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}

#top_contents #side #pr {
  margin-top: 35px;
  background: #eee;
}
@media only screen and (max-width: 764px) {
  #top_contents #side #pr {
    margin-top: 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

#top_contents #side #pr #ttl {
  padding: 1px 2px;
  color: #fff;
  background: #bbb;
}

#top_contents #side #pr ul {
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 764px) {
  #top_contents #side #pr ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
}

#top_contents #side #pr ul li {
  margin-top: 15px;
}
@media only screen and (max-width: 764px) {
  #top_contents #side #pr ul li {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#top_contents #side #pr ul li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 764px) {
  #top_contents #side #pr ul li:first-child {
    margin-top: 15px;
  }
}

#top_contents #main {
  width: 770px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main {
    width: 100%;
    margin-bottom: 40px;
  }
}

#top_contents #main #detail_wrap {
  width: 370px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #detail_wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}

#top_contents #main #detail_wrap .detail {
  width: 48%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #detail_wrap .detail {
    width: 48%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
#top_contents #main #detail_wrap .detail a {
  display: block;
  font-size: 14px;
  text-align: left;
  background: transparent;
  border-left: 10px solid #ccc;
  border-bottom: 2px solid #ccc;
  line-height: 1;
  padding: 5px 0 5px 5px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #detail_wrap .detail a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3.2vw;
  }
}
#top_contents #main #detail_wrap .detail a:after {
  content: "";
  display: block;
  height: 2px;
  background: #ccc;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  transition: background-color 0.2s;
}

#top_contents #main #detail_wrap .detail.ttl.t_c1 a {
  border-color: #cd7189;
}
#top_contents #main #detail_wrap .detail.ttl.t_c1 a:hover:after {
  background-color: #cd7189;
}

#top_contents #main #detail_wrap .detail.ttl.t_c2 a {
  border-color: #dd995d;
}
#top_contents #main #detail_wrap .detail.ttl.t_c2 a:hover:after {
  background-color: #dd995d;
}

#top_contents #main #detail_wrap .detail.ttl.t_c3 a {
  border-color: #7bb167;
}
#top_contents #main #detail_wrap .detail.ttl.t_c3 a:hover:after {
  background-color: #7bb167;
}

#top_contents #main #detail_wrap .detail.ttl.t_c4 a {
  border-color: #ba79b1;
}
#top_contents #main #detail_wrap .detail.ttl.t_c4 a:hover:after {
  background-color: #ba79b1;
}

#top_contents #main #detail_wrap .detail.ttl.t_c5 a {
  border-color: #7286b8;
}
#top_contents #main #detail_wrap .detail.ttl.t_c5 a:hover:after {
  background-color: #7286b8;
}

#top_contents #main #detail_wrap .detail.ttl.t_c6 a {
  border-color: #ad9d8d;
}
#top_contents #main #detail_wrap .detail.ttl.t_c6 a:hover:after {
  background-color: #ad9d8d;
}

#top_contents #main #detail_wrap .detail.ttl.t_c7 a {
  border-color: #9cb218;
}
#top_contents #main #detail_wrap .detail.ttl.t_c7 a:hover:after {
  background-color: #9cb218;
}

#top_contents #main #detail_wrap .detail.ttl.t_c8 a {
  border-color: #129a92;
}
#top_contents #main #detail_wrap .detail.ttl.t_c8 a:hover:after {
  background-color: #129a92;
}

#top_contents #main #detail_wrap .detail.ttl.t_c9 a {
  border-color: #339cd1;
}
#top_contents #main #detail_wrap .detail.ttl.t_c9 a:hover:after {
  background-color: #339cd1;
}

#top_contents #main #detail_wrap .detail.ttl.t_c10 a {
  border-color: #9fa0a0;
}
#top_contents #main #detail_wrap .detail.ttl.t_c10 a:hover:after {
  background-color: #9fa0a0;
}

#top_contents #main #detail_wrap .detail.ttl.t_c11 a {
  border-color: #129a92;
}
#top_contents #main #detail_wrap .detail.ttl.t_c11 a:hover:after {
  background-color: #129a92;
}

#top_contents #main #detail_wrap .detail.ttl.t_c12 a {
  border-color: #e2b127;
}
#top_contents #main #detail_wrap .detail.ttl.t_c12 a:hover:after {
  background-color: #e2b127;
}

#top_contents #main #detail_wrap .detail dl {
  width: 100%;
  height: 88%;
  margin-top: 5px;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  box-sizing: border-box;
}

#top_contents #main #detail_wrap .detail a:hover dl {
  border: 2px solid #ccc;
  padding: 7px;
}

#top_contents #main #detail_wrap .detail dl dt {
  margin-bottom: 5px;
  text-align: center;
}

#top_contents #main #detail_wrap .detail dl.ddfull dt {
  padding-bottom: 30px;
}

#top_contents #main #detail_wrap .detail dl dd.bigdd {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: table;
}

#top_contents #main #detail_wrap .detail dl dd.smldd {
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#top_contents #main #detail_wrap .detail dl dd span {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}

#top_contents #main #info1 {
  width: 370px;
  font-size: 12px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

#top_contents #main #info1 .overflow {
  border: 1px solid #ccc;
  margin-top: 25px;
  padding: 15px 10px 15px 15px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info1 .overflow {
    margin-top: 10px;
  }
}

#top_contents #main #info1 .tbl_wrap {
  height: 275px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#top_contents #main #info1 .tbl_wrap table {
  width: 98%;
}

#top_contents #main #info1 table th {
  width: 35%;
  padding-left: 11px;
  background: url(../images/top/info_mark.jpg) no-repeat 0 14px;
  font-weight: normal;
}

#top_contents #main #info1 table th,
#top_contents #main #info1 table td {
  padding-top: 8px;
}

#top_contents #main #info1 table td.bun {
  padding-top: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

#top_contents #main #info1 table td span.icon {
  display: inline-block;
  width: 80px;
  padding: 2px 5px;
  margin-left: 5px;
  line-height: 1;
  background: #ccc;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
#top_contents #main #info1 table td span.icon.n1 {
  background-color: #cd7189;
}
#top_contents #main #info1 table td span.icon.n2 {
  background-color: #dd995d;
}
#top_contents #main #info1 table td span.icon.n4 {
  background-color: #7bb166;
}
#top_contents #main #info1 table td span.icon.n3 {
  background-color: #7286b8;
}
#top_contents #main #info1 table td span.icon.n5 {
  background-color: #ad9d8d;
}
#top_contents #main #info1 table td span.icon.n6 {
  background-color: #ba79b1;
}
#top_contents #main #info1 table td span.icon.n7 {
  background-color: #9cb219;
}
#top_contents #main #info1 table td span.icon.n8 {
  background-color: #129a92;
}
#top_contents #main #info1 table td span.icon.n9 {
  background-color: #339cd1;
}
#top_contents #main #info1 table td span.icon.n23 {
  background-color: #e2b127;
}

#top_contents #main #info2 {
  width: 370px;
  font-size: 12px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

#top_contents #main #info2 .overflow {
  border: 1px solid #ccc;
  margin-top: 25px;
  padding: 15px 10px 15px 15px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info2 .overflow {
    margin-top: 10px;
  }
}

#top_contents #main #info2 .tbl_wrap {
  height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#top_contents #main #info2 .tbl_wrap table {
  width: 100%;
}

#top_contents #main #info2 table th {
  width: 27%;
  padding-left: 11px;
  background: url(../images/top/info_mark.jpg) no-repeat 0 14px;
  font-weight: normal;
}

#top_contents #main #info2 table td {
  padding-top: 0;
  padding-bottom: 8px;
}

#top_contents #main #info2 table th {
  padding-top: 8px;
}

@media only screen and (max-width: 764px) {
  #top_contents #main #info3 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
#top_contents #main #info3 .flx {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#top_contents #main #info3 .flx .l dl dd,
#top_contents #main #info3 .flx .r dl dd {
  margin-top: 40px;
  position: relative;
}
#top_contents #main #info3 .flx .l dl dd img,
#top_contents #main #info3 .flx .r dl dd img {
  max-width: 100%;
  height: auto;
}
#top_contents #main #info3 .flx .l dl dd ul,
#top_contents #main #info3 .flx .r dl dd ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#top_contents #main #info3 .flx .l dl dd ul li,
#top_contents #main #info3 .flx .r dl dd ul li {
  position: absolute;
}
#top_contents #main #info3 .flx .l dl dd ul li a,
#top_contents #main #info3 .flx .r dl dd ul li a {
  display: block;
  width: 110px;
  padding: 8px 0;
  border-radius: 5px;
  border: 1px solid #253161;
  background: #fff;
  text-align: center;
  transition: background 0.2s;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li a,
  #top_contents #main #info3 .flx .r dl dd ul li a {
    width: 100px;
  }
}
#top_contents #main #info3 .flx .l dl dd ul li a:hover,
#top_contents #main #info3 .flx .r dl dd ul li a:hover {
  background: #edf6f8;
}
#top_contents #main #info3 .flx .l dl dd ul li a img,
#top_contents #main #info3 .flx .r dl dd ul li a img {
  height: 19px;
  width: auto;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li a img,
  #top_contents #main #info3 .flx .r dl dd ul li a img {
    height: 16px;
  }
}
#top_contents #main #info3 .flx .l {
  width: 50%;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l {
    width: 100%;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
#top_contents #main #info3 .flx .l dl dd img {
  width: 314px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd img {
    width: 80%;
  }
}
#top_contents #main #info3 .flx .l dl dd ul li.btn04 {
  left: 180px;
  top: 10px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li.btn04 {
    left: 40vw;
    top: 1vw;
  }
}
#top_contents #main #info3 .flx .l dl dd ul li.btn02 {
  left: 240px;
  top: 70px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li.btn02 {
    left: 58vw;
    top: 14vw;
  }
}
#top_contents #main #info3 .flx .l dl dd ul li.btn09 {
  left: 240px;
  top: 154px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li.btn09 {
    left: 57vw;
    top: 37vw;
  }
}
#top_contents #main #info3 .flx .l dl dd ul li.btn10 {
  left: 240px;
  top: 210px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li.btn10 {
    left: 57vw;
    top: 50vw;
  }
}
#top_contents #main #info3 .flx .l dl dd ul li.btn12 {
  left: 240px;
  top: 286px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li.btn12 {
    left: 57vw;
    top: 68vw;
  }
}
#top_contents #main #info3 .flx .l dl dd ul li.btn13 {
  left: 110px;
  top: 370px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .l dl dd ul li.btn13 {
    left: 30vw;
    top: 86vw;
  }
}
#top_contents #main #info3 .flx .r {
  width: 50%;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r {
    width: 100%;
  }
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd {
    margin-bottom: 30px;
    padding-left: 10px;
  }
}
#top_contents #main #info3 .flx .r dl dd img {
  width: 314px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd img {
    width: 80%;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn04 {
  left: 140px;
  top: -30px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn04 {
    left: 38vw;
    top: -10vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn01 {
  left: 20px;
  top: -10px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn01 {
    left: 8vw;
    top: -5vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn02 {
  left: 236px;
  top: 32px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn02 {
    left: 58vw;
    top: 6vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn03 {
  left: -20px;
  top: 46px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn03 {
    left: -2vw;
    top: 9vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn05 {
  left: 250px;
  top: 88px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn05 {
    left: 66vw;
    top: 20vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn07 {
  left: 234px;
  top: 200px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn07 {
    left: 57vw;
    top: 46vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn08 {
  left: 250px;
  top: 250px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn08 {
    left: 60vw;
    top: 58vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn06 {
  left: -10px;
  top: 356px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn06 {
    left: 0vw;
    top: 82vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn12 {
  left: 230px;
  top: 374px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn12 {
    left: 58vw;
    top: 86vw;
  }
}
#top_contents #main #info3 .flx .r dl dd ul li.btn11 {
  left: 110px;
  top: 390px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info3 .flx .r dl dd ul li.btn11 {
    left: 28vw;
    top: 93vw;
  }
}

#top_contents #main #info1 .ttl,
#top_contents #main #info2 .ttl,
#top_contents #main #info3 .ttl {
  padding: 3px 0 3px 7px;
  color: #fff;
  background: #1a274d;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #info1 .ttl,
  #top_contents #main #info2 .ttl,
  #top_contents #main #info3 .ttl {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
}

#top_contents #main #bnr {
  width: 400px;
  margin-top: 20px;
  margin-right: -30px;
}

#top_contents #main #bnr ul li {
  float: left;
  margin-right: 30px;
}

#top_contents #main .btm-block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 764px) {
  #top_contents #main .btm-block {
    flex-wrap: wrap;
  }
}

#top_contents #main #fb {
  width: 48%;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #fb {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

#top_contents #main #fb #ttl {
  padding: 10px 0 10px 20px;
  color: #fff;
  background: #2c5c9f;
  font-size: 14px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #fb #ttl {
    margin-bottom: 10px;
  }
}

#top_contents #main #fb .fb-page {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #2c5c9f;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #fb .fb-page {
    padding: 0;
    border: none;
  }
}

#top_contents #main #cal {
  width: 48%;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #cal {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

#top_contents #main #cal #ttl {
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  background: #2c5c9f;
  font-size: 14px;
}
@media only screen and (max-width: 764px) {
  #top_contents #main #cal #ttl {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 764px) {
  #top_contents #main #cal .cal-box {
    width: 100%;
    overflow-x: scroll;
  }
}

#top_contents #main #movie {
  width: 100%;
  margin-top: 40px;
}

#top_contents #main #movie #movttl {
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  background: #2c5c9f;
  font-size: 14px;
}

/*********下層ページ**********/
#contents {
  clear: both;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 764px) {
  #contents {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

.main_contents {
  padding: 20px 40px 0;
}
@media only screen and (max-width: 764px) {
  .main_contents {
    padding-left: 0;
    padding-right: 0;
  }
}

.main_contents a {
  text-decoration: underline;
}

#contents #ttl {
  padding-left: 12px;
  padding-bottom: 5px;
  border-bottom: 3px solid #0d6fb8;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

#contents .subttl {
  margin-bottom: 30px;
  padding-left: 8px;
  color: #555;
  border-left: 10px solid #3186c5;
  border-bottom: 2px solid #3186c5;
  font-size: 15px;
  font-weight: bold;
}

#contents .subsubttl {
  margin-bottom: 20px;
  padding: 0 0 2px 15px;
  color: #17918d;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/common/subsubttl.jpg) no-repeat top left;
  border-bottom: 1px solid #999;
}

hr {
  margin: 40px 0;
  border-top: 2px dotted #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.pdfimg {
  width: 165px;
  overflow: hidden;
}

.pdfimg img {
  width: 100%;
  height: auto;
}

#prio .ptitle {
  display: none;
}

#prio .pull-left {
  width: 20px;
  margin-right: 0;
}

#prio .pull-left img {
  width: 100%;
  height: auto;
}

#prio .media-body {
  font-weight: normal;
  font-size: 12px;
}

/*********ごあいさつ～組織図ページ**********/
.main_contents.about .red {
  color: red;
}
@media only screen and (max-width: 764px) {
  .main_contents.about .left.photo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

#contents #riji_name dt {
  font-size: 18px;
}

#contents #riji_name dt span {
  font-size: 15px;
}

#contents #riji_name dd#com {
  font-size: 10px;
}

@media only screen and (max-width: 764px) {
  .riji-prof .ml20 {
    margin-left: 0;
    margin-top: 10px;
  }
}

#prof #tbl_r,
#tbl_l {
  width: 48%;
}
@media only screen and (max-width: 764px) {
  #prof #tbl_r,
  #tbl_l {
    width: 100%;
  }
}

@media only screen and (max-width: 764px) {
  #prof #tbl_r {
    margin-top: 30px;
  }
}

#prof table {
  width: 100%;
}

#prof table caption {
  padding: 2px 10px;
  color: white;
  background: #17918d;
  font-weight: bold;
  text-align: left;
}

#prof table th,
#prof table td {
  padding: 10px 0;
  border-bottom: 2px dotted #ccc;
}

#prof table td span {
  display: block;
  font-weight: bold;
}

#prof table th {
  width: 28%;
  font-weight: normal;
}

#prof table td {
  padding-left: 10px;
}

.link-block h2 {
  font-size: 16px;
}
.link-block .link-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area {
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.link-block .link-area .link-box {
  box-sizing: border-box;
  width: 23%;
  padding: 20px 15px 10px;
  margin-right: 2.6666%;
  border: 2px solid #337fb7;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area .link-box {
    display: grid;
    grid-template: "img riji-name" 60% "img btn" 40%/36% 60%;
    gap: 10px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 10px;
  }
}
.link-block .link-area .link-box:nth-of-type(4n) {
  margin-right: 0;
}
.link-block .link-area .link-box.link5 {
  margin-top: 2.6666%;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area .link-box.link5 {
    margin-top: 0;
  }
}
.link-block .link-area .link-box .imgbox {
  text-align: center;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area .link-box .imgbox {
    grid-area: img;
    text-align: left;
  }
}
.link-block .link-area .link-box .namebox {
  padding-top: 5px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area .link-box .namebox {
    grid-area: riji-name;
  }
}
.link-block .link-area .link-box .namebox.long {
  padding-bottom: 5px;
}
.link-block .link-area .link-box .namebox .name-name {
  font-size: 16px;
}
.link-block .link-area .link-box .namebox .name-com {
  font-size: 11px;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area .link-box > p {
    grid-area: btn;
  }
}
.link-block .link-area .link-box .btn {
  padding: 2px;
  display: block;
  background: #337fb7;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area .link-box .btn {
    padding: 10px 2px;
  }
}
.link-block .link-area .link-box .btn:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.link-block .link-area .link-box .btn:hover {
  background: #4f98ce;
}
.link-block .link-area .link-box.n1 .btn {
  background: #cd7189;
}
.link-block .link-area .link-box.n1 .btn:hover {
  background: #da97a8;
}
.link-block .link-area .link-box.n2 .btn {
  background: #dd995d;
}
.link-block .link-area .link-box.n2 .btn:hover {
  background: #e6b487;
}
.link-block .link-area .link-box.n3 .btn {
  background: #7bb166;
}
.link-block .link-area .link-box.n3 .btn:hover {
  background: #98c288;
}
.link-block .link-area .link-box.n4 .btn {
  background: #7286b8;
}
.link-block .link-area .link-box.n4 .btn:hover {
  background: #94a3c9;
}
.link-block .link-area .link-box.n5 .btn {
  background: #ad9d8d;
}
.link-block .link-area .link-box.n5 .btn:hover {
  background: #c2b7ab;
}
.link-block .link-area .link-box.n6 .btn {
  background: #ba79b1;
}
.link-block .link-area .link-box.n6 .btn:hover {
  background: #cb9bc5;
}
.link-block .link-area .link-box.n8 .btn {
  background: #129a92;
}
.link-block .link-area .link-box.n8 .btn:hover {
  background: #17c8bd;
}
.link-block .link-area .link-box.n9 .btn {
  background: #339cd1;
}
.link-block .link-area .link-box.n9 .btn:hover {
  background: #5db0da;
}
.link-block .link-area .link-box.n23 .btn {
  background: #e2b127;
}
.link-block .link-area .link-box.n23 .btn:hover {
  background: #e8c154;
}
.link-block .link-area.kaicho {
  margin-bottom: 60px;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area.kaicho {
    margin-bottom: 30px;
  }
}
.link-block .link-area.kaicho .link-box {
  margin-bottom: 40px;
  border-color: #ccc;
}
@media only screen and (max-width: 764px) {
  .link-block .link-area.kaicho .link-box {
    margin-bottom: 5px;
  }
}

.main_contents.towa .left {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}

.about_main {
  margin-bottom: 40px;
  font-weight: bold;
}

.about_main span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.list li {
  padding-left: 18px;
  background: url(../images/about/merit_mark.jpg) no-repeat left center;
}
@media only screen and (max-width: 764px) {
  .list li {
    background-position: left 4px;
  }
}

@media only screen and (max-width: 764px) {
  .main_contents.desc .list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents.desc .list li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents.desc .list li span {
    display: block;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents.desc table th,
  .main_contents.desc table td {
    font-size: 2.6vw;
  }
}

table.block,
table.block2 {
  width: 100%;
  border: 1px solid #ccc;
}

table.block th,
table.block2 th {
  border: 1px solid #ccc;
  padding: 10px 5px;
  background: #eee;
  text-align: center;
}

table.block td.block_left,
table.block2 td.block_left {
  width: 30%;
  text-align: center;
}

table.block td,
table.block2 td {
  border: 1px solid #ccc;
  padding: 10px 5px;
}

table.block2 td.work {
  width: 30%;
}

@media only screen and (max-width: 764px) {
  #yakuin .left {
    margin-bottom: 30px;
  }
}

#yakuin table {
  width: 100%;
  border: 1px solid #ccc;
}

#yakuin table th {
  border: 1px solid #ccc;
  padding: 10px 5px;
  background: #eee;
  text-align: center;
}

#yakuin table td {
  border: 1px solid #ccc;
  padding: 10px 5px;
}

#yakuin table td.work {
  font-weight: bold;
  text-align: center;
}

/*********各委員会の活動**********/
@media only screen and (max-width: 764px) {
  .commissionpage {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 764px) {
  .commissionpage .detailbox a[href*=".jpg"],
  .commissionpage .detailbox a[href*=".png"],
  .commissionpage .detailbox a[href*=".gif"] {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

#active_nav {
  float: left;
  width: 230px;
}
@media only screen and (max-width: 764px) {
  #active_nav {
    float: none;
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 764px) {
  #active_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#active_nav li {
  margin-bottom: 15px;
  color: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 764px) {
  #active_nav li {
    width: 49%;
    margin-bottom: 5px;
  }
}

#active_nav li a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 764px) {
  #active_nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0;
    text-align: center;
  }
}

#active_nav li#n1 {
  background: #eb6e8f;
}

#active_nav li#n1 a:hover {
  background: #f187a3;
}

#active_nav li#n2 {
  background: #f39a50;
}

#active_nav li#n2 a:hover {
  background: #ffb272;
}

#active_nav li#n3 {
  background: #6cbb60;
}

#active_nav li#n3 a:hover {
  background: #77cf6a;
}

#active_nav li#n4 {
  background: #718cc7;
}

#active_nav li#n4 a:hover {
  background: #809bd7;
}

#active_nav li#n5 {
  background: #b39d8b;
}

#active_nav li#n5 a:hover {
  background: #ccad94;
}

#active_nav li#n6 {
  background: #b07cae;
}

#active_nav li#n6 a:hover {
  background: #cb99c9;
}

#active_nav li#n7 {
  background: #a0b13d;
}

#active_nav li#n7 a:hover {
  background: #b4c745;
}

#active_nav li#n8 {
  background: #129a92;
}

#active_nav li#n8 a:hover {
  background: #17c8bd;
}

#active_nav li#n9 {
  background: #339cd1;
}

#active_nav li#n9 a:hover {
  background: #5db0da;
}

#active_nav li#n23 {
  background: #e2b127;
}

#active_nav li#n23 a:hover {
  background: #e8c154;
}

#active_nav li#nj {
  background: #9fa0a0;
}

#active_nav li#nj a:hover {
  background: #b7b7b7;
}

#active_nav.div_nav li {
  background: #c9e5e9;
}
#active_nav.div_nav li:hover {
  background: #dbeef0;
}
#active_nav.div_nav li a {
  color: #333;
}

#active_contents {
  float: right;
  width: 660px;
}
@media only screen and (max-width: 764px) {
  #active_contents {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 764px) {
  #active_contents .left {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 764px) {
  #active_contents .right {
    width: 100%;
    margin-left: 0;
  }
}

#active_contents #main {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 764px) {
  #active_contents #main {
    flex-direction: column;
  }
}

#active_contents #main p {
  font-size: 12px;
}
#active_contents #main p.p-ttl {
  margin-top: 10px;
  font-size: 14px;
}
#active_contents #main p.p-name {
  font-size: 18px;
}

#active_contents #main p#copy {
  margin: 15px 0 20px;
  font-size: 15px;
}
@media only screen and (max-width: 764px) {
  #active_contents #main p#copy {
    margin-top: 30px;
  }
}

#active_contents #n1_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #eb6e8f;
  font-size: 15px;
}

#active_contents #n2_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #f39a50;
  font-size: 15px;
}

#active_contents #n3_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #6cbb60;
  font-size: 15px;
}

#active_contents #n4_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #718cc7;
  font-size: 15px;
}

#active_contents #n5_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #b39d8b;
  font-size: 15px;
}

#active_contents #n6_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #b07cae;
  font-size: 15px;
}

#active_contents #n7_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #a0b13d;
  font-size: 15px;
}

#active_contents #n8_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #129a92;
  font-size: 15px;
}

#active_contents #n9_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #339cd1;
  font-size: 15px;
}

#active_contents #n23_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #e2b127;
  font-size: 15px;
}

#active_contents #nj_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #9fa0a0;
  font-size: 15px;
}

#active_contents #div_ttl {
  margin-top: 30px;
  padding: 3px 10px;
  color: #333;
  background: #c9e5e9;
  font-size: 15px;
}

#active_contents .infobox {
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-top: 10px;
  height: 400px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
@media only screen and (max-width: 764px) {
  #active_contents .infobox {
    width: 100%;
    height: 300px;
    -webkit-overflow-scrolling: touch;
  }
}

#active_contents .infobox dl {
  padding: 10px 0;
}

#active_contents .infobox dt,
#active_contents .infobox dd {
  float: left;
}

#active_contents .infobox dt {
  width: 140px;
  clear: both;
  color: #777;
}
@media only screen and (max-width: 764px) {
  #active_contents .infobox dt {
    width: 100%;
  }
}

#active_contents .infobox dd {
  width: 450px;
}
@media only screen and (max-width: 764px) {
  #active_contents .infobox dd {
    width: 100%;
    margin-bottom: 10px;
  }
}

#active_contents .single_ttl dd {
  text-align: right;
  font-size: 11px;
  padding-bottom: 20px;
}

#active_contents2 {
  width: 100%;
  margin: 0 auto;
}

/*********支部**********/
@media only screen and (max-width: 764px) {
  .divisionpage {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 764px) {
  .divisionpage .detailbox a[href*=".jpg"],
  .divisionpage .detailbox a[href*=".png"],
  .divisionpage .detailbox a[href*=".gif"] {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.divisionpage #div_nav {
  float: left;
  width: 130px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_nav {
    float: none;
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.divisionpage #div_nav li {
  margin-bottom: 15px;
  background: #c9e5e9;
  color: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_nav li {
    width: 49%;
    margin-bottom: 5px;
  }
}
.divisionpage #div_nav li:hover {
  background: #dbeef0;
}
.divisionpage #div_nav li:nth-of-type(even) {
  background: #a5d6ba;
}
.divisionpage #div_nav li:nth-of-type(even):hover {
  background: #b7dec7;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_nav li:nth-of-type(4n) {
    background: #c9e5e9;
  }
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_nav li:nth-of-type(4n - 1) {
    background: #a5d6ba;
  }
}
.divisionpage #div_nav li a {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 0;
    text-align: center;
  }
}
.divisionpage #div_contents {
  float: right;
  width: 760px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.divisionpage #div_contents .div_name {
  font-size: 20px;
  color: #20305c;
}
.divisionpage #div_contents .div_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 4px 8px;
  background: #327fb7;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.divisionpage #div_contents .div_ttl .en {
  font-size: 15px;
  font-weight: bold;
}
.divisionpage #div_contents .div_ttl.top {
  margin-top: 20px;
}
.divisionpage #div_contents .message_area {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .message_area {
    flex-direction: column;
  }
}
.divisionpage #div_contents .message_area .l {
  max-width: 166px;
  flex-shrink: 0;
  margin-right: 64px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .message_area .l {
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .message_area .l figure {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .message_area .l figure .div_desc {
    margin-left: 20px;
  }
}
.divisionpage #div_contents .message_area .l figure .div_desc .div_post {
  margin-top: 10px;
  font-size: 13px;
}
.divisionpage #div_contents .message_area .l figure .div_desc .name {
  font-size: 20px;
}
.divisionpage #div_contents .message_area .l figure .div_desc .com {
  font-size: 13px;
}
.divisionpage #div_contents .message_area .r {
  flex-grow: 1;
}
.divisionpage #div_contents .message_area .r .message_ttl {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .message_area .r .message_ttl {
    margin-top: 20px;
  }
}
.divisionpage #div_contents .infobox {
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-top: 10px;
  height: 200px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .infobox {
    width: 100%;
    height: 200px;
    -webkit-overflow-scrolling: touch;
  }
}
.divisionpage #div_contents .infobox dl {
  padding: 10px 0;
}
.divisionpage #div_contents .infobox dl dt,
.divisionpage #div_contents .infobox dl dd {
  float: left;
}
.divisionpage #div_contents .infobox dl dt {
  width: 140px;
  clear: both;
  color: #777;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .infobox dl dt {
    width: 100%;
  }
}
.divisionpage #div_contents .infobox dl dd {
  max-width: 574px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .infobox dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
.divisionpage #div_contents .col2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .col2 {
    flex-direction: column;
  }
}
.divisionpage #div_contents .col2 .data {
  width: 36%;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .col2 .data {
    width: 100%;
  }
}
.divisionpage #div_contents .col2 .data ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.divisionpage #div_contents .col2 .data ul li.ty {
  text-indent: -40px;
  margin-left: 40px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .col2 .data ul li br {
    display: none;
  }
}
.divisionpage #div_contents .col2 .event {
  width: 60%;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .col2 .event {
    width: 100%;
  }
}
.divisionpage #div_contents .col2 .event .photo_txt {
  margin-bottom: 24px;
}
.divisionpage #div_contents .col2 .event .photos {
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .col2 .event .photos {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .col2 .event .photos figure {
    width: 48%;
  }
}
.divisionpage #div_contents .col2 .event .photos figure figcaption {
  margin-top: 2px;
  text-align: center;
}
.divisionpage #div_contents .col2 .event .texts {
  margin-bottom: -10px;
}
.divisionpage #div_contents .col2 .event .texts dl dd {
  margin-bottom: 10px;
}
.divisionpage #div_contents .col2 .event .texts .txt {
  margin-bottom: 10px;
}
.divisionpage #div_contents .member ul {
  display: inline-flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .member ul {
    display: flex;
    justify-content: space-between;
  }
}
.divisionpage #div_contents .member ul li {
  width: 33%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 764px) {
  .divisionpage #div_contents .member ul li {
    width: 48%;
    font-size: 13px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  }
}

/*********組合員の方へ**********/
@media only screen and (max-width: 764px) {
  #event p.mt20 {
    width: 350px;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 764px) {
  #event p.mt20 iframe {
    width: 100%;
  }
}

.download {
  padding-left: 15px;
  background: url(../images/common/arrow.jpg) no-repeat center left;
}

@media only screen and (max-width: 764px) {
  #members .table-wrap {
    width: 94vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 764px) {
  #members .table-wrap table {
    width: 920px;
  }
}
@media only screen and (max-width: 764px) {
  #members .table-wrap table tbody {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 764px) {
  #members .table-wrap table th,
  #members .table-wrap table td {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 764px) {
  #members .table-wrap table th p,
  #members .table-wrap table td p {
    font-size: 3.2vw;
  }
}

.mem_tbl1,
.mem_tbl2 {
  width: 100%;
}

.mem_tbl1 th,
.mem_tbl2 th {
  padding: 5px 10px;
  text-align: center;
  font-weight: normal;
}

.mem_tbl1 {
  margin-bottom: 40px;
}

.mem_tbl1 caption {
  padding: 5px 10px;
  color: #fff;
  background: #71bdc2;
  text-align: left;
}

.mem_tbl1 .place {
  width: 200px;
}

.mem_tbl1 th {
  border: 1px solid #bbb;
}

.mem_tbl1 td {
  padding: 7px 10px;
  border: 1px solid #bbb;
}

.mem_tbl2 a {
  text-decoration: underline;
}

.mem_tbl2 th {
  color: #fff;
  background: #5369a6;
  border: 1px solid #fff;
}

.mem_tbl2 td {
  padding: 7px 10px;
  border-bottom: 1px solid #bbb;
  border-right: 2px dotted #ccc;
}

.mem_tbl2 td.tel {
  border-right: none;
  text-align: center;
}

.mem_tbl2 td.name {
  text-align: center;
}

.nonborder {
  border: none;
  outline: none;
}

@media only screen and (max-width: 764px) {
  #kyosai .left {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 764px) {
  #kyosai .left dt {
    text-align: center;
  }
}
@media only screen and (max-width: 764px) {
  #kyosai .left dd.sp-tag {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 764px) {
  #kyosai .right {
    display: none;
  }
}

#kyosai dl dt {
  margin-bottom: 10px;
  font-size: 15px;
}

#kyosai .kakekin {
  margin-top: 60px;
  width: 100%;
}

#kyosai .kakekin caption {
  text-align: left;
  font-weight: bold;
}

#kyosai .kakekin th,
#kyosai .kakekin td {
  padding: 7px 10px;
  border: 1px solid #bbb;
}

#kyosai .kakekin th {
  background: #ddd;
  font-weight: normal;
}

#kyosai .right img {
  width: 150px;
  height: auto;
}

#links ul {
  clear: both;
}

#links ul li {
  float: left;
  width: 200px;
  padding: 0 0 10px 20px;
  background: url(../images/about/merit_mark.jpg) no-repeat 0 4px;
}
@media only screen and (max-width: 764px) {
  #links ul li {
    float: none;
    width: 100%;
  }
}

#partner ul {
  clear: both;
}
@media only screen and (max-width: 764px) {
  #partner ul {
    margin-bottom: 0;
  }
}

#partner ul li {
  float: left;
  width: 200px;
  padding: 0 0 10px 20px;
  background: url(../images/about/merit_mark.jpg) no-repeat 0 4px;
}
@media only screen and (max-width: 764px) {
  #partner ul li {
    float: none;
    width: 100%;
  }
}

#partner dl dt {
  margin-bottom: 10px;
  font-size: 15px;
}

table.branch {
  width: 100%;
  margin: 0 auto 40px auto;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
  border-collapse: collapse;
}

table.branch th {
  text-align: center;
  border-top: 0px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 0px #000000 solid;
  background-color: #f4f4f4;
  font-weight: bold;
}

table.branch td.branch_1 {
  text-align: right;
  border-top: 0px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 0px #000000 solid;
  width: 75px;
  text-align: center;
  padding: 5px;
}

table.branch td.branch_2 {
  text-align: left;
  width: 490px;
  padding: 0 10px;
  border-top: 0px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 0px #000000 solid;
  padding: 5px;
}

table.branch td.branch_3 {
  width: 85px;
  border-top: 0px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 0px #000000 solid;
  text-align: center;
  padding: 5px;
}

table.branch td.branch_4 {
  width: 200px;
  border-top: 0px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 0px #000000 solid;
  text-align: center;
  padding: 5px;
}

table.branch td.branch_5 {
  width: 230px;
  border-top: 0px #000000 solid;
  border-right: 0px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 0px #000000 solid;
  padding: 5px;
}

.calbox {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 764px) {
  #links .pr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 764px) {
  #links .pr li {
    width: 24%;
    background: none;
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 764px) {
  #links .pr li a {
    display: inline-block;
    border: 1px solid #ccc;
  }
}

/*********加入方法～パケットサービス**********/
@media only screen and (max-width: 764px) {
  #howto .list {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 764px) {
  #howto .right {
    text-align: right;
  }
}
@media only screen and (max-width: 764px) {
  #howto .table-wrap {
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.entry_tbl,
.entry_tbl2 {
  width: 100%;
}

.entry_tbl th {
  width: 30%;
  font-weight: bord;
  padding: 8px 10px;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 764px) {
  .entry_tbl th {
    width: 26%;
  }
}

.entry_tbl td {
  padding: 8px 10px;
  border: 1px solid #ccc;
}

.entry_tbl td.long {
  width: 18%;
}

.entry_tbl td.price {
  width: 20%;
  text-align: right;
}
@media only screen and (max-width: 764px) {
  .entry_tbl td.price {
    width: 24%;
  }
}

@media only screen and (max-width: 764px) {
  #howto .entry_tbl2 {
    width: 1000px;
  }
}

@media only screen and (max-width: 764px) {
  #packet .entry_tbl2 {
    width: 100%;
  }
}

.entry_tbl2 th {
  font-weight: bord;
  padding: 8px 10px;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
}

.entry_tbl2 td {
  padding: 8px 10px;
  border: 1px solid #ccc;
}

.entry_tbl2 td.place {
  width: 20%;
}

.entry_tbl2 td.area {
  width: 30%;
}

@media only screen and (max-width: 764px) {
  #merit .imgbox {
    text-align: center;
  }
}
@media only screen and (max-width: 764px) {
  #merit .imgbox img {
    width: 20%;
  }
}
@media only screen and (max-width: 764px) {
  #merit .imgbox-in {
    text-align: right;
  }
}
@media only screen and (max-width: 764px) {
  #merit .imgbox-in.up {
    position: relative;
    z-index: -1;
    margin-top: -40px;
  }
}
#merit .left.w300 {
  width: 100%;
}
@media only screen and (max-width: 764px) {
  #merit .right.w450 {
    margin-top: 40px;
  }
}

#merit #main {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

#merit dl dt {
  padding-left: 18px;
  color: #17918d;
  background: url(../images/about/merit_mark.jpg) no-repeat left center;
  font-size: 15px;
  font-weight: bold;
}

#merit dl dd {
  margin-bottom: 10px;
  padding-left: 18px;
}

#packet #main {
  font-weight: bold;
}

#packet #main #copy {
  width: 220px;
  float: left;
  color: #772301;
  font-size: 25px;
}
@media only screen and (max-width: 764px) {
  #packet #main #copy {
    float: none;
    margin-bottom: 10px;
  }
}

#packet #main p {
  margin-left: 50px;
  color: #42406f;
}
@media only screen and (max-width: 764px) {
  #packet #main p {
    margin-left: 0;
  }
}

@media only screen and (max-width: 764px) {
  #packet .entry_tbl2 th {
    width: 20%;
  }
}
@media only screen and (max-width: 764px) {
  #packet .entry_tbl2 td {
    width: 80%;
  }
}

.prio-dl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 764px) {
  .prio-dl_wrap {
    flex-direction: column;
  }
}
.prio-dl_wrap li {
  width: 48%;
}
@media only screen and (max-width: 764px) {
  .prio-dl_wrap li {
    width: 100%;
  }
}
.prio-dl_wrap .prio-dl {
  padding: 10px;
  background: #efefef !important;
}
@media only screen and (max-width: 764px) {
  .prio-dl_wrap .prio-dl {
    margin-bottom: 10px;
  }
}
.prio-dl_wrap .prio-dl .dl-ttl {
  margin-bottom: 5px;
  display: block;
}
.prio-dl_wrap .prio-dl .w3eden {
  padding: 5px;
  background: #fff;
}
.prio-dl_wrap .prio-dl .w3eden .ptitle span {
  display: none;
}
.prio-dl_wrap .prio-dl .w3eden .media-body > div > strong a {
  font-size: 14px;
}

.bnr_lp-merit {
  display: block;
  max-width: 650px;
  width: 80%;
  margin-top: 10px;
}
@media only screen and (max-width: 764px) {
  .bnr_lp-merit {
    width: 100%;
  }
}
.bnr_lp-merit:hover {
  opacity: 0.8;
}
.bnr_lp-merit img {
  width: 100%;
}

/*********アクセス**********/
@media only screen and (max-width: 764px) {
  .main_contents.access iframe {
    width: 100%;
  }
}

/*********バックナンバー**********/
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .mt40 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .subsubttl {
    width: 100%;
  }
}
.main_contents.backnumber .left .bn_list {
  float: left;
  padding-bottom: 30px;
}
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .left .bn_list {
    float: none;
    width: 48%;
  }
}
.main_contents.backnumber .left .bn_list:nth-of-type(odd) {
  clear: both;
  margin-right: 100px;
}
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .left .bn_list:nth-of-type(odd) {
    margin-right: 0;
    clear: none;
  }
}
.main_contents.backnumber .right .bn_list:nth-of-type(odd) {
  clear: both;
  margin-right: 100px;
}
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .right .bn_list:nth-of-type(odd) {
    margin-right: 0;
    clear: none;
  }
}
.main_contents.backnumber .bn_list dt {
  color: #555;
  margin-bottom: 10px;
}
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .desc {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents.backnumber .desc p:last-child {
    padding-top: 10px;
  }
}

/*********お問い合わせ**********/
.form {
  border: 1px solid #ccc;
}

.form dl {
  overflow: hidden;
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
}

.form dl:last-child {
  border-bottom: none;
}

.form dl dt,
.form dl dd {
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 764px) {
  .form dl dt,
  .form dl dd {
    float: none;
  }
}

.form dl dt {
  width: 20%;
}
@media only screen and (max-width: 764px) {
  .form dl dt {
    width: 100%;
  }
}

.form dl dt span {
  color: #f00;
  padding-right: 10px;
}

.form dl dd {
  background: #fff;
  width: 80%;
}
@media only screen and (max-width: 764px) {
  .form dl dd {
    width: 100%;
  }
}

.form dl dd span {
  padding-right: 20px;
}

.form dl dd input[type=text],
.form dl dd input[type=tel],
.form dl dd input[type=email],
.form dl dd textarea {
  padding: 2px;
  font-size: 13px;
}
@media only screen and (max-width: 764px) {
  .form dl dd input[type=text],
  .form dl dd input[type=tel],
  .form dl dd input[type=email],
  .form dl dd textarea {
    width: 100%;
  }
}

.form dl dd textarea {
  width: 500px;
}

.form dl dd input[type=text],
.form dl dd input[type=tel],
.form dl dd input[type=email] {
  width: 300px;
}
@media only screen and (max-width: 764px) {
  .form dl dd input[type=text],
  .form dl dd input[type=tel],
  .form dl dd input[type=email] {
    width: 100%;
  }
}

@media only screen and (max-width: 764px) {
  .form dl dd textarea {
    width: 100%;
  }
}

.checks {
  text-align: center;
  padding: 10px 0;
}

.sendbtn {
  margin: 20px;
  text-align: center;
}

.sendbtn input {
  padding: 15px 40px;
  font-size: 13px;
  background-color: #19265a;
  color: #fff;
  border-style: none;
  cursor: pointer;
}
@media only screen and (max-width: 764px) {
  .sendbtn input {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
}

#gnav_wrap li.sp-tag .acd-check {
  display: none;
}
#gnav_wrap li.sp-tag .acd-label {
  display: block;
  padding: 10px;
  text-align: right;
  color: #fff;
}
#gnav_wrap li.sp-tag .acd-content li:first-child {
  border-top: solid 1px #fff;
}
#gnav_wrap li.sp-tag .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 1.5s;
  visibility: hidden;
}
#gnav_wrap li.sp-tag .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 0;
  margin: auto;
  visibility: visible;
  background: #6b77a1;
}
#gnav_wrap li.sp-tag .acd-content ol {
  width: 100%;
  height: auto;
  padding: 0;
  margin: auto;
}
#gnav_wrap li.sp-tag .acd-content ol li {
  width: 100%;
  padding: 0;
  margin: auto;
}
#gnav_wrap li.sp-tag .acd-content ol li a {
  display: block;
}
#gnav_wrap li.sp-tag .acd-content ol li:last-child,
#gnav_wrap li.sp-tag .acd-content ol li:last-child a {
  border-bottom: none;
}

/* ハンバーガーメニューサブナビ修正230120 */
#gnav_wrap li.sp-tag.sp_only .acd-content li a,
#gnav_wrap ul.sub li .acd-content li a {
  background: #5a5a5a;
}

#gnav_wrap li.sp-tag .acd-label {
  position: relative;
}

#gnav_wrap li.sp-tag .acd-label.down:after,
#gnav_wrap li.sp-tag .acd-label.up:after {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  display: block;
}

#gnav_wrap li.sp-tag .acd-label.down:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 14px;
}

#gnav_wrap li.sp-tag .acd-label.up:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 16px;
}

/* クローズの時「その他」の下層がおかしい動き *//*# sourceMappingURL=style.css.map */