@charset "UTF-8";
/*
Theme Name: オリジナルテーマ
Theme URI:
Description: オリジナルテーマ01
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  opacity: 0.9;
  transition: 0.3s;
}

p, a, span, strong {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p, a, span, strong {
    font-size: 13px;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
img {
  max-width: 100%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
}

.btn {
  display: flex;
  max-width: 160px;
  background-color: #3B559A;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .btn {
    font-size: 12px;
  }
}

.btn3 {
  position: relative;
  max-width: 450px;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background: linear-gradient(70deg, #5f8bc9 0%, #395b9a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin: 0 auto;
}
.btn3::before, .btn3::after {
  position: absolute;
  top: 53%;
  right: 20px;
  height: 1px;
  background: white;
  content: "";
}
.btn3::before {
  width: 40px;
  transform: translateY(-50%);
}
.btn3::after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

.breadcrumb {
  margin-bottom: 30px !important;
  background-color: #f4f4f4;
  padding: 2px 20px 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 950px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 950px) {
  .breadcrumb li a {
    font-size: 12px;
  }
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0 5px 0 8px;
}

span.red {
  color: #C90000;
}

.flex {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-flow: wrap;
}

.memberPage .btn {
  background-color: #64b53b;
}
.memberPage .btn3 {
  background: linear-gradient(70deg, #60c95f 0%, #399a3e 100%);
}

header {
  position: fixed;
  padding: 10px 20px;
  width: calc(100% - 40px);
  z-index: 10;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 30;
}
@media screen and (max-width: 1000px) {
  header {
    padding: 0;
    width: calc(100% - 55px);
    height: 55px;
  }
}
header.hdrMember .hdrContent #nav_global {
  display: flex;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  header.hdrMember .hdrContent #nav_global {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  header.hdrMember .hdrContent #nav_global dt {
    background-color: #64b53b;
  }
}
header.hdrMember .hdrContent #nav_global dd ul {
  padding: 2px 10px 5px;
}
header.hdrMember .hdrContent #nav_global dd ul li a {
  color: #222222;
}
header.hdrMember .hdrContent .hdrBtn {
  position: relative;
  top: 10px;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  header.hdrMember .hdrContent .hdrBtn {
    top: 0;
    gap: 0;
  }
}
header.hdrMember .hdrContent .hdrBtn::after {
  position: absolute;
  content: "政治連盟会員様のページ";
  right: 0;
  top: -22px;
  font-size: 11px;
  padding: 0 8px;
  border: 1px solid #64b53b;
  color: #64b53b;
  font-weight: bold;
  width: calc(100% - 18px);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  header.hdrMember .hdrContent .hdrBtn::after {
    content: unset;
  }
}
header.hdrMember .hdrContent .hdrBtn .generalBtn, header.hdrMember .hdrContent .hdrBtn .loginBtn, header.hdrMember .hdrContent .hdrBtn .mypageBtn {
  height: 12px;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  header.hdrMember .hdrContent .hdrBtn .generalBtn, header.hdrMember .hdrContent .hdrBtn .loginBtn, header.hdrMember .hdrContent .hdrBtn .mypageBtn {
    height: 55px;
  }
}
header.hdrMember .hdrContent .hdrBtn .member-block {
  display: none !important;
}
header.hdrMember .hdrContent .hdrBtn .member-none {
  display: flex !important;
}
header.hdrMember .hdrContent .gNav ul li a.current::after {
  background-color: #3B559A;
  bottom: -18px;
}
header.hdrMember .hdrContent .gNav .nav_child {
  top: 41px;
  right: -50px;
}
header.hdrMember .hdrContent .gNav .nav_child li a {
  color: white !important;
}
header .hdrContent {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header .hdrContent {
    margin-bottom: 0;
    height: 100%;
    padding-left: 5px;
    gap: 5px;
  }
}
header .hdrContent .logoImg {
  display: flex;
  max-width: 500px;
  height: max-content;
}
header .hdrContent .logoImg p {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  header .hdrContent .logoImg p {
    display: none;
  }
}
header .hdrContent .hdrNav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrNav {
    gap: 10px;
  }
}
header .hdrContent .hdrBtn {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn {
    gap: 0;
    height: 100%;
  }
}
header .hdrContent .hdrBtn .loginBtn, header .hdrContent .hdrBtn .contactBtn, header .hdrContent .hdrBtn .mypageBtn, header .hdrContent .hdrBtn .generalBtn {
  width: max-content;
  background-image: unset;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .loginBtn, header .hdrContent .hdrBtn .contactBtn, header .hdrContent .hdrBtn .mypageBtn, header .hdrContent .hdrBtn .generalBtn {
    font-size: 11px;
    text-align: center;
    width: 55px;
    padding: 0;
    line-height: 1.3;
  }
}
header .hdrContent .hdrBtn .loginBtn .br-sp, header .hdrContent .hdrBtn .contactBtn .br-sp, header .hdrContent .hdrBtn .mypageBtn .br-sp, header .hdrContent .hdrBtn .generalBtn .br-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .loginBtn .br-sp, header .hdrContent .hdrBtn .contactBtn .br-sp, header .hdrContent .hdrBtn .mypageBtn .br-sp, header .hdrContent .hdrBtn .generalBtn .br-sp {
    display: block;
  }
}
header .hdrContent .hdrBtn .loginBtn {
  position: relative;
  background-color: #ee7801;
  border-radius: 5px;
}
header .hdrContent .hdrBtn .loginBtn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .loginBtn {
    border-radius: 0px;
    height: 55px;
  }
  header .hdrContent .hdrBtn .loginBtn::after {
    content: unset;
  }
}
header .hdrContent .hdrBtn .mypageBtn {
  position: relative;
  border-radius: 5px;
  background-color: #383838;
  padding: 5px 25px 5px 20px;
}
header .hdrContent .hdrBtn .mypageBtn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .mypageBtn {
    border-radius: 0px;
    height: 55px;
    padding: 0;
  }
  header .hdrContent .hdrBtn .mypageBtn::after {
    content: unset;
  }
}
header .hdrContent .hdrBtn .generalBtn {
  position: relative;
  border-radius: 5px;
  background-color: #64b53b;
  padding: 5px 20px 5px 13px;
}
header .hdrContent .hdrBtn .generalBtn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .generalBtn {
    border-radius: 0px;
    height: 55px;
    padding: 0;
  }
  header .hdrContent .hdrBtn .generalBtn::after {
    content: unset;
  }
}
header .gNav .nav_child {
  display: none;
}
@media screen and (min-width: 768px) {
  header .gNav .nav_child {
    position: absolute;
    max-width: 220px;
    top: 39px;
    right: 20px;
  }
  header .gNav .nav_child li a {
    padding: 10px 20px;
    color: white;
    background-color: #464646;
    display: block;
    font-size: 13px;
  }
}
header .gNav ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
}
header .gNav ul li a.current {
  position: relative;
  color: #3B559A;
}
header .gNav ul li a.current::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-color: #3B559A;
}
header .gNav ul .btn_parent {
  cursor: pointer;
}
header .gNav ul .btn_parent a {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  header {
    /* グローバルナビゲーション(SP)  */
  }
  header .gNav ul {
    display: unset;
  }
  header .gNav ul li a.current {
    position: unset;
  }
  header .gNav ul li a.current::after {
    content: unset;
  }
  header #nav_global {
    position: relative;
    z-index: 1001;
  }
  header #nav_global dt {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #3B559A;
  }
  header #nav_global dt #btn_navcon {
    position: absolute;
    z-index: 1001;
    top: 17px;
    right: 12px;
    width: 30px;
    cursor: pointer;
  }
  header #nav_global dt ul {
    width: auto;
    height: 23px;
    list-style: none;
    margin: 0 auto 6px;
  }
  header #nav_global dt ul li {
    width: auto;
    height: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: white;
    margin: 0 0 6px;
  }
  header #nav_global dt.is_active {
    width: 380px;
    height: 100vh;
    border-radius: 0;
  }
  header #nav_global dt.is_active li:nth-child(2) {
    opacity: 0;
  }
  header #nav_global dt.is_active li {
    -webkit-transform: translatey(8px) rotate(45deg);
    transform: translatey(8px) rotate(45deg);
  }
  header #nav_global dt.is_active li:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
  }
  header #nav_global dd {
    position: fixed;
    top: 95px;
    right: -380px;
    width: 380px;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    overflow: visible;
    font-family: YakuHanJP, "Noto Sans Bold", sans-serif;
    letter-spacing: 0.1em;
    color: white;
  }
  header #nav_global dd ul {
    position: relative;
    z-index: 1001;
    width: auto;
    list-style: none;
  }
  header #nav_global dd ul li {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid white;
    font-size: 15px;
  }
  header #nav_global dd ul li a, header #nav_global dd ul li span {
    display: block;
    width: auto;
    cursor: pointer;
    padding: 22px;
    color: white;
  }
  header #nav_global dd .btn_parent {
    position: relative;
    cursor: pointer;
  }
  header #nav_global dd .btn_parent::after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  header #nav_global dd .btn_parent.is_open_2 {
    position: relative;
    color: white;
    background-color: #3B559A;
  }
  header #nav_global dd .btn_parent.is_open_2:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  header #nav_global dd ul.nav_child {
    display: none;
    width: auto;
    background-color: #24345f;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  header #nav_global dd ul.nav_child li {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  header #nav_global dd ul.nav_child li:first-child {
    border-top: 0;
  }
  header #nav_global dd ul.nav_child a {
    padding: 15px 20px;
    background-color: #24345f;
  }
  header #nav_global dd > ul:first-child {
    padding-bottom: 100px;
  }
  header #nav_global dd.is_open {
    right: 0;
    opacity: 1;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header #nav_global dd.is_open::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  header.is-fixed {
    padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.is-fixed .hdrContent {
    margin-bottom: 0px;
  }
  header.is-fixed .hdrContent .logoImg {
    max-width: 430px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  header.is-fixed .hdrContent .logoImg {
    position: unset;
  }
}
@media screen and (max-width: 1000px) {
  header.is-fixed .hdrContent .logoImg p {
    font-size: 13px;
  }
  header.is-fixed .hdrContent .hdrBtn .loginBtn, header.is-fixed .hdrContent .hdrBtn .contactBtn, header.is-fixed .hdrContent .hdrBtn .mypageBtn, header.is-fixed .hdrContent .hdrBtn .generalBtn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  header.is-fixed .gNav .nav_child {
    top: 36px;
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  header.is-fixed .gNav ul li a, header.is-fixed .gNav ul li span {
    font-size: 13px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.is-fixed .gNav ul li a.current::after, header.is-fixed .gNav ul li span.current::after {
    bottom: -14px;
  }
}
/* トップへ戻るボタン */
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  background: #3B559A;
  color: #fff;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  font-size: 11px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 50;
}
#page_top img {
  width: 20px;
}
#page_top:hover {
  background: #009d9d;
}

.member-none {
  display: none !important;
}

.memberPage .member-none {
  display: block !important;
}
.memberPage header.hdrMember {
  background-color: #64b53b;
}
.memberPage header.hdrMember .hdrContent #nav_global {
  background-color: #64b53b;
}
@media screen and (max-width: 1000px) {
  .memberPage header.hdrMember .hdrContent #nav_global dt {
    background-color: #64b53b;
  }
}
.memberPage header.hdrMember .hdrContent #nav_global dd ul li a {
  color: white;
}
.memberPage header.hdrMember .hdrContent .hdrBtn::after {
  border: 1px solid white;
  color: white;
}
.memberPage header.hdrMember .hdrContent .hdrBtn .generalBtn {
  background-color: #0070c0;
}
.memberPage header.hdrMember .hdrContent .hdrBtn .member-block {
  display: flex !important;
}
.memberPage header.hdrMember .hdrContent .hdrBtn .member-none {
  display: none !important;
}
.memberPage header.hdrMember .hdrContent .gNav ul li a.current {
  background-color: #64b53b;
}
.memberPage header.hdrMember .hdrContent .gNav ul li a.current::after {
  background-color: #64b53b;
}
.memberPage header.hdrMember .hdrContent .gNav .nav_child {
  right: 170px;
}
.memberPage #page_top {
  background: #64b53b;
}

.sidebar a {
  color: #222222;
}

.mainVisual {
  position: relative;
  margin-top: 54px;
}
.mainVisual .mainVisual-img {
  width: 100%;
}
.mainVisual .catchCopy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 40vw;
}
@media screen and (max-width: 767px) {
  .mainVisual .catchCopy {
    top: 12%;
    bottom: unset;
    left: 0;
    right: 0;
    width: 80vw;
    margin: 0 auto;
  }
}
.mainVisual .catchCopy p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.875rem, -0.625rem + 5vw, 3.125rem);
  font-weight: 700;
  color: white;
}
.mainVisual .catchCopy img {
  width: 100%;
}

main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
main .container .section-header {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  padding: 23px 0 6px;
  margin-bottom: 80px;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .container .section-header {
    font-size: 30px;
    padding: 0;
    margin-bottom: 60px;
  }
}
main .container .section-header:before {
  position: absolute;
  content: attr(data-en);
  bottom: -20px;
  left: 0;
  right: 0;
  font-size: 20px;
  color: #CCCCCC;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .container .section-header:before {
    font-size: 15px;
  }
}
main .container .section-header:after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  right: 0;
  width: 70px;
  height: 5px;
  margin: 0 auto;
  background-color: #3B559A;
}
@media screen and (max-width: 767px) {
  main .container .section-header:after {
    bottom: -25px;
    height: 4px;
  }
}
main .container .section-header span {
  font-size: 40px;
}
@media screen and (max-width: 950px) {
  main .container .section-header span {
    font-size: 35px;
  }
}
main .news {
  background-image: url(./images/top/bg1.jpg);
  background-size: cover;
  max-width: unset;
  padding: 0 0 80px;
  margin-top: 50px;
}
main .news .news-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
main .news .news-content ul {
  margin-bottom: 50px;
}
main .news .news-content ul li {
  position: relative;
  border-bottom: 1px solid #523A3A;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 25px 5px 5px;
}
@media screen and (max-width: 500px) {
  main .news .news-content ul li {
    flex-flow: column;
    align-items: baseline;
    gap: 5px !important;
    padding: 15px 5px;
  }
}
main .news .news-content ul li::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #383838;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  main .news .news-content ul li::after {
    content: unset;
  }
}
main .news .news-content ul li a {
  width: 100%;
}
main .news .news-content ul li .news-info {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 250px;
}
main .news .news-content ul li .news-info .news-date {
  color: #3B559A;
}
main .news .news-content ul li .news-info .news-cat {
  background-color: #3B559A;
  color: white;
  width: 100%;
  max-width: 100px;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  padding: 1px 0;
}
@media screen and (max-width: 767px) {
  main .news .news-content ul li .news-info .news-cat {
    font-size: 11px;
  }
}
main .news .news-content ul li .news-title {
  font-weight: 700;
}
main .news .news-content .btn {
  position: relative;
  max-width: 460px;
  border-radius: 5px;
  padding: 10px 20px;
}
main .news .news-content .btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
main .report {
  position: relative;
  max-width: unset;
  padding: 0;
  margin-top: 70px;
}
main .report::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #F2F2F2;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .report {
    margin-top: 50px;
  }
}
main .report .report-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px 70px;
}
main .report .report-content ul {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  main .report .report-content ul {
    flex-flow: column;
  }
}
main .report .report-content ul li {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 500px) {
  main .report .report-content ul li {
    max-width: 100%;
  }
}
main .report .report-content ul li .report-date {
  position: absolute;
  top: 0;
  padding: 2px 7px;
  background-color: #3B559A;
  color: white;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main .report .report-content ul li .report-date {
    font-size: 13px;
  }
}
main .report .report-content ul li .report-img img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}
main .report .report-content ul li .report-title {
  color: #3B559A;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  main .report .report-content ul li .report-title {
    font-size: 17px;
  }
}
main .report .report-content ul li .btn2 {
  position: relative;
  width: 100%;
  max-width: calc(100% - 40px);
  border: 1px solid #383838;
  background-color: white;
  color: #383838;
  margin-top: 20px;
  border-radius: 0;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  font-size: 12px;
}
main .report .report-content ul li .btn2::before, main .report .report-content ul li .btn2::after {
  position: absolute;
  top: 55%;
  right: 10px;
  height: 1px;
  background: #343434;
  content: "";
}
main .report .report-content ul li .btn2::before {
  width: 30px;
  transform: translateY(-50%);
}
main .report .report-content ul li .btn2::after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
main .report .report-content .btn {
  position: relative;
  max-width: 460px;
  border-radius: 5px;
  padding: 10px 20px;
}
main .report .report-content .btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
main .about {
  max-width: unset;
  position: relative;
  padding: 0;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  background-image: url(./images/top/bg2.jpg);
  background-size: cover;
  z-index: -1;
  top: -100px;
}
main .about .about-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 0 60px;
}
main .about .about-content .about-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
main .about .about-content .about-header .section-header {
  margin-bottom: 60px;
}
main .about .about-content .about-header .about-header-link {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #3B559A;
  text-decoration: underline;
}
main .about .about-content .about-item .about-text {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  main .about .about-content .about-item .about-text {
    flex-flow: column;
  }
}
main .about .about-content .about-item .about-text img {
  max-width: 130px;
}
main .about .about-content .about-item .about-btn {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
  max-width: 780px;
  margin: 50px auto 0;
}
main .about .about-content .about-item .about-btn .btn {
  position: relative;
  background-color: #383838;
  border-radius: 5px;
  font-size: 13px;
  max-width: calc(33.3333333333% - 55px);
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  main .about .about-content .about-item .about-btn .btn {
    max-width: calc(50% - 50px);
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  main .about .about-content .about-item .about-btn .btn {
    max-width: 100%;
  }
}
main .about .about-content .about-item .about-btn .btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
main .fBnr {
  max-width: 1200px;
}
main .fBnr .fBnr-content {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  main .fBnr .fBnr-content {
    gap: 10px;
  }
}
main .fBnr .fBnr-content a {
  max-width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  main .fBnr .fBnr-content a {
    max-width: calc(50% - 5px);
  }
}
@media screen and (max-width: 500px) {
  main .fBnr .fBnr-content a {
    max-width: 100%;
  }
}

.memberPage main .container .section-header:after {
  background-color: #64b53b;
}
.memberPage main .news .news-content ul li .news-info .news-date {
  color: #64b53b;
}
.memberPage main .news .news-content ul li .news-info .news-cat {
  background-color: #64b53b;
}
.memberPage main .report .report-content ul li .report-date {
  background-color: #64b53b;
}
.memberPage main .report .report-content ul li .report-title {
  color: #64b53b;
}

.page-template-default header,
.archive header,
.single header {
  background-color: white;
  z-index: 100;
}

.page-content,
.archive-content,
.single-content {
  position: relative;
  top: 54px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-content,
  .archive-content,
  .single-content {
    top: 55px;
    padding-bottom: 0px;
  }
}
.page-content .page-head,
.archive-content .page-head,
.single-content .page-head {
  position: relative;
  width: 100%;
  height: 300px;
}
.page-content .page-head::after,
.archive-content .page-head::after,
.single-content .page-head::after {
  content: "";
  background: rgb(95, 139, 201);
  background: linear-gradient(90deg, rgb(95, 139, 201) 0%, rgb(57, 91, 154) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-content .page-head,
  .archive-content .page-head,
  .single-content .page-head {
    height: 200px;
  }
}
.page-content .page-head img,
.archive-content .page-head img,
.single-content .page-head img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-content .page-head h1,
.archive-content .page-head h1,
.single-content .page-head h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 10;
  padding: 0 30px;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .page-content .page-head h1,
  .archive-content .page-head h1,
  .single-content .page-head h1 {
    font-size: 25px;
  }
}
.page-content .page-head h1 span,
.archive-content .page-head h1 span,
.single-content .page-head h1 span {
  font-size: 25px;
  font-weight: 700;
}
.page-content main,
.archive-content main,
.single-content main {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: white;
}
.page-content main hr,
.archive-content main hr,
.single-content main hr {
  margin: 30px 0;
  border: 0;
}
.page-content main h2,
.archive-content main h2,
.single-content main h2 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
  padding-left: 55px;
}
.page-content main h2::before,
.archive-content main h2::before,
.single-content main h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 10px;
  background-color: #3B559A;
}
.page-content main h2.hd-copy,
.archive-content main h2.hd-copy,
.single-content main h2.hd-copy {
  color: #3B559A;
  text-align: center;
  font-size: 35px;
  padding: 0;
  margin-bottom: 70px;
}
.page-content main h2.hd-copy::before,
.archive-content main h2.hd-copy::before,
.single-content main h2.hd-copy::before {
  content: unset;
}
@media screen and (max-width: 767px) {
  .page-content main h2.hd-copy,
  .archive-content main h2.hd-copy,
  .single-content main h2.hd-copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-content main h2,
  .archive-content main h2,
  .single-content main h2 {
    font-size: 25px;
  }
}
.page-content main h3,
.archive-content main h3,
.single-content main h3 {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #3B559A;
}
.page-content main h3::before,
.archive-content main h3::before,
.single-content main h3::before {
  position: absolute;
  content: "■";
  left: 0;
}
.page-content main h4,
.archive-content main h4,
.single-content main h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #3B559A;
}
.page-content main h5,
.archive-content main h5,
.single-content main h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-content main h6,
.archive-content main h6,
.single-content main h6 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #777777;
}
.page-content main p,
.archive-content main p,
.single-content main p {
  margin-bottom: 15px;
  word-break: break-word;
}
.page-content main ul, .page-content main ol,
.archive-content main ul,
.archive-content main ol,
.single-content main ul,
.single-content main ol {
  margin-bottom: 15px;
}
.page-content main table,
.archive-content main table,
.single-content main table {
  margin-bottom: 50px;
  width: 100%;
}
.page-content main table tr:nth-child(even),
.archive-content main table tr:nth-child(even),
.single-content main table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.page-content main table tr:nth-child(odd),
.archive-content main table tr:nth-child(odd),
.single-content main table tr:nth-child(odd) {
  background-color: white;
}
.page-content main table th,
.archive-content main table th,
.single-content main table th {
  background: #3B559A;
  text-align: left;
  font-weight: bold;
  color: white;
  padding: 7px 10px;
  text-align: center;
  border: solid 1px white;
  box-sizing: border-box;
  font-size: 16px;
}
.page-content main table td,
.archive-content main table td,
.single-content main table td {
  padding: 7px 10px;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
}
.page-content main table td a,
.archive-content main table td a,
.single-content main table td a {
  text-decoration: underline;
}
.page-content main .row,
.archive-content main .row,
.single-content main .row {
  display: flex;
  gap: 50px;
}
.page-content main .page-number,
.archive-content main .page-number,
.single-content main .page-number {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main .page-number,
  .archive-content main .page-number,
  .single-content main .page-number {
    margin-top: 30px;
    gap: 5px;
  }
}
.page-content main .page-number .page-numbers,
.archive-content main .page-number .page-numbers,
.single-content main .page-number .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3B559A;
  color: #3B559A;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-content main .page-number .page-numbers,
  .archive-content main .page-number .page-numbers,
  .single-content main .page-number .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.page-content main .page-number .page-numbers.current,
.archive-content main .page-number .page-numbers.current,
.single-content main .page-number .page-numbers.current {
  background-color: #3B559A;
  color: white;
}
.page-content .single-info,
.archive-content .single-info,
.single-content .single-info {
  display: flex;
  gap: 20px;
}
.page-content .single-info .single-date,
.archive-content .single-info .single-date,
.single-content .single-info .single-date {
  color: gray;
  font-size: 16px;
}
.page-content .single-info .single-cat,
.archive-content .single-info .single-cat,
.single-content .single-info .single-cat {
  background-color: #3B559A;
  color: white;
  border-radius: 100px;
  padding: 2px 20px;
  display: inline-flex;
}
.page-content .pdf-dl,
.archive-content .pdf-dl,
.single-content .pdf-dl {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto 40px;
  justify-content: center;
  border: 1px solid #3B559A;
  border-radius: 100px;
  max-width: 300px;
  padding: 10px;
}
.page-content .pdf-dl img,
.archive-content .pdf-dl img,
.single-content .pdf-dl img {
  max-width: 23px;
}
.page-content .pdf-dl p,
.archive-content .pdf-dl p,
.single-content .pdf-dl p {
  margin: 0;
  display: flex;
  gap: 10px;
  color: #3B559A;
}

#about .about-btn {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
  margin: 50px auto 0;
}
#about .about-btn .btn {
  position: relative;
  background-color: #383838;
  border-radius: 5px;
  font-size: 13px;
  max-width: calc(33.3333333333% - 55px);
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #about .about-btn .btn {
    max-width: calc(50% - 50px);
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  #about .about-btn .btn {
    max-width: 100%;
  }
}
#about .about-btn .btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#about .about-link {
  display: flex;
  flex-flow: wrap;
  gap: 25px 20px;
  margin-top: 50px;
}
#about .about-link a {
  max-width: calc(33.3333333333% - 14px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  #about .about-link a {
    max-width: calc(50% - 10px);
  }
}
#about .about-link a img {
  object-fit: cover;
  height: 250px;
  width: 100%;
  box-shadow: 3px 3px 4px rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 767px) {
  #about .about-link a img {
    height: 200px;
  }
}
#about .about-link a p {
  text-align: center;
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 0;
}

#greeting {
  background-color: #FAFAFA;
}
#greeting .breadcrumb {
  margin-bottom: 0 !important;
}
#greeting main {
  background-color: #FAFAFA;
  max-width: unset;
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#greeting main .greeting-bg {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
}
#greeting main .greeting-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fefefe 0%, #edecf0 100%);
  z-index: -1;
}
@media screen and (max-width: 950px) {
  #greeting main .greeting-bg {
    height: auto;
    gap: 20px;
  }
}
#greeting main .greeting-bg .greeting-top {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-end;
}
@media screen and (max-width: 950px) {
  #greeting main .greeting-bg .greeting-top {
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
  }
}
#greeting main .greeting-bg .greeting-top .greeting-img img {
  max-width: 350px;
  display: block;
}
#greeting main .greeting-bg .greeting-top .greeting-copy {
  font-family: "Noto Serif JP", serif;
  position: relative;
  top: -70px;
}
@media screen and (max-width: 950px) {
  #greeting main .greeting-bg .greeting-top .greeting-copy {
    top: 0;
    width: 100%;
    text-align: center;
  }
}
#greeting main .greeting-bg .greeting-top .greeting-copy p {
  font-weight: 700;
}
#greeting main .greeting-bg .greeting-top .greeting-copy .greeting-title {
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
  #greeting main .greeting-bg .greeting-top .greeting-copy .greeting-title {
    font-size: 25px;
  }
}
#greeting main .greeting-bg .greeting-top .greeting-copy .greeting-name {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 950px) {
  #greeting main .greeting-bg .greeting-top .greeting-copy .greeting-name {
    font-size: 20px;
  }
}
#greeting main .greeting-bg .greeting-top .greeting-copy .greeting-name strong {
  font-size: 25px;
  margin-left: 10px;
}
@media screen and (max-width: 950px) {
  #greeting main .greeting-bg .greeting-top .greeting-copy .greeting-name strong {
    font-size: 21px;
  }
}
#greeting main .greeting-content {
  padding: 40px;
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  margin: -50px 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 950px) {
  #greeting main .greeting-content {
    margin: 0px 20px 0;
  }
}
#greeting main .greeting-content .greeting-sign {
  text-align: right;
  margin-top: 20px;
}

#administrator .administrator-info {
  display: flex;
  flex-flow: wrap;
  gap: 15px 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #administrator .administrator-info {
    justify-content: space-between;
    gap: 15px;
  }
}
#administrator .administrator-info .administrator-info-item {
  display: flex;
  gap: 20px;
  max-width: calc(33.3333333333% - 80px);
  width: 100%;
  justify-content: space-between;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  #administrator .administrator-info .administrator-info-item {
    max-width: calc(50% - 70px);
  }
}
@media screen and (max-width: 500px) {
  #administrator .administrator-info .administrator-info-item {
    max-width: 100%;
  }
}
#administrator .administrator-info .administrator-info-item p {
  margin: 0;
}
#administrator .administrator-info .administrator-info-item .administrator-info-name {
  color: #3B559A;
  font-weight: 700;
}

#list {
  background-color: #FAFAFA;
}
#list main {
  background-color: #FAFAFA;
}

#qa {
  background-color: #FAFAFA;
}
#qa .btn {
  position: relative;
  background-color: transparent;
  color: #3b559a;
  border: 1px solid #3b559a;
  max-width: 300px;
  padding: 10px 20px;
  border-radius: 100px;
  margin-top: 50px;
}
#qa .btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #3B559A;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#qa main {
  background-color: #FAFAFA;
}
#qa .accordion-container .accordion-list:not(:first-child) {
  margin-top: 20px;
}
#qa .accordion-container .accordion-title {
  background: #3b559a;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 40px 10px 50px;
  position: relative;
}
#qa .accordion-container .accordion-title::after {
  position: absolute;
  display: block;
  content: "";
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
#qa .accordion-container .accordion-title.open::after {
  transform: rotate(-45deg);
  top: 45%;
}
#qa .accordion-container .accordion-title::before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 30px;
  height: 25px;
  justify-content: center;
  background-color: white;
  border-radius: 100px;
  font-size: 18px;
  color: #3B559A;
  font-weight: 700;
  padding: 0 0 5px 0;
}
#qa .accordion-container .accordion-text {
  position: relative;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px 20px 60px;
  background-color: white;
}
#qa .accordion-container .accordion-text::before {
  content: "A";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 30px;
  height: 26px;
  justify-content: center;
  background-color: #ce1e0f;
  border-radius: 100px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  padding: 0 0 4px 0;
}

#report .report-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 0px;
}
#report .report-content ul {
  display: flex;
  gap: 80px 30px;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  #report .report-content ul {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 500px) {
  #report .report-content ul {
    flex-flow: column;
  }
}
#report .report-content ul li {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: calc(33.3333333333% - 20px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #report .report-content ul li {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  #report .report-content ul li {
    max-width: 100%;
  }
}
#report .report-content ul li .report-date {
  position: absolute;
  top: 0;
  padding: 2px 7px;
  background-color: #3B559A;
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#report .report-content ul li .report-img img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}
#report .report-content ul li .report-title {
  color: #3B559A;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#report .report-content ul li .btn2 {
  position: relative;
  width: 100%;
  max-width: calc(100% - 40px);
  border: 1px solid #383838;
  background-color: white;
  color: #383838;
  margin-top: 20px;
  border-radius: 0;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  font-size: 12px;
}
#report .report-content ul li .btn2::before, #report .report-content ul li .btn2::after {
  position: absolute;
  top: 55%;
  right: 10px;
  height: 1px;
  background: #343434;
  content: "";
}
#report .report-content ul li .btn2::before {
  width: 30px;
  transform: translateY(-50%);
}
#report .report-content ul li .btn2::after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
#report .report-content .btn {
  position: relative;
  max-width: 460px;
  border-radius: 5px;
  padding: 10px 20px;
}
#report .report-content .btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#gathering-ldp .gathering-content ul,
#gathering-komeito .gathering-content ul,
#gathering-cdp .gathering-content ul,
#gathering-ndp .gathering-content ul {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #gathering-ldp .gathering-content ul,
  #gathering-komeito .gathering-content ul,
  #gathering-cdp .gathering-content ul,
  #gathering-ndp .gathering-content ul {
    gap: 70px;
  }
}
#gathering-ldp .gathering-content ul li,
#gathering-komeito .gathering-content ul li,
#gathering-cdp .gathering-content ul li,
#gathering-ndp .gathering-content ul li {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #gathering-ldp .gathering-content ul li,
  #gathering-komeito .gathering-content ul li,
  #gathering-cdp .gathering-content ul li,
  #gathering-ndp .gathering-content ul li {
    flex-flow: column;
  }
}
#gathering-ldp .gathering-content ul li .gathering-img,
#gathering-komeito .gathering-content ul li .gathering-img,
#gathering-cdp .gathering-content ul li .gathering-img,
#gathering-ndp .gathering-content ul li .gathering-img {
  width: 200px;
  height: 200px;
}
#gathering-ldp .gathering-content ul li .gathering-img img,
#gathering-komeito .gathering-content ul li .gathering-img img,
#gathering-cdp .gathering-content ul li .gathering-img img,
#gathering-ndp .gathering-content ul li .gathering-img img {
  object-fit: cover;
  min-width: 200px;
  height: 200px;
}
#gathering-ldp .gathering-content ul li .gathering-text,
#gathering-komeito .gathering-content ul li .gathering-text,
#gathering-cdp .gathering-content ul li .gathering-text,
#gathering-ndp .gathering-content ul li .gathering-text {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
}
#gathering-ldp .gathering-content ul li .gathering-text > div,
#gathering-komeito .gathering-content ul li .gathering-text > div,
#gathering-cdp .gathering-content ul li .gathering-text > div,
#gathering-ndp .gathering-content ul li .gathering-text > div {
  width: 100%;
}
#gathering-ldp .gathering-content ul li .gathering-text p,
#gathering-komeito .gathering-content ul li .gathering-text p,
#gathering-cdp .gathering-content ul li .gathering-text p,
#gathering-ndp .gathering-content ul li .gathering-text p {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  #gathering-ldp .gathering-content ul li .gathering-text,
  #gathering-komeito .gathering-content ul li .gathering-text,
  #gathering-cdp .gathering-content ul li .gathering-text,
  #gathering-ndp .gathering-content ul li .gathering-text {
    align-items: center;
  }
}
#gathering-ldp .gathering-content ul li .gathering-text .gathering-info,
#gathering-komeito .gathering-content ul li .gathering-text .gathering-info,
#gathering-cdp .gathering-content ul li .gathering-text .gathering-info,
#gathering-ndp .gathering-content ul li .gathering-text .gathering-info {
  color: #919191;
}
#gathering-ldp .gathering-content ul li .gathering-text .btn,
#gathering-komeito .gathering-content ul li .gathering-text .btn,
#gathering-cdp .gathering-content ul li .gathering-text .btn,
#gathering-ndp .gathering-content ul li .gathering-text .btn {
  position: relative;
  margin: unset;
  border-radius: 5px;
  width: 100%;
}
#gathering-ldp .gathering-content ul li .gathering-text .btn::after,
#gathering-komeito .gathering-content ul li .gathering-text .btn::after,
#gathering-cdp .gathering-content ul li .gathering-text .btn::after,
#gathering-ndp .gathering-content ul li .gathering-text .btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.roster-content .roster-text {
  text-align: right;
}
.roster-content .table-scroll {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .roster-content .table-scroll {
    overflow-x: scroll;
  }
}
.roster-content .roster-table {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .roster-content .roster-table {
    width: 450px;
  }
}
.roster-content .roster-table tbody tr th:first-child {
  width: 20%;
}
.roster-content .roster-table tbody tr th:nth-child(2) {
  width: 40%;
}
.roster-content .roster-table tbody tr th:last-child {
  width: 40%;
}

.conference-content h2 {
  margin-bottom: 50px !important;
}
.conference-content ul li {
  margin-bottom: 30px;
}
.conference-content ul li div {
  background-color: #f4f4f4;
  padding: 30px;
}
.conference-content ul li div .conference-text {
  margin: 0;
}

@media screen and (max-width: 950px) {
  #office .office-greeting {
    flex-flow: column-reverse;
    gap: 20px;
  }
}
#office .office-greeting .office-greeting-img {
  min-width: 17%;
  line-height: 1.2;
}
@media screen and (max-width: 950px) {
  #office .office-greeting .office-greeting-img {
    margin-bottom: 10px;
  }
}
#office .office-greeting .office-greeting-img strong {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}
#office .office-greeting .office-greeting-img img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
  #office .office-greeting .office-greeting-img img {
    max-width: 200px;
    width: 100%;
  }
}
#office iframe {
  width: 100%;
  height: 300px;
}

#news .news-content li {
  margin-bottom: 30px;
  padding: 0px 10px 30px 10px;
  border-bottom: 1px solid #d5d5d5;
}
#news .news-content li a {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#news .news-content li a .news-date {
  font-size: 15px;
  color: #727272;
}
@media screen and (max-width: 767px) {
  #news .news-content li a .news-date {
    font-size: 13px;
  }
}
#news .news-content li a .news-info {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
#news .news-content li a .news-info .news-cat {
  margin: 0;
  background-color: #3B559A;
  color: white;
  padding: 2px 20px;
  border-radius: 100px;
  font-size: 12px;
}
#news .news-content li a .news-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#news .news-content li a .news-text {
  margin-bottom: 0;
}

#contact .required {
  background-color: #c70000;
  color: white;
  font-size: 10px;
  margin-left: 8px;
  padding: 2px 8px 3px 8px;
  border-radius: 50px;
  position: relative;
  top: -3px;
}
#contact .privacy-scrollBox {
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  width: calc(100% - 20px);
  border: 1px solid #d5d5d5;
}
#contact table {
  width: 100%;
  margin-bottom: 20px;
}
#contact table th {
  vertical-align: top;
}
#contact input, #contact textarea {
  padding: 6px 10px;
  outline: unset;
}
#contact textarea {
  width: calc(100% - 20px);
}
#contact input {
  margin: 0px 2px 10px 2px;
}
#contact input:last-child {
  margin-bottom: 0;
}
#contact .privacy-check input {
  margin: 0px 5px 0px 0px;
}
#contact .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#contact .submit-btn input {
  margin: 0;
  width: 200px;
  background-color: #3B559A;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
}
#contact .submit-btn .send_btn2 {
  display: none;
}

#event .event-content {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0px 20px;
}
@media screen and (max-width: 950px) {
  #event .event-content {
    padding: 0px 0px;
    margin: 0;
  }
}
#event .event-content ul {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
}
@media screen and (max-width: 950px) {
  #event .event-content ul {
    flex-flow: wrap;
    gap: 20px;
  }
}
#event .event-content ul li {
  max-width: calc(25% - 23px);
}
@media screen and (max-width: 950px) {
  #event .event-content ul li {
    max-width: calc(50% - 10px);
  }
}
#event .event-content ul li a:hover {
  opacity: 1;
}
#event .event-content ul li .event-img {
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
  margin-bottom: 10px;
}
#event .event-content ul li .event-img:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #event .event-content ul li .event-img {
    height: 150px;
  }
}
#event .event-content ul li .event-img img {
  transition: transform 0.6s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#event .event-content ul li .event-title {
  font-weight: 700;
  color: #3B559A;
  margin: 5px 0;
}

#member .member-content .news {
  background-image: unset;
}
#member .member-content .news h2::before {
  width: unset;
  height: unset;
  top: unset;
  background-color: unset;
}
#member .member-content .news .news-content ul li {
  border-bottom: 1px solid #d4d4d4;
  gap: 30px;
  padding: 15px 25px 15px 5px;
}
#member .member-content .news .news-content ul li .news-info {
  width: unset;
}
#member .member-content .news .news-content ul li .news-info .news-cat {
  width: max-content;
  margin: 0;
  padding: 2px 20px;
}
#member .member-content .news .news-content ul li .news-title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
#member .member-content .news .news-content ul li .news-title img {
  max-width: 23px;
}
#member .member-content .report::after {
  content: unset;
}
#member .member-content .report h2::before {
  width: unset;
  height: unset;
  top: unset;
  background-color: unset;
}
#member .member-content .gathering {
  text-align: center;
}
#member .member-content .gathering h2::before {
  width: unset;
  height: unset;
  top: unset;
  background-color: unset;
}
#member .member-content .gathering .gathering-item {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #member .member-content .gathering .gathering-item {
    flex-flow: column;
  }
}
#member .member-content .gathering .gathering-item img {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #member .member-content .gathering .gathering-item img {
    max-width: 100%;
  }
}
#member .member-content .gathering .gathering-item p {
  margin-bottom: 40px;
}
#member .member-content .pdf h2::before {
  width: unset;
  height: unset;
  top: unset;
  background-color: unset;
}
#member .member-content .conference h2::before {
  width: unset;
  height: unset;
  top: unset;
  background-color: unset;
}
#member .member-content .request h2::before {
  width: unset;
  height: unset;
  top: unset;
  background-color: unset;
}
#member .member-content .memver-link {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #member .member-content .memver-link {
    flex-flow: column;
  }
}
#member .member-content .memver-link section {
  max-width: calc(50% - 40px);
  width: 100%;
  margin: unset;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #member .member-content .memver-link section {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

#gathering .flex > div {
  max-width: calc(50% - 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  #gathering .flex > div {
    max-width: 100%;
  }
}
#gathering .flex > div .btn3 {
  text-align: center;
}

#member-front div {
  width: 100%;
}
#member-front div .btn3 {
  margin-bottom: 20px;
}
#member-front .pass-reset a {
  text-decoration: underline;
}

#member-news .member-content .news, #bulletin .member-content .news {
  padding-bottom: 0;
  background-image: unset;
}
#member-news .member-content .news h2::before, #bulletin .member-content .news h2::before {
  width: unset;
  height: unset;
  top: unset;
  background-color: unset;
}
#member-news .member-content .news .news-content ul, #bulletin .member-content .news .news-content ul {
  margin-bottom: 0;
}
#member-news .member-content .news .news-content ul li, #bulletin .member-content .news .news-content ul li {
  border-bottom: 1px solid #d4d4d4;
  gap: 30px;
  padding: 15px 25px 15px 5px;
}
#member-news .member-content .news .news-content ul li .news-info, #bulletin .member-content .news .news-content ul li .news-info {
  width: unset;
}
#member-news .member-content .news .news-content ul li .news-title, #bulletin .member-content .news .news-content ul li .news-title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
#member-news .member-content .news .news-content ul li .news-title img, #bulletin .member-content .news .news-content ul li .news-title img {
  max-width: 23px;
}

#member-news .member-content .news-content .news-info .news-category {
  margin: 0;
  background-color: #64b53b;
  color: white;
  padding: 2px 20px;
  border-radius: 100px;
  font-size: 12px;
  width: max-content;
}

#single-member-news .pdf-dl {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto 40px;
  justify-content: center;
  border: 1px solid #64b53b;
  border-radius: 100px;
  max-width: 300px;
  padding: 10px;
}
#single-member-news .pdf-dl img {
  max-width: 23px;
}
#single-member-news .pdf-dl p {
  margin: 0;
  display: flex;
  gap: 10px;
  color: #64b53b;
}
#single-member-news .single-info .single-cat {
  background-color: #64b53b;
}

#amendment main {
  max-width: 100%;
  padding: 0;
}
#amendment main .hd-copy {
  max-width: 940px;
  margin: 0 auto 70px;
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #amendment main .hd-copy {
    font-size: 18px;
    margin: 30px 0;
  }
}
#amendment .amendment-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content {
    margin-bottom: 120px;
  }
}
#amendment .amendment-content .timeline-leg {
  margin-right: -120px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg {
    margin-right: -140px;
  }
}
#amendment .amendment-content .timeline-leg:last-child {
  width: 100%;
  margin: 0;
  margin-top: 80px;
}
#amendment .amendment-content .timeline-leg:last-child .timeline-leg-content {
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg:last-child .timeline-leg-content {
    margin-top: 100px;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-bg {
  background-image: url(./images/subpage/amendment-bg.jpg);
  width: 100%;
  background-size: cover;
  padding: 40px 20px 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-bg {
    padding: 30px 20px 30px 0;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 75, 154, 0.18);
  left: 0;
  top: 0;
}
#amendment .amendment-content .timeline-leg .timeline-leg-content {
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content {
    max-width: 100%;
    padding: 0px 90px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content {
    gap: 30px;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item {
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item:nth-child(even) {
    gap: 10px;
    flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item {
    flex-flow: column;
    gap: 10px;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-img {
  width: 210px;
  height: 100%;
  border: 8px solid #1d1d1d;
  display: flex;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-img {
    width: 120px;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt {
  background-color: white;
  padding: 10px;
  border: 1px solid #cdcdcd;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt {
    max-width: 100%;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt h3 {
    font-size: 15px;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt h3::before {
  content: unset;
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt h3 span {
  display: block;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt h3 span {
    font-size: 11px;
  }
}
#amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-leg .timeline-leg-content .timeline-leg-item .timeline-leg-txt p {
    font-size: 11px;
  }
}
#amendment .amendment-content .timeline {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 0;
}
#amendment .amendment-content .timeline li {
  position: relative;
}
#amendment .amendment-content .timeline li::after, #amendment .amendment-content .timeline li::before {
  position: absolute;
  content: "";
  border-left: 3px #3B559A solid;
  height: 66%;
  left: 66px;
}
#amendment .amendment-content .timeline li::after {
  top: 0;
}
#amendment .amendment-content .timeline li::before {
  bottom: 0;
}
#amendment .amendment-content .timeline li:first-child::after {
  content: unset;
}
#amendment .amendment-content .timeline li:first-child::before {
  height: 32%;
}
#amendment .amendment-content .timeline li:last-child::before {
  content: unset;
}
#amendment .amendment-content .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  height: 100%;
}
#amendment .amendment-content .timeline > li:first-child .timeline-content div {
  position: relative;
  top: 30px;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline > li:first-child .timeline-content div {
    top: 50px;
  }
}
#amendment .amendment-content .timeline-content {
  position: relative;
  max-width: 250px;
  padding: 35px 10px;
  width: 100%;
  margin-left: 70px;
  padding-left: 60px;
  height: 100%;
}
#amendment .amendment-content .timeline-content::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #3B559A;
  position: absolute;
  left: -13px;
  top: 0;
  border-radius: 100%;
  bottom: 0;
  margin: auto;
}
#amendment .amendment-content .timeline-content::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #3B559A;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-content::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-content {
    width: calc(100% - 135px);
    padding-left: 40px;
  }
}
#amendment .amendment-content .timeline-content a {
  position: relative;
  top: 30px;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-content a {
    top: 50px;
  }
}
#amendment .amendment-content .timeline-content div {
  background-color: #fafafa;
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 130px;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-content div {
    padding: 10px;
    top: 60px;
  }
}
#amendment .amendment-content .timeline-content div h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#amendment .amendment-content .timeline-content div h3::before {
  content: unset;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-content div h3 {
    font-size: 15px;
  }
}
#amendment .amendment-content .timeline-content div p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #amendment .amendment-content .timeline-content div p {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .conference-content h2 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .conference-content ul li {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .conference-content ul li div {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .conference-content ul li h3 {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .conference-content ul li p {
    font-size: 11px;
  }
}
.conference-content .category-list {
  display: none;
  position: relative;
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .conference-content .category-list {
    max-width: 100%;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .conference-content .category-list {
    width: 82%;
  }
}
@media screen and (max-width: 550px) {
  .conference-content .category-list {
    width: 75%;
  }
}
@media screen and (max-width: 420px) {
  .conference-content .category-list {
    width: 67%;
  }
}
.conference-content .member-conference-categories .category-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin: 5px;
  padding: 7px 10px;
  top: 45px;
  right: 15px;
  width: 100%;
  max-width: 150px;
  background: transparent;
  background-color: #64b53b;
  color: white;
  border-radius: 5px;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .conference-content .member-conference-categories .category-button {
    max-width: 80px;
    font-size: 12px;
    padding: 7px 0;
  }
}
.conference-content .member-conference-categories .category-button:nth-of-type(2) {
  top: 95px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(3) {
  top: 145px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(4) {
  top: 195px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(5) {
  top: 245px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(6) {
  top: 295px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(7) {
  top: 345px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(8) {
  top: 395px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(9) {
  top: 445px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(10) {
  top: 495px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(11) {
  top: 545px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(12) {
  top: 595px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(13) {
  top: 645px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(14) {
  top: 695px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(15) {
  top: 745px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(16) {
  top: 795px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(17) {
  top: 845px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(18) {
  top: 895px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(19) {
  top: 945px;
}
.conference-content .member-conference-categories .category-button:nth-of-type(20) {
  top: 995px;
}

#single-member .member-document-icon a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  text-decoration: underline;
}
#single-member .member-document-icon a img {
  width: 30px;
}

@media screen and (max-width: 767px) {
  #single-report {
    padding-bottom: 30px;
  }
}
#single-report main .report-head-img {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
#single-report main .report-head-img img {
  height: auto;
  margin: 0;
  width: 80%;
  height: 560px;
}
@media screen and (max-width: 767px) {
  #single-report main .report-head-img img {
    width: 100%;
    height: 250px;
  }
}
#single-report main img {
  margin: 13px 24px;
  object-fit: cover;
  width: 265px;
  height: 198px;
}
#single-report main .single-flex {
  display: flex;
  gap: 40px 20px;
  flex-flow: wrap;
  margin-top: 30px;
}

.single-member-gathering main img {
  object-fit: cover;
  height: 230px;
  margin: 0 5px;
}
.single-member-gathering p {
  line-height: 1.8;
}
.single-member-gathering .flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .single-member-gathering .flex {
    gap: 15px;
  }
}
.single-member-gathering .flex.col-1 div {
  width: 100%;
}
.single-member-gathering .flex.col-2 div {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .single-member-gathering .flex.col-2 div {
    width: calc(50% - 8px);
  }
}
.single-member-gathering .flex.col-3 div {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .single-member-gathering .flex.col-3 div {
    width: calc(33.3333333333% - 10px);
  }
}
.single-member-gathering .flex.col-4 div {
  width: calc(25% - 23px);
}
@media screen and (max-width: 767px) {
  .single-member-gathering .flex.col-4 div {
    width: calc(50% - 8px);
  }
}
.single-member-gathering .flex div {
  display: flex;
  flex-flow: column;
  gap: 3px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .single-member-gathering .flex div {
    width: calc(50% - 8px);
  }
}
.single-member-gathering .flex div img {
  width: 100%;
}
.single-member-gathering .flex div p {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-member-gathering .flex div p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .single-member-gathering .flex div p br {
    display: none;
  }
}
.single-member-gathering .btn {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .single-member-gathering .btn {
    margin-bottom: 120px;
  }
}

#wpmem_login {
  width: 60% !important;
}
@media screen and (max-width: 767px) {
  #wpmem_login {
    width: 95% !important;
  }
}
#wpmem_login .button_div {
  text-align: left !important;
}
#wpmem_login .button_div .buttons {
  display: block;
  margin-top: 10px;
}
#wpmem_login .link-text-forgot a,
#wpmem_login .link-text-register a {
  text-decoration: underline;
  display: inline-block;
}

#wpmem_reg .button_div {
  text-align: left !important;
}

#wpmem_msg, .wpmem_msg {
  width: 100% !important;
  margin-bottom: 70px !important;
}

#wpmem_login fieldset {
  margin: 0 !important;
}
#wpmem_login fieldset legend {
  margin-bottom: 40px;
}
#wpmem_login .buttons {
  display: flex;
  max-width: max-content;
  background-color: #3B559A;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  width: 100%;
  outline: unset;
}

#wpmem_login label[for=log] {
  position: relative;
}
#wpmem_login label[for=log]::after {
  position: absolute;
  content: "(登録番号半角数字8桁)";
  width: max-content;
  margin-left: 10px;
  font-size: 12px;
  top: 0;
  bottom: 0;
}
#wpmem_login label[for=pwd] {
  position: relative;
}
#wpmem_login label[for=pwd]::after {
  position: absolute;
  content: "(半角英数字8文字以上)";
  width: max-content;
  margin-left: 10px;
  font-size: 12px;
  top: 0;
  bottom: 0;
}

#wpmem_register_form .button_div .buttons {
  display: flex;
  max-width: max-content;
  background-color: #3B559A;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  width: 100%;
  outline: unset;
}
#wpmem_register_form label[for=username] {
  position: relative;
}
#wpmem_register_form label[for=username]::after {
  position: absolute;
  content: "(登録番号半角数字8桁)";
  width: max-content;
  margin-left: 10px;
  font-size: 12px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #wpmem_register_form label[for=username]::after {
    top: 5px;
  }
}
#wpmem_register_form label[for=password] {
  position: relative;
}
#wpmem_register_form label[for=password]::after {
  position: absolute;
  content: "(半角英数字8文字以上)";
  width: max-content;
  margin-left: 10px;
  font-size: 12px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #wpmem_register_form label[for=password]::after {
    top: 5px;
  }
}

#wpmem_pwdreset_form .link-text-username {
  display: none;
}
#wpmem_pwdreset_form label[for=user] {
  position: relative;
}
#wpmem_pwdreset_form label[for=user]::after {
  position: absolute;
  content: "(登録番号半角数字8桁)";
  width: max-content;
  margin-left: 10px;
  font-size: 12px;
  top: 0;
  bottom: 0;
}

#member-profile .page-head::after {
  background: #929292;
}
#member-profile fieldset {
  margin: 0 !important;
}
#member-profile fieldset legend {
  margin-bottom: 40px;
}
#member-profile .button_div .buttons {
  display: flex;
  max-width: max-content;
  background-color: #3B559A;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  width: 100%;
  outline: unset;
}
#member-profile div ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #member-profile div ul {
    flex-flow: column;
  }
}
#member-profile div ul li {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #member-profile div ul li {
    max-width: 100%;
  }
}
#member-profile div ul li a {
  position: relative;
  height: 80px;
  border-radius: 40px;
  background: linear-gradient(70deg, #60c95f 0%, #399a3e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin: 0 auto;
}
#member-profile div ul li a::before, #member-profile div ul li a::after {
  position: absolute;
  top: 53%;
  right: 20px;
  height: 1px;
  background: white;
  content: "";
}
#member-profile div ul li a::before {
  width: 40px;
  transform: translateY(-50%);
}
#member-profile div ul li a::after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
#member-profile + footer .ftrContent nav .member-none {
  display: block !important;
}
#member-profile + footer .ftrContent nav .member-block {
  display: none !important;
}
#member-profile label[for=pass1], #member-profile label[for=pass2] {
  position: relative;
}
#member-profile label[for=pass1]::after, #member-profile label[for=pass2]::after {
  position: absolute;
  content: "(半角英数字8文字以上)";
  width: max-content;
  margin-left: 10px;
  font-size: 12px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #member-profile label[for=pass1]::after, #member-profile label[for=pass2]::after {
    top: 5px;
  }
}

.popup {
  display: none;
}

.featherlight .featherlight-content {
  max-width: 700px;
  width: calc(100% - 40px);
}
.featherlight .featherlight-content .popup {
  padding: 20px 10px;
}
.featherlight .featherlight-content .popup h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 35px;
  font-size: 20px;
  margin-bottom: 30px;
}
.featherlight .featherlight-content .popup h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 5px;
  background-color: #3B559A;
}
.featherlight .featherlight-content .popup h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #3B559A;
  margin-top: 30px;
}
.featherlight .featherlight-content .popup ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .featherlight .featherlight-content .popup ul li {
    font-size: 13px;
  }
}

.memberPage .page-content .page-head::after,
.memberPage .archive-content .page-head::after,
.memberPage .single-content .page-head::after {
  background: #929292;
}
.memberPage .page-content main h2::before,
.memberPage .archive-content main h2::before,
.memberPage .single-content main h2::before {
  background-color: #64b53b;
}
.memberPage .page-content main h2.hd-copy,
.memberPage .archive-content main h2.hd-copy,
.memberPage .single-content main h2.hd-copy {
  color: #64b53b;
}
.memberPage .page-content main h3,
.memberPage .archive-content main h3,
.memberPage .single-content main h3 {
  color: #64b53b;
}
.memberPage .page-content main h4,
.memberPage .archive-content main h4,
.memberPage .single-content main h4 {
  color: #64b53b;
}
.memberPage .page-content main table th,
.memberPage .archive-content main table th,
.memberPage .single-content main table th {
  background: #64b53b;
}
.memberPage .page-content main .page-number .page-numbers,
.memberPage .archive-content main .page-number .page-numbers,
.memberPage .single-content main .page-number .page-numbers {
  border: 1px solid #64b53b;
  color: #64b53b;
}
.memberPage .page-content main .page-number .page-numbers.current,
.memberPage .archive-content main .page-number .page-numbers.current,
.memberPage .single-content main .page-number .page-numbers.current {
  background-color: #64b53b;
}
.memberPage #administrator .administrator-info .administrator-info-item .administrator-info-name {
  color: #64b53b;
}
.memberPage #qa .btn {
  color: #64b53b;
  border: 1px solid #64b53b;
}
.memberPage #qa .btn::after {
  border-color: transparent transparent transparent #64b53b;
}
.memberPage #qa .accordion-container .accordion-title {
  background: #64b53b;
}
.memberPage #qa .accordion-container .accordion-title::before {
  color: #64b53b;
}
.memberPage #report .report-content li .report-date {
  background-color: #64b53b;
}
.memberPage #report .report-content li .report-title {
  color: #64b53b;
}
.memberPage #contact .submit-btn input {
  background-color: #64b53b;
}
.memberPage #event .event-content ul li .event-title {
  color: #64b53b;
}
@media screen and (max-width: 767px) {
  .memberPage #amendment .amendment-content {
    margin-bottom: 120px;
  }
}
.memberPage #amendment .amendment-content .timeline-leg .timeline-leg-bg::after {
  background-color: rgba(60, 154, 59, 0.18);
}
.memberPage #amendment .amendment-content .timeline-content::before {
  background: #64b53b;
}
.memberPage #amendment .amendment-content .timeline-content::after {
  background-color: #64b53b;
}
.memberPage .conference-content .member-conference-categories .category-button {
  background-color: #64b53b;
}
.memberPage #wpmem_login .buttons {
  background-color: #64b53b;
}
.memberPage #wpmem_register_form .button_div .buttons {
  background-color: #64b53b;
}
.memberPage #member-profile .button_div .buttons {
  background-color: #64b53b;
}
.memberPage .featherlight .featherlight-content .popup h2::after {
  background-color: #64b53b;
}
.memberPage .featherlight .featherlight-content .popup h3 {
  color: #64b53b;
}

#wpmem_register_form select#division, #wpmem_reg select#division {
  display: none !important;
}

#wpmem_register_form label[for=division], #wpmem_reg label[for=division] {
  display: none;
}

footer {
  background-color: #f4f4f4;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
}
footer .ftrContent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
footer .ftrContent .logoImg {
  display: inline-block;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  footer .ftrContent .logoImg {
    max-width: 300px;
  }
}
footer .ftrContent p span {
  display: block;
  margin-bottom: 10px;
}
footer .ftrContent nav {
  display: flex;
  gap: 5px 20px;
  align-items: baseline;
  justify-content: center;
  margin-top: 50px;
  flex-flow: wrap;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  footer .ftrContent nav {
    gap: 30px;
    justify-content: flex-start;
    max-width: 510px;
    margin: 30px auto 0;
  }
}
footer .ftrContent nav ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
footer .ftrContent nav ul li a {
  position: relative;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  footer .ftrContent nav ul li a {
    font-size: 13px;
  }
}
footer .ftrContent nav ul li a::before {
  content: "";
  position: absolute;
  background-image: url(./images/top/icon-list1.svg);
  width: 18px;
  height: 18px;
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  footer .ftrContent nav ul li a::before {
    width: 14px;
    height: 14px;
  }
}
footer .ftrContent nav ul li div {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
footer .ftrContent nav ul li div span a {
  padding-left: 15px;
}
footer .ftrContent nav ul li div span a::before {
  background-image: url(./images/top/icon-list2.svg);
  width: 7px;
  height: 12px;
}
footer .copyright {
  padding: 10px 0;
  background: #3B559A;
  color: #fff;
}
footer .copyright p {
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
}

.member-block {
  display: block;
}

.memberPage .member-block {
  display: none;
}
.memberPage footer .ftrContent ul li a::before {
  background-image: url(./images/top/icon-list3.svg);
}
.memberPage footer .copyright {
  background: #64b53b;
}/*# sourceMappingURL=style.css.map */