@charset "utf-8";


#normalwidth strong {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #064583;
    font-weight: 400;
}

#normalwidth #left-title {
	width:min(90%,1000px);
	margin-top:30px;
	margin-bottom:30px;
}

.left-title-title {
	text-align:center;
}


.section-blue {
  background-color: #ebf4f9;
  position: relative;
  margin-top:50px;
  padding-bottom:20px;
}

/* 上 */
.section-blue::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  width: 0;
  height: 0;
  border-left: 50vw solid #ebf4f9;;
  border-right: 50vw solid #ebf4f9;;
  border-top: 50px solid transparent;
  transform: translateX(-50%);
  
  z-index:-1;
}

/* 下 */
.section-blue::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 50px solid #ebf4f9;
  transform: translateX(-50%);
  z-index:-1;
}





.section-white {
  padding:30px 0px 0px;
}



.fukidashi {
	  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
	  font-size:2rem;
}


