@charset "UTF-8";
* body {
  color: #141414 !important;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1.5 !important;
  font-size: 18px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper {
  width: 100%;
  height: auto;
}

* body #wrepper header {
  color: #141414;
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 1;
  font-weight: bold;
  background-color: red;
}

* body #wrepper header .header {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
  padding: 10px;
}

* body #wrepper header .header .header-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* body #wrepper header .header .header-l img {
  width: 200px;
}

* body #wrepper header .header .header-r img {
  width: 350px;
  height: auto;
}

* body #wrepper header .header .header-r p {
  color: #ffffff;
  margin-top: -20px;
}

* body #wrepper header .header-circle {
  width: 100%;
  height: auto;
}

* body #wrepper header .header-circle img {
  width: 100%;
  height: auto;
}

* body #wrepper section {
  padding-top: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .main-wrepper {
  width: 100%;
  height: auto;
  background-color: #dedede;
}

* body #wrepper section .main-wrepper .main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

* body #wrepper section .main-wrepper .main img {
  width: 100%;
  height: auto;
}

* body #wrepper section .sub-main {
  width: 100%;
  height: auto;
  background-color: #dedede;
  text-align: center;
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .sub-main img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

* body #wrepper section .sub-title {
  width: 100%;
  height: auto;
  background-color: #ff6600;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .sub-title h1 {
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .sub-title img {
  width: 100%;
  height: auto;
}

* body #wrepper section .car-wrepper {
  width: 100%;
  height: auto;
  background-image: url(../img/2f139b5c25c67863692d988a2d1c4a7c_t.jpg);
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car {
  width: 100%;
  height: auto;
  background-color: rgba(222, 222, 222, 0.8);
  padding: 50px 15px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content1 {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content1 .img-box img {
  max-width: 500px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}

* body #wrepper section .car-wrepper .car .content img {
  max-width: 500px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content .con {
  width: 100%;
  height: auto;
  background-color: #efe7e7;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content .con h1 {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 30px;
  background-color: #faf3f3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content .con h1 span {
  color: red;
}

* body #wrepper section .car-wrepper .car .content .con p {
  display: block;
  padding: 15px 30px;
  background-color: #faf3f3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

* body #wrepper section .car-wrepper .car .content .con .pic {
  max-width: 50px;
  width: 100%;
  height: auto;
  position: absolute;
  top: -30px;
  left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content .con .pic img {
  width: 50px;
  height: auto;
}

* body #wrepper section .car-wrepper .car .content .con1 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  background-color: #efe7e7;
  padding: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .content .con1 h1 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 30px;
  background-color: #faf3f3;
}

* body #wrepper section .car-wrepper .car .content .con1 h1 span {
  color: red;
}

* body #wrepper section .car-wrepper .car .content .con1 p {
  display: block;
  padding: 15px 30px;
  background-color: #faf3f3;
}

* body #wrepper section .car-wrepper .car .content .con1 .pic {
  position: absolute;
  top: 15px;
  left: 15px;
}

* body #wrepper section .car-wrepper .car .content .con1 .pic img {
  width: 50px;
  height: auto;
}

* body #wrepper section .car-wrepper .car .pic {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .car-wrepper .car .pic img {
  width: 100%;
  height: auto;
}

* body #wrepper section .buy-wrepper {
  width: 100%;
  height: auto;
  background-color: #fbecbd;
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .strong {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .strong .st-title {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: red;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .strong .st-title img {
  width: 50px;
  height: auto;
}

* body #wrepper section .buy-wrepper .strong .st-title p {
  font-size: 30px;
  color: #ffffff;
}

* body #wrepper section .buy-wrepper .strong .st-pic {
  width: 100%;
  height: auto;
  border: 1px solid red;
  border-radius: 25px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .strong .st-pic img {
  width: 100%;
  height: auto;
}

* body #wrepper section .buy-wrepper .car {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .car .content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .car .content img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

* body #wrepper section .buy-wrepper .car .content h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

* body #wrepper section .buy-wrepper .car .content h2 {
  color: red;
}

* body #wrepper section .buy-wrepper .car .content h2 span {
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .buy-wrepper .car .content .tex {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2px;
}

* body #wrepper section .buy-wrepper .car .content .tex .t-left {
  width: 100%;
  height: auto;
  background-color: #7d7d7d;
}

* body #wrepper section .buy-wrepper .car .content .tex .t-right {
  width: 100%;
  height: auto;
  background-color: #dedede;
}

* body #wrepper section .buy-wrepper .car-contact {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  background-image: url(../img/さんかく-8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

* body #wrepper section .buy-wrepper .car-contact h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

* body #wrepper section .buy-wrepper .assessment {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: red;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-title {
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-title img {
  width: 30px;
  height: auto;
}

* body #wrepper section .buy-wrepper .assessment .assessment-title h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 15px;
  box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-tel {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-tel .pic {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-tel .pic img {
  width: 100px;
  height: auto;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-tel .tex {
  width: 100%;
  height: auto;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-tel .tex h1 {
  font-size: 25px;
  font-weight: bold;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-tel .tex a {
  color: red;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-mail {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-mail h1 span {
  font-weight: bold;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-mail .btn {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: #2bd800;
  padding: 15px 0;
  border-bottom: 5px solid #005a00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-mail .btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #005a00;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-mail .btn a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .buy-wrepper .assessment .assessment-content .assessment-mail .btn a span {
  color: yellow;
  font-size: 18px;
}

* body #wrepper section .purchase-wrepper {
  width: 100%;
  height: auto;
  background-color: #fbecbd;
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .purchase {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .purchase h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px;
}

* body #wrepper section .purchase-wrepper .purchase img {
  width: 70%;
  height: auto;
}

* body #wrepper section .purchase-wrepper .beginner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #2bd800;
  padding: 30px 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .beginner h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #2bd800;
}

* body #wrepper section .purchase-wrepper .beginner h1 span img {
  width: 20px;
  height: auto;
}

* body #wrepper section .purchase-wrepper .beginner h2 {
  text-align: center;
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  color: #2bd800;
}

* body #wrepper section .purchase-wrepper .beginner .beginner-content {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .beginner .beginner-content .b-left {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #c6ffb8;
  color: #2bd800;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

* body #wrepper section .purchase-wrepper .beginner .beginner-content .b-right {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #c6ffb8;
  color: #2bd800;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

* body #wrepper section .purchase-wrepper .beginner .beginner-box {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #2bd800;
  color: #ffffff;
  padding: 5px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .beginner .beginner-box h1 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

* body #wrepper section .purchase-wrepper .beginner .beginner-box h1 .car {
  color: red;
  background-color: yellow;
  font-size: 30px;
}

* body #wrepper section .purchase-wrepper .beginner .beginner-box h1 .ass {
  color: yellow;
}

* body #wrepper section .purchase-wrepper .assessment {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: red;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-title {
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-title img {
  width: 30px;
  height: auto;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-title h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 15px;
  box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-tel {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-tel .pic {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-tel .pic img {
  width: 100px;
  height: auto;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-tel .tex {
  width: 100%;
  height: auto;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-tel .tex h1 {
  font-size: 25px;
  font-weight: bold;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-tel .tex a {
  color: red;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-mail {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-mail h1 span {
  font-weight: bold;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-mail .btn {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: #2bd800;
  padding: 15px 0;
  border-bottom: 5px solid #005a00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-mail .btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #005a00;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-mail .btn a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .purchase-wrepper .assessment .assessment-content .assessment-mail .btn a span {
  color: yellow;
  font-size: 18px;
}

* body #wrepper section .question-wrepper {
  width: 100%;
  height: auto;
  background-color: #fbecbd;
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .question-wrepper .question {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .question-wrepper .question .q-content {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .question-wrepper .question .q-content .q-title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .question-wrepper .question .q-content .q-title img {
  width: 35px;
  height: auto;
}

* body #wrepper section .question-wrepper .question .q-content .q-title h1 {
  font-weight: bold;
  color: blue;
}

* body #wrepper section .question-wrepper .question .q-content .q-answer {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .question-wrepper .question .q-content .q-answer img {
  width: 35px;
  height: auto;
}

* body #wrepper section .question-wrepper .question .q-content .q-answer h1 {
  font-weight: bold;
  color: blue;
}

* body #wrepper section .question-wrepper .assessment {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: red;
  padding: 15px;
  margin-top: 30px;
}

* body #wrepper section .question-wrepper .assessment .assessment-title {
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

* body #wrepper section .question-wrepper .assessment .assessment-title img {
  width: 30px;
  height: auto;
}

* body #wrepper section .question-wrepper .assessment .assessment-title h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .question-wrepper .assessment .assessment-content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 15px;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-tel {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-tel .pic {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-tel .pic img {
  width: 150px;
  height: auto;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-tel .tex {
  width: 100%;
  height: auto;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: center;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-tel .tex h1 {
  font-size: 25px;
  font-weight: bold;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-tel .tex a {
  color: red;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-mail {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-mail h1 span {
  font-weight: bold;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-mail .btn {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: #2bd800;
  padding: 15px 0;
  border-bottom: 5px solid #005a00;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-mail .btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #005a00;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-mail .btn a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

* body #wrepper section .question-wrepper .assessment .assessment-content .assessment-mail .btn a span {
  color: yellow;
  font-size: 18px;
}

* body #wrepper section .contact {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fbecbd;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

* body #wrepper section .contact #contact-title {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #2bd800;
  text-align: center;
  padding-top: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* body #wrepper section .contact #contact-title img {
  width: 200px;
  height: auto;
}

* body #wrepper section .contact form {
  padding-top: 30px;
}

* body #wrepper section .contact form .form-title {
  width: 90%;
  height: auto;
  margin: 0 auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: 1px solid #7d7d7d;
}

* body #wrepper section .contact form .form-title img {
  margin-right: 5px;
  margin-bottom: 10px;
  width: 35px;
  height: auto;
}

* body #wrepper section .contact form .form-title h1 {
  font-weight: bold;
}

* body #wrepper section .tracking {
  max-width: 70px;
  height: auto;
  text-align: right;
  position: fixed;
  z-index: 10;
  bottom: 150px;
  right: 130px;
}

* body #wrepper section .tracking a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

* body #wrepper section .tracking a img {
  max-width: 70px;
  height: auto;
}

* body #wrepper section .tracking-wrepper {
  width: 100%;
  height: auto;
  display: inline;
}

* body #wrepper section .tracking-wrepper .btn {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: #2bd800;
  padding: 15px 0;
  border-bottom: 5px solid #005a00;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
}

* body #wrepper section .tracking-wrepper .btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #005a00;
}

* body #wrepper section .tracking-wrepper .btn a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

* body #wrepper section .tracking-wrepper .btn a span {
  color: yellow;
  font-size: 18px;
}

* body #wrepper footer {
  width: 100%;
  height: auto;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0 10px 0;
}

* body #wrepper footer .copyright {
  color: #7d7d7d;
  text-align: center;
}

* body #wrepper footer .copyright p {
  text-align: center;
  padding-top: 30px;
}
/*# sourceMappingURL=style.css.map */