div.error{
    background: #ffdee5;
    padding: 1.5em;
    margin-bottom: 20px;
}
div.error ul{
    margin: 0;
}


p + form{
    margin-top: 20px;
}



#site_index {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

#site_index form table,
#jgpp form table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
#jgpp form table{
    margin-top: 10px;
}

#site_index form table th,
#site_index table.th-left th,
#jgpp form table th{
    text-align: left;
    background-color: #F2F8FC;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 65px 20px 28px;

    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    position: relative;
    width: 26%;
    min-width: 14em;
}
#site_index form table th span{
    font-size: 80%;
    line-height: 1.3em;
    display: inline-block;
}
#site_index #vote table.th-left th{
    padding: 20px;
    min-width: 9em;
}
#site_index #change table.th-left th,
#site_index #change table.th-left td{
    padding: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    word-break: break-word;
}

#site_index #vote form table td:nth-of-type(2){
    padding-left: 0;
    text-align: right;
}

/* .site_index_confirm table th {
    padding: 0px 28px !important;
} */

[data-target="required"]::after {
    content: '必須';
    position: absolute;
    right: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    background: #002F6C;
    padding: 2px 8px;
}

/* .site_index_confirm table th::after {
    content: none !important;
} */

#site_index form table td,
#jgpp form table td{
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 28px;

    font-weight: 700;
    font-size: 16px;
    /* line-height: 4.5em; */
    color: #000000;
    width: 74%;
}
#jgpp form table td div#attendeesJapan {
  padding-left: 13em;
  display: none;
}

.site_index_confirm table td {
    padding: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
}

#site_index form table td .note{
    font-size: 90%;
    margin-top: 0.5em;
    line-height: 1.3;
}

#site_index form table td.checkbox-group:after{
    content: "";
    clear: both;
    display: block;
}

#site_index form table td.checkbox-group > label{
    margin-left: 0;
    margin-right: 20px;
}
#site_index form table td[colspan]{
    padding-bottom: 40px;
}

#jgpp form table td[colspan]{
    border: none;
    text-align: center;
    padding-top: 30px;
}


#adress_receat{
    width: 50vw;
}

/* #site_index form table label {
    margin-right: 20px;
} */

#site_index .privacy {
    background-color: #F2F8FC;
    padding: 36px 48px;
    margin-top: 36px;
}

#site_index .privacy .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 175%;
    color: #000000;
    margin-bottom: 16px;
}

#site_index .privacy .body {
    font-size: 16px;
    line-height: 175%;
    color: #000000;
}

#site_index .btn {
    margin-top: 36px;
    text-align: center;
}
#site_index td.btn{
    padding-top: 36px;
    border: none;
}

@media screen and (max-width: 767.5px) {
    #site_index td.btn{
        padding: 0 !important;
    }
    #site_index td.confirm.btn{
        padding: 0;
    }
}

#site_index #button {
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.2s;
}

.site_index_success {
    margin: 0px auto !important;
    max-width: 635px;
}


#site_index form table label{
    margin-left: 20px;
}
#site_index form table br + label{
    margin-left: 0;
}
#site_index form table label:first-child{
    margin-left: 0;
}
.radioItem {
    margin: 0 20px 0 0 !important;
}


#site_index form table td table tr{
    margin-right: 20px;
}


#home_post1,
*[name="home_post1"],
#office_post1,
#office_tel1,
#tel1,
*[name="tel1"],
#office_fax1{
    margin-right: 5px;
}
#home_post2,
*[name="home_post2"],
#office_post2,
#office_tel3,
#tel3,
*[name="tel3"],
#office_fax3{
    margin-left: 5px;
}
#office_tel2,
#tel2,
*[name="tel2"],
#office_fax2{
    margin: 0 5px;
}
#home_address1,
#home_address2,
#office_address1,
#office_address2,
*[name="home_address1"],
*[name="home_address2"]{
    margin-top: 5px;
}

.confirm.btn input {
    background-color: #285FBB;
    border: 1px solid #285FBB;
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 20px 15px;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s;
    cursor: pointer;
}

.confirm.btn input:hover{
    color: #285FBB;
    background: #fff;
}

.confirm.btn input:hover::before {
    background: url("../images/arrow_blue.svg") no-repeat center/contain;
}

.confirm.btn input#button2,
.confirm.btn input#back{
    background: #5b5b5b;
    cursor: pointer;
    border-color: #5b5b5b;
}
.confirm.btn input#button2:hover,
.confirm.btn input#back:hover{
    color: #5b5b5b;
    background: #fff;
}




.admission_success{
    background: #F2F8FC;
    padding: 1.5em;
    text-align: center;
}
.admission_success .buttons{
    margin-top: 1em;
}
.admission_success .buttons a{
    min-width: 12em;
}


/* お知らせ関連 */
#site_index #title:not(input){
    counter-increment: section;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #285FBB;
    padding-bottom: 16px;
    border-bottom: 1px solid #285FBB;
    margin-bottom: 35px;
}
#site_index .html_info p,
#site_index .html_calender p{
    margin-bottom: 1em;
}

#site_index .html_info table,
#site_index .html_info table tr,
#site_index .html_info table td,
#site_index .html_calender table,
#site_index .html_calender table tr,
#site_index .html_calender table td{
    background: none !important;
}

#site_index .html_calender *{
    font-size: revert !important;
}


/* event */
#event {
    position: relative;
}

#event .paging {
    float: right;
    display: flex;
    gap: 4px;
}
#event table + .paging {
        margin-top: 30px;
}
@media screen and (min-width: 767.5px) {
    #event table + .paging {
        float: none;
        justify-content: flex-end;
    }
}

#event .paging a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 150%;
    text-align: center;
    color: #285FBB;
    text-decoration: none;
}

#event .paging a.stay {
    background: #285FBB;
    color: #FFFFFF;
}

#event .paging a:first-child,
#event .paging a:last-child { 
    font-size: 0;
    background: #F2F8FC;
}

#event .paging a:first-child::after {
    content: '<';
    font-size: 16px;
}

#event .paging a:last-child::after {
    content: '>';
    font-size: 16px;
}

#event .paging a.none {
    display: none;
}

#event .year{
    /* display: flex;
    justify-content: flex-end; */
}
#event .lists{
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}
#event .lists tr th{
    padding: 20px 16px;
    background: #285FBB;
    color: #fff;
}
#event .lists tr td{
    padding: 24px 16px;
    line-height: 150%;
    color: #000000;
    border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 767.5px) {
    #event .lists tr td.wp-nowrap{
        width: 15em;
    }
}


.summary {
    background: #F2F8FC;
    padding: 20px 30px;
    margin-bottom: 24px;
}

.summary .text {

    line-height: 150%;
    color: #000000;
    margin-bottom: 8px;
}

.summary .caption {
    font-size: 14px;
    line-height: 175%;
    color: #000000;
}



.second_content .paging {
    float: right;
    display: flex;
    gap: 4px;
}
.second_content .paging:last-child{
    margin-top: 30px;
}

.second_content .paging a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    /* font-size: 16px; */
    line-height: 150%;
    text-align: center;
    color: #285FBB;
    text-decoration: none;
}

.second_content .paging a.stay {
    background: #285FBB;
    color: #FFFFFF;
}

.second_content .paging a:first-child,
.second_content .paging a:last-child { 
    font-size: 0;
    background: #F2F8FC;
}

.second_content .paging a:first-child::after {
    content: '<';
    font-size: 16px;
}

.second_content .paging a:last-child::after {
    content: '>';
    font-size: 16px;
}

.second_content .paging a.none {
    display: none;
}

[id^="journal_"] h2{
    counter-increment: section;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #285FBB;
    padding-bottom: 16px;
    border-bottom: 1px solid #285FBB;
    margin-bottom: 16px;
}



@media screen and (max-width: 999.5px) {
    #birth_y,
    #tel1,
    #tel2,
    #tel3,
    #office_tel1,
    #office_tel2,
    #office_tel3,
    #office_fax1,
    #office_fax2,
    #office_fax3,
    *[name="tel1"],
    *[name="tel2"],
    *[name="tel3"] {
        max-width: 5em;
    }
}


@media screen and (max-width: 767.5px) {
    #site_index {
        font-size: 14px;
    }
    #site_index form table th,
    #site_index form table td,
    #site_index table.th-left th,
    #site_index table.th-left td{
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
    }
    #site_index form table th br{
        display: none;
    }

    #site_index form table td{
        line-height: 1.3em;
        padding: 10px 5px 20px;
    }

    #site_index form table td table tbody{
        display: flex;
        flex-wrap: wrap;
    }

    #site_index form table label {   
        margin-left: 7px;
    }

    #site_index .privacy{
        padding: 15px;
    }
    #site_index .privacy .title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    #site_index .privacy .body {
        font-size: 14px;
    }

    #site_index #button {
        width: 65%;
    }
     
    .confirm.btn input{
        font-size: 16px;
        padding: 15px;
    }

    #site_index #title:not(input){
        font-size: 22px;
        margin-bottom: 20px;
    }

    #event .paging{
        float: none;
        justify-content: center;
    }
    #event .year{
        margin-top: 15px;
    }

    #event .lists tr th,
    #event .lists tr td{
        display: block;
    }
    #event .lists tr th{
        text-align: left;
        padding: 5px 15px 15px 15px;
    }
    #event .lists tr th.kaisaibi{
        padding: 15px 15px 0px 15px;
    }

    #event .lists tr td{
        padding: 0 0 20px;
    }
    #event .lists tr td.wp-nowrap{
        padding: 15px 0 7px;
        border: none;
    }


    .summary{
        padding: 15px;
    }

    [id^="journal_"] h2{
        font-size: 22px;
    }


}



/* journal_index */


.reference_area .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.reference_area .footer {
    display: flex;
    justify-content: end;
    align-items: center;
}


[id^="journal_"]{
    font-size: 16px;
}




[id^="journal_"] table {
    width: 100%;
    border-collapse: collapse;
    /* margin-bottom: 36px; */
    margin-top: 20px;
}

[id^="journal_"] table:not(:has(tbody tr)) {
    display: none;
}

[id^="journal_"] table th {
    background: #285FBB;
    padding: 20px 16px;
    font-weight: 700;

    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

[id^="journal_"] table td {
    padding: 24px 16px;

    line-height: 150%;
    color: #000000;
    border-bottom: 1px solid #E6E6E6;
}
[id^="journal_"] table.lists td.wp-nowrap{
    white-space: nowrap;
}

[id^="journal_"] table td img {
    display: inline-block;
    margin-left: 3px;
}
[id^="journal_"] table td a {
    text-decoration: none;
}

span.pdf {
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background: url("../images/icon_pdf.svg") no-repeat center center/contain;
    vertical-align: middle;
}

[id^="journal_"] .link a {

}

@media screen and (max-width: 767.5px) {
    [id^="journal_"]{
        font-size: 14px;
    }

    [id^="journal_"] table tr{
        display: flex;
        flex-wrap: wrap;
    }
    [id^="journal_"] table thead{
        background: #285FBB;
    }
    [id^="journal_"] table th{
        text-align: left;
        padding: 10px 15px 15px;
    }
    [id^="journal_"] table th:first-child{
        width: 100%;
        padding: 15px 15px 0;
    }
    [id^="journal_"] table.lists th{
        padding: 15px 15px 0;
        text-align: left;
    }
    [id^="journal_"] table.lists th.no{
        min-width: 8em;
        text-align: left;
        width: auto;
    }
    [id^="journal_"] table.lists tr th:last-child{
        width: 100%;
        padding: 10px 15px 15px 15px;
        text-align: left;
    }
    [id^="journal_"] table tbody tr{
        border-bottom: 1px solid #E6E6E6;
    }
    [id^="journal_"] table td{
        border-bottom: none;
    }

    [id^="journal_"] table td:first-child{
        padding: 18px 0 7px;
        width: 100%;
    }
    [id^="journal_"] table td:nth-of-type(n+2){
        padding: 0 30px 18px 0;
    }
    [id^="journal_"] table.lists td.wp-nowrap{
        padding: 18px 30px 7px 0;
        border: none;
        width: auto;
    }
    [id^="journal_"] table.lists td:last-child{
        padding: 0 0 18px;
        width: 100%;
    }



}



/* journal_box */
.journal_box{
    border: #ccc solid 1px;
    padding: 1.5em;
    position: relative;
}
.journal_box::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #285FBB;
    content: "";
}
.journal_box + .journal_box{
    margin-top: 1em;
}
.journal_box:last-child{
    margin-bottom: 30px;
}

.journal_box .journal_box_title{
    font-weight: bold;
    margin-bottom: 0.5em;
}
.journal_box .journal_box_vol{
    font-weight: bold;
    font-size: 90%;
    text-align: right;
    margin-top: 0.5em;
}


/* login */
#site_index #login form table th{
    padding: 20px 28px;
}
#site_index #login .btn input,
#site_index #remind .btn input{
    background-color: #285FBB;
    border: 1px solid #285FBB;
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 20px 15px;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s;
}

#site_index #login .btn input:hover,
#site_index #remind .btn input:hover{
    color: #285FBB;
    background: #fff;
}


#journal_mypage + #journal_mypage{
    margin-top: 50px;
}
#journal_mypage ul{
    padding-left: 0;
}
#journal_mypage ul > li{
    position: relative;
    list-style: none;
    padding-left: 1.3em;
}
#journal_mypage ul > li:nth-of-type(n+2){
    margin-top: 0.5em;
}
#journal_mypage ul > li:before,
#journal_mypage ul > li:after{
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 10px;
    height: 3px;
    border-radius: 9999px;
    background-color: #285fbb;
    transform-origin: calc(100% - 1.5px) 50%;
}
#journal_mypage ul > li:before {
    transform: rotate(45deg);
}
#journal_mypage ul > li:after{
    transform: rotate(-45deg);
}

#journal_mypage h3{
    font-weight: bold !important;
    font-size: 16px !important;
}

#journal_mypage table tbody th{
    text-align: left;
    color: #000;
    background: #EBF7FF;
    min-width: 10em;
}
#journal_mypage table tbody td{
    padding: 15px;
}

#journal_mypage .right {
    text-align: right;
    font-size: 90%;
    text-indent: -1em;
    padding-left: 1em;
}


@media screen and (max-width: 767.5px) {
    #journal_mypage + #journal_mypage {
        margin-top: 35px;
    }
    #journal_mypage .right {
      text-align: left;
    }

    #journal_mypage table th:first-child{
        width: auto;
        min-width: 10em;
    }
    #journal_mypage table td:last-child{
        padding-top: 10px;
    }

    #contact input[type="text"],
    #login input[type="text"],
    #login input[type="password"]{
        max-width: 81vw;
    }

    #site_index #login .btn input,
    #site_index #remind .btn input{
        font-size: 14px;
    }

     #site_index #login .mTPW{
        margin-top: 35px;
     }


}


#main{
    padding-top: 100px;
}
@media screen and (max-width: 1000px) {
    #main {
        padding-top: 75px;
    }
}


/* contact */
#contact .btnArea input,
#admission .btn input{
    background-color: #285FBB;
  border: 1px solid #285FBB;
  display: inline-block;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 20px 15px;
  text-decoration: none;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s;
  cursor: pointer;
  margin: 0 !important;
}
#contact .btnArea input:hover,
#admission .btn input:hover {
  color: #285FBB;
  background: #fff;
}
#contact .btnArea input#button2,
#admission .btn input#button2,
#change .btn input#button2{
    background: #5b5b5b;
    cursor: pointer;
    border-color: #5b5b5b;
}
#contact .btnArea input#button2:hover,
#admission .btn input#button2:hover,
#change .btn input#button2:hover{
    color: #5b5b5b;
    background: #fff;
}

@media screen and (max-width: 767.5px) {
    #admission select[name="p_name"]{
        width: 100%;
    }

    #contact .btnArea input,
    #admission .btn input{
        font-size: 14px;
    }
}

#contact .caution{
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFF;
    background: #002F6C;
    padding: 2px 8px;
    display: inline-block;
}

#contact .btnArea{
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 767.5px) {
    #site_index #contact td.btn {
        padding-top: 0;
        padding-bottom: 0;
    }
    #contact .btnArea input{
        font-size: 14px;
    }

}


#vote > p:not([class]){
    border: #D9D9D9 solid 1px;
    padding: 1.5em;
}
#vote > p:not([class]) .red{
    color: #D4143A;
}
#vote > p:empty{
    display: none;
}

#btns-vote{
    background: #F2F8FC;
    padding: 1.5em;
    margin-top: 20px;
}
#btns-vote > ul{
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
#btns-vote > ul > li{
    position: relative;
    list-style: none;
    width: 33%;
}
#btns-vote > ul > li a{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 15px;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
#btns-vote > ul > li a:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 1;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg);
}
#btns-vote > ul > li a:after {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#btns-vote > ul > li a:hover:after {
    transform: scale(1, 1);
}

#btns-vote > ul > li a.sokai{
    background-color: #285FBB;
    border: 1px solid #285FBB;
}
#btns-vote > ul > li a.sokai:hover{
    color: #285FBB;
}
#btns-vote > ul > li a.sokai:hover:before{
    border-color: #285FBB;
}

#btns-vote > ul > li a.olvote{
    background-color: #f59300;
    border: 1px solid #f59300;
}
#btns-vote > ul > li a.olvote:hover{
    color: #f59300;
}
#btns-vote > ul > li a.olvote:hover:before{
    border-color: #f59300;
}

#btns-vote > ul > li a.inin{
    background-color: #00b700;
    border: 1px solid #00b700;
}
#btns-vote > ul > li a.inin:hover{
    color: #00b700;
}
#btns-vote > ul > li a.inin:hover:before{
    border-color: #00b700;
}

#btns-vote .info{
    text-align: center;
    margin-bottom: 1em;
}




#btns-vote > ul > li a span{
    display: block;
    text-align: center;
    font-size: 80%;
}
/* #btns-vote > ul > li:before,
#btns-vote > ul > li:after{
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 10px;
    height: 3px;
    border-radius: 9999px;
    background-color: #285fbb;
    transform-origin: calc(100% - 1.5px) 50%;
}
#btns-vote > ul > li:before {
    transform: rotate(45deg);
}
#btns-vote > ul > li:after{
    transform: rotate(-45deg);
} */

#site_index #vote form table td[colspan]{
    padding-bottom: 20px;
}


#all_san,
#btn_vote,
#btn_inin,
#pw #button,
#change .btn input{
    background-color: #285FBB;
    border: 1px solid #285FBB;
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 20px 15px;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s;
    cursor: pointer;
}
#pw #button,
#change .btn input{
    width: 10em;
}
#all_san{
    padding: 5px 5px 5px 10px;
}

#all_san:hover,
#btn_vote:hover,
#btn_inin:hover,
#pw #button:hover,
#change .btn input:hover {
    color: #285FBB;
    background: #fff;
}

#vote input:disabled {
    opacity: 0.7;
    pointer-events: none;
}


#vote .dtlpdf {
    margin-top: 1.5em;
  margin-bottom: 1em;
}
#vote .dtlpdf a {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #285FBB;
	margin-bottom: 12px;
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
    text-decoration: none;
    width: fit-content;
}

#vote .dtlpdf a::after {
	display: inline-block;
	content: '';
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: url("../images/arrow_white.svg") no-repeat center/6px, #285FBB;
	margin-left: 10px;
	border: 1px solid #285FBB;
	box-sizing: border-box;
	z-index: 1;
}

#vote .dtlpdf a::before {
	background: #285FBB;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transform: scale(0, 0);
	transform-origin: center center;
	transition: transform .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: 2;
	border: 1px solid #285FBB;
	background: url("../images/arrow_blue.svg") no-repeat center/6px, #ffffff;
}

#vote .dtlpdf a:hover::before {
	transform: scale(1, 1);
}


.buttonsEnd{
    display: flex;
    justify-content: center;
}

#remind .center{
    text-align: center;
}

#inin .select{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#inin .input{
    text-align: center;
    margin-top: 20px;
}
#inin .input .mb05{
    margin-bottom: 5px;
}
#inin .input #sei,
#inin .input #mei{
    width: 150px;
}
#inin .input #sei{
    margin-right: 20px;
}

#vote .buttons,
#change .buttons{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 767.5px) {

    #btns-vote > ul{
        flex-wrap: wrap;
        gap: 10px;
    }
    #btns-vote > ul > li {
        width: 100%;
    }
    #btns-vote > ul > li a{
        font-size: 16px;
    }

    #site_index #vote form table tr{
        display: flex;
        flex-wrap: wrap;
    }
    #site_index #vote form table th{
        width: 100%;
    }
    #site_index #vote form table td:nth-of-type(1){
        width: 65%;
        padding-bottom: 20px;
    }
    #site_index #vote form table td:nth-of-type(2){
        width: 35%;
        padding-left: 0;
        text-align: right;
    }
    #site_index #vote form table td[colspan]{
        width: 100%;
    }
    #site_index #vote form table td.center{
        white-space: nowrap;
    }
    #all_san,
    #btn_vote,
    #btn_inin,
    #pw #button,
    #change .btn input{
        font-size: 16px;
        padding: 13px 8px;
    }
    #all_san{
        font-size: 14px;
    }

    #site_index #vote form table td.btn{
        padding: 0;
    }

    #inin .input #sei,
    #inin .input #mei{
        width: 100px;
    }
}



/* #mypage */
.second_content#mypage{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
}

#mypage #site_index{
    width: 100%;
}
#mypageSide{
    min-width: 235px;
    width: 25%;
    padding: 1.5em;
    background: #EBF7FF;
    height: auto;

}
@media screen and (min-width: 767.5px) {
    #mypageSide{
        position: sticky;
        top: 115px;
        left: 0;
    }
}

#mypageSide .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #285FBB;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #285FBB;
    text-align: center;
}

#mypageSide .spOuter{
    margin-top: 1.5em;
}

#mypageSide .display{
    text-align: center;
    font-weight: 700;
}

#mypageSide .buttons ul{
    padding: 0;
}
#mypageSide .buttons ul li{
    list-style: none;
}
#mypageSide .buttons ul li a{
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #FFFFFF;
    padding: 0.8em 2.5em 0.8em 0.8em;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #285FBB;
    border: 1px solid #285FBB;
    width: 100%;
    line-height: 1.3em;
}
#mypageSide .buttons ul li a::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 1;
    margin: auto;
}
#mypageSide .buttons ul li a::before {
    width: 7px;
    height: 12px;
    background: url("../images/arrow_white.svg") no-repeat center/contain;
}
#mypageSide .buttons ul li a::after{
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
#mypageSide .buttons ul li a:hover {
    color: #fff;
    color: #285FBB;
}
#mypageSide .buttons ul li a:hover::after {
    transform: scale(1, 1);
}
#mypageSide .buttons ul li a:hover::before {
    background: url("../images/arrow_blue.svg") no-repeat center/contain;
}

#mypageSide .bottom{
    text-align: center;
    font-size: 14px;
}


#change .right {
    text-align: right;
}
#change .left {
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
#change table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
}

#change .note{
    border: #D9D9D9 solid 1px;
    padding: 1.5em;
    margin-top: 30px;
}
#change .note .red{
    color: #D4143A;
}


#change .outline textarea{
    width: 100%;
    max-width: none;
    height: 200px;
}


#change.confirm .outline{
    padding: 1.5em;
    background: #EBF7FF;
}

@media screen and (max-width: 767.5px) {
    .second_content#mypage{
        flex-wrap: wrap;
    }

    #mypage #site_index{
        width: 100%;
    }

    #mypageSide{
        width: 100%;
        padding: 1em;
    }
    
    #mypageSide .display{
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    #mypageSide .buttons ul{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    #mypageSide .buttons ul li {
        width: calc(50% - 5px);
    }
    #mypageSide .buttons ul li a{
        padding: 0.8em 1.5em 0.8em 0.8em;
        height: 100%;
        display: flex;
        align-items: center;
    }
    #mypageSide .buttons ul li a::before{
        right: 7px;
    }
    #mypageSide .title{
        position: relative;
    }
    #mypageSide .title::before {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        right: 0;
        width: 12px;
        height: 17px;
        transform: rotate(90deg);
        transition: 0.3s;
        background: url("../images/arrow_blue.svg") no-repeat center/contain;
    }
    #mypageSide .title.open::before {
        transform: rotate(-90deg);
    }

    #mypageSide .spOuter{
        display: none;
    }


    #site_index #pw form table td input{
        max-width: 81vw;
    }

    #site_index #change table.th-left th,
    #site_index #change table.th-left td{
        padding: 10px 15px;
    }
    #site_index #change table.th-left td{
        padding-bottom: 20px;
    }

    #site_index #change col{
        width: 100% !important;
    }
    

}


/* Search Results */
/* #site_index.search_result{
    max-width: 700px;
    margin: 0 auto;
} */

#site_index.search_result .gsc-search-box,
#site_index.search_result .gsc-above-wrapper-area,
#site_index.search_result .gsc-wrapper{
    max-width: none;
}
#site_index.search_result .gsc-search-box{
    margin: 0 !important;
    padding: 1.5em;
    background: #F2F8FC;
}
#site_index.search_result .gsib_b{
    width: auto !important;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
}


#site_index.search_result .gsc-search-box td{
    border: none;
}
#site_index.search_result .gsc-search-box .gsc-input{
    padding: 0;
    width: 90%;
}

#site_index.search_result .gsc-input-box,
#site_index.search_result .gsc-input-box table{
    margin: 0;
}
#site_index.search_result .gsc-input-box table tr{
    position: relative;
}
#site_index.search_result .gsc-input-box table .gsib_a{
    border: none;
    width: 100%;
    padding: 1em 1em 1em 3em;
}
#site_index.search_result .gsc-input-box table .gsib_a input{
    background: none;
}

#site_index.search_result .gsc-orderby-container,
#site_index.search_result .gsc-result-info,
#site_index.search_result .gsc-webResult.gsc-result{
    padding-left: 0;
    padding-right: 0;
}

#site_index.search_result td.gsc-search-button{
    display: table-cell !important;
    width: 10%;
    padding: 0 0 0 2%;
}
#site_index.search_result button.gsc-search-button{
    background: #285FBB;
    border: none;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1em 0;
    font-size: inherit;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
}

#site_index.search_result td.gsc-clear-button{
    display: none !important;
}

#site_index.search_result .gsc-webResult-divider{
    height: 1px !important;
}


@media screen and (max-width: 767.5px) {
    #site_index.search_result .gsc-results-wrapper-visible{
        margin-top: 10px;
    }
    #site_index.search_result .gsc-search-box{
        padding: 1em;
    }
    #site_index.search_result .gsc-input-box table tr{
        margin: 0;
        width: 100%;
    }

    #site_index.search_result .gsc-search-box .gsc-input{
        width: 95%;
    }
    #site_index.search_result td.gsc-search-button{
        width: 20%;
        padding-left: 0;
    }
    /* #site_index.search_result button.gsc-search-button{
        min-width: 4em;
    } */

    #site_index.search_result .gsc-resultsbox-visible .gs-title{
        font-size: 18px !important;
    }

    #site_index.search_result .gsc-above-wrapper-area{
        display: block !important;
    }

    #site_index.search_result .gsc-result-info{
        padding: 0;
    }

}


#TB_iframeContent{
    width: 100% !important;
}

