@charset "UTF-8";

/* Scss Document */

/*---------mixin設定-------------*/

/*ブレイクポイント*/

/*-------------------------------

 //共通

-------------------------------*/

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sec_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.cmn_btn {
  max-width: 800px;
  margin: 0 auto;
}

.cmn_btn a {
  display: block;
  background-color: #fa9523;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 30px 0;
  border-radius: 80px;
}

.cmn_btn a:hover {
  opacity: 0.8;
}

.cmn_btn span::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-left: 30px;
}

/*-------------------------------

 //mv

-------------------------------*/

.mv {
  margin-bottom: 80px;
}

/*-------------------------------

 //wrap_lead

-------------------------------*/

.wrap_lead {
  margin-bottom: 80px;
  text-align: center;
}

.wrap_lead .copy {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
}

.wrap_lead .txt {
  font-size: 18px;
  line-height: 2;
}

/*-------------------------------

 //img_pass_record

-------------------------------*/

.img_pass_record {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
}

/*-------------------------------

 //wrap_voice

-------------------------------*/

.wrap_voice {
  background: url("../images/bg_pass_cont.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
  margin-bottom: 80px;
}

.wrap_voice .voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.wrap_voice .voice_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: calc(50% - 12px);
  background: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
	border-radius: 10px;
}

.wrap_voice .voice_list .txtarea {
  flex: 1;
  min-width: 0;
}

.wrap_voice .voice_list .txtarea h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin: 0 0 16px;
}

.wrap_voice .voice_list .txtarea p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.wrap_voice .voice_list figure {
  flex-shrink: 0;
  width: 40%;
  margin: 0;
}

.wrap_voice .voice_list figure img {
  display: block;
  width: 100%;
  height: auto;
}

/*-------------------------------

 //wrap_features

-------------------------------*/

.wrap_features {
  background-color: #E3F1FC;
  padding: 80px 0 60px;
  margin: 80px 0 0;
}

.wrap_features .lead_txt {
	text-align: center;
	margin-bottom: 50px;
}


.wrap_features .features_item {
  background-color: #fff;
  border-radius: 10px;
	width: 48%;
	margin-bottom: 30px;
}

.wrap_features .features_item .head {
  background-color: #1C1C82;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
	text-align: center;
}

.wrap_features .features_item .cont {
  padding: 20px 60px 30px;
}

.wrap_features .features_item .cont .sub_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.wrap_features .features_item .cont .txt {
  font-size: 16px;
  line-height: 1.8;
}

.wrap_features .features_item .cont .txt .txt_red {
  color: #b81c22;
  font-weight: bold;
}

.wrap_features .wrap_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/*-------------------------------

 //wrap_system

-------------------------------*/

.wrap_system {
  background: url("../images/bg_system_cont.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
}

.wrap_system .sec_ttl {
	color: #fff;
}

.wrap_system .wrap_system_cont {
  background-color: #fff;
  padding: 60px 60px;
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.wrap_system .cont {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.wrap_system .cont:last-child {
	padding-bottom: 0;
	margin: 0;
	border-bottom: none;
}

.wrap_system .cont .item {
  width: 65%;
}

.wrap_system .cont .item .ttl {
  font-size: 26px;
  font-weight: bold;
  color: #1C1C82;
  margin-bottom: 15px;
}

.wrap_system .cont .item .txt {
  font-size: 16px;
  line-height: 1.8;
}

.wrap_system .cont .img {
  width: 30%;
}


/*-------------------------------

 //wrap_policy

-------------------------------*/

.wrap_policy {
  background-color: #E3F1FC;
  padding: 80px 0 60px;
}


.wrap_policy .year_cont {
  background-color: #fff;
}

.wrap_policy .year_cont .year {
  background-color: #b81c22;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.wrap_policy .year_cont .txt {
  font-size: 16px;
  line-height: 1.8;
}

.wrap_policy .year_cont.year_06 {
  display: flex;
  justify-content: flex-start;
  flex-flow: nowrap;
  align-items: center;
  margin-bottom: 40px;
}

.wrap_policy .year_cont.year_06 .year {
  width: 35%;
  padding: 45px 0;
}

.wrap_policy .year_cont.year_06 .txt {
  width: 65%;
  padding: 0 60px 0 40px;
  box-sizing: border-box;
}

.wrap_policy .wrap_flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.wrap_policy .wrap_flex .year_cont {
  width: 48%;
  margin-bottom: 40px;
}

.wrap_policy .wrap_flex .year_cont .year {
  padding: 5px 0;
}

.wrap_policy .wrap_flex .year_cont .txt {
  padding: 30px 40px;
}

/*-------------------------------

 //wrap_btn_area

-------------------------------*/

.wrap_btn_area {
  background: url("../images/bg_btn_area.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0;
	background-position: right top;
}

.wrap_btn_area .txt {
  color: #fff;
  font-weight: bold;
  font-size: 33px;
  margin-bottom: 30px;
  text-align: center;
}

.wrap_btn_area .txt span {
  font-size: 110px;
  line-height: 1.4;
}

.wrap_btn_area .cmn_btn {
  margin-top: 40px;
}

.wrap_btn_area .experience_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
	color: #fff;
}

.wrap_btn_area .experience_wrap .ttl {
  font-weight: bold;
  margin-right: 5px;
}

.wrap_btn_area .experience_wrap .ttl span {
  background-color: #fff;
  color: #1C1C82;
  padding: 2px 20px;
  border-radius: 5px;
}

.wrap_btn_area .experience_wrap .date {
  margin-right: 5px;
  font-weight: bold;
}

.wrap_btn_area .experience_wrap .date span {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 2px 10px;
  margin-right: 4px;
}

.wrap_btn_area .flow {
  max-width: 1100px;
  margin: 80px auto 0;
}


@media (max-width: 768px) {
	.wrap_btn_area .experience_wrap {
	  font-size: 16px;
	}
	
}

/*-------------------------------

 //footer

-------------------------------*/

.footer {
  background-color: #383838;
  padding: 30px 0;
}

.footer .copy {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/*-------------------------------

 //lp-course-wrap

-------------------------------*/

.lp-course-wrap {
  background-color: #fff;
  padding: 80px 0 60px;
}

.lp-course-wrap .course_ttl {
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
  border: 3px solid #1C1C82;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.lp-course-wrap .course_ttl .target {
  background-color: #1C1C82;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 5px 0;
  width: 35%;
}

.lp-course-wrap .course_ttl .course_name {
  font-size: 26px;
  color: #40250a;
  padding: 0 0 0 30px;
  width: 65%;
}

/*course-flex*/

course-wrap-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.course-wrap-flex div {
  width: 55%;
}

.course-wrap-flex img {
  width: 40%;
}

.course-wrap-flex h3 {
  width: 100%;
}

.ac-item {
  margin: 15px auto 20px;
}

.course-pay .ac-item:last-child {
  margin-bottom: 0;
}

.ac-item h4 {
  background: #eee;
  color: #333;
  padding: 10px;
  position: relative;
  padding-right: 20px;
  border: 1px solid #dccc;
  border-radius: 5px;
	font-weight: 700;
}

.ac-item i svg {
  color: #666;
  width: 10px;
  transform: rotate(90deg);
  transition: .2s ease;
}

.ac-item i {
  position: absolute;
  right: 20px;
}

.course-wrap .ac-item .schedule_mb {
  margin-bottom: 20px;
}

.course-pay .ac-item:last-child {
  margin-bottom: 0;
}

.course-pay {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.course-pay.last {
  margin-bottom: 80px;
}

.item-inner {
  background: #eee;
  padding: 20px;
}

.ac-item .tb_test {
  width: 100%;
  background: #fff;
}

.ac-item .tb_test th {
  background: #2355a0;
  color: #fff;
  width: 15%;
  padding: 5px 10px;
  border-bottom: 1px solid #c5c5c5;
  font-weight: 600;
}

.ac-item .tb_test td {
  padding: 5px 10px;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  text-align: center;
}

.ac-item .tb_test td:last-child {
  border-right: none;
}

.item-inner dt,
.item-inner dd {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  justify-content: center;
  flex-wrap: wrap;
}

.item-inner dd .note {
  display: block;
  width: 100%;
  font-size: 80%;
}

.item-inner dt {
  width: 15%;
  background: #2355a0;
  color: #fff;
  font-weight: 600;
}

.item-inner dd {
  width: 85%;
}

.item-inner dl {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item-inner {
  display: none;
}

.open i svg {
  transform: rotate(-90deg);
  transition: .2s ease;
}

/*.open-table {
  margin: 30px auto 0;
}
*/

.open-table > table {
  width: 100%;
  /*	table-layout: fixed;
  */
}

.open-table > table span {
  color: #e02f2f;
  font-weight: 700;
}

.open-table > table .note {
  color: #333;
  font-size: 80%;
  line-height: 1.4;
  display: inline-block;
  font-weight: 400;
}

.open-table > table .table-mark {
  text-align: center;
  color: #666;
  display: block;
}

.open-table > table th,
.open-table > table td {
  border: 1px solid #c5c5c5;
  padding: 5px 10px;
  vertical-align: middle;
}

.open-table > table td {
  background: #fff;
  line-height: 1.4;
  text-align: center;
}

.open-table > table.left td {
  background: #fff;
  line-height: 1.4;
  text-align: left;
}

.open-table > table th {
  text-align: center;
  font-weight: 700;
  background: #2355a0;
  color: #fff;
}

.open-table > table th:first-child {
  width: 15%;
}

.open-table > table thead th {
  padding: 2px;
}

.class {
  width: 23%;
}

.open-table > table .note {
  font-size: 80%;
}

.open-table .note-whs {
  font-size: 70%;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
}

.lp-course-wrap .course-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: .5em;
  border-left: 6px solid;
  color: #2455a0;
  margin: 20px auto 15px;
}

.course-pay .item-inner .mb {
  margin-bottom: 20px;
}

/*-------------------------------

 // FAQ (lp-individual-9)

-------------------------------*/

.lp-individual-9 {
  padding: 80px 0;
	background: #E3F1FC;
}

.lp-individual-9 .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #2455a0;
  padding: 5px 10px;
}

.lp-individual-9 .item {
  margin-top: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.lp-individual-9 .item .box {
  padding: 0 20px;
}

.lp-individual-9 .item .box .wrap {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
}

.lp-individual-9 .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #1C1C82;
  font-weight: bold;
  font-size: 20px;
  padding-right: 40px;
  cursor: pointer;
}

.lp-individual-9 .item .question.show::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
}

.lp-individual-9 .item .question::after,
.lp-individual-9 .item .question::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  background: #1C1C82;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.lp-individual-9 .item .question::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.lp-individual-9 .item .question .q {
  background: #1C1C82;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  width: 36px;
  min-width: 36px;
  font-size: 20px;
  height: 36px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5em;
  line-height: 1;
	padding-bottom: 4px;
	box-sizing: border-box;
}

.lp-individual-9 .item .answer {
  margin-top: 1em;
  display: none;
  color: #333333;
}

.lp-individual-9 .item .answer .answer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 00px 20px 0;
}

.lp-individual-9 .item .answer .a {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: #b3b3b3;
  line-height: 1;
  margin-right: 0.5em;
}

.wrap_event {
  padding: 50px 0 80px;
}

.wrap_event .sec_ttl {
  margin-bottom: 20px;
}

.wrap_event .banner_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
	gap: 20px;
    margin: 0 auto;
}

/*-------------------------------

 // Media Queries

-------------------------------*/

@media (min-width: 650px) {
  #main {
    min-width: 1200px;
    padding-top: 78px;
  }

  .pc_none {
    display: none;
  }
}

@media (max-width: 650px) {
  .inner {
    width: 90%;
  }

  .sec_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .cmn_btn {
    width: 90%;
  }

  .cmn_btn a {
    font-size: 20px;
    padding: 25px 0;
  }

  .cmn_btn span::after {
    margin-left: 10px;
  }

  .sp_none {
    display: none;
  }

  .mv {
    margin-bottom: 40px;
  }

  .wrap_lead {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .wrap_lead .copy {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .wrap_lead .txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .img_pass_record {
    width: 90%;
  }

  .wrap_voice {
    padding: 40px 0 30px;
    margin-bottom: 40px;
  }

  .wrap_voice .voice_list {
    flex-direction: column;
    width: 90%;
    gap: 16px;
  }

  .wrap_voice .voice_list > li {
    width: 100%;
    gap: 0;
    padding: 20px 20px 20px 30px;
  }

  .wrap_voice .voice_list .txtarea h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .wrap_voice .voice_list .txtarea p {
    font-size: 14px;
    line-height: 1.7;
  }

  .wrap_voice .voice_list figure {
    width: 40%;
  }

  .wrap_features {
    padding: 40px 0 30px;
    margin-top: 40px;
  }
	
	
.wrap_features .lead_txt {
    margin-bottom: 30px;
	text-align: left;
}

    .wrap_features .features_item {
		width: 100%;
		margin-bottom: 20px;
    }

  .wrap_features .features_item .head {
    font-size: 16px;
    padding: 10px 10px;
	  text-align: center;
  }

  .wrap_features .features_item .cont {
    padding: 20px 20px;
  }

  .wrap_features .features_item .cont .sub_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .wrap_features .features_item .cont .txt {
    font-size: 14px;
  }

  .wrap_features .features_item.item_01 {
    margin-bottom: 30px;
  }

  .wrap_features .features_item.item_01 .head::before {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }

  .wrap_features .features_item.item_01 .cont {
    display: block;
  }

  .wrap_features .features_item.item_01 .cont .txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrap_features .features_item.item_01 .cont .img {
    width: 60%;
    margin: 0 auto;
  }

  .wrap_features .features_item.item_02 {
    margin-bottom: 30px;
  }

  .wrap_features .features_item.item_02 .head::before {
    width: 50px;
    height: 50px;
    top: 8px;
    left: 10px;
  }

  .wrap_features .features_item.item_02 .cont {
    display: block;
  }

  .wrap_features .features_item.item_02 .cont .txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrap_features .features_item.item_02 .cont .img {
    width: 60%;
    margin: 0 auto;
  }

  .wrap_features .features_item.item_03 {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrap_features .features_item.item_03 .head {
    padding: 10px 10px 10px 70px;
  }

  .wrap_features .features_item.item_03 .head::before {
    width: 50px;
    height: 50px;
    top: 8px;
    left: 10px;
  }

  .wrap_features .features_item.item_04 {
    width: 100%;
  }

  .wrap_features .features_item.item_04 .head {
    padding: 10px 10px 10px 70px;
  }

  .wrap_features .features_item.item_04 .head::before {
    width: 50px;
    height: 50px;
    top: 8px;
    left: 10px;
  }

  .wrap_features .wrap_flex {
    display: block;
  }


	
	
  .wrap_system {
    padding: 40px 0 30px;
  }


  .wrap_system .wrap_system_cont {
    padding: 30px 30px;
    width: 90%;
    border-radius: 10px;
  }

  .wrap_system .cont {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .wrap_system .cont .item {
    width: 100%;
  }

  .wrap_system .cont .item .ttl {
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
	  margin-top: 15px;
  }

  .wrap_system .cont .item .txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .wrap_system .cont .img {
    width: 100%;
    margin: 0 auto;
  }

  .wrap_policy {
    padding: 40px 0 30px;
  }

  .wrap_policy .year_cont .year {
    font-size: 16px;
  }

  .wrap_policy .year_cont .txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .wrap_policy .year_cont.year_06 {
    display: block;
    margin-bottom: 20px;
  }

  .wrap_policy .year_cont.year_06 .year {
    width: 100%;
    padding: 5px 0;
  }

  .wrap_policy .year_cont.year_06 .txt {
    width: 100%;
    padding: 20px 20px;
  }

  .wrap_policy .wrap_flex {
    display: block;
  }

  .wrap_policy .wrap_flex .year_cont {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrap_policy .wrap_flex .year_cont .txt {
    padding: 20px 20px;
  }

  .wrap_btn_area {
    padding: 40px 0;
  }

  .wrap_btn_area .txt {
    font-size: 18px;
    line-height: 1.4;
	  margin-bottom: 20px;
  }

  .wrap_btn_area .txt span {
    font-size: 36px;
  }

  .wrap_btn_area .cmn_btn {
    margin-top: 20px;
  }


  .wrap_btn_area .flow {
    width: 90%;
    margin: 40px auto 0;
  }

  .footer {
    padding: 20px 0;
  }

  .footer .copy {
    font-size: 10px;
  }

  .lp-course-wrap {
    padding: 40px 0 30px;
  }


  .lp-course-wrap .course_ttl {
    border: 2px solid #1C1C82;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .lp-course-wrap .course_ttl .target {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }

  .lp-course-wrap .course_ttl .course_name {
    font-size: 14px;
    padding: 0 0 0 0;
    text-align: center;
  }

  .ac-item {
    margin: 15px auto 20px;
  }

  .ac-item h4 {
    font-size: 14px;
  }

  .ac-item .tb_test th {
    font-size: 12px;
    width: 25%;
    vertical-align: middle;
  }

  .ac-item .tb_test td {
    font-size: 12px;
    vertical-align: middle;
  }

  .item-inner dt,
  .item-inner dd {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .feature .course-wrap-flex {
    flex-direction: column;
  }

  .course-wrap-flex div,
  .course-wrap-flex img {
    width: 100%;
  }

  .course-wrap-flex img {
    margin-top: 20px;
  }

  .item-inner dl {
    flex-direction: column;
  }

  .item-inner dt,
  .item-inner dd {
    border: none;
    width: 100%;
  }

  /*	.open-table.table-inner {
    	  margin: 0 auto 30px;
    	}
    */

  .open-table > table th.subject {
    width: 10vw;
  }

  .open-table > table {
    width: 100%;
    table-layout: fixed;
  }

  .open-table > table.left td {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .lp-individual-9 .item .question {
    font-size: 20px;
    line-height: 1.4;
  }

  .lp-individual-9 {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .lp-individual-9 .item .question {
    font-size: 16px;
  }

  .lp-individual-9 .item .question .q {
    width: 30px;
    min-width: 30px;
    font-size: 16px;
    height: 30px;
  }

  .lp-individual-9 .item .question::after,
  .lp-individual-9 .item .question::before {
    width: 20px;
  }

  .lp-individual-9 {
    padding: 40px 0;
  }

  .wrap_event {
    padding: 0 0 40px;
  }

  .wrap_event .banner_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}




	
  .test {
	  display: flex;
	  justify-content: space-between;
	  flex-flow: row wrap;
	  background: #fff;
	  border-radius: 10px;
	  padding: 30px 50px;
	  box-sizing: border-box;
  }

  .test figure {
	  width: 47%;
  }

	
  .test figcaption {
	  text-align: center;
	  font-size: 18px;
	  margin-bottom: 20px;
  }

@media (max-width: 768px) {
  .test {
	  padding: 20px 20px;
  }
	
  .test figure {
	  width: 100%;
  }

  .test figure:first-child {
	  margin-bottom: 30px;
  }

}
