@charset "utf-8";

footer {
    background: var(--colorBg3);
    padding: 0px 15px;
}

footer nav {
    padding: 40px 0;
}

footer nav>div:not(.footer-menu) p {
    text-align: center;
}

footer nav>div:not(.footer-menu) {
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-top: 0;
}

#conference {
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 0px;
}

#conference p,
li:not(:last-of-type) {
    margin-bottom: 15px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    align-items: center;
    justify-content: center;
}
.div_topics01{
    padding:15px 15px;
    background: var(--colorBg2);
    margin: 10px auto 30px;
    border: solid 1px rgba(204, 210, 227, .5);    
}
.div_topics01 .headline{
    border-bottom: solid 1px rgba(204, 210, 227, .5);    
    padding: 0 10px 5px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #3D4E72;
}
.dl03,
.dl04 {
    display: flex;
    flex-wrap: wrap;
    justify-items: auto;
    align-items: center;
}

.dl03 dt {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.dl03 > dd {
    width:calc(80% - 7px);
    padding: 10px 15px;
}


.dl04 {
    justify-items: center;
    align-items: stretch;
}

.dl04 dt {
    background: var(--border3);
}

.dl04 dt,
.dl04 dd {
    margin-bottom: 10px;
}

.dl04 dt,
.dl04 dd {
    border: solid 1px var(--border3);
    padding: 15px;
}

#conference .link01 {
    background: var(--colorBg3);
    color: #fff;
    border: 2px solid var(--border3);
}
#conference .link01.end{
    background: #fff;
    color:#555;
    border: 2px solid #555;
    position: relative;
}
#conference .link01.end::after{
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background:#555;
    display: block;
    left: -5px;
    width: calc(100% + 10px);
}
#conference .ol01>li::before {
    border: 1px solid var(--colorBg3);
    box-shadow: 2px 2px var(--colorBg3);
}

#conference .link01:hover {
    background: #fff;
    color: var(--colorBg3);
    border: 2px solid var(--colorBg3);
}

#conference .link02 {
    color: var(--colorBg3);
    font-weight: 800;
}

#conference .link02::after {
    background: var(--colorBg3);
}

#conference .link02:hover {
    background: var(--colorBg3);
    color: #fff;
}

#conference a {
    text-decoration: none;
    transition: 0.3s;
}

#conference .link03 {
    background: var(--colorBg3);
    border: solid 1px #fff;
    color: #fff;
    border-radius: 10px;
    padding: 15px 15px 15px 45px;
    margin: 0 0 0 30px;
    position: relative;
    line-height: 1.5em;
    font-weight: 300;
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.8);
    min-width: 300px;
    min-height: 85px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#conference .link03:hover {
    opacity: .8;
}

#conference .link03:after,
#conference .link03.pdf:before,
#conference .link03.logist:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}

#conference .link03::after {
    left: -25px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: solid 3px var(--colorBg3);
    padding: 10px;
    border-radius: 30px;
}

#conference .link03.pdf:before,
#conference .link03.logist:before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 1;
}

#conference .link03.pdf:before {
    background: url(../images/conference/link03_pdf.svg)no-repeat center/contain;
}

#conference .link03.logist:before {
    background: url(../images/conference/link03_logist.svg)no-repeat center/contain;
    height: 35px;
}

/* subnavi
-------------------------------------------------------------- */
body #main #conference .subnavi {
    text-align: center;
    margin: 40px auto 45px;
}

body #main #conference .subnavi ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 1%;
    position: relative;
    z-index: 2;
}

body #main #conference .subnavi ul li a {
    color: #262626;
    position: relative;
}

body #main #conference .subnavi ul li a.point {
    color: #6CAA77;
}

body #main #conference .subnavi ul li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #6CAA77;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

body #main #conference .subnavi ul li a:hover,
body #main #conference .subnavi ul li a.point {
    color: #6CAA77;
}

body #main #conference .subnavi ul li a:hover::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}


/*#conference .header_h1 .div_h1 .h1_title,#conference .header_h1 .div_h1 .title{
    font-weight: 500;
}
#conference .header_h1,#conference .entry-header{
  background: url(../images/conference/back_header_h1-31th.jpg)no-repeat,rgba(0, 79, 163, 0.411);
  background-size: cover, 100%;
  background-position: bottom,bottom;
  justify-items: center;
  padding: 60px 0;
  width: 100%;
}    
*/
#conference .header_h1 {
    background: linear-gradient(180deg, rgb(3, 80, 254) 0%, rgba(113, 192, 233, 1) 100%);
}

#conference .header_h1.past {
    background: url(../images/common/maining05_in_2.jpg) no-repeat left 0 top -100px / cover;
}
#conference [class="header_h1"]{
  background:#3D4E72;
  justify-items: center;
  padding: 60px 0;
}
#conference [class="header_h1"] .div_h1,main > .div_h1{
    background: #14263D;
    color: #fff;
    padding: 30px 10px;
  justify-items: center;
  width: 100%;
}
/*****************第31回大会*************************/
#conference .header_h1.design-31{
    position: relative; 
    background: linear-gradient(180deg, rgb(3, 80, 254) 0%, rgba(113, 192, 233, 1) 100%);
}
#conference .header_h1.design-31 .div_bird-parts img {
    position: absolute;
    z-index: -1;
}
#conference .header_h1.design-31 .div_bird-parts img.bird_right {
    top: 10px;
    width: 15%;
    left: 10px;
}
#conference .header_h1.design-31 .div_h1 {
    max-width: 1000px;
}
#conference .header_h1.design-31 .div_bird-parts img.bird_left {
    top: 80px;
    width: 10%;
    right: 10px;
}
#conference .header_h1.design-31 .div_bird-parts img.bird_center {
    bottom: 20px;
    width: 18%;
    left: 50%;
}
/*****************第31回大会*************************/
#conference .header_h1 .div_h1,main > .div_h1{
    /*background: url(../images/conference/back_header_h1-bird.jpg)no-repeat,rgba(0, 79, 163, 0.411);*/
    text-shadow: 2px 2px 10px rgba(20, 38, 61, 0.5),
        -2px 2px 10px rgba(20, 38, 61, 0.5),
        2px -2px 10px rgba(20, 38, 61, 0.5),
        -2px -2px 10px rgba(20, 38, 61, 0.5);
    position: relative;
    z-index: 1;
    background-size: cover, 100%;
    background-position: bottom, bottom;
    color: #fff;
    padding: 30px 10px;
    width: 100%;
    margin: auto;
}

#conference [class="header_h1"] .div_h1 .h1_title,#conference [class="header_h1"] .div_h1 .title,#conference [class="header_h1"] .div_h1 .dl03,#conference .header_h1 .div_h1 .h1_title,
main > .div_h1 .entry-title{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
#conference .header_h1 .div_h1 .h1_title{
    line-height: 1.5em;
}

#conference .header_h1 .div_h1 .h1_title,
#conference .header_h1 .div_h1 .title,
main > .div_h1 .entry-title{
    font-size: clamp(28px, 26.592px + 0.376vw, 32px);
    margin-bottom: 15px;
}
main > .div_h1 h1{
    margin-bottom: 0px;
}

#conference .header_h1 .div_h1 .dl03 dt {
    border: solid 1px #fff;
}

#conference .header_h1 .ul_notice01 li,
#conference .header_h1 .ul_notice01 li:before {
    color: #fff;
}

#conference .header_h1 .ul_notice01 li .red {
    color: gold !important;
}
#conference .pastmenu{
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto auto 50px;
    padding: 0 10px;
}
#conference .nav-links{
    background: var(--colorBg1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3px;
}
#conference .nav-links .page-numbers{
    padding: 5px 15px;
}
#conference .pastmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    background: var(--colorBg1);
    padding: 20px 20px 15px;
    justify-content: left;
    padding: 10px 15px 10px;
    border-bottom: solid 1px #262626;
    border-top: solid 1px #262626;    
}

#conference section {
    margin-bottom: clamp(60px, 38.873px + 5.634vw, 120px);
}

#conference section article {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto auto 50px;
    padding: 0 10px;
}

#conference section h2 {
    border-bottom: solid 1px rgba(204, 210, 227, .5);
    padding: 10px 10px;
    font-family: var(--min-font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--h3-font-size);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    font-size: clamp(1.375rem, 1.243rem + 0.563vw, 1.75rem);
    font-weight: 500;
}

/*
#conference section h2{
    text-align: center;
font-size: clamp(1.375rem, 1.243rem + 0.563vw, 1.75rem);
font-weight: 500;
    margin-bottom: clamp(30px, 26.479px + 0.939vw, 40px);
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
#conference section h2::before{
    content: "";
    background: url(../images/conference/h2-conference.svg)no-repeat,center bottom;
    background-size: contain;
    width: 120px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}*/
#conference section .div_h3 h3 {
    border-bottom: solid var(--colorBg3) 1px;
    padding: 0 10px 10px;
    color: var(--colorBg3);
    font-size: clamp(16px, 15.296px + 0.188vw, 18px);
    margin-bottom: 30px;
    background: none !important;
    border-left: none !important;
}

#conference .sec_time .dl_time {
    align-items: center;
}

#conference .sec_time .dl_time dt {
    width: 180px;
    padding: 5px;
    border: solid 2px var(--border3);
    text-align: center;
    margin-right: 20px;
}

#conference .sec_time .dl_time dd {
    font-weight: 800;
    font-size: 20px;
    width: calc(100% - 200px)
}

#conference .sec_time .dl_time dt:not(:last-of-type),
#conference .sec_time .dl_time dd:not(:last-of-type) {
    margin-bottom: 15px;
}

#conference .art_kaicho-name .name {
    font-size: clamp(1.125rem, 1.037rem + 0.376vw, 1.375rem);
    text-align: center;

}

#conference .art_kaicho-name .name .prof {
    font-size: .8em;
}

#conference .art_kaicho-messege h3 {
    font-size: clamp(1.375rem, 1.243rem + 0.563vw, 1.75rem);
    font-weight: 500;
    margin-bottom: 15px;
}

#conference .art_kaicho-messege .name-messege {
    text-align: right;
    margin-top: 45px;
}

#conference .art_embryologist .div_h3 {
    margin-top: 45px;
}

#conference .sec_program {
    background: var(--border3);
    padding: 45px 10px;
}

#conference .sec_program {
    text-align: center;
    border-bottom: none;
}

#conference .sec_program .im_program {
    max-width: 450px;
    width: 100%;
    display: block;
    margin: 0 auto 45px;
}

#conference .sec_program .link03 {
    max-width: 350px;
}

#conference .sec_newslist .art_newslist dl dd a {
    text-decoration: underline;
}
#conference .art_access-info .dl04 dt{
    margin-bottom: 0;
    text-align: left;
}
#conference .art_access-info .dl04 dt,#conference .art_access-info .dl04 dd{
    width: 100%;
}
@media screen and (max-width: 64.4em) {

    .dl04 dt,
    .dl04 dd {
        width: 100%;
    }

    .dl04 dt {
        margin-bottom: 0;
    }
#conference .pastmenu ul li{
        width: calc(100% / 3);
        font-size: 12px;
        max-width: none;
        text-align: left;
        margin: 0 0 5px;
}
    #conference .sec_conference-past .art_past-con .table02 dl dt  {
    width: 65px;
    padding: 1px 3px;
}
    #conference .sec_conference-past .art_past-con .table02 dl dd  {
    margin-left: 70px;
    margin-bottom: 5px;
}
}

@media screen and (max-width: 34.4em) {
    .dl03 dd:not(:last-of-type) {
        margin-bottom: 15px;
    }
#conference .link03 {
    padding: 10px 15px 10px 35px;
    margin: 0 0 0 25px;
    min-width: 230px;
    min-height: 65px;
}
#conference .link03:not(:last-child){
    margin-bottom: 15px;
}
#conference .link03::after {
    width: 20px;
    height: 20px;
    border-radius: 25px;
}

#conference .link03.pdf:before,
#conference .link03.logist:before {
    width: 25px;
    height: 25px;
    left: -15px;
}
    #conference .header_h1 .div_h1 .dl03 dt,
    #conference .header_h1 .div_h1 .dl03 dd {
        width: 100%;
    }

    #conference .header_h1 .div_h1 .dl03 dt,
    #conference .header_h1 .div_h1 .dl03 dd {
        width: 100%;
    }

    #conference .header_h1 .div_h1 .dl03 dd {
        margin-bottom: 0px;
    }
/*****************第31回大会*************************/
    #conference .header_h1.design-31  .div_bird-parts img.bird_right {
        width: 25%;
    }

    #conference .header_h1.design-31  .div_bird-parts img.bird_left {
        width: 20%;
    }

    #conference .header_h1.design-31  .div_bird-parts img.bird_center {
        width: 32%;

    }
/*****************第31回大会*************************/
}

@media screen and (min-width: 64.5em) {

    .dl03 dt:not(:last-of-type),
    .dl03 dd:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .dl04 dt {
        width: 180px;
        text-align: center;

    }

    .dl04>dd {
        width: calc(100% - 180px);
        margin-left: 0;
    }
#conference .pastmenu ul li{
            width: calc(100% / 7);
            max-width: none;
            text-align: left;
            margin: 0 0 10px;
}
    #conference .sec_newslist .art_newslist dl dt {
        margin-right: 30px;
    }

    #conference .sec_newslist .art_newslist dl dt {
        width: 20%;
        max-width: 110px;
    }

    #conference .sec_newslist .art_newslist dl dd {
        width: 80%;
        min-width: calc(100% - 140px);
    }

    #conference .div_footer_sponsor .ul_link {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
        #past .page .table02 dl dt {
            width: 125px;
            padding: 1px 5px;
        }
    #conference .sec_conference-past .art_past-con .table02 dl dt {
            width: 130px;
            padding: 1px 5px;
        }
    #conference .sec_conference-past .art_past-con .table02 dl dd {
            min-height: auto;
            margin-left: 145px;
            margin-bottom: 10px;
        }
}

/* embryologist
-------------------------------------------------------------- */
#conference .entry-content {
    margin-top: 45px;
}

#conference .div_h3 h3 {
    border-left: 5px solid #325A8C;
}

#conference .entry-content .table01,
.table02 {
    border: 3px double var(--border2);
}

#conference .entry-content .table01 .page-template-page-entry_taikai .table01 th:first-child,
.page-template-page-entry_taikai .table01 th:nth-child(3) {
    width: 10%;
}
.entry-content #form .div_infoend{
    position: relative;
    margin-bottom: 0;
}
.entry-content #form .div_infoend::after{
    content: "";
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.entry-content #form .div_infoend > p{
    position: absolute; /* 親要素 .table-container を基準に配置 */
    top: 50%; /* 親要素の上端から50%の位置 */
    left: 50%; /* 親要素の左端から50%の位置 */
    transform: translate(-50%, -50%); /* 要素自体の中心を合わせるための移動 */
    /* テキストのスタイル設定 */
    background-color: rgba(255, 0, 0, 0.7); /* 背景色と透明度 */
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    z-index: 10; /* 他の要素より前面に表示 */
}
/* #conference .div_footer_sponsor
-------------------------------------------------------------- */
#conference .div_footer_sponsor {
    background: var(--colorBg3);
    border-bottom: 1px #555 solid;
    padding: 45px 10px;
}

#conference .div_footer_sponsor .ul_link {
    width: 100%;
    max-width: 1000px;
    margin: auto !important;

}

#conference .div_footer_sponsor a {
    border: 1px solid #fff;
    transition: .5s;
    aspect-ratio: 5 / 2;
    display: inline-block;
}

#conference .div_footer_sponsor a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#conference .div_footer_sponsor .text_info{
    width: 100%;
    max-width: 1000px;
    margin:15px auto 0;
    color: #CBCDD4;
    font-size: 12px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    #conference .div_footer_sponsor .ul_link {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 599px) {
    #conference .div_footer_sponsor .ul_link {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}
#conference .sec_conference-past .art_past-con .table02{
margin: 0 0 30px;
}
#conference .sec_conference-past .art_past-con .table02 td{
    padding: 10px;
}
#conference .sec_conference-past .art_past-con .table02 th {
    width: 30%;
    min-width: 75px;
    font-size: 13px;
}
#conference .sec_conference-past .art_past-con  .luminous {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

/*****************申し込みフォーム*************************/
#conference .entry-content #form h4{
    background: var(--border1);
    padding: 5px 10px;
    color:#262626;
    font-weight: 500;
    margin-top: 30px;
}
#conference .entry-content #form .spna_required{
    color: #fff;
    font-size: 12px;
    background: var(--primary);
    padding: 2px 7px;
    margin: 0 10px;
    font-weight: bold;
    vertical-align: top;
    border-radius: 10px;
}
#conference .entry-content #form .span_end{
    color: #fff;
    font-size: 14px;
    background:#AD4538;
    padding: 2px 7px;
    margin: 0 10px;
    font-weight: bold;
    vertical-align: top;
    border-radius: 5px;
}
#conference .entry-content #form h4.h4_st02{
     background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
#conference .entry-content #form dt{
    font-size: 16px;
    font-weight: 600;
}
#conference .entry-content #form h4::before,#conference .entry-content #form h4::after{
    display: none;
}
#conference .entry-content #form .headline{
    font-weight: 800;
    border-bottom: solid 2px var(--border1);
    padding: 0 5px 3px;
    margin-bottom: 10px;
    display: block;
}
#conference .entry-content #form .div_topics01 .link01{
    margin: auto;
    display: block;
    width: 200px;
}
#conference .entry-content #form .dl04 dt{
    width: 100%;
    margin: 0;
}
#conference .entry-content #form .dl04 dd{
    width:100%;
}
#conference .dl_workshop{
    background:#ecebea;
    padding: 15px;
    margin: 15px auto;
    border-radius: 15px;
}

#conference .dl_workshop .div_select {
    position: relative;
    display: inline-block;
}
#conference .dl_workshop .div_select::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgb(51, 51, 80) transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
#conference .dl_workshop .div_select select{
    background: #fff;
}
#conference .table03 tbody td{
    background: #fff;
}
/*受付・参加情報ページ*/
#art_period .flex, #art_period .receipt,#art_period.address_name,#art_period{
max-width: 1000px;
width: 100%;

  margin:45px auto 50px;
}
#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;
  width: 100%;
}
#art_period .table01 th, #art_period .table01 td {
  padding: 15px 20px;
}
#art_period .table01 th, .receptionStatus .result .table01 tbody tr th {
  text-align: left;
  color: var(--colorBg3);
  background: #e5e7ed;
  border-bottom: solid 1px #CBCDD4;
  border-right: solid 1px #CBCDD4;
}
#art_period .table01 td, .receptionStatus .result .table01 tbody tr td {
  width:60%;
  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 div.link-info{
    margin-bottom: 30px;
}
#art_period div.link-info a{
    display: inline;
    word-break: break-word;
    font-weight: bold;
    padding: 10px 40px;
    background: #CBCDD4;
    border: solid 2px #000f4c;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
}
#art_period div.link-info a::before{
    top: 18px;
    left: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
width: 5px;
    height: 5px;
    z-index: 2;
            content: '';
    display: block;
    position: absolute;
}
#art_period div.link-info a::after{
    width: 16px;
    height: 16px;
    top: 13px;
    left: 17px;
    background: var(--colorBg3);
    border-radius: 100%;
        content: '';
    display: block;
    position: absolute;
}
#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{
    background: #CBCDD4;
    padding: 15px;
    width: 90%;
}
#art_period .receipt p {
  font-size: 15px;
  text-align: center;
}
#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,#art_period .receipt .ul_receipt-link li a{
  display: block;
  width: 200px;
  font-size: 15px;
  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 .ul_receipt-link{
    max-width: 490px;
    width: 100%;
    display: flex;
    justify-items: stretch;
    margin:15px auto;
}
#art_period .receipt .ul_receipt-link li.link-info{
    margin-left: 10px;
}
#art_period .receipt .ul_receipt-link li a{
    margin: 0;
}
#art_period .receipt .ul_receipt-link li.link-info br{
    display: none;
}
#art_period .receipt .ul_receipt-link li.link-info a {
  background-color: #AD4538;
  width: 280px;
}
#art_period .receipt p a, #art_period.address_name ul li input,#art_period .receipt .ul_receipt-link li a{
  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,#art_period .receipt .ul_receipt-link li a:hover{
  opacity: .7;
}
/*宛名の記入ページ*/

#art_period.address_name > h3 {
      border-bottom: solid var(--colorBg3) 1px;
    padding: 0 10px 10px;
    color: var(--colorBg3);
    font-size: clamp(16px, 15.296px + 0.188vw, 18px);
    margin-bottom: 30px;
}

#art_period.address_name form p {
  font-size: 18px;
}
#art_period.address_name .dl01 {
  margin-bottom: 30px;
}
#art_period.address_name .dl01 dt {
float: none;
 background: var(--border3);
  text-align: center;
  margin: 0;
}
#art_period.address_name .dl01 dt span {
  margin-top: -2px;
}
#art_period.address_name .dl01 dt,#art_period.address_name .dl01 dd{
    border: solid 1px var(--border3);
    padding: 15px;
    width: 100%;
    width: 100%;
    margin-left: 0px;
}
#art_period.address_name .dl01 dd input {
  max-width: fit-content;
}
#art_period.address_name .dl01 dd ul li {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}
#art_period.address_name ul li input {
  border: none;

}

@media screen and (max-width: 64.4em) {
  /*受付・参加情報ページ*/
  #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;
  }
  #art_period .info, #art_period .qr {
    width: 100%;
  }
  #art_period .table01 {
    font-size: 15px;
  }
  #art_period .table01 th, #art_period .table01 td {
    padding: 15px 10px;
    display: block;
  }
  #art_period .table01 th {
    font-size: 14px;
  }
  #art_period .table01 td,#art_period .table01 th {
    width: 100%;
  }
  #art_period .qr, #art_period .receipt {
    margin-top: 20px;
  }
  #art_period .qr p, #art_period .receipt p {
    font-size: 15px;
    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,#art_period.address_name {
  padding: 0 2.6em;
  }
  #art_period.address_name form p {
    font-size: 16px;
  }
  #art_period.address_name .dl01 dd ul li {
    font-size: 15px;
  }
  #art_period .receipt{

    padding: 15px;
}
  #art_period .receipt .ul_receipt-link{
    display: block;
    margin-top: 30px;
  }
  #art_period .receipt .ul_receipt-link li{
        display: flex;
        justify-content: center;
        width: 100%;
  }
#art_period .receipt .ul_receipt-link li.link-info{
    margin-left: 0px;
}
}
/****確認画面***/
.entry-content #form .check dl:not(.dl_from){
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;

}
.entry-content #form .check dl:not(.dl_from) dt,.entry-content #form .check dl:not(.dl_from) dd{
    margin:0 0 3px !important;
}
.entry-content #form .check dl:not(.dl_from) dt{
background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding: 15px;
    width: 20%;
}
.entry-content #form .check dl:not(.dl_from) dd{
    border: solid 1px var(--border3);
    padding: 15px;
    width: calc(100% - 20%);
    float: none;
}
.entry-content #form .send{
display:  flex;
justify-content: center;
align-items: center;
margin-bottom: 15px;
} 
.entry-content #form .send input{
    max-width:450px;
    width: 90%;
}
.entry-content #form .send input[name="sub_back"]{
    background: #CBCDD4;
}
/****受付管理画面***/
#art_period{
    margin-top: 30px;
}
#art_period h2 {
    border-left: 5px solid #325A8C;
    font-size: 20px;
    margin: 0 0 25px 0px;
    background: var(--colorBg1);
    padding: 8px 10px;
  }
/*受付管理 ログインページ*/
#art_period.status-publish > form {
  width: 100%;
}
#art_period .dl_form{
    margin-bottom: 30px;
}
#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:#14263D;
  color: #fff;
}
#art_period .dl_form dd {
    background: #F4F4F4;
    margin: 0 0 1px;
    padding: 10px;
}
#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;
  color: #fff;
  margin: auto;
}
.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 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: 18px;
  padding: 15px;
  margin:3px 0 15px ;
}
.receptionStatus div #rcp_search {
  display: block;
  width: 200px;
  font-size: 15px;
  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: 14px;
  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: 980px;
  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: 18px;
  font-weight: 700;
  margin-bottom:15px;
}
#form.receptionStatus .result .personal_name ul li button {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-weight: 500;
  color: #000f4c;
  border-radius: 5px;
  box-shadow: 0 1px 1px #5C686B;
  padding: 5px 15px;
  margin: auto;
  transition: .3s;
}
#form.receptionStatus .result .personal_name .button_cancel button{
    background: #AD4538;
    color: #fff;
}
.receptionStatus .result .table01{
    width: 100%;
    max-width: 780px;
    margin: auto;
}
.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;
}
@media (min-width:980px){
#art_period.status-publish > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#art_period .p01{
text-align: center;
}
#art_period .dl_form{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: stretch;
}
#art_period .dl_form dt{
width: 250px;
border-right: 1px solid #fff;
}
#art_period .dl_form dd{
width: calc(100% - 250px);
}
#art_period .dl_form dt,#art_period .dl_form dd{
border-bottom: solid 1px #fff;
}
.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 .result .table01 th{
    width: 100px;
}
}
@media (max-width:979px){
#art_period .dl_form dt{
width: 100%;
}
#art_period .dl_form dt,#art_period.status-publish .dl_form dt{
    margin-bottom: 15px;
}
.receptionStatus .result .table01,.receptionStatus .result .table01 th,.receptionStatus .result .table01 td,.receptionStatus .result .table01 tbody,.receptionStatus .result .table01 tr{
    display: block;
    width: 100% !important;
}
}
