.sankaten {
    padding-top: 97px;
}
.sankaten div {
    position: relative;
}
.sankaten span{
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    border: 3px solid #fff;
    border-right-width: 0;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0px, -50%) rotate( 315deg );
}
.sankaten img {
    width: 100%;
}
.sankaten p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
        font-weight: bold;
    font-size: 27px;
    font-family: "myfont";
}
.haikei{
    background-image:url(../img/index/haikei2.png);
    background-size: 100%;
        padding-bottom: 1px;
}
.width{
    margin: 0 auto;
    max-width: 85%;
    padding-top: 20px;
}
.eliade{
    background-color: #fcf6ec;
    color: #726356;
    padding: 4px;
    margin-bottom: 20px;
}
.eliade select, .eliade button{
    border: 1px solid #726356;
    font-size: 16px;
    width: 100%;
    padding: 13px;
    text-align:center;
}
.i-text{
    padding: 9px;
    border: 1px solid #726356;
}
.i-text input{
    height: 100%;
    width: 90%;
    padding-left: 6px;
        font-size: 16px;
}
.i-text img{
    width: 7%;
}
.elia{
    position: relative;
    background-color: #4d8aae;
    padding: 10px;
    margin-top: 50px;
    border-radius: 10px;
}
.elia img{
    position: absolute;
    width: 22%;
    top: -21px;
    left: -2px;
}
.elia p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "myfont";
}
.osusume{
    background-color: #4d8aae;
    margin-top: 35px;
    padding: 4px;
        margin-bottom: 35px;
}
.osusume div{
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.osusume p{
    font-size: 16px;
        font-weight: bold;

}
.block{
    background-color: #4d8aae;
    padding: 4px;
    margin-bottom: 20px;
}
.b-2{
    background-color: #fff;
    display: flex;
}
.b-text{
    width: 55%;
    padding: 16px;
}
.b-p{
    font-size: 22px;
    margin-bottom: 9px;
    line-height: 27px;
    font-family: "myfont";
}
.b-p2{
    font-size: 12px;
}
.b-img{
    width: 45%;
    position: relative;
}
.img{
    width: 100%;
}
.img2{
    position: absolute;
    width: 46%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.elia2{
    position: relative;
    background-color: #90ac52;
    padding: 10px;
    margin-top: 50px;
    border-radius: 10px;
}
.elia2 img{
    position: absolute;
    width: 22%;
    top: -21px;
    left: -2px;
}
.elia2 p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "myfont";
}
.osusume2{
    background-color: #90ac52;
    margin-top: 35px;
    padding: 4px;
        margin-bottom: 35px;
}
.osusume2 div{
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.osusume2 p{
    font-size: 16px;
        font-weight: bold;

}
.block2{
    background-color: #90ac52;
    padding: 4px;
    margin-bottom: 20px;
}

.elia3{
    position: relative;
    background-color: #e88239;
    padding: 10px;
    margin-top: 50px;
    border-radius: 10px;
}
.elia3 img{
    position: absolute;
    width: 22%;
    top: -21px;
    left: -2px;
}
.elia3 p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "myfont";
    }
.osusume3{
    background-color: #e88239;
    margin-top: 35px;
    padding: 4px;
        margin-bottom: 35px;
}
.osusume3 div{
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.osusume3 p{
    font-size: 16px;
        font-weight: bold;

}
.block3{
    background-color: #e88239;
    padding: 4px;
    margin-bottom: 20px;
}

.elia4{
    position: relative;
    background-color: #de829a;
    padding: 10px;
    margin-top: 50px;
    border-radius: 10px;
}
.elia4 img{
    position: absolute;
    width: 22%;
    top: -21px;
    left: -2px;
}
.elia4 p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "myfont";
}
.osusume4{
    background-color: #de829a;
    margin-top: 35px;
    padding: 4px;
        margin-bottom: 35px;
}
.osusume4 div{
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.osusume4 p{
    font-size: 16px;
        font-weight: bold;
}
.block4{
    background-color: #de829a;
    padding: 4px;
    margin-bottom: 20px;
}
#sankaku{
    position:relative;
}
#sankaku:before{
    content: '';
    display: block;
    border: 0px transparent solid;
    border-top-color: #693905;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0px, -50%);
    border-width: 12px 8px 0 8px;
    z-index: 5;
}

.btn-select{
    background-color: #fcf6ec;
    color: #726356;
    position: relative;
    cursor: pointer;
}

    .now_sel_txt{
        border: 1px solid #726356;
        font-size: 16px;
        width: 100%;
        padding: 13px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        z-index: 1;
    }

    .hide_select{
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 13px;
        text-align: center;
        
        position: relative;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .hide_select::-ms-expand {
      display: none; 
    }
    .hide_select:focus {
        z-index: -1;
        opacity: 1;
    }

@media screen and (max-width:375px) {
.elia img, .elia2 img, .elia3 img, .elia4 img{
    top: -17px;
    left: -3px;
}
.sankaten {
    padding-top: 86px;
}
.b-text {
width: 56%;
    padding: 12px;
}
.b-p {
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 26px;
    font-family: "myfont";
}
}
@media screen and (max-width:360px) {
    .b-text {

    width: 55%;

    padding: 11px;
}
.b-p {
    font-size: 20px;
}
.b-p2 {
    font-size: 11px;
}
}




