@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

.text1 {
	font-size: 1.2rem;
	margin: 0 0 30px 0;
}
.text2 {
	font-size: 1.2rem;
	line-height: 1.5;
}
.text3 {
	font-size: 1.2rem;
	margin: 0 0 20px 0;
}
section {
	margin: 0 0 30px 0;
}

/* =======================
		employ
========================== */
.employ {
	width: 100%;
	border-top: #e3e3e3 solid 1px;
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
	line-height: 3.0;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.employ tr {
	padding: 10px 0;
	border-bottom: #e3e3e3 solid 1px;
	border-left: #e3e3e3 solid 1px;
}
.employ tr td {
	border-right: #e3e3e3 solid 1px;
	line-height: 1.5;
    padding: 1em 5px 1em 10px;
}
.employ tr .ttl_1 {
	font-weight: bold;
	width: 23%;
	line-height: 1.5;
	padding: 1em 0 1em 10px;
	border-right: #e3e3e3 solid 1px;
	background-color: #f0f0f0;
}
.employ tr .ttl_2 {
	width: 23%;
}

/* =======================
		.attention
========================== */
.attention {
    text-align: right;
	font-size: 1.2rem;
}

/* =======================
		#application
========================== */
#application {
	margin: 0;
}
#address {
	background-color: #f0f0f0;
	padding: 20px;
	font-size: 1.2rem;
}
#address p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#address ul {
	float: left;
	margin: 0 30px 0 0;
}
#address ul li:first-child {
	margin: 0 0 5px 0;
}
#address dl dt {
	margin: 0 0 5px 0;
}
#address dl dd a:hover {
	text-decoration: underline;
}


/*タブレット*/
@media screen and (max-width:1000px) {
/* =======================
		employ
========================== */
.employ {
	width: 100%;
	margin-right: 0;
}


}


/*スマートフォン*/
@media screen and (max-width:640px) {
.text1 {
	margin: 0 0 40px 0;
	line-height: 1.7;
}
.text2 {
	line-height: 1.7;
}
.text3 {
	line-height: 1.7;
}
section {
	margin: 0 0 40px 0;
}

/* =======================
		employ
========================== */
.employ {
	margin-right: 0;
}
.employ tr .ttl_1 {
    width: 27%;
}

/* =======================
		.attention
========================== */
.attention {
    text-align: left;
}

/* =======================
		#application
========================== */
#address {
    padding: 10px;
}
#address ul {
    float: none;
	margin: 0 0 20px 0;
}

}
