﻿body {
	cursor:auto;
}

.read_text {
    margin-bottom: 40px;
    text-align: center !important;
}

#contact-list {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 900px;
    width: 100%;
}

#entry_form .dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 20px;
}

#entry_form .dd {
    font-size: 16px;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.contact-type {
    background-color: #222;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    padding: 5px 10px 5px 5px;
}

#entry_form {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}


#entry_form .dd input {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

/* #entry_form .dd2 input {
    border: #222 solid 1px;
    height: 15px;
    width: 15px;
} */


.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

span.wpcf7-list-item {
    margin-right: 20px;
    position: relative;
}
.wpcf7-list-item-label {
    color: #333;
    cursor: pointer;
    font-size: 13px;
}
input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.wpcf7-list-item-label:before {
    background: #fff;
    border: 1px solid #888;
    border-radius: 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 1.4em;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: -0.2em;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    vertical-align: middle;
    width: 1.4em;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #222;
    box-shadow: inset 0 0 0 2px #fff;
}


.check {
    margin: 1em auto 0;
    max-width: 800px;
    width: 100%;
}

.check input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    background-color: #222;
    box-shadow: inset 0 0 0 2px #fff;
}


.buttons {
    font-weight: bold;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}




.wpcf7c-elm-step1 {
    background-color: #222 !important;
    color: #fff;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px;
    width: 50%;
}

#entry_form textarea {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.required {
    color: red;
    margin-left: 5px;
}


.mw_wp_form .horizontal-item {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 10px;
}

.mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
}

.mwform-radio-field input {
    margin-right: 5px;
}

.wpcf7-response-output {
    color: red;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
	#entry .section__ttl{
		font-size:2.2rem;
		line-height:1.4;
	}
	#entry .read_text {
		line-height: 1.6em;
 	}
}


@media screen and (max-width: 425px) {
    .wpcf7-form-control.wpcf7-radio {
        flex-direction: column;
    }

    .sub .inner {
        padding: 5%;
    }
    .buttons {
        width: 80%;
    }
}

.fari100 {
	font-size:0.75em;
	font-weight:bold;
}

.buttons {
    font-weight: bold;
    margin: 0 auto;
    margin-top: 40px;
    width: 50%;
}
.buttons input{
    background-color: #222 !important;
    color: #fff;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}