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

#main-area {
    padding: 120px 0 50px;
}

h2{
    text-align: center;
    margin:0;
	color: #c3161e;
}

.contents-lead{
    text-align: center;
	font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 20px 0;
	color: #c3161e;
}

@media screen and (max-width:550px) {
h2{
    margin:0;
    }
}

h2 span.bgLRextend::before{
    background:#c3161e;
}

h3 {
	color: #c3161e;
	margin-bottom: 10px;
	font-size: 130%;
}




/*---------------------------------------*/

.tel {
	text-align: center;
}

#telnumber {
	margin-bottom: 20px;
}

#telnumber a {
	font-size: 300%;
	color: #c3161e;
	font-family: 'Lato', sans-serif;
	pointer-events: none;
	text-decoration: none;
}



/*---------------------------------------*/



.contents-area1 {
	max-width: 880px;
	margin: auto;
	padding-top: 30px;
}


/*---------------------------------------*/


#formWrap {
	max-width:700px;
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:95%;
	margin:0 auto 20px;
	border-collapse: separate;
	border-spacing:5px;
}
table.formTable th {
	border:1px solid #dcdddd;
	padding:20px;
}
table.formTable td {
	border:1px solid #dcdddd;
	padding:5px;
}
table.formTable th{
	width:225px;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
	font-feature-settings: "palt";
}
table.formTable td {
	background-color:#FFF;
}
table.formTable input {
	height:3em;
	width:100%;
}
table.formTable textarea {
	width:100%;
}
input[type="reset"], input[type="submit"] {
	border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color:#c3161e;
	color:#FFFFFF;
	font-size:18px;
	padding:10px 20px;
	font-weight:normal;
	border-radius:0.2em;
	line-height:1em;
	text-align:center;
	height:3em;
}
input[type="reset"] {
	background-color:#9fa0a0;
}

@media only screen and ( max-width:480px ) {
	table.formTable td,table.formTable th{
		display:block;
		width:auto;
	}
	table.formTable td {
		margin-bottom:5px;
	}
	input[type="text"], textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	input[type="submit"], input[type="reset"] {
		display:block;
		width:50%;
		height:40px;
		text-align:center;
		margin:auto;
	}
	.comment {
		text-align: justify;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		
	}
	#comment-br1 {
		display: none;
	}
}


/*---------------------------------------*/

.entry-content {
	width:95%;
	margin:0 auto;
}
.entry-content-title {
	line-height: 2;
	margin-bottom: 10px;
}

.entry-content ol {
	list-style-type: decimal;
    list-style-position: inside;
	padding: 8px;
	border: 1px #dcdddd solid;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}














