@charset "utf-8";

/*モーダル選択時の背景*/
.modal_overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

/*モーダル全体の設定:モーダル背景との位置関係とか*/
.modal_display{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

.modal_adjust {
    height: 99%;
    overflow: hidden;
}

/*モーダルの見出し部分*/
.modal_display p{
    display: block;
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dashed #48d1cc;
    padding: 5px;
    margin: 20px auto 10px;
}

/*モーダルの閉じるボタン*/
.modal_display i{
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.modal_display i:hover{
    background-color: #00BCD4;
}

/*モーダルのトピックの設定*/
.modal_topic{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
}

/*モーダルトピック内部の配置、選択時の設定*/
.modal_topic label{
    display: block;
    width: 700px;
    height: 34px;
    padding: 10px;
    margin: 5px;
    background: #D8D8D8;
    color: #869198;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #869198;
    border-radius: 5px;
    cursor: pointer;
}
.modal_topic input[type ="radio"]:hover + .modal_appearance{
    background: #ffffff;
    border: 5px solid #48d1cc;
    color: #869198;
}

/*ラジオボタンを消す*/
.modal_topic input{
    display: none;
}

/*ポイント特典のモーダルデザイン1-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay1{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.modal_display1{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

/*モーダルの見出し部分*/
.modal_title1{
    display: block;
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dashed #48d1cc;
    padding: 5px;
    margin: 0 auto 10px;
    padding-top: 20px;
}

/*モーダルの閉じるボタン*/
.modal_display1 i{
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.modal_display1 i:hover{
    background-color: #00BCD4;
}

/*モーダルのトピックの設定*/
.modal_topic1{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    padding-bottom: 76px;
    -webkit-overflow-scrolling: touch;
}

/*モーダルトピック内部の配置、選択時の設定*/
.modal_topic1 label{
    display: block;
    width: 700px;
    height: 77px;
    padding: 10px;
    margin: 5px;
    background: #D8D8D8;
    color: #869198;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #869198;
    border-radius: 5px;
    cursor: pointer;
}

/*トピックにホバーしたとき*/
.modal_topic1 label:hover{
    background: #ffffff;
    border: 5px solid #48d1cc;
    color: #869198;
}

/*ラジオボタンを消す*/
.modal_topic1 input{
    display: none;
}

.modal_topic1 p{
    border-top: 3px solid #48d1cc;
    font-size: 17px;
    padding: 10px 3px;
}

/*ポイント特典のモーダルデザイン2-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

/*ポイント特典のモーダルデザイン3-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}