/*
  Theme Name: Community Study BLAST
  Author: BLAST
  Version: 1.0
*/

@charset "UTF-8";
html {
  font-size: 62.5%; /* 1rem → 10px */
}

@media (max-width: 960px) {
  html {
    font-size: 50%; /* 1rem → 8px */
  }
}
body {
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a:hover {
  opacity: 0.6;
}

/*横幅900のひろいやつ*/
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 6.2rem;
}

@media (max-width: 1200px) {
  .container {
    width: 90%;
    padding: 0;
  }
}
/*横幅660のせまいやつ*/
.container-660 {
  width: 100%;
  margin: 0 auto;
  max-width: 66rem;
}

@media (max-width: 1000px) {
  .container-660 {
    width: 90%;
    padding: 0;
  }
}
/*横幅800のやつ*/
.container-800 {
  width: 100%;
  margin: 0 auto;
  max-width: 90rem; /*ここを変える*/
}

@media (max-width: 1000px) {
  .container-800 {
    width: 90%;
    padding: 0;
  }
}
/* 共通パーツ */
.common_header {
  font-weight: bold;
  padding: 1rem 2.5rem;
  display: flex;
  justify-content: space-between;
}

h1 {
  color: #ff7722;
  font-size: 3rem;
}

.section_title {
  margin: 0 auto;
  width: fit-content;
}
.section_title h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #ff7722;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 1.8rem;
  }
}
.section_title h2::after {
  background-color: #ff7722;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-100%);
  width: 50%;
}
.section_title h2::before {
  background-color: #ffc59b;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  width: 50%;
}
.section_title p {
  font-size: 1rem;
  margin-top: 0.5rem;
}

p, h3, h4, b {
  color: #4B4B4B;
}

/* 共通パーツ */
/* header */
.top_header {
  border-bottom: 1px solid #F1F1F1;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top_header {
    font-size: 1rem;
  }
}

.header {
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .header .header_left {
    align-self: center;
  }
  .header .header_left h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .header .header_left h1 {
    font-size: 2rem;
  }
}
.header .header_right {
  align-self: center;
  color: white;
  background: #ff7722;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 2rem;
}
@media screen and (max-width: 320px) {
  .header .header_right {
    font-size: 1.2rem;
  }
}

/* header */
.mail_visual {
  background: #fff8f0;
  position: relative;
  z-index: 0;
  padding-bottom: 6rem;
}

.top_visual {
  padding-top: 6rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_visual {
    flex-direction: column;
    padding-top: 4rem;
  }
}
.top_visual .left_visual {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .top_visual .left_visual {
    width: 100%;
  }
}
.top_visual .left_visual h3 {
  font-size: 3.7rem;
  font-weight: bold;
  margin: 4rem 0 2rem 0;
}
@media screen and (max-width: 375px) {
  .top_visual .left_visual h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 320px) {
  .top_visual .left_visual h3 {
    font-size: 3rem;
  }
}
.top_visual .left_visual p {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 2rem;
}
@media screen and (max-width: 320px) {
  .top_visual .left_visual p {
    font-size: 1.7rem;
  }
}
.top_visual .left_visual .free_consultation {
  width: 30rem;
  background: #ff7722;
  color: white;
  padding: 1rem;
  margin: 6rem 0 3rem 9rem;
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .top_visual .left_visual .free_consultation {
    width: 40rem;
    margin: 5rem auto;
  }
}
@media screen and (max-width: 320px) {
  .top_visual .left_visual .free_consultation {
    margin: 3rem auto;
    width: 100%;
  }
}
.top_visual .left_visual .consultation_sub_msg {
  color: #fff;
  display: table;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
}
.top_visual .left_visual .consultation_sub_msg::before {
  background-image: url(../img/left_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 10px;
}
.top_visual .left_visual .consultation_sub_msg::after {
  background-image: url(../img/right_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 4px;
  top: 6px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .top_visual .left_visual .consultation_sub_msg {
    font-size: 1.5rem;
  }
}
.top_visual .left_visual .consultation_main_msg {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_visual .left_visual .consultation_main_msg {
    font-size: 2rem;
  }
}
.top_visual .right_visual {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .top_visual .right_visual {
    width: 85%;
    margin: 0 auto;
  }
}

.under_visual {
  background: white;
  box-shadow: 2px 2px 6px 1px #c7c7c7;
}
.under_visual .choose_three_reason {
  padding: 5rem 14rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason {
    padding: 2rem 2.5rem;
  }
}
.under_visual .choose_three_reason .choose_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason .choose_lists {
    flex-direction: column;
  }
}
.under_visual .choose_three_reason .choose_lists .choose_lists_item {
  position: relative;
  width: calc(33.33333333% - 30px);
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item {
    width: 100%;
    display: flex;
    margin-bottom: 4rem;
  }
  .under_visual .choose_three_reason .choose_lists .choose_lists_item:last-child {
    margin-bottom: 0;
  }
  .under_visual .choose_three_reason .choose_lists .choose_lists_item:first-child span {
    left: -4px;
    top: -0.8rem;
  }
  .under_visual .choose_three_reason .choose_lists .choose_lists_item:first-child .choose_lists_item_img {
    width: 33%;
  }
}
.under_visual .choose_three_reason .choose_lists .choose_lists_item span {
  color: #ffc59b;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  left: 4px;
  line-height: 5.2rem;
  position: absolute;
  top: -2.8rem;
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item span {
    left: -5px;
    top: -4rem;
  }
}
.under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_img {
  margin: 0 auto;
  width: 18rem;
  height: 18rem;
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_img {
    width: 35%;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_part {
    width: 55%;
  }
}
.under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_title {
    font-size: 1.8rem;
  }
}
.under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_msg {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_msg {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_msg {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 320px) {
  .under_visual .choose_three_reason .choose_lists .choose_lists_item .choose_lists_item_msg {
    font-size: 1.4rem;
  }
}

.circle {
  position: absolute;
  z-index: -1;
  top: 3rem;
  width: 58rem;
  height: 58rem;
  right: -6rem;
}
@media screen and (max-width: 767px) {
  .circle {
    width: 32rem;
    height: 32rem;
    top: 11rem;
    right: -4rem;
  }
}

.blast_about, .blast_three_features, .study_vocies, .usage_flow, .faq, .finish_msg {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .blast_about, .blast_three_features, .study_vocies, .usage_flow, .faq, .finish_msg {
    margin-top: 8rem !important;
  }
}

.blast_about_content {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blast_about_content {
    flex-direction: column-reverse;
  }
}
.blast_about_content .blast_about_left {
  width: 60%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .blast_about_content .blast_about_left {
    width: 100%;
    padding-top: 3rem;
  }
  .blast_about_content .blast_about_left p {
    font-size: 2rem;
  }
}
.blast_about_content .blast_about_left p {
  line-height: 2.7rem;
}
.blast_about_content .blast_about_right {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .blast_about_content .blast_about_right {
    width: 55%;
    margin: 3rem auto 0 auto;
  }
}

.blast_three_features {
  margin-top: 10rem;
}

.blast_three_feature_lists {
  margin-top: 3rem;
  background: #fff8f0;
  border: 1px solid #E0E0E0;
  padding: 3rem 9rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .blast_three_feature_lists {
    padding: 2rem 2rem;
  }
}

.blast_three_feature_items_title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #ffc59b;
}
.blast_three_feature_items_title span {
  font-size: 5rem;
}

.blast_three_feature_items_sub_title {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .blast_three_feature_items_sub_title {
    text-align: center;
    margin-top: 2rem;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 375px) {
  .blast_three_feature_items_sub_title {
    font-size: 2.2rem;
  }
}

.blast_three_feature_items_msg {
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .blast_three_feature_items_msg {
    font-size: 2rem;
  }
}

.table_container {
  width: 100%;
  max-width: 80rem;
  margin: 4rem auto 0 auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table_container {
    font-size: 2rem;
  }
}

.table_header {
  background-color: #ff7722;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .table_header {
    font-size: 2rem;
  }
}

.table_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  background: white;
}
@media screen and (max-width: 767px) {
  .table_row {
    padding: 1.5rem;
  }
}

.table_row:first-child {
  border: 1px solid #ccc;
}

.table_row:not(:first-child) {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table_row:nth-child(odd) {
  background-color: #f9f9f9;
}

.table_cell {
  flex: 1;
  text-align: left;
}

.arrow_cell {
  flex: 0;
  text-align: right;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  width: 100%;
}

.content_inner {
  padding: 2rem;
  background-color: rgb(248, 248, 248);
  border-top: 1px solid #ccc;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.content_inner p {
  margin: 0 0 10px 0;
}
.content_inner p span {
  font-weight: bold;
}
.content_inner p:last-child {
  margin-bottom: 0;
}

.second_features_msg, .three_features_msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .second_features_msg, .three_features_msg {
    flex-direction: column-reverse;
  }
}
.second_features_msg p, .three_features_msg p {
  width: 67%;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .second_features_msg p, .three_features_msg p {
    width: 100%;
  }
}
.second_features_msg .second_features_img, .second_features_msg .three_features_img, .three_features_msg .second_features_img, .three_features_msg .three_features_img {
  width: 20rem;
  height: 30%;
}
@media screen and (max-width: 767px) {
  .second_features_msg .second_features_img, .second_features_msg .three_features_img, .three_features_msg .second_features_img, .three_features_msg .three_features_img {
    margin-bottom: 3rem;
  }
}

.study_vocies {
  margin-top: 10rem;
}

.study_voices_lists {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .study_voices_lists {
    flex-direction: column;
    margin-top: 0;
  }
}
.study_voices_lists .study_voices_item {
  border: 3px solid #ff7722;
  position: relative;
  padding: 4rem 3rem 2.5rem 3rem;
  width: 48%;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .study_voices_lists .study_voices_item {
    width: 100%;
  }
}
.study_voices_lists .study_voices_item span {
  position: absolute;
  color: white;
  background: #ff7722;
  padding: 1rem 5rem;
  font-weight: bold;
  left: 50%;
  transform: translate(-50%, -150%);
  font-size: 2.5rem;
  font-family: serif;
}
@media screen and (max-width: 820px) {
  .study_voices_lists .study_voices_item span {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 375px) {
  .study_voices_lists .study_voices_item span {
    padding: 1rem 4rem;
  }
}
@media screen and (max-width: 320px) {
  .study_voices_lists .study_voices_item span {
    padding: 1rem 3rem;
  }
}

.voice_user {
  font-weight: bold;
  font-size: 2rem;
  color: #ff7722;
  margin-bottom: 2rem;
}

.voice_user_message {
  line-height: 2.6rem;
}

.usage_flow {
  margin-top: 10rem;
}

.usage_flow_list {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .usage_flow_list {
    flex-direction: column;
  }
}
.usage_flow_list .usage_flow_item {
  padding: 2.6rem 7.5rem;
  border: 3px solid #ff7722;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .usage_flow_list .usage_flow_item {
    width: 85%;
    margin: 0 auto;
    padding: 2rem;
  }
}
.usage_flow_list .usage_flow_item .usage_flow_title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff7722;
  margin-bottom: 2rem;
}
.usage_flow_list .usage_flow_item .usage_flow_msg {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.usage_flow_list .usage_flow_item .usage_flow_img {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .usage_flow_list .usage_flow_item .usage_flow_img {
    margin: 0 auto;
  }
}
.usage_flow_list .usage_flow_arrow_img {
  margin: 0 3rem;
  width: 5rem;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .usage_flow_list .usage_flow_arrow_img {
    transform: rotate(90deg);
  }
}

.usage_flow_support_msg {
  color: #ff7722;
  border: 1px solid #ff7722;
  text-align: center;
  padding: 1.5rem 5rem;
  width: 93%;
  margin: 0 auto;
  margin-top: 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .usage_flow_support_msg {
    width: 85%;
    padding: 1rem 2rem;
  }
}

.faq {
  margin-top: 10rem;
}

.faq_lists_item {
  display: flex;
  flex-direction: column;
}
.faq_lists_item .faq_common {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .faq_lists_item .faq_common {
    padding: 2rem 3rem;
  }
}
.faq_lists_item .faq_common .faq_q_img {
  width: 5rem;
  height: 5rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .faq_lists_item .faq_common .faq_q_img {
    width: 14%;
    margin-right: 2rem;
    height: auto;
  }
}
.faq_lists_item .faq_question_msg {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq_lists_item .faq_question_msg {
    font-size: 1.8rem;
    width: 86%;
  }
}
.faq_lists_item .faq_top {
  background: #ff7722;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-top: 3rem;
}
.faq_lists_item .faq_under {
  background: white;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: 1px solid #ff7722;
}
@media screen and (max-width: 767px) {
  .faq_lists_item .faq_under .faq_q_img {
    width: 14%;
    margin-right: 2rem;
  }
}

.faq_answer_msg {
  width: 86%;
}

.finish_msg {
  margin-top: 10rem;
}

.finish_msg_content {
  background: #fff8f0;
  margin-top: 3rem;
}
.finish_msg_content .msg {
  padding: 6rem 0;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .finish_msg_content .msg {
    font-size: 2rem;
  }
}

.footer {
  background-color: #ff7722;
  padding-top: 2rem;
}
.footer p {
  color: white;
  padding: 2rem 0;
  text-align: center;
}
.footer .footer_address {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 1.4rem;
  }
}

.contact_header {
  background: #ff9447;
  text-align: center;
  padding: 6rem 0;
}
.contact_header h1 {
  color: white;
  font-weight: bold;
}

form {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  width: 100%;
}
form .form_group {
  margin-bottom: 2rem;
}
form .form_group label {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  form .form_group label {
    font-size: 1.3rem;
  }
}
form .form_group label .required {
  color: white;
  margin-left: 0.5rem;
  font-size: 1.3rem;
  background: #f16a6a;
  padding: 0.3rem 1.5rem;
  border-radius: 6px;
  font-weight: normal;
}
form .form_group input,
form .form_group select,
form .form_group textarea {
  width: calc(100% - 10px);
  padding: 0.8rem 0.5rem;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
form .form_group input:focus,
form .form_group select:focus,
form .form_group textarea:focus {
  outline: none;
  border-color: #b3b3b3;
}
form .form_group select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .form_group textarea {
  resize: vertical;
}
@media screen and (max-width: 320px) {
  form:last-child label span {
    margin-top: 0.5rem;
    display: inline-block;
  }
}
form .submit_button {
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  background: #ff7722;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  padding: 1rem 8rem;
  border-radius: 2rem;
}
form .submit_button:hover {
  background-color: #bbb;
}
form .submit_button:active {
  background-color: #999;
}

.pankuzu_menu {
  display: flex;
  color: #ff7722;
  font-weight: bold;
  margin: 2rem 0px 5rem 0;
  font-size: 1.4rem;
}
.pankuzu_menu span {
  margin: 0 0.5rem;
}

.contact_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .contact_container {
    margin-bottom: 3rem;
    flex-direction: column;
  }
}
.contact_container .contact_left {
  width: 50%;
  height: 50%;
  padding: 4rem 5rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .contact_container .contact_left {
    width: 100%;
    padding: 3rem;
  }
}
.contact_container .contact_left .contact_support_msg h2 {
  color: #4B4B4B;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 320px) {
  .contact_container .contact_left .contact_support_msg h2 {
    font-size: 2rem;
  }
}
.contact_container .contact_left .contact_support_msg p {
  font-size: 1.6rem;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
}
.contact_container .contact_left .contact_support_msg:last-child {
  font-size: 1.3rem;
}
.contact_container .contact_left .contact_support_msg .contact_content {
  margin-top: 5rem;
  padding: 3rem;
  background: #ff944717;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .contact_container .contact_left .contact_support_msg .contact_content {
    padding: 2rem;
  }
}
.contact_container .contact_left .contact_support_msg .contact_content h3 {
  color: #ff7722;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 320px) {
  .contact_container .contact_left .contact_support_msg .contact_content h3 {
    font-size: 1.8rem;
  }
}
.contact_container .contact_left .contact_support_msg .contact_content p {
  line-height: 2.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.contact_container .contact_right {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .contact_container .contact_right {
    width: 100%;
    margin-top: 3rem;
  }
}
.wpcf7-response-output{
	display: none;
}
/*# sourceMappingURL=index.css.map */