@charset "utf-8";

/*--parts--------------------*/
.text_st01 {
  color: var(--sub3);
}
.text_st02 {
  font-weight: bold;
  color: var(--border2);
}
.text_st03 {
  color: var(--sub4);
}
.text_st04 {
  color: var(--sub5);
}
.text_notice01, .text_notice02 {
  font-size: 14px;
}
.text_notice01 {
  color: var(--sub2);
}
.text_notice02 {
  color: var(--sub4);
}
.ul01 > li, .ul03 > li {
  font-size: 14px;
  list-style: none;
  line-height: 1.8;
  margin-bottom: 5px;
  position: relative;
}
.ul01 > li {
  margin-left: 17px;
}
.ul01 > li::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-radius: 10px;
  position: absolute;
  top: 7px;
  left: -15px;
}
.ul02 li {
  list-style: none;
  line-height: 1.8;
  background: url(../images/common/mark05.png) no-repeat 0 7px/18px;
  padding: 0 0 0 25px;
  margin-bottom: 5px;
  position: relative;
}
.ul03 {
  margin: 0 0 1.42857em 1.42857em;
}
.ul03 li::before {
  content: "*";
  display: inline-block;
  margin-left: -15px;
  position: absolute;
  top: -1px;
}
.ul_notice01 > li {
  line-height: 1.6;
  list-style: none;
  color: #777;
  padding-left: 15px;
  margin-bottom: 3px;
}
.ul_notice01 > li::before {
  content: "※";
  margin-left: -15px;
}
.ol01 {
  counter-reset: num;
  margin: 0 0 10px;
}
.ol01 > li {
  line-height: 1.8;
  padding-left: 25px;
  margin-bottom: 3px;
  position: relative;
}
.ol01 > li:last-of-type {
  margin-bottom: 0 !important;
}
.ol01 > li::before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #009a9a;
  border: 1px solid var(--primary);
  border-radius: 10px;
  box-shadow: 2px 2px var(--primary);
  padding-right: 1px;
  padding-top: 1px;
  margin-left: -15px;
  position: absolute;
  top: 4px;
  left: 15px;
}
.ol02 {
  margin-left: 24px;
}
.ol02 > li {
  line-height: 1.8;
  list-style: decimal;
}
.dl01 dt, .dl02 dt {
  width: 70px;
  font-weight: bold;
  text-align: left;
  border-right: 4px solid var(--border2);
  padding: 1px 5px;
  margin-bottom: 5px;
}
.dl01 dd, .dl02 dd {
  min-height: 44px;
  margin-left: 80px;
  position: relative;
  top: 1px;
}
.dl01 dd:last-of-type, .dl02 dd:last-of-type {
  margin-bottom: 0 !important;
}
.table01, .table02 {
  border: 3px double var(--border2);
}
.table01 th, .table02 th {
  vertical-align: middle;
  border: 1px solid var(--border1);
  border-right: none;
  background: var(--colorBg2);
}
.table01 td, .table02 td {
  border: 1px solid var(--border1);
  border-left: none;
}
.table02 {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.table02 th, .table03 th {
  text-align: center;
}
.table02 td, .table03 td {
  vertical-align: middle;
}
.table02 td span {
  word-break: keep-all;
  color: #fff;
  background: var(--primary);
  padding: 0 10px;
  margin-right: 5px;
}
.table03 {
  border: 1px solid #888;
}
.table03 th {
  background: var(--colorBg2);
}
.table03 thead th {
  background: #d9d8d4;
  border: 1px solid #888;
}
.table03 tbody th, .table03 tbody td {
  border: none;
  border-bottom: 1px dotted #888;
  border-right: 1px solid #888;
}
.link01 {
  display: inline-block;
  line-height: 1.5em;
  background: var(--colorBg2);
  border: 2px solid var(--primary);
  border-radius: 40px;
  padding: 5px 25px;
}
ul li > .link01, ol li > .link01 {
  margin-bottom: 2px;
}
.link02, #memberpages .loginbox .new-entry #nav a {
  display: inline;
  word-break: break-word;
  color: #f00;
  padding-top: 2px;
  margin-left: 20px;
  position: relative;
}
.link02::after, .link02::before, #memberpages .loginbox .new-entry #nav a::after, #memberpages .loginbox .new-entry #nav a::before {
  content: '';
  display: block;
  position: absolute;
}
.link02::after, #memberpages .loginbox .new-entry #nav a::after {
  width: 14px;
  height: 14px;
  background-color: var(--primary);
  border-radius: 100%;
  top: 5px;
  left: -18px;
}
.link02::before, #memberpages .loginbox .new-entry #nav a::before {
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
  left: -15px;
  z-index: 2;
}
.link03, .link04 {
  display: inline-block;
  margin-top: 5px;
}
.link03 {
  font-weight: bold;
}
.link04 {
  color: #f00;
}
.link03:hover, .link04:hover {
  opacity: 0.6;
}
/*ユーザー画面共通ボタン*/
a.link_normal, a.link_pickup {
  color: #fff;
  border-radius: 3px;
  padding: .714286em 1.42857em;
}
a.link_normal, a.link_normal:hover {
  background-color: #6CAA77;
}
a.link_pickup, a.link_pickup:hover {
  display: inline-block;
  background-color: #ff8c00;
}
a.link_normal:hover, a.link_pickup:hover {
  opacity: .6;
}
.member-logout a:hover {
  color: var(--text);
}
/*ユーザー画面共通ボタン--end--*/
.signature {
  font-size: 12px;
  background: var(--colorBg1);
  padding: 15px 20px 12px;
  position: relative;
}
.signature p {
  line-height: 1.7em;
}
.signature p:last-of-type {
  margin-bottom: 0;
}
.signature .title {
  display: inline-block;
  text-align: center;
  background: #fff;
  border: 1px solid var(--sub1);
  padding: 1px 30px 0;
  margin-bottom: 5px;
}
.sign {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
}
.error_message {
	color: #ec3f3f;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
}
input, select, textarea {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select {
  max-width: 100%;
  padding: .5714285em 2.14286em .5714285em .5714285em;
  background: url(../images/select-arrow.gif) center right 10px no-repeat;
  border: 1px solid #bbb;
}
textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #bbb;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"] {
  padding: .5714285em;
  border: 1px solid #bbb;
  width: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"], .entry-content .link_back {
  padding: .714288em 1.42857em;
  background-color: #efefef;
  border: none;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .page-template-page-entry_taikai .entry-content input[type="submit"]:hover {
  background-color: #ddd;
  cursor: pointer;
}
input[type="checkbox"] {
  border: 1px solid #ccc;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  border: 1px solid #bbb;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type="file"] {
  border: none;
}

/*--header--------------------*/
header a, footer a, footer i {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}
header:not(.entry-header) {
  width: 100%;
  position: relative;
  z-index: 99;
}
header > div {
  position: relative;
}
.site-description {
  min-height: 40px;
  font-size: .85714em;
  font-weight: bold;
  color: #fff;
  background: #131313;
  padding: .8333em 6.6667em .8333em .8333em;
  overflow: hidden;
}
/* -- sns -- */
.snslist {
  border-top: 1px solid var(--colorBg1);
}
.snslist .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.snslist .sns li {
  width: calc(100%/3);
}
.snslist .sns li + li {
  border-left: 1px solid var(--colorBg1);
}
.snslist .sns li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 0 3px;
}
.snslist .sns li img {
  display: block;
  width: 10%;
  max-width: 22px;
  min-width: 16px;
  margin: auto;
}
.snslist .sns .twitter img {
  max-width: 21px;
  min-width: 15px;
}
.snslist .sns li a img:hover {
  opacity: .6;
}
/* -- snav -- */
.snav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  width: 100%;
}
.incart-btn span {
  display: none;
}
.snav ul li i {
  color: #131313;
}
.incart-btn a {
  position: relative;
}
.incart-btn .total-quant {
  display: inline-block;
  width: auto;
  min-width: 20px;
  max-width: 30px;
  height: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: text-bottom;
  color: #fff;
  background-color: #fba60d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.snav .membership, .snav .language {
  display: block;
}
.snav .membership {
  width: 100%;
  border-top: 1px solid var(--colorBg1);
  padding-top: 10px;
}
.snav .membership p {
  display: none;
}
.snav .membership ul, .snav .language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  line-height: 100%;
  text-align: right;
  padding: 0 10px;
  margin: 0 auto;
}
.snav .membership .cf::before, .snav .language .cf::before, .snav .membership .cf::after, .snav .language .cf::after {
  content: none;
}
.snav .membership li, .snav .language li {
  display: inline-block;
  width: 48%;
  text-align: center;
  margin: 0 0 10px 0;
}
.snav .membership .username {
  display: inline-block;
  width: 100%;
  text-align: right;
  line-height: 100%;
  background: none;
  padding: 0 0 10px;
  margin: 0;
}
.snav .membership li a, .snav .language li a {
  display: block;
  line-height: 100%;
  text-decoration: none;
  padding: 3px 0;
  position: relative;
  z-index: 2;
}
.snav .membership li a {
  width: 100%;
  font-size: 13px;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
  overflow: hidden;
  outline: none;
}
.snav .membership li a:hover {
  color: #fff;
}
.snav .membership li a::before {
  content: '';
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.snav .membership li a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
  color: #fff;
}
.snav .language {
  width: 50%;
}
.snav .language ul {
  justify-content: flex-end;
  width: 100%;
  padding: 0 10px 0 0;
}
.snav .language li {
  display: none;
  width: 96%;
  background: var(--colorBg1);
}
.snav .language .kaihi {
  display: inline-block;
}
.snav .language li a {
  font-size: 15px;
  font-weight: bold;
  color: var(--text);
}
.snav .language li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: var(--primary);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.snav .language li a:hover::after {
  bottom: -3px;
  opacity: 1;
  visibility: visible;
}
.snav .snslist {
  display: none;
  border: none;
}
.snav .snslist .sns {
  align-items: center;
  justify-content: flex-end;
  text-align: unset;
  padding: 0 4px 0 10px;
}
.snav .snslist .sns li {
  width: auto;
}
.snav .snslist .sns li + li {
  border: none;
  margin-left: 12px;
}
.snav .snslist .sns li a {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
}
.snav .snslist .sns li img {
  display: block;
  width: 20px;
  margin: 0;
}
.snav .snslist .sns .twitter img {
  width: 17px;
}
/* -- incart-btn -- */
.incart-btn {
  float: left;
}
.incart-btn a {
  display: block;
  color: var(--text);
}
/* -- site-title -- */
h1.site-title, div.site-title {
  clear: none;
  display: inline-block;
  width: 85%;
  font-size: 1.785712em;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  padding: .4em 0 .4em .3em;
}
h1.site-title img, div.site-title img {
  width: 100%;
  height: auto;
}
h1.site-title .logo, div.site-title .logo {
  display: inline-block;
  width: 12%;
  max-width: 88px;
  margin-right: 2%;
  vertical-align: middle;
}
h1.site-title .logo_society, div.site-title .logo_society {
  display: inline-block;
  width: 80%;
  max-width: 356px;
  vertical-align: middle;
}
header div.nav-menu-open, header div.header-nav-container {
  display: none;
  width: 100%;
  background: #fff;
  position: absolute;
}
#site-navigation {
  clear: both;
  padding: 0;
}
#site-navigation > div > ul > li:first-of-type a {
  color: var(--text);
  padding: 10px;
  display: block;
}
#site-navigation .header-nav-container > ul > li > a, #site-info .footer-menu ul li .pc_opan {
  display: none;
}
#site-navigation .header-nav-container > ul > li:nth-of-type(n+2) > p {
  padding: 10px;
  display: block;
}
#site-navigation li a:hover {
  text-decoration: none;
}
#site-navigation li li {
  font-size: 12px;
  margin-left: 0;
}
#site-navigation li li a {
  padding: 4px 20px;
  display: block;
}
#site-navigation li li a span {
  position: relative;
  left: 8px;
}
/* -- Toggle Menu -- */
#site-navigation .bt_menu, #site-navigation .bt_menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#site-navigation .bt_menu {
  position: absolute;
  width: 32px;
  height: 23px;
  right: 15px;
  top: 15px;
}
#site-navigation .bt_menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary);
  border-radius: 4px;
}
#site-navigation .bt_menu span:nth-of-type(1) {
  top: 0;
}
#site-navigation .bt_menu span:nth-of-type(2) {
  top: 10px;
}
#site-navigation .bt_menu span:nth-of-type(3) {
  bottom: 0;
}
.active #site-navigation .bt_menu span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.active #site-navigation .bt_menu span:nth-of-type(2) {
  opacity: 0;
}
.active #site-navigation .bt_menu span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
header #site-navigation input#panel.on-off + div.nav-menu-open, header #site-navigation input#panel.on-off + div.header-nav-container {
  display: block;
  height: 0;
  overflow: hidden;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open, header #site-navigation input#panel.on-off:checked + div.header-nav-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 1;
}
.header-nav-container {
  display: none;
  box-shadow: 0 6px 10px -3px #c2c2c2;
}
#site-navigation ul {
  padding: 10px 15px 30px;
}
#site-navigation .header-nav-container > ul {
  border-top: 1px solid var(--colorBg1);
}
#site-navigation > div > ul > li {
  font-size: 14.5px;
  border-bottom: 1px solid #e0e0e0;
}
#site-navigation ul ul {
  padding: 0;
}
#site-navigation ul div, #site-info ul div {
  display: none;
  width: 100%;
  z-index: 100;
}
#site-navigation ul div ul {
  margin: 0 auto 5px;
  display: block;
}
#site-navigation li li a:hover {
  color: #D7E3B7;
}
#site-navigation li li a span {
  top: 0;
  left: 10px;
}
#site-navigation .header-nav-container .membership_sp {
  padding: 10px 25px 0;
  text-align: right;
}
#site-navigation .header-nav-container .membership_sp li {
  display: inline-block;
  width: 40%;
  max-width: 95px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 3px;
}
#site-navigation .header-nav-container .membership_sp li:first-of-type {
  margin-right: 5px;
}
#masthead #site-navigation .header-nav-container .membership_sp li a {
  display: block;
  color: #333;
  line-height: 100%;
  padding: 3px 0;
}
/*--toTop--------------------*/
#toTop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 15;
}
#toTop a {
  display: block;
}
#toTop a {
  background: url(../images/common/totop_off.svg) no-repeat top/40px;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  box-shadow: 0 0 5px var(--primary)80;
}
#toTop a, #toTop a img {
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  opacity: 0;
  z-index: 99;
}
#toTop a {
  opacity: 1;
}
#toTop a:hover {
  background: none;
}
#toTop a img:hover {
  width: 40px;
  height: 40px;
  opacity: 1;
}
#toTop .fa-chevron-circle-up::before {
  content: normal;
}
/*--footer--------------------*/
footer {
  color: #fff;
  padding: 20px 15px;
  background-color: var(--primary);
  position: relative;
}
footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
footer a:hover {
  color: #aaa;
  text-decoration: none;
}
footer nav .footer-menu > ul:last-of-type {
  margin-right: 0;
  border-bottom: 1px solid #fff;
}
/* -- nav -- */
footer nav {
  padding: 25px 0 40px;
  position: relative;
}
footer nav li > a, #site-info .footer-menu ul li p.sp_opan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  border-top: 1px solid #fff;
}
#site-info .footer-menu ul li p.sp_opan span {
  font-size: 20px;
  font-weight: normal;
  float: right;
  position: relative;
  right: 10px;
}
footer nav li:nth-of-type(6n) {
  clear: both;
}
footer .footer-menu > ul > li {
  font-weight: bold;
}
footer .footer-menu > ul > li li {
  font-weight: normal;
}
footer nav ul ul {
  margin: 0;
}
footer nav li li {
  width: 100%;
  margin-bottom: 0;
  float: none;
}
footer nav li li:before {
  display: none;
}
footer nav li li {
  width: 100%;
  font-size: 13px;
  padding-right: 0;
  float: none;
}
footer nav li li:before {
  display: none;
}
footer nav li li:nth-of-type(6n) {
  clear: none;
}
footer nav li li a {
  padding: 5px 15px;
  border-top: none;
}
footer nav li li span {
  display: none;
}
footer nav li li li:before {
  content: "\f105";
  display: inline-block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: bold;
  margin-right: .8em;
}
footer nav > div:not(.footer-menu) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  font-size: 20px;
  margin-top: 40px;
  position: relative;
}
footer nav > div:not(.footer-menu) p {
  width: 100%;
  font-size: 20.5px;
}
footer nav > div:not(.footer-menu) p + p {
  width: 200px;
  margin-top: 8px;
  line-height: .8em;
  margin-right: 10px;
}
footer nav > div:not(.footer-menu) p span {
  font-size: 12px;
}
footer nav > div .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer nav > div .sns li {
  margin: 0;
}
footer nav > div .sns li + li {
  margin-left: 10px;
}
footer nav > div .sns li a {
  display: block;
  height: auto;
  border: none;
}
footer nav > div .sns li img {
  display: block;
  width: 20px;
}
/* -- copyright -- */
.copyright {
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  color: #999;
  padding: 7px 15px;
}

/*--contetns--------------------*/
#main {
  margin: 0 auto;
}
#primary {
  margin: 0 auto 30px;
  overflow: hidden;
}
#secondary {
  display: none;
}

/*--entry-header--------------------*/
.entry-header, .page-header {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  position: inherit !important;
}
#about .page .entry-header, .parent-pageid-20 .page .entry-header, #news .page .entry-header, #post .entry-header, #english .page .entry-header, #chinese .page .entry-header {
  background: url(../images/common/maining01_in.jpg) no-repeat left 0 center/cover;
}
#procedure .page .entry-header, #technical_check .page .entry-header {
  background: url(../images/common/maining02_in.jpg) no-repeat left 0 center/cover;
}
#certification .page .entry-header {
  background: url(../images/common/maining03_in.jpg) no-repeat left 0 center/cover;
}
#member .page .entry-header, .parent-pageid-47 .page .entry-header, .parent-pageid-53 .page .entry-header, #privacy_policy .page .entry-header, #usces-member .entry-header, .zoom-1 .entry-header, .category-kaihi .page-header, .category-kaihi .item-header {
  background: url(../images/common/maining04_in.jpg) no-repeat left 0 center/cover;
}
#conference .page .entry-header, .parent-pageid-55 .page .entry-header, .page-template-page-entry_taikai .entry-header, .page-template-page-memberdoc .entry-header {
  background: url(../images/common/maining05_in_2.jpg) no-repeat left 0 top -100px/cover;
}
#contactoffice .page .entry-header, #contacttaikai .page .entry-header {
  background: url(../images/common/maining06.jpg) no-repeat center bottom/cover;
}
.entry-header h1, .page-header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 2px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 10px;
  margin-bottom: 0;
}
.taxonomy-description p {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}

/*--entry-content--------------------*/
.entry-content, #memberpages, .div_newsmore {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: auto auto 50px;
  position: relative;
}
.entry-content > p, #memberpages .header_explanation ul {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
  margin: 0 auto 30px;
}
.entry-content p, .item-description p {
  margin-bottom: 20px;
}
.entry-content table, .item-description table {
  width: 100%;
}
.entry-content th, .item-description th, .entry-content td, .item-description td {
  padding: 10px;
}
.entry-content h1, .item-description h1 {
  font-size: 1.142857em;
  margin-bottom: 1.07143em;
}
.entry-content h2, .item-description h2 {
  font-size: 1.142857em;
  line-height: 1.25em;
  border-bottom: 3px solid #eee;
  padding-bottom: .312502em;
  margin-bottom: 1.25em;
}
.entry-content h3, .item-description h3 {
  line-height: 140%;
  border-left: 5px solid var(--text);
  padding-left: .357143em;
  margin-bottom: 1.071428em;
}
.entry-content h4, .item-description h4 {
  background-color: #efefef;
  padding: .357143em;
  margin-bottom: 1.071428em;
}
.entry-content h5, .item-description h5 {
  margin-bottom: 1.071428em;
}
.entry-content h6, .item-description h6 {
  color: #777;
  margin-bottom: 1.071428em;
}
.widget img, .entry-content img, .item-description img {
  max-width: 100%;
  height: auto;
}
.entry-content img {
  width: 100%;
  border: 1px solid var(--border1);
}
.entry-content iframe, .item-description iframe {
  max-width: 100%;
}
.entry-content input[type="file"], .item-description input[type="file"] {
  border: none;
}
.entry-content input[type="submit"], .item-description input[type="submit"] {
  font-family: "Open Sans", "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #ff8c00;
}
.entry-content input[type="submit"]:hover, .item-description input[type="submit"]:hover {
  background-color: #ffa500;
}
.entry-content input[name="sub_reset"]:hover {
  background-color: #ccc;
}
.entry-content #form p {
  text-align: inherit;
}
.entry-content #form div dl dt {
  margin-bottom: 5px;
}
.entry-content #form dl dd, .contactoffice dl dd {
  margin-bottom: 20px;
}
.entry-content #form dl dd {
  margin-bottom: 20px;
}
.entry-content #form .personaldata dl dt span {
  color: #fff;
  font-size: 12px;
  background: var(--primary);
  padding: 2px 7px;
  margin: 0 10px;
}
.entry-content form > ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.entry-content #form .check {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.entry-content #form .check dl {
  width: 90%;
  margin: 0 0 30px 30px;
  display: inline-block;
}
.entry-content #form .check dl dt {
  color: #888;
  font-size: 14px;
}
.entry-content #form .check dl dd {
  font-size: 16px;
  line-height: 25px;
  word-break: break-all;
  color: #1F243D;
}
.entry-content #form .check dl dd:last-of-type {
  margin-bottom: 0;
}
.entry-content #form .check dl dt, .entry-content #form .check dl dd {
  vertical-align: top;
}
.entry-content #form .check dl dd a {
  box-shadow: none;
}
.entry-content #form .check dl dd a[href^="tel:"] {
  pointer-events: none;
}
.entry-content #form .check .dl_from {
  background: var(--colorBg2);
  padding: 12px 10px;
  margin: 0 auto;
}
.entry-content #form .check .dl_from:nth-of-type(n+3) {
  border-top: 1px solid #fff;
}
.entry-content #form .check .dl_from dt {
  height: auto;
  color: #333;
  padding-left: 10px;
  margin: 0;
}
.entry-content #form .check .dl_from dd {
  height: auto;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 10px;
  margin-top: 5px;
}
.entry-content #form .check .dl_from dd span {
  font-size: 16px;
  color: #ED5F5F;
}
.entry-content #form .check dl dd {
  float: left;
  width: 60%;
  margin-bottom: 40px;
}
.entry-content #form div {
  margin-bottom: 50px;
}
.entry-content #form .check dl dt {
  width: 35%;
  top: 0;
}
.entry-content #form .check dl dd {
  font-size: 18px;
}
.entry-content #form .check .headline {
  width: 95%;
  font-size: 18px;
  background: var(--primary);
  margin: auto;
  padding: 5px 15px;
}
.entry-content #form .check .dl_from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  padding: 10px 15px;
}
.entry-content #form .check .dl_from dt {
  width: 30%;
  padding: 0;
}
.entry-content #form .check .dl_from dd {
  width: 68%;
  border-left: 2px dotted #fff;
  padding: 0 15px;
  margin: 0;
}
.entry-content form > ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.entry-content .link_back {
  display: inline-block;
  min-width: 50px;
  line-height: 1;
  text-align: center;
  background: var(--colorBg2);
  border: 3px solid #ff8c00;
  border-radius: 2px;
  padding: 10px 15px;
}
.entry-content .link_back:hover {
  opacity: 0.7;
  box-shadow: 0 0 0;
}
.entry-content .subnavi {
  display: none;
}
.entry-content .pastmenu {
  display: block;
  margin-bottom: 25px;
}
.entry-content .pastmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  background: var(--colorBg1);
  padding: 20px 20px 15px;
}
.entry-content .pastmenu ul li {
  display: inline-block;
  width: calc(100%/3);
  min-width: 100px;
  font-size: 12px;
  padding: 0;
  margin: 0 0 5px;
}
.div_h3 {
  font-size: 14px;
  padding: 0 0 0 10px;
  margin-bottom: 40px;
}
.div_h3 h3 {
  font-size: 18px;
  background: var(--colorBg1);
  border-left: 5px solid var(--primary);
  padding: 8px 10px;
  margin: 0 0 15px -10px;
}
.div_h3 p {
  float: none;
  line-height: 23px;
}
.div_h4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.div_h4:last-of-type {
  margin-bottom: 0 !important;
}
.div_h4 h4 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  background: none;
  margin-bottom: 20px;
  padding: 0 0 5px;
  position: relative;
  overflow: hidden;
}
.div_h4 h4::before, .div_h4 h4::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.div_h4 h4::before {
  float: left;
  display: block;
  font-size: 13px;
  color: var(--sub5);
  padding-left: 4px;
  margin-left: -24px;
  top: 5px;
}

/*--404--------------------*/
.error-404 .page-content {
  text-align: center;
  padding: 3em 0;
}
.error-404 .page-content p {
  font-weight: bold;
}
.error-404 .page-content div {
  margin-top: .714286em;
}
.error-404 input[type="submit"] {
  color: var(--text);
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 0.25em;
  padding: 0.25em 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*--news--------------------*/
.div_newsmore {
  text-align: center;
  margin-bottom: 20px;
}
.div_newsmore .link01 {
  color: var(--colorBg2);
  background: var(--primary);
  border: none;
}
.div_newsmore .link01:hover {
  background: #6CAA77BA;
}
#news .page .div_h3 > p, #post .div_h3 > p, #conference .page .div_h3 > p, #member .page .ul_enewslist li .div_title, #minutes .page .ul_minuteslist li .div_title {
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#news .page .entry-content {
  margin-bottom: 0;
}
#news .page .div_h3 > p:before, #news .page .div_h3 > p:after, #post .div_h3 > p:before, #post .div_h3 > p:after, #conference .page .div_h3 > p:before, #conference .page .div_h3 > p:after, #member .page .ul_enewslist li .div_title:after, #member .page .ul_enewslist li .div_title:before, #minutes .page .ul_minuteslist li .div_title:after, #minutes .page .ul_minuteslist li .div_title:before {
  content: "";
  position: absolute;
  bottom: 0;
}
.div_h4 h4:before, #news .page .div_h3 > p:before, #post .div_h3 > p:before, #conference .page .div_h3 > p:before, #member .page .ul_enewslist li .div_title:before, #minutes .page .ul_minuteslist li .div_title:before {
  border-bottom: 3px solid #325A8C;
  width: 100%;
}
.div_h4 h4:after, #news .page .div_h3 > p:after, #post .div_h3 > p:after, #conference .page .div_h3 > p:after, #member .page .ul_enewslist li .div_title:after, #minutes .page .ul_minuteslist li .div_title:after {
  border-bottom: 3px solid var(--border1);
  width: 100%;
}
#news .page .div_h3 {
  margin-bottom: 30px;
}
#post .div_h3 div {
  line-height: 1.6;
}
#post.post-2905 .div_h3 div .red {
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 15px;
}
#news .page .title, #post .title, #conference .page .title, #event .title, #member .page .ul_enewslist li .div_title, #minutes .page .ul_minuteslist li .div_title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#news .page .title, #event .title {
  margin-bottom: 10px;
  line-height: 145%;
}
#news .page .title span, #post .title span, #conference .page .title span, #event .title .date, #member .page .ul_enewslist li .div_title .date {
  display: block;
  color: var(--text);
  font-size: 12px;
  margin-right: 10px;
}
#post .div_h3 div img.linkimg, #conference .page .div_h3 div img.linkimg {
  width: 100%;
  max-width: 395px;
  margin-bottom: 15px;
  display: inline-block;
}
#news .page .pagination {
  margin-top: 0;
}
#news .page .con_subject {
  position: relative;
  margin: 30px auto 25px;
  padding: 40px 20px 20px;
  background: var(--colorBg2);
  border-top: 3px double;
  border-bottom: 3px double;
}
#news .page .div_h3 .con_subject::before, #news .page .con_subject::after {
  position: absolute;
  display: block;
}
#news .page .div_h3 .con_subject::before {
  content: attr(title);
  top: -10px;
  left: 1em;
  width: auto;
  height: auto;
  padding: 8px 15px;
  background: var(--primary);
  text-align: center;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#news .page .div_h3 .con_subject .p_link {
  margin-bottom: 0;
}
#news .page .div_h3 .conventionentry {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
#news .page .div_h3 .conventionentry .link01 {
  padding: 5px 25px;
}
#news .page .div_h3 .conventionentry span {
  display: none;
}
#news .page .div_h3 .con_news {
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: -15px;
  position: relative;
  line-height: 25px;
  color: #555;
}
#news .page .div_h3 .con_news::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2px;
}
#news .page .div_h3 .convention {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
#news .page .div_h3 .convention .link02 {
  font-size: 16px;
}
#news .page .div_h3 .convention .dl01 dt {
  width: 72px;
}
#news .page .div_h3 .convention .dl01 dd {
  margin-left: 80px;
}
#news .page .div_h3 .conventionphoto {
  width: 100%;
  background: var(--colorBg2);
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 5px 20px;
  margin: 0 0 30px 10px;
}
#news .page .div_h3 .conventionphoto p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  background: var(--border2);
  padding: 3px 11px 2px 15px;
  margin: 10px 0 10px -15px;
}
#news .page .div_h3 .conventionphoto div {
  display: block;
  width: 100%;
  border-bottom: 2px dotted #b9b9b9;
  padding: 0 10px 10px;
}
#news .page .div_h3 .conventionphoto > div:last-of-type {
  border-bottom: none;
  padding: 0 10px;
  margin-bottom: 0;
}
#news .page .div_h3 .conventionphoto div img {
  width: 48%;
  max-width: 250px;
  vertical-align: top;
  margin: 0 2px 3px;
}
#news .page .div_h3 .conventionphoto div .im_yoko {
  width: 97%;
  max-width: 504px;
}
#news .page .div_h3 .conventionphoto div .im_tate {
  float: left;
  width: 48%;
  max-width: 250px;
}
#post div table, #conference .page div table {
  width: 100%;
  max-width: none;
  margin: 0;
}
#post div table th, #conference .page div table th {
  width: 20%;
  min-width: 90px;
  text-align: center;
  padding: 5px;
}
#post div table td, #conference .page div table td {
  vertical-align: middle;
}
#post div table td p, #conference .page div table td p {
  line-height: 1.6;
  margin-bottom: 10px;
}
#post div table td span, #conference .page div table td span {
  word-break: unset;
  color: revert;
  background: none;
  padding: 0;
  margin: 0;
}
#post #topics, #conference .page #topics {
  background: var(--colorBg2);
  border-top: 3px double;
  border-bottom: 3px double;
  margin: 0;
  padding: 0 20px 15px;
  position: relative;
}
#post #topics::before, #post #topics::after, #conference .page #topics::before, #conference .page #topics::after {
  display: block;
  position: relative;
}
#post #topics::before, #conference .page #topics::before {
  content: attr(title);
  width: 100%;
  height: auto;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  top: -10px;
  left: -10px;
}
#post #topics p, #conference .page #topics p {
  margin: 0;
}

/*--イベント--------------------*/
#event header {
  background: url(../images/common/topevent.jpg) no-repeat left 0 center;
}
#event .div_h3 ul li {
  margin-bottom: 15px;
}
#event .div_h3 ul li a:hover {
  color: #fff;
  background: var(--primary);
}

/*--ご挨拶--------------------*/
#about .page .div_h3 div {
  display: block;
  width: 23%;
  min-width: 190px;
  max-width: 220px;
  text-align: center;
  border: 1px solid var(--border2);
  box-shadow: 4px 4px 0 -1px var(--border2);
  margin: 5px auto 20px;
  padding: 20px 15px;
}
#about .page .div_h3 div img {
  margin-bottom: 5px;
  max-width: 132px;
  width: 100%;
}
#about .page .div_h3 div p {
  font-size: 12px;
  margin-bottom: 0;
}
#about .page .div_h3 > p {
  line-height: 1.7em;
  margin-bottom: 12px;
  text-indent: 15px;
}
#about .page .div_h3 .sign {
  margin-bottom: 5px;
}

/*--役員構成--------------------*/
#officer .page .table01 th {
  width: 30%;
  min-width: 120px;
}
#officer .page .table01 ul li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}
#officer .page .table01 ul li:nth-of-type(2n) {
  margin-right: 0;
}
#officer .page .table01 ul li:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 3px;
}
#officer .page .text_notice01 {
  padding-left: 10px;
}

/*--定款--------------------*/
#rule .page dl dd ol {
  margin: 5px 0;
}
#rule .page dl {
  line-height: 25px;
}

/*--臨床エンブリオロジストとは--------------------*/
#clinical_embryo .page p.question {
  margin-left: 23px;
  margin-bottom: 10px;
  display: inline-block;
}
#clinical_embryo .page p.question span {
  font-size: 25px;
  color: #7aadf0;
  margin-left: -23px;
}
#clinical_embryo .page .div_show {
  margin-bottom: 25px;
}
#clinical_embryo .page .div_show p {
  margin-left: 23px;
  margin-bottom: 0;
}
#clinical_embryo .page .div_show p span {
  position: relative;
  margin-left: -21px;
  font-size: 25px;
  color: #f07a7a;
}

/*--ガイドライン--------------------*/
#guideline .page .ul01 > li {
  margin-bottom: 10px;
}
#guideline .page .ul01 li span {
  font-weight: bold;
}
#guideline .page .signature p span {
  font-weight: bold;
}

/*--認定臨床エンブリオロジスト在籍施設--------------------*/
#clinic .page .table01 th:nth-of-type(1), #clinic .page .table01 th:nth-of-type(3) {
  width: 33%;
}
#clinic .page .table01 th, #clinic .page .table01 td:nth-of-type(2) {
  word-break: break-all;
}
#clinic .page .table01 td span {
  display: block;
  max-width: max-content;
  color: #fff;
  background: var(--primary);
  padding: 0 10px;
}
#clinic .page .table01 td .hp_link {
  display: inline-block;
  font-weight: bold;
  color: var(--primary);
  border: 1px solid;
  border-radius: 15px;
  padding: 0 5px;
  margin-top: 4px;
  position: relative;
}

/*--各種手続き・届出用紙--------------------*/
#procedure .page .subnavi ul {
  text-align: center;
}
#procedure .page #admission ol ol {
  margin-bottom: 0;
}
#procedure .page ol li {
  list-style: none;
  margin-bottom: 5px;
}
#procedure .page .ol02 {
  counter-reset: item;
}
#procedure .page .ol02 > li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
  margin-left: -16px;
}
#procedure .page .div_h3 > ol > li > span {
  font-weight: bold;
}

/*--E-news--------------------*/
#member .page .div_h3 .ul_enewslist li, #minutes .page .ul_minuteslist li {
  margin-bottom: 30px !important;
}
#member .page .div_h3 .ul_enewslist li, #minutes .page .ul_minuteslist li {
	border-bottom: solid #ccc 1px;
	padding-bottom: 15px;
}
#member .page .div_h3 .ul_enewslist li:not(:last-of-type), #minutes .page .ul_minuteslist li:not(:last-of-type) {
	margin-bottom: 15px;
}
#member .page .div_h3 .ul_enewslist li .div_title, #minutes .page .ul_minuteslist li .div_title {
	color: var(--sub5);
}

/*--WEBセミナー--------------------*/
#webseminar .page #seminar {
  position: relative;
  margin: 60px auto 40px;
  padding: 40px 20px 20px 35px;
  background: var(--colorBg2);
  border-top: 3px double;
  border-bottom: 3px double;
}
#webseminar .page #seminar:before, #webseminar .page #seminar:after {
  position: absolute;
  display: block;
}
#webseminar .page #seminar:before {
  content: attr(title);
  width: auto;
  height: auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--primary);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  top: -10px;
  left: 1em;
}
#webseminar .page #seminar p {
  margin-bottom: 10px;
}
#webseminar .page #seminar p:last-of-type {
  margin-bottom: 0;
}
#webseminar .page .table03 {
  font-size: 12px;
}
#webseminar .page .table03 th, #webseminar .page .table03 td {
  vertical-align: middle;
  padding: 4px 3px;
}
#webseminar .page .table03 th:first-of-type {
  width: 7%;
  min-width: 32px;
}
#webseminar .page .table03 th:nth-of-type(2) {
  width: 12%;
  min-width: 50px;
}
#webseminar .page .table03 th:nth-of-type(4) {
  width: 15%;
  min-width: 58px;
}
#webseminar .page .table03 th:nth-of-type(5) {
  width: 20%;
  min-width: 68px;
}

/*--求人--------------------*/
#recruit .page .div_h4 table {
  width: 100%;
  margin: 0 0 10px;
}
#recruit .page .div_h4 table tr td span {
  white-space: nowrap;
}
#recruit .page .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#recruit .page .title span {
  font-size: 12px;
  color: var(--text);
  margin-right: 10px;
}
#recruit .page .div_h3 > div {
  margin-bottom: 35px;
}
#recruit .page table {
  font-size: 13px;
}
#recruit .page table th {
  min-width: 100px;
}
#recruit .page table td {
  vertical-align: middle;
  padding: 5px 10px;
}
#recruit .page table td .span_inf {
  display: inline-flex;
  margin-left: 0;
}
#recruit .page table .ul_notice01 li {
  color: var(--text);
  padding-left: 0;
  margin-bottom: 0;
}
#recruit .page table .ul_notice01 li::before {
  font-size: 14px;
  margin-top: 0;
  margin-left: -14px;
}
#recruit .page table .ul01 > li {
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 0;
}
#recruit .page table .mark02 {
  line-height: 23px;
  margin-left: 12px;
}
#recruit .page table .mark02 span {
  margin-left: -14px;
}
#recruit .page .pagination, #news .page .pagination, #event .pagination {
  text-align: center;
  padding: 30px 0 0;
}
#recruit .page .pagination h2, #news .page .pagination h2, #event .pagination h2 {
  display: none;
}
#recruit .page .pagination .page-numbers, #news .page .pagination .page-numbers, #event .pagination .page-numbers {
  font-weight: bold;
  border-bottom: 3px solid #fff;
  padding: 10px 15px;
  margin: 0 2px;
}
#recruit .page .pagination .current, #news .page .pagination .current, #event .pagination .current {
  color: #6CAA77;
  border-bottom: 3px solid;
}
#recruit .page .pagination span.page-numbers {
  color: var(--primary);
}
#recruit .page .pagination a:hover, #news .page .pagination a:hover, #event .pagination a:hover {
  color: var(--primary);
  border-bottom: 3px solid;
}
#recruit .page .pagination .prev, #recruit .page .pagination .next, #news .page .pagination .prev, #news .page .pagination .next, #event .pagination .prev, #event .pagination .next {
  padding: 10px;
}
#recruit .page .div_h3 > .ul_notice01 {
  margin-top: 30px;
}
#recruit .page .div_h4 table td ol {
  margin-bottom: 0;
}

/*--求人情報 掲載申し込み--------------------*/
#publish-request .page #form .dl01 {
  display: block;
}
#publish-request .page #form .dl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#publish-request .page #form .dl01 dt {
  width: auto;
  padding-right: 20px;
  margin: 0;
}
#publish-request .page #form .dl02 dt {
  width: 95px;
  padding: 0;
  margin-bottom: 0;
}
#publish-request .page #form .dl01 dd {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 -6px;
}
#publish-request .page #form .dl02 dd {
  width: calc(100% - 105px);
  padding: 0;
  margin: 0;
}
#publish-request .page .ul01 li {
  line-height: 1.5;
}
#publish-request .page .ul01 li::before {
  top: 5px;
}
#publish-request .page .div_h3 .div_h3 {
  padding: 0;
  margin-bottom: 50px;
}
#publish-request .page .div_h3 .personaldata {
  margin-bottom: 30px;
}
#publish-request .page #form div.signature {
  margin-bottom: 0;
}

/*--学会誌一覧--------------------*/
#downloadable .page .div_h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
#downloadable .page .div_h3 h3 {
  width: calc(100% + 15px);
}
#downloadable .page .div_h3 div {
  width: calc(100%/2);
  text-align: center;
  border-right: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
  padding: 10px 10px 15px;
  position: relative;
}
#downloadable .page .div_h3 div:nth-of-type(2n) {
  border-right: none;
}
#downloadable .page .div_h3 div:nth-child(-n+3) {
  border-top: 1px solid var(--border1);
}
#downloadable .page .div_h3 img {
  width: 100%;
  border: none;
  max-width: 150px;
}
#downloadable .page .div_h3 > div p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0;
}
#downloadable .page .div_h3 .link01 {
  width: calc(100% - 10px);
  max-width: 150px;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 30px 5px 35px;
  margin: 5px auto 0;
  position: relative;
  left: auto;
  right: auto;
  bottom: 0;
  transition: .3s;
}
#downloadable .page .div_h3 .link01 img {
  width: 15px;
  margin: auto 0;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}
#downloadable .page .div_h3 .link01 .dl_on {
  opacity: 0;
}

/*--投稿の著作権その他について--------------------*/
#copyright .page .ol02 li div {
  font-size: 14px;
  border: 1px solid #c6c6c6;
  padding: 7px 15px;
  margin-bottom: 15px;
}
#copyright .page .ol02 li div table {
  margin: 0 0 10px;
  width: 100%;
}
#copyright .page .ol02 li div table tr td span {
  white-space: nowrap;
}
#copyright .page .ol02 li div p:last-of-type {
  margin-bottom: 0;
}

/*--バックナンバー--------------------*/
#backnumber .page .div_h3 div:not(.div_h4) {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#backnumber .page .div_h3 p {
  display: block;
  line-height: 1;
  margin: 0 0 10px;
}
#backnumber .page .div_h3 p span {
  display: block;
  width: 200px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background: var(--primary);
  border-radius: 15px;
  padding: 5px;
  margin: auto;
}
#backnumber .page .div_h3 .div_h4 {
  margin-bottom: 0;
}
#backnumber .page .div_h3 .div_h4 + p {
  border-top: 1px dotted #2D2D2D;
  margin-top: 30px;
  padding-top: 25px;
}
#backnumber .page .div_h3 a:not(.link02) {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 10px;
}
#backnumber .page .div_h3 .link02 {
  display: block;
  max-width: 200px;
  font-size: 13px;
  padding-top: 0;
  padding-left: 18px;
  margin: auto;
}
#backnumber .page .div_h3 .link02::before {
  top: 7px;
  left: 3px;
}
#backnumber .page .div_h3 .link02::after {
  top: 3px;
  left: 0;
}
#backnumber .page .div_h3 .link02 span {
  font-size: 11px;
}
#backnumber .page .div_h4 h4 {
  margin-bottom: 10px;
}
#backnumber .page .div_h4 .dl02 {
  margin-bottom: 25px;
}
#backnumber .page .div_h4 .dl02:last-of-type {
  margin-bottom: 0;
}
#backnumber .page .div_h4 .dl02 p {
  color: #5178c8;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  border-top: 3px solid;
  border-bottom: 2px dotted;
  padding: 6px 0 4px;
  margin-top: 15px;
}
#backnumber .page .div_h4 .dl02 dt {
  float: none;
  width: auto;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2px;
}
#backnumber .page .div_h4 .dl02 dt {
  font-size: 13px;
  border-right: none;
  border-left: 4px solid var(--border2);
  padding: 0 0 0 10px;
  margin-bottom: 5px;
}
#backnumber .page .div_h4 .dl02 dd {
  min-height: auto;
  font-size: 10px;
  line-height: 140%;
  text-align: left;
  border-bottom: 1px dotted var(--border1);
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-left: 0;
}
#backnumber .page .div_h4 .dl02 dd {
  font-size: 12px;
}
#backnumber .page .div_h4 .dl02 dd:last-of-type {
  margin-bottom: 10px !important;
}
#backnumber .page .div_h4 .ul01 li {
  font-size: 12px;
}

/*--認定資格受験・更新--------------------*/
#certification .page #topics {
  background: var(--colorBg2);
  border-top: 3px double;
  border-bottom: 3px double;
  margin: 0px 10px 20px 10px;
  padding: 0 20px 15px;
  position: relative;
}
#certification .page #topics::before, #certification .page #topics::after {
  display: block;
  position: relative;
}
#certification .page #topics::before {
  content: attr(title);
  width: auto;
  height: auto;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: var(--primary);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  top: -10px;
  left: -10px;
}
#certification .page #topics p {
  margin: 0;
}
#certification .page .entry-content > p {
  margin-bottom: 15px;
}
#certification .page .entry-content > ul {
  width: 100%;
  margin: 0 auto 30px;
}
#certification .page .entry-content > ul li {
  float: left;
  width: 46%;
  max-width: 170px;
  margin: 0 5px 5px;
}
#certification .page .entry-content > ul li a:hover {
  color: #808080;
}
#certification .page .entry-content > ul li a {
  display: inline-block;
  width: 100%;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
  overflow: hidden;
  outline: none;
  padding: 4px 0;
  position: relative;
  z-index: 2;
}
#certification .page .entry-content > ul li a:hover {
  color: #fff;
}
#certification .page .entry-content > ul li a::before {
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#certification .page .entry-content > ul li a:hover::before {
  color: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
}
#certification .page .div_h3 > div {
  display: inline-block;
  width: 100%;
}
#certification .page .div_h3 .qualification {
  float: left;
  width: 48%;
  max-width: 340px;
  margin-bottom: 10px;
}
#certification .page .div_h3 .qualification:nth-of-type(1) {
  margin-right: 10px;
}
#certification .page .div_h3 .qualification:nth-of-type(3) {
  width: 100%;
  max-width: 690px;
  margin-bottom: 10px;
}
#certification .page .div_h3 .qualification p {
  text-align: center;
  margin-bottom: 5px;
}
#certification .page .div_h3 .qualification p a, #certification .page .div_h3 .text_exte {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--text);
  background: var(--colorBg2);
  border-bottom: 3px solid var(--primary);
  padding: 10px 10px 16px;
  transition: .3s ease all;
  position: relative;
}
#certification .page .div_h3 .text_exte {
  display: inline-block;
  width: 100%;
  max-width: 690px;
  text-align: center;
  padding: 10px 25px;
  margin-bottom: 5px;
}
#certification .page .div_h3 .qualification p a::after {
  content: "";
  height: 1rem;
  width: 1rem;
  background: url(../images/common/mark03.png) no-repeat center/12px;
  position: absolute;
  bottom: -2px;
  left: 46%;
  transition: .2s cubic-bezier(.18, .89, .32, 1.28) all;
}
#certification .page .div_h3 .qualification p a:hover {
  text-decoration: none;
  color: #808080;
}
#certification .page .div_h3 .qualification p a:hover::after {
  bottom: -4px;
}
#certification .page .div_h3 .ol01 {
  clear: both;
  margin-bottom: 30px;
}
#certification .page .div_h3 .ol01 li {
  margin-bottom: 10px;
}
#certification .page .div_h3 .ol01 li span {
  font-weight: bold;
}
#certification .page .div_h3 .address table th {
  width: 95px;
}
#certification .page #bylaws .div_h4 div {
  margin-bottom: 10px;
}
#certification .page #bylaws .div_h4 div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
#certification .page #bylaws .div_h4 div dl dt {
  width: 48px;
}
#certification .page #bylaws .div_h4 div dl dd {
  width: calc(100% - 48px);
}
#certification .page #bylaws .div_h4 p, #certification .page #bylaws .div_h4 ul, #certification .page #bylaws .div_h4 ol, #certification .page #bylaws .div_h4 dl {
  font-size: 12px !important;
  line-height: 160%;
  margin-bottom: 0;
}
#certification .page #bylaws .div_h4 h4:nth-of-type(n+2) {
  margin-top: 20px;
}
#certification .page #bylaws .div_h4 p .text_st03 {
  display: block;
  width: auto;
  font-weight: bold;
  line-height: 1.5;
  margin: 8px 0 5px;
  padding-left: 10px;
}
#certification .page #bylaws .div_h4 p .text_st03 span {
  display: block;
  width: 100%;
  max-width: max-content;
  font-weight: normal;
  border: 1px solid;
  border-radius: 3px;
  margin: 0 10px 3px -10px;
  padding: 0px 9px;
}
#certification .page #bylaws .div_h4 .sign {
  margin: 0;
}
#certification .page #bylaws .div_h4 .ol03 ol, #certification .page #bylaws .div_h4 .ol03 ul {
  margin-left: 15px;
}
#certification .page #bylaws .div_h4 .ol03 > li {
  list-style: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 22px;
}
#certification .page #bylaws .div_h4 .ol03 > li:before {
  display: marker;
  content: "("counter(cnt) ") ";
  position: absolute;
  left: 0;
  top: -2px;
}
#certification .page #bylaws .div_h4 .ol03 .alpha {
  margin-left: 16px;
}
#certification .page #bylaws .div_h4 .ol03 .alpha span {
  margin-left: -16px;
}
#certification .page #bylaws .div_h4 .ol03 .ul_notice01 li {
  font-size: 12px;
  padding-left: 0px;
}
#certification .page #bylaws .div_h4 .ol03 .ul_notice01 li::before {
  font-size: 12px;
  margin-left: -16px;
  margin-top: 0;
}
#certification .page #bylaws .div_h4 .ul01 {
  margin-bottom: 5px;
}
#certification .page #bylaws .div_h4 .ul01 > li {
  font-size: 12px;
  margin-bottom: 0;
}
#certification .page #bylaws .div_h4 .ul01 > li::before {
  top: 4px;
}
#certification .page #bylaws .div_h4 dl dd dl {
  border: 1px solid #c6c6c6;
  padding: 7px 15px;
  margin-bottom: 15px;
}
#certification .page #bylaws .div_h4 dl dd dl dt {
  width: 50px;
}
#certification .page #bylaws .div_h4 dl dd dl dd {
  margin-bottom: 0;
  width: calc(100% - 50px);
}
#certification .page #decision .ol02 {
  margin-left: 0;
  padding-left: 18px;
}
#certification .page #decision .ol02 li .text_st01 {
  font-weight: bold;
  margin-bottom: 0;
}
#certification .page #decision .ul01 {
  margin-left: 15px;
}
#certification .page #decision .ul01 li {
  line-height: 1.5;
}
#certification .page #decision .ul01 .text_st01 p {
  margin-bottom: 0;
  margin-left: -20px;
  font-weight: bold;
  font-size: 14px;
}
#certification .page #decision .signature {
  margin: 10px 0 15px;
}
#certification .page .redbox {
  padding: 15px;
  margin: 0px 10px 15px 10px;
  border: double 5px #ff0000;
}
#certification .page .redbox p {
  margin: 0;
  padding: 0;
}

/*--技術チェック制度--------------------*/
#technical_check .page .entry-content > p {
  margin-bottom: 20px;
}
#technical_check .page .table02 {
  margin: 5px 0 20px;
}
#technical_check .page .entry-content > .table02 {
  width: 90%;
  max-width: 630px;
  margin: 0 0 40px;
  position: relative;
  left: 5%;
}
#technical_check .page .entry-content > .table02 th {
  width: 20%;
}
#technical_check .page .ol01 {
  margin-bottom: 20px;
}
#technical_check .page .ol01 li + li {
  margin-top: 15px;
}
#technical_check .page .ul_notice01 li, #technical_check .page .disclaimer {
  margin-bottom: 30px;
}
#technical_check .page .ul_notice01 li::before {
  font-size: unset;
}
#technical_check .page .disclaimer_check {
  text-align: center;
}
#technical_check .page label {
  display: inline-block;
}
#technical_check .page .checkbox__input {
  display: none;
}
#technical_check .page .checkbox__text {
  font-weight: bold;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
#technical_check .page .checkbox__text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--sub1);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
#technical_check .page .checkbox__input:checked + .checkbox__text::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  transform: rotate(40deg);
  border-bottom: 4px solid #f00;
  border-right: 4px solid #f00;
  position: absolute;
  top: 0;
  left: 5px;
}
#technical_check .page .checkbox__button {
  margin-top: 30px;
}
#technical_check .page .button {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  background-color: var(--primary) !important;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#technical_check .page .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*--学術大会のご案内--------------------*/
#conference .page table td .span_inf {
  display: inline-flex;
  margin-left: 0;
}
#conference .page div table .ul_notice01 li {
  color: revert;
  font-weight: bold;
}

/*--過去の大会の情報--------------------*/
#past .page .table02 {
  margin: 0 0 10px;
}
#past .page .table02 th {
  width: 30%;
  min-width: 75px;
  font-size: 13px;
  padding: 5px;
}
#past .page .table02 dl dt {
  width: 65px;
  padding: 1px 3px;
}
#past .page .table02 dl dd {
  margin-left: 70px;
  margin-bottom: 5px;
}
#past .page .table02 dl dd:last-of-type {
  margin-bottom: 0;
}
#past .page .comment {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  font-size: 14px;
  margin: 0;
}
#past .page .comment .sign {
  float: right;
}
#past .page #con18 .div_h4 div {
  margin-bottom: 10px;
}
#past .page #con18 .luminous {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#past .page #con25 p, #past .page #con24 p, #past .page #con23 p {
  margin-bottom: 10px;
}
#past .page #con25 p.sign, #past .page #con24 p.sign, #past .page #con23 p.sign, #past .page #con18 p.sign {
  margin-bottom: 0;
}
#past .page #con25 p.s_l, #past .page #con24 p.s_l, #past .page #con18 p.s_l {
  text-align: left;
}
#past .page #con25 p.title, #past .page #con24 p.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#past .page #con23 .question p {
  margin-bottom: 20px;
}
#past .page #con23 .question p span {
  font-weight: bold;
}
#past .page #con23 .question ul {
  margin-bottom: 10px;
}
#past .page #con23 .question ul span {
  font-weight: bold;
}
#past .page #con23 .question table {
  width: 47%;
  border: 1px solid var(--border1);
}
#past .page #con23 .question table {
  display: none;
}
#past .page #con23 .question table th {
  width: 50%;
  font-weight: normal;
  text-align: center;
}

/*--大会参加申込み--------------------*/
.page-template-page-entry_taikai .table01 td, .page-template-page-entry_taikai .table01 th {
  vertical-align: middle;
  padding: 5px 3px;
}
.page-template-page-entry_taikai .table01 th:first-child, .page-template-page-entry_taikai .table01 th:nth-child(3) {
  width: 10%;
}
.page-template-page-entry_taikai .table01 th:nth-child(2) {
  width: 36%;
}
.page-template-page-entry_taikai .table01 th:nth-last-child(-n+2) {
  width: 22%;
}
.page-template-page-entry_taikai .table01 td form {
  text-align: center;
}
.page-template-page-entry_taikai .table01 td input[type="submit"] {
  width: 100%;
  font-size: 11px;
  white-space: normal;
  padding: 10px 5px 8px;
}
.page-template-page-entry_taikai .page #form .table01 th:nth-last-child(-n+2) {
  width: auto;
}
.page-template-page-entry_taikai .page #form .table01 tr:first-of-type th:nth-of-type(1) {
  width: 10%;
}
.page-template-page-entry_taikai .page #form .table01 tr:first-of-type th:nth-of-type(2) {
  width: 33%;
}
.page-template-page-entry_taikai .page #form .table01 tr:first-of-type th:nth-last-of-type(-n+2) {
  width: 22%;
}

/*--お問い合わせ--------------------*/
#contactoffice .page input[type="text"], #contactoffice .page input[type="password"], #contactoffice .page input[type="email"], #contactoffice .page input[type="tel"], #contactoffice .page input[type="search"], #contactoffice .page input[type="url"], #contactoffice .page textarea {
  width: 100%;
  font-family: "Open Sans", "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 6px;
}
#contactoffice .page .dl_form {
  margin-bottom: 30px;
}
#contactoffice .page dl dt, .entry-content #form dl dt {
  float: none;
  margin-right: 7px;
  margin-bottom: 7px;
  font-size: 14px;
}
#contactoffice .page dl dt span, .entry-content #form dl dt span {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  vertical-align: top;
  background: var(--primary);
  border-radius: 10px;
  padding: 3px 10px;
  margin-right: 5px;
}
#contactoffice .page dl dd, .entry-content #form dl dd {
  margin-bottom: 20px;
}
#contactoffice .page dl dd span input, #contactoffice .page dl dd span textarea, .entry-content #form dl dd span input, .entry-content #form dl dd span textarea {
  width: 100%;
}
#contactoffice .page dl dd span span.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 12px;
  color: var(--sub4);
}
#contactoffice .page .form_btn {
  text-align: center;
  font-size: 14px;
}
#contactoffice .page .form_btn span {
  display: none;
}
#contactoffice .page form .wpcf7-validation-errors {
  width: 100%;
  max-width: max-content;
  font-size: 15px;
  font-weight: bold;
  background: var(--border2);
  border: none;
  padding: 4px 10px 2px;
  margin: 20px 0;
}

/*--ログイン／新規会員登録／マイページ／年会費--------------------*/
#wc_member form table {
  clear: both;
}
#memberpages .loginbox {
  display: inline-block;
  width: 100%;
  padding: 0;
}
#memberpages .loginbox .member-box {
  margin-bottom: 30px;
}
#memberpages .member-box .forgetmenot {
  margin-top: 15px;
  font-size: 14px;
}
#memberpages .member-box .submit {
  font-size: 14px;
  padding: 0;
  margin: 5px 3px;
}
#memberpages .member-box .submit input {
  padding: 10px 30px;
}
#memberpages .member-box #nav {
  padding: 10px 0;
}
#memberpages .error_message b {
  display: none;
}
#memberpages .loginbox .new-entry {
  background: var(--colorBg1);
}
#memberpages .loginbox .new-entry h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7em;
  background: #fff;
  border: 1px solid var(--sub1);
  padding: 1px 15px 0;
}
#memberpages .loginbox .new-entry #nav {
  text-align: left;
}
#memberpages .loginbox .new-entry #nav a {
  background: none;
  border-radius: 0;
  padding: 2px;
}
#wc_login #memberpages .loginbox .new-entry #nav a:hover, #wc_member #memberpages .loginbox .new-entry #nav a:hover {
  background: none;
}
#wc_lostmemberpassword #memberpages .error_message {
  margin: 0 0 15px;
}
#wc_lostmemberpassword #memberpages .loginbox form {
  margin-bottom: 30px;
}
#wc_lostmemberpassword #memberpages .loginbox form .submit {
  font-size: 14px;
  padding: 0;
  margin: 5px 0 0;
}
#wc_lostmemberpassword #memberpages .loginbox form .submit input {
  padding: 10px 30px;
  margin: 0;
}
#wc_lostmemberpassword #memberpages .loginbox #nav {
  float: left;
  width: 46%;
  max-width: 170px;
  margin: 10px 0 0;
}
#wc_lostmemberpassword #memberpages .loginbox #nav a {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
  overflow: hidden;
  outline: none;
  padding: 4px 0;
  position: relative;
  z-index: 2;
}
#wc_lostmemberpassword #memberpages .loginbox #nav a:hover {
  color: #fff;
}
#wc_lostmemberpassword #memberpages .loginbox #nav a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#wc_lostmemberpassword #memberpages .loginbox #nav a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
  color: #fff;
}
#wc_lostmemberpassword #memberpages .loginbox .agree_member_area, #wc_newmemberform #memberpages .agree_member_area {
  width: 100%;
  margin: 20px 0 10px;
}
#wc_lostmemberpassword #memberpages .loginbox .agree_member_area > div, #wc_newmemberform #memberpages .agree_member_area > div {
  margin: 5px 0 0;
}
#memberpages .header_explanation ul {
  padding-left: 5px;
}
#memberpages input[type="text"], #memberpages input[type="password"], #memberpages input[type="email"], #memberpages input[type="tel"], #memberpages input[type="search"], #memberpages input[type="url"], #memberpages select {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  width: 100%;
}
#memberpages .table01 {
  font-size: 14px;
  border: 3px double var(--border2);
}
#memberpages .table01 #name_row input[type="text"], #memberpages .table01 #furikana_row input[type="text"] {
  width: 92%;
}
#memberpages .table01 tr {
  padding: 0;
  border-bottom: 1px solid var(--border1);
  margin-bottom: 0;
}
#memberpages .table01 tr th {
  border: none;
  background-color: var(--colorBg2);
  margin-bottom: 0;
  padding: 5px 10px;
}
#memberpages .table01 tr td {
  padding: 10px;
  border: none;
}
#memberpages .table01 #name_row td, #memberpages .table01 #furikana_row td {
  width: 100%;
  padding-top: 5px;
}
#memberpages form .alignright {
  text-align: right;
}
.category-kaihi .cat-il {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 55px auto 80px;
  position: relative;
}
.category-kaihi .cat-il article {
  display: block;
  width: auto;
  padding: 1.42857em 0 0;
  letter-spacing: normal;
  margin: 0 auto 10px;
}
.category-kaihi .cat-il .itemname {
  display: inline-block;
  height: auto;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
}
.category-kaihi .cat-il .itemprice {
  font-size: 16px;
  font-weight: bold;
  padding-right: 5px;
  text-align: center;
}

@media (min-width: 38.75em) {
  /*--parts--------------------*/
  textarea {
    width: 100%;
  }

  /*--contetns--------------------*/
  .page-title, .entry-title {
    font-size: 1.285712em;
    line-height: 1.285712em;
    margin-bottom: 2.222224em;
  }

  /*--entry-content--------------------*/
  .entry-content .subnavi {
    display: block;
  }
  .entry-content .subnavi {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .entry-content .subnavi ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 1%;
    position: relative;
    z-index: 2;
  }
  .entry-content .subnavi ul li a {
    color: var(--text);
  }
  .entry-content .subnavi ul li a.point {
    color: var(--primary);
  }
  .entry-content .pastmenu ul li {
    width: calc(100%/5);
    font-size: 13px;
  }

  /*--認定臨床エンブリオロジスト在籍施設--------------------*/
  #clinic .page .table01 th {
    width: auto;
  }
  #clinic .page .table01 th:first-child, #clinic .page .table01 th:nth-of-type(2) {
    width: 35%;
  }
  #clinic .page .table01 td .hp_link {
    padding: 0 10px;
  }
  #clinic .page .table01 td span {
    display: inline-block;
    margin-right: 5px;
  }
  
  /*--WEBセミナー--------------------*/
  #webseminar .page .table03 th:nth-of-type(2) {
    width: 12%;
    min-width: 116px
  }

  /*--学会誌一覧--------------------*/
  #downloadable .page .div_h3 div {
    width: calc(100%/3);
  }
  #downloadable .page .div_h3 div:nth-of-type(2n) {
    border-right: 1px solid var(--border1);
  }
  #downloadable .page .div_h3 div:nth-of-type(3n) {
    border-right: none;
  }
  #downloadable .page .div_h3 div:nth-child(-n+4) {
    border-top: 1px solid var(--border1);
  }
  #downloadable .page .div_h3 img, #downloadable .page .div_h3 .link01 {
    max-width: 185px;
  }
  #downloadable .page .div_h3 .link01 {
    line-height: 1.8;
  }

  /*--バックナンバー--------------------*/
  #backnumber .page .column_2, #backnumber .page .div_h3 .im_journal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #backnumber .page .column_2 {
    flex-flow: wrap;
    justify-content: space-between;
  }
  #backnumber .page .column_2 h3 {
    width: 100%;
  }
  #backnumber .page .column_2 div {
    width: 50%;
  }
  #backnumber .page .div_h3 .im_journal {
    justify-content: center;
  }
  #backnumber .page .div_h3 .im_journal img {
    margin: 0 0 15px;
  }

  /*--ログイン／新規会員登録／マイページ／年会費--------------------*/
  .category-kaihi .cat-il {
    max-width: 1000px;
    letter-spacing: -.5em;
  }

  @media screen and (min-width: 64.5em) {
    /*--parts--------------------*/
    .link01 {
      line-height: 1.8;
    }
    .link01:hover {
      color: #fff;
      background: var(--primary);
      text-decoration: none;
    }
    .link02, #memberpages .loginbox .new-entry #nav a {
      padding: 1px 5px;
      margin-left: 18px;
    }
    .link02:hover, #memberpages .loginbox .new-entry #nav a:hover {
      color: #fff;
      background: var(--primary);
      text-decoration: none;
    }
    .link02::before, #memberpages .loginbox .new-entry #nav a::before {
      top: 9px;
      left: -13px;
    }
    .link02::after, #memberpages .loginbox .new-entry #nav a::after {
      width: 16px;
      height: 16px;
      top: 4px;
      left: -17px;
    }
    .ol02 {
      margin-left: 28px;
    }
    .signature {
      font-size: 14px;
      padding: 15px 25px 13px;
    }
    .sign {
      font-size: 14px;
    }
    input[type="button"], input[type="submit"], input[type="reset"], .entry-content .link_back {
      padding: 1.071428em 2.142856em;
    }

    /*--header--------------------*/
    header:not(.entry-header) {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    header .inner {
      width: 1000px;
      height: 145px;
      margin: 0 auto;
      padding-bottom: 0;
      position: relative;
    }
    .site-description {
      float: left;
      width: 75%;
      height: auto;
      min-height: auto;
      font-weight: normal;
      line-height: 130%;
      color: var(--text);
      background: none;
      padding: 1.25em 0 0;
    }
    /* -- sns -- */
    .snslist {
      display: none;
    }
    /* -- snav -- */
    .snav {
      float: right;
      display: block;
      width: auto;
      margin: 1.55em 0 0;
    }
    .snav .membership, .snav .language, .snav .snslist {
      display: block;
      width: auto;
      margin-bottom: 10px;
    }
    .snav .membership {
      border-top: none;
      padding-top: 0;
    }
    .snav .membership p {
      display: none;
    }
    .snav .membership ul, .snav .language ul {
      display: inline-block;
      width: auto;
      text-align: right;
      padding: 0;
      margin: 0;
    }
    .snav .membership li, .snav .language li {
      float: none;
      display: inline-block;
      width: 135px;
      line-height: 1.2;
      text-align: center;
      background: none;
      margin: 0 0 0 10px;
    }
    .snav .membership .username {
      display: inline-block;
      width: auto;
      font-size: 14px;
      text-align: center;
      background: none;
      vertical-align: top;
      padding: 3px 0;
      margin: 0;
    }
    .snav .membership li a, .snav .language li a {
      display: inline-block;
      text-decoration: none;
      padding: 3px 0;
      position: relative;
      z-index: 2;
    }
    .snav .membership li a {
      width: 100%;
      color: #333;
      font-size: 13px;
      border: 1px solid #333;
      background-color: #fff;
      overflow: hidden;
      outline: none;
    }
    .snav .membership li a:hover {
      color: #fff;
    }
    .snav .membership li a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      background: #333;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s;
    }
    .snav .membership li a:hover::before {
      transform: scale(1, 1);
      transform-origin: left top;
      color: #fff;
    }
    .snav .language {
      float: right;
      width: auto;
      text-align: right;
      margin-bottom: 0;
    }
    .snav .language li {
      background: var(--colorBg1);
    }
    .snav .language li a {
      color: var(--text);
      font-size: 15px;
      font-weight: bold;
    }
    .snav .language li a::after {
      position: absolute;
      bottom: -8px;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: var(--primary);
      opacity: 0;
      visibility: hidden;
      transition: .3s;
    }
    .snav .language li a:hover::after {
      bottom: -3px;
      opacity: 1;
      visibility: visible;
    }
    /* -- incart-btn -- */
    .incart-btn {
      min-width: 160px;
      margin-top: .714286em;
      float: right;
    }
    .incart-btn a {
      background-color: #ff8c00;
      padding: 6px .714286em;
      text-align: center;
      -webkit-transition: .3s ease all;
      -moz-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all;
    }
    .incart-btn a:hover {
      background-color: #ffa500;
    }
    .incart-btn i {
      padding: 0;
    }
    .incart-btn i:before {
      color: #fff;
      margin-right: 8px;
    }
    .incart-btn span {
      display: inline-block;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      vertical-align: middle;
      letter-spacing: 1px;
    }
    .incart-btn .total-quant {
      display: inline-block;
      position: relative;
      font-weight: bold;
      color: #fba60d;
      margin-left: 1.25em;
      background-color: #fff;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      vertical-align: text-bottom;
    }
    /* -- site-title -- */
    h1.site-title, div.site-title {
      width: 55%;
      font-size: 2.857142em;
      padding: .61em 0 .63em;
    }
    h1.site-title a, div.site-title a {
      display: inline-block;
      font-weight: bold;
    }
    h1.site-title .h1_img_sp, div.site-title .h1_img_sp {
      display: none;
    }
    h1.site-title .h1_img, div.site-title .h1_img {
      display: inline;
    }
    h1.site-title .logo, div.site-title .logo {
      width: 80%;
      margin: 0 10px 0 5px;
    }
    h1.site-title .logo_society, div.site-title .logo_society {
      max-width: 356px;
      vertical-align: top;
    }
    #site-navigation {
      position: relative;
    }
    #site-navigation .bt_menu {
      display: none;
    }
    header #site-navigation input#panel.on-off + div.nav-menu-open, header #site-navigation input#panel.on-off:checked + div.nav-menu-open, header #site-navigation input#panel.on-off + div.header-nav-container {
      display: block;
      height: auto;
      overflow: inherit;
    }
    header #site-navigation input#panel.on-off + div.header-nav-container {
      width: 100%;
      min-width: 1000px;
      margin: 0 auto;
      position: relative;
    }
    #site-navigation .header-nav-container {
      display: block !important;
      width: 1000px;
      position: relative;
      margin: 0 auto;
    }
    #site-navigation .header-nav-container > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: none;
      padding: 0;
      position: absolute;
      right: 0;
      bottom: 4px;
    }
    #site-navigation .header-nav-container > ul > li {
      display: inline-block;
      text-align: center;
      border-bottom: none;
      width: 105px;
      margin: 0;
    }
    #site-navigation .header-nav-container > ul > li.nav_home {
      width: 65px;
    }
    #site-navigation .header-nav-container > ul > li.nav_pro {
      width: 90px;
    }
    #site-navigation .header-nav-container > ul > li.nav_member {
      width: 125px;
    }
    #site-navigation .header-nav-container > ul > li.nav_certi {
      width: 85px;
    }
    #site-navigation .header-nav-container > ul > li.nav_confer {
      width: 115px;
    }
    #site-navigation li a {
      color: var(--text);
      line-height: 100%;
      padding: 1.2em 0 !important;
      position: relative;
    }
    #site-navigation .header-nav-container > ul > .nav_backnumber a {
      padding: .5em 0 !important;
      line-height: 1.2;
    }
    #site-navigation .header-nav-container > ul > li > a {
      display: block;
      font-size: 13.5px;
      font-weight: bold;
    }
    #site-navigation .header-nav-container > ul > li > a::after {
      content: '';
      width: 100%;
      height: 4px;
      background: var(--text);
      position: absolute;
      bottom: -8px;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
    }
    #site-navigation .header-nav-container > ul > li:hover > a::after {
      bottom: -4px;
      opacity: 1;
      visibility: visible;
    }
    #site-info .footer-menu ul li .pc_opan {
      display: inline;
    }
    #site-navigation .header-nav-container ul li p.sp_opan, #site-info .footer-menu ul li p.sp_opan {
      display: none;
      height: auto;
    }
    #site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a {
      background-color: #565656;
    }
    #site-navigation li.current_page_item li a, #site-navigation li.current-menu-parent li a {
      background: none;
    }
    #site-navigation ul div {
      width: 105px;
      background: var(--colorBg1);
      position: absolute;
      z-index: 100;
      margin-top: 4px;
      box-shadow: 0 3px 5px #fff;
    }
    #site-navigation ul li.nav_member div {
      width: 125px;
    }
    #site-navigation ul li.nav_confer div {
      width: 115px;
    }
    #site-info ul div {
      display: block;
    }
    #site-navigation ul div ul {
      text-align: center;
      margin: auto;
    }
    #site-navigation li li {
      font-size: 12px;
    }
    #site-navigation li li a {
      padding: 15px 1px !important;
      line-height: 1.2;
    }
    #site-navigation li li a:hover {
      background: var(--text);
      color: #fff;
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      box-shadow: 0 3px 10px #fff;
    }
    #site-navigation ul li:hover > div {
      display: block;
    }
    #site-navigation * {
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
    }
    #site-navigation .header-nav-container ul .sp_language, #site-navigation .membership_sp {
      display: none;
    }

    /*--footer--------------------*/
    footer {
      clear: both;
    }
    footer .footer-menu > ul > li > a {
      display: inline;
      font-size: 15px;
      font-weight: normal;
      border: none;
      padding: 0;
    }
    footer nav {
      width: 1000px;
      margin: 0 auto;
    }
    footer nav .footer-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-flow: wrap;
    }
    footer nav .footer-menu > ul {
      width: 220px;
      margin-bottom: 0;
      margin-right: 1.5em;
    }
    footer nav .footer-menu > ul:nth-of-type(1) {
      width: 260px;
    }
    footer nav .footer-menu > ul:last-of-type {
      border-bottom: none;
    }
    footer nav li {
      line-height: 1.5;
      margin-bottom: 1em;
    }
    footer nav li:nth-of-type(6n) {
      clear: both;
    }
    footer nav li:last-child {
      margin-bottom: 0;
    }
    footer .footer-menu > ul > li {
      list-style: inside;
    }
    footer nav ul ul {
      margin: .2em 0 0;
    }
    footer nav li li {
      margin-bottom: 3px;
    }
    footer nav li li:nth-of-type(6n) {
      clear: none;
    }
    footer nav li li a {
      display: inline-block;
      width: auto;
      height: auto;
      border: none;
      padding: 0;
    }
    footer nav li li span {
      display: inline-block;
      font-size: 8px;
      margin-bottom: -3px;
      position: relative;
      top: -1px;
      left: 5px;
    }
    footer nav > div:not(.footer-menu) {
      justify-content: flex-end;
      align-items: center;
      font-size: 22px;
      margin-top: 0;
    }
    footer nav > div:not(.footer-menu) p {
      font-size: 23px;
      text-align: right;
    }
    footer nav > div:not(.footer-menu) p + p {
      width: 223px;
      text-align: left;
    }
    footer nav > div:not(.footer-menu) p span {
      font-size: 13px;
    }
    footer nav > div .sns li + li {
      margin-left: 15px;
    }
    /* -- copyright -- */
    .copyright {
      font-size: 12px;
      line-height: 1.4;
      padding: 5px 15px;
    }

    /*--contetns--------------------*/
    #main {
      width: 100%;
      padding: 0;
    }
    .main-image {
      text-align: center;
      margin: 0;
      padding: 0;
    }

    /*--entry-header--------------------*/
    .entry-header, .page-header {
      height: 250px;
    }
    #usces-member .entry-header, .zoom-1 .entry-header {
      margin-bottom: 60px;
    }
    .entry-header h1, .page-header h1 {
      letter-spacing: 4px;
    }
    
    /*--entry-content--------------------*/
    .entry-content, #memberpages {
      padding: 0;
      margin-bottom: 80px;
    }
    .entry-content > p, #memberpages .header_explanation ul {
      width: calc(100% - 30px);
      font-size: 16px;
      margin: 0 auto 40px;
    }
    .entry-content h1 {
      font-size: 1.285712em;
      margin-bottom: 2.222224em;
    }
    .entry-content h2 {
      font-size: 1.142857em;
    }
    .entry-content .subnavi {
      margin-bottom: 45px;
    }
    .entry-content .subnavi ul li {
      font-size: 14px;
      padding: 0;
      margin: 0 15px;
    }
    .entry-content .subnavi ul li a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: var(--primary);
      opacity: 0;
      visibility: hidden;
      transition: .3s;
    }
    .entry-content .subnavi ul li a:hover, .entry-content .subnavi ul li a.point {
      color: var(--primary);
    }
    .entry-content .subnavi ul li a:hover::after {
      bottom: 0;
      opacity: 1;
      visibility: visible;
    }
    .entry-content .pastmenu {
      margin-bottom: 45px;
    }
    .entry-content .pastmenu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-flow: wrap;
      justify-content: left;
      padding: 20px 15px 10px 30px;
    }
    .entry-content .pastmenu ul li {
      width: calc(100%/7);
      max-width: none;
      text-align: left;
      margin: 0 0 10px;
    }
    .entry-content .pastmenu ul li a {
      color: var(--text);
      padding: 5px 0;
      position: relative;
      z-index: 2;
    }
    .entry-content .pastmenu ul li a::after {
      content: '';
      width: 100%;
      height: 3px;
      background: var(--primary);
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
    }
    .entry-content .pastmenu ul li a:hover::after {
      bottom: 1px;
      opacity: 1;
      visibility: visible;
    }
    .div_h3 {
      font-size: 16px;
      padding-left: 15px;
      margin-bottom: 60px;
    }
    .div_h3 h3 {
      width: calc(100% + 15px);
      font-size: 20px;
      margin: 0 0 25px -15px;
    }
    .div_h3 p {
      line-height: 27px;
    }
    .div_h4 h4 {
      font-size: 18px;
      line-height: 27px;
    }
    .div_h4 h4::before {
      font-size: 16px;
      padding-left: 4px;
      top: 6px;
    }
    
    /*--news--------------------*/
    .div_newsmore {
      margin-bottom: 50px;
    }
    #news .page .div_h3 > p, #info .page .div_h3 > p {
      margin-left: -10px;
    }
    #news .page header, #post header, #event header {
      margin-bottom: 60px;
    }
    #news .page .entry-content {
      margin-bottom: 20px;
    }
    #news .page .title, #post .title, #info .page .title, #event .title, #member .page .ul_enewslist li .div_title, #minutes .page .ul_minuteslist li .div_title {
      font-size: 18px;
    }
    #news .page .title, #event .title {
      margin-bottom: 15px;
      line-height: 155%;
    }
    #news .page .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    #news .page .title span, #post .title span, #info .page .title span, #event .title .date, #member .page .ul_enewslist li .div_title .date {
      display: inline-block;
      font-size: 14px;
    }
    #news .page .title a:hover {
      color: var(--text);
    }
    #post .div_h3 div img.linkimg, #info .page .div_h3 div img.linkimg {
      display: inline-block;
      width: 100%;
      max-width: 395px;
      vertical-align: top;
      margin: 0 0 30px;
    }
    #news .page .div_h3 .conventionentry span {
      display: inline-block;
      font-size: 12px;
      color: var(--primary);
      position: relative;
      top: -2px;
      left: -2px;
    }
    #news .page .div_h3 .conventionentry a.link01:hover span {
      color: #fff;
    }
    #news .page .div_h3 .convention {
      width: 560px;
      vertical-align: top;
      margin-left: 20px;
      margin-bottom: 30px;
    }
    #news .page .div_h3 .convention .dl01 dt {
      width: 85px;
      font-size: 14px;
    }
    #news .page .div_h3 .convention .dl01 dd {
      font-size: 14px;
      margin-left: 100px;
    }
    #news .page .div_h3 .conventionphoto {
      padding: 25px 20px;
    }
    #news .page .div_h3 .conventionphoto p {
      float: left;
      font-size: 18px;
      letter-spacing: 5px;
      margin: 0 0 0 -30px;
      padding: 10px 3px 11px 8px;
    }
    #news .page .div_h3 .conventionphoto div {
      margin-bottom: 15px;
    }
    #news .page .div_h3 .conventionphoto div img {
      width: 24%;
      max-width: max-content;
      margin: 0 4px 3px;
    }
    #news .page .div_h3 .conventionphoto div .im_yoko {
      width: 49%;
      max-width: max-content;
    }
    #news .page .div_h3 .conventionphoto div .im_tate {
      float: right;
      width: 24%;
      max-width: max-content;
      margin: 0 8px 3px 1px;
    }
    #post div table, #conference .page div table {
      width: 100%;
      max-width: none;
    }
    #post div table th, #conference .page div table th {
      min-width: auto;
    }
    #post #topics, #info .page #topics {
      padding: 45px 30px 25px;
    }
    #post #topics::before, #post #topics::after, #info .page #topics::before, #info .page #topics::after {
      position: absolute;
    }
    #post #topics::before, #info .page #topics::before {
      text-align: center;
      padding: 8px 15px;
      left: 1em;
    }
    #post #topics::before, #info .page #topics::before {
      display: inline-block;
      width: auto;
    }

    /*--ご挨拶--------------------*/
    #about .page .div_h3 div {
      float: right;
      width: 23%;
      text-align: center;
      padding: 30px 0;
      margin: 10px 20px;
    }
    #about .page .div_h3 div p {
      font-size: 14px;
      margin-bottom: 0;
    }
    #about .page .div_h3 > p {
      text-indent: 16px;
      margin-bottom: 12px;
    }

    /*--役員構成--------------------*/
    #officer .page .table01, #clinic .page .table01 {
      font-size: 14px;
    }
    #officer .page .table01 th {
      width: 27%;
    }
    #officer .page .table01 ul li {
      width: 16%;
      max-width: none;
      margin-right: 0;
    }
    #officer .page .table01 ul li:not(:nth-last-of-type(-n+2)) {
      margin-bottom: 0;
    }
    #officer .page .table01:nth-of-type(2) ul li:not(:nth-last-of-type(-n+2)) {
      margin-bottom: 5px;
    }

    /*--定款--------------------*/
    #rule .page .dl01 dt {
      width: 120px;
      padding: 2px 5px;
      margin-bottom: 10px;
    }
    #rule .page .dl01 dd {
      min-height: 46px;
      margin-left: 135px;
      margin-bottom: 20px;
      top: 2px;
    }

    /*--ガイドライン--------------------*/
    #guideline .page .ul01 li {
      font-size: 16px;
    }
    #guideline .page .ul01 > li {
      margin-bottom: 15px;
    }
    #guideline .page .ul01 > li::before {
      top: 8px;
    }

    /*--E-news--------------------*/
    #member .page .div_h3 .ul_enewslist li, #member .page .div_h3 .ul_minuteslist li {
      margin-bottom: 50px !important;
    }

    /*--WEBセミナー--------------------*/
    #webseminar .page .table03 {
      font-size: 14px;
    }
    #webseminar .page .table03 th, #webseminar .page .table03 td {
      padding: 10px;
    }

    /*--求人--------------------*/
    #recruit .page .title {
      font-size: 18px;
    }
    #recruit .page .title span {
      font-size: 14px;
    }
    #recruit .page .div_h3 > div {
      margin-bottom: 50px;
    }
    #recruit .page table {
      width: 100%;
      font-size: 14px;
    }
    #recruit .page table th {
      width: 20%;
      min-width: auto;
      padding: 5px 10px;
    }
    #recruit .page table .ul01 > li {
      font-size: 14px;
    }
    #recruit .page .div_h3 > .ul_notice01 {
      margin-top: 40px;
    }

    /*--求人情報 掲載申し込み--------------------*/
    #publish-request .page #form .dl01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
    }
    #publish-request .page #form .dl01 dt {
      width: 200px;
      padding: 0;
      margin: 0;
    }
    #publish-request .page #form .dl02 dt {
      width: 125px;
    }
    #publish-request .page #form .dl01 dd {
      width: calc(100% - 210px);
      margin: 0;
    }
    #publish-request .page #form .dl02 dd {
      width: calc(100% - 140px);
    }
    #publish-request .page .div_h3 .div_h3 {
      padding: 0 10px;
      margin-bottom: 60px;
    }

    /*--学会誌一覧--------------------*/
    #downloadable .page .div_h3 div {
      width: calc(100%/4);
      padding: 25px 20px 20px;
    }
    #downloadable .page .div_h3 > div p {
      margin: 8px 0;
    }
    #downloadable .page .div_h3 .link01 {
      width: calc(100% - 30px);
      font-size: 13px;
    }
    #downloadable .page .div_h3 div:nth-of-type(3n) {
      border-right: 1px solid var(--border1);
    }
    #downloadable .page .div_h3 div:nth-of-type(4n) {
      border-right: none;
    }
    #downloadable .page .div_h3 div:nth-child(-n+5) {
      border-top: 1px solid var(--border1);
    }
    #downloadable .page .div_h3 .link01 img {
      width: 17px;
      left: 17px;
    }
    #downloadable .page .div_h3 .link01 .dl_on {
      transition: opacity .7s;
    }
    #downloadable .page .div_h3 .link01:hover .dl_on {
      opacity: 1;
    }

    /*--バックナンバー--------------------*/
    #backnumber .page .pastmenu ul li a::after {
      width: 100%;
    }
    #backnumber .page .pastmenu ul li a {
      padding: 0 0 5px;
    }
    #backnumber .page .div_h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-flow: wrap;
    }
    #backnumber .page .div_h3 div:not(.div_h4) {
      width: 250px;
      padding-right: 30px;
      margin: 0;
    }
    #backnumber .page .div_h3 p {
      display: block;
      line-height: 1;
      margin: 0 0 10px;
    }
    #backnumber .page .div_h3 p {
      width: 100%;
    }
    #backnumber .page .div_h3 p span {
      margin: 0;
    }
    #backnumber .page .div_h3 p span {
      width: 220px;
    }
    #backnumber .page .div_h3 a:not(.link02) {
      max-width: 230px;
      margin: 0 0 15px;
    }
    #backnumber .page .div_h3 .im_journal img {
      margin: 0 0 15px;
    }
    #backnumber .page .div_h3 .link02 {
      font-size: 14px;
      letter-spacing: 0;
      padding: 0;
      margin-left: 20px;
    }
    #backnumber .page .div_h3 .link02::before {
      top: 9px;
      left: -16px;
    }
    #backnumber .page .div_h3 .link02::after {
      top: 4px;
      left: -20px;
    }
    #backnumber .page .div_h3 .link02 span {
      font-size: 13px;
    }
    #backnumber .page .div_h3 .div_h4 {
      width: calc(100% - 250px);
    }
    #backnumber .page .div_h3 .div_h4 h4 {
      font-size: 16px;
    }
    #backnumber .page .div_h4 .dl02 {
      margin-bottom: 30px;
    }
    #backnumber .page .div_h4 .dl02 dt {
      font-size: 14px;
    }
    #backnumber .page .div_h4 .dl02 dt {
      margin-bottom: 8px;
    }
    #backnumber .page .div_h4 .dl02 dd {
      text-align: left;
    }
    #backnumber .page .div_h3 .div_h4 .ul01 li {
      float: left;
      width: 47%;
      font-size: 14px;
      margin-right: 25px;
    }
    #backnumber .page .div_h3 .div_h4 .ul01 li:nth-of-type(2n) {
      margin-right: 0;
    }

    /*--認定資格受験・更新--------------------*/
    #certification .page #topics {
      padding: 45px 30px 25px;
      margin-bottom: 30px;
    }
    #certification .page #topics::before, #certification .page #topics::after {
      position: absolute;
    }
    #certification .page #topics::before {
      text-align: center;
      padding: 8px 15px;
      left: 1em;
    }
    #certification .page .entry-content > ul {
      width: 90%;
      font-size: 16px;
      margin: 0 auto 40px;
    }
    #certification .page .entry-content > ul li {
      width: auto;
      max-width: none;
      font-size: 16px;
    }
    #certification .page .entry-content > ul li a {
      width: 180px;
      padding: 3px 0;
    }
    #certification .page .div_h3 .qualification {
      width: 26%;
      max-width: none;
      margin: 5px 20px 25px 0;
    }
    #certification .page .div_h3 .qualification:nth-of-type(3) {
      width: 40%;
      max-width: none;
    }
    #certification .page .div_h3 .qualification p {
      margin-bottom: 10px;
    }
    #certification .page .div_h3 .qualification p a, #certification .page .div_h3 .text_exte {
      font-size: 18px;
      padding: 15px 0 20px;
    }
    #certification .page .div_h3 .text_exte {
      width: auto;
      padding: 15px 40px;
      margin-bottom: 10px;
    }
    #certification .page .div_h3 .address table th {
      width: auto;
    }
    #certification .page #bylaws .div_h4 p, #certification .page #bylaws .div_h4 ul, #certification .page #bylaws .div_h4 ol, #certification .page #bylaws .div_h4 dl {
      font-size: 14px !important;
      line-height: 180%;
    }
    #certification .page #bylaws .div_h4 p .text_st03 span {
      padding: 0 2px 0 9px;
      margin-right: 0;
    }
    #certification .page #bylaws .div_h4 .ol03 .ul_notice01 li {
      font-size: 14px;
      padding-left: 2px;
    }
    #certification .page #bylaws .div_h4 .ol03 .ul_notice01 li::before {
      font-size: 14px;
      margin-left: -18px;
    }
    #certification .page #decision .ul01 li {
      line-height: 180%;
    }
    #certification .page #decision .ul01 .text_st01 p {
      font-size: 16px;
    }
    #certification .page .redbox {
      padding: 15px 25px;
    }

    /*--技術チェック制度--------------------*/
    #technical_check .page .entry-content > .table02 th {
      width: 190px;
    }
    #technical_check .page .button {
      padding: 15px 35px;
    }

    /*--過去の大会の情報--------------------*/
    #past .page .table02, #past .page .comment {
      max-width: 700px;
    }
    #past .page .table02 {
      margin: 0 0 15px;
    }
    #past .page .table02 th {
      font-size: 14px;
    }
    #past .page .table02 dl dt {
      width: 125px;
      padding: 1px 5px;
    }
    #past .page .table02 dl dd {
      min-height: auto;
      margin-left: 140px;
      margin-bottom: 10px;
    }
    #past .page #con18 .div_h4 div {
      margin-bottom: 15px;
    }

    /*--大会参加申込み--------------------*/
    .page-template-page-entry_taikai .table01 td, .page-template-page-entry_taikai .table01 th {
      padding: 10px;
    }
    .page-template-page-entry_taikai .table01 th:first-child, .page-template-page-entry_taikai .table01 th:nth-child(3) {
      width: 5%;
    }
    .page-template-page-entry_taikai .table01 th:nth-child(2) {
      width: 46%;
    }
    .page-template-page-entry_taikai .table01 td input[type="submit"] {
      width: auto;
      font-size: 14px;
      white-space: normal;
      padding: 1.071428em 2.142856em;
    }
    .page-template-page-entry_taikai #main #primary #form .table01 tr:first-of-type th:nth-last-of-type(-n+2) {
      width: 10%;
    }

    /*--お問い合わせ--------------------*/
    #contactoffice .page form {
      margin: 40px 0 0;
    }
    #contactoffice .page .dl_form {
      position: relative;
      margin-bottom: 0;
    }
    #contactoffice .page dl dt span {
      font-size: 12px;
      font-weight: normal;
    }
    #contactoffice .page dl dt {
      width: 60%;
      display: inline-block;
    }
    #contactoffice .page dl dd {
      width: 60%;
      margin-bottom: 30px;
      display: inline-block;
    }
    #contactoffice .page dl dd span input {
      width: 467px;
      margin-bottom: 2px;
    }
    #contactoffice .page dl dd span span.wpcf7-not-valid-tip {
      display: block;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: -17px;
    }
    #contactoffice .page dl .dt_message, #contactoffice .page dl .dd_message {
      width: 485px;
      position: absolute;
      right: 0;
    }
    #contactoffice .page dl .dt_message {
      top: 0;
    }
    #contactoffice .page dl .dd_message {
      top: 25px;
    }
    #contactoffice .page dl .dd_message span textarea {
      height: 252px;
      font-size: 16px;
    }
    #contactoffice .page dl dd .your-name1, #contactoffice .page dl dd .your-name2 {
      width: 205px;
    }
    #contactoffice .page dl dd .your-email, #contactoffice .page dl dd .your-email-confirm, #contactoffice .page dl dd .your-tel {
      width: 468px;
    }
    .hissu {
      font-size: 12px;
      font-weight: normal;
      line-height: 150%;
    }
    
    /*--ログイン／新規会員登録／マイページ／年会費--------------------*/
    #memberpages .member-box #nav {
      font-size: 14px;
    }
    #memberpages .header_explanation ul {
      padding-left: 0;
    }
    #memberpages input[type="text"], #memberpages input[type="password"], #memberpages input[type="email"], #memberpages input[type="tel"], #memberpages input[type="search"], #memberpages input[type="url"], #memberpages select {
      display: block;
      width: 100%;
    }
    #memberpages select {
      width: 100%;
    }
    #memberpages .table01 tr th, #memberpages .table01 tr td {
      padding: 10px 15px;
    }
    #memberpages .table01 #name_row td, #memberpages .table01 #furikana_row td {
      width: auto;
    }
    #memberpages .table01 #name_row input[type="text"], #memberpages .table01 #furikana_row input[type="text"] {
      display: inline-block;
    }
    #wc_login #memberpages .loginbox .new-entry #nav a:hover, #wc_member #memberpages .loginbox .new-entry #nav a:hover {
      background: var(--primary);
    }
    .category-kaihi .cat-il {
      display: flex;
      width: 100%;
      margin: 30px auto 80px;
      position: relative;
    }
    .category-kaihi  .cat-il article {
      width: calc(100% / 3.45);
    }
    .category-kaihi .cat-il .itemname {
      text-align: right;
    }
    .category-kaihi .cat-il .itemprice {
      text-align: right;
    }
  }
}