@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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-weight: 500;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #757575;
	font-size: 100%;
  font-weight: 500;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
  background: #fff;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  counter-reset: 0;
  background: #fff;
}
@media screen and (min-width: 1025px){
  body {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 500;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  font-size: 0;
  text-align: left;
}
li {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  li {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #757575;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp30 {
  animation-name: fadeInUp30;
  animation-duration: 1s;
}
/******************************************************
回り込み解除 ※解除したいclassを記述
******************************************************/
.clear:after,
.clearfix:after,
.inner:after,
.col:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
領域指定
******************************************************/
.pc, .tab, .sp {display:none!important;}
/* SP */
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
    position: relative;
  }
  .sp-left {
    text-align: left!important;
  }
  .sp {
    display: block!important;
  }
}
/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px){
  .inner {
    margin: 0 6rem;
    position: relative;
  }
  .tab {
    display: block!important;
  }
}
/* PC */
@media screen and (min-width: 1025px){
  .inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    position: relative;
    box-sizing: border-box;
  }
  .pc {
    display: block!important;
  }
}
/******************************************************
基本フォント
******************************************************/
/* 位置 */
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
/******************************************************
各種フォント
******************************************************/
.serif {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
}
/******************************************************
iPhoneリセット
******************************************************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  padding: 1em 0;
  /*background: #f2f2f2;*/
}
#breadcrumb li {
  display: inline-block;
  color: #999;
  font-size: 1.4rem;
}
#breadcrumb li a {
  color: #757575;
}
#breadcrumb li a:hover {
  color: #999;
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination {
  margin-top: 3rem;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  display: inline-block;
  margin-right: .3rem;
  font-size: 1.2rem;
}
#pagination li:last-child {
  margin-right: 0;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  line-height: 3rem;
  background: #ccc;
}
#pagination li a:hover {
  background: #005faa;
}
#pagination li span.current {
  background: #005faa;
}
#pagination li span.dots {
  color: #005faa;
  background: none;
}
/******************************************************
トップページ
******************************************************/
@media screen and (min-width: 1025px) {
  /* タイトル */
  .main_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
    color: #005faa;
    font-size: 3.6rem;
    line-height: 1;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .main_title .img {
    margin-right: .5em;
  }
  .main_title img {
    width: auto;
    height: 6rem;
  }
  /* メインビジュアル */
  #top_main {
    margin-bottom: 10rem;
    padding: 2rem 0;
    background: #f2f7fb;    
  }
  #top_main .main_slider {
    opacity: 0;
    transition: opacity .6s linear;
  }
  #top_main .main_slider.slick-initialized {
    opacity: 1;
  }  
  #top_main .main_slider .slide {
    position: relative;
    margin: 0 1rem;
    opacity: .5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }
  #top_main .main_slider .slide.slick-center {
    opacity: 1;
  }
  #top_main .main_slider .slide .image img {
    width: 800px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_main .main_slider .slide .comment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;    
    text-shadow: 0 0 10px #666, 0 0 10px #666;
  }
  #top_main .main_slider .slide .comment .large {
    font-size: 3.2rem;
  }
  #top_main .main_slider .slide .comment .small {
    font-size: 1.8rem;
    letter-spacing: .1em;
  }
  /* お知らせ */
  #top_information {
    margin-bottom: 12rem;
  }
  #top_information .title_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    position: relative;
    box-sizing: border-box;
  }
  #top_information .information_inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 20px;
  }  
  #top_information .information_container {
    position: relative;
    width: calc(100% + (100vw - 100%) / 2);
  }
  #top_information .slider_image {
    position: relative;
    width: 360px;
    max-width: 100%;
  }
  #top_information .slider_image:nth-child(n+2) {
    margin-left: 2rem;
  }
  #top_information .slider_image a {
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #top_information .slider_image a:hover {
    opacity: .7;
  }
  #top_information .slider_image .image {
    margin-bottom: 1em;
  }
  #top_information .slider_image .time {
    color: #005faa;
  }
  /* ごあいさつ */
  #top_greeting {
    margin-bottom: 12rem;
  }
  #top_greeting .greeting_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #top_greeting .greeting_box .image {
    position: relative;
    width: calc(100% - 560px);
  }
  #top_greeting .greeting_box .image .image_a {
    width: 80%;
  }
  #top_greeting .greeting_box .image .image_b {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
  }
  #top_greeting .greeting_box .text {
    width: 480px;
  }
  #top_greeting .greeting_box .name {
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  #top_greeting .greeting_box .comment {
    margin-bottom: 5rem;
    color: #005faa;
  }
  #top_greeting .greeting_box .btn {
    display: flex;
    flex-wrap: wrap;
  }
  #top_greeting .greeting_box .btn a {
    position: relative;
    width: 200px;
    padding-left: 2em;
    padding-bottom: .5em;
    color: #005faa;
    border-bottom: 1px solid #005faa;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #top_greeting .greeting_box .btn a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "◆";
  }
  #top_greeting .greeting_box .btn a:hover {
    opacity: .7;
  }
  #top_greeting .greeting_box .btn a:nth-child(n+2) {
    margin-left: 3rem;
  }
  /* 入会のご案内 */
  #top_entry {
    margin-bottom: 12rem;
  }
  #top_entry h2 {
    justify-content: center;
  }
  #top_entry .entry_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_entry .entry_flex .image {
    position: relative;
    width: calc(100% - 660px);
    padding-bottom: 8rem;
  }
  #top_entry .entry_flex .image_a {
    width: 80%;
  }
  #top_entry .entry_flex .image_b {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
  }
  /*
  #top_entry .entry_box {
    width: 480px;
    color: #fff;
    background: #005faa;
  }
  */
  #top_entry .entry_flex .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 580px;
    color: #005faa;
    text-align: center;
    border: 3px solid #005faa;
  }
  #top_entry .entry_flex .text a {
    color: #005faa;
  }
  #top_entry .entry_flex .comment {
    margin-bottom: 3rem;
  }
  #top_entry .entry_flex .tel {
    font-size: 2.4rem;
  }
  #top_entry .entry_flex .tel *:nth-child(n+2):before {
    content: "/";
    margin: 0 1em;
  }
  #top_entry .entry_flex .mail {
    font-size: 2.4rem;
  }
  /* バナー */
  #top_banner {
    margin-bottom: 10rem;
  }
  #top_banner .banner_list {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto 1.5rem;
  }
  #top_banner .banner_list .list {
    border: 1px solid #ccc;
    box-sizing: border-box;
  }  
  #top_banner .banner_list.list_2 .list {
    width: calc((100% / 2) - .75rem);
    margin-right: 1.5rem;
  }
  #top_banner .banner_list.list_2 .list:nth-child(2n) {
    margin-right: 0;
  }
  #top_banner .banner_list.list_3 .list {
    width: calc((100% / 3) - 1rem);
    margin-right: 1.5rem;
  }
  #top_banner .banner_list.list_3 .list:nth-child(3n) {
    margin-right: 0;
  }
  #top_banner .banner_list.list_4 .list {
    width: calc((100% / 4) - 1.125rem);
    margin-right: 1.5rem;
  }
  #top_banner .banner_list.list_4 .list:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* タイトル */
  .main_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    color: #005faa;
    font-size: 2rem;
    line-height: 1;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .main_title .img {
    margin-right: .5em;
  }
  .main_title img {
    width: auto;
    height: 2.4rem;
  }
  /* メインビジュアル */
  #top_main {
    margin-bottom: 5rem;
  }
  #top_main .main_slider {
    opacity: 0;
    transition: opacity .6s linear;
  }
  #top_main .main_slider.slick-initialized {
    opacity: 1;
  }  
  #top_main .main_slider .slide {
    position: relative;
  }
  #top_main .main_slider .slide .image img {
    width: 100vw;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }  
  #top_main .main_slider .slide .comment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;    
    text-shadow: 0 0 10px #666, 0 0 10px #666;
  }
  #top_main .main_slider .slide .comment .large {
    font-size: 6vw;
  }
  #top_main .main_slider .slide .comment .small {
    font-size: 3vw;
    letter-spacing: .1em;
  }
  /* お知らせ */
  #top_information {
    margin-bottom: 5rem;
  }
  #top_information .title_inner,
  #top_information .information_inner {
    margin: 0 1.5rem;
    position: relative;
  }
  #top_information .information_slider {
    display: flex;
    flex-wrap: wrap;
  }
  #top_information .slider_image {
    width: calc(50% - 3px);
    margin-right: 6px;
  }
  #top_information .slider_image:nth-child(2n) {
    margin-right: 0;
  }
  #top_information .slider_image:nth-child(n+3) {
    margin-top: 3rem;
  }
  #top_information .slider_image a {
    display: block;
  }
  #top_information .slider_image .image {
    margin-bottom: 1rem;
  }
  #top_information .slider_image .time {
    color: #005faa;
  }
  #top_information .slider_image .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;    
  }
  /* ごあいさつ */
  #top_greeting {
    margin-bottom: 5rem;
  }
  #top_greeting .greeting_box {}
  #top_greeting .greeting_box .image {
    display: none;
  }
  #top_greeting .greeting_box .name:before {
    display: block;
    content: "";
    margin-bottom: 1.5rem;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: url(/wp-content/uploads/images/top_img001.webp) top center no-repeat;
    background-size: cover;
  }  
  #top_greeting .greeting_box .text {}
  #top_greeting .greeting_box .name {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  #top_greeting .greeting_box .comment {
    margin-bottom: 3rem;
    color: #005faa;
  }
  #top_greeting .greeting_box .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_greeting .greeting_box .btn a {
    position: relative;
    width: calc(50% - 5px);
    padding-left: 2em;
    padding-bottom: .5em;
    color: #005faa;
    border-bottom: 1px solid #005faa;
    box-sizing: border-box;   
  }
  #top_greeting .greeting_box .btn a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "◆";
  }
  /* 入会のご案内 */
  #top_entry {
    margin-bottom: 5rem;
  }
  #top_entry .inner {}
  #top_entry h2 {
    justify-content: center;
  }
  #top_entry .entry_flex {}
  #top_entry .entry_flex .image {
    position: relative;
    margin-bottom: 3rem;
  }
  #top_entry .entry_flex .image_a {
  }
  #top_entry .entry_flex .image_b {
    display: none;
  }
  #top_entry .entry_flex .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #005faa;
    text-align: center;
  }
  #top_entry .entry_flex .text a {
    color: #005faa;
  }
  #top_entry .entry_flex .comment {
    margin-bottom: 1.5rem;
  }
  #top_entry .entry_flex .tel {
    display: flex;
    flex-direction: column;
    text-align: center;    
    font-size: 2rem;
  }
  #top_entry .entry_flex .mail {
    font-size: 2rem;
  }  
  
  
  
  
  
  
  
  
  
  
  
  /* バナー */
  #top_banner {
    margin-bottom: 5rem;
  }
  #top_banner .banner_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 6px;
  }
  #top_banner .banner_list .list {
    border: 1px solid #ccc;
    box-sizing: border-box;
  }  
  #top_banner .banner_list.list_2 .list {
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
  }
  #top_banner .banner_list.list_2 .list:nth-child(2n) {
    margin-right: 0;
  }
  #top_banner .banner_list.list_3 .list {
    width: calc((100% / 3) - 4px);
    margin-right: 6px;
  }
  #top_banner .banner_list.list_3 .list:nth-child(3n) {
    margin-right: 0;
  }
  #top_banner .banner_list.list_4 .list {
    width: calc((100% / 4) - 4.5px);
    margin-right: 6px;
  }
  #top_banner .banner_list.list_4 .list:nth-child(4n) {
    margin-right: 0;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1025px) {
  #footer {
    color: #fff;
    background: #005faa;
  }
  #footer a {
    color: #fff;
  }
  #f_cover {
    padding: 12rem 0;
  }
  #f_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    position: relative;
    box-sizing: border-box;
  } 
  #f_logo {
    margin-bottom: 6rem;
  }
  #f_logo img {
    width: auto;
    height: 8rem;
  }
  #f_navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #f_navigation ul.second-menu {
    padding-left: 1em;
  }
  #f_navigation li {
    margin-bottom: .5em;
  }
  #copyright {
    color: #fff;
    line-height: 8rem;
    text-align: center;
    background: #004c88;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-bottom: 6rem;
    color: #fff;
    background: #005faa;
  }
  #footer a {
    color: #fff;
  }
  #f_cover {
    padding: 5rem 0;
  }
  #f_inner {
    margin: 0 1.5rem;
  } 
  #f_logo {
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_logo img {
    width: 75%;
    height: auto;
  }
  #f_navigation li a {
    position: relative;
    display: block;
    padding: 1rem 0;
    padding-right: 2em;
    border-bottom: 1px solid #fff;
  }
  #f_navigation li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f105";
    font-family: "FontAwesome";
    margin-top: -.5em;
    line-height: 1;   
  }  
  #f_navigation ul.second-menu {
    padding-left: 1em;
  }
  #copyright {
    color: #fff;
    font-size: 1rem;
    line-height: 6rem;
    text-align: center;
    background: #004c88;
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1025px) {
  #h_info {
    border-bottom: 1px solid #ccc;
  }
  #h_info_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    position: relative;
    box-sizing: border-box;
  }
  #h_info_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.4rem;
  }
  #h_info_list .list:nth-child(n+2) {
    margin-left: 1em;
  }
  #h_info_list .list a {
    display: flex;
    padding: .6rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #h_info_list .list a:hover {
    color: #005faa;
  }
  #h_info_list .list .img {
    margin-right: .6em;
  }
  #h_info_list .list .img img {
    width: auto;
    height: 1.8rem;
  }
  #h_menu {
    position: relative;
  }
  #h_menu_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    box-sizing: border-box;
  }
  #h_logo {
    padding: 3rem 0;    
  }
  #h_logo img {
    width: auto;
    height: 8rem;
  }
  #h_menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: -1em;
  }
  #h_menu_list .main_list:nth-child(n+2) {
    margin-left: 1em;
  }
  #h_menu_list .main_list > a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1em;
    color: #005faa;
    font-weight: 600;
    height: 14rem;
  }
  #h_menu_list .main_list > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #005faa;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  #h_menu_list .main_list:hover > a:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }  
  #h_menu_list .sub_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 6rem 0;
    background: #f2f7fb;
    z-index: 1;
    display: none;
  }
  #h_menu_list .sub_menu_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    position: relative;
    box-sizing: border-box;
  }
  #h_menu_list .sub_menu_list {
    display: flex;
    flex-wrap: wrap;
  }
  #h_menu_list .sub_menu_list .sub_list {
    width: calc((100% / 3) - 1rem);
    margin-right: 1.5rem;
  }
  #h_menu_list .sub_menu_list .sub_list:nth-child(3n) {
    margin-right: 0;
  }
  #h_menu_list .sub_menu_list .sub_list:nth-child(n+4) {
    margin-top: 1.5rem;
  }
  #h_menu_list .sub_menu_list .sub_list.double {
    width: calc(((100% / 3) * 2) - .5rem);
    margin-right: 0;
  }
  #h_menu_list .sub_menu_list .sub_list a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 8rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    background: #005faa;
  }
  /* 追尾メニュー */
  #fix_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 8rem;
    height: 100vh;
    box-sizing: border-box;
    z-index: 100;
  }
  #h_nav {
    background: #f2f7fb;
    display: block;
    width: 640px;
    max-width: calc(100% - 6rem);
    height: 100%;
    padding: 6rem;
    padding-right: 12rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
    opacity: 0;
  }
  #h_nav.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1rem;
    padding-right: 2em;
    color: #005faa;
    border-bottom: 1px solid #eee;
  }
  #h_nav ul li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f105";
    font-family: "FontAwesome";
    margin-top: -.5em;
    line-height: 1;   
  }
  #h_nav ul.double_list {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav ul.double_list li {
    width: calc(50% - .5rem);
    margin-right: 1rem;
  }
  #h_nav ul.double_list li:nth-child(2n) {
    margin-right: 0;
  }
  #h_nav .h_main_list {
    margin-bottom: 3rem;
  }
  #h_nav .h_award_list {
    margin-bottom: 3rem;
  }
  #h_nav .h_award_list .title {
    margin-bottom: 1em;
    padding: 1rem;
    color: #fff;
    text-align: center;
    background: #005faa;
  }
  /* 開閉ボタン */
  #h_menu_btn {
    position: fixed;
    width: 8rem;
    height: 100vh;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    z-index: 101;
  }
  #h_toggle_btn {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin-left: auto;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn.active {}
  #h_toggle_btn span {
    display: block;
    width: 32px;
    height: 2px;
    background: #757575;
    position: absolute;
    left: 24px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 30px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 40px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 50px;
    background: #005faa;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    background: #757575;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 40px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #757575;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 40px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #757575;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 16px;
    text-align: center;
  }    
  /* 追尾ボタン */
  #fix_btn_list {
    position: fixed;
    top: 9rem;
    right: 0;
    z-index: 101;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;  
    opacity: 1;
  }
  #fix_btn_list.on {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;  
  }
  #fix_btn_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }
  #fix_btn_list .list a:hover {
    opacity: .7;
  }
  #fix_btn_list .list.tel a {
    background: #005faa;
  }
  #fix_btn_list .list.login a {
   background: #67b600; 
  }
  #fix_btn_list .list .img {
    margin-bottom: .5em;
  }
  #fix_btn_list .list .img img {
    width: auto;
    height: 3rem;
  }
  #fix_btn_list .list .txt {
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    height: 7rem;
    background: #fff;
  }  
  #h_info {
    display: none;
  }
  #h_menu {
    position: fixed;
    width: 100%;
    height: 7rem;
    background: #fff;
    z-index: 100;
  }
  #h_logo {
    padding: 1.5rem;
  }
  #h_logo img {
    width: auto;
    height: 4rem;
  }
  #h_menu_list {
    display: none;
  }
  /* 追尾メニュー */
  #fix_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 7rem;
    height: 7rem;
    box-sizing: border-box;
    z-index: 105;
  }
  #h_nav {
    background: #f2f7fb;
    display: block;
    width: calc(100% - 7rem);
    max-width: 640px;
    height: 100%;
    padding: 3rem 1.5rem;
    padding-bottom: 9rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 103;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
    opacity: 0;
  }
  #h_nav.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1rem 0;
    padding-right: 1em;
    color: #005faa;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
  }
  #h_nav ul li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f105";
    font-family: "FontAwesome";
    margin-top: -.5em;
    line-height: 1;   
  }
  #h_nav ul.double_list {}
  #h_nav ul.double_list li {}
  #h_nav .h_main_list {
    margin-bottom: 3rem;
  }
  #h_nav .h_award_list {
    margin-bottom: 3rem;
  }
  #h_nav .h_award_list .title {
    margin-bottom: 1em;
    padding: 1rem;
    color: #fff;
    text-align: center;
    background: #005faa;
  }
  /* 開閉モーダル */
  #h_nav_modal {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .1;
    position: fixed;
    top: 0;
    z-index: 101;
    visibility: hidden;
    webkit-transition: visibility 0 linear .4s, opacity .4s;
    -moz-transition: visibility 0 linear .4s, opacity .4s;
    transition: visibility 0 linear .4s, opacity .4s;
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #h_nav_modal.on {
    opacity: 1;
    webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    visibility: visible;
  }    
  /* 開閉ボタン */
  #h_menu_btn {
    position: fixed;
    width: 7rem;
    height: 7rem;
    box-sizing: border-box;
    z-index: 10004;
  }
  #h_toggle_btn {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: auto;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 103;
  }
  #h_toggle_btn.active {}
  #h_toggle_btn span {
    display: block;
    width: 32px;
    height: 2px;
    background: #757575;
    position: absolute;
    left: 19px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 25px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 35px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 45px;
    background: #005faa;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 35px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  /* 追尾ボタン */
  #fix_btn_list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 98;
  }
  #fix_btn_list .list {
    width: 50%;
  }
  #fix_btn_list .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;  
    line-height: 6rem;
  }
  #fix_btn_list .list.tel a {
    background: #005faa;
  }
  #fix_btn_list .list.login a {
   background: #67b600; 
  }
  #fix_btn_list .list .img {
    margin-right: 1em;
  }
  #fix_btn_list .list .img img {
    width: auto;
    height: 2.4rem;
  }
  #fix_btn_list .list .txt {
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
}
/******************************************************
下層ページ
******************************************************/
@media screen and (min-width: 1025px) {
  /* 領域 */
  #page,
  #archive {
    padding: 10rem 0;
  }
  #page .inner > *:last-child,
  #archive .inner > *:last-child {
    margin-bottom: 0;
  }
  #page .page_section {
    margin-bottom: 10rem;
  }
  #page .page_section > *:last-child {
    margin-bottom: 0;
  }
  #page .box {
    margin-bottom: 5rem;
  }
  /* 見出し */
  #page_catch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 8rem 0;
    color: #005faa;
    background: #f2f7fb;
  }
  #page_catch h1 {
    color: #005faa;
    font-size: 3rem;
    line-height: 1;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  /* タイトル */
  #page .title_a {
    position: relative;
    margin-bottom: 5rem;
    padding-bottom: 1em;
    color: #005faa;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page .title_a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: #005faa;
  }
  #page .title_b {
    margin-bottom: 3rem;
    padding: .6em 1.2em;
    color: #fff;
    font-size: 2rem;
    background: #005faa;
  }
  #page .title_c {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 1.5em;
    color: #005faa;
    font-size: 2rem;
  }
  #page .title_c:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.5rem;
    background: #005faa;
  }
  #page .title_d {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  /* 要素・汎用パーツ*/
  #page a {
    color: #005faa;
    text-decoration: underline;
  }
  #page a:hover {
    text-decoration: none;
  }
  #page .comment:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page table th,
  #page table td {
    padding: 1.2em .8em;
    line-height: 1.5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;    
  }
  #page table th {
    color: #fff;
    background: #005faa;
  }
  #page table.normal_table {
    table-layout: fixed;
  }
  #page table.normal_table th {
    width: 240px;
  }
  #page .ol_list {
    margin: 1.2em 0;
  }
  #page .ol_list li {
    position: relative;
    padding-left: 1.5em;
  }
  #page .ol_list li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #page .ol_list > ol > li:nth-child(1):before {content: "1.";}
  #page .ol_list > ol > li:nth-child(2):before {content: "2.";}
  #page .ol_list > ol > li:nth-child(3):before {content: "3.";}
  #page .ol_list > ol > li:nth-child(4):before {content: "4.";}
  #page .ol_list > ol > li:nth-child(5):before {content: "5.";}
  #page .ol_list > ol > li:nth-child(6):before {content: "6.";}
  #page .ol_list > ol > li:nth-child(7):before {content: "7.";}
  #page .ol_list > ol > li:nth-child(8):before {content: "8.";}
  #page .ol_list > ol > li:nth-child(9):before {content: "9.";}
  #page .ol_list > ol > li:nth-child(10):before {content: "10.";}
  #page .ol_list > ol > li > ol > li:nth-child(1):before {content: "1)";}
  #page .ol_list > ol > li > ol > li:nth-child(2):before {content: "2)";}
  #page .ol_list > ol > li > ol > li:nth-child(3):before {content: "3)";}
  #page .ol_list > ol > li > ol > li:nth-child(4):before {content: "4)";}
  #page .ol_list > ol > li > ol > li:nth-child(5):before {content: "5)";}
  #page .ol_list > ol > li > ol > li:nth-child(6):before {content: "6)";}
  #page .ol_list > ol > li > ol > li:nth-child(7):before {content: "7)";}
  #page .ol_list > ol > li > ol > li:nth-child(8):before {content: "8)";}
  #page .ol_list > ol > li > ol > li:nth-child(9):before {content: "9)";}
  #page .ol_list > ol > li > ol > li:nth-child(10):before {content: "10)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(1):before {content: "(1)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(2):before {content: "(2)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(3):before {content: "(3)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(4):before {content: "(4)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(5):before {content: "(5)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(6):before {content: "(6)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(7):before {content: "(7)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(8):before {content: "(8)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(9):before {content: "(9)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(10):before {content: "(10)";}  
  /* 学会紹介 */
  #page table.introduction_table_a th {
    width: 240px;
  }
  #page table.introduction_table_a .t_002 {
    width: 80px;
    text-align: center;
  }
  #page table.introduction_table_b {
    table-layout: fixed;
  }
  #page table.introduction_table_b th,
  #page table.introduction_table_b td {
    text-align: center;
  } 
  #page table.introduction_table_b .t_001 {width:60px;}
  #page table.introduction_table_b .t_001_2 {width:calc(100% - 500px);}
  #page table.introduction_table_b .t_002 {width:calc(100% - 560px);}
  #page table.introduction_table_b .t_003 {width:200px;}
  #page table.introduction_table_b .t_004 {width:150px;}
  #page table.introduction_table_b .t_005 {width:150px;}
  #page table.introduction_table_b span {
    font-size: 1.2rem;
  }
  /* 理事長あいさつ */
  #page .greeting_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #page .greeting_box .image {
    width: calc(40% - 4rem);
  }
  #page .greeting_box .text {
    width: calc(60% - 4rem);
  }
  #page .greeting_box .text p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .greeting_box .text .name {
    text-align: right;
  }
  /* 役員紹介 */
  #page table.board_table_a th,
  #page table.board_table_a td{
    text-align: center;
  }
  #page table.board_table_a th {
    width: 240px;
  }
  #page table.board_table_a .t_001 {width:240px;}
  #page table.board_table_a .t_002 {width:80px;}
  #page table.board_table_a .t_003 {width:calc(100% - 720px);}
  #page table.board_table_a .t_004 {width:200px;}
  #page table.board_table_a .t_005 {width:200px;}
  #page table.board_table_b {
    margin-bottom: 1.2em;
    table-layout: fixed;
  }
  #page table.board_table_b th,
  #page table.board_table_b td {
    text-align: center;
  }
  /* 学会賞 */
  #page .award_list .list:nth-child(n+2) {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #ccc;
  }
  #page .award_list .list dl {
    display: flex;
    flex-wrap: wrap;
  }
  #page .award_list .list dl:nth-child(n+2) {
    margin-top: 1rem;
  }
  #page .award_list .list dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
    padding: 1.2em;
    box-sizing: border-box;
    color: #fff;
    background: #005faa;    
  }
  #page .award_list .list dl.sub dt {
    color: #005faa;
    background: #f2f7fb;
  }
  #page .award_list .list dl dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 200px);
    padding: 1.2em;
    box-sizing: border-box;
  }
  /* 推薦について */
  #page .contact_comment {
    text-align: center;
  }
  #page .membership_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
  }
  #page .membership_btn a {
    position: relative;
    width: 300px;
    margin: 0 2rem;
    text-align: center;
    line-height: 6rem;
    text-decoration: none;
    border: 1px solid #005faa;
    background: #fff;
  }
  #page .membership_btn a:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 20px;
    margin-top: -20px;
    line-height: 1;
    width: 40px;
    height: 40px;
  }
  #page .membership_btn a.xls:after {
    background: url(/wp-content/uploads/images/icon_xls.webp) center center no-repeat;
    background-size: contain;
  }  
  #page .membership_btn a.pdf:after {
    background: url(/wp-content/uploads/images/icon_pdf.webp) center center no-repeat;
    background-size: contain;
  }  
  
  #page .contact_data {
    padding: 5rem;
    text-align: center;
    border: 8px solid #f2f7fb;
  }
  #page .contact_data .title {
    margin-bottom: 1em;
    font-size: 2rem;
  }
  #page .contact_data .name {
    margin-bottom: 1em;
  }
  #page .contact_data .tel,
  #page .contact_data .mail {
    font-size: 2rem;
  }
  /* 会員専用 */
  #page table.member_table th,
  #page table.member_table td {
    text-align: center;
  }
  #page table.member_table tr:nth-child(n+2) *:nth-child(2) {
    text-align: left;
  }
  #page table.member_table .t_001 {width:200px;}
  #page table.member_table .t_002 {width:calc(100% - 600px)}
  #page table.member_table .t_003 {width:200px;}
  #page table.member_table .t_004 {width:100px;}
  #page table.member_table .t_005 {width:100px;}  
  
  #page .post-password-form {
    text-align: center;
  }
  #page .post-password-form p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page .post-password-form p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /* お問い合わせ */
  #page .contact_form {
    margin-bottom: 5rem;
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=email],
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input[type=submit] {
    width: 360px;
    color: #fff;
    line-height: 6rem;
    background: #005faa;
  }
  /* 関連リンク */
  #page .link_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .link_list .list {
    width: calc(50% - 3rem);
    margin-right: 6rem;
    border-bottom: 1px dotted #ccc;
  }
  #page .link_list .list:nth-child(2n) {
    margin-right: 0;
  }
  #page .link_list .list a {
    display: block;
    padding: 1.2em .8em;
  }
  /* ニュースレター */
  #archive .magazine_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #archive .magazine_list .list:first-child {
    display: none;
  }
  #archive .magazine_list .list:nth-child(n+3) {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #ccc;
  }
  #archive .magazine_list .list .magazine_download {
    width: 240px;
  }
  #archive .magazine_list .list .magazine_download a {
    display: block;
    margin-bottom: .8em;
    padding: 1.2em .8em;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background: #005faa;
    transition: all .3s linear;
  }
  #archive .magazine_list .list .magazine_download a:hover {
    opacity: .7;
  }
  #archive .magazine_list .list .magazine_contents {
    width: calc(100% - 280px);
  }
  #archive .magazine_list .list .magazine_contents .time {
    margin-top: 1.2em;
    text-align: right;
  }  
  #archive .magazine_list .list .magazine_contents h3 {
    margin-bottom: .8em;
    padding: .6em .8em;
    color: #005faa;
    font-size: 1.8rem;
    background: #f2f7fb;
  }
  #archive .magazine_list .list .magazine_contents table th,
  #archive .magazine_list .list .magazine_contents table td {
    padding: .8em;
    text-align: left;
    line-height: 1.5;
  }
  #archive .magazine_list .list .magazine_contents table tr:nth-child(n+2) th,
  #archive .magazine_list .list .magazine_contents table tr:nth-child(n+2) td {
    border-top: 1px solid #ccc;
  }
  #archive .magazine_list .list .magazine_contents table th {
    width: 240px;
  }
  #archive .information_list .list:nth-child(n+2) {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #ccc;
  }
  #archive .information_list .list .data {
    margin-bottom: 1.2em;
  }
  #archive .information_list .list .title {
    font-size: 1.8rem;
  }
  #archive .information_list .list a {
    color: #005faa;
    text-decoration: underline;
  }
  #archive .information_list .list a:hover {
    text-decoration: none;
  }
  
  #page #post_data {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
  #page #post_data h1.title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* 領域 */
  #page,
  #archive {
    padding: 5rem 0;
  }
  #page .inner > *:last-child,
  #archive .inner > *:last-child {
    margin-bottom: 0;
  }
  #page .page_section {
    margin-bottom: 5rem;
  }
  #page .page_section > *:last-child {
    margin-bottom: 0;
  }
  #page .box {
    margin-bottom: 3rem;
  }
  /* 見出し */
  #page_catch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 5rem 0;
    color: #005faa;
    background: #f2f7fb;
  }
  #page_catch h1 {
    color: #005faa;
    font-size: 2rem;
    line-height: 1;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  /* タイトル */
  #page .title_a {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1em;
    color: #005faa;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page .title_a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: #005faa;
  }
  #page .title_b {
    margin-bottom: 2rem;
    padding: .6em 1.2em;
    color: #fff;
    font-size: 1.6rem;
    background: #005faa;
  }
  #page .title_c {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5em;
    color: #005faa;
    font-size: 1.6rem;
  }
  #page .title_c:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.5rem;
    background: #005faa;
  }
  #page .title_d {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  /* 要素・汎用パーツ*/
  #page a {
    color: #005faa;
    text-decoration: underline;
  }
  #page a:hover {
    text-decoration: none;
  }
  #page .comment:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page table th,
  #page table td {
    padding: .6em .4em;
    line-height: 1.5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;    
  }
  #page table th {
    color: #fff;
    background: #005faa;
  }
  #page table.normal_table {
    table-layout: fixed;
  }
  #page table.normal_table th {
    width: 25%;
  }
  #page .ol_list {
    margin: 1.2em 0;
  }
  #page .ol_list li {
    position: relative;
    padding-left: 1.5em;
  }
  #page .ol_list li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #page .ol_list > ol > li:nth-child(1):before {content: "1.";}
  #page .ol_list > ol > li:nth-child(2):before {content: "2.";}
  #page .ol_list > ol > li:nth-child(3):before {content: "3.";}
  #page .ol_list > ol > li:nth-child(4):before {content: "4.";}
  #page .ol_list > ol > li:nth-child(5):before {content: "5.";}
  #page .ol_list > ol > li:nth-child(6):before {content: "6.";}
  #page .ol_list > ol > li:nth-child(7):before {content: "7.";}
  #page .ol_list > ol > li:nth-child(8):before {content: "8.";}
  #page .ol_list > ol > li:nth-child(9):before {content: "9.";}
  #page .ol_list > ol > li:nth-child(10):before {content: "10.";}
  #page .ol_list > ol > li > ol > li:nth-child(1):before {content: "1)";}
  #page .ol_list > ol > li > ol > li:nth-child(2):before {content: "2)";}
  #page .ol_list > ol > li > ol > li:nth-child(3):before {content: "3)";}
  #page .ol_list > ol > li > ol > li:nth-child(4):before {content: "4)";}
  #page .ol_list > ol > li > ol > li:nth-child(5):before {content: "5)";}
  #page .ol_list > ol > li > ol > li:nth-child(6):before {content: "6)";}
  #page .ol_list > ol > li > ol > li:nth-child(7):before {content: "7)";}
  #page .ol_list > ol > li > ol > li:nth-child(8):before {content: "8)";}
  #page .ol_list > ol > li > ol > li:nth-child(9):before {content: "9)";}
  #page .ol_list > ol > li > ol > li:nth-child(10):before {content: "10)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(1):before {content: "(1)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(2):before {content: "(2)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(3):before {content: "(3)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(4):before {content: "(4)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(5):before {content: "(5)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(6):before {content: "(6)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(7):before {content: "(7)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(8):before {content: "(8)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(9):before {content: "(9)";}
  #page .ol_list > ol > li > ol > li > ol > li:nth-child(10):before {content: "(10)";}  
  /* 学会紹介 */
  #page table th,
  #page table td {}
  #page table.introduction_table_a th {
    width: 5em;
  }
  #page table.introduction_table_a .t_002 {
    width: 80px;
    text-align: center;
  }
  #page table.introduction_table_b {
    table-layout: fixed;
  }
  #page table.introduction_table_b th,
  #page table.introduction_table_b td {
    text-align: center;
  } 
  
  #page table.introduction_table_b .t_001 {width:2em;}
  #page table.introduction_table_b .t_001_2 {width:calc(100% - 13em);}
  #page table.introduction_table_b .t_002 {width:calc(100% - 11em);}
  #page table.introduction_table_b .t_003 {width:3em;}
  #page table.introduction_table_b .t_004 {width:4em;}
  #page table.introduction_table_b .t_005 {width:4em;}  
  
  
  
  
  
  #page table.introduction_table_b span {
    font-size: 1.2rem;
  }
  /* 理事長あいさつ */
  #page .greeting_box {}
  #page .greeting_box .image {
    margin-bottom: 3rem;
    text-align: center;
  }
  #page .greeting_box .image img {
    width: 60%;
    max-width: 360px;
    height: auto;
  }
  #page .greeting_box .text {}
  #page .greeting_box .text p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .greeting_box .text .name {
    text-align: right;
  }
  /* 役員紹介 */
  #page table.board_table_a th,
  #page table.board_table_a td{
    text-align: center;
  }
  #page table.board_table_a th {
  }
  #page table.board_table_b {
    margin-bottom: 1.2em;
    table-layout: fixed;
  }
  #page table.board_table_b tr {
    display: flex;
    flex-wrap: wrap;
  }
  #page table.board_table_b th {
    width: 100%;
  }
  #page table.board_table_b td {
    width: 50%;
  }
  #page table.board_table_b.w_all td {
    width: 100%;
  }  
  #page table.board_table_b td.hide {
    display: none;
  }
  #page table.board_table_b th,
  #page table.board_table_b td {
    text-align: center;
    box-sizing: border-box;
  }
  /* 学会賞 */
  #page .award_list .list:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #ccc;
  }
  #page .award_list .list dl {}
  #page .award_list .list dl:nth-child(n+2) {
    margin-top: 1rem;
  }
  #page .award_list .list dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: .4em 0;
    box-sizing: border-box;
    color: #fff;
    background: #005faa;    
  }
  #page .award_list .list dl.sub dt {
    color: #005faa;
    background: #f2f7fb;
  }
  #page .award_list .list dl dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .4em 0;
    box-sizing: border-box;
  }
  /* 推薦について */
  #page .contact_comment br {
    display: none;
  }
  
  #page .membership_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  #page .membership_btn a {
    position: relative;
    width: 280px;
    text-align: center;
    line-height: 5rem;
    text-decoration: none;
    border: 1px solid #005faa;
    background: #fff;
  }
  #page .membership_btn a:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #page .membership_btn a:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 15px;
    margin-top: -15px;
    line-height: 1;
    width: 30px;
    height: 30px;
  }
  #page .membership_btn a.xls:after {
    background: url(/wp-content/uploads/images/icon_xls.webp) center center no-repeat;
    background-size: contain;
  }  
  #page .membership_btn a.pdf:after {
    background: url(/wp-content/uploads/images/icon_pdf.webp) center center no-repeat;
    background-size: contain;
  }    
  
  
  #page .contact_data {
    padding: 3rem 1.5rem;
    text-align: center;
    border: 4px solid #f2f7fb;
  }
  #page .contact_data .title {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
  #page .contact_data .name {
    margin-bottom: 1em;
  }
  #page .contact_data .tel,
  #page .contact_data .mail {
    font-size: 1.6rem;
  }
  #page .contact_data .tel span {
    display: block;
  }
  /* 会員専用 */
  #page table.member_table th,
  #page table.member_table td {
    text-align: center;
  }
  #page table.member_table tr:nth-child(n+2) *:nth-child(2) {
    text-align: left;
  }
  #page table.member_table .t_001 {width:200px;}
  #page table.member_table .t_002 {width:calc(100% - 600px)}
  #page table.member_table .t_003 {width:200px;}
  #page table.member_table .t_004 {width:100px;}
  #page table.member_table .t_005 {width:100px;}  
  
  #page .post-password-form {
    text-align: center;
  }
  #page .post-password-form p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page .post-password-form p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /* お問い合わせ */
  #page .contact_form {
    margin-bottom: 3rem;
    box-sizing: border-box;
  }
  #page .contact_form th,
  #page .contact_form td {
    display: block;
    width: 100%;
    padding: .8em;
    box-sizing: border-box;
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=email],
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input[type=submit] {
    width: 280px;
    color: #fff;
    line-height: 5rem;
    background: #005faa;
  }
  /* 関連リンク */
  #page .link_list {
  }
  #page .link_list .list {
    border-bottom: 1px dotted #ccc;
  }
  #page .link_list .list a {
    display: block;
    padding: 1.2em .8em;
  }
  /* ニュースレター */
  #archive .magazine_list .list {
  }
  #archive .magazine_list .list:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #ccc;
  }
  #archive .magazine_list .list .magazine_download a {
    position: relative;
    display: block;
    margin-bottom: .8em;
    padding: 1.2em .8em;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background: #005faa;
    transition: all .3s linear;
  }
  #archive .magazine_list .list .magazine_download a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    content: "\f105";
    font-family: "FontAwesome";
    margin-top: -.5em;
    line-height: 1;   
  }  

  #archive .magazine_list .list .magazine_download br {
    display: none;
  }
  #archive .magazine_list .list .magazine_download a:hover {
    opacity: .7;
  }
  #archive .magazine_list .list .magazine_contents {}
  #archive .magazine_list .list .magazine_contents .time {
    margin-top: 1.2em;
    text-align: right;
  }  
  #archive .magazine_list .list .magazine_contents h3 {
    margin-bottom: .8em;
    padding: .4em .8em;
    color: #005faa;
    font-size: 1.6rem;
    background: #f2f7fb;
  }
  #archive .magazine_list .list .magazine_contents table th,
  #archive .magazine_list .list .magazine_contents table td {
    display: block;
    width: 100%;
    padding: .8em;
    text-align: left;
    line-height: 1.5;
    box-sizing: border-box;
  }
  #archive .magazine_list .list .magazine_contents table th {
    font-weight: bold;
    padding-bottom: 0;
  }
  #archive .magazine_list .list .magazine_contents table td {
    padding-top: .4em;
  }
  #archive .magazine_list .list .magazine_contents table tr:nth-child(n+2) th {
    border-top: 1px solid #ccc;
  }
  #archive .magazine_list .list .magazine_contents table th {}
  #archive .information_list .list:nth-child(n+2) {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #ccc;
  }
  #archive .information_list .list .data {
    margin-bottom: 1.2em;
  }
  #archive .information_list .list .title {
    font-size: 1.8rem;
  }
  #archive .information_list .list a {
    color: #005faa;
    text-decoration: underline;
  }
  #archive .information_list .list a:hover {
    text-decoration: none;
  }
  
  #page #post_data {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
  #page #post_data h1.title {
    font-size: 1.6rem;
  }  
}