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

/* outline ==============================================================
	1. p-content
	2. p-outlineLink
	3. c-section
	4. p-greeting
	5. p-creed
	6. p-philosophy, p-principle
	7. p-summary, p-history
	8. p-access
======================================================================== */

/* =====================================================================
	1. p-content
======================================================================== */
.p-content {
	margin: 0 0 100px;
}
@media screen and (max-width: 799px) {
	.p-content {
		overflow: hidden;
	}
}

/* =====================================================================
	2. p-outlineLink
======================================================================== */
.p-outlineLink {
	display: table;
	margin: auto;
	text-align: center;
}
.p-outlineLink .menu-item {
	float: left;
	display: inline-block;
	width: 150px;
	height: 50px;
	margin: 20px 6px;
}
.p-outlineLink .menu-item a {
	display: block;
	width: 150px;
	height: 50px;
}
.p-outlineLink .p-greeting.menu-item {
	background: url(../img/outline/link_greeting.png) no-repeat center center;
}
.p-outlineLink .p-creed.menu-item {
	background: url(../img/outline/link_creed.png) no-repeat center center;
}
.p-outlineLink .p-philosophy.menu-item {
	background: url(../img/outline/link_philosophy.png) no-repeat center center;
}
.p-outlineLink .p-principle.menu-item {
	background: url(../img/outline/link_principle.png) no-repeat center center;
}
.p-outlineLink .p-summary.menu-item {
	background: url(../img/outline/link_summary.png) no-repeat center center;
}
.p-outlineLink .p-history.menu-item {
	background: url(../img/outline/link_history.png) no-repeat center center;
}
.p-outlineLink .menu-item a:hover {
	background-color: rgba(255,255,255,0.5);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.tinynav {
	display: none;
}
@media screen and (max-width: 799px) {
	.p-outlineLink {
		display: none;
	}
	.tinynav { 
		display: block;
		width: auto;
		text-align: center;
		margin: 20px auto;
		overflow: hidden;
	}
}

/* =====================================================================
	3. c-section
======================================================================== */
.c-section {
	margin: 0 15px 60px;
}
.c-section .p-tit {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 44px;
	margin: 0 0 30px;
}
.c-section .p-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.p-greeting.c-section .p-tit:before {
	width: 187px;
	height: 44px;
	background: url(../img/outline/tit_greeting.png) no-repeat left top, #FFFFFF;
	background-size: 167px 44px;
}
.p-creed.c-section .p-tit:before {
	width: 86px;
	height: 44px;
	background: url(../img/outline/tit_creed.png) no-repeat left top, #FFFFFF;
	background-size: 66px 44px;
}
.p-philosophy.c-section .p-tit:before {
	width: 158px;
	height: 44px;
	background: url(../img/outline/tit_philosophy.png) no-repeat left top, #FFFFFF;
	background-size: 138px 44px;
}
.p-principle.c-section .p-tit:before {
	width: 158px;
	height: 44px;
	background: url(../img/outline/tit_principle.png) no-repeat left top, #FFFFFF;
	background-size: 138px 44px;
}
.p-summary.c-section .p-tit:before {
	width: 86px;
	height: 44px;
	background: url(../img/outline/tit_summary.png) no-repeat left top, #FFFFFF;
	background-size: 66px 44px;
}
.p-access.c-section .p-tit:before {
	width: 153px;
	height: 44px;
	background: url(../img/outline/tit_access.png) no-repeat left top, #FFFFFF;
	background-size: 133px 44px;
}
.p-history.c-section .p-tit:before {
	width: 229px;
	height: 44px;
	background: url(../img/outline/tit_history.png) no-repeat left top, #FFFFFF;
	background-size: 209px 44px;
}
.c-section .p-tit:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 2px;
	background-color: #999999;	
}
@media screen and (max-width: 799px) {
	.c-section {
		display: block;
		width: auto;
		margin: 0 25px 60px;
	}
}

/* =====================================================================
	4. p-greeting
======================================================================== */
.p-greeting.c-section {
	position: relative;
}
.p-greeting .p-ceo {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 250px;
	margin: 0 0 0 40px;
}
.p-greeting .c-text {
	display: inline-block;
	vertical-align: top;
	width: 650px;
	margin: 0 0 20px 15px;
}
@media screen and (max-width: 799px) {
	.p-greeting .p-ceo {
		position: static;
		display: table;
		margin: auto;
		text-align: center;
	}
	.p-greeting .c-text {
		width: auto;
		margin: 0 0 20px;
	}
}

/* =====================================================================
	5. p-creed
======================================================================== */
.p-creed .c-message {
	list-style-type: none;
	width: 670px;
	height: 80px;
	margin: 0 0 0 15px;
	background: url(../img/outline/text_creed.png) no-repeat;
}
@media screen and (max-width: 799px) {
	.p-creed .c-message {
		max-width: 300px;
		height: 40px;
		margin: 0;
		background-size: contain;
	}
}

/* =====================================================================
	6. p-philosophy, p-principle
======================================================================== */
.p-philosophy .c-message {
	list-style-type: none;
	width: 900px;
	height: 240px;
	margin: 0 0 0 15px;
	background: url(../img/outline/text_philosophy.png) no-repeat;
}
.p-principle .c-message {
	list-style-type: none;
	width: 900px;
	height: 146px;
	margin: 0 0 0 15px;
	background: url(../img/outline/text_principle.png) no-repeat;
}
@media screen and (max-width: 799px) {
	.c-message.is-hidden {
		width: auto;
		height: auto;
		margin: 0 15px;
		background: none;
		list-style-type: none;
	}
	.c-message .c-imgReplace.is-fontDisplay {
		overflow: visible;
		text-indent: inherit;
		white-space: normal;
	}
	.c-message .c-imgReplace.is-fontDisplay.c-text {
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.c-message .c-imgReplace.is-fontDisplay:before {
		content: "1. ";
	}
}

/* =====================================================================
	7. p-summary, p-history
======================================================================== */
.p-table {
	width: 945px;
	margin: 0 0 0 15px;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
}
.p-table .c-th {
	width: 160px;
	padding: 10px 30px;
	border: #CCCCCC solid 1px;
	background-color: #EFEFEF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.p-table .c-td {
	width: auto;
	padding: 10px 30px;
	border: #CCCCCC solid 1px;
}
@media screen and (max-width: 799px) {
	.p-table {
		width: 100%;
		margin: 0;
	}
	.p-table .c-th {
		display: block;
		width: auto;
	}
	.p-table .c-td {
		display: block;
	}
}

/* =====================================================================
	8. p-access
======================================================================== */
.p-access .p-map {
	margin: 0 0 0 15px;
}
.p-access .p-map iframe {
	width: 945px;
}
@media screen and (max-width: 799px) {
	.p-access .p-map {
		margin: 0;
	}
	.p-access .p-map iframe {
		width: 100%;
		height: 300px;
	}
}
