*{
  font-family: 'Noto Sans JP', sans-serif;
}

/* ここからコンテンツエリア */
.memberMainContents {
  padding: 70px 0px 50px 0px;
  background-color: transparent;
  text-align: center;
  background-image: url("img/page9.jpg");
  background-size: cover;
  background-color:rgba(255,255,255,0.6); /* 背景を半透明化 */
  background-blend-mode:lighten;
  color: black;
}

.memberTitle {
  padding: 60px 0px 80px 0px;
}

.memberText {
  font-weight: 400;
  line-height: 32px;
}

.mailAddress {
  border-bottom: solid 1px #000000;
}

.memberContents {
  padding: 80px 0px 230px 0px;
  display: flex;
  justify-content: center;
}

.memberContent {
  height: 200px;
  width: 300px;
  margin: 0px 40px;
}

.memberCntentPlan {
  font-size: 13px;
  padding: 18px 0px 13px 0px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

.memberCntentDetailStep1 {
  font-weight: bold;
  background: rgba(147, 184, 129, 0.4);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.memberCntentDetailStep1_title {
  font-weight: bold;
  background: rgba(255, 241, 234, 0.4);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

.memberCntentDetail_1 {
  height: 290px;
  width: 300px;
  text-align: left;
  background: rgba(255, 241, 234, 0.4);
  border-radius: 10px;
}

.memberCntentDetail_1_text {
  padding: 0px 0px 0px 50px;
  font-size: 14px;
  font-weight: bold;
}

.memberCntentDetailStep2 {
  font-weight: bold;
  background: rgba(147, 184, 129, 0.4);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.memberCntentDetailStep2_title {
  font-weight: bold;
  background: rgba(255, 241, 234, 0.4);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

.memberCntentDetail_2 {
  height: 290px;
  width: 300px;
  text-align: left;
  background: rgba(255, 241, 234, 0.4);
  border-radius: 10px;
}

.memberCntentDetail_2_text {
  padding: 5px 0px 0px 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.memberCntentDetailStep3 {
  font-weight: bold;
  background: rgba(147, 184, 129, 0.4);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.memberCntentDetailStep3_title {
  font-weight: bold;
  background: rgba(255, 241, 234, 0.4);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

.memberCntentDetail_3 {
  height: 290px;
  width: 300px;
  text-align: left;
  background: rgba(255, 241, 234, 0.4);
  border-radius: 10px;
}

.memberCntentDetail_3_text {
  padding: 5px 0px 0px 30px;
  font-size: 14px;
  font-weight: bold;
}

.memberBtn {
  margin-top: 30px;
}

button {
  height: 60px;
  width: 300px;
  font-size: 22px;
  color: #FFF;
  background: rgba(105, 130, 27, 0.4);
  border-radius: 100vh;
  border:none;
  font-weight: bold;
}

button:hover {
  opacity: 0.8;
  cursor : pointer;
  transform: translateY(2px);
}


@media screen and (max-width: 960px) {
	/* 960px以下に適用されるCSS（タブレット用） */
  .memberTitle {
    font-size: 27px;
  }
  
  .memberContent {
    height: 200px;
    width: 250px;
    margin: 0px 40px;
  }
  
  .memberCntentPlan {
    font-size: 15px;
  }
  
  .memberCntentDetail_1 {
    height: 230px;
    width: 250px;
  }
  
  .memberCntentDetail_1_text {
    font-size: 12px;
  }
  
  .memberCntentDetail_2 {
    height: 230px;
    width: 250px;
  }
  
  .memberCntentDetail_2_text {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  .memberMainContents {
    padding: 50px 25px;
  }

  .memberTitle {
    font-size: 24px;
  }

  .memberText {
    font-size: 12px;
  }

  .memberContents {
    padding: 0px 0px 30px 0px;
    display: block;
  }

  .memberContent {
    height: 400px;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .memberCntentPlan {
    font-size: 15px;
  }
  
  .memberCntentDetail_1 {
    height: 290px;
    width: 300px;
  }
  
  .memberCntentDetail_1_text {
    font-size: 14px;
  }
  
  .memberCntentDetail_2 {
    height: 250px;
    width: 300px;
  }
  
  .memberCntentDetail_2_text {
    font-size: 14px;
  }

  button {
    height: 45px;
    width: 220px;
    font-size: 17px;
  }
  
}