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

section {
  margin: 0 0 0;
}

.note {
  font-size: 90%;
  text-indent: -1em;
  padding-left: 1em;
}

/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {

#point .main_text {
  width: 90%;
  margin: 0 auto 20px;
}

#point .content_bg {
  padding: 40px 0 20px;
  background-color: #fff7c4;
}

#point ul {
  width: 90%;
  margin: 0 auto;
}

#point .pt_box {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}

#point .pt_box img {
  width: 100%;
  height: auto;
  border: 2px solid #F1F1F1;
  margin-bottom: 20px;
}

#point .pt_box p {
  margin-bottom: 15px;
}

#point .pt_box p:last-of-type {
  margin-bottom: 0;
}

#point .pt_name {
  font-size: 18px;
  font-weight: bold;
}


#point .btn a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px;
  color: #EA9A00;
  font-weight: bold;
  border-radius: 30px;
  border: 1.5px solid #EA9A00;
  background-image: url(../../../images/link_arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: auto 12px;
}

}

/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{


#point .main_text {
  text-align: center;
  margin: 0 auto 20px;
}

#point .content_bg {
  padding: 40px 0;
  background-color: #fff7c4;
}

#point .content {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

#point .pt_box {
  width: 300px;
  margin: 0 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}

#point img {
  width: 100%;
  height: auto;
  border: 2px solid #F1F1F1;
  margin-bottom: 20px;
}

#point .pt_box p {
  margin-bottom: 15px;
}

#point .pt_box p:last-of-type {
  margin-bottom: 0;
}

#point .pt_name {
  font-size: 18px;
  font-weight: bold;
}

#point ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#point ul:last-of-type {
  margin-bottom: 0;
}
 
#point li {
  display: flex;
  flex-direction: column;
  width: 30%;
}
 
#point .btn {
  margin-top: auto;
}
#point .btn a {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: 5px;
  padding: 10px;
  color: #EA9A00;
  font-weight: bold;
  border-radius: 30px;
  border: 1.5px solid #EA9A00;
  background-image: url(../../../images/link_arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: auto 12px;
}








}