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

/* reset css*/
section,article{
	margin:0px 0px 30px 0px;
}
/* reset css*/

section {
    width: 800px;
    margin: 0px auto;
}
main {
	max-width: 1000px;/*ページの横幅固定*/
	margin: 0px auto;/*ページを中心合揃え*/
	overflow:hidden;/*要素からはみ出すと非表示*/
}
.wpcf7-validates-as-number {
    font-size: 26px;
    text-align: center;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}
.wpcf7-not-valid-tip{
	text-indent:inherit;
}
.schedull_year,
.schedull_month,
.schedull_day {
	width: 8vw;
    max-width: 120px
}
.txt-indent {
    font-size: 22px;
    margin: 0px 5px 0px 5px;
}

.text-header {
    font-size: min(3.5vw , 38px);
}
.text-header2 {
    font-size: min(2.5vw , 25px);
}
.input_wrap {
    width: 60vw;
    max-width: 700px;
    margin: 20px auto 10px;
    padding: 30px;
    border-radius: 20px;
    border: solid 2px rgb(173 173 173);
    background-color: rgba(232,240,254,1.00);
}
.inputArea {
    background-color: rgba(232,240,254,1.00);
}
.input-title {
    font-size: 22px;	
}
.required:after {
    content: '*';
    color: red;
}

.inputArea, .menu-628 {
    width: 60vw;
    max-width: 700px;
    margin: 0px auto;
    text-indent: 15px;
    font-size: 26px;
    line-height: 44px;
    border: none;
    border-bottom: solid 0.2px rgb(146 146 146);
}

.input-aera {
    padding: 15px 0px 0px 0px;
}
#contact_pran {
    text-indent: inherit;
}
#contact_message {
    width: 60vw;
    max-width: 700px;
    text-indent: inherit;
}
.submit_wrap {
    width: 700px;
    margin: 0px auto 20px;
    padding: inherit; 
    border-radius: inherit; 
    border: inherit; 
    background-color: inherit; 
}
#submit {
    border: solid 1px rgb(110 110 110);
    border-radius: 9px;
    font-size: 26px;
    padding: 10px 15px;
    width: 123px;
    text-align-last: justify;
}
.button {
    margin: 50px auto 0px;
    width: 123px;
}
