/*
Theme Name : 医学会
*/
@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Noto Sans JP';
	font-style:normal;
	font-weight: 400;
	src:
	local("Noto Sans CJK JP"),	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
	
}

html{
	font-size:87.5% !important;/*16px×62.5％＝10px*/
}
body{
	color: #000;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
/*    font-family:'Montserrat', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-feature-settings: "palt";
	letter-spacing: 0.055em;
    text-align: justify;
    text-justify: inter-ideograph;
    
    
}

/*
@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
*/

p{
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
a{
    color: #000;
    transition: 0.3s;
}
a:hover{
    opacity: 0.8;
}
.link{
    text-align: right;
}
.link a{
    color: #009ab8;
    font-weight: bold;
    text-decoration: underline;
    transition: 0.3s;
}
.d-none{
    display: none;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.left{
    text-align: left;
}
.flex{
    display: flex;
    gap:15px;
    margin-top: 10px;
}
button:hover,select:hover{
    cursor:pointer;
    opacity: 0.7;
}
button,select{
    transition: 0.2s;
}
.button1_wrap{
    text-align: center;
}
.button1 {
    background: #69ba65;
    padding: 10px 50px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.button2{
    background: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    color: #22b173;
    float: right;
}
.button3{
    background: #006837;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    float: right;
}
.button4 input {
    background: #009ab8;
    padding: 10px 50px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    cursor:pointer;
    transition: 0.3s;
    
}
.button4 input:hover {
    opacity: 0.7;
}
/* 無効化時（disabled）のスタイル */
.button4 input:disabled {
    background: #ccc;   /* グレー */
    color: #666;
    cursor: not-allowed;
}
/*サイドバー*/
.sidebar .menu span{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #006837;
    padding: 10px 0;
    width: 200px;
    display: block;
    transition: 0.3s;
}
.sidebar .menu span:hover{
    background: rgba(92, 187, 89, 0.3);
    color: #006837;
}
.admin_page .sidebar .menu span:hover{
    background: rgba(0 , 154 , 184, 0.3);
    color: #009AB8;
}
.sidebar .menu span::before {
    content:"●";
    color: #006837;
    font-size: 32px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}
.sidebar .admin span{
    border-bottom: 1px solid #009ab8;
}
.sidebar .admin span::before {
    content:"●";
    color: #009ab8;
    
}

.widget--sticky {
  position: sticky;
  top: 100px; /* スクロール時にビューポートの100px位置に達すると固定 */
}

.mailaddress a{
    color: #006837;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.mailaddress a:hover{
    pointer-events: painted;
}
/*スマホでは消す*/
.pc-dN{
	display:none!important;
}
.btn-trigger{
	display:none!important;
}
/*書体明朝に*/
.font-min{
    font-family:'游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

/*アンカーリンク位置調整*/
a.anchorlink,
#send_mail_anchor{
/*    height: 1px;*/
    display: block;
    padding-top: 90px;
    margin-top: -90px;
    z-index: -1;
    position: relative;
}

/*ページネーション*/
#pagination {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

#pagination .page-num{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000000;
    background: #efefef;
    transition: color 0.3s ease, background 0.3s ease;
}
#pagination .page-num{
  color: #ffffff;
  background: #009ab8;
}
#pagination .page-link {
  color: #009ab8;
  background: #edf7f9;
    transition: 0.3s;
}
#pagination .page-link:hover {
  color: #009ab8;
  background: #6BE8FF;
}

@media only screen and ( max-width : 768px ) {
    .sidebar .menu span{
            font-size: 13px;
            width: 100%;
        padding: 3px 0;
        margin-bottom: 7px;
    }
    /*アンカーリンク位置調整*/
a.anchorlink,
#send_mail_anchor{
/*    height: 1px;*/
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}
    
    
}


/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */
h1{
    text-align: center;
}
h1 a{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 0;
    align-items: center;
    display: flex;
    gap: 5px;
}
h1 a::before {
    content: "";
  display: inline-block;  
  background-image: url('images/logo.svg');
  background-size: cover;
  background-repeat: no-repeat;
      width: 40px;
    height: 40px;
}
.h2hed {
    padding: 0em 0.5em;/*上下 左右の余白*/
    color: #000;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 7px #5cbb59;/*左線*/
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4;
}
.h4hed {
    font-size: 18px;
    font-weight: 500;
}

.h5hed {
    color: #009ab8;
    margin-bottom: 10px;
    padding: 0rem 5px;
    border-left: 4px solid #009ab8;
}
.h6hed {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    padding: 0rem 5px;
    border-left: 6px solid #009ab8;
}

.h3hed{
    color: #006837;
    font-size: 23px;
    padding: 10px 0;
}
.h3hed::before {
    content:"●";
    font-size: 35px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}
strong,strong span{
    font-weight: bold;
}

#header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  border-bottom: solid 1px #5cbb59;
  display: flex;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
  transition: background .5s;
  transform: translateY(-100%);
  opacity: 0;

  /* アニメーションを適用 */
  animation: slideInHeader 1s ease forwards;
}

@keyframes slideInHeader {
  to {
    transform: translateX(0); /* 元の位置に戻す */
    opacity: 1;              /* フェードイン */
  }
}

.fix_menu{
/*    background: rgba(255, 255, 255, 0.7);*/
}
.fixedmenu{
    background: rgba(255, 255, 255, 0.9);
  }
#header .container{
/*    margin-top: 15px;*/
}

.h_nav li+ li {
  
    
    
}
.nav-pc li{
    flex-grow: 1;
    text-align: center;
        padding: 0 15px;
    font-weight: 700;
}
.nav-pc li span.nowlogin2{
    font-size: 12px;
    font-weight: 400;
    text-align: right;
  font-size: 12px;
  background: #5cbb59;
  padding: 2px;
  border-radius: 5px;
  margin-top: -5px;
  color: #fff;
  position: absolute;
  display: block;
  bottom: -21px;
}



.nav-pc li.mail a {
    color: #fff;
    background: rgba(89, 191, 195, 1.0);
    mix-blend-mode: multiply; /* ← 要素と背面を乗算 */
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-pc li.mail a::before {
    content: "";
    display: inline-block;  
    background-image: url('images/mail.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
}

.member a,.memberlogin button{
    color: #fff;
    background: rgba(92, 187, 89, 1.0);
    mix-blend-mode: multiply;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 0px;
    margin-top: 0px;
}
.member a::before  {
    content: "";
    display: inline-block;  
    background-image: url('images/member.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
}
.nav-pc li:nth-last-child(2){
    border-left: 1px solid #5cbb59;
}

/*ログイン中*/
.nav-pc li.memberlogin a{
    display: inline-block;
    margin-top: 5px;
    padding: 4px 10px;
    background: #006837;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    vertical-align: bottom;
}
.nav-pc li.memberlogin a:hover{
    color: #fff !important;
}
.nav-pc li.memberlogin a::before {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    
}
.nav-pc li.memberlogin button{
    display: inline-block;
    margin-top: 5px;
    padding: 4px 10px;
    background: #5cbb59;
    color: #fff;
    text-decoration: none;
    height: 26px;
    cursor:pointer;
    transition: 0.3s;
}
.nav-pc li.memberlogin button:hover{
    background: #80C87D;
}



/*ログイン中*/
.login{
    position: fixed;
    display: flex;
    gap:5px;
    align-items: center;
    bottom: -15px;
}

.login .nowlogin1{
    background: #69ba65;
    color: #fff;
    padding: 2px 10px;
    height: 22px;
    border-radius: 20px;
}
.login .nowlogin2{
    background: #006837;
    color: #fff;
    padding: 2px 10px;
    height: 22px;
    border-radius: 20px;
    transition: 0.3s;
}
.login .nowlogin2:hover{
    background: #369333;
}


.login form{
    background: #603813;
    color: #fff;
    padding: 2px 10px;
    height: 22px;
    border-radius: 20px;
    transition: 0.3s;
}
.login form:hover{
    cursor: pointer;
    background: #8b6a48;
}
.login form button{
    background: #603813;
    color: #fff;
    padding: 2px 5px;
    background-color: transparent;
    margin-top: 3px;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
@media only screen and ( max-width : 768px ) {
    .login{
        font-size: 11px;
    }
    .login form button{
        font-size: 11px;
    }
    .login .nowlogin1,.login .nowlogin2,.login form{
        height: 16px;
    }
    .login form button{
        margin-top: 1px;
    }
    .nav-pc li:nth-last-child(2){
    border-left: 0px solid #5cbb59;
}
}






#gNav li a,.nav-pc li a {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.nav-pc li:last-child a {
  color: #5cbb59;
}
#gNav li span{
    font-size: 12px;
    font-weight: 400;
    text-transform:uppercase;
        color: rgba(0, 129, 129, 0.8);
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background:#45B0CC;
/*  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}


  
/*スマホ*/
  #gNav ul,.nav-pc {
    position: relative;
    display: flex;
  align-items: center;
  }

  #gNav li {
/*    position: relative;*/
    margin-right: 10px;
     
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 14px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    letter-spacing: 0.05em;
  }
    #gNav li a:hover,.nav-pc li a:hover{
        color: #008181;
    }


.headtel{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    color: #008181;
}
.headtel a{
    color: #008181;
}
.headtel span{
    font-size: 12px;
    color: #000;
}

@media only screen and ( max-width : 1095px ) {
    
    h1 a {
          font-size: 16px;
      }
      h1 a::before{
            width: 32px;
            height: 32px;
      }
    
        /*タブレットでは消す*/
    .tb-dN{
	display:block!important;
}
    
    .nav-pc li{
            padding: 0 10px;
    }
    .headtel span{
            font-size: 9px;
    }
    
    .nav-pc li a {
            font-size: 1.2vw;
}
    h1 span{
            font-size: 1vw;
    }
    .nav-pc li span{
        font-size: 1vw;
    }
    .scroll-infinity__item {
    width: calc(100vw / 4);
}
    
}
  @media only screen and ( max-width : 768px ) {
      .pc-dN{
	display:block!important;
}
      /*スマホでは消す*/
    .sp-dN{
	display:none;
}
      h1 span{
              font-size: 11px;
              margin-left: 7px
      }
      
      #gNav li {
          
}
      .h_nav li+ li {
     border-left: 0px solid #333; 
}
      .nav-pc li.member{
    border-left: 0px solid #5cbb59;
}
      
      h1 a {
          font-size: 16px;
      }
      h1 a::before{
            width: 32px;
            height: 32px;
      }
      
      .h2hed{
              font-size: 17px;
      }
      
      .nav-pc li.member a::before, .login li.member a::before{
          width: 17px;
        height: 16px;
      }
      
      
/*      ログイン中*/
      .nowlogin{
        display: flex;
        gap: 5px;
        margin-top: -13px;
        z-index: 1;
        position: relative;
        justify-content: right;
      }
      .login li.memberlogin .nowlogin a{
            margin-right: 0px;
            margin-top: 0px;
            font-size: 12px;
            margin-right: 0px;
            margin-top: 0px;
          color: #fff;
      }
      .memberlogin .nowlogin button{
          font-size: 12px;
      }
      .memberlogin .nowlogin1{
            display: block;
            text-align: right;
            margin-right: 39px;
            font-size: 12px;
            color: #006837;
            margin-top: 5px;
      }
      .memberlogin .nowlogin2 {
            display: block;
            text-align: right;
            font-size: 12px;
            background: #5cbb59;
            padding: 5px;
            margin-top: -5px;
            color: #fff;
          margin-bottom: 3px;
      }
      .login li.member a{
        padding: 6px 5px;
          margin-right: 43px;
    margin-top: -4px;
      }
      
      
}





.h1hedding{
    z-index: 1000;
}
.h1hedding img{
    width: 50px;
    margin: 0px 20px 0px 0;
    transition: 0.3s ease;
    height: 100%;
}
.sub-menu div{
    margin: 0 20px;
}


#h_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 50px 0px 50px;
     position: absolute; 
    top: 15px;
    right: 0;
}
.h_top_logo{
    display: flex;
    align-items: center;
    position: absolute; 
    top: 15px;
    left: 40px;
}
.h_top_logo span{
    font-size: 20px;
    font-weight: 700;
    margin: 0 10px;
}
.h_top_logo .h_top_logo01{
    font-size: 20px;
    font-weight: 700;
}
.h_top_logo .h_top_logo01 .h_top_logo02{
    color: #1996d2;
    margin: 0 0px;
}

@media only screen and ( max-width : 834px ) {
    .h_top_logo .h_top_logo01{
    font-size: 13px;
}
    
}

@media only screen and ( max-width : 768px ) {
    #header .container {
     margin-top: 0px; 
}
  #header {
    padding: 10px 20px;
    height: 51px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
          margin-top: 50px;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }

    .h1hedding img {
    width: 30px;
    margin: 0px 5px 0px 0;
    transition: 0.3s ease;
    height: 100%;
}
    #h_top{
    margin: 0px 20px;
}   
    .h_top_logo span{
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}
        .h_top_logo{
    font-size: 12px;
    top: 10px;
    left: 20px;
}

    
}




/* ---------------------------------------------------------------------------------------------
　   ハンバーガー
--------------------------------------------------------------------------------------------- */
.btn-gNav {
    position: fixed;
    top: 13px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    
}

.btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #5cbb59;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.btn-gNav span:nth-child(4) {
    position: absolute;
    width: 100px;
    height: inherit;
    background: inherit;
    border-radius: inherit;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    font-size: 10px;
    bottom: -23px;
    right: -65px;
    font-weight: bold;
    color: #5cbb59;
}

.btn-gNav span:nth-child(1) {
    top: 0;
}

.btn-gNav span:nth-child(2) {
    top: 10px;
}

.btn-gNav span:nth-child(3) {
    top: 20px;
}

.btn-gNav.open span:nth-child(1) {
    background: #5cbb59;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-gNav.open span:nth-child(2),
.btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #5cbb59;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}




.btn-gNav {
    display: none;
}

@media only screen and ( max-width : 1095px ) {
    #h_top{
                margin: 0px 20px 0px 0px;
    }
    .gNav .gNav-menu li.mail a{
                padding: 10px 10px;
    }
    .nav-pc li.member a{
        padding: 10px 10px;
    }
}

@media screen and (max-width: 768px) {
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 5;
        padding-top: 63px;
        transition: .3s;
        margin-top: 0px;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        flex-direction: column;
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #5cbb59 1px solid;
    }
    .gNav .gNav-menu li a{
        display: flex;
        align-items: center;
        color: #5cbb59;
        justify-content: flex-start;
        text-align: left;
        line-height: 1.4;
    }
    .gNav .gNav-menu li.mail a{
        color: #fff;
    }
    .nav-pc li.mail{
        border-left: 0px solid #003c83;
    }
    .gNav .gNav-menu li .yajirushi{
        color: #003c83;
        margin-left: 10px;
    }
    .nav-pc li a{
        font-size: 14px;
    }


}
    



/* ---------------------------------------------------------------------------------------------
　   トップ
--------------------------------------------------------------------------------------------- */

.main{
    padding: 0px 50px;
    position: relative;
}

.clip-container {
    clip-path: inset(900px 0px 20px 0px round 90px); /* 初期状態：上から隠す */
    width: 100%;
    height: 900px;
    overflow: hidden;
    position: relative;

    /* アニメーション適用 */
    animation: revealUp1 2s ease forwards;
}

@keyframes revealUp1 {
    to {
        clip-path: inset(70px 0px 20px 0px round 90px); /* 最終状態：元のクリップ */
    }
}





/*トップスライダー*/
.clip-container img.img1 {
    position: absolute; /* ←重ねる */
    top: 250px;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease; /* フェード効果 */
    transform: scale(1.6) translateY(-33%);
    transform-origin: center top;
}

.clip-container img.img1.active {
    opacity: 1;
    z-index: 1;
}

.line01 {
    position: absolute;
    top: 400px;
    left: 70px;
    width: 8vw;
    max-width: 100px;
    z-index: 3; /* 最初は手前 */

    clip-path: inset(100% 0 0 0);
    animation: revealUp 2s ease forwards;
}

@keyframes revealUp {
    to {
        clip-path: inset(0 0 0 0);
    }
}

.line02 {
    position: absolute;
    bottom: 338px;
    right: 70px;
    width: 9vw;
    max-width: 100px;
    z-index: 3;

    /* 初期は上端だけ表示（高さ0） */
    clip-path: inset(0 0 100% 0);
    animation: revealDown2 2s ease forwards;
}

/* 上から下へマスクを広げる */
@keyframes revealDown2 {
    to {
        clip-path: inset(0 0 0 0);
    }
}
@media only screen and ( max-width : 960px ) {
    .line02 {
    bottom: 395px;
    }

}

/*文字左から*/

.text_effect_wrap{
    position: absolute;
    top: 23%;
    right: 40%;
}
.text_effect {  
    font-family: "Roboto Condensed", sans-serif;
    color: #5cbb59;
/*    mix-blend-mode: multiply;*/
    font-size:min(6.3vw,69px);
    letter-spacing: 2px;
    line-height: 0;
    text-align: left;
    
    width: 100%;
    margin: 0;
    z-index: 3;
    position: relative;
}

.text_effect .letter {
    display: inline-block;
    line-height: 1em;
    opacity: 0;
    text-shadow: 
	#fff 1px 1px 10px, #fff -1px 1px 10px,
	#fff 1px -1px 10px, #fff -1px -1px 10px;
}





.name{
    position: absolute;
    top: 285px;
    right: 182px;
    font-size:min(5.3vw,69px);
    z-index: 3;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: right;
    line-height: 1.0;
}

@media only screen and ( max-width : 768px ) {
    .main{
            padding: 0px 20px;
    }
    .clip-container img.img1 {
        top: 50px;
    }
    
    
    
    
    .text_effect_wrap{
            top: 19%;
    right: 31%;
    }
    
    .line01{
            top: 113px;
    left: 10px;
    }
    .line02{
            bottom: 545px;
    right: 33px;
    width: 13vw;
    }
    
    
    
}




/* ---------------------------------------------------------------------------------------------
　   NEWS
--------------------------------------------------------------------------------------------- */
.news{
/*    background: #5cbb59;*/
    background: linear-gradient(90deg, #5cbb59 0%, #5cbb59 39%, #22b173 50%, #22b173 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; /* これで確実に画面幅いっぱい */
    padding-bottom: 40px;
    z-index: 2;
}
.news .title{
    background: #5cbb59;
    border-radius: 30px 30px 0px 0px;
    padding: 10px 250px 3px 40px;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 16%;
    color: #fff;
    font-size: 15px;
        display: flex;
    align-items: center;
    gap: 10px;
}
.news .title span{
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 47px;
    color: rgba( 255,255,255,0.5 );
}

.news-panel { display: none; }
.news-panel.active { display: block; }


.news .news01{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
        margin: 50px 50px 0;
}

.btn{
  color: #5cbb59;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  background: #FFF;
  margin: auto;
  border:1px solid #5cbb59;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
    padding: 15px 40px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.btn:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
}

.btn:hover:after {
  right: 15px;
}
.btn.active {
  background: #22b173;
  color: #fff;
}

.newslist{
/*    width: 37%;*/

}
.news_txt{
    margin-bottom: 80px;
}

.msr_newslist03 {
        margin-bottom: 30px;
        margin-top: 30px;
}
.msr_newslist03 li {
  font-size: 14px;
  border-bottom: solid 1px #fff;
    margin-bottom: 10px;
}

.msr_newslist03 li a {
  box-sizing: border-box;
  color: #fff;
  display: inline-table;
  padding: 20px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist03 li a:hover {
  opacity: 0.5;
}
.msr_newslist03 li div {
  display: table-cell;
  width: 110px;
}
.msr_newslist03 li p {
    display: table-cell;
    padding-left: 0px;
    vertical-align: middle;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
}

/* 時間の設定 */
.msr_newslist03 li time,.news_page time {
  color: #fff;
    display: block;
    vertical-align: top;
    line-height: 1.8;
    background: rgba(0, 129, 129, 0.15);
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 20px;
    margin-right: 20px;
    text-align: center;
    font-weight: bold;
}

@media only screen and ( max-width : 768px ) {
    .news{
        top: 351px;
    }
    .news .news01{
        display: block;
        margin: -20px 20px 0;
    }
    .news .title{
        position: relative;
        margin-top: 0px;
        display: block;
        left: 0;
    }
    .msr_newslist03{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
}
/* ---------------------------------------------------------------------------------------------
　   お知らせ
--------------------------------------------------------------------------------------------- */
.contents_page .newssingle ul {
    list-style: none;
    border-left: solid 0px #000;
    padding-right: 0px;
    margin: 15px 0px 30px 0px;
}
.contents_page .newssingle li {
    text-indent: 0em; 
    padding-left: 0em; 
    line-height: 0; 
    margin-left: 0px;
    list-style-type: none;
}
.contents_page .newssingle li::before {
         content: '';
}
.contents_page .newssingle time{
    color: #fff;
    display: inline-block;
    line-height: 1.8;
    background: #69ba65;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 20px;
    margin-bottom: 7px;
}
.contents_page .newssingle .title{
    font-size: 18px;
}
.contents_page .newssingle hr.style1 {
    margin: 13px 0;
}
.contents_page .newssingle p,
.contents_page .newssingle div {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.contents_page .newssingle p a{
        color: #69ba65;
        text-decoration: underline;
}

/* カテゴリ */
.time-category{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap:7px;
}
.post-category{
    color: #69ba65;
    display: inline-block;
    line-height: 1.8;
    background: linear-gradient(transparent 90%, #69ba65 10%);
    padding: 2px 10px 1px;
    font-size: 11px;
}

@media only screen and ( max-width : 768px ) {
    
    
    
}

/*
 ---------------------------------------------------------------------------------------------
　   トップのサイト説明
--------------------------------------------------------------------------------------------- 
*/

.submain {
  position: relative;  /* 擬似要素を絶対配置するため */
  background-image: url('images/top2.jpg');
    background-size: 183%; /* 拡大率 100% → 120% にズーム */
  background-position: 72% 97%; /* 中心を基準に拡大 */
  background-repeat: no-repeat;
  z-index: 0; /* コンテンツの下に配置 */
}

.submain::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 白で半透明にする場合 */
  /* 黒で薄暗くしたい場合は rgba(0,0,0,0.5) に変更 */
  z-index: 1;
}

.submain > * {
  position: relative; /* 擬似要素の上にコンテンツを表示 */
  z-index: 2;
}

.contents{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.submain02{
    padding: 80px 0 0px;
}
.submain02 img{
    width: 130px;
    margin: 0 auto 30px;
    display: block;
}
.submain02 .title{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 43px;
    font-weight: 500;
    color: #5cbb59;
    margin-bottom: 50px;
        letter-spacing: 0.15em;
}
.submain02 .txt{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 2.5
}


.content_btn > ul {
    width: 100%;
    max-width: 980px;
    margin: 80px auto 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 24%);
    justify-content: center;
    grid-gap: 1rem;
    padding-bottom: 80px;
        align-items: center;
}
.content_btn > ul > li {
/*    width: 22%;*/
    margin: 0;
    position: relative;
    transition: all 0.3s;
}
.content_btn > ul > li:hover div {
  background: rgba(92,187,89,0.3);
}
.content_btn > ul > li:hover div p {
  color: #2D682B;
}


.content_btn > ul > li img {
    width: 100%;
    object-fit: cover;
    position: relative;
        mix-blend-mode: multiply;
}

.content_btn > ul > li > a {
    display: block;
    text-align: center;
}
.content_btn span {
     position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: rgba(92,187,89,0.9);
    width: 100%;
    height: 50%;
    transition: background 0.3s;
}
.content_btn span {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    transition: all 0.3s;
        align-items: center;
    display: flex;
    justify-content: center;
}

@media only screen and ( max-width : 768px ) {
    .contents{
        padding: 0 20px;
    }
    
    .submain02 {
    padding: 30px 0 0px;
}
    .submain02 img{
            width: 130px;
    margin: 0 auto 10px;
    }
    .submain02 .title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .submain02 .txt{
            font-size: 13px;
        line-height: 1.6;
    }
    
    .content_btn > ul{
            width: auto;
            display: block;
            margin: 30px 20px 0px;
    }
    .content_btn > ul > li{
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
    }
    .content_btn > ul > li img{
        height: 60px;
    }
    
    .content_btn span {
     height: 80%;
}
    
}


/* ---------------------------------------------------------------------------------------------
　   フッター
--------------------------------------------------------------------------------------------- */

/*TOPへ戻る*/
#page_top_btn{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 200;
	display: none;
}

#page_top_btn a{
	font-size:25px;
	font-weight:500;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 100%;
	border: solid #FFF 3px;
	height: 50px;
	width: 50px;
	background-color: #5cbb59;
	color: #FFF;
}

#page_top_btn a span{
	display:block;
	transform: scaleX(1.5);
    margin-bottom: 5px;
}


footer .footer{
	background-color:#69ba65;
    padding: 20px 0;
}
footer .footer ul{
	display: flex;
    align-items: center;
    justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
}
footer .footer li{
    text-align: center;
    padding: 0 15px;
    
}
footer .footer li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

footer .footer p{
	font-size:12px;
    text-align: center;
    color: #fff;
}
footer .footer02{
    padding: 40px 0;
}

footer .footer02 p{
    font-size: 14px;
    color: #69ba65;
    text-align: center;
        line-height: 1.4;
}
footer .footer02 p:first-of-type{
    font-size: 18px;
    margin: 20px 0;
}
footer .footer02 p:last-of-type{
    font-size: 11px;
    margin: 20px 0;
}
footer .footerobi{
    background-color:#69ba65;
    padding: 10px 0;
}

/* ---------------------------------------------------------------------------------------------
　   固定ページ
--------------------------------------------------------------------------------------------- */
.content_page{
    padding: 0px 50px;
    position: relative;
}
.contents_page{
    max-width: 780px;
    width: 100%;
    margin: 50px auto;
/*    padding: 0 50px;*/
    box-sizing: border-box;
}
.clip-container-page {
    clip-path: inset(70px 0px 250px 0px round 70px); /* 初期状態：下まで隠す */
    width: 100%;
    height: 250px;
    overflow: hidden;
    
    /* アニメーション適用 */
    animation: revealDown3 1.5s ease forwards;
}

@keyframes revealDown3 {
    to {
        clip-path: inset(70px 0px 20px 0px round 70px); /* 最終状態：元のクリップ */
    }
}


.clip-container-page img.img1 {
    width: 100%;
    transform: scale(1.6) translateY(-33%); /* 上方向に%移動 */
    transform-origin: center 17%; /* 拡大の基準点を上に */
}

.content_page .title_wrap{
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
.content_page .title{
    background: #5cbb59;
    border-radius: 50px;
    display: inline-block;
    padding: 30px 20px 0px 20px;
    margin-top: -150px;
    z-index: 1;
    position: relative;
    margin-left: 60px;
    width: 550px;
}
.content_page .title p:first-of-type{
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    line-height: 0;
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}
.content_page .title p:first-of-type::before {
    content: "";
    display: inline-block;  
    background-image: url('images/title_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 73px;
    height: 15px;
}
.content_page .title p:nth-of-type(2){
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: -16px;
    letter-spacing: 0;
    
}

.content_page .content_menu{
    display: flex;
    gap: 5px 0px;
    margin: 15px 0 0 60px;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.content_page .content_menu li {
  padding: 0 10px;
}
.content_page .content_menu li a {
  color: #5cbb59;
}
.content_page .content_menu li+ li {
  border-left: 1px solid #5cbb59;
}

.pdf {
    color: #5cbb59;
    line-height: 0;
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}
.pdf::before {
    content: "";
    display: inline-block;  
    background-image: url('images/pdf.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 27px;
}
.word::before {
    background-image: url('images/word.svg');
}
.excel::before {
    background-image: url('images/excel.svg');
}
.pdf a {
    color: #006837;
    font-weight: bold;
    text-decoration: underline;
}

.contents_page .inner{
    background: #e5f0e7;
    border-radius: 30px;
    padding: 30px;
    margin: 30px 0;
}

.contents_page ul {
  list-style: none;
    border-left: solid 1px #000;
    padding-right: 10px;
        margin: 15px;
}
.contents_page li {
    line-height: 2;
    margin-left: 27px;
}
.contents_page .numbers li {
  list-style-type: decimal;
}
.contents_page li {
  list-style-type: square;
}

hr.style1{
	border-top: 1px solid #5cbb59;
    margin: 20px 0;
}
hr.style1dashed{
	border-top: 2px dashed #5cbb59;
    margin: 20px 0;
}
hr.style2dashed{
	border-top: 1px dashed #000;
    margin: 20px 0;
}

@media only screen and ( max-width : 768px ) {
    .content_page{
            padding: 0px 20px;
            
    }
    .contents_page{
        margin: 50px 20px;
        width: auto;
    }
    .clip-container-page{
            height: 180px;
        margin: 0px 20px;
        width: auto;
    }
    .content_page .title{
        box-sizing: border-box;
            padding: 15px 20px 0px 20px;
        margin-left: 0px;
    width: 100%;
    }
    .content_page .title p:first-of-type{
            font-size: 15px;
    }
    .content_page .title p:nth-of-type(2){
            font-size: 20px;
            margin-bottom: -8px;
    }
    .content_page .title p:first-of-type::before{
            width: 65px;
    height: 13px;
    }
    .pdf a{
            font-size: 13px;
    }
}

/* ---------------------------------------------------------------------------------------------
　   学会賞
--------------------------------------------------------------------------------------------- */

.sidemenu .menu a {
    color: #5cbb59;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #006837;
    padding: 10px 0;
    width: 200px;
    display: block;
    transition: 0.3s;
    line-height: 1.2;
}
.sidemenu{
    max-width: 1180px;
    width: 100%;
    margin: 50px auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    gap: 100px;
}
.side-wrap {
    flex-shrink: 0;
}

.menu.admin.widget--sticky {
    position: sticky;
    top: 100px;
}



.award_new p:first-of-type{
    font-size: 18px;
    font-weight: bold;
}
.kako_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
    justify-content: space-between;
}
.kako_list div{
    border: 1px solid  #5cbb59;
    padding: 30px;
    width: 48%;
        box-sizing: border-box;
}

.pagination{
    margin: 30px auto 40px;
        text-align: center;
}
.pagination .current{
    background:  #5cbb59;
    color:  #fff;
}
.page-numbers{
    border:  1px solid #5cbb59;
    padding: 5px;
    color:  #5cbb59;
    transition: 0.2s;
}
a.page-numbers:hover{
    background:  #D8EED7;
}
@media only screen and ( max-width : 1095px ) {
    .kako_list div{
            width: 100%;
            padding: 20px;
    }
}
@media only screen and ( max-width : 768px ) {
    .sidemenu{
            display: block;
            width: auto;
            margin: 10px 0px;
    padding: 0 0px;
    }
    .sidemenu .menu a{
            width: 100%;
        font-size: 12px;
            padding: 5px 0;
    }
    .side-wrap{
            margin: 0 20px;
    }
    
    .award_new p:first-of-type{
            font-size: 16px;
    }
    .award_new p:first-of-type span{
            font-size: 13px;
    }
}
/* ---------------------------------------------------------------------------------------------
　   学術講演会
--------------------------------------------------------------------------------------------- */

.contents_page .komidashi2{
    background: #5cbb59;
    padding: 1px 10px;
    margin: 20px 0 5px;
    display: inline-block;
    color: #fff;
}

.kaisai{
    margin-bottom: 30px;
}
.kaisai ul{
    display: flex;
    flex-wrap: wrap;
    border-left: solid 0px #000;
    height:300px;
    overflow-y: scroll;
}
.kaisai ul li{
    width: 45%;
    margin-bottom: 15px;
}

@media only screen and ( max-width : 768px ) {
.rule .clip-container-page img.img1 {
    width: 100%;
    transform: scale(1.6) translateY(5%); /* 上方向に%移動 */
    transform-origin: center 17%; /* 拡大の基準点を上に */
}
    
    .kaisai ul li{
    width: 100%;
}
    
    
}

/* ---------------------------------------------------------------------------------------------
　   入会方法
--------------------------------------------------------------------------------------------- */
.nyukai{
    margin: 10px 0;
}
.nyukai dl {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.nyukai dt {
    width: 10%;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px;
}
.nyukai dd {
    width: 80%;
    margin: 0;
    padding: 10px;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: bold;
}
@media only screen and ( max-width : 768px ) {
.admission .clip-container-page img.img1 {
    width: 100%;
    transform: scale(1.6) translateY(37%); /* 上方向に%移動 */
    transform-origin: center 17%; /* 拡大の基準点を上に */
}
    
    .nyukai dt{
        width: 100%;
        border-bottom: 1px solid #c8c8c8;
    }
    
    
}

/* ---------------------------------------------------------------------------------------------
　   お問い合わせ
--------------------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],input[type="password" i],input[type="email" i] ,
textarea {
  border: 1px solid #c8c8c8;
  font-size: 14px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
    box-sizing: border-box;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 100%;
    margin: 30px 0;
}
.form-table tr {
      display: flex;
    align-items: flex-start;
}
.form-table th {
    background: #e5f0e7;
    padding-left: 50px;
    position: relative;
    text-align: center;
    display: block;
    padding: 15px;
    margin: 10px;
    width: 37%;
}
.form-table th span {
    font-size: 11px;
    color: #ff0000;
}

.form-table td {
    width: 63%;
    margin: 10px;
}

@media only screen and ( max-width : 768px ) {
    .form-table{
            margin: 0px 0;
    }
    .form-table tr{
        display: block;
    }
    .form-table th,.form-table td{
        display: block;
                width: auto;
        box-sizing: border-box;
    }
}

/* ---------------------------------------------------------------------------------------------
　   入会フォーム
--------------------------------------------------------------------------------------------- */
.form-table select,.adminpage-table select{
    border: 1px solid #c8c8c8;
    padding: 12px 15px;
    -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
    display: block;
}

.form-table .check_tate{
    display:block;
}

/* ---------------------------------------------------------------------------------------------
　   会員ページ
--------------------------------------------------------------------------------------------- */

.content_page .member .title{
    background: #006837;
}
.member_page{
    max-width: 1180px;
    width: 100%;
    margin: 50px auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    gap: 100px;
}
.member_page_link a{
    color: #006837;
    text-decoration: underline;
    transition: .3s;
}
.member_page_link a:hover{
    color: #5cbb59;
}
.member_page div:nth-of-type(2){
        width: 100%;
    max-width: 750px;
    box-sizing: border-box;
}
.member_page .title span{
    color: #006837;
    font-size: 23px;
    padding: 10px 0;
        width: 600px;
    display: block;
}
.member_page .title span::before {
    content:"●";
    font-size: 35px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}
.member_page .title span::after {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    content:"Member Page";
    font-size: 55px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(0, 104, 55, 0.2);
        margin-left: -20px;
    letter-spacing: -0.03em;
}
@media only screen and ( max-width : 768px ) {
.memberpage .clip-container-page img.img1 {
    width: 100%;
    transform: scale(1.6) translateY(-6%); /* 上方向に%移動 */
    transform-origin: center 17%; /* 拡大の基準点を上に */
}
    .member_page{
            display: block;
        width: auto;
    margin: 50px 20px;
            padding: 0 0px;
        
    }
    .member_page .title span{
    display: block;
        width: auto;
            font-size: 17px;
}
    .member_page .title span::after{
            font-size: 29px;
    }
    .member_page .msr_newslist03 li p{
        font-size: 13px;
    }
    .member_page .title span::before{
        font-size: 18px;
        margin-right: 5px;
    }
    .sidebar .menu span::before{
        font-size: 18px;
        margin-right: 5px;
    }
    
}

/* お知らせ */
.member_page .msr_newslist03 li {
  font-size: 14px;
  border-bottom: solid 1px #006837;
    margin-bottom: 10px;
}

.member_page .msr_newslist03 li a {
  color: #000;
}

.member_page .msr_newslist03 li p {
    color: #000;
}

/* 時間の設定 */
.member_page .msr_newslist03 li time,.news_page time {
  color: #000;
}

.mypage-table {
  width: 100%;
  margin: 30px 0;
  border: solid 1px #006837;
  border-collapse: collapse;
}

.mypage-table th {
  background: #e5f0e7;
  text-align: center;
  padding: 20px;
  border: solid 1px #006837;
  width: 30%; /* 必要に応じて調整 */
}

.mypage-table th span {
  font-size: 11px;
  color: #ff0000;
}

.mypage-table td {
  border: solid 1px #006837;
  padding: 20px 20px; /* 左右余白を調整 */
  width: 70%;
}
.mypage-table td.kaihidate_wrap{
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 10px;
    border: solid 0px #006837;
    justify-content: center;
}
.mypage-table td.kaihidate_wrap span.kaihidate{
    border: solid 0px #000;
    display: flex;
    flex-wrap: wrap;
    width: 160px;
}
.mypage-table td.kaihidate_wrap span.year{
    padding: 2px 5px;
    border: solid 1px #000;
        width: 40px;
}
.mypage-table td.kaihidate_wrap span.date{
    padding: 2px 5px;
    width: 90px;
    border-top : 1px solid #000;
    border-bottom : 1px solid #000;
    border-left : 0px solid #000;
    border-right : 1px solid #000;
}

/* ---------------------------------------------------------------------------------------------
　   管理者専用
--------------------------------------------------------------------------------------------- */
.content_page .administrator .title{
    background: #009ab8;
}

.admin_page .title span{
    color: #009ab8;
        width: 500px;
    display: block;
}

.admin_page .title span::after{
    content:"Membership";
        color: rgba(0, 154, 184, 0.2);
}
.admin_page .Unpaid{
    margin-left:20px;
}

.admin-table {
  width: 100%;
  margin: 30px 0;
  border: solid 1px #009ab8;
  border-collapse: collapse;
}

.admin-table th {
  background: #009ab8;
  text-align: center;
  padding: 20px;
  border-right: solid 1px #fff;
    color: #fff;
}
.admin-table th:last-of-type {
    border-right: solid 1px #009ab8;
}

.admin-table th span {
  font-size: 11px;
  color: #ff0000;
}

.admin-table td:first-of-type {
  background: #edf7f9;
    color: #009ab8;
    text-align: center;
}
.admin-table td {
  border: solid 1px #009ab8;
  padding: 20px 20px;
      line-height: 1.2;
}
.admin-table td a {
  color:  #009ab8;
    text-decoration: underline;
}

.kensaku{
    display: flex;
}
.kensaku input{
    width: 300px;
}
.kensaku button{
    width: 130px;
        margin-left: 10px;
}

.kensaku input[type="text"]{
        border: 1px solid #009ab8;
}
.kensaku button{
        background: #009ab8;
        color: #fff;
}

.admin_page input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.admin_page input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #009ab8;
  vertical-align: -3px;
}

.admin_page input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}


/* 会員情報修正 */
.adminpage-table th {
  background: #edf7f9;
    border: solid 1px #009ab8;
    color: #009ab8;
}
.adminpage-table td{
    border: solid 1px #009ab8;
}
.adminpage-table{
        border: solid 1px #009ab8;
}

.adminpage-table input[type="text"],
input[type="password" i],
input[type="email" i] {
    border-left: 0px solid #c8c8c8;
    border-top: 0px solid #c8c8c8;
    border-right: 0px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        box-sizing: border-box;
}


.slideshow {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
}

.slides img {
    width: 100%;
    height: auto;
}

.adminpage-table #past_payment_container select{
    border: 0px solid #c8c8c8;
    padding: 10px;
    -moz-appearance: menulist;
  -webkit-appearance: menulist;
    width: 130px;
}

.past_payment_block{
    border-bottom: 1px solid #c8c8c8;
}

.status-not-required {
    color: #0073aa; /* 青 */
    font-weight: bold;
}

.status-unpaid {
    color: red;
    font-weight: bold;
}

.status-paid {
    color: green;
    font-weight: bold;
}


@media only screen and ( max-width : 768px ) {
    .admin_page .Unpaid{
    margin-left:0px;
}
    .kensaku input {
    width: 197px;
}
    .admin_page .title span{
            width: 100%;
    }
    .admin-table th,.admin-table td{
        display: block;
        border-collapse: collapse;
    }
    .admin-table th{
            padding: 5px;
        border-right: solid 0px #fff;
    }
    .admin-table tr{
            margin-bottom: 10px;
        border-bottom: 8px solid #009ab8;
    }
    
    .adminpage-table th,.adminpage-table td{
        display: block;
                width: 100%;
        box-sizing: border-box;
        border-collapse: collapse;
    }
    .adminpage-table th{
            font-size: 12px;
        padding: 10px;
            line-height: 1.2;
    }
    .adminpage-table td label{
            display: block;
    }
    .mypage-table{
            margin: 5px 0;
    }
    
}

/* ---------------------------------------------------------------------------------------------
　   ログイン
--------------------------------------------------------------------------------------------- */

.login-container {
  max-width: 400px;
  margin: -20px auto 80px;
}

.form-group {
  margin-bottom: 15px;
}

.login-box label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.login-box input[type="text"],
.login-box input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
    box-sizing: border-box;
}
.login-box button{
  width: 100%;
  padding: 5px;
  background-color: #5cbb59;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
/*
.login-box button[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #5cbb59;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
*/
@media only screen and ( max-width : 768px ) {
    .login-box{
        margin: -20px 20px 80px;
    }
    .login-container {
}
    
}

/* ---------------------------------------------------------------------------------------------
　   メール送信
--------------------------------------------------------------------------------------------- */
.sendmail .title span::after{
    content:"Send email";
        color: rgba(0, 154, 184, 0.2);
}
.mail input[type="text"],
textarea {
  border: 1px solid #c8c8c8;
  font-size: 14px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
    box-sizing: border-box;
}
.form-table.mail th{
    background: #edf7f9;
}
.sendmail label{
        margin-right: 10px;
    }

@media only screen and ( max-width : 768px ) {
    
}

/* ---------------------------------------------------------------------------------------------
　   会員情報変更申請
--------------------------------------------------------------------------------------------- */

/*フォーム*/
.cf7__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 30px !important;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
/*  padding-top: 15px;*/
}
.cf7__list dt p {
      background: #e5f0e7;
    padding: 20px 21px;
    vertical-align: middle;
    align-items: center;
    display: block;
    margin-right: 40px;
    text-align: center;
}

.cf7__list dd {
  width: 65%;
}
.cf7__list div {
  display: block;
    margin-top: 15px;
}
.cf7__list dd.yuubin p {
  display: flex;
    align-items: center;
}
.cf7__list dd.yuubin p label {
  width: 100px;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  color: #ff0000;
      font-size: 10px;
    margin-left: 10px;
}


.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea,
.cf7__list dd select{
    width: 100%;
    padding: 25px 20px;
    background: #F4F4F4;
    box-sizing: border-box;
    border: 1px solid #e5f0e7;
}
.cf7__list .w80 input[type="text"]{
        width: 80px;
    }

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
/*    display: block;*/
  width: auto;
  margin: 0;
}
.cf7__list dd.tateradio .wpcf7-list-item {
    display: block;
    width: auto;
}
.cf7__list dd.tateradio .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 5px;
}
.houkoku .cf7__list dd .wpcf7-list-item {
  display: contents;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 0px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}


.cf7 dt span{
    color: #ff0000;
    font-size: 11px;
    margin-left: 6px;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    margin-bottom: 0;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #009ab8;
  background: #009ab8;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

.cf7__button input {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

.cf7__button input:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
    display: none!important;
}
.cf7__list span.note{
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.2;
    display: block;
        margin-right: 10px;
    position: absolute;
    top: 28px;
}

#content .note01{
    padding: 30px 50px;
    margin: 10px 0 30px;
    background: #F2F2F2;
    
}
.cf7__list #title-name{
    width: 100%;
    box-sizing: border-box;
}
.wpcf7-not-valid-tip {
    position: absolute !important;
/*    width: 150px !important;*/
        display: contents;
}


.cf7__list span.cf7__required,
.cf7__list span.cf7__optional{
    width: 27px;
    height: 22px;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  .cf7__button input[type="submit"] {
    width: 180px;
    height: 56px;
  }

    .cf7__list dt p{
        display: block;
        margin-right: 0px;
        padding: 10px;
}
    .cf7__list span.note{
            margin-right: 0px;
        position: relative;
    top: 0;
    }
    .cf7__list dd input[type="text"], .cf7__list dd input[type="tel"], .cf7__list dd input[type="email"], .cf7__list dd textarea, .cf7__list dd select{
            padding: 15px;
    }
    
}

/*確認画面と完了画面を非表示*/
    .confirm_area,
    .thanks_area {
        display: none;
        margin-top: 30px;
    }

    /*デフォルトのサンクスメッセージを非表示*/
    .wpcf7-response-output{
        display: none;
    }

.button-wrap {
    text-align: center;
}
.button-wrap input{
    width: 260px;
    height: 60px;
    background:rgba(0,0,0,1);
    color: #fff;
    border: 0px;
    transition: .3s;
}
.button-wrap input:hover{
    background:rgba(0,0,0,0.7);
    cursor:pointer;
}
.button-wrap input:disabled{
    opacity: 0.3;
    pointer-events: none;
}
.button-wrap input[type="submit"]{
    width: 260px;
    height: 60px;
    background:rgba(105 , 186 , 101,1);
    color: #fff;
    border: 0px;
    transition: .3s;
    border-radius: 0px;
    margin-bottom: 10px;
        margin-top: 30px;
}
.button-wrap input[type="submit"]:hover{
    background:rgba(105 , 186 , 101,0.7);
}

.privacycheck{
    margin-bottom: 25px;
}
.privacycheck p:first-child{
    font-size: 19px;
    font-weight: bold;
}
.privacycheck .wpcf7-list-item{
        margin: 0 0 10px 0;
}
.privacycheck input{
        margin: 10px 5px 0px 0px;
}

.yubinflex p{
    display: flex;
align-items: center;
    gap: 10px;
}

/*確認画面*/
.Form-Item{
    display: flex;
    margin-top: 15px;
        align-items: center;
}
.h-adr .Form-Item{
    display: flex;
    margin-top: 15px;
        align-items: flex-start;
}
.Form-Item p:last-of-type{
/*    margin-right: 10px;*/
}

.Form-Item-Label{
    background: #D8EED7;
  padding: 0px 10px;
  margin-right: 10px;
}
}

.wpcf7-not-valid-tip{
/*    display: ruby!important;*/
}

.henkoposition{
    position: relative;
}
.henkoposition p strong{
    font-weight: bold;
}
.henkoposition .yamaguchiigaku{
    position: absolute;
    top: 460px;
    left: 35%;
    z-index: 1;
}
.henkoposition .notice{
    position: absolute;
    top: 575px;
    left: 35%;
     z-index: 1;
}
.henkoposition .department{
    position: absolute;
    top: 698px;
    left: 35%;
     z-index: 1;
}
.henkoposition .departmenthaifu{
    position: absolute;
    top: 796px;
    left: 35%;
     z-index: 1;
}
.henkoposition .departmentbunya{
    position: absolute;
    top: 894px;
    left: 35%;
     z-index: 1;
}
.henkoposition .position{
    position: absolute;
    top: 991px;
    left: 35%;
     z-index: 1;
}
.henkoposition .place{
    position: absolute;
    top: 1084px;
    left: 35%;
     z-index: 1;
}
.henkoposition .address_type{
    position: absolute;
    top: 1176px;
    left: 35%;
     z-index: 1;
}
@media screen and (max-width: 767px) {
.henkoposition .yamaguchiigaku{
    position: absolute;
    top: 668px;
    left: 0%;
}
.henkoposition .notice{
    position: absolute;
    top: 806px;
    left: 0%;
}
.henkoposition .department{
    position: absolute;
    top: 930px;
    left: 0%;
}
.henkoposition .departmenthaifu{
    position: absolute;
    top: 1066px;
    left: 0%;
     z-index: 1;
}
.henkoposition .departmentbunya{
    position: absolute;
    top: 1202px;
    left: 0%;
     z-index: 1;
}
.henkoposition .position{
    position: absolute;
    top: 1338px;
    left: 0%;
}
.henkoposition .place{
    position: absolute;
    top: 1475px;
    left: 0%;
}
.henkoposition .address_type{
    position: absolute;
    top: 1600px;
    left: 0%;
}

}


/*ユーザー名・パスワードを忘れた方*/
.reset_txt{
    padding: 30px;
/*    background: #e5f0e7;*/
    margin: 20px 0;
  
  line-height: 1.4;
}
.reset_txt p:first-child{
    
    margin-bottom: 20px;
}
.reset_txt .tel{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.reset_txt .form{
    font-weight: bold;
    font-size: 20px;
}

.reset_txt .send input {
  width: 260px;
  height: 60px;
  background: #69ba65;
  color: #fff;
  border: 0px;
  transition: .3s;
    margin: auto;
  display: block;
}
.reset_txt .send input:hover {
  opacity: 0.7;
    cursor: pointer;
}
.reset_txt .cf7__list dd .wpcf7-checkbox,
.reset_txt .cf7__list dd .wpcf7-radio{
    text-align: left;
}

/*会員リストダウンロード*/
.member_dl{
    margin-top: 10px;
    background: #edf7f9;
    padding: 20px;
    border: 1px solid #009ab8;
    border-radius: 15px;
}
.member_dl select{
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
}
.member_dl button{
        background: #009ab8;
    color: #fff;
    padding: 7px;
}
.member_dl form{
    display: inline-table;
}
#filter_preview{
    margin: 0px 0 15px 0;
    padding: 20px;
    border: 1px solid #009ab8;
    border-radius: 15px;
        background: #fff;
}
#filter_preview div span {
    display:inline-block;
    background:#009ab8;
    padding:4px 8px;
    margin:3px;
    border-radius:4px;
    color: #fff;
}

select {
    appearance: none;        /* 標準矢印を消す */
    -webkit-appearance: none;
    -moz-appearance: none;

    background: #fff;
    padding-right: 30px;     /* 矢印スペース確保 */
    border: 1px solid #ccc;
}

/* 三角アイコン追加 */
.select_wrap {
    position: relative;
    display: inline-block;
        width: inherit !important;
    max-width: inherit !important;
}

.select_wrap::after {
    content: "▼";
    position: absolute;
    right: 17px;
    top: 58%;
    transform: translateY(-50%);
    pointer-events: none; /* クリック邪魔しない */
    font-size: 12px;
    color: #333;
}
.select_wrap span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

/*レポートページ*/
.report{
    margin: 20px;
}
.report .reportcontent{
    margin: 50px 30px;
    line-height: 1.4;
    font-size: 1.2em;
}
.report .reportcontent img{
    margin: 15px 0;
}
.report .reportcontent p,.report .reportcontent span{
        display: block;
}
.report .flex{
    justify-content: space-between;
    margin-bottom: 10px;
}
.report table th{
        background: #e6e6e6;
}
.report table th,.report table td{
    font-size: 1.1em;
    padding: 11px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    vertical-align: middle;
}


.bunya{
    margin-top: 20px;
    margin-bottom: 5px;
    background: #e6e6e6;
    padding: 5px 10px;
    font-size: 15px;
}
