/*
Max Width：
ビューエリアの最大幅。このサイズより小さい場合に適用
Min Width：
ビューエリアの最小幅。このサイズより大きい場合に適用
Max Device Width：
デバイスサイズの最大幅。このサイズより小さい場合に適用
Min Device Width：
デバイスサイズの最小幅。このサイズより大きい場合に適用
Device Pixel Ratio：
デバイスの解像度（webkit）
Orientation：
デバイスの向き

uk-hidden@s	640px以上のデバイスの幅にのみ影響します。
uk-hidden@m	960ピクセル以上のデバイスの幅にのみ影響します。
uk-hidden@l	1200ピクセル以上のデバイス幅にのみ影響します。
uk-hidden@xl	1600ピクセル以上のデバイスの幅にのみ影響します。
*/
.esfs-text003{
        display: block;
    position: relative;
    top: -38px;
    font-size: .775rem  !IMPORTANT;
}

.uk-nav li a{
    margin-bottom: 0
}
.con1text{
    position: absolute;
    text-align: right;
    width: 37%;
    padding-top: 11%;
}
.con1text h6{
 color: white;
    font-size: .790rem !IMPORTANT;
}


.esfs-menu{
    position: fixed;
    top:20px;
    right: 80px;
    z-index: 100;
    
}
.esfs-menu a{
background-image: url("../img/menu_text.png");
    width: 138px;
    display: list-item;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.esfs-menu a:hover{
    color: red
}

.esfs-color001{
    color: #6D6664;
}
.uk-margin dt .required{
    display: none;
}
#mail_contents{
 border: 1px solid #e5e5e5;
}
.error_blank{
    font-size: 14px;
    color:red;
}
.uk-margin dt{
    font-weight: normal;
}
.esfs-titleimg{
    bottom: -2% !important;
}

.photo-title img {
    position: relative;
    bottom: -22px;
    max-width: 147%;
    left: -22%;
}

.esfs_hyo_wide52{
    width: 52px;
}

/* 460px以下 */
@media (max-width:460px) {

    body{
        width: 98%; margin: 0 auto
    }
    .esfs-1200-mo-up img{
    max-width: 150%;
    position: relative;
    left: -25%;
    }
    .esfs-menu {
    position: fixed;
    top: 20px;
    right: 4px;
    z-index: 100;
}
    .con1text{
        
    }
    .esfs-p-icon img{
        width: 90px
    }
    .con1text{
    position: absolute;
    text-align: right;
    width: 35%;
    padding-top: 11%;
}
}
/* 461px以上 */
@media (min-width:461px) {
 body{
        width: 94%; margin: 0 auto
    }
    .esfs-p-icon img{
        width: 180px
    }
}

/* 1200px以上 */
@media (min-width:1200px) {
 body{
        width: 1200px; margin: 0 auto
    }
    .esfs-p-icon img{
        width: 180px
    }
    .con1text {
    position: absolute;
    text-align: right;
    width: 40%;
    padding-top: 8%;
}
}




