.contactArea__button{
	margin: 4rem 0 0 auto;
	display: block;
	width:auto;
	text-align: right;
}
	@media only screen and (max-width: 559px) {
		.contactArea__button{
		margin: 1.5rem 0 0 auto;
		width:auto;
		}
	}
.contactArea__card{
	margin: 4rem 0 0 0;
	display: block;
/*
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
*/
	column-gap:5rem;
}
	@media print, screen and (min-width: 560px) and (max-width: 959px){
		.contactArea__card{
		margin: 2rem 0 0 0;
		column-gap:3rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.contactArea__card{
		margin: 2rem 0 0 0;
		flex-direction: column;
		}
	}
.contactArea__cardItem{
	width: calc((100% - 10rem)/1);
	margin: 0;
	position: relative;
	background:#FFF;
}
	@media print, screen and (min-width: 560px) and (max-width: 959px){
		.contactArea__cardItem{
			width: calc((100% - 8rem)/1);
		}
	}
	@media only screen and (max-width: 559px) {
		.contactArea__cardItem{
			width:100%;
			margin: 0 0 2rem 0;
		}
	}

.contactAreaCard{
    padding: 4rem 1.5rem 4rem 1.5rem;
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
    border-bottom: 1px #ccc solid;
}
	@media print, screen and (min-width: 560px) and (max-width: 959px){
		.contactAreaCard{
			padding: 1rem 1rem 3rem 1rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.contactAreaCard{
			padding: 1rem 1rem 3rem 1rem;
    display: block;
		}
	}
.contactArea__image{
	width:100%;
	overflow: hidden;
	aspect-ratio: 5 / 2.6;
	background-size:cover;
	background-position: center;
  }
.contactAreaCard .contactArea__imageWrap{
	display: block;
	width:100%;
	aspect-ratio: 5 / 2.6;
	overflow: hidden;
}
.contactAreaCard .contactArea__image{
	display: block;
	width:100%;
	margin: 0 auto;
 }
.contactAreaCard__body{
  width:100%;
  padding: 0 1rem;
  margin: 2rem 0 0 0;
 }
 	@media print, screen and (min-width: 560px) and (max-width: 959px){
		.contactAreaCard__body{
		  margin: 1.5rem 0 0 0;
		 }
	}
	@media only screen and (max-width: 559px) {
		.contactAreaCard__body{
		  margin: 1rem 0 0 0;
		 }
	}
 .contactAreaCard__date{
	 font-size: 1rem;
	 color:#666;
	 margin: 0;
 } 
 .contactAreaCard__title{
	 margin: 0.5rem 0 0 0;
	 font-size: 2.4rem;
	 line-height: 3.2rem;
	 color:#666;
 }
 	@media print, screen and (min-width: 560px) and (max-width: 959px){
		.contactAreaCard__title{
			 font-size: 2rem;
			 line-height: 2.6rem;
	 	}
	}
	@media only screen and (max-width: 559px) {
		.contactAreaCard__title{
			 font-size: 1.8rem;
			 line-height: 2.4rem;
		 }
	}
.contactAreaCard__text{
	margin: 1rem 0 0 0;
	font-size: 1.4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	color:#333;
 }
	@media only screen and (max-width: 559px) {
		.contactAreaCard__text{
			font-size: 1.2rem;
		 }
	}
 
.contactAreaCard__button{
	width:auto;
	height: auto;
	position: static;
	overflow: hidden;
	margin: 2rem 0 0 0;
	display: inline-block;
/*
	right: 0;
	bottom:0;
*/
	}
.contactAreaCard__button .Button{
	width:100%;
	height: 100%;
	position: relative;
	margin: 0;
	}
.contactAreaCard__button .Button__text{
	display: block;
	padding:1rem 4.5rem 1rem 2.5rem !important;
	}
.contactAreaCard__button .Button::before{
	content: "";
  display: inline-block;
  position: absolute;
	top: 40%;
    right: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.single-cont-act h3 {
	color: #666;
	border-bottom: 1px solid rgba(204,204,204,1.00);
	margin-top: 50px;
}

.single-cont-act table.Table_Basic th {
    width: 170px !important;
}
	@media only screen and (max-width: 559px) {
.single-cont-act table.Table_Basic th {
    width: 150px !important;
}
	}