@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .headLine01 {
    margin-bottom: 47px;
}
#main .textUl {
    padding-left: 99px;
    margin: 0 auto 110px;
    width: 720px;
}
#main .textUl li {
    margin-bottom: 31px;
    padding-left: 1em;
    font-size: 1.8rem;
    line-height: 1.75;
    text-indent: -1em;
}
#main .textUl li:last-child {
    margin-bottom: 0;
}

#main .gray {
    padding: 70px 0 132px;
    background-color: #EEEEF0;
}
#main .gray h4 {
    margin-bottom: 27px;
    color: #231815;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.53;
}
#main .gray .photo img {
    width: 100%;
}

#main .ptextUl {
    padding-left: 99px;
    margin: 0 auto 110px;
    width: 990px;
}
#main .ptextUl li {
    margin-bottom: 31px;
    padding-left: 1em;
    font-size: 15px;
    line-height: 31px;
    text-indent: -1em;
}
#main .ptextUl li:last-child {
    margin-bottom: 0;
}

#main .content2 {
    width: 998px;
}

.comTable {
    margin-bottom: 40px;
}
.comTable th {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    width: 26%;
    font-weight: bold;
    line-height: 1.75;
    background-color: #fff;
    border-left: none;
    border-right: none;
}
.comTable td {
    padding-top: 20px;
    padding-bottom: 12px;
    border-left: none;
    border-right: none;
    line-height: 1.75;
}

input#submit_button {
	padding: 8px 35px;
	font-size: 15px;
	background-color: #666;
	color: #fff;
	border-style: none;
}