/*
about
**********/
.lTitle {
	background: url(https://www.hirayamastaff.co.jp/news/images/bg_news.png) no-repeat center;
	background-size: cover;
}
p.lContents-img {
	line-height: 0;
}
.lContents-title {
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 10px 0;
	margin: -10px 0 20px;
}
.aboutNav ul {
	margin-bottom: 60px;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
}
.aboutNav-items {
	width: 20%;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
}
.aboutNav-items:not(:last-child) {
	border-right: solid 2px #ccc;
}
.aboutNav-items a {
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	display: block;
	position: relative;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Android ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	justify-content: center;
	-webkit-box-align: center;/*--- Android ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}
.aboutNav-items a:after {
	position: absolute;
	bottom: -5px;
	left: 10px;
	content: '';
	width: calc(100% - 20px);
	height: 3px;
	background: #ed6c00;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
}
.aboutNav-items a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.aboutTop-box {
	overflow: hidden;
	margin: 0 30px;
}
.aboutTop-img {
	float: right;
	margin: 0 0 30px 30px;
}
.aboutTop-img p:last-child {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 2px;
}
.aboutTop-img p:last-child span {
	font-size: 14px;
}
 .aboutTop-img img{
 max-width: 300px;
}
.aboutTop-txt {
	position: relative;
}
.aboutTop-txt p {
	font-size: 14px;
}
.aboutTop-txt p:not(:last-child) {
	margin-bottom: 1em;
}
.aboutTop-txt sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.about-notes span {
	position: absolute;
	left: 0;
}
.about-notes {
	padding-left: 20px;
}
.aboutOverseas-box:not(:last-child) {
	margin-bottom: 50px;
}
.aboutOverseas-title {
	margin-bottom: 30px;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-align: center;/*--- Android ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
	line-height: 2em;
	font-weight: bold;
}
.aboutOverseas-title p:last-child {
	margin-left: 20px;
}
.aboutOverseas-catch {
	margin-bottom: 30px;
	font-weight: bold;
}
.aboutOverseas-contents {
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-webkit-box-align: center;/*--- Android ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}
.aboutOverseas-txt, .aboutOverseas-img {
	width: 48%;
}
.aboutOverseas-txt {
	font-size: 14px;
	line-height: 1.5em;
}
.aboutOverseas-img img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 769px) {
.sp-linebreak {
	display: none;
}
}

@media screen and (max-width: 768px) {
.lTitle {
	background: url(../images/bg_about_sp.png) no-repeat center;
	background-size: cover;
}
.lContents-title {
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 5px 0;
	margin: -5px 0 10px;
}
.aboutNav ul {
	margin-bottom: 30px;
}
.aboutNav-items {
	font-size: 10px;
}
.aboutNav-items a {
	padding: 0;
}
.aboutTop-box {
	overflow: hidden;
	margin: 0 15px;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-orient: vertical;/*--- Android ---*/
	-ms-flex-direction: column;/*--- IE10 ---*/
	flex-direction: column;
}
.aboutTop-box div:not(:last-child) {
	margin-bottom: 15px;
}
.aboutSP-txtTop {
	-webkit-box-ordinal-group: 1;/*--- Android旧 ---*/
	-ms-flex-order: 1;/*--- IE10 ---*/
	order: 1;
}
.aboutSP-txtBottom {
	-webkit-box-ordinal-group: 3;/*--- Android旧 ---*/
	-ms-flex-order: 3;/*--- IE10 ---*/
	order: 3;
}
.aboutTop-img {
	float: none;
	margin: 0;
	text-align: center;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android ---*/
	-ms-flex-pack: distribute;/*--- IE10 ---*/
	justify-content: space-around;
	-webkit-box-align: center;/*--- Android ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
	-webkit-box-orient: horizontal;/*--- Android ---*/
	-ms-flex-direction: row;/*--- IE10 ---*/
	flex-direction: row;
	-webkit-box-ordinal-group: 2;/*--- Android旧 ---*/
	-ms-flex-order: 2;/*--- IE10 ---*/
	order: 2;
}
.aboutTop-img p {
	width: 48%;
}
.aboutTop-img img {
	width: 100%;
	height: auto;
}
.aboutTop-img p:last-child {
	font-size: 16px;
	margin-top: 5px;
	letter-spacing: 2px;
}
.aboutTop-img p:last-child span {
	font-size: 12px;
}
.aboutTop-txt p {
	font-size: 12px;
}
.aboutTop-txt p:not(:last-child) {
	margin-bottom: 1em;
}
.aboutOverseas-box:not(:last-child) {
	margin-bottom: 25px;
}
.aboutOverseas-title {
	margin-bottom: 15px;
	line-height: 1.2em;
}
.aboutOverseas-title p {
	font-size: 14px;
}
.aboutOverseas-title p:last-child {
	margin-left: 10px;
}
.aboutOverseas-catch {
	font-size: 14px;
	margin-bottom: 15px;
}
.aboutOverseas-title, .aboutOverseas-contents {
	-webkit-box-orient: vertical;/*--- Android ---*/
	-ms-flex-direction: column;/*--- IE10 ---*/
	flex-direction: column;
}
.aboutOverseas-txt, .aboutOverseas-img {
	width: 100%;
}
.aboutOverseas-txt {
	font-size: 12px;
	margin-bottom: 10px;
}
}

ul.enir {
	margin-bottom: 15px;
}

.enir li {
	float: left;
}

.enir li.day {
	width: 100px;
}
.enir li.text {
	width: 800px;
}

.enir li.text2 {
	width: 90%;
}

.enir .textlink {
    padding: 2px 0 2px 0;
    transition: color 0.5s, background-color 0.5s;
}
.enir .textlink:hover {
    color: #FFF;
    background-color: #ed6c00;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}


table.irentable{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 10px;
}

table.irentable tr{
  border-bottom: solid 2px white;
}

table.irentable tr:last-child{
  border-bottom: none;
}

table.irentable th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ed6c00;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.irentable th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ed6c00;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.irentable td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}