@charset "utf-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
}

.wrapper {
  background-color: #fff;
}

header a {
  position: fixed;
  background-color: #cbffcb;
  width: 180px;
  height: 70px;
  text-decoration: none;
  color: #00a537;
  border-radius: 18px;
  top: 30px;
  right: 80px;
  z-index: 1000;
}

header p {
  font-size: 20px;
  text-align: center;
  line-height: 70px;
}

/* --------------------humberger-------------------- */

/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
  transform: translateX(400px);
  transition: all .2s linear;
}

/* アニメーション後のメニューの状態 */
.menu.is-active {
  transform: translateX(0);
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00a537;
}

.menu a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
}

/* ボタン */

.MenuBtn {
  position: fixed;
  top: 45px;
  right: 20px;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}

.MenuBtn .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
}

.MenuBtn .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all .15s linear;
}

.MenuBtn .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all .15s linear;

  transform: translateY(-8px) rotate(0deg);
}

.MenuBtn .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all .15s linear;

  transform: translateY(8px) rotate(0deg);
}

.MenuBtn.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}

.MenuBtn.isClosed .MenuBtn-BarFrame-SecondBar {
  transform: translateY(0) rotate(45deg);
}

.MenuBtn.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(0) rotate(-45deg);
}

/* --------------------top-------------------- */

article.top {
  background-color: #66ce88;
  background-image: url(../images/back-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 100px;
}

.top img {
  width: 100%;
}


/* --------------------worry-------------------- */

.worry {
  position: relative;
}

.worry h2 {
  width: 100%;
  font-size: 60px;
  color: #2173FF;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}

.worry h2 span {
  font-size: 80px;
  color: #f00;
}

.worry-anime {
  width: 45%;
  float: left;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

.worry .container {
  width: 55%;
  height: 500px;
  float: right;
  margin-top: 250px;
}

.worry .container .item {
  background-color: #cbffcb;
  width: 400px;
  height: 120px;
  border-radius: 20px;
  font-size: 22px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* --------------------local-targeting-------------------- */

.local-targeting h1 {
  font-size: 50px;
  text-align: center;
  margin: 200px auto 100px;
  color: #2173FF;
}

.local-targeting h1 span {
  font-size: 70px;
  color: #f00;
}

.local-targeting h2 {
  width: 80%;
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
  padding: 1rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

.local-targeting h2:before,
.local-targeting h2:after {
  position: absolute;
  content: '';
}

.local-targeting h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.local-targeting h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.local-targeting h2 i {
  font-size: 30px;
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.local-targeting h2 span {
  position: relative;
  z-index: 1;
  font-size: 40px;
}

.local-targeting p {
  text-align: center;
  font-size: 24px;
}

.local-targeting p img {
  width: 100%;
  max-width: 1000px;
}

.local-targeting div {
  margin: 50px auto 100px;
}


.lt {
  width: 75%;
  height: auto;
  background-color: #66ce88;
  background-image: url(../images/back-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding: 150px 50px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}

.local-targeting .lt-inner {
  display: inline-block;
  margin: 0 auto;
}

.lt h3 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.lt p {
  font-size: 26px;
  text-align: center;
}

/* --------------------q&a-------------------- */

.question {
  background-image: url(../images/question-back.svg);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 7% 100%;
}

.question h2 {
  font-size: 60px;
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 260px;
  background-image: url(../images/question01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto 50px;
}

.s_01 .accordion_one .accordion_header {
  background-color: #cbffcb;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  /* z-index: +1; */
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 30px;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #00a537;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  width: 94%;
  padding: 30px 30px;
  border: 5px solid #cbffcb;
  margin: 20px auto 0;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}

.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }

  .s_01 .accordion_one .accordion_inner {
    font-size: 16px;
    text-align: left;
  }

}

@media screen and (max-width: 599px) {
  .s_01 .accordion_one .accordion_inner br {
    display: none;
  }
}

/* --------------------contact--------------------- */

.contact-address {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0;
}

.contact-address a {
  text-decoration: none;
  color: #00a537;
}

.contact-left {
  width: 70%;
  height: auto;
  float: left;
  text-align: center;
  padding: 50px 0;
}

.contact-left h3 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #2173FF;
}

.contact-left h3 span {
  font-size: 55px;
}

.conntact-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.contact-right {
  width: 30%;
  height: auto;
  float: right;
}

.contact p.plan {
  text-align: center;
  font-size: 40px;
  margin-top: 100px;
}

.phone {
  background-color: #cbffcb;
  width: 420px;
  height: 150px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}

.phone p {
  font-size: 26px;
}

.phone h4 {
  font-size: 47px;
  line-height: 76px;
}

.line {
  background-color: #cbffcb;
  width: 420px;
  height: 150px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}

.line p {
  font-size: 26px;
}

.line h4 {
  font-size: 37px;
  line-height: 76px;
}

.mail {
  background-color: #cbffcb;
  width: 420px;
  height: 150px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}

.mail p {
  font-size: 26px;
}

.mail h4 {
  font-size: 37px;
  line-height: 76px;
}

.business-hour {
  width: 420px;
  height: 150px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 2px solid #000;
}

.business-hour p {
  font-size: 26px;
  line-height: 56px;
}

.business-hour p:nth-child(2) {
  line-height: 20px;
}

.business-hour p span {
  font-size: 16px;
}

/* --------------------footer-------------------- */

footer {
  width: 100%;
  height: 330px;
  background-color: #66ce88;
  background-image: url(../images/back-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

footer div {
  width: auto;
  height: 300px;
  float: left;
}

footer h4 {
  font-size: 40px;
}

.company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 100px;
  box-sizing: border-box;
}

.company-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: left;
  align-items: center;
  box-sizing: border-box;
  font-size: 26px;
  clear: both;
}

.company-detail div {
  height: 160px;
}

.company-detail address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
}

.company-detail a {
  text-decoration: none;
  color: #fff;
}

small {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.sp {
  display: none;
}

.sp-image {
  display: none;
}

.client-image-sp {
  display: none;
}

.spbr {
  display: none;
}

/* --------------------スクロールCSS-------------------- */

.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* --------------------資料------------------- */

#page-top {
  text-align: center;
}

#page-top a {
  width: 300px;
  background-color: #ff4242;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  position: fixed;
  z-index: 100;
  right: 20px;
  text-decoration: none;
  border-radius: 10px;
}


/* --------------------1649～1450-------------------- */


@media screen and (max-width: 1649px) {

  .top-left {
    width: 60%;
    float: left;
    margin-left: 100px;
  }

  .top-left h1 {
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .top-left p {
    font-size: 20px;
    margin-bottom: 30px
  }

  .top01 {
    margin-top: 100px;
  }

  .top02 {
    margin: 0;
    display: none;
  }

  .ribbon img {
    width: 25%;
    height: auto;
  }

  .worry .container .item {
    width: 300px;
    font-size: 18px;
  }

}

/* --------------------1449～1280-------------------- */

@media screen and (max-width: 1449px) {

  header a {
    width: 180px;
    height: 60px;
  }

  header p {
    font-size: 18px;
    text-align: center;
    line-height: 60px;
  }

  .top-left {
    width: 60%;
    float: left;
    margin-left: 0;
  }

  .top-left h1 {
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .worry-anime {
    margin-top: 150px;
  }

  .lt {
    margin: 0 auto;
    padding: 100px 50px;
  }

  .lt h3 {
    font-size: 40px;
  }

  .lt p {
    font-size: 20px;
  }

  .contact-right {
    margin-top: 100px;
  }

  .indirect-search p {
    font-size: 22px;
  }

  .question {
    background-position: bottom left;
  }

  footer {
    width: 100%;
    height: 220px;
    background-color: #66ce88;
    background-image: url(../images/back-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }

  footer div {
    height: 200px;
  }

  footer h4 {
    font-size: 30px;
  }

  .company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
  }

  .company-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
  }

  .company-detail div {
    height: 130px;
  }

  .company-detail address {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: bold;
  }

  .company-detail a {
    text-decoration: none;
    color: #fff;
  }

}


/* --------------------1279～1025-------------------- */


@media screen and (max-width: 1279px) {

  .top-left {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .top01 {
    margin-top: 0;
  }

  .ribbon {
    text-align: center;
  }

  .worry-anime {
    width: 30%;
    margin-top: 150px;
  }

  .worry .container {
    width: 70%;
    height: 500px;
  }

  .contact-left h3 span {
    font-size: 40px;
  }

  .contact-left h3 {
    font-size: 26px;
  }

  .sp {
    display: block;
  }

  .section.s_01 {
    width: 80%;
    margin: 0 auto;
  }

  .client {
    padding: 50px 20px;
  }

  .client p img {
    width: 90%;
  }

  .client h3 {
    font-size: 50px;
  }

  .client p {
    font-size: 26px;
  }

}


/* --------------------1024～600-------------------- */


@media screen and (max-width: 1024px) {

  .sp-image {
    display: inline;
  }

  .pc-image {
    display: none;
  }

  article.top {
    padding: 60px 70px;
  }

  .worry h2 {
    font-size: 40px;
  }

  .worry h2 span {
    font-size: 60px;
    color: #f00;
  }

  .worry-anime {
    width: 80%;
    float: none;
    margin: 50px auto 0;
  }

  .worry .container {
    width: 100%;
    height: 500px;
    float: none;
    margin-top: 0;
    justify-content: space-around;
  }

  .worry .container .item {
    margin-right: 0;
  }

  .local-targeting h1 {
    font-size: 34px;
    margin: 100px auto 50px;
  }

  .local-targeting h1 span {
    font-size: 50px;
  }

  .contact-address {
    width: 100%;
    padding: 120px 0;
  }

  .contact-left {
    width: 70%;
    float: none;
    margin: 0 auto;
    padding: 50px 0;
  }

  .contact-right {
    width: 70%;
    float: none;
    margin: 0 auto;
  }

  .contact p.plan {
    font-size: 26px;
    margin-top: 80px;
  }

  .indirect-search p {
    text-align: left;
  }

  .dedicated p {
    text-align: left;
  }

  .tab {
    display: none;
  }

  footer {
    width: 100%;
    height: 380px;
    padding-bottom: 30px;
  }

  footer div {
    height: auto;
    float: none;
    text-align: center;
  }

  .company {
    padding: 30px;
  }

  footer small {
    padding-bottom: 100px;
  }

}


/* --------------------599～360--------------------- */

@media screen and (max-width: 599px) {

  header a {
    width: 120px;
    height: 50px;
    top: 10px;
    right: 10px;
  }

  header p {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
  }

  .MenuBtn {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 5px;
  }

  article.top {
    padding: 20px;
    background-repeat: repeat;
    background-size: 250%;
  }

  .top-left h1 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 55px;
  }

  .ribbon img {
    width: 40%;
    height: auto;
  }

  .spbr {
    display: inline;
  }

  .top-left p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .top01 {
    width: 100%;
  }

  .worry h2 {
    top: 0;
    background-color: #ffffffa8;
    height: 60vw;
    padding-top: 10vw;
  }

  .worry-anime {
    width: 80%;
    float: none;
    margin: 30px auto 0;
  }

  .worry .container {
    height: 700px;
  }

  .worry .container .item {
    height: 100px;
    font-size: 16px;
  }

  .local-targeting h2 span {
    position: relative;
    z-index: 1;
    font-size: 20px;
  }

  .local-targeting div {
    padding: 0 10px;
  }

  .local-targeting p {
    text-align: center;
    font-size: 16px;
  }

  .lt {
    width: 90%;
    margin: 0 auto;
    background-size: 300%;
    background-repeat: repeat;
    box-sizing: border-box;
  }

  .local-targeting .lt {
    padding: 50px 30px;
  }

  .lt h3 {
    font-size: 22px;
  }

  .lt p {
    font-size: 16px;
  }

  .cause {
    width: 90%;
    height: auto;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .cause p {
    text-align: left;
  }

  .cause p br {
    display: none;
  }

  .contact-address {
    width: 100%;
    padding: 30px 0;
  }

  .contact-left h3 span {
    font-size: 30px;
  }

  .contact-left {
    width: 90%;
    padding: 30px 0;
    box-sizing: border-box;
  }

  .contact p.plan {
    font-size: 20px;
    margin-top: 60px;
  }

  .phone {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .phone p {
    font-size: 22px;
  }

  .phone h4 {
    font-size: 30px;
    line-height: 50px;
  }

  .line {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .line p {
    font-size: 22px;
  }

  .line h4 {
    font-size: 26px;
    line-height: 50px;
  }


  .mail {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .mail p {
    font-size: 22px;
  }

  .mail h4 {
    font-size: 26px;
    line-height: 50px;
  }

  .business-hour {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .business-hour p {
    font-size: 22px;
  }

  .business-hour p span {
    font-size: 13px;
  }

  .indirect-search {
    font-size: 26px;
    width: 90%;
    padding: 40px 30px;
    box-sizing: border-box;
  }

  .indirect-search h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .indirect-search p {
    font-size: 16px;
  }

  .dedicated {
    font-size: 16px;
    width: 90%;
    height: auto;
    padding: 40px 30px;
    box-sizing: border-box;
  }

  .dedicated h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .question {
    background-image: url(../images/question-back.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 7% 100%;
  }

  .question h2 {
    font-size: 30px;
    width: 80%;
    height: auto;
    margin: 0 auto;
    line-height: 100px;
    background-size: contain;
    background-position: left;
  }

  .client {
    width: 90%;
    border: 10px solid #707070;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .client-image {
    display: none;
  }

  .client-image-sp {
    display: inline;
  }

  .client h3 {
    font-size: 30px;
  }

  .client p {
    font-size: 22px;
  }

  .pcbr {
    display: none;
  }

  .company-detail {
    font-size: 16px;
  }

}


/* --------------------contact form--------------------- */

.contactwrapper {
  background-color: #66ce88;
  background-image: url(../images/back-icon.png);
  background-repeat: repeat;
  background-size: 120%;
  color: #fff;
}

.contactwrapper h1 {
  text-align: center;
  font-size: 40px;
  padding: 50px;
}

.contactwrapper p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.contactwrapper form {
  width: 80%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.contactwrapper .form-group {
  padding-top: 30px;
}

.contactwrapper input {
  width: 60%;
  min-width: 250px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.contactwrapper .form-group span {
  color: rgb(41, 41, 41);
}

.contactwrapper form .btn-primary {
  background-color: #E8EDFF;
  width: 180px;
  height: 50px;
  color: #66ce88;
  border-radius: 5px;
  margin: 50px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  filter: drop-shadow(3px 3px 0 #414141);
}

.contactwrapper form .btn-secondary {
  background-color: #666666;
  width: 180px;
  height: 50px;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  filter: drop-shadow(3px 3px 0 #414141);
}

.contactwrapper table {
  margin: 0 auto;
}

.contactwrapper caption {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.contactwrapper th {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.contactwrapper td {
  padding: 10px 20px;
}

.contactwrapper .container-3 {
  margin: 50px;
}

.contactwrapper .container-3 h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.contactwrapper .container-3 p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.contactwrapper .back {
  display: block;
  width: 180px;
  height: 50px;
  background-color: #E8EDFF;
  text-align: center;
  border-radius: 5px;
  margin: 50px auto 100px;
  filter: drop-shadow(3px 3px 0 #414141);
}

.contactwrapper .back a {
  display: block;
  text-decoration: none;
  color: #66ce88;
  line-height: 50px;
  font-size: 16px;
}

/* --------------------contact 1024-600 -------------------- */

@media screen and (max-width: 1024px) {

  .contactwrapper {
    background-size: 230%;
  }

  .contactwrapper input {
    width: 80%;
    min-width: 250px;
    line-height: 34px;
    font-size: 18px;
  }

}