@charset "UTF-8";

/* under共通
----------------------------------------------- */
.under section.mt {
  margin-top: 80px;
}
.under h2 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: #2B5C9B;
}
.under h2.u_line {
  border-bottom: 2px solid #2B5C9B;
  display: inline-block;
  width: 220px;
  padding-bottom: 10px;
}
.under .u_title {
  text-align: center;
}
.under .u_sec {
  margin-bottom: 200px;
}
/*.under .u_sec:last-of-type {
  margin-bottom: 400px;
}*/
.under ul.menu_ul {
  gap: 30px;
  width: 90%;
  margin: 0 auto 100px;
}
.under ul.menu_ul li {
  width: calc( 100% / 3 - 20px );
}
.under ul.menu_ul li a {
  color: #fff;
  background-color: #2B5C9B;
  border: 1px solid #2B5C9B;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 18px;
}



.siteContent .container {
  width: 90%;
}
.siteContent .row {
  margin: 0;
}

.breadSection .breadcrumb li {
  line-height: 1.5;
}
.breadSection .breadcrumb a {
  padding-bottom: 0;
}




@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  .under h2 {
    font-size: 22px;
  }
  .under h2.u_line {
    width: 200px;
  }
  .under section.mt {
    margin-top: 50px;
  }
  .under .u_sec {
    margin-bottom: 150px;
  }
  /*.under .u_sec:last-of-type {
    margin-bottom: 300px;
  }*/
  .under ul.menu_ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .under ul.menu_ul {
    gap: 20px;
    width: 100%;
  }
  .under ul.menu_ul li {
    width: calc( 100% / 3 - 13.4px );
  }
}

@media only screen and (max-width: 479px) {
  .under h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .under h2.u_line {
    border-width: 1px;
    width: 160px;
  }
  .under section.mt {
    margin-top: 30px;
  }
  .under .u_sec {
    margin-bottom: 80px;
  }
  /*.under .u_sec:last-of-type {
    margin-bottom: 120px;
  }*/
  .under ul.menu_ul {
    gap: 10px;
    margin: 0 auto 50px;
  }
  .under ul.menu_ul li {
    width: calc( 100% / 3 - 6.7px );
  }
  .under ul.menu_ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 370px) {
  .under h2 {
    font-size: 16px;
  }
  .under ul.menu_ul {
    gap: 5px;
  }
  .under ul.menu_ul li {
    width: calc( 100% / 3 - 3.4px );
  }
  .under ul.menu_ul li a {
    font-size: 12px;
    letter-spacing: -0.1px;
  }
}





/* page_title_area
----------------------------------------------- */
.under .page_title_area {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.under .page_title_area .text_area {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);

}
.under .page_title_area .text_area .h1_bg_area {
  position: relative;
  width: 1000px;
  height: 150px;
}
.under .page_title_area .text_area .h1_bg_area .h1_bg {
  padding: 1rem 2rem;
  transform: skew(-15deg);
  background-color: #2B5C9B;
  position: absolute;
  top: 0;
  left: -60px;
  width: 1000px;
  height: 150px;
  display: none;
}
.under .page_title_area .text_area .h1_bg_area .h1_bg02 {
  padding: 1rem 2rem;
  transform: skew(-15deg);
  background-color: #FFCE46;
  opacity: 0.6;
  position: absolute;
  top: 12px;
  left: -48px;
  width: 1000px;
  height: 150px;
  z-index: -1;
  display: none;
}
.under .page_title_area .text_area .h1_bg_area h1.page_title {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.6;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  z-index: 1;
  /*width: 100%;*/
}

/* ページごと */
#info .page_title_area {
  background-image: url(../images/info_mainimg.jpg);
}
#about .page_title_area {
  background-image: url(../images/about_mainimg.jpg);
}
#committee .page_title_area {
  background-image: url(../images/committee_mainimg.jpg);
}
#member .page_title_area {
  background-image: url(../images/member_mainimg.jpg);
}
#bulletin .page_title_area {
  background-image: url(../images/bulletin_mainimg.jpg);
}
#contact .page_title_area {
  background-image: url(../images/contact_mainimg.jpg);
}
#privacy .page_title_area {
  background-image: url(../images/privacy_mainimg.jpg);
}
#report .page_title_area {
  background-image: url(../images/report_mainimg.jpg);
}


@media only screen and (max-width: 1600px) {
  .under .page_title_area {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 1400px) {
  .under .page_title_area {
    height: 400px;
  }
  .under .page_title_area .text_area .h1_bg_area {
    width: 700px;
    height: 120px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg {
    width: 700px;
    height: 120px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg02 {
    width: 700px;
    height: 120px;
  }
  .under .page_title_area .text_area .h1_bg_area h1.page_title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1280px) {
  .under .page_title_area {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .under .page_title_area {
    height: 300px;
    margin-bottom: 50px;
  }
  .under .page_title_area .text_area .h1_bg_area {
    width: 500px;
    height: 80px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg {
    width: 500px;
    height: 80px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg02 {
    width: 500px;
    height: 80px;
    top: 10px;
    left: -52px;
  }
  .under .page_title_area .text_area .h1_bg_area h1.page_title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .under .page_title_area {
    height: 250px;
    margin-bottom: 20px;
  }
  .under .page_title_area .text_area .h1_bg_area {
    width: 400px;
    height: 70px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg {
    width: 400px;
    height: 70px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg02 {
    width: 400px;
    height: 70px;
  }
  .under .page_title_area .text_area .h1_bg_area h1.page_title {
    font-size: 20px;
    left: 10%;
  }
}

@media only screen and (max-width: 479px) {
  .under .page_title_area .text_area .h1_bg_area {
    width: 320px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg {
    width: 320px;
  }
  .under .page_title_area .text_area .h1_bg_area .h1_bg02 {
    width: 320px;
    top: 6px;
    left: -56px;
  }
  .under .page_title_area .text_area .h1_bg_area h1.page_title {
    font-size: 19px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 370px) {
  .under .page_title_area {
    margin-top: 65px;
  }
  .under .page_title_area .text_area .h1_bg_area h1.page_title {
    font-size: 17px;
  }
}




/* パンくず
----------------------------------------------- */
.under .breadSection {
  border-bottom: none;
}
.under .breadSection .container {
  max-width: 1600px;
  width: 90%;
}
.under .breadSection .breadcrumb>li+li:before {
  content: '＞';
  margin-left: 1em;
  margin-right: 1em;
}
.under .breadSection .breadcrumb span {
  font-size: 18px;
}
.under .breadSection .breadcrumb a {
  color: #000;
}

#info.infolist .breadSection .breadcrumb li:nth-child(n+3),
#info.archive .breadSection .breadcrumb li:nth-child(n+3) {
  display: none;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  .under .breadSection .breadcrumb span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .under .breadSection .breadcrumb span {
    font-size: 14px;
  }
  #info.single .breadSection .breadcrumb li:nth-child(n+3) {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .under .breadSection .breadcrumb>li+li:before {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .under .breadSection .breadcrumb span {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 370px) {
  .under .breadSection .breadcrumb span {
    font-size: 11px;
  }
}











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

	 お知らせ（info）

----------------------------------------------- */
#info .siteContent {
  padding: 80px 0 250px;
}
#info .entry-meta {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  justify-content: left;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  gap: 0 20px;
}
#info.single .entry-meta {
  -webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
  margin-bottom: 30px;
}
#info .entry-meta .entry-meta_items {
  font-size: 16px;
  font-weight: 500;
}
#info .entry-meta .entry-meta_items::before {
  display: none !important;
}
#info .entry-meta .entry-meta_updated {
  display: none !important;
}
#info .entry-meta .entry-meta_items_author {
  display: none !important;
}
#info .entry-meta .multiple_categories {
  width: 100px;
}

#info .entry-meta .entry-meta_items_term {
  float: none !important;
  margin: 0 5px;
  width: 100%;
}
#info .entry-meta .entry-meta_items_term a {
  padding: 3px 0;
  width: 100%;
  pointer-events: none;
}
#info .entry-header {
  border-bottom: none;
}
#info .entry-footer {
  display: none !important;
}
#info .postNextPrev {
  display: none !important;
}
#info .info_back_btn {
  width: 330px;
  margin: 100px auto 0;
}
#info .info_back_btn a {
  color: #2B5C9B;
  border: 2px solid #2B5C9B;
  border-radius: 50px;
  display: block;
  padding: 10px 0 10px 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
#info .info_back_btn a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  padding: 0 30px;
  border-right: 2px solid #2B5C9B;
  font-size: 30px;
  line-height: 50px;
  height: 100%;
}
#info .info_back_btn a:hover {
  color: #fff;
  background-color: #2B5C9B;
}
/*#info .info_back_btn a:hover::before {
  border-right: 2px solid #fff;
}*/



/* 一覧ページ */
#info.infolist .siteContent,
#info.archive .siteContent {
  position: relative;
}
#info.infolist .siteContent .mainSection,
#info.archive .siteContent .mainSection {
  float: unset;
  width: 100%;
  padding: 0;
}
#info.infolist .siteContent .subSection,
#info.archive .siteContent .subSection {
  float: unset;
  width: 250px;
  position: absolute;
  top: -60px;
  right: 5%;
  padding: 0;
}
#info.infolist .siteContent .subSection .subSection-title,
#info.archive .siteContent .subSection .subSection-title {
  color: #fff;
  text-align: center;
  background-color: #2B5C9B;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 0;
}
#info.infolist .siteContent .subSection .subSection-title::after,
#info.archive .siteContent .subSection .subSection-title::after {
  display: none;
}
#info.infolist .siteContent .subSection ul,
#info.archive .siteContent .subSection ul {
  border: 1px solid #707070;
  border-radius: 0 0 15px 15px;
  padding: 10px 20px;
}
#info.infolist .siteContent .subSection ul .cat-item a,
#info.archive .siteContent .subSection ul .cat-item a {
  position: relative;
}
#info.infolist .siteContent .subSection ul .cat-item a::before,
#info.archive .siteContent .subSection ul .cat-item a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 700;
  color: #2B5C9B;
  margin-right: 10px;
  font-size: 12px;
}
#info.infolist .siteContent .subSection ul .cat-item a:hover,
#info.archive .siteContent .subSection ul .cat-item a:hover {
  background-color: #FFCE46;
  text-decoration: none;
}
#info.infolist .subSection li.current-cat>a,
#info.infolist .subSection li.current_page_item>a,
#info.archive .subSection li.current-cat>a,
#info.archive .subSection li.current_page_item>a {
  background-color: rgba(255,206,70,0.6);
}


/* 詳細ページ */
#info.single .siteContent article {
  margin-bottom: 150px;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  #info .siteContent {
    padding: 50px 0 150px;
  }
  #info .entry-meta {
    margin-bottom: 20px;
  }
  #info .entry-meta .entry-meta_items {
    font-size: 15px;
  }
  #info .entry-meta .entry-meta_items_term a {
    padding: 3px 0;
  }
  #info h1.entry-title {
    font-size: 25px;
  }
  #info .info_back_btn a {
    font-size: 18px;
  }
  #info .info_back_btn a::before {
    font-size: 25px;
  }

  #info.infolist .siteContent .subSection,
  #info.archive .siteContent .subSection {
    right: 2%;
  }
}


@media only screen and (max-width: 768px) {
  #info .siteContent {
    padding: 50px 0 100px;
  }
  #info .entry-meta .entry-meta_items {
    font-size: 14px;
    display: initial;
  }
  #info h1.entry-title {
    font-size: 20px;
  }

  #info.single .siteContent article {
    margin-bottom: 100px;
  }
  #info .info_back_btn {
    width: 220px;
    margin: 50px auto 0;
  }
  #info .info_back_btn a {
    font-size: 15px;
    padding: 8px 0 8px 40px;
    border-width: 1px;
  }
  #info .info_back_btn a::before {
    font-size: 20px;
    line-height: 40px;
    padding: 0 20px 0 25px;
    border-width: 1px;
  }

  #info.infolist .siteContent .mainSection,
  #info.archive .siteContent .mainSection {
    margin-bottom: 50px;
  }
  #info.infolist .siteContent .subSection,
  #info.archive .siteContent .subSection {
    position: unset;
    width: 100%;
  }
}


@media only screen and (max-width: 479px) {
  #info .siteContent {
    padding: 30px 0 80px;
  }
  #info .entry-meta {
    gap: 0 10px;
  }
  #info .entry-meta .entry-meta_items_term {
    margin: 0 3px;
  }
  #info .entry-meta .entry-meta_items_term a {
    font-size: 12px;
    padding: 2px 0;
  }
  #info h1.entry-title {
    font-size: 18px;
  }

  #info.single .siteContent article {
    margin-bottom: 100px;
  }
  #info .info_back_btn a {
    font-size: 14px;
  }
  #info .info_back_btn a::before {
    font-size: 18px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 370px) {
  #info .entry-meta .entry-meta_items {
    font-size: 12px;
  }
  #info .entry-meta .entry-meta_items_term a {
    font-size: 11px;
  }
  #info h1.entry-title {
    font-size: 16px;
  }
}



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

	 OISAについて（about）

----------------------------------------------- */
#about dl dt,
#about dl dd {
  font-size: 16px;
  line-height: 1.8;
}

#about .about_greeting .about_greeting_img {
  width: 45%;
}
#about .about_greeting .about_greeting_text {
  width: 50%;
}
#about .about_greeting .about_greeting_text p {
  text-align: justify;
}
#about .about_greeting p.w {
  margin-top: 20px;
  text-align: justify;
}
#about .about_greeting .chairman {
  margin-top: 50px;
  text-align: right;
}

#about .about_overview dl dt {
  width: 22%;
  color: #2B5C9B;
  border-bottom: 1px solid #2B5C9B;
  text-align: center;
  padding: 25px 0;
}
#about .about_overview dl dd {
  width: 78%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 25px 30px;
}
#about .about_overview dl dd .indent {
  padding-left: 2em;
  text-indent: -2em;
}
#about .about_overview dl dd img {
  width: unset;
  border: 1px solid #707070;
}
#about .about_overview .kamei {
  gap: 20px 0;
}
#about .about_overview .download_area ul {
  width: 85%;
  margin: 50px auto 0;
  gap: 20px 80px;
}
#about .about_overview .download_area ul li {
  width: calc( 100% / 2 - 40px );
}
a.dl {
  color: #fff;
  background-color: #2B5C9B;
  border: 2px solid #2B5C9B;
  position: relative;
  padding-right: 30px;
  font-weight: bold;
}
a.dl::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  background-image: url(../images/dl_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 30px;
}
a.dl:hover {
  color: #FFCE46;

}
#about .about_overview .download_area ul li a {
  min-height: 75px;
  border-radius: 20px;
  text-align: center;
}

#about .about_officer dl dt {
  width: 24%;
  text-align: left;
  padding: 10px 0px 10px 30px;
  border: 1px solid #ccc;
  border-top: none;
}
#about .about_officer dl dd {
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#about .about_officer dl .dl_title {
  color: #fff;
  background-color: #2B5C9B;
  text-align: center;
  padding: 10px 0;
}
#about .about_officer dl .name {
  width: 16%;
}
#about .about_officer dl .company_name {
  width: 60%;
}





@media only screen and (max-width: 1024px) {
  #about dl dt,
  #about dl dd {
    font-size: 15px;
  }
  #about .about_overview .download_area ul {
    gap: 20px 40px;
  }
  #about .about_overview .download_area ul li {
    width: calc( 100% / 2 - 20px );
  }
  #about .about_overview .download_area ul li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #about .about_greeting .about_greeting_img {
    width: 70%;
    margin: 0 auto 30px;
  }
  #about .about_greeting .about_greeting_text {
    width: 90%;
    margin: 0 auto;
  }
  #about .about_greeting p.w {
    width: 90%;
    margin: 0 auto;
  }
  #about .about_overview .download_area ul li {
    width: 100%;
  }
  #about .about_officer dl dt {
    width: 100%;
    padding: 8px 20px;
    border: none;
    color: #fff;
    background-color: #2B5C9B;
  }
  #about .about_officer dl dd {
    padding: 0 10px;
    border: none;
  }
  #about .about_officer dl .dl_title {
    display: none;
  }
  #about .about_officer dl .name {
    width: 100%;
  }
  #about .about_officer dl .company_name {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  #about dl dt,
  #about dl dd {
    font-size: 14px;
    line-height: 1.5;
  }
  #about .about_greeting .about_greeting_img {
    width: 80%;
  }
  #about .about_greeting .about_greeting_text {
    width: 100%;
  }
  #about .about_greeting p.w {
    width: 100%;
  }
  #about .about_greeting .chairman {
    margin-top: 20px;
  }

  #about .about_overview dl dt {
    width: 100%;
    color: #fff;
    background-color: #2B5C9B;
    padding: 10px 0;
    border-bottom: none;
  }
  #about .about_overview dl dd {
    width: 100%;
    padding: 20px 10px;
    border-bottom: none;
  }
  #about .about_overview dl dd .kamei a {
    text-align: center;
  }
  #about .about_overview .download_area ul {
    width: 100%;
    margin: 20px auto 0;
  }
  #about .about_overview .download_area ul li a {
    font-size: 14px;
    min-height: 70px;
  }
  a.dl::after {
    width: 20px;
    height: 24px;
  }
  #about .about_officer dl .name {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 370px) {
  #about dl dt,
  #about dl dd {
    font-size: 13px;
  }
}



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

	 委員会活動（committee）

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

#committee .committee_main {
  margin-bottom: 100px;
}
#committee .committee_main .waku {
  border: 1px solid #2B5C9B;
  border-radius: 25px;
  padding: 30px 100px;
}
#committee .indent {
  padding-left: 2em;
  text-indent: -2em;
}
#committee .committee_box {
  margin-bottom: 120px;
}
#committee .committee_box dl dt,
#committee .committee_box dl dd {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 30px;
}
#committee .committee_box dl dt {
  width: 22%;
  text-align: center;
  color: #fff;
  background-color: #2B5C9B;
  border-bottom: 1px solid #ccc;
}
#committee .committee_box dl dd {
  width: 78%;
  border: 1px solid #ccc;
  border-bottom: none;
}
#committee .committee_box dl .bb {
  border-bottom: 1px solid #ccc;
}
#committee .committee_box ul li {
  padding-left: 2.8em;
  text-indent: -2.8em;
  font-size: 16px;
  line-height: 1.8;
}





@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  #committee .committee_main {
    margin-bottom: 80px;
  }
  #committee .committee_main .waku {
    padding: 30px 60px;
  }
  #committee .committee_box {
    margin-bottom: 100px;
  }
  #committee .committee_box dl dt,
  #committee .committee_box dl dd {
    font-size: 15px;
  }
  #committee .committee_box ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #committee .committee_box dl dt,
  #committee .committee_box dl dd {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 600px) {
  #committee .committee_box dl dt {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 479px) {
  #committee .committee_main {
    margin-bottom: 50px;
  }
  #committee .committee_main .waku {
    padding: 20px 30px;
  }
  #committee .committee_box {
    margin-bottom: 60px;
  }
  #committee .committee_box dl dt,
  #committee .committee_box dl dd {
    font-size: 14px;
    line-height: 1.5;
  }
  #committee .committee_box dl dt {
    width: 25%;
  }
  #committee .committee_box dl dd {
    width: 75%;
    padding: 15px 10px;
  }
  #committee .committee_box ul li {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 370px) {
  #committee .committee_main .waku {
    padding: 15px;
  }
  #committee .committee_box dl dt,
  #committee .committee_box dl dd {
    font-size: 13px;
  }
  #committee .committee_box dl dt {
    padding: 10px 0;
  }
  #committee .committee_box dl dd {
    padding: 10px 8px;
  }
  #committee .committee_box ul li {
    font-size: 13px;
  }
}




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

	 会員企業一覧（member）

----------------------------------------------- */
#member p.sp600 {
  display: none;
}
#member .member_list_table table tr:nth-child(2n) td {
  background: #f2f2f2;
}
#member .tablepress thead th {
  color: #fff;
  background-color: #2B5C9B;
  text-align: center;
  font-size: 16px;
}
#member .tablepress td {
  border: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
}
#member .tablepress td.column-2 {
  text-align: left;
  padding-left: 30px;
}
#member .tablepress td.column-2 a {
  color: #2B5C9B;
}
#member .tablepress td.column-2 a:hover {
  color: #FFCE46;
}
#member .tablepress td.column-2 a:nth-of-type(1)::after {
  font-family: "Font Awesome 5 Free";
  content: '\f08e';
  font-weight: 900;
  font-size: 13px;
  margin-left: 10px;
}
#member .tablepress td.column-2 a:nth-of-type(2){
  text-decoration: underline;
}
#member .tablepress td.column-3 a{
  color: #2B5C9B;
  /* text-decoration: underline; */
}
#member .tablepress td.column-3 a:hover {
  color: #FFCE46;
}

@media only screen and (max-width: 1024px) {
  #member .tablepress thead th {
    font-size: 15px;
  }
  #member .tablepress td {
    font-size: 15px;
  }
  #member .tablepress td.column-2 a::after  {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #member .tablepress td.column-2 {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #member p.sp600 {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
  }
  /*#member .member_list_table {
    overflow-x: scroll;
  }
  #member .member_list_table table {
    width: 700px;
  }*/
  #member .tablepress th.column-1 {
    width: 25% !important;
  }
}

@media only screen and (max-width: 479px) {
  #member .tablepress thead th {
    font-size: 13px;
  }
  #member .tablepress td {
    font-size: 13px;
  }
  #member .tablepress td.column-2 {
    padding: var(--padding);
  }
  #member .tablepress td.column-2 a::after {
    font-size: 10px;
  }
}







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

	 機関紙（bulletin）

----------------------------------------------- */
#bulletin .bulletin_area .bulletin_box {
  margin-bottom: 80px;
}
#bulletin .bulletin_area .bulletin_cat_name {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#bulletin .bulletin_area .bulletin_cat_name::before {
  content: '◆';
  margin-right: 10px;
}
#bulletin .bulletin_area .bulletin_list {
  gap: 20px 60px;
}
#bulletin .bulletin_area .bulletin_list li {
  width: calc( 100% / 3 - 40px );
}
#bulletin .bulletin_area .bulletin_list li a.dl {
  display: block;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 20px;
}
#bulletin .bulletin_area .bulletin_list li a.dl::after {
  right: 12%;
}




@media only screen and (max-width: 1024px) {
  #bulletin .bulletin_area .bulletin_cat_name {
    font-size: 25px;
  }
  #bulletin .bulletin_area .bulletin_list {
    gap: 20px 30px;
  }
  #bulletin .bulletin_area .bulletin_list li {
    width: calc( 100% / 3 - 20px );
  }
  #bulletin .bulletin_area .bulletin_list li a.dl {
    font-size: 18px;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 768px) {
  #bulletin .bulletin_area .bulletin_box {
    margin-bottom: 60px;
  }
  #bulletin .bulletin_area .bulletin_list {
    gap: 20px 20px;
  }
  #bulletin .bulletin_area .bulletin_list li {
    width: calc( 100% / 3 - 13.4px );
  }
  #bulletin .bulletin_area .bulletin_list li a.dl {
    font-size: 16px;
    padding: 12px 30px;
  }
}

@media only screen and (max-width: 600px) {
  #bulletin .bulletin_area .bulletin_list li {
    width: calc( 100% / 2 - 10px );
  }
}


@media only screen and (max-width: 479px) {
  #bulletin .bulletin_area .bulletin_box {
    margin-bottom: 40px;
  }
  #bulletin .bulletin_area .bulletin_cat_name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #bulletin .bulletin_area .bulletin_list {
    gap: 10px;
  }
  #bulletin .bulletin_area .bulletin_list li {
    width: calc( 100% / 2 - 5px );
  }
  #bulletin .bulletin_area .bulletin_list li a.dl {
    font-size: 14px;
    padding: 8px 20px;
  }
}




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

	 入会申込・お問合せ（contact）

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

#contact form#mail_form * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}
#contact form#mail_form {
	width: 100%;
  max-width: unset;
	margin: 50px auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	line-height: 1.8;
}
#contact form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
}
#contact form#mail_form dl:after,
#contact form#mail_form dl dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contact form#mail_form dl dt {
	width: 30%;
	float: left;
	padding: 35px 0 25px;
	text-align: right;
}
#contact form#mail_form dl dd {
	width: 65%;
	float: right;
	padding: 30px 0 25px 5%;
}
#contact form#mail_form dl dt i {
	float: left;
	position: relative;
	top: -2px;
}
#contact form#mail_form dl dt span.required,
#contact form#mail_form dl dt span.optional {
	display: inline-block;
	font-size: 85%;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
  font-style: normal;
}
#contact form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}
#contact form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}
#contact form#mail_form dl dd span.error_blank,
#contact form#mail_form dl dd span.error_format,
#contact form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 5px;
}
#contact form#mail_form input[type="text"],
#contact form#mail_form input[type="email"],
#contact form#mail_form input[type="tel"] {
	width: calc( 100% - 4% - 2px );
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
  appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}
#contact form#mail_form input[type="text"]:focus,
#contact form#mail_form input[type="email"]:focus,
#contact form#mail_form input[type="tel"]:focus,
#contact form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}
#contact form#mail_form ul li input[type="radio"],
#contact form#mail_form ul li input[type="checkbox"] {
	margin: 0 10px 0 0;
}
#contact form#mail_form select {
	padding: 7px 2%;
	border: 1px solid #cccccc;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}
#contact form#mail_form textarea {
	display: block;
	width: calc( 100% - 4% - 2px );
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
  appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}
#contact form#mail_form ul {
	list-style-type: none;
}
#contact form#mail_form ul li label {
	display: block;
	padding: 7px 2%;
	border-radius: 3px;
}
#contact form#mail_form ul.contact_type li {
  width: 33%;
}
/*#contact form#mail_form input[name="company"] {
	width: 70%;
}*/
#contact form#mail_form input[name="name"],
#contact form#mail_form input[name="read"],
#contact form#mail_form input[name="postal"],
#contact form#mail_form input[name="phone"],
#contact form#mail_form input[name="schedule"] {
	width: 30%;
}
/*#contact form#mail_form input[name="mail_address"],
#contact form#mail_form input[name="mail_address_confirm"] {
	width: 80%;
}*/
#contact form#mail_form input[name="postal"] + a {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 16px;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}
#contact form#mail_form input[name="postal"] + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}
#contact form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
  text-align: center;
}
#contact form#mail_form input[type="button"] {
	padding: 7px 100px;
	border: 1px solid #2B5C9B;
	border-radius: 3px;
	background: #2B5C9B;
	font-size: 16px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
  appearance: none;
}
#contact form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #FFCE46;
	border: 1px solid #FFCE46;
}

#contact form#mail_form p {
  margin: 20px auto 0;
}
#contact form#mail_form p a {
  color: #2B5C9B;
  font-weight: 500;
  border-bottom: 1px solid #2B5C9B;
  padding-bottom: 2px;
}





@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  #contact form#mail_form {
  	width: 95%;
  	font-size: 100%;
  }
  #contact form#mail_form dl dt {
  	width: auto;
  	float: none;
  	padding: 25px 0 10px;
  	text-align: left;
  	font-weight: bold;
  }
  #contact form#mail_form dl dd {
  	width: auto;
  	float: none;
  	padding: 0px 0 20px 0px;
  }
  #contact form#mail_form dl dt i {
  	float: none;
  	position: static;
  	font-weight: normal;
  }
  #contact form#mail_form dl dt span.required,
  #contact form#mail_form dl dt span.optional {
  	margin: 0 15px 0 0;
  }
  #contact form#mail_form input[name="phone"],
  #contact form#mail_form input[name="schedule"] {
  	width: 60%;
  }
  #contact form#mail_form p#form_submit {
  	padding: 25px 0;
  }
  #contact form#mail_form input[type="button"] {
  	margin-left: 0;
  }

}

@media only screen and (max-width: 479px) {
  #contact form#mail_form dl dt {
    padding: 10px 0 10px;
    font-size: 14px;
  }
  #contact form#mail_form dl dd {
    padding: 0px 0 10px 0px;
    font-size: 14px;
  }
  #contact form#mail_form input[type="text"],
  #contact form#mail_form input[type="email"],
  #contact form#mail_form input[type="tel"] {
  	font-size: 14px;
  }
  #contact form#mail_form textarea {
  	font-size: 14px;
  }
  #contact form#mail_form p {
    width: 85%;
    margin: 10px auto 0;
  }
}


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

	 プライバシーポリシー（privacy）

----------------------------------------------- */
#privacy .privacy_area .privacy_box {
  margin-bottom: 80px;
}
#privacy .privacy_area .privacy_box h2 {
  text-align: left;
  margin-bottom: 20px;
}




@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  #privacy .privacy_area .privacy_box {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  #privacy .privacy_area .privacy_box {
    margin-bottom: 40px;
  }
  #privacy .privacy_area .privacy_box h2 {
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}





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

	 report（総会報告）

----------------------------------------------- */
#report .report_list .media {
  border-bottom: none;
  padding: 0;
  margin-bottom: 50px;
}
#report .report_list .media .report_title {
  color: #2B5C9B;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
}
#report .report_list .media .report_title::before {
  content: '◆ ';
}
#report .report_contents {
  background-color: #ebebeb;
  padding: 20px 60px;
}
#report .report_contents p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}


@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  #report .report_contents {
    padding: 20px 30px;
  }
  #report .report_contents p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  #report .siteContent .col {
    padding-left: 0;
    padding-right: 0;
  }
  #report .report_contents {
    padding: 15px 20px;
  }
  #report .report_contents p {
    font-size: 14px;
  }
}




/*詳細ページ*/
#report .siteContent {
  padding-top: 80px;
}
#report article .entry-header {
  border: none;
}
#report article .entry-header .entry-meta {
  display: none;
}
#report article .entry-header .entry-title {
  color: #2B5C9B;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
}
#report article .entry-header .entry-title::before {
  content: '◆';
}
#report .postNextPrev {
  display: none;
}
#report .report_back_btn a {
  display: block;
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: 80px auto 0;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#report.single article .entry-body h4 {
  border-top: 1px solid #1F1F2D;
  border-bottom: 1px solid #1F1F2D;
  padding: 10px 20px;
}
#report.single article .entry-body .report_box {
  margin-bottom: 80px !important;
}
#report.single article .entry-body .table {
  margin-top: 0;
}
#report.single article .entry-body .table table {
  border: none;
}
#report.single article .entry-body .table table tr td {
  border: 1px dotted #ccc;
  border-top: none;
  vertical-align: middle;
  /*border-bottom: 1px dashed #ccc;*/
}
#report.single article .entry-body .table table tr:first-of-type td {
  background-color: #d9d9d9;
  text-align: center;
  font-weight: bold;
}
#report.single article .entry-body .table table tr:last-of-type td {
  border-bottom: 1px solid #1F1F2D;
}
#report.single article .entry-body .table table tr td:first-of-type {
  border-left: none;
}
#report.single article .entry-body .table table tr td:last-of-type{
  border-right: none;
}
#report.single article .entry-body .table.giji table tr:first-of-type td {
  background-color: unset;
  text-align: left;
  font-weight: normal;
}
#report.single article .entry-body .table.giji table tr td:first-of-type {
  background-color: #d9d9d9;
  text-align: center;
  font-weight: bold;
  width: 20%;
}
#report.single article .entry-body .table.giji table tr td:last-of-type {
  padding-left: 50px;
}
#report.single article .entry-body .table.yosan table tr:last-of-type td {
  border-top: 1px solid #ccc;
}
#report.single article .entry-body .table.yakuin table tr td:last-of-type {
  width: 50%;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  #report article .entry-header .entry-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #report article .entry-header .entry-title {
    font-size: 22px;
  }
  #report.single article .entry-body h4 {
    font-size: 18px;
  }
  #report.single article .entry-body h5 {
    line-height: 1.5;
  }
  #report.single article .entry-body .table table tr td {
    padding: 10px;
  }
  #report.single article .entry-body .table.giji table tr td:last-of-type {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  #report article .entry-header .entry-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  #report .siteContent {
    padding-top: 50px;
  }
  #report .report_back_btn a {
    margin: 50px auto 0;
    padding: 20px 0;
    font-size: 14px;
  }
  #report.single article .entry-body .report_box {
    margin-bottom: 50px !important;
  }
  #report article .entry-header .entry-title {
    font-size: 18px;
  }
  #report.single article .entry-body h4 {
    font-size: 15px;
    padding: 10px;
  }
  #report.single article .entry-body h5 {
    font-size: 16px;
  }
  #report.single article .entry-body .table table tr td {
    font-size: 13px;
  }
  #report.single article .entry-body .table.yosan table tr td,
  #report.single article .entry-body .table.yakuin table tr td {
    font-size: 12px;
    padding: 10px 5px;
  }
  #report.single article .entry-body .table.giji table tr td:first-of-type {
    width: 30%;
  }
  #report.single article .entry-body .table.giji table tr td:last-of-type {
    padding: 10px 10px;
  }
  #report.single article .entry-body .table.yakuin table tr td:first-of-type {
    width: 20%;
  }
}





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

	 *******

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

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}
