@charset "UTF-8";
/* CSS Document */
/*--------------------------------*/
footer {
  margin-top: 0px
}
.sim_contents {
  width: 100%;
  padding: 0rem 0rem 3rem 0px;
  margin: 0 auto 0 auto;
  background-color: #C2C1C9
}
.sim_base {
  width: 100%;
	  margin: 0 auto 0 auto;
}
.sim_menu_area {

  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
	  padding:1rem 0.5rem 1rem 0.5rem ;
}


.sim_menu_title_left {
order: 1;
	 flex: 0 1 auto;
 width:100%;
  display: flex;

  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .5rem 0.5rem 1.5rem 0.5rem;
	margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
/*  border-bottom: #bd0f53 4px solid;*/
  
    
 
  background: linear-gradient(
    to right,
    #bd0f54,
    #942243
  );
  background-size: 100% 6px;   /* 横　高さ */
  background-position: bottom;   /* 下端に寄せる */
  background-repeat: no-repeat;

}
.sim_menu_title_right {
order: 3;
		 flex: 0 1 auto;
 width:100%;
  display: flex;

  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.5rem 1.5rem 0.5rem;
		margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
/*  border-bottom: #2e85c7 4px solid;*/

    
  background-image: linear-gradient(
    to right,
    #2e85c8,
    #1e51a4
  );
  background-size: 100% 6px;   /* 横　高さ */
  background-position: bottom;   /* 下端に寄せる */
  background-repeat: no-repeat;

}
.t_left{
order: 2;

}
.t_right{
order: 4;

}
.sim_menu_area a {
border:#C2C1C9 2px solid;
  display: flex;
		flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.2rem 1rem 0.2rem;

  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  transition: background-color .2s ease-out;

	  background-color: #ecebf0;
	border-radius:4px;
}

.upper {
	flex: 1 0 


}
.lower {
	flex: 1 0

}

.number{
  flex: 1 0 100%;
	color: #004AC2
}
.number_title{
margin-left: 1rem;
	color: #004AC2
}

.sim_menu_area a.av, .sim_menu_area a:hover {
  background-color: #fff;

  opacity: 1.0
}
.sim_lower_area {
  background-color: #fff;
  padding: 1rem;

}
.sim_lead_txt {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 3rem;
  width: 96%;
  margin: 0.5rem auto 1.5rem auto;
	overflow: visible

}
.lead_line{
	padding:-1rem 0 0 0;
	background: linear-gradient(transparent 70%, rgba(206,120,255,0.15) 30%);
			word-break: break-all
}
.sim_section {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  background-color: #f5f5f5;
  padding: 1rem;
		  margin-bottom:1rem;
}
.sim_section_upper{
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.sim_section_upper_left {
  flex: 1 0 100%;
	  display: flex;
		justify-content: center;
	align-items: center;

}
.sim_section_upper_right {
  flex: 0 1 90%;
}
.sim_section_lower {
  flex: 1 0 100%;
	margin: 2rem auto 2rem auto;
}

.sim_section_lower_txt{
	  flex: 1 0 ;
	width: 96%;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.4rem;
margin: 1rem auto 2rem auto;    text-align: center;
	word-break: break-all
}


.sim_section_title_area {
		display: flex;
	flex-flow: wrap;

	justify-content: center;
  margin: 2rem auto 3rem auto;
}
.sim_title {
		flex: 1 0 auto;
  font-size: 1.6rem;
	text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
 margin: 0rem 2rem 0rem 2rem;
}
.sim_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%); 

}