@charset "UTF-8";

/*共通 */

p {
	font-size: 1.25em;
	line-height: 1.8em;
}

span {
	color:#c20032
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

#contentInner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/*ヘッダー*/
#head {
	height: 620px;
}
.topImg {
	height: 500px;
	background: url(../images/headBk.png);
	background-repeat: no-repeat;
    background-position: center;
}

#headerInner {
	width:1000px;
	height: 500px;
	margin: 0 auto;
	background: url(../images/topImg.png);
	
}
#headerInner h1 {
	color: #0c5fa9;
	text-align: left;
}

#navInner {
	width:1000px;
	height: 100px;
	margin: 0 auto;
}

#header-navi {
	padding:20px 0px 20px 0px;
}

#header-navi ul li {
	display: block;
	float: left;
	margin-left: 5px;
}


/*section1*/
#section1 {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #eef4f9;
}

.Title1 {
	margin-bottom: 45px;
}

.s1row1 {
	text-align: left;
	font-size: 1.5em;
	padding: 10px 40px 50px 40px;
}

.s1row2 {
	margin-bottom: 50px;
}


/*section2*/
#section2 {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f7f1e6;
}

.Title2 {
	margin-bottom: 60px;
}

.s2img2 {
	margin: 50px 0;
}

.s2row1 {
	font-size: 2.0em;
	padding-left: 80px;
}

.s2row2 {
	padding: 20px 100px;
}

#section2 h4 {
	padding-left: 100px;
	padding-bottom: 10px;
	font-size: 1.6em;
}

.s2row3 {
	padding-left: 100px;
	padding-bottom: 20px;
	line-height: 1.8em;
}

.s2row3 span {
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
}

.s2row4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 20px;
	font-size: 2.5em; 
}

/*section3 以降テンプレート*/

#docTemp h3 {
	font-size: 2.0em;
	text-align: left;
	padding-top: 30px;
	padding-left: 80px;
	border-bottom: 1px solid;
}

#docTemp h4 {
	font-size: 2.0em;
	text-align: left;
	padding-top: 30px;
	padding-left: 80px;
}

#docTemp p {
	padding-top: 20px;
	padding-left: 100px;
}

#docTemp ul {
	padding-top: 5px;
	padding-left: 140px;
}

#docTemp ul li{
	list-style: disc;
	font-size: 1.25em;
	line-height: 1.8em;
}

#docTemp a{
	color:#1561a7;
}


#section3 {
	padding-top: 80px;
	padding-bottom: 80px;}

.Title3 {
	margin-bottom: 40px;
}

.attention {
	background: #eef4f9;
	text-align: left;
	padding: 10px 0 30px;
	margin-top: 30px;
}

.s3row1 {
	font-size: 1.8em;
	padding-left: 70px !important;
}

.s3row2 {
	font-size: 1.4em;
	color:#c20032;
	padding-top: 5px !important;
	padding-left: 90px !important;
}

#section4 {
	border-top: 3px dotted #cbdceb;
	padding-top: 80px;
	padding-bottom: 80px;
}

.Title4 {
	margin-bottom: 40px;
}

.s4img3 {
	margin-top: 25px;
}

.s4row3 {
	font-size: 2.0em;
	text-align: left;
	font-weight: bold;
	margin-bottom: -20px;
	
}

.s4img4 {
	margin-left: 15px;
}

#section5 {
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 3px dotted #cbdceb;
}

.Title5 {
	margin-bottom: 40px;
}

#section6 {
	background-color: #f9ecf3;
	padding-top: 80px;
	padding-bottom: 80px;
}

.Title6 {
	margin-bottom: 40px;
}

.s6text {
	font-size: 1.6em;
	padding: 0 0 30px 0 !important;
}

.s6img {
	margin-top: 20px;
}

#section7 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.helpTable {
	width: 780px;
	margin: 0 auto;
	font-size: 1.1em;
}

.helpTable tr{
	width: 780px;
}

.helpTable th{
	border: 1px solid white;
	padding: 5px 0;
	background-color: #eaeae8;
}

.helpTable td {
	border: 1px solid white;
	padding: 5px;
	background-color: #f9ecf3;
}

.tdA {
	background-color: #eef4f9 !important;
}

.helpTable td a{
	display: block;
	color: #1561a7; 
}

.helpTable td p{
	padding: 0px !important;
	color: #c7428d; 
}

.tL{
	width: 50%;
}

.tR{
	width: 12.5%;
}

.hp {
	display:inline-block;
	line-height: 1.9em;
	font-size: 0.75em;
	margin: 5px; 
	padding: 3px 9px 1px;
	background-color: #1561a7;
	color: #fff;
}

/*フッター*/
#footer {
	height:80px;
	background-color: #eef4f9;
}

#footer p{
	padding-top: 30px;
}

/*TOPへ戻る*/
.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.scroll-top {
	display: block;
	color: #fff;
	font-size: 2.0em;
	padding-top: 6px;
	width: 50px;
	height: 50px;
	background-color: #1561a7;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
    -moz-border-radius: 50px;
}


/*電話番号*/
#fixTel {
	position: fixed;
	top: 190px;
	right: 0px;
}

