@charset "utf-8";
/* CSS Document */

#tablink {
	background-color: #faf9f7;
}

#tablink > dl {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: column;
    gap: 15px;
    padding: 20px 0;
}

#tablink > dl > div {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

#tablink > dl > div > dt {
    width: 12em;
    font-size: 1.6rem;
    color: #008bd5;
}

#tablink > dl > div > dd {
    position: relative;
    border: solid #d8d8d8 1px;
    padding: 5px 0;
    height: calc(1em + 35px);
    overflow: hidden;
    background-color: #ffffff;
}

#tablink > dl > div > dd.active {
    height: auto;
}

#tablink > dl > div > dd > div {
    padding: 5px 15px;
    background-image: url(../../images/skjyaji02b.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 20px;
}

#tablink > dl > div > dd a {
    min-width: 120px;
    display: flex;
    flex-flow: column;
    padding: 5px 15px;
}


#case > .txt {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    color: #55636b;
}

#case > .case_txt {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    gap: 30px;
}

#case > .case_txt > * {
    display: flex;
    flex-flow: column;
    width: 100%;
}

#case > .case_txt > * > .img {
    aspect-ratio: 1 / 1;
}

#case > .case_txt > * > .img img {
    aspect-ratio: 1 / 1;
    border: solid 1px #d8d8d8;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

#case > .case_txt > * > .img img {
    aspect-ratio: 1 / 1;
    border: solid 1px #d8d8d8;
    border-radius: 15px;
    object-fit: contain;
    object-position: center;
}

#safety_case #case > .case_txt > * > .img img {
    object-fit: cover;
}

#case > .case_txt > * > .category {
    margin-top: 20px;
}

#case > .case_txt > * > .mds {
    font-size: 1.8rem;
    margin-top: 5px;
}



/***********************************************************/
@media only screen and (min-width:768px) {


#tablink > dl {
    gap: 40px;
    padding: 40px 0;
}

#tablink > dl > div {
    flex-flow: row;
    gap: 0;
}

#tablink > dl > div > dd > div {
    display: none;
}

#tablink > dl > div > dd {
    width: calc(100% - 12em);
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    height: auto;
    background-color: transparent;
}

#tablink > dl > div > dd a {
    height: 30px;
    background-color: #008bd5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
}

#tablink > dl > div:last-child > dd a {
    background-color: #ffffff;
    color: #008bd5;
    border: solid 1px #008bd5;
}

#case > .txt {
    margin-top: 40px;
}

#case > .case_txt {
    gap: 45px;
    margin-top: 50px;
}

#case > .case_txt > * {
    width: calc((100% - 90px) / 3);
}

#case > .case_txt > * > .mds {
    font-size: 2.2rem;
    margin-top: 15px;
}

#case > .case_txt > * > .img img {
    border-radius: 20px;
}

#case > .case_txt + #page_turn {
    margin-top: 60px;
}




}




/***********************************************************/
@media only screen and (min-width:1200px) {




}

