@charset "utf-8";

/*body {
    min-height: 100%;
height: 100%;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
    position: relative;
    line-height: 30px;
    font-size: 15px;
}*/


a.modal_banner :hover img {
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);*/
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* IE 8 */
}


a.modal_banner img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/************************************************************
 * modal
 ************************************************************/
.modal {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 80%;
    /* height: 300px; */
    /* margin: -116px 0 0 -221px; */
    padding: 20px;
    color: #5cb8b7;
    text-align: center;
    border: 2px solid #5cb8b7;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 15px rgb(255 255 255 / 80%);
    font-size: clamp(10px, 2vw, 16px);
}

.modal img {
    vertical-align: bottom;
    margin: 10px 0;
}

.modal p {
    margin-bottom: 10px;
}

.modal ul {
    text-align: center;
}

.modal li {
    display: inline;
}

.modal a {
    cursor: pointer;
    color: #5cb8b7;
}

.modal a:link,
.modal a:hover,
.modal a:visited {
    color: #5cb8b7;
}

.modal a:hover {
	opacity: 0.8!important;
}

.modal .close_modal:hover {
    opacity: 1!important;
}

.modal .point {
    font-weight: bold;
}

.modal .point span {
    font-size: 130%;
    color: #ef8299;
}

.modal .modal_banner img {
    width: 100%;
    max-width: 800px;
}

.modal .close_btn {
    display: inline-block;
    background-color: #fff;
    color: #5cb8b7;
    padding: 0.5em 3em;
    border: 1px solid #5cb8b7;
    font-size: 90%;
}

.modal .close_btn:hover {
    background-color: #5cb8b7;
    color: #fff;
}



@media screen and (max-width:760px) {

    /* 画面サイズが760px以下はここを読み込む */
    body::after {}
