/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 英語サイト用CSS */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

	/*-------------------------------------------
	ALL
	-------------------------------------------*/

	.contact_area {
		right: 200px;
	}

	/*-------------------------------------------
	ALL
	-------------------------------------------*/
	/* 記事内の内部リンクボタン */
	.wrapper-recommend {
	margin: 100px 0 50px;
	}

  	.recommend {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 1em;
	padding: 20px;
	border: 2px solid #03743A;
	text-decoration: none;
	transition: 0.5s;
	}

  .recommend__label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 12px;
	background-color: #03743A;
	color: #fff;
	font-size: 12px;
	transform: translate(-2px, -100%);
	border-radius: 6px 6px 0 0;
  }

  .recommend__label::before {
	content: "\f35d";
	font-family: "Font Awesome 5 free";
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	margin-right: 6px;
  }

  .recommend__thumbnail {
	width: 50%;
  }

  .recommend__img {
	width: 100%;
  }

  .recommend__body {
	width: 100%;
	margin-left: 12px;
	margin-right: 12px;
  }

  .recommend__title {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
  }

  .recommend:hover {
	/*background-color:rgba(55,162,327,.1);*/
	/*transform: translateY(-4px);*/
	/*box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, .1);*/
	opacity: 0.7;
  }