@charset "UTF-8";

article{
	padding-bottom: 20px !important;
}

footer{
    position: relative !important;
}

button{
    border-radius: 5px;
    border-width: 0;
    padding: 10px 40px;
    cursor: pointer;
}

form{
    margin: 0;
    padding: 0;
    width: 100%;
}

input, select, textarea{
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 0.2em 0.5em;
}

input[type='text'],input[type='tel'],input[type='email'], textarea{
    width: 95%;
}

input[type='checkbox']{
    margin-right: .5em;
}

select{
    padding: 0.5em;
}

textarea{
    display: block;
}

body{    
    margin: 0 !important;
    padding: 0 !important;
    background: #999;    
}

.frame_outer{
    width: 100% !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

#container{    
	max-width: 1260px;
    width: 100% !important;    
    margin: 0 auto !important;
    padding-bottom: 12px !important;
    background: #e6e6e6;
    min-height: 100%;
}

#one_maincolumn{    
    margin: 0 !important;
    padding: 0 !important;
}


.contact{
    padding: 30px 40px;
    display: flex;
}

.contact-explanation{
    width: 45%;
}

.contact-explanation a{
    color: #fff !important;
}

.contact-explanation a:hover{
    text-decoration: underline;
}

.contact-form{
    padding: 1em;
    border-radius: 5px;
    border: #ccc solid 2px;
    margin-left: 1em;
    flex-grow: 1;
    text-align: center;
    width: 50%;
}

.infomation{
    margin-top: 20px;
    padding: .5em 1em;
    border-radius: 5px;
}

.infomation hr{
    margin: 1em 0;
    border: 1px #ccc dashed;
}

.infomation a{
    text-decoration: underline !important;
}

.disabled,
.disabled:hover{
    cursor: default;
    background-color: #ccc !important;
    color: #747474 !important;
}

.form-item{
    text-align: left;
    margin-bottom: 15px;
}

.form-item > .title{
    display: flex;
    align-items: center;
    font-weight: bold;
}

.description_worp{
    margin: 5px 0;
    padding: 2px;
    border: #ccc solid 1px;
    border-radius: 5px;
}

.space{
    margin-bottom: 30px; 
}

.contact_message{    
    margin-bottom: 200px;
}

.form-button{
    color: white !important;    
    border-radius: 5px;
    border-width: 0;
    padding: 10px 40px;
    margin-top: 20px;
}

.badge{
    font-size: 0.8em !important;
    display: inline-block;
    margin-left: .5em;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: normal;
    margin-bottom: 2px;
}

@media (max-width: 1024px) {
    img{
        width: 80%;
        margin: auto;
    }

    .dn{
        display: none;
    }

    .contact{
		flex-direction: column;
    }    

    .contact-explanation{
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .infomation{
        text-align: left;
    }

    .contact-form{
        width: 100%;
        margin-left: 0;
    }

    .images{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .images > img{
        width: 100%;
    }
    
    @media (max-width: 1024px) {
        .images{
            width: 80%;
            text-align: left;
            justify-items: center !important;
            margin: 0 auto;
        }

        .images > img{
            width: 50%;
        }
        
        .images > img:first-child{
            width: 70%;
        }
    }
}