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

/* ============================
		Reset
 ============================ */



h1 {
font-size: 2.4rem;
line-height: 1em;
font-weight: bold;
background-color: #fff;
padding: 6px 12px 6px 18px;
background-image: url("../../common/images/bar_headerline001.gif");
background-repeat: no-repeat;
background-position: left center;
margin: 3em 0 0.5em 0;
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	h1 {
	font-size: 4.2rem;
	padding: 10px 25px 10px 35px;
	background-image: url("../../common/images/bar_headerline001a.gif");
	margin-top: 2em;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	h1 {
	font-size: 4.2rem;
	padding: 10px 25px 10px 35px;
	background-image: url("../../common/images/bar_headerline001a.gif");
	margin-top: 5em;
	}

}


/* ============================
		leadSection
 ============================ */

.leadSection h2 {
font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
font-size: 2.0rem;
font-weight: bold;
line-height: 1.8em;
letter-spacing: 0.02em;
text-align: center;
margin-bottom: 25px;
color: #e08090;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.leadSection h2 {
	font-size: 3.4rem;
	letter-spacing: 0.12em;
	margin-top: 70px;
	margin-bottom: 70px;
	}

}


/* ============================
		soudanSection
 ============================ */

.soudanSection .soudanList {
margin-bottom: 1em;
}

.soudanSection .contactTable {
margin-bottom: 1em;
}

.soudanSection .contactTable td {
text-align: left;
}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
