@charset "utf-8";
/*animation*/
.fade_in {
  -webkit-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  visibility: hidden;
  opacity: 0;
}
.fade_in_x {
  transition: all 500ms 0s ease;
  visibility: hidden;
  opacity: 0;
}
.fade_in_x.ty01 {
  transform: translateX(30px);
}
.fade_in_x.ty02 {
  transform: translateX(-30px);
}
.fade_in_x.js_active {
  visibility: visible;
  transform: translateX(0px);
  opacity: 1;
}
.fade_in.js_active {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.div_h1 h1, .contentsmain {
  animation-name: fade-in3;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#container {
  margin-bottom: 60px;
}
#container_wrap {
  min-height: 300px;
  padding-top: 60px;
}
section {
  position: relative;
}
article.art_con {
  max-width: 1200px;
  width: 95%;
  padding: 0 10px;
  position: relative;
}
.div_topic01 {
  width: 100%;
  min-width: 320px;
  background-color: #eceded;
  display: block;
  margin: auto;
  padding: 3% 5%;
}
.div_topic01 .headline {
  padding-bottom: 5px;
  color: #5a0d11;
  font-weight: bold;
  font-size: 1.5em;
  line-height: normal;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  border-bottom: 1px solid;
}
.column2 {
  display: flex;
  justify-content: space-between;
}
.column2 > * {
  width: 48%;
}
.text_st01 {
  color: #d91520;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0;
}
.text_st02 {
  color: #d91520;
  font-weight: bold;
  font-size: 1em;
}
.text_st03 {
  font-size: 1.2em;
  font-weight: 900;
}
.text_min {
  font-size: 0.5em;
}
.dl01 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 18rem;
  width: 100%;
}
.dl01 > dd, .dl01 > dt {
  padding: 10px;
  border: solid #eceded 1px;
}
.dl01 > dt {
  background: #3e3a39;
  border: solid 1px #eceded;
  color: #fff;
}
.dl01 > dt:not(:last-of-type) {
  border-bottom: solid 1px #fff;
}
.dl01 > dd {
  background: #f2f2f2;
  margin-left: 0px;
}
.dl01 > dd:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.dl02 > dt {
  background: #eceded;
  padding: 5px 5px 5px 40px;
  color: #5a0d11;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.dl02 > dt:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #5a0d11;
  display: block;
  position: absolute;
  border-radius: 8px;
  left: 5px;
  top: 13px;
}
.dl02 > dd {
  margin: 0 0 30px 30px;
}
.link01, .link02, .link03, .link_pdf {
  text-decoration: none;
}
.link01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 25px;
  color: #363D3F;
  font-size: 20rem;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: rgba(255, 255, 255, .5);
  border: solid 1px #363D3F;
}
.link01:hover {
  background: rgba(217, 217, 217, .5);
  color: #580c10;
  border: solid 1px rgba(217, 217, 217, .0);
}
.link01:before, .link01:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.link01:before {
  top: 0;
  left: 0;
}
.link01:after {
  bottom: 0;
  right: 0;
}
.link01:hover:before, .link01:hover:after {
  width: 100%;
  height: 100%;
}
.link01:hover:before {
  border-top-color: #580c10;
  border-right-color: #580c10;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.link01:hover:after {
  border-bottom-color: #580c10;
  border-left-color: #580c10;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
.link02 {
  font-weight: bold;
  color: #956363;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*.link02:before{
content: "";
position: absolute;
top: 0;
left: -30px;
height: 25px;
width: 25px;
  background: url("../img/common/ic_link02.svg")no-repeat left top/contain;
		display: block;
}*/
.link02:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0px;
  bottom: 0;
  height: 2px;
  background: #956363;
}
.link02:hover:after {
  width: 100%;
}
.link03 {
  border: solid 1px rgba(54, 61, 63, .5);
  padding: 15px 30px;
  text-align: center;
  background: #eceded;
  font-weight: bold;
  color: #5C686B;
  font-size: 18rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 0 #5C686B;
  box-shadow: 0 5px 0 #5C686B;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 15px;
}
.link03:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #5C686B;
  box-shadow: 0 2px 0 #5C686B;
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
.link_pdf {
  max-width: 400px;
  width: 90%;
  display: block;
  margin: 30px auto;
  padding: 15px 30px 12px 45px;
  border: 1px rgb(0 0 0 / 10%) solid;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
  border-radius: 50px;
  background: #fff;
  position: relative;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}
.link_pdf:hover {
  color: #efad2d;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
}
.link_pdf:before {
  content: "";
  background: url("../img/common/i_pdf.svg")no-repeat left top/contain;
  display: block;
  position: absolute;
  width: 40px;
  height: 39px;
  top: 50%;
  left: 1em;
  transform: translateY(-50%) translateX(0%);
}
.non_link {
  pointer-events: none;
  color: #fff;
  background-color: #9e9e9e;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  border: none;
}
.ul_notice01 {
  margin-left: 14px;
}
.ul_notice01 li {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 5px;
  padding-left: 2px;
}
.ul_notice01 li:before {
  content: "※";
  display: block;
  float: left;
  margin-left: -16px;
}
.ul01 {
  padding: 0.5em;
}
.ul01 li {
  position: relative;
  margin: 0 0 15px 0;
  padding-left: 20px;
  font-weight: 700;
}
.ul01 li:before {
  content: "・";
  color: #5C686B;
  display: block;
  width: 10px;
  height: 10px;
  top: 0px;
  position: absolute;
  left: 0px;
}
.ul02 li {
  border-bottom: solid 1px rgba(54, 61, 63, .5);
  margin: 0;
  padding: 10px;
}
.ol01 {
  margin-bottom: 30px;
}
.ol01 li {
  counter-increment: num;
  position: relative;
  padding-left: 100px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ol01 li:before {
  content: "STEP"counter(num);
  background: #5C686B;
  border-radius: 15px;
  padding: 1px 1px 1px 1px;
  width: 90px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #fff;
  position: absolute;
  left: 0px;
  line-height: 1.8em;
}
.table01 {
  border: none;
  text-align: center;
  border-spacing: 0;
  width: 100%;
}
.table01 th, .table01 td {
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
.table01 th:not(:last-child), .table01 td:not(:last-child) {
  border-right: 1px solid #fff;
}
.table01 thead th {
  background: #000f4c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table01 thead td {
  background: #5C686B;
  color: #fff;
  /* font-weight: bold; */
  text-align: center;
}
.table01 tbody th {
  background: #eceded;
  font-weight: bold;
  color: #363D3F;
}
.table01 tbody tr:nth-child(even) td {
  background: #eceded;
}
.table01 tbody tr:nth-child(odd) td {
  background: #F4F4F4;
}
.dl_news, .ul_newslist {
  width: 100%;
}
.dl_news dt, .ul_newslist li a {
  font-weight: 600;
  font-size: 20rem;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  padding: 15px 0;
}
.dl_news dt, .ul_newslist li a {
  margin-bottom: 0;
  padding: 30px 0;
}
.dl_news dt, .ul_newslist li {
  margin-bottom: 30px;
}
.dl_news dt .time, .ul_newslist li .time {
  margin-right: 15px;
}
.dl_news dd {
  width: 100%;
  margin: 0 0 30px 0;
}
.dl_news dt .title, .dl_news dt .time, .ul_newslist li .title {
  position: relative;
  color: #363D3F;
}
.dl_news dt .title:before, .ul_newslist li .title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #363D3F;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.dl_news dt .title:after, .ul_newslist li .title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #363D3F;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.dl_news .hover-action:hover .title:after, .ul_newslist li .hover-action:hover .title:after {
  transform-origin: left top;
  transform: scale(1, 1)
}
.dl_news .hover-action, .ul_newslist li .hover-action {
  position: relative;
  color: #363D3F;
  display: block;
}
.dl_news .hover-action:hover, .ul_newslist li .hover-action:hover {
  color: #363D3F;
}
.dl_news .hover-action:after, .ul_newslist li .hover-action:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, #F2F2F2 30%, rgba(255, 255, 255, 0) 75%);
  top: 0;
  left: 0;
  -webkit-transition: all .5s cubic-bezier(.43, .05, .17, 1);
  transition: all .5s cubic-bezier(.43, .05, .17, 1);
  z-index: -2;
  opacity: 0;
}
.dl_news .hover-action:hover:after, .ul_newslist li .hover-action:hover:after {
  opacity: .5;
  -webkit-transition: opacity .5s cubic-bezier(.26, .06, 0, 1);
  transition: opacity .5s cubic-bezier(.26, .06, 0, 1)
}
/*---header--------------------*/
#header {
  width: 100%;
  position: relative;
  z-index: 50;
  background: #fff;
}
#header .header_wrap .header_ivf-logo {
  display: block;
  background: #fff;
  padding: 20px;
  width: 415px;
}
#header .header_wrap .header_ivf-logo img {
  max-width: 365px;
  width: 100%;
}
/*.ul_header-nav li {
  font-weight: bold;
  color: inherit;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
}
.ul_header-nav li:hover {
  color: #2AA68A;
}
.ul_header-nav li:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0px;
  bottom: 0;
  height: 2px;
  background: #2AA68A;
}
.ul_header-nav li:hover:after {
  width: 100%;
}*/
#header #g-nav .g-nav_logo {
  display: none;
}
#header .ivf-nav {
  position: relative;
  overflow: visible;
}
#header .ivf-nav::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../img/common/i_jump.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline;
  transform: translateY(-53%);
  top: 50%;
  left: 7rem;
}
#header.panelactive .ivf-nav::after {
  left: 80%;
}
/*---ハンバーガーメニュー---*/
.sp_menu {
  display: block;
  position: fixed;
  top: 30px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  width: 40px;
  height: 32px;
  filter: drop-shadow(0 0px 1px rgba(255, 255, 255, 1));
}
.sp_menu span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
  background-color: #363D3F;
  width: 100%;
}
.sp_menu span:nth-of-type(1) {
  top: 0px;
}
.sp_menu span:nth-of-type(2) {
  top: 16px;
}
.sp_menu span:nth-of-type(3) {
  top: 32px;
}
.sp_menu.active span {
  background: #fff;
}
.sp_menu.active span:nth-of-type(1) {
  top: 8px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.sp_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.sp_menu.active span:nth-of-type(3) {
  top: 20px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
.fadeDown {
  animation-name: none;
  animation-duration: none;
  animation-fill-mode: none;
  opacity: 1;
}
/*.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}*/
/*.doneクラス*/
/*#header.dnone {
  opacity: 0;
}*/
#header #g-nav {
  top: 0%;
  position: fixed;
  right: -200%;
  opacity: 0;
  z-index: -10;
  transition: all .8s cubic-bezier(.26, .06, 0, 1);
}
#header.panelactive #g-nav {
  padding-top: 65px;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0%;
  height: 100vh;
  transition: all .6s cubic-bezier(.26, .06, 0, 1);
  z-index: 500;
  background: linear-gradient(rgba(42, 43, 42, .66), rgba(42, 43, 42, .66)), url("../img/common/bk_ishi-black.jpg");
  background-size: cover;
  display: block;
  margin-top: 0;
  /* padding-top: 60px; */
  width: 60%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
#header.panelactive #g-nav::-webkit-scrollbar {
  display: none;
}
#header.panelactive #g-nav .g-nav_logo {
  display: block;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
#header.panelactive #g-nav .g-nav_logo a {
  margin: auto;
  width: 80%;
  max-width: 300px;
  padding: 5px;
  border-bottom: none !important;
}
/*#header.panelactive #g-nav ul.ul_header-nav {
  display: none;
}*/
#header.panelactive #g-nav ul.ul_header-nav {
  width: 100%;
  padding-right: 80px;
}
#header.panelactive #g-nav li {
  position: relative;
  background-color: initial;
  transition: all 0.5s;
  outline: none;
  margin-bottom: 15px;
}
#header.panelactive #g-nav li.nav_header-logo {
  font-size: 40rem;
  font-weight: 600;
  color: #fff;
  margin: 0 15px 45px 15px;
  height: auto;
  line-height: 1.5em;
  letter-spacing: .12em;
}
#header.panelactive #g-nav li:not(.nav_header-logo) {
  margin-bottom: 45px;
}
#header.panelactive #g-nav li.nav_header-logo span {
  display: block;
}
#header.panelactive #g-nav a {
  color: #fff;
  font-size: 25rem;
  text-decoration: none;
  padding: 0 10px 5px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 10px;
  transition: all 0.5s;
}
#header.panelactive #g-nav li:not(.nav_header-logo) a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#header.panelactive #g-nav li:not(.nav_header-logo) a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#header.panelactive #g-nav li:not(.nav_header-logo):hover a:after {
  transform-origin: left top;
  transform: scale(1, 1)
}
#header .ul_header-nav-from {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#header .ul_header-nav-from li {
  border: solid 1px #363D3F;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #fff);
  text-transform: uppercase;
}
#header .ul_header-nav-from li a {
  color: #363D3F;
  position: relative;
  z-index: 1;
  width: 100%;
  text-decoration: none;
}
#header .ul_header-nav-from li:before {
  background: rgba(255, 255, 255, .5);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateY(var(--progress, -100%));
  transition: transform 0.2s ease;
}
#header .ul_header-nav-from li:hover:before {
  transform: translateY(var(--progress, 0%));
}
#header.panelactive .main-title {
  font-size: 0;
  top: 80px;
  z-index: 5;
  background: url("../img/common/text_27th-theme.png") no-repeat;
  background-size: contain;
  position: absolute;
  height: 100vh;
}
/*---footer--------------------*/
.footer_bc {
  width: 100%;
  position: relative;
  z-index: 10;
}
footer {
  /*background: linear-gradient(rgba(42, 43, 42, .66), rgba(42, 43, 42, .66)), url("../img/common/bk_ishi-black.jpg");*/
  background-color: #000f4c;
  position: relative;
  color: #fff;
}
footer .footer_wrap {
  max-width: 2000px;
  width: 95%;
  margin: auto;
  padding: 40px 10px 0px;
}
footer .footer_wrap .headline {
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 28rem;
}
footer .footer_wrap a {
  color: #fff;
  text-decoration: none;
}
footer .footer_logo {
  width: 120px;
  display: block;
  margin-bottom: 30px;
}
footer .footer_logo img {
  width: 100%;
}
#copyright {
  color: #363D3F;
  background-color: #fff;
  font-size: 0.8em;
}
/*---contents--------------------*/
.div_h1 {
  /*background: url("../img/common/bk_wadhi-white.gif")repeat;*/
  color: #000f4c;
}
.div_h1 h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-align: center;
}
.div_h1 h1 span {
  width: 100%;
  padding: 2% 20%;
  position: relative;
}
.div_h1 h1 span:before, .div_h1 h1 span:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #363D3F;
  width: 20%;
}
.div_h1 h1 span:before {
  left: 0px;
}
.div_h1 h1 span:after {
  right: 0px;
}
.contentsmain h2:not(.h2_nost) {
  margin: 0 auto 15px;
  padding: 3px 20px;
  color: #fff;
  font-size: 30rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(54, 61, 63, 1)), to(rgba(54, 61, 63, .1)));
  background-image: -webkit-linear-gradient(left, rgba(54, 61, 63, 1)-10%, rgba(54, 61, 63, .1)100%);
  background-image: linear-gradient(to right, rgba(0, 15, 76, 1)-10%, rgba(54, 61, 63, .1) 100%);
  max-width: 1200px;
  width: 100%;
}
.contentsmain h3:not(.h3_nost) {
  font-size: 25rem;
  border-bottom: solid 1px rgba(54, 61, 63, .5);
  padding: 0 0px 15px 10px;
  margin-bottom: 45px;
}

/*第28回日本IVF学会学術集会 参加登録フォーム*/
#art_period > p.timer {
  font-size: 18px;
  text-align: center;
  color: #000f4c;
  background-color: #eceded;
  padding: 5px 10px;
  margin-bottom: 20px;
}
#art_period > p.timer::before {
  display: none;
}
#art_period .personaldata dl, #art_period .personaldata dl dt, #art_period .check dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
#art_period .personaldata dl, #art_period .check dl {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
}
#art_period .personaldata dl > * {
  min-height: 85px;
  padding: 20px 0;
}
#art_period .personaldata dl dt {
  flex: 0 0 30%;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
}
#art_period .personaldata dl dt .required {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  background-color: #000f4c;
  padding: 0 10px 2px;
  border-radius: 20px;
  margin: auto 10px;
}
#art_period .personaldata dl .f_small {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
#art_period .personaldata dl dd {
  flex: 0 0 70%;
  margin: 0;
}
#art_period .personaldata dl dd input[type="text"], #art_period .personaldata dl dd input[type="tel"], #art_period .personaldata dl dd input[type="email"], #art_period .personaldata dl dd select {
  width: 100%;
  font-size: 16px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 10px 5px;
}
#art_period .personaldata dl dd input[type="tel"] {
  width: 50%;
  margin-right: 10px;
}
#art_period .personaldata dl dd input[type="radio"] {
  margin: 0 5px 0 0;
}
#art_period .personaldata dl dd input[type="radio"] + input[type="radio"] {
  margin-left: 20px;
}
#art_period .personaldata dl dd select {
  width: 30%;
  font-size: 15px;
  background-color: #fff;
}
#art_period .ul_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#art_period .ul_btn li + li, #art_period > form + form {
  margin-left: 15px;
}
#art_period .ul_btn li input[type="submit"], #art_period > form input[type="submit"] {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: .3s;
}
#art_period .ul_btn li input[name="sub_reset"], #art_period > form input[name="sub_back"] {
  color: #333f70;
  background-color: #eceded;
  border: 1px solid #eceded;
}
#art_period .ul_btn li input[name="sub_kakunin"], #art_period > form input[name="sub_send"] {
  color: #fff;
  background-color: #000f4c;
  border: 1px solid #000f4c;
}
#art_period .ul_btn li input[type="submit"]:hover, #art_period > form input[type="submit"]:hover {
  opacity: .7;
}
/*確認ページ*/
#art_period {
  text-align: center;
}
#art_period .check {
  margin-bottom: 30px;
}
#art_period .check dl > * {
  padding: 12px 0;
}
#art_period .check dl dt {
  flex: 0 0 25%;
  font-weight: 500;
}
#art_period .check dl dd {
  flex: 0 0 75%;
  margin: 0;
}
#art_period .check dl + .headline {
  font-weight: 500;
  color: #000f4c;
  background-color: #eceded;
  padding: 0 12px;
  border-left: 3px solid;
  margin-top: 40px;
  margin-bottom: 10px;
}
#art_period > form {
  display: inline-block;
}
/*完了ページ*/
#art_period .p01 {
  font-size: 18px;
  font-weight: 700;
  color: #000f4c;
}
/*受付・参加情報ページ*/
#art_period .flex, #art_period .receipt {
  max-width: 980px;
  padding: 0 2.6em;
  margin-right: auto;
  margin-left: auto;
}
#art_period .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#art_period .info {
  display: block;
  width: 65%;
  order: 2;
}
#art_period .table01 {
  border: solid 1px #CBCDD4;
  border-bottom: none;
}
#art_period .table01 th, #art_period .table01 td {
  padding: 15px 20px;
}
#art_period .table01 th, .receptionStatus .result .table01 tbody tr th {
  font-size: 15rem;
  text-align: left;
  color: #000f4c;
  background: #e5e7ed;
  border-bottom: solid 1px #CBCDD4;
  border-right: solid 1px #CBCDD4;
}
#art_period .table01 td, .receptionStatus .result .table01 tbody tr td {
  width: 35%;
  background: #fff;
  border-bottom: solid 1px #CBCDD4;
}
#art_period .qr {
  width: calc(35% - 40px);
  height: 100%;
  border: solid 1px #CBCDD4;
  padding: 20px 20px 15px;
  margin-right: 40px;
  order: 1;
}
#art_period .qr p, #art_period .receipt p {
  font-weight: 500;
}
#art_period .qr p {
  line-height: 1.6;
}
#art_period .qr p a {
  display: block;
  width: fit-content;
  margin: 10px auto 0;
}
#art_period .receipt p {
  font-size: 15rem;
  text-align: right;
}
#art_period .receipt p a, #art_period.address_name ul li input, #art_period.final_process .ul_btn li .btn_st01, #art_period.print_nameplate button {
  display: block;
  width: 200px;
  font-size: 15rem;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #000f4c;
  border-radius: 5px;
  padding: 10px 5px;
  margin: 10px auto;
  cursor: pointer;
  transition: .3s;
}
#art_period .receipt p a, #art_period.address_name ul li input {
  margin-bottom: 0;
  margin-right: 0;
}
#art_period .receipt p a:hover,#art_period.address_name ul li input:hover, #art_period.final_process .ul_btn li .btn_st01:hover {
  opacity: .7;
}
/*宛名の記入ページ*/
#art_period.address_name {
  margin-top: 65px;
}
#art_period.address_name > h3, #art_period.address_name > form, #art_period.final_process > p, #art_period.final_process > form {
  display: block;
  margin: auto;
}
#art_period.address_name > h3 {
  max-width: calc(980px - 3.4em);
}
#art_period.address_name > form, #art_period.final_process > p, #art_period.final_process > form {
  max-width: 980px;
  padding: 0 2.6em;
}
#art_period.address_name form p {
  font-size: 18rem;
}
#art_period.address_name .dl01, #art_period.address_name .dl01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#art_period.address_name .dl01 {
  margin-bottom: 30px;
}
#art_period.address_name .dl01 dt {
  justify-content: center;
  align-items: center;
  width: 15%;
  text-align: center;
  margin: 0;
}
#art_period.address_name .dl01 dt span {
  margin-top: -2px;
}
#art_period.address_name .dl01 dd {
  width: 85%;
  padding: 15px;
}
#art_period.address_name .dl01 dd input {
  max-width: fit-content;
}
#art_period.address_name .dl01 dd ul li {
  font-size: 16rem;
  margin-top: 5px;
  margin-bottom: 0;
}
#art_period.address_name ul li input {
  border: none;
}
/*受付処理ページ*/
#art_period.final_process p {
  text-align: center;
  font-size: 18rem;
}
#art_period.final_process .ul_btn li .btn_st01 {
  margin: 0;
}
#art_period.final_process .ul_btn li input[name="sub_recept_cancel"] {
  color: #fff;
}
/*印刷ページ*/
#art_period.print_nameplate {
  padding-top: 30px;
}
#art_period.print_nameplate button {
  line-height: 2em;
  border: none;
  margin-bottom: 30px;
}
#art_period.print_nameplate #pdfFrame {
  aspect-ratio: 9/10;
  width: 95%;
  margin: auto;
}
/*受付管理 ログインページ*/
#art_period.status-publish > form {
  width: 100%;
}
#art_period.status-publish .dl_form dt, #art_period.status-publish .dl_form dd {
  padding: 15px;
}
#art_period.status-publish .dl_form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e3a39;
}
#art_period.status-publish .dl_form dd > input:focus, .receptionStatus > div + div form input:focus, #art_period.address_name .dl01 dd input:focus {
  box-shadow: 0 2px 2px 1px #ccc inset;
}
#art_period.status-publish form .btn {
  display: block;
  line-height: 2em;
  background: #000f4c;
  margin: auto;
}
/*受付状況ページ*/
#art_period.status-publish > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16.5rem;
  margin: 20px 0;
}
#art_period.status-publish > .dl_form dd p {
  font-size: 22rem;
  font-weight: 500;
  font-family: "Amaranth", 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 1px;
}
#art_period.status-publish .dl_form dd p span {
  font-size: 16rem;
}
#art_period.status-publish p button {
  border: 1px solid #eceded;
  border-radius: 5px;
}
#art_period.status-publish p #rcp_logout {
  width: 150px;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.5;
  color: #5C686B;
  background-color: #eceded;
  box-shadow: 0 1px 1px #5C686B;
}
#art_period.status-publish .dl_form dd button {
  font-weight: 500;
  line-height: 1.5;
  color: #333f70;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 1px #CBCDD4;
}
.receptionStatus {
  margin-top: 100px;
}
.receptionStatus #sec_participation {
  margin-bottom: 40px;
}
.receptionStatus #art_period .dl_form {
  margin-bottom: 0;
}
.receptionStatus #art_period.status-publish .dl_form dd {
  padding-left: 25px;
}
.receptionStatus #art_period.status-publish .dl_form dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.receptionStatus #art_period.status-publish .dl_form dd button + button {
  margin-left: 10px;
  color: #5C686B;
}
.receptionStatus > div + div {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 120px;
}
.receptionStatus > div + div > div:not(.result) {
  background-color: #e5e7ed;
  padding: 20px 30px 25px;
  margin-bottom: 20px;
}
.receptionStatus > div + div form input {
  height: 50px;
  font-size: 18rem;
  padding: 15px;
  margin-top: 3px;
}
.receptionStatus div #rcp_search {
  display: block;
  width: 200px;
  font-size: 15rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #000f4c;
  border-radius: 5px;
  padding: 12px 20px;
  margin: 0 auto;
  transition: .3s;
}
.receptionStatus .result > p {
  max-width: fit-content;
  font-weight: 500;
  font-size: 14rem;
  text-align: center;
  color: #5C686B;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 0 15px;
  margin-bottom: 0;
}
.receptionStatus .result {
  margin-top: 40px;
}
.receptionStatus .result .info {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.receptionStatus .result .info + .info {
  margin-top: 60px;
}
.receptionStatus .result .personal_numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.receptionStatus .result .personal_numb {
  border-bottom: solid 1px #CBCDD4;
}
.receptionStatus .result .personal_numb p {
  margin: 0;
}
.receptionStatus .result .personal_name {
  padding: 5px 0 15px;
}
.receptionStatus .result .personal_name p {
  font-size: 18rem;
  font-weight: 700;
  margin-bottom: 8px;
}
#form.receptionStatus .result .personal_name ul li button {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 14rem;
  font-weight: 500;
  color: #000f4c;
  border-radius: 5px;
  box-shadow: 0 1px 1px #5C686B;
  padding: 5px 15px;
  margin: auto;
  transition: .3s;
}
.receptionStatus .result .table01 tbody th, .receptionStatus .result .table01 tbody td {
  padding: 8px 20px;
}
.receptionStatus .result .table01 tbody tr:first-child th, .receptionStatus .result .table01 tbody tr:first-child td {
  border-top: solid 1px #CBCDD4;
}
.receptionStatus .result .table01 tbody tr th {
  border-left: solid 1px #CBCDD4;
}
.receptionStatus .result .table01 tbody tr td {
  width: 150px;
  border-right: solid 1px #CBCDD4;
}
/*第28回日本IVF学会学術集会 参加登録フォーム*/

@media (max-width:979px) {
  #header .header_wrap {
    padding: 15px 10px 15px 10px;
  }
  #header .header_wrap .header_ivf-logo {
    padding: 5px;
    width: calc(100% - 50px);
  }
  #header .header_wrap .header_ivf-logo a, #header .header_wrap .header_ivf-logo img {
    width: 100%;
    display: block;
    margin: auto;
  }
  #header .ul_header-nav-from {
    padding: 0 5px;
    width: 100%;
    margin: 25px 0 0;
  }
  #header .ul_header-nav-from li {
    width: 49%;
  }
  #header .ul_header-nav-from li:first-of-type {
    margin-right: 2%;
  }
  #header.panelactive #g-nav {
    width: 100%;
  }
  #header.panelactive #g-nav li.nav_header-logo {
    font-size: 30rem;
  }
  #header.panelactive #g-nav li a {
    font-size: 16rem;
  }
  #header.panelactive .main-title {
    width: 50px;
    right: 10px;
  }
  footer .footer_wrap .footer_adress {
    padding-bottom: 30px;
  }
  footer .footer_wrap .footer_adress .div_adress {
    margin-bottom: 30px;
  }
  /*---contents--------------------*/
  .contentsmain {
	min-height: 285px;
    /*margin-top: 45px;*/
  }
  .div_h1 h1 {
    min-height: 80px;
    font-size: 28rem;
  }
  section.sec_con {
    width: 100%;
    margin-bottom: 90px;
  }
  article.art_con {
    width: 100%;
  }
  article.art_con {
    margin: 0 auto 20px;
  }
  .dl_news .hover-action {
    padding: 10px 0 10px;
  }
  .dl_news dt {
    margin-bottom: 0px;
  }
  .column2 {
    display: block;
  }
  .column2 > * {
    width: 100%;
    margin-bottom: 0;
  }

  /*第28回日本IVF学会学術集会 参加登録フォーム*/
  #sec_participation {
    display: inline-block;
    width: 100%;
  }
  #art_period {
    margin-bottom: 0;
  }
  #art_period > p.timer {
    font-size: 16px;
  }
  #art_period .personaldata dl dt, #art_period .personaldata dl dd, #art_period .check dl dt, #art_period .check dl dd {
    flex: 0 0 100%;
  }
  #art_period .personaldata dl > *, #art_period .check dl > * {
    min-height: auto;
    padding: 10px 0;
  }
  #art_period .personaldata dl dt {
    font-size: 15px;
    padding-bottom: 3px;
  }
  #art_period .personaldata dl dd, #art_period .check dl dd {
    padding-top: 3px;
  }
  #art_period .personaldata dl dd input[type="text"], #art_period .personaldata dl dd input[type="tel"], #art_period .personaldata dl dd input[type="email"], #art_period .personaldata dl dd select {
    font-size: 15px;
    padding: 8px 5px;
  }
  #art_period .personaldata dl dd input[type="tel"] {
    width: 100%;
    margin-right: 0;
  }
  #art_period .personaldata dl dd select {
    width: 50%;
  }
  /*確認ページ*/
  #art_period .check dl dt {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
  }
  /*受付・参加情報ページ*/
  #art_period .flex, #art_period .receipt, #art_period.address_name > h3, #art_period.address_name > form, #art_period.final_process > p, #art_period.final_process > form {
    max-width: 100%;
  }
  #art_period .flex {
    display: block;
    margin-top: auto;
  }
  #art_period .info, #art_period .qr {
    width: 100%;
  }
  #art_period .table01 {
    font-size: 15rem;
  }
  #art_period .table01 th, #art_period .table01 td {
    padding: 15px 10px;
  }
  #art_period .table01 th {
    font-size: 14rem;
  }
  #art_period .table01 td {
    width: 35%;
  }
  #art_period .qr, #art_period .receipt {
    margin-top: 20px;
  }
  #art_period .qr p, #art_period .receipt p {
    font-size: 15rem;
    text-align: center;
  }
  #art_period .receipt p a, #art_period.address_name ul li input {
    margin-right: auto;
  }
  /*宛名の記入ページ*/
  #art_period.address_name {
    margin-top: 14px;
  }
  #art_period .flex, #art_period .receipt, #art_period.address_name > form, #art_period.final_process > p, #art_period.final_process > form {
    padding: 0;
  }
  #art_period.address_name form p {
    font-size: 16rem;
  }
  #art_period.address_name .dl01 dt {
    width: 20%;
    font-size: 16rem;
  }
  #art_period.address_name .dl01 dd {
    width: 80%;
  }
  #art_period.address_name .dl01 dd ul li {
    font-size: 15rem;
  }
  /*受付処理ページ*/
  #art_period.final_process p {
    font-size: 16rem;
  }
  #art_period.final_process #form ul.ul_btn {
    margin: 20px auto;
  }
  #art_period.final_process .ul_btn li .btn_st01, #art_period.final_process .ul_btn li input[name="sub_recept_cancel"] {
    width: 130px;
  }
  /*受付管理 ログインページ*/
  #art_period.status-publish .dl_form dt, #art_period.status-publish .dl_form dd {
    padding: 10px;
  }
  /*受付状況ページ*/
  #art_period.status-publish > p {
    display: inline-block;
    text-align: left;
    margin-top: 0;
  }
  #art_period.status-publish p #rcp_logout {
    display: block;
    font-size: 13rem;
    margin: 8px 0 0 auto;
  }
  #art_period.status-publish .dl_form dd button {
    display: block;
    margin: 10px auto;
  }
  .receptionStatus {
    margin-top: 0;
  }
  .receptionStatus #sec_participation {
    margin-bottom: 50px;
  }
  .receptionStatus #art_period.status-publish .dl_form dd {
    padding: 10px 15px;
  }
  .receptionStatus #art_period.status-publish .dl_form dd p {
    display: block;
    text-align: center;
  }
  .receptionStatus #art_period.status-publish .dl_form dd button {
    width: 100%;
    max-width: 300px;
    font-size: 15rem;
  }
  .receptionStatus #art_period.status-publish .dl_form dd button + button {
    margin-left: auto;
  }
  .receptionStatus > div + div {
    margin-bottom: 90px;
  }
  .receptionStatus > div + div > div:not(.result) {
    display: block;
    padding: 20px;
  }
  .receptionStatus > div + div form {
    width: 100%;
    margin-bottom: 20px;
  }
  .receptionStatus .result .personal_numb {
    display: block;
  }
  /*第28回日本IVF学会学術集会 参加登録フォーム*/
}
@media (min-width:980px) {
  #header.panelactive #g-nav {
    min-width: 550px;
  }
  #header.panelactive .main-title {
    width: 60px;
    right: 20px;
  }
  #header .header_wrap .ul_header-nav-from {
    position: absolute;
    right: 60px;
    top: 30px;
  }
  .sp_menu {
    top: 35px;
  }
  .sp_menu.active {
    right: 30px;
  }
  #header .ul_header-nav-from {
    max-width: 350px;
  }
  #header .ul_header-nav-from li {
    width: 48%;
  }
  #header .ul_header-nav-from li:first-of-type {
    margin-right: 4%;
  }
  footer .footer_wrap .footer_adress {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 100%;
  }
  footer .footer_wrap .footer_adress .div_adress {
    margin-bottom: 1.5em;
    width: 48%;
  }
  footer .footer_wrap .footer_adress .div_adress:first-of-type {
    margin-right: 4%;
  }
  /*---contents--------------------*/
  /*.contentsmain {
    margin-top: 100px;
  }*/
  .div_h1 h1 {
    min-height: 100px;
    font-size: 40rem;
  }
  section.sec_con {
    width: 100%;
    margin-bottom: 120px;
  }
  article.art_con {
    width: 100%;
  }
  article.art_con {
    margin: 0 auto 20px;
  }
  .dl_news .hover-action {
    padding: 10px;
  }
}