@charset "utf-8";

.title01{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.title02{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	background-color:#00B056; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
}


.title02:before {
	background-color: #fff; /* 切り替わる色 */
	content: '';
	display: block;
	opacity: 0.6; /* 不透明度 */
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
}


.text01{
	font-size: 1.5rem;
	text-align: center;
	background-color: #000B87;
	color: #fff;
	font-weight: bold;
}

/* ==========================================================================
  purposeListArea
========================================================================== */



.purposeListArea{
  background-color: #ffffff;
  padding: 10px 0 42px 0;
  width: 100%;
}

.purposeListArea:nth-child(even){
  background-color: #f7f7f0;
}


.purposeListBox{
  margin-top: 25px;
}

.purposeListBox .columnComp-type03 .columnComp_box{
  margin-top: 20px;
  margin-left: 0px;
  width: 100%;
}

.purposeListBox .columnComp-type03 .columnComp_box:first-child {
  margin-top: 0px;
}

.purposeListBox_item{
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  height: 100%;
  padding: 2px 20px 20px 20px;
  position: relative;

}

.purposeListBox_className{
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.purposeListBox_className {
	color: #050505; /* 文字色 */
	padding: 5px 5px 5px 30px; /* 上・右・下・左の余白 */
	position: relative;
}
.purposeListBox_className:before {
	background-color: #ef858c; /* 左側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 3px; /* 左端からの位置 */
	width: 5px; /* 左側の線の幅 */
	height: 100%;
}
.purposeListBox_className:after {
	background-color: #f3cbd0; /* 右側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 12px; /* 左端からの位置 */
	width: 5px; /* 右側の線の幅 */
	height: 100%;
}


.purposeListBox_img{
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
	margin-top: 20px;
}

.purposeListBox_item{
  width: 100%;
}

.purposeListBox_item a:hover img{
  opacity: 0.7;
}

.purposeListBox_layout{
  display: flex;
  margin-bottom: 15px;
}

/*.purposeListBox_layoutItem:last-child{
  padding: 0 0 0 15px;
  width: 40%;
}*/

.purposeListBox_item .boxLink-type02{
  letter-spacing: 0.2em;
  position: static;
  bottom: 0px;
  left: 25px;
  padding: 9px 32px 8px 32px;
  margin-top: 12px;
  width: 100%;
}

.chooseRACArea_bottomLink{
  background-color: transparent;
  padding: 42px 0 0 0;
}

.chooseRACArea_tabWrap .boxLink.boxLink-type01:not([class*="linkBtnList-type"]){
  display: block;
  margin: 0 auto;
  width: 85%;
}