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

@media screen and (max-width: 640px) {

/***COMPANY:GREETINGS***/

.presintro-area {
	width: 95%;
	max-width: 800px;
	margin: 30px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.presintro-area .pres-img {
	width: 35%;
}

.presintro-area .pres-prof {
	width: 60%;
}

.pres-prof .pres-title {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
	font-family: fot-rodin-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #043C89;
}

.pres-prof .pres-name {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	font-family: fot-rodin-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #000000;
}

.greeting-txt {	
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 105%;
	line-height: 210%;
}

/***COMPANY:ABOUT***/

ul.gaiyo-list {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.gaiyo-list li.gaiyo-item {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #BEBEBE;
	
	display: flex;
	justify-content: space-between;
}

ul.gaiyo-list li.gaiyo-item:first-child {
	border-top: solid 1px #BEBEBE;
}

.gaiyo-l,.gaiyo-r  {
	margin: 0 auto;
	padding: 20px 2.5%;
	font-size: 60%;
	line-height: 210%;
	font-weight: bold;
}

.gaiyo-l {
	width: 20%;
	background-color: #F2F2F2;
	color: #043C89;
}

.gaiyo-r {
	width: 70%;
	background-color: #FFFFFF;
	color: #000000;
}

.yakushoku {
	line-height: 320%;
}

/***COMPANY:PHILOSOPHY***/

section.phil-sec {
	width: 100%;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
    overflow: hidden;
	letter-spacing: 0.02em;
}

.phil-wrap {
	width: 95%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.phil-intro-txt {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	line-height: 210%;
}

ol.phil-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: decimal;
}

ol.phil-list li.phil-item {
	width: 85%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: visible;
	color: #043C89;
	font-size: 110%;
	font-weight: bold;
}

ol.phil-list li.phil-item:last-child {
	margin: 0 auto;
}

ol.phil-list li.phil-item span {
	font-size: 80%;
	color: #000000;
}

.plaintxt {
	margin: 10px 0 0;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	line-height: 210%;
}

/***COMPANY:HISTORY***/

.history {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: center;;
	font-size: 110%;
	line-height: 160%;
	text-align: right;
}

.history .gaiyo-year {
	width: 100%;
	margin: 0;
}
.history .gaiyo-month {
	width: 100%;
}


/***COMPANY:ACCESS***/

ul.access-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.access-list li.access-item {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.access-list li.access-item:last-child {
	margin: 0;
}

.map-wrap {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: center;
}

.map-wrap iframe {
	height: 240px;
}

.map-wrap .map-l {
	width: 100%;
	margin: 0 0 10px;
	height: unset;
}

.map-wrap .map-r {
	width: 100%;
	display: block;
	font-size: 90%;
	line-height: 210%;
	font-family: fot-rodin-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.02em;
	height: unset;
}

.map-add {
	width: 95%;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
	line-height: 210%;
	font-family: fot-rodin-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.02em;
}

}