@charset "Shift_JIS";

h2 {
    margin-bottom: 18px;
}

.yuinoshimaInfo .readText{ margin: 30px 0; line-height:1.8;}

.yuinoshimaInfo .readText span {
    color: #23ab73;
    font-weight: bold;
}

.yuinoshimaInfo .readText span.strong {
    color: #e35d5e;
    font-weight: bold;
    text-decoration: underline;
}

.sickList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}

.sickList li {
    background-color: #f6fdfb;
    color: #23ab73;
    padding: 0.5em;
    font-size: 18px;
    font-weight: bold;
    width: 13%;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #23ab73;
}

.caseArea  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}

.caseArea .case {
    width: 49%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 0 1em;
    border: 1px solid #ddd;
    position: relative;
}


.case.firstChild::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #23ab73;
    position: absolute;
    top: -25px;
    right: 47px;
}


.case.lastChild::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #23ab73;
    position: absolute;
    top: -25px;
    right: 47px;
}


.caseArea .title{
    background-color: #23ab73;
    color: #fff;
    padding: 0.5em;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.caseArea .title span {
    background-color: #fff;
    color: #23ab73;
    padding: 0 1em;
    margin: 0 1em 0 0;
    border-radius: 5px;
}

.caseArea .text {
    background-color: #fff;
    margin: 0 0 0 1em;
    border-radius: 5px;
    color: #17c787;
    font-size: 16px;
    width: 70%;
}
.caseArea .textImage{ padding: 1em; display: flex; align-items: center;}

.caseArea .text p{ text-align: center;}
.caseArea .text p.firstChild::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #23ab73;
    display: block;
    margin: 10px auto;
}

.caseArea .text p.lastChild {
    color: #dd565a;
    font-weight: bold;
}
.caseArea .image{ width: 30%;}
.caseArea .image img{ width: 100%; height:auto;}


.yokoku {
    background-color: #fff28b;
    border: 1px solid #fff;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    padding: 1em 1em 2em;
    color: #55473f;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    text-align: center;
}

.yokoku .yokokuTitle {
    display: block;
    background-color: #55473f;
    width: 200px;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    margin: 0px auto 20px;
    border-radius: 5px;
    font-weight: bold;
}

.yokoku p{ font-size: 18px; line-height:2; }


.yuinoshimaNews {
    background-color: #ffffff;
    border: 5px solid #9bd3c6;
    border-radius: 0px 10px 10px 10px;
    padding: 25px;
    position: relative;
    margin: 50px auto;
    box-sizing: border-box;
}

.yuinoshimaNewsTitle {
    background-color: #9bd3c6;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 5px;
    width: 500px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -43px;
    left: -5px;
}