#hd {
  width: 100%;
  height: 100vh;
  background: url(../img/top/mv-bg.png) no-repeat right;
  position: relative;
}
#hd .hd_logo {
  position: absolute;
  top: 10px;
  left: 1.5%;
}
#hd .hd_cta {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.5%;
}
#hd .hd_cta a img {
  width: 100%;
}
#hd .mv {
  padding: 5% 1.5%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
#hd .mv .mv_contents_wrapper {
  width: 860px;
  padding: 2% 1%;
  box-sizing: border-box;
}
#hd .mv .mv_contents_wrapper .mv_catch {
  width: 100%;
  margin-bottom: 10.84%;
}
#hd .mv .mv_contents_wrapper .mv_catch h2 img {
  width: 100%;
}
#hd .mv .mv_contents_wrapper .mv_cta {
  width: 100%;
  text-align: center;
  position: relative;
}
#hd .mv .mv_contents_wrapper .mv_cta::before {
  content: "";
  display: block;
  width: 19.29%;
  height: 143.54%;
  background: url(../img/top/mv_cta_person.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: -1%;
  z-index: 999;
}
#hd .mv .mv_contents_wrapper .mv_cta a {
  display: block;
  width: 100%;
  font-size: 1.46vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  background: #2b498e;
  border-radius: 15px;
  padding: 4% 0;
  box-shadow: 0px 5px 2px 0px rgb(23, 39, 76), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  position: relative;
}
#hd .mv .mv_contents_wrapper .mv_cta a:hover {
  box-shadow: unset;
  transform: translateY(6px);
  opacity: 1;
}
#hd .mv .mv_contents_wrapper .mv_cta a::before {
  content: "";
  display: block;
  width: 3.4%;
  height: 30.68%;
  background: url(../img/top/mv_cta_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 3%;
}
#hd .mv .mv_img {
  width: 55%;
}
#hd .mv .mv_img img {
  width: 100%;
}

#sv_hd {
  width: 100%;
  height: 500px;
  background: url(../img/sv/sv_bg.png) no-repeat center/cover;
  position: relative;
}
#sv_hd .sv_hd_logo {
  position: absolute;
  top: 10px;
  left: 1.5%;
}
#sv_hd .sv_hd_cta {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.5%;
}
#sv_hd .sv_hd_cta a img {
  width: 100%;
}
#sv_hd .sv_ttl {
  background: #ffffff;
  padding: 40px 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#sv_hd .sv_ttl h2 .en {
  font-size: 38px;
  font-weight: bold;
}
#sv_hd .sv_ttl h2 .ja {
  font-size: 50px;
  font-weight: bold;
}
#sv_hd .sv_contact_ttl h2 {
  position: relative;
}
#sv_hd .sv_contact_ttl h2::after {
  content: "";
  display: block;
  width: 496px;
  height: 277px;
  background: url(../img/sv/sv_contact_img.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
#sv_hd .sv_privacy_ttl h2 {
  position: relative;
}
#sv_hd .sv_privacy_ttl h2::after {
  content: "";
  display: block;
  width: 348px;
  height: 336px;
  background: url(../img/sv/sv_privacy_img.png) no-repeat center/contain;
  position: absolute;
  top: -90px;
  right: 0;
}
#sv_hd .sv_not_found_ttl h2 {
  position: relative;
}
#sv_hd .sv_not_found_ttl h2::after {
  content: "";
  display: block;
  width: 333px;
  height: 394px;
  background: url(../img/sv/sv_not_found_img.png) no-repeat center/contain;
  position: absolute;
  top: -115px;
  right: 0;
}

#ft {
  background: url(../img/top/ft_bg.png) no-repeat center/cover;
  padding: 100px 0 0;
}
#ft .ft_contents {
  margin-bottom: 60px;
  align-items: center;
}
#ft .ft_contents .ft_contents_wrapper {
  width: 55%;
}
#ft .ft_contents .ft_contents_wrapper .ft_logo {
  width: 60%;
  margin-bottom: 50px;
}
#ft .ft_contents .ft_contents_wrapper .ft_logo a {
  width: 100%;
}
#ft .ft_contents .ft_contents_wrapper .ft_logo a img {
  width: 100%;
}
#ft .ft_contents .ft_contents_wrapper .ft_address {
  margin-bottom: 60px;
}
#ft .ft_contents .ft_contents_wrapper .ft_address p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
#ft .ft_contents .ft_contents_wrapper .ft_nav .ft_nav_lists .ft_nav_list {
  margin-bottom: 20px;
}
#ft .ft_contents .ft_contents_wrapper .ft_nav .ft_nav_lists .ft_nav_list:first-child a {
  position: relative;
}
#ft .ft_contents .ft_contents_wrapper .ft_nav .ft_nav_lists .ft_nav_list:first-child a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/top/ft_nav_icon.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -20px;
}
#ft .ft_contents .ft_contents_wrapper .ft_nav .ft_nav_lists .ft_nav_list:last-child {
  margin-bottom: 0;
}
#ft .ft_contents .ft_contents_wrapper .ft_nav .ft_nav_lists .ft_nav_list a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
#ft .ft_contents .ft_img {
  width: 45%;
}
#ft .ft_contents .ft_img img {
  width: 80%;
}
#ft .copy_right {
  background: #000000;
  padding: 10px 0;
}
#ft .copy_right p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
}
#ft .copy_right p a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}

#contact_contents_sec {
  width: 100%;
  padding: 105px 0;
}
#contact_contents_sec .contents_box .contact_contents_ttl {
  margin-bottom: 60px;
  text-align: center;
}
#contact_contents_sec .contents_box .contact_contents_ttl h3 {
  font-size: 32px;
  font-weight: 500;
}
#contact_contents_sec .contents_box .cf7 {
  width: 100%;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists {
  width: 100%;
  margin-bottom: 60px;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list {
  align-items: center;
  margin-bottom: 25px;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list:last-child {
  margin-bottom: 0;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dt {
  width: 35%;
  padding: 15px 20px;
  box-sizing: border-box;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dt p {
  font-size: 18px;
  color: #040000;
  font-weight: 500;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dt p .cf7_required {
  color: #D71718;
  margin-left: 10px;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dt p .cf7_optional {
  color: #878D8E;
  margin-left: 10px;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd {
  width: 65%;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p {
  font-size: 18px;
  color: #040000;
  font-weight: 500;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=text], #contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=tel], #contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=email] {
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=text]::-moz-placeholder, #contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=tel]::-moz-placeholder, #contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=text]::placeholder, #contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=tel]::placeholder, #contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p input[type=email]::placeholder {
  color: #a5a5a5;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p .wpcf7-not-valid-tip {
  font-size: 15px !important;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p textarea::-moz-placeholder {
  color: #a5a5a5;
}
#contact_contents_sec .contents_box .cf7 .cf7_lists .cf7_list dd p textarea::placeholder {
  color: #a5a5a5;
}
#contact_contents_sec .contents_box .cf7_accepted {
  margin-bottom: 60px;
}
#contact_contents_sec .contents_box .cf7_accepted p {
  text-align: center;
  font-size: 15px;
  color: #040000;
  font-weight: 500;
  line-height: 2;
}
#contact_contents_sec .contents_box .cf7_accepted p .wpcf7-list-item {
  margin: 0 !important;
}
#contact_contents_sec .contents_box .cf7_accepted p .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 18px;
}
#contact_contents_sec .contents_box .cf7_accepted .cf7_accepted_txt {
  margin-top: -25px;
}
#contact_contents_sec .contents_box .cf7_button {
  text-align: center;
}
#contact_contents_sec .contents_box .cf7_button input[type=submit] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  background: #2b498e;
  padding: 15px 90px;
  box-sizing: border-box;
  border-radius: 50px;
}
#contact_contents_sec .contents_box .cf7_button input[type=submit]:hover {
  opacity: 0.6;
}
#contact_contents_sec .contents_box .wpcf7-spinner, #contact_contents_sec .contents_box .wpcf7-response-output {
  display: none !important;
}

#complete_contents_sec {
  width: 100%;
  padding: 105px 0;
}
#complete_contents_sec .contents_box .complete_contents_ttl {
  text-align: center;
  margin-bottom: 60px;
}
#complete_contents_sec .contents_box .complete_contents_ttl h3 {
  font-size: 32px;
  font-weight: bold;
  font-weight: 500;
}
#complete_contents_sec .contents_box .complete_contents_txt {
  text-align: center;
}
#complete_contents_sec .contents_box .complete_contents_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
#complete_contents_sec .contents_box .complete_contents_txt p a {
  border-bottom: 1px solid #333333;
}

#privacy_contents_sec {
  width: 100%;
  padding: 105px 0;
}
#privacy_contents_sec .contents_box .privacy_contents_ttl {
  margin-bottom: 60px;
}
#privacy_contents_sec .contents_box .privacy_contents_ttl h3 {
  font-size: 32px;
  font-weight: bold;
}
#privacy_contents_sec .contents_box .privacy_content_lists .privacy_content_list {
  margin-bottom: 60px;
}
#privacy_contents_sec .contents_box .privacy_content_lists .privacy_content_list .privacy_content_list_ttl h4 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#privacy_contents_sec .contents_box .privacy_content_lists .privacy_content_list .privacy_content_list_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

#not_found_contents_sec {
  width: 100%;
  padding: 105px 0;
}
#not_found_contents_sec .contents_box .not_found_contents_ttl {
  text-align: center;
  margin-bottom: 60px;
}
#not_found_contents_sec .contents_box .not_found_contents_ttl h3 {
  font-size: 32px;
  font-weight: bold;
}
#not_found_contents_sec .contents_box .not_found_contents_txt {
  text-align: center;
}
#not_found_contents_sec .contents_box .not_found_contents_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
#not_found_contents_sec .contents_box .not_found_contents_txt p a {
  border-bottom: 1px solid #333333;
}

#trouble_sec {
  padding: 100px 0 70px;
}
#trouble_sec .contents_box .trouble_sec_ttl {
  width: 800px;
  margin: 0 auto 30px;
  border-bottom: 3px solid #000000;
}
#trouble_sec .contents_box .trouble_sec_ttl h3 {
  text-align: center;
}
#trouble_sec .contents_box .trouble_sec_ttl h3 .en {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
}
#trouble_sec .contents_box .trouble_sec_ttl h3 .ja {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2px;
}
#trouble_sec .contents_box .trouble_contents {
  align-items: flex-end;
}
#trouble_sec .contents_box .trouble_contents .trouble_contents_img {
  width: 50%;
}
#trouble_sec .contents_box .trouble_contents .trouble_contents_img img {
  width: 100%;
}
#trouble_sec .contents_box .trouble_contents .trouble_txt_contents {
  width: 50%;
}
#trouble_sec .contents_box .trouble_contents .trouble_txt_contents .trouble_txt_contents_ttl {
  text-align: center;
  background: #000000;
  padding: 12px 0;
  margin-bottom: 20px;
}
#trouble_sec .contents_box .trouble_contents .trouble_txt_contents .trouble_txt_contents_ttl h4 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
#trouble_sec .contents_box .trouble_contents .trouble_txt_contents .trouble_contents_lists li {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
}
#trouble_sec .contents_box .trouble_contents .trouble_txt_contents .trouble_contents_lists li::before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  background: url(../img/top/trouble_contents_list_check.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#trouble_sec .contents_box .trouble_contents .trouble_txt_contents .trouble_contents_lists li:last-child {
  margin-bottom: 0;
}

#suggetion_sec .suggetion_sec_ttl {
  width: 100%;
  background: #000000;
  padding: 25px 0 15px;
  text-align: center;
  position: relative;
}
#suggetion_sec .suggetion_sec_ttl::before {
  content: "";
  display: block;
  width: 45px;
  height: 20px;
  background: url(../img/top/suggetion_sec_ttl_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#suggetion_sec .suggetion_sec_ttl h3 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2px;
}
#suggetion_sec .suggetion_sec_ttl h3 span {
  font-size: 66px;
  position: relative;
}
#suggetion_sec .suggetion_sec_ttl h3 span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#suggetion_sec .suggetion_sec_contents {
  width: 100%;
  background: #fffc27;
  padding: 50px 0 100px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt {
  width: 1080px;
  text-align: center;
  margin: 0 auto 60px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span {
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span:first-child {
  font-size: 38px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span:nth-child(2) {
  font-size: 28px;
  margin-bottom: 40px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span:nth-child(3) {
  font-size: 38px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span:nth-child(4) {
  background: #ffffff;
  font-size: 38px;
  position: relative;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span:nth-child(4)::before {
  content: "";
  display: block;
  width: 83px;
  height: 87px;
  background: url(../img/top/suggetion_sec_txt_illust_before.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span:nth-child(4)::after {
  content: "";
  display: block;
  width: 83px;
  height: 87px;
  background: url(../img/top/suggetion_sec_txt_illust_after.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
#suggetion_sec .suggetion_sec_contents .suggetion_sec_txt p span:nth-child(4) > span {
  display: inline-block;
  font-size: 50px;
  font-weight: 900;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles {
  width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  padding: 35px 100px 50px;
  box-sizing: border-box;
  position: relative;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles::before {
  content: "";
  display: block;
  width: 193px;
  height: 240px;
  background: url(../img/top/suggetion_roles_person.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_ttl {
  text-align: center;
  margin-bottom: 30px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_ttl h4 {
  letter-spacing: 2px;
  font-weight: bold;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_ttl h4 .en {
  font-size: 38px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_ttl h4 .en span {
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  margin-right: 15px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_ttl h4 .ja {
  font-size: 50px;
  font-weight: 900;
  margin-top: -15px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists {
  margin-bottom: 40px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists .suggetion_roles_list {
  width: 32%;
  margin-right: 4%;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists .suggetion_roles_list:last-child {
  margin-right: 0;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists .suggetion_roles_list .suggetion_roles_list_img {
  width: 85%;
  margin: 0 auto 20px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists .suggetion_roles_list .suggetion_roles_list_img img {
  width: 100%;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists .suggetion_roles_list .suggetion_roles_list_ttl {
  text-align: center;
  margin-bottom: 10px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists .suggetion_roles_list .suggetion_roles_list_ttl h5 {
  font-size: 28px;
  font-weight: bold;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_lists .suggetion_roles_list .suggetion_roles_list_txt p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_txt {
  background: #000000;
  padding: 40px 0;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_txt p {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_txt p:first-child {
  font-size: 22px;
  margin-bottom: 35px;
}
#suggetion_sec .suggetion_sec_contents .suggetion_roles .suggetion_roles_txt p:last-child {
  font-size: 28px;
}

#survey_results_sec {
  padding: 100px 0;
}
#survey_results_sec .contents_box .survey_results_sec_ttl {
  margin-bottom: 50px;
}
#survey_results_sec .contents_box .survey_results_sec_ttl h3 {
  text-align: center;
}
#survey_results_sec .contents_box .survey_results_sec_ttl h3 .en {
  font-size: 38px;
  font-weight: bold;
}
#survey_results_sec .contents_box .survey_results_sec_ttl h3 .ja {
  font-size: 50px;
  font-weight: 900;
  margin-top: -10px;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list {
  background: #ffffff;
  padding: 50px 80px;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/top/survey_results_list_ttl_q.png) no-repeat center/contain;
  position: absolute;
  top: 10px;
  left: 0;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_img {
  text-align: center;
  margin-bottom: 30px;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_comment {
  justify-items: center;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_comment .survey_results_list_comment_img {
  width: 27%;
  margin-right: 8%;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_comment .survey_results_list_comment_img img {
  width: 100%;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_comment .survey_results_list_comment_txt {
  width: 65%;
  background: #fffc27;
  padding: 30px 25px;
  box-sizing: border-box;
  position: relative;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_comment .survey_results_list_comment_txt::before {
  content: "";
  display: block;
  width: 21px;
  height: 45px;
  background: url(../img/top/survey_results_list_comment_txt_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -20px;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_comment .survey_results_list_comment_txt p {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
}
#survey_results_sec .contents_box .survey_results_lists .survey_results_list .survey_results_list_comment .survey_results_list_comment_txt p span {
  background: linear-gradient(transparent 60%, #ffffff 60%);
}
#survey_results_sec .contents_box .survey_results_txt {
  background: #fffc27;
  padding: 40px 100px;
  box-sizing: border-box;
  position: relative;
}
#survey_results_sec .contents_box .survey_results_txt::before {
  content: "";
  display: block;
  width: 191px;
  height: 224px;
  background: url(../img/top/survey_results_txt_person.png) no-repeat center/contain;
  position: absolute;
  bottom: -25px;
  left: -90px;
}
#survey_results_sec .contents_box .survey_results_txt p {
  text-align: center;
  line-height: 1.8;
}
#survey_results_sec .contents_box .survey_results_txt p:first-child {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
#survey_results_sec .contents_box .survey_results_txt p:last-child {
  font-size: 28px;
  font-weight: bold;
}
#survey_results_sec .contents_box .survey_results_txt p span {
  background: linear-gradient(transparent 60%, #ffffff 60%);
}
#survey_results_sec .contents_box .survey_results_txt p span:first-child {
  font-size: 28px;
}

#theme_sec .theme_sec_ttl_wrapper {
  background: #000000;
  padding: 40px 0;
  position: relative;
}
#theme_sec .theme_sec_ttl_wrapper::before {
  content: "";
  display: block;
  width: 45px;
  height: 20px;
  background: url(../img/top/theme_sec_ttl_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#theme_sec .theme_sec_ttl_wrapper::after {
  content: "";
  display: block;
  width: 245px;
  height: 265px;
  background: url(../img/top/theme_sec_ttl_person.png) no-repeat center/contain;
  position: absolute;
  right: 15%;
  bottom: 0;
}
#theme_sec .theme_sec_ttl_wrapper .theme_sec_ttl h3 {
  color: #ffffff;
  letter-spacing: 2px;
}
#theme_sec .theme_sec_ttl_wrapper .theme_sec_ttl h3 .en {
  font-size: 38px;
  font-weight: bold;
}
#theme_sec .theme_sec_ttl_wrapper .theme_sec_ttl h3 .ja {
  font-size: 50px;
  font-weight: 900;
  margin-top: -10px;
}
#theme_sec .theme_contents {
  background: #fffc27;
  padding: 115px 0 100px;
}
#theme_sec .theme_contents .contents_box .theme_contents_ttl {
  margin-bottom: 45px;
}
#theme_sec .theme_contents .contents_box .theme_contents_ttl h4 {
  font-weight: bold;
  font-size: 38px;
}
#theme_sec .theme_contents .contents_box .theme_contents_ttl h4 span:first-child {
  display: inline-block;
  background: #ffffff;
  border: 3px solid #000000;
  padding: 0 0 0 10px;
}
#theme_sec .theme_contents .contents_box .theme_contents_ttl h4 span:nth-child(2) {
  display: block;
}
#theme_sec .theme_contents .contents_box .theme_contents_wrapper {
  align-items: flex-end;
  margin-bottom: 60px;
}
#theme_sec .theme_contents .contents_box .theme_contents_wrapper .theme_contents_txt {
  width: 46%;
}
#theme_sec .theme_contents .contents_box .theme_contents_wrapper .theme_contents_txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 25px;
}
#theme_sec .theme_contents .contents_box .theme_contents_wrapper .theme_contents_txt p:last-child {
  margin-bottom: 0;
}
#theme_sec .theme_contents .contents_box .theme_contents_wrapper .theme_contents_img {
  width: 54%;
}
#theme_sec .theme_contents .contents_box .theme_contents_wrapper .theme_contents_img img {
  width: 100%;
}
#theme_sec .theme_contents .contents_box .theme_function_contents .theme_function_contents_ttl {
  background: #000000;
  padding: 25px 0;
}
#theme_sec .theme_contents .contents_box .theme_function_contents .theme_function_contents_ttl h5 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
#theme_sec .theme_contents .contents_box .theme_function_contents .theme_function_contents_lists {
  flex-wrap: wrap;
  background: #ffffff;
  padding: 30px 60px 0;
  box-sizing: border-box;
}
#theme_sec .theme_contents .contents_box .theme_function_contents .theme_function_contents_lists .theme_function_contents_list {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 25px;
}
#theme_sec .theme_contents .contents_box .theme_function_contents .theme_function_contents_lists .theme_function_contents_list:nth-child(5n) {
  margin-right: 0;
}
#theme_sec .theme_contents .contents_box .theme_function_contents .theme_function_contents_lists .theme_function_contents_list .theme_function_contents_list_ttl h6 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.cta_sec {
  background: url(../img/top/cta_sec_bg.png) repeat;
  padding: 90px 0 50px;
  box-sizing: border-box;
}
.cta_sec .cta_contents {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 35px 50px;
  position: relative;
}
.cta_sec .cta_contents::before {
  content: "";
  display: block;
  width: 173px;
  height: 43px;
  background: url(../img/top/cta_contents_contact.png) no-repeat center/contain;
  position: absolute;
  top: -40px;
  left: 20px;
}
.cta_sec .cta_contents::after {
  content: "";
  display: block;
  width: 194px;
  height: 190px;
  background: url(../img/top/cta_contents_person.png) no-repeat center/contain;
  position: absolute;
  right: 10px;
  bottom: 125px;
}
.cta_sec .cta_contents .cta_contents_ttl {
  margin-bottom: 10px;
}
.cta_sec .cta_contents .cta_contents_ttl h3 {
  color: #2b498e;
  font-size: 38px;
  font-weight: 900;
}
.cta_sec .cta_contents .cta_contents_ttl h3 > span {
  font-size: 50px;
  background: linear-gradient(transparent 60%, #fffc27 60%);
}
.cta_sec .cta_contents .cta_contents_ttl h3 > span span {
  position: relative;
}
.cta_sec .cta_contents .cta_contents_ttl h3 > span span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2b498e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.cta_sec .cta_contents .cta_contents_txt {
  margin-bottom: 30px;
}
.cta_sec .cta_contents .cta_contents_txt p {
  font-size: 16px;
  font-weight: 500;
}
.cta_sec .cta_contents .cta_contents_lists .cta_contents_list {
  width: 48%;
  margin-right: 4%;
}
.cta_sec .cta_contents .cta_contents_lists .cta_contents_list:first-child a::before {
  content: "";
  display: block;
  width: 32px;
  height: 25px;
  background: url(../img/top/cta_contents_list_mail.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 22.5%;
}
.cta_sec .cta_contents .cta_contents_lists .cta_contents_list:last-child {
  margin-right: 0;
}
.cta_sec .cta_contents .cta_contents_lists .cta_contents_list:last-child a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/top/cta_contents_list_line.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 22.5%;
}
.cta_sec .cta_contents .cta_contents_lists .cta_contents_list a {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  background: #2b498e;
  border-radius: 15px;
  padding: 4% 0;
  box-shadow: 0px 5px 2px 0px rgb(23, 39, 76), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  position: relative;
}
.cta_sec .cta_contents .cta_contents_lists .cta_contents_list a:hover {
  box-shadow: unset;
  transform: translateY(6px);
  opacity: 1;
}
.cta_sec .cta_contents .cta_contents_lists .cta_contents_list a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/top/mv_cta_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5%;
}

#merit_sec {
  padding: 100px 0;
}
#merit_sec .merit_contents .merit_contents_ttl {
  margin-bottom: 40px;
}
#merit_sec .merit_contents .merit_contents_ttl h3 {
  text-align: center;
}
#merit_sec .merit_contents .merit_contents_ttl h3 .en {
  font-size: 38px;
  font-weight: bold;
}
#merit_sec .merit_contents .merit_contents_ttl h3 .ja {
  font-size: 50px;
  font-weight: 900;
  margin-top: -10px;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list {
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list:last-child {
  margin-bottom: 0;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_list_img {
  width: 48%;
  margin-right: 2%;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_list_img img {
  width: 100%;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_wrapper {
  width: 50%;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_wrapper .merit_contents_wrapper_ttl {
  margin-bottom: 20px;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_wrapper .merit_contents_wrapper_ttl h4 span:first-child {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #000000;
  padding: 4px 6px 8px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_wrapper .merit_contents_wrapper_ttl h4 span:nth-child(2) {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_wrapper .merit_contents_wrapper_txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 25px;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list .merit_contents_wrapper .merit_contents_wrapper_txt p:last-child {
  margin-bottom: 0;
}
#merit_sec .merit_contents .merit_contents_lists .merit_contents_list_even {
  flex-direction: row-reverse;
}

#plan_sec {
  background: #fffc27;
  padding: 100px 0;
}
#plan_sec .plan_contents .plan_contents_ttl h3 {
  text-align: center;
}
#plan_sec .plan_contents .plan_contents_ttl h3 .en {
  font-size: 38px;
  font-weight: bold;
}
#plan_sec .plan_contents .plan_contents_ttl h3 .ja {
  font-size: 50px;
  font-weight: 900;
  margin-top: -10px;
}
#plan_sec .plan_contents .plan_content_ttl_txt {
  margin-bottom: 35px;
}
#plan_sec .plan_contents .plan_content_ttl_txt p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#plan_sec .plan_contents .plan_contents_lists {
  justify-content: space-between;
  align-items: center;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:first-child {
  width: 480px;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:first-child .plan_contents_list_ttl {
  position: relative;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:first-child .plan_contents_list_ttl::after {
  content: "";
  display: block;
  width: 143px;
  height: 154px;
  background: url(../img/top/plan_contents_list_ttl_person.png) no-repeat center/contain;
  position: absolute;
  top: -152px;
  left: 10px;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:nth-child(2) .plan_contents_list_ttl {
  background: none;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:nth-child(2) .plan_contents_list_ttl::before {
  display: none;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:nth-child(2) .plan_contents_list_ttl h4 {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 66px;
  font-weight: bold;
  text-align: center;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:last-child {
  width: 480px;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:last-child .plan_contents_list_ttl {
  position: relative;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list:last-child .plan_contents_list_ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 112px;
  background: url(../img/top/plan_contents_list_ttl_cat.png) no-repeat center/contain;
  position: absolute;
  top: -75px;
  right: 15px;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_ttl {
  background: #000000;
  padding: 20px 0;
  position: relative;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_ttl::before {
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  background: url(../img/top/plan_contents_list_ttl_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_ttl h4 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper {
  background: #ffffff;
  padding: 5px 10px;
  box-sizing: border-box;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_price {
  border-bottom: 1px solid #000000;
  padding: 10px 0 20px;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_price p {
  text-align: center;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_price p:first-child {
  font-size: 22px;
  font-weight: 900;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_price p:first-child span {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_price p:last-child {
  color: #898989;
  font-size: 16px;
  font-weight: 500;
  margin-top: -15px;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_point {
  padding: 15px 25px 20px;
  box-sizing: border-box;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_point .plan_contents_list_point_ttl h5 {
  color: #898989;
  font-size: 12px;
  font-weight: bold;
}
#plan_sec .plan_contents .plan_contents_lists .plan_contents_list .plan_contents_list_wrapper .plan_contents_list_point .plan_contents_list_point_txt {
  font-size: 16px;
  font-weight: 500;
}

#flow_sec {
  padding: 100px 0;
}
#flow_sec .flow_contents .flow_contents_ttl {
  margin-bottom: 75px;
}
#flow_sec .flow_contents .flow_contents_ttl h3 {
  text-align: center;
}
#flow_sec .flow_contents .flow_contents_ttl h3 .en {
  font-size: 38px;
  font-weight: bold;
}
#flow_sec .flow_contents .flow_contents_ttl h3 .ja {
  font-size: 50px;
  font-weight: 900;
  margin-top: -10px;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list {
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list:first-child::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/top/flow_contents_list_01.png) no-repeat center/contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list:nth-child(2)::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/top/flow_contents_list_02.png) no-repeat center/contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list:nth-child(3)::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/top/flow_contents_list_03.png) no-repeat center/contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list:nth-child(4)::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/top/flow_contents_list_04.png) no-repeat center/contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list:last-child::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/top/flow_contents_list_05.png) no-repeat center/contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_list_img {
  width: 100%;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_list_img img {
  width: 100%;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_list_ttl {
  margin-bottom: 10px;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_list_ttl h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_list_txt {
  margin-bottom: 20px;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_list_txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_lists_cta li {
  width: 100%;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_lists_cta li:first-child {
  margin-bottom: 15px;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_lists_cta li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  background: #2b498e;
  border-radius: 5px;
  padding: 12.5px 0;
  box-shadow: 0px 5px 2px 0px rgb(23, 39, 76), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  position: relative;
}
#flow_sec .flow_contents .flow_contents_lists .flow_contents_list .flow_contents_lists_cta li a:hover {
  box-shadow: unset;
  transform: translateY(6px);
  opacity: 1;
}

#faq_sec {
  background: #fffc27;
  padding: 100px 0;
}
#faq_sec .faq_contents .faq_contents_ttl {
  margin-bottom: 30px;
}
#faq_sec .faq_contents .faq_contents_ttl h3 {
  text-align: center;
}
#faq_sec .faq_contents .faq_contents_ttl h3 .en {
  font-size: 38px;
  font-weight: bold;
}
#faq_sec .faq_contents .faq_contents_ttl h3 .ja {
  font-size: 50px;
  font-weight: 900;
  margin-top: -10px;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list:last-child {
  margin-bottom: 0;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list .faq_contents_list_q {
  background: #000000;
  padding: 25px 30px 25px 60px;
  box-sizing: border-box;
  position: relative;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list .faq_contents_list_q::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/top/faq_contents_list_q.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 20px;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list .faq_contents_list_q h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list .faq_contents_list_a {
  background: #ffffff;
  padding: 30px 30px 30px 40px;
  box-sizing: border-box;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list .faq_contents_list_a p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
#faq_sec .faq_contents .faq_contents_lists .faq_contents_list .faq_contents_list_a p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */