@charset "utf-8";
    .newsTextArea #ez-toc-container {
        display: none !important;
    }
    .clear {
        clear: both !important;
    }
.aligncenter {
    text-align: center !important;
}
@media screen and (max-width:767px) {
    .otherSmallTitle {
        font-size: clamp(12px, 2vw, 13px) !important;
        text-align: center;
        color: #8B8B8B;
        display: block;
        margin-bottom: 5px;
    }

    .noheight {
        line-height: 1.5 !important;
    }
    .newsTextArea {
        width: 95%;
        margin: 0 auto 50px auto;
    }
    .newsDateOther {
        width: 95%;
        margin: 0 auto;
        font-size: clamp(14px, 4vw, 16px) !important;
        color: #8B8B8B;
    }

    .newsTextArea h2 {
        width: 100%;
        font-size: clamp(20px, 5.5vw, 24px) !important;
        margin: 30px auto 0px auto;
        clear: both;
        /* padding-bottom: 5px;
        border-bottom: solid 1px #9D9D9D; */
    }

    .newsTextArea h3 {
        width: 100%;
        font-size: clamp(18px, 5vw, 22px) !important;
        margin: 30px auto 0px auto;
        clear: both;
        /* padding-bottom: 5px;
        border-bottom: solid 1px #9D9D9D; */
    }

    .newsTextArea h4 {
        width: 100%;
        font-size: clamp(16px, 4.5vw, 20px) !important;
        margin: 30px auto 0px auto;
        clear: both;
        /* padding-bottom: 5px;
        border-bottom: solid 1px #9D9D9D; */
    }

    .newsTextArea p {
        font-size: clamp(16px, 2.8vw, 18px);
        margin-top: 30px;
        /* line-height: 1.8;
        margin: 40px 0px 0px 0px; */
    }

    .newsTextArea img {
        width: 100%;
    }
    .newsTextArea p img {
        margin-bottom: 30px;
    }
    .newsTextArea table {
        border: none;
        margin-top: 30px;
    }
    .newsTextArea table td {
        width: 100% !important;
        display: block;
        font-size: clamp(16px, 2.5vw, 18px);
    }
    .newsTextArea table td img {
        width: 100%;
        max-width: 100% !important;
        margin-top: 40px;
    }

    .alignleft {
        margin: 0px 0px 0px 0px;
    }

    .alignright {
        margin: 0px 0px 0px 0px;
    }

    .newsButton01 {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        /* width: 50%; */
        max-width: 250px;
        justify-content: center;
        padding: 10px 0px 10px 0px;
        background-color: #eb5e01;
        overflow-wrap: break-word;
        color: #fff;
        border-radius: 30px;
        font-size: clamp(16px, 2.5vw, 18px) !important;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .arrow {
        position: relative;
        display: inline-block;
        padding: 10px;
    }

    .arrow::before {
        content: '';
        width: 12px;
        height: 12px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        position: absolute;
        left: 60px;
        top: 5px;
        transform: translateX(0) rotate(45deg);
        /* 先に移動、後に回転 */
        transition: transform 0.3s ease;
    }

    /* .newsButton01:hover .arrow::before {
        transform: translateX(5px) rotate(45deg);
    } */

    .arrow.arrow-right::before {
        transform: rotate(45deg);
    }
}

@media screen and (min-width:768px) {
    .otherSmallTitle {
        font-size: clamp(16px, 3.8vw, 18px);
        text-align: center;
        color: #8B8B8B;
        display: block;
    }

    .noheight {
        line-height: 1.5 !important;
    }
    .newsTextArea {
        width: 100%;
        margin: 0 auto;
    }

    .newsDateOther {
        font-size: clamp(16px, 3.8vw, 18px);
        color: #8B8B8B;
    }

    .newsTextArea h2 {
        width: 100%;
        font-size: clamp(28px, 3.5vw, 32px) !important;
        margin: 0px auto 0px auto;
        clear: both;
        padding-top: 40px;
        /* padding-bottom: 5px;
        border-bottom: solid 1px #9D9D9D; */
    }

    .newsTextArea h3 {
        width: 100%;
        font-size: clamp(24px, 3vw, 28px) !important;
        margin: 0px auto 0px auto;
        clear: both;
        padding-top: 40px;
        /* padding-bottom: 5px;
        border-bottom: solid 1px #9D9D9D; */
    }

    .newsTextArea h4 {
        width: 100%;
        font-size: clamp(22px, 2.5vw, 24px) !important;
        margin: 0px auto 0px auto;
        clear: both;
        padding-top: 40px;
        /* padding-bottom: 5px;
        border-bottom: solid 1px #9D9D9D; */
    }

    .newsTextArea p {
        font-size: clamp(16px, 2.5vw, 18px);
        padding-top: 40px;
        clear: both;
        /* line-height: 1.8;
        margin: 40px 0px 0px 0px; */
    }

    .newsTextArea img {
        width: auto;
        max-width: 40%;
    }
    .newsTextArea table {
        border: none;
        margin-top: 40px;
    }
    .newsTextArea table td {
        vertical-align: top !important;
        font-size: clamp(16px, 2.5vw, 18px);
    }
    .newsTextArea table td img {
        max-width: 100% !important;
    }

    .alignleft {
        float: left;
        margin: 0px 40px 1em 0;
    }

    .alignright {
        float: right;
        margin: 0px 0 1em 40px;
    }

    .newsButton01 {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        width: 30%;
        max-width: 250px;
        justify-content: center;
        padding: 10px 0px 10px 0px;
        background-color: #eb5e01;
        overflow-wrap: break-word;
        color: #fff;
        border-radius: 30px;
        font-size: clamp(16px, 4.5vw, 20px) !important;
        margin-top: 40px;
    }

    .arrow {
        position: relative;
        display: inline-block;
        padding: 10px;
    }

    .arrow::before {
        content: '';
        width: 12px;
        height: 12px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        position: absolute;
        left: 50px;
        top: 5px;
        transform: translateX(0) rotate(45deg);
        /* 先に移動、後に回転 */
        transition: transform 0.3s ease;
    }

    .newsButton01:hover .arrow::before {
        transform: translateX(5px) rotate(45deg);
        /* 真横に5pxずらす */
    }

    .arrow.arrow-right::before {
        transform: rotate(45deg);
    }
    .newsTextArea div {
        height: 0px !important;
    }
    .aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.alignright {
	margin-top: 0;
    margin-left: 40px !important;
}
.alignleft {

	text-align: left;
    margin-right: 40px !important;
}

}
    .newsTextArea img.aligncenter {
        width: auto;
        display: block;
        text-align: center !important;
    }
