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

.h2_basic {
    background-image: url("../img/bg_h2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

@media screen and (max-width: 780px) {
    .h2_basic {
        background-size: auto 100%;
    }
}

.h3_detail {
    color: #0071b7;
    font-size: 145%;
    font-weight: 700;
    margin: 1em 0;
}

.image {
    /*height: 600px;*/
    object-fit: contain;
    text-align: center;
    max-width: 100%;
    /*display:inline-block !important;
	height:auto;
	max-width:100%*/
}

.text {
    margin: 2em 0;
    font-size: 92%;
    line-height: 1.5em;
}

.btnR {
    background: #0071b7;
    display: inline-block;
    color: #FFF;
    padding: 0.75em 3em;
    border-radius: 30px;
    font-size: 115%;
    font-weight: 700;
    text-decoration: none;
    margin: 2em auto;
}
.btnR:before {
    content: "";
    background: url("../../cmn/img/ico02.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.btnR:hover {
    background: #009fe8;
}

@media screen and (max-width: 800px) {
    .image {
        object-fit: contain;
    }
}

@media screen and (max-width: 480px) {
    .image {
        height: auto;
    }
    
    .image {
        display:inline-block !important;
        height:auto;
        max-width:100%
    }
    
    .btnR {
        margin-top: 1em;
    }
}