@charset "UTF-8";

/*ブルースカイランドリー20230906*/

/*このCSSファイルにおける、メディアクエリの分け方
※各画面サイズ共通クラス

※PC*******1081~　tablet横、PC　
※タブレット******641~1080　タブレット縦　スマホ横　及びiPad miniなど 
※スマホ縦　iphone6,7,8及び　pluse*********~414
*/

/*PC*/
@media (min-width : 1081px ) and (max-width : 1599px ){
}
/*タブレット*/
@media ( min-width : 641px ) and (max-width : 1080px ){
}
/*スマホサイズ*/
@media (max-width : 640px ){
}





/*=============================================================
chart.js drawGraph.js for bsl1
=============================================================*/

.custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.custom-radio span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.custom-radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
}

.custom-radio-input:checked ~ .custom-radio-mark {
    background-color: transparent;
    border-width: 5px;
    border-color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .custom-radio {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .custom-radio {
        font-size: 16px;
        padding-left: 35px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1025px) {
    .custom-radio {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 20px;
    }
}
