@charset "UTF-8";
/* CSS Document */
/*--------------------------------*/

.features_title_section_upper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 0rem 0 2rem 0;
  padding: 1rem 0rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 1.8rem;
  background: linear-gradient(90deg, #ffffff 0%, #003A5C 20%, #003A5C 50%, #003A5C 80%, #ffffff 100%);
  transition: 0.3s
}


.feature_top_area {
	width: 100%;
padding: 3rem 0 2rem  0;
  background-color: #f2f2f2;
  margin: 0 auto 1rem auto;
}

.feature_top_area_inner {
	  width: 100%;

  margin: 0 auto;


}

.feature_top_area_left {

  display: flex;
	flex-direction: column;

  align-items: center;


}
.feature_top_area_left .features_section_title_area {
width: 96%;

}
.feature_top_area_left .features_title {
width: 100%;
	 font-size:1.8rem;
	line-height: 2.4rem;
	text-align: center
		
		

		
		
		
}


.feature_top_area_title {

  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  font-feature-settings: "palt";
	margin: .5rem 0rem 0rem 0rem;
}

.feature_top_area_e {
  font-family: "UniversNextPro-Cond";
  font-size: 1.8rem;
  padding: 1rem 0rem 1rem 0rem;
}

.feature_top_area_right {
	flex: 1 1;
}

.features_txt_title_area{
	  flex: 1 0 ;
	width: 90%;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.8rem;


}

.features_base {
  width: 100%;
  padding: 2rem 0px 0px 0px;
  margin: 0px auto 0px auto;
}

.sq_mgn_03{
  margin-top: -200px;
  padding-top: 200px;
}
.features_area{
 display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
width: 94%;
	padding: 1rem 0 ;
	  margin: 0 auto 3rem auto;
	  border-bottom: #999 1px solid;
}


.features_section_title_area {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
	 margin: 0rem  0rem 2rem  0rem;
}
.features_title {
  flex: 1 0 auto;
  font-size: 1.8rem;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 2rem 0rem 2rem;
	  font-feature-settings: "palt";
}
.features_title_bar {
  flex: 1 0 100%;
  margin: 1rem auto 0rem auto;
  height: 4px;
  overflow: hidden;
  background: linear-gradient(45deg, #000000 0%, #0071B3 30%, #000000 100%);
}




.features_txt{
	  flex: 1 0 ;
	width: 98%;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.8rem;


}
.features_p{
  width: 100%;
		margin: 1rem 0 ;

}



.b_link_area {
  display: flex;
flex-direction: column;
justify-content: center;
	align-items: center;
  width: 100%;
  margin:0 0 2rem 0;
    gap:2%
}
.b_link{
 flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
    align-self: stretch;
  border-radius: 2px;
  margin:0 0 .5rem 0;
  padding:2rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
  background-color: #ddd;
  transition: 0.3s;text-decoration: underline
}
.table_s {
  width: 100%;
  font-size: 1.4rem;
  margin: 1.5rem 0;
}
.table_s td {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: .5rem;
  border: #ccc 1px solid;
  vertical-align: middle
}

.table_s td.tb {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}.table_s td.gr{
	background-color: #eee

}.pc50 {
  width: 100%;
}