@charset "UTF-8";
/* CSS Document */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.sec-flow {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 60px 64px 6px 64px;
  border-radius: 30px;
}
.left {
  text-align: left;
}
.sec-flow__flex-wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-bottom: 5.4rem;
}
.sec-flow_img img {
  width: 100%;
  max-width: 210px;
  border-radius: 20px;
}
.sec-flow_description {
  width: 70%;
  text-align: left;
}
.sec-flow_description h3 {
  margin-bottom: 1.6rem;
}
.sec-flow_description-number {
  color: #FFFFFF;
  padding: 20px;
  margin-right: 1.6rem;
  background-image: url("../../images/biginner/g_badge.svg");
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-flow_description-title {
  color: #83BF7E;
}
.sec-flow_description_p {
  margin-left: 6.4rem;
}
.sec-flow_description-btn {
  max-width: 268px;
  background-color: #83BF7E;
  margin-top: 2.4rem;
  margin-left: 6.4rem;
  padding: 16px 56px;
  border-radius: 30px;
}
.sec-flow_description-btn a {
  color: #FFFFFF;
}
@media (max-width:850px) {
  .sec-flow {
  width: 95%;
  padding: 60px 24px 60px 24px;
  border-radius: 20px;
}
.sec-flow__flex-wrap {
  width: 100%;
  display: block;
  margin-bottom: 5.4rem;
}
.sec-flow_img img {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.sec-flow_description {
  width: 100%;
  text-align: left;
}
.sec-flow_description h3 {
  margin-bottom: 1.6rem;
}
.sec-flow_description-number {
  color: #FFFFFF;
  padding: 20px;
  margin-right: 1.6rem;
  background-image: url("../../images/biginner/g_badge.svg");
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-flow_description_p {
  margin-left: 0rem;
}
.sec-flow_description-btn {
  width: 100%;
  background-color: #83BF7E;
  margin-top: 2.4rem;
  margin-left: 0rem;
  padding: 16px 54px;
  border-radius: 30px;
}
}
/*よくあるご質問PC*/
.sec-FAQ {
  width: 100%;
  padding: 100px 50px;
}
.sec-FAQ_contents {
  width: 100%;
  max-width: 800px;
  text-align: left;

}
.sec-FAQ_Q {
  margin-bottom: 1.0rem;
  display: flex;
  align-items: center;
}
.sec-FAQ_Q-icon {
  color: #FFFFFF;
   font-size: 2.4rem;
  padding: 12px 16px 16px 16px;
  margin-right: 1.6rem;
  background-image: url("../../images/biginner/yg_badge.svg");
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-FAQ_Q-text {
  color: #83BF7E;
  font-family: 'Zen Maru Gothic';
}
.sec-FAQ_A {
  display: flex;
  align-items: center;
  margin-bottom: 6.0rem;
}
.sec-FAQ_A-icon {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic';
  padding: 12px 16px 16px 16px;
  margin-right: 1.6rem;
  background-image: url("../../images/biginner/g_badge.svg");
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-FAQ_A-text {
  
}
/*よくあるご質問スマホ*/
@media (max-width:850px) {
  .sec-FAQ {
  width: 88%;
  padding: 80px 0 60px 0;
    margin: 0 auto;
}
.sec-FAQ_contents {
  width: 100%;
  max-width: 800px;
  text-align: left;
}
.sec-FAQ_Q {
  margin-bottom: 1.0rem;
  display: flex;
  align-items: center;
}
.sec-FAQ_Q-icon {
  color: #FFFFFF;
  font-size: 2.0rem;
  padding: 12px 16px 16px 16px;
  margin-right: 1.6rem;
  background-image: url("../../images/biginner/yg_badge.svg");
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-FAQ_Q-text {
  color: #83BF7E;
  font-family: 'Zen Maru Gothic';
}
.sec-FAQ_A {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6.0rem;
}
.sec-FAQ_A-icon {
  color: #FFFFFF;
  font-size: 2.0rem;
  font-family: 'Zen Maru Gothic';
  padding: 12px 16px 16px 16px;
  margin-right: 1.6rem;
  background-image: url("../../images/biginner/g_badge.svg");
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-FAQ_A-text {
  
}
}