@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}

/*===========================
box01
===========================*/
.box01{
	background-color: #D3FFEF;
	padding: 10px;
}

.box01 .f-wrap-AC{
  border: 3px solid #fff;
  padding: 20px 30px;
}

.box01 .f-wrap-AC .f-item2-3,
.box01 .f-wrap-AC .f-item1-3{
  margin-bottom: 0;
}


.box01 .f-wrap-AC .catch3{
  color: #3090c4 !important;
}

.box01 a{
	background-color: #7CD9B8;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	border-radius: 30px;
	color: #fff;
	box-shadow: 0px 3px 0px 0px #62AF93;
	position: relative;
	-webkit-box-shadow: 0px 3px 0px 0px #62AF93;
}



.box01 a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.box01 a::after{
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}


@media screen and (max-width: 768px) {
  .box01 .f-wrap-AC{
    padding: 20px 20px;
  }
}




@media screen and (max-width: 600px) {
  .box01 .f-wrap-AC .f-item2-3{
    margin-bottom: 20px;
  }
}

.dl_ptn1{
  width: 100%;
}
.dl_ptn1 dt{
  width: 3.5em;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.dl_ptn1 dd{
  width: calc(100% - 3.75em);
  display: inline-block;
  vertical-align: top;
}
