.head_img{
    display: block;
    width: 70%;
    margin: auto;
}

.title_img{
    display: block;
    width: 70%;
    margin: auto;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.tokuyaku{
    overflow: scroll;
    height: 200px;
    padding:15px;
    border: 1px solid #000;
    border-radius: 10px;
}

li p{
    font-size: 0.8em;
    padding:0;

}

ol{
    margin:0;
}

p.contact{
    font-size: 1em;
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
}

    p.kasou{
    font-size: 1em;
    margin: 0em 0 0.3em 1em;
}

p.komozi{
    display: inline;
    font-size: 0.8em;
}

h4{
    margin: 0.3em 0 0.3em 1em;
}

h3.kiyaku{
            display: inline;
}

h3.apply{
    color: #fff;
    background-color: #e61379;
    padding: 10px;
}

.checkbox_hidden {
display: none;
}

h2.client_name{
    font-size: 40px;
    text-align: center;
    color: #e61379;
    line-height: 1.5;
    margin: 20px 0 10px 0;
}

.client_conditions{
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  color: #e61379;
  margin: 10px 0 50px 0;
  border: 1px solid #e61379;
  padding: 10px;
}

.client_conditions span{
    display: block;
    font-size: 20px;
}

.kiyaku_required{
    color: #e61379;
}

/*　簡易版レスポンシブ用CSS　*/
@media screen and (max-width:572px) {
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
    }
    input[type="text"], textarea {
        width:80%;
        padding:5px;
        font-size:110%;
        display:block;
    }
    input[type="submit"], input[type="reset"], input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
}
