@charset "utf-8";

@import "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";

body {
font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "メイリオ", Meiryo;
color: #333;
}
.container {
  overflow: hidden;
}
a {
  text-decoration: none;
}
header,
footer {
  position: relative;
}
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  max-width: none;
}
.object-fit-img.position {
  font-family: 'object-fit: cover; object-position: top left';
}
.mt5  {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mb0  {margin-bottom: 0 !important;}
.mb5  {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb75 {margin-bottom: 75px !important;}
.pd5  {padding-left: 5px; padding-right: 5px !important;}
.pd10 {padding-left: 10px; padding-right: 10px !important;}
.pd15 {padding-left: 15px; padding-right: 15px !important;}
.pd20 {padding-left: 20px; padding-right: 20px !important;}
.pd30 {padding-left: 30px; padding-right: 30px !important;}
.m0a  {margin-left: auto;margin-right: auto !important;}
.ta-c {text-align: center !important;}
.ta-r {text-align: right !important;}

body *.fs-xxs { font-size: 10px !important; }
body *.fs-xs  { font-size: 12px !important; }
body *.fs-s   { font-size: 14px !important; }
body *.fs-m   { font-size: 16px !important; }
body *.fs-l   { font-size: 18px !important; }
body *.fs-xl  { font-size: 20px !important; }
body *.fs-xxl { font-size: 24px !important; }


/* ----------------------------------------------------------
  header
---------------------------------------------------------- */
header h1 {
  position: relative;
  display: inline-block;
}
header h1 a {
  position: relative;
  display: inline-block;
  z-index: 999;
}
header .aside {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 359.9px) {
  header h1 img {
    padding: 3px 0;
  }
}
@media (max-width: 991.9px) {
  header {
    height: 110px;
  }
  header h1 {
    height: 60px;
    padding: 12px;
  }
  header h1 a {
    width: 100%;
    height: 38px;
  }
  header h1 img {
    width: auto;
    height: 38px;
  }
  header .aside .faq {
    float: right;
    display: block;
    width: 60px;
    height: 60px;
    background: #1cab44;
    color: #fff;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    padding-top: 12px;
  }
  header .aside .faq i {
    font-size: 18px;
  }
  #search,
  header nav {
    display: none;
  }
  .search_box {
    position: relative;
    display: block;
    background: #eee;
    height: 60px;
    padding: 15px 20px;
  }
  .search_box input[type="text"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "メイリオ", Meiryo;
    border: 2px solid #ccc;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
  }
  .search_box button[type="submit"] {
    position: absolute;
    top: 17px;
    right: 22px;
    width: 28px;
    height: 28px;
    border: 0;
    background: none;
    color: #007abd;
  }
}
/* -------------------------------------------- */
@media (min-width: 992px) {
  header {
    height: 120px;
  }
  header h1 {
    height: 80px;
    padding: 20px;
  }
  header h1 a {
    width: 100%;
    height: 40px;
  }
  header h1 img {
    width: auto;
    height: 40px;
  }
  header .aside .faq {
    float: right;
    display: block;
    width: 80px;
    height: 80px;
    background: #1cab44;
    color: #fff;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    padding-top: 17px;
  }
  header .aside .faq i {
    font-size: 24px;
  }
  #search {
    float: right;
    position: relative;
    width: 230px;
    height: 32px;
    margin: 24px 20px 24px 0;
  }
  #search input[type="text"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "メイリオ", Meiryo;
    border: 2px solid #ccc;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
  }
  #search button[type="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 28px;
    border: 0;
    background: none;
    color: #007abd;
  }
  header nav ul {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 40px;
  }
  header nav li {
    flex: 1 0 9.0909%;
    position: relative;
  }
  header nav li a {
    display: block;
    width: 100%;
    height: 40px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  header nav li a.active,header nav li a:hover {
    color: #fff;
    border-bottom: 2px solid rgba(0,0,0,0.3) !important;
  }
  header nav li:nth-child(1) a { border-color: #d1495a; }
  header nav li:nth-child(2) a { border-color: #e99b3f; }
  header nav li:nth-child(3) a { border-color: #f8d83b; }
  header nav li:nth-child(4) a { border-color: #e9ec41; }
  header nav li:nth-child(5) a { border-color: #86c841; }
  header nav li:nth-child(6) a { border-color: #1fa76b; }
  header nav li:nth-child(7) a { border-color: #25abb7; }
  header nav li:nth-child(8) a { border-color: #2895c0; }
  header nav li:nth-child(9) a { border-color: #4a7cbc; }
  header nav li:nth-child(10) a { border-color: #796caf; }
  header nav li:nth-child(11) a { border-color: #a9458b; }
  header nav li:nth-child(12) a { border-color: #be408b; }
  header nav li:nth-child(1) a.active,header nav li:nth-child(1) a:hover { background: #d1495a; }
  header nav li:nth-child(2) a.active,header nav li:nth-child(2) a:hover { background: #e99b3f; }
  header nav li:nth-child(3) a.active,header nav li:nth-child(3) a:hover { background: #f8d83b;color:#222 }
  header nav li:nth-child(4) a.active,header nav li:nth-child(4) a:hover { background: #e9ec41;color:#222 }
  header nav li:nth-child(5) a.active,header nav li:nth-child(5) a:hover { background: #86c841; }
  header nav li:nth-child(6) a.active,header nav li:nth-child(6) a:hover { background: #1fa76b; }
  header nav li:nth-child(7) a.active,header nav li:nth-child(7) a:hover { background: #25abb7; }
  header nav li:nth-child(8) a.active,header nav li:nth-child(8) a:hover { background: #2895c0; }
  header nav li:nth-child(9) a.active,header nav li:nth-child(9) a:hover { background: #4a7cbc; }
  header nav li:nth-child(10) a.active,header nav li:nth-child(10) a:hover { background: #796caf; }
  header nav li:nth-child(11) a.active,header nav li:nth-child(11) a:hover { background: #a9458b; }
  header nav li:nth-child(12) a.active,header nav li:nth-child(12) a:hover { background: #be408b; }
  header nav li a + span {
    display: none;
    position: absolute;
    bottom: 100%;
    font-size: 10px;
    border: 1px solid #333;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background: #fff;
  }
  header nav li a:hover + span {
    display: block;
    z-index: 999;
  }
}

/* ----------------------------------------------------------
  footer
---------------------------------------------------------- */
.copyright {
  background: #007abd;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}
footer {
  background: #007abd;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}
footer h2 {
  font-size: 21px;
}
footer a {
  color: #fff;
}
footer i {
  margin-right: 7px;
}
footer nav {
  padding: 10px;
  line-height: 2;
}
footer nav i {
  display: none !important;
}
footer nav a {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.25;
  padding: 4px 0;
}
footer nav a::before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: #f8d83b;
  font-weight: 900;
  position: absolute;
  left: -10px;
  top: 7px;
}
footer nav li.parent.kyosai li a span {
  font-size: 12px;
}
@media (max-width: 991.9px) {
  .copyright {
    text-align: center;
    padding: 5px 0;
  }
  footer .footerInner {
    padding: 30px 30px 50px;
  }
  footer address {
    margin-bottom: 30px;
  }
  footer nav {
    font-size: 16px;
  }
  footer nav li.parent ul {
    margin-left: 30px;
  }
}
/* -------------------------------------------- */
@media (min-width: 992px) {
  .copyright {
    padding: 5px 50px;
  }
  footer .footerInner {
    display: -webkit-flex;
    display: flex;
    padding: 40px 50px 60px;
    max-width: 1600px;
    margin: 0 auto;
  }
  footer address {
    flex: 280px 0 0;
  }
  footer nav {
    flex: auto 1 1;
  }
  footer nav li {
    font-weight: 700;
  }
  footer nav li::after {
    content: "";
    clear: both;
    display: block;
  }
  footer nav > ul > li:hover {
    background: rgba(0,0,0,0.4);
  }
  footer nav li.parent ul {
    float: right;
    width: calc(100% - 150px);
  }
  footer nav li.parent li {
    display: inline-block;
    padding-right: 30px;
    font-weight: 400;
  }
  footer nav li.parent.kyosai li {
    display: block;
    padding-right: 0;
  }
  footer nav li.parent.kyosai li a span {
    font-size: 11px;
  }
  footer nav a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  footer address {
    flex: 410px 0 0;
  }
}

/* ----------------------------------------------------------
  #container
---------------------------------------------------------- */
#container {
  padding: 20px;
  max-width: 1600px;
  margin: 0 auto;
}
#gnav aside li a {
  position: relative;
  display: block;
}
#gnav aside li #hollys {
  position: absolute;
  top: 7px;
  left: 14px;
  font-size: 10px;
  color: #fff;
}
#gnav aside li #fujichan {
  position: absolute;
  top: 7px;
  right: 15%;
  font-size: 10px;
  color: #fff;
}
#gnav aside li img.ringimg {
  position: absolute;
  right: 2px;
  bottom: -10px;
  width: 62px;
  box-shadow: 1px 1px 3px #ccc;
  transform: rotate(4deg);
}
#gnav aside li img.handbookimg {
  position: absolute;
  left: 10px;
  bottom: -3px;
  width: 46px;
  box-shadow: 1px 1px 3px #ccc;
}
@media (max-width: 991.9px) {
  #main {
    width: 100%;
  }
  #gnav {
    width: 100%;
  }
  #gnav aside {
    padding: 10px;
  }
  aside ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
  }
  aside ul::before,
  aside ul::after {
    content: "";
    order: 1;
    flex-basis: 220px;
    width: 220px;
    margin: 0 auto;
  }
  aside li {
    flex-basis: 220px;
    align-self: center;
    width: 220px;
    margin: 0px auto 20px;
  }
}
@media (min-width: 992px) {
  #main {
    float: right;
    width: calc(100% - 300px);
  }
  #gnav {
    float: left;
    width: 280px;
  }
  #gnav aside {
    float: left;
    width: 100%;
  }
  #gnav aside li {
    margin: 0px 40px 20px;
  }
}
@media (min-width: 1280px) {
  #container {
    padding: 40px;
  }
  #main {
    width: calc(100% - 410px);
  }
  #gnav {
    width: 370px;
  }
  #gnav aside li #hollys {
    top: 12px;
    left: 20px;
  }
  #gnav aside li img.ringimg {
    width: 76px;
  }
  #gnav aside li img.handbookimg {
    width: 62px;
    left: 18px;
  }
}
/* ----------------------------------------------------------
  #gnav #menu
---------------------------------------------------------- */
@media (max-width: 991.9px) {
  #menu {
    display: none;
  }
}
#menu {
  margin: 0 0 40px;
}
#menu li.form {
  display: none;
}
#menu li {
  position: relative;
  font-weight: 500;
  background: #007abd;
  color: #fff;
  border-top: 1px solid #fff;
  line-height: 50px;
  cursor: pointer;
}
#menu i {
  width: 50px;
  font-size: 21px;
  position: relative;
  top: 2px;
}
#menu > li.parent::before {
  float: right;
  content: "\f107";
  margin-right: 16px;
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  font-weight: 900;
  position: relative;
  top: 2px;
}
#menu > li > span,
#menu > li > a {
  position: relative;
  display: block;
  color: #fff;
}
#menu > li > a {
  z-index: 3;
}
#menu > li.parent > ul {
  display: none;
}
#menu > li.parent > ul > li a {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  padding: 16px 30px 16px 50px;
  margin: 0;
  z-index: 3;
}
#menu > li.parent > ul > li > a > span {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 4px;
  margin-left: -12px;
}
#menu .slicknav_arrow {
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  float: right;
  margin-right: 15px;
}
#menu li.parent li {
  background: #1cab44;
}
#menu li.parent li a {
  padding: 16px 40px 16px 65px;
}
.child3 li {
  position: relative;
}
.child3 li span {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 10px;
  transform: translate(0,-50%);
  z-index: 1;
}
span.column_update {
  position: absolute !important;
  top: 50%;
  right: 20px;
  font-size: 10px;
  transform: translate(0,-50%);
  z-index: 1;
}
footer .child3 li span,
footer span.column_update {
  display: none;
}

/* ----------------------------------------------------------
  全ページ共通パーツ
---------------------------------------------------------- */
#scrollup {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
#scrollup a {
  display: block;
  background: #1cab44;
  color: #fff;
  width: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  opacity: 0.5;
}
#scrollup a:hover {
  opacity: 1;
}
.button {
  position: relative;
  display: block;
  background: #1cab44;
  max-width: 800px;
  min-width: 280px;
  width: 70%;
  line-height: 20px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  padding: 20px 35px;
  margin: 40px auto;
}
.button.blue {
  background: #007abd;
}
.button.orange {
  background: #f7931e;
}
.button::before {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.button.before::before {
  left: 12.5px;
}
.button.after::before {
  right: 12.5px;
}
.page_nav {
  flex-basis: 100%;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 10px;
}
.page_nav a,
.page_nav span {
  display: inline-block;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  color: #222;
  box-shadow: 0 0 2px 1px #eee;
  border: 1px solid #ddd;
  margin: 0 5px 10px;
}
.page_nav span {
  background: #007abd;
  color: #fff;
}
@media (max-width: 539.9px) {
  .page_nav {
    margin-top: 40px;
  }
  .page_nav a,
  .page_nav span {
    width: 40px;
    line-height: 40px;
    margin: 0 5px 10px;
  }
}

/* ----------------------------------------------------------
  支部ページ支部名+カラバリ
---------------------------------------------------------- */
#branch_name {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 15px;
}
#branch_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: rgba(0,0,0,0.3);
}
#branch_name span {
  position: absolute;
  top: 7px;
  right: 0;
  color: rgba(255,255,255,0.3);
  font-size: 60px;
  line-height: 1;
  font-family: "Century Gothic", Verdana, Geneva, "sans-serif";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991.9px) {
  #branch_name {
    width: calc(100% + 40px);
    left: -20px;
    margin-top: -20px;
  }
  #branch_name span {
    font-size: 32px;
    top: 34px;
  }
}
#branch_name.joban { background-color: #d1495a; }
#branch_name.tokyo { background-color: #e99b3f; }
#branch_name.kanagawa { background-color: #f8d83b;color:#222; }
#branch_name.hokuetsu { background-color: #e9ec41;color:#222; }
#branch_name.aichi { background-color: #86c841; }
#branch_name.mie { background-color: #1fa76b; }
#branch_name.kansai { background-color: #25abb7; }
#branch_name.okayama { background-color: #2895c0; }
#branch_name.kagawa { background-color: #4a7cbc; }
#branch_name.hiroshima { background-color: #796caf; }
#branch_name.kyushu { background-color: #a9458b; }
/*#branch_name.xxx { background-color: #be408b; }*/

/* ----------------------------------------------------------
  下層ページ共通パーツ(title list/entries)
---------------------------------------------------------- */
#gnav_name {
  background: #1cab44;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
}
.h2_menu {
  position: relative;
  background: #007abd;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px 30px;
}
.h2_menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.3);
}

#title_list_container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#contents_box {
  background: #f8f8f8;
}
#archive_box {
  background: #f7e2ea;
}
@media (max-width: 1023.9px) {
  #contents_box {
    flex-basis: 100%;
    width: 100%;
    padding: 0 20px 30px;
  }
  #archive_box {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 30px;
  }
}
@media (min-width: 1024px) {
  #contents_box {
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 30px 30px;
  }
  #archive_box {
    flex-basis: 25%;
    max-width: 25%;
    padding: 30px 20px;
  }
}
#contents_box p {
  font-size: 14px;
  line-height: 1.71428;
  margin: 20px 0;
}
.h3_leftbar {
  background: #d2eaf9;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px 20px;
  border-left: 5px solid #007abd;
}
#contents_box .h3_leftbar:first-child {
  margin-top: 30px;
}
#archive_box .h3_leftbar {
  background: #fff;
  font-size: 14px;
  padding: 7px 15px;
  border-left: 5px solid #f95d9c;
  margin: 30px -10px 15px;
}
#archive_box .h3_leftbar:first-child {
  margin-top: 0;
}
#archive_box ul {
  margin-left: 7px;
}
#archive_box li {
  font-size: 14px;
  line-height: 1.25;
  padding: 5px 0;
}
#archive_box li a {
  color: #222;
}
#archive_box li a::before {
  content: "\f0da";
  color: #1cab44;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 7px;
}
#archive_box #entry_search + p {
  font-size: 12px;
  line-height: 1.5;
}
#archive_box #entry_search {
  position: relative;
  height: 32px;
}
#archive_box #entry_search input[type="text"] {
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "メイリオ", Meiryo;
  border: 2px solid #ccc;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
}
#archive_box #entry_search button[type="submit"] {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 28px;
  height: 28px;
  border: 0;
  background: none;
  color: #007abd;
}

@media (max-width: 539.9px) {
  #gnav_name,
  .h2_menu {
    text-align: center;
    margin: 0 -20px;
  }
  #title_list_container {
    margin: 0 -20px;
  }
}

.ajax-iine {
  position: relative;
}
.aiin-css {
}
