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

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



/* ============================
		greetingSection
 ============================ */

.greetingSection {
}


.greetingSection .catchCopy {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.75em;
margin-bottom: 1em;
color: #ad3e58;
}

.greetingSection .dirPhoto {
margin: 1em;
}

.greetingSection .dirPhoto img {
width: calc(100% - 2em);
}

.greetingSection .signLine {
font-size: 1.4rem;
line-height: 1.75em;
text-align: center;
margin-top: 1em;
margin-bottom: 2em;
}

.greetingSection .signLine .name {
font-size: 1.6rem;
font-weight: bold;
}


.greetingSection .timeList {
}

.greetingSection .timeList dt {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.75em;
}

.greetingSection .timeList dd {
font-size: 1.4rem;
line-height: 1.75em;
}


.greetingSection .historyTops {
color: #ad3e58;
margin-bottom: 1em;
font-weight: bold;
}


.greetingSection .historyTable {
width: 100%;
border-collapse: collapse;
}

.greetingSection .historyTable th {
font-size: 1.4rem;
font-weight: normal;
line-height: 1.75em;
width: 10em;
box-sizing: border-box;
padding: 5px;
background-color: #eee;
}

.greetingSection .historyTable td {
font-size: 1.4rem;
font-weight: normal;
line-height: 1.75em;
width: calc(100% - 10em);
box-sizing: border-box;
padding: 5px;
background-color: #eee;
}
.greetingSection .historyTable tr:nth-child(even) th,
.greetingSection .historyTable tr:nth-child(even) td {
background-color: #fff;
}


.greetingSection .systemFlowchart {
text-align: center;
margin: 1em 0 3em;
}
.greetingSection .systemFlowchart img {
width: 100%;
max-width: 460px;
}


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


	.greetingSection .catchCopy {
	font-size: 2.4rem;
	}


	.greetingSection .dirPhoto {
	float: right;
	margin-left: 2em;
	margin-right: 0;
	}
	.greetingSection .dirPhoto img {
	width: 320px;
	}

	.greetingSection .signLine {
	font-size: 2.0rem;
	text-align: right;
	margin-top: 3em;
	}

	.greetingSection .signLine .name {
	font-size: 2.0rem;
	}


	.greetingSection .timeList dt {
	font-size: 1.8rem;
	width: 6em;
	display: inline-block;
	vertical-align: top;
	}

	.greetingSection .timeList dd {
	font-size: 1.8rem;
	display: inline-block;
	width: calc(100% - 6.5em);
	vertical-align: top;
	margin-bottom: 1em;
	}


	.greetingSection .historyTops {
	font-size: 1.8rem;
	}


	.greetingSection .historyTable th {
	font-size: 1.8rem;
	padding: 10px;
	}

	.greetingSection .historyTable td {
	font-size: 1.8rem;
	padding: 10px;
	}

}



/* ============================
		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) {
}
