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


#dialogue > h2 {
    margin-top: 50px;
    font-size: 2rem;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #00344f;
    line-height: 1.5;
    font-weight: 500;
}

#dialogue > p {
    margin-top: 16px;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #55636b;
}

#dialogue > .img {
    margin-top: 40px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#dialogue > .txt {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#dialogue > .txt > h3 {
    color: #008bd5;
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 500;
}

#dialogue > .txt > dl {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    gap: 35px;
}

#dialogue > .txt > dl > div > dt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
}

#dialogue > .txt > dl > div > dt > br {
    display: none;
}

#dialogue > .txt > dl > div > dt.red {
    color: #e62a40;
}

#dialogue > .txt > dl > div > dt.blue {
    color: #008bd5;
}

#dialogue > .txt > dl > div > dd {
    width: 100%;
}

#dialogue > .txt > .img {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    color: #55636b;
}

#dialogue > .txt > .img > div:last-of-type {
    padding-top: 5px;
}

#dialogue > .txt > .img > div:only-child {
    padding-top: 0;
}

#dialogue > .txt > .img02 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    color: #55636b;
}

#dialogue > .txt > .img02 > div:first-of-type {
    display: flex;
    flex-flow: column;
    gap: 40px;
}

#dialogue > .txt > .img02 > div:first-of-type > div {
    width: 100%;
}

#dialogue > .txt > .img02 > div:last-of-type {
    padding-top: 15px;
}

#dialogue > .txt > .waku {
    background-color: #f2f9fd;
    border-radius: 15px;
    padding: 25px 0 40px;
    margin-top: 60px;
}

#dialogue > .txt > .waku > dl {
    max-width: 1100px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

#dialogue > .txt > .waku > dl > dt {
    color: #008bd5;
    font-size: 1.6rem;
    font-weight: 500;
}

#dialogue > .txt > .waku > dl > dd {
    padding-top: 10px;
}

#dialogue > .txt > .waku + .waku {
    margin-top: 10px;
}

#dialogue > .txt > .supplement {
    margin-top: 30px;
}




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


#dialogue > h2 {
    margin-top: 65px;
    font-size: 4rem;
}

#dialogue > p {
    margin-top: 50px;
}

#dialogue > .img {
    margin-top: 60px;
}

#dialogue > .txt > h3 {
    margin-top: 55px;
    font-size: 2.6rem;
}

#dialogue > .txt > dl {
    margin-top: 60px;
    gap: 50px;
}

#dialogue > .txt > dl > div {
    display: flex;
}

#dialogue > .txt > dl > div > dt {
    font-size: 1.8rem;
    width: 10em;
}

#dialogue > .txt > dl > div > dt > br {
    display: block;
}

#dialogue > .txt > .img {
    margin-top: 50px;
}

#dialogue > .txt > .img02 {
    margin-top: 50px;
}

#dialogue > .txt > .img02 > div:first-of-type {
    flex-flow: row;
}

#dialogue > .txt > .waku {
    background-color: #f2f9fd;
    border-radius: 30px;
    padding: 35px 0 40px;
    margin-top: 80px;
}

#dialogue > .txt > .waku > dl > dt {
    font-size: 2rem;
}

#dialogue > .txt > .waku > dl > dd {
    padding-top: 9px;
}

#dialogue > .txt > .supplement {
    margin-top: 35px;
}

#dialogue > .txt > .img > div:last-of-type {
    padding-top: 15px;
}


}

