h2{
    padding: 1rem 2rem 1rem 3.5rem;
    border-left: 5px solid #65C18C;
    background: #d9f1db;
    position: relative;
}
h2::before{
    content: "";
    background: url("../../../img/page/news/kokka_hand.png") left top no-repeat;
    top: 25%;
    left: 4px;
    width: 76px;
    height: 65px;
    display: flex;
    position: absolute;
    background-size: contain;
    opacity: 0.3;
}
.year{
    padding: 1rem 2rem;
    border-top: 3px dotted #65C18C;
    border-bottom: 3px dotted #65C18C;
    font-size: 20px;
}
.kokkayear{
    list-style-type: none;
    padding-left: 0px;
    width: 320px;
    margin: 0 auto;
    border: solid 1px #42C2FF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0 #42C2FF;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
}
.current a.botan{
    position: relative;
}
.kako{
    text-align: center;
}
.current a.botan::before {
    position: absolute;
    display: block;
    content: "";
    width:0px;
    height:0px;
    border-top: 8px solid transparent;
    border-right: 15px solid #42C2FF;
    border-bottom: 8px solid transparent;
    border-left: 0px solid transparent;
    right:-24px;
    top: 5px;
  }

.kokkayear ul{
    padding-left: 0;
    list-style: none;
}

.kokkayear ul li:first-child{
    padding: 5px 0;
}

.kokkayear ul li:nth-child(2){
    padding: 5px 0;
}

.kokkayear ul li:nth-child(3){
    padding: 5px 0;
}
.kokkayear ul li:nth-child(4){
    padding: 5px 0;
}

.kokkayear ul li:last-child{
    padding: 5px 0;
}

a.botan{
    margin: 0 auto;
    margin-top: 3px;
}

/* 検索ボタン */
.searchbtn{
    height: 30px;
    position: relative;
    background-color: #ffe9f1;
    border: 2px solid #FF7BA9;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    max-width: 200px;
    padding: 0.3rem;
    padding-left: 2rem;
    border-radius: 0.5em;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 6px;
    margin: 20px auto;
}

.searchbtn::before {
    content: "";
    background: url("../../../img/page/news/icon_search.png") left top no-repeat;
    position: relative;
    background-size: auto 100%;
    width: 1.3em;
    height: 1.3em;
  }

.searchtext{
    margin-left: 32px;
    display: flex;
    justify-content: center;
    color: #FF7BA9;
    font-weight: 700;
    font-size: 16px;
}

.teble{
    margin-left: 10px;
    margin-right: 10px;
}

h3.kokka{
    border-bottom: 3px solid #65C18C;
    padding-left: 4rem;
    font-size: 22px;
    position: relative;
    padding-bottom: 8px;
}
h3.kokka::before{
    content: "";
    background:url("../../../img/page/special/kangoiryo/job1.png") no-repeat;background-size: contain;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 41px;
    height: 47px;
    position: absolute;
    top: -20%;
    left: 3%;
}

h3.job1::before{background:url("../../../img/page/special/kangoiryo/job1.png") no-repeat;background-size: contain;}
h3.job2::before{background:url("../../../img/page/special/kangoiryo/job2.png") no-repeat;background-size: contain;}
h3.job3::before{background:url("../../../img/page/special/kangoiryo/job3.png") no-repeat;background-size: contain;}
h3.job4::before{background:url("../../../img/page/special/kangoiryo/job4.png") no-repeat;background-size: contain;}
h3.job5::before{background:url("../../../img/page/special/kangoiryo/job5.png") no-repeat;background-size: contain;}
h3.job6::before{background:url("../../../img/page/special/kangoiryo/job6.png") no-repeat;background-size: contain;}
h3.job7::before{background:url("../../../img/page/special/kangoiryo/job7.png") no-repeat;background-size: contain;}
h3.job8::before{background:url("../../../img/page/special/kangoiryo/job8.png") no-repeat;background-size: contain;}
h3.job9::before{background:url("../../../img/page/special/kangoiryo/job9.png") no-repeat;background-size: contain;}
h3.job10::before{background:url("../../../img/page/special/kangoiryo/job10.png") no-repeat;background-size: contain;}
h3.job11::before{background:url("../../../img/page/special/kangoiryo/job11.png") no-repeat;background-size: contain;}
h3.job12::before{background:url("../../../img/page/special/kangoiryo/job12.png") no-repeat;background-size: contain;}

table{
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 100%;
}
table td:nth-child(2){
    width: 70%;
}
table tr {
    background-color:#FFF;
  padding: .35em;
  border-bottom: 1px solid #65C18C;
  }
table th,
table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #65C18C;
    text-align: center;
}
table tbody th {
    background: #d9f1db;
    border-left: 1px solid #65C18C;
}
tbody{
    border-top: 1px solid #65C18C;
    width: 100%;
}
/* 押したとき */
.current a.botan{

}


/* pdfボタン */
.pdfbotan{
    display: flex;
    align-items: center;
    max-width: 200px;
    margin: 20px;
    padding: 0.3rem;
    padding-left: 2rem;
    border: 2px solid #65C18C;
    border-radius: 0.5em;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 6px;
    color:#595260 ;
    margin: 20px auto;
}

.pdfbotan::before{
    content: "";
    background: url("../../../img/page/news/ico_pdf.png") left top no-repeat;
    position: relative;
    background-size: auto 100%;
    width: 1.3em;
    height: 1.3em;
    
  }


.pdfbotan::after{
    content: "";
    margin: auto;
    width: 9px;    /* くの字を山なりに見た時、左側の長さ */
    height: 9px;   /* くの字を山なりに見た時、右側の長さ */
    border-top: 2px solid #595260;     /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 2px solid #595260;   /* くの字を山なりに見た時、右側の太さと色 */
    transform: rotate(45deg);
}
.pdftext{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #595260;
    font-size: 14px;
}
.successtitle{
    font-size: 20px;
    padding: 1rem 2rem;
    width: 300px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    border-radius: 50px;
    margin: 0 auto;
    color: #FF7BA9;
    font-weight: 700;
}
.kome{
    text-align: left;
}
.kangobnr img{
    width:340px ;
    text-align: center;
}
.kangobnr p{
    text-align: center;
}
/* .kangobnr{
    margin: 3rem .5rem .75rem;
} */
.kangobnr img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    width: 399px;
}
.successtitle{
    text-align: center;
    
}
.backcolor{
    background-color: #edf8ee;
    padding: 1rem 0;
}
/* アコーディオン */
.accordion-008 {
    max-width: 500px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
}

.accordion-008 .kako {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.accordion-008 .kako::-webkit-details-marker {
    display: none;
}

.accordion-008 .kako::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-008[open] .kako::after {
    transform: rotate(225deg);
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}
  
@media screen and (min-width: 768px) {
/* forpc */
    .table{
    width: 650px;
    }
    p.kaisetu{
        text-align: center;
    }
    .pagebotan{

        justify-content: center;
    }
   ul.kokkayear li{
        width: 100%;
        list-style-type: none;
        text-align: center;
    }
    .successfulcandidate{
        width: 330px;
        margin-right: 20px;
        margin: 0 auto;
    }
    .success{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    h2{
        margin-left: 30px;
        margin-right: 30px;
    }
    .year{
        width: 400px;
        margin: 0 auto;
    }
    .successtitle{
        width: 300px;
    }
    .kangobnr{
        text-align: center;
        margin-bottom: 2rem;
    }
    .kangobnr img{
        max-width: 0 auto;
        margin-top: 20px;
        width: auto;
    }
    .kangobnr p{
        text-align: center;
        font-weight: bold;
        font-size:17px ;
        margin-bottom:0.5rem;
        margin-top:2rem ;
    }
    
    ul.kokkayear li:first-child{
        padding: 15px 0;
    }

    ul.kokkayear li:nth-child(2){
        padding: 15px 0;

    }
    ul.kokkayear li:last-child{
        padding: 15px 0;
    }
    ul.kokkayear{
        width: 310px;
        padding-right: 35px;
    }
    .current a.botan{
        padding-top: 17px;
    }
    .current a.botan::before {
        top: 19px;
      }
}