/*------------------------------------------
  First View
------------------------------------------*/
.page-first-view {
  width: 100%;
  padding: 3rem 0;

}

.page-first-view .inner {
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-first-view .title {
  display: block;
  line-height: 1.5;
  width: 40vw;
  text-align: center;
}

.page-first-view .title .jp {
  font-family: 'Noto Serif JP';
  font-size: 34px;
  display: block;
  color: #11243F;
  font-weight: 900;
}

.page-first-view .title .en {
  color: #11243F;
  font-size: 24px;
}

.page-first-view .thumb {
  width: 50vw;
}

.page-8 .page-first-view .title {
  max-width: 100%;
}

@media only screen and (max-width: 750px) {

  .page-13 .page-first-view .inner:after,
  .page-15 .page-first-view .inner:after {
    width: 145px;
    height: 130px;
  }

  .page-first-view .title .jp {
    font-size: 24px;
  }

}

/*------------------------------------------
  Content
------------------------------------------*/
/* Common */
.page-content {
  padding: 15rem 0 10rem;
}

@media only screen and (max-width: 1024px) {
  .page-content {
    padding: 7rem 0 5rem;
  }
}

@media only screen and (max-width: 750px) {
  .page-first-view .inner {
    flex-direction: column;
  }

  .page-first-view .title .m-plus {
    font-size: 24px;
    width: 400px;
  }

  .page-first-view .thumb {
    order: 1;
    width: 80vw;
  }
}

/* About */
.section01 .about-content {
  display: flex;
  justify-content: center;
}

.section01 .about-content .left {
  font-family: 'Noto Serif JP';
}

.page-13 {
  font-family: 'Noto Serif JP';
}

.section01 .about-content .right {
  width: calc(100vw - 550px);
  text-align: center;
}

.section01 .name {
  font-size: 40px;
  font-weight: 900;
}

.about-title {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
  width: 387px;
  display: flex;
  margin-left: 4rem;
}

.about-text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;

}

.about-text01 {
  margin-top: 43px;
  width: max-content;
  margin-left: 4rem;
}

.about-text02 {
  padding-left: 4rem;
  padding-right: 4rem;
  width: 525px;
}

.section02 {
  margin-top: 50px;
  padding-left: 22px;
  background-image: url(../images/about/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.u-mr-max {
  margin-right: calc(50% - 50vw);
  padding-block: 40px 20px;
}

.section02 .about-content-item {
  margin-top: 150px;
}

.grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;

}

.grid1 {
  max-width: 1300px;
  padding-inline: 90px;
  padding-block: 70px 40px;
  align-items: flex-start;
}

.u-ml-auto {
  margin-left: auto;
}

.about-content-item {
  width: 387px;
  margin-left: auto;
  margin-right: auto;
}

.bg2 {
  background: #fff;
  text-align: center;
  border-radius: 12px;
}

.section02 .about-title {
  width: 350px;
  height: 78px;
  text-align: center;
  justify-content: center;
  padding-top: 20px;
}

.section02 .flex {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 300px;
}

.section02 .flex .text .menu-title {
  font-size: 25px;
  font-weight: 500;
}

.section02 .menu-text {
  width: 40vw;
  font-size: 16px;
}

.section02 .flex.even .text {
  order: 2;
}

.section02 .flex.even .about-content-img {
  order: 1;
}

.section03 {
  margin-top: 75px;

}

.section03 .about-content-item .about-title {
  margin-inline: 0;
  justify-content: flex-start;
}

.u-ml-max {
  margin-left: calc(50% - 50vw);
  background: #FAF7F0;

}

.bg3 {
  background: #9DDAA6;
}

.reverse .about-content-item {
  order: 2;
}

.reverse .about-content-img {
  order: 1;
}


@media only screen and (max-width: 1024px) {
  .about-title {
    width: 217px;
    height: 51px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.25;

  }

  .about-text {

    font-size: 14px;

    line-height: 3.21;

  }

  .about-text01 {
    margin-top: 23px;
    width: auto;
    text-align: center;
    border-bottom: none;
  }

  .section02 {
    margin-top: 57px;
    margin-left: 0;
    padding-left: 0;
  }

  .u-mr-max {
    margin: 0 calc(50% - 50vw);
    padding-block: 57px;
  }

  .section02 .about-title {
    margin-inline: auto;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;

  }

  .grid1 {
    max-width: 1300px;
    padding-inline: 25px;
    padding-block: 40px;
    align-items: flex-start;
  }

  .u-ml-auto {
    margin-left: auto;
  }

  .bg2 {
    margin-left: 0;
  }

  .about-list {
    width: max-content;
    margin-inline: auto;
    font-size: 14px;

  }



  .section03 {
    margin-inline: 0px;

  }

  .section03 .about-content-item {
    order: 2;
  }

  .section03 .about-content-img {
    order: 1;
    margin-inline: auto;
  }

  .section03 .about-content-item .about-title {
    width: max-content;
    margin-inline: auto;
    text-align: center;

  }

  .section03 .about-content-item .about-text {
    text-align: center;
  }

  .u-ml-max,
  .u-mr-max {
    margin: 0 calc(50% - 50vw);

  }

  .section03 .u-mr-max {
    padding-block: 0;
  }

  .bg3 {
    background: #9DDAA6;
  }


}

@media only screen and (max-width: 600px) {
  .inner {
    flex-wrap: wrap;
  }

  .inner h2 {
    margin-left: 50px;
    margin-right: 50px;
    order: 2;
  }

  .inner .thumb {
    order: 1;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

}

/*select*/


.page-129 .jp {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.select-content .about-content {
  flex-direction: column;
}

.section01 .bg2 {
  font-family: 'Noto serif';
  font-size: 35px;
  font-weight: 500;
  text-align: left;
  padding-left: 50px;

}

.section01 .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 80px;
}

.select-content .select-content-item {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  background-color: none;
}

.select-title {
  color: #333;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  margin-left: 90px;
}

.select-text {
  width: 40vw;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  margin-left: 90px;
}

.section01 .flex.even .text {
  order: 2;
  margin-right: 90px;
}

.section02 .flex.even .select-content-img {
  order: 1;
}

.about-text01 {
  margin-top: 23px;
  width: max-content;
  margin-left: 4rem;
}

.about-text02 {
  margin-left: 4rem;
  margin-right: 4rem;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #000;
}

.about-content .section02 {
  margin-top: 30px;
  padding-left: 22px;
  background-image: url(../images/about/about_bg.png);
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-mr-max {
  margin-right: calc(50% - 50vw);
  padding-block: 40px 20px;
}

.section02 .select-content-item {
  margin-top: 160px;
}

.grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;

}

.grid1 {
  max-width: 1300px;
  padding-inline: 90px;
  padding-block: 70px 40px;
  align-items: flex-start;
}

.u-ml-auto {
  margin-left: auto;
}

.about-content-item {
  width: 387px;
  margin-left: auto;
  margin-right: auto;
}

.page-13 .section01 .about-content {
  display: flex;
  width: calc(100vw - 10px);
  justify-content: space-around;
  margin-left: 5px;
  margin-right: 5px;
}

.select-content .section02 {
  background-image: url(../images/page/select_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section02 .select-content-item .bg2 {
  background-color: rgb(0, 0, 0, 0);
  width: 400px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  margin-bottom: 100px;
  margin-left: -10px;
  position: relative;
}

.section02 .select-content-item .bg2::before {
  position: absolute;
  content: "";
  width: 144px;
  height: 216px;
  background-image: url(../images/page/voice01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -100px;
  left: -100px;
}

.section02 .select-content-item .bg2::after {
  position: absolute;
  content: "";
  width: 144px;
  height: 216px;
  background-image: url(../images/page/voice02.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -5px;
  left: 300px;
}

.section02 .select-title {
  height: 78px;
  text-align: center;
  justify-content: center;
  margin-top: 80px;
  font-size: 25px;
}

.section02 .flex {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 100px;
}

.section02 .flex .text .menu-title {
  font-size: 25px;
  font-weight: 500;
}

.section02 .menu-text {
  width: 40vw;
  font-size: 16px;
}

.section02 .flex.even .text {
  order: 2;
}

.section02 .flex.even .about-content-img {
  order: 1;
}

.section03 {
  margin-top: 75px;

}

.section01 .about-content .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.about-content .right img {
  width: 45vw;
  aspect-ratio: 178/125;
  height: auto;
}

.about-content .right .name {
  width: fit-content;
}

.about-content .about-content-item {
  margin-top: 180px;
}

.section03 .about-content-item .about-title {
  margin-inline: 0;
  justify-content: flex-start;
}

.u-ml-max {
  margin-left: calc(50% - 50vw);
  background: #FAF7F0;

}

.bg3 {
  background: #9DDAA6;
}

.reverse .about-content-item {
  order: 2;
}

.reverse .about-content-img {
  order: 1;
}


@media only screen and (max-width: 1024px) {
  .about-title {
    width: 217px;
    height: 51px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.25;

  }

  .about-text {
    font-size: 14px;
    line-height: 3.21;
  }

  .about-text01 {
    margin-top: 23px;
    width: auto;
    text-align: center;
    border-bottom: none;
  }

  .section02 {
    margin-top: 57px;
    margin-left: 0;
    padding-left: 0;
  }

  .u-mr-max {
    margin: 0 calc(50% - 50vw);
    padding-block: 57px;
  }

  .about-text01 {
    width: fit-content;
    text-align: left;
  }

  .about-content .about-text02 {
    width: 45vw;
  }

  .section01 .about-content .right {
    width: 45vw;
  }

  .about-content .right .name {
    font-size: 30px;
  }
  .about-content .section02{
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .about-content .section02 .flex {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content .section02 .flex.even {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }


  .section02 .about-title {
    margin-inline: auto;
  }

  .section02 .select-title {
    font-size: 20px;
  }

  .select-text {
    font-size: 12px;
    margin-left: 0;
  }


  .grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;

  }

  .grid1 {
    max-width: 1300px;
    padding-inline: 25px;
    padding-block: 40px;
    align-items: flex-start;
  }

  .u-ml-auto {
    margin-left: auto;
  }

  .bg2 {
    margin-left: 0;
  }

  .about-list {
    width: max-content;
    margin-inline: auto;
    font-size: 14px;

  }

  .about-content .about-content-item {
    width: 250px;

  }

  .about-content .about-title {
    width: 250px;
  }

  .about-content .flex .text .menu-title {
    font-size: 18px;
    text-align: center;
  }

  .about-content .section02 .menu-text {
    font-size: 12px;
  }

  .section03 {
    margin-inline: 0px;

  }

  .section03 .about-content-item {
    order: 2;
  }

  .section03 .about-content-img {
    order: 1;
    margin-inline: auto;
  }

  .section03 .about-content-item .about-title {
    width: max-content;
    margin-inline: auto;
    text-align: center;

  }

  .section03 .about-content-item .about-text {
    text-align: center;
  }

  .u-ml-max,
  .u-mr-max {
    margin: 0 calc(50% - 50vw);

  }

  .section03 .u-mr-max {
    padding-block: 0;
  }

  .bg3 {
    background: #9DDAA6;
  }

  .page-129 .section02 .flex {
    margin-bottom: 30px;
    width: 90vw;
    justify-content: center;
    align-items: center;
  }

  .page-129 .about-content {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }


}

@media only screen and (max-width: 600px) {

  .page-first-view .title {
    margin-left: 10px;
    margin-right: 0;
    width: 80vw;
  }

  .section01 .about-content {
    flex-direction: column;
  }

  .section01 .about-content .about-title {
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .section01 .about-text02 {
    margin-left: 10px;
    padding-left: 0;
  }

  .section02 {
    background-image: url(../images/about/about_bg_sp.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
  }

  .section02 .about-content-item {
    margin-top: 40px;
    padding-top: 20px;
  }

  .section02 .about-content {
    flex-wrap: wrap;

  }

  .about-content .left {
    order: 2;
    text-align: center;
  }

  .about-content .right .name {
    font-size: 20px;
  }

  .about-content .right img {
    width: 80vw;
  }

  .about-content .right h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .about-content .about-text01 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content .about-text02 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section01 .about-content .right {
    order: 1;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .section01 .name {
    font-size: 24px;
    font-weight: 500;
    width: 400px;
  }

  .u-ml-max,
  .u-mr-max {
    margin: 0;

  }

  .section02 .flex {
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .section02 .flex .text {
    order: 2;
    width: 100%;
  }

  .section02 .flex .about-content-img {
    order: 1;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section02 .menu-text {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section01 .select-title {
    padding-left: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .section01 .flex {
    flex-direction: column;
  }

  .section01 .flex .select-title {
    font-size: 18px;
    text-align: left;
  }

  .section01 .flex.even .select-title {
    font-size: 18px;
    text-align: left;
  }

  .section01 .flex .text {
    order: 2;
  }

  .select-text {
    width: 100%;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .select-content-img {
    order: 1;
  }

  .section01 .flex .text {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section01 .flex.even .text {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .flex.even .select-text {
    padding-left: auto;
    padding-right: auto;
  }

  .section02 .flex {
    flex-direction: column;
  }

  .section02 .select-title {
    margin-left: 0;
    font-size: 20px;
    height: fit-content;
    width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }



  .section02 .select-content-img {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section02 .select-content-item {
    margin-top: 190px;
  }

  .page-129 .page-first-view .title .jp {
    width: 48vw;
    font-size: 8vw;
    padding-top: 10px;
  }
}

/* Company */
.company-content {
  width: 95%;
  padding-top: 0;
}

.company-content .u-mr-max {
  padding-top: 50px;

}

.company-content .m-list01 {
  max-width: 520px;
  width: 100%;
  margin: auto;
}

.u-fz35 {
  font-size: 35px;
  margin-top: 169px;
}

.company-content .section02 {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.company-content .section02 .midashi {
  font-size: 35px;
  font-family: 'Noto Serif JP';
  font-weight: 800;
  margin-top: 50px;
  width: 400px;
}

.company-content .section02 .map-hosoku {
  width: 400px;
  margin-bottom: 50px;
}

.company-content .section02 .car {
  width: 400px;
}

.company-content .section02 .car .title {
  border-bottom: 1px solid #000;
}

.company-content .section02 .car .list {
  margin-bottom: 30px;
}

.company-content .section02 .bus {
  width: 400px;
}

.company-content .section02 .bus .title {
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 1024px) {
  .u-fz35 {
    font-size: 20px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 600px) {

  .company-content .u-mr-max {
    padding-top: 0;
  }

  .company-content .m-list01 {
    width: 90vw;
  }

  .company-content .section02 {
    width: 90vw;
  }

  .company-content .section02 .midashi {
    font-size: 20px;
  }

  .company-content .section02 .car {
    font-size: 16px;
    width: 90vw;
  }

  .company-content .section02 .bus {
    font-size: 16px;
    width: 90vw;
  }
}

/*選ばれる理由*/
@media only screen and (max-width: 600px) {
  .page-129 .title {
    width: 60vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .page-129 .page-first-view {
    padding-bottom: 10px;
  }

  .page-129 .select-content {
    padding-top: 0;
  }

  .page-129 .select-content-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .page-129 .select-content-item .bg2 {
    margin-bottom: 0;
  }

  .page-129 .select-content-item .select-title {
    margin-right: 0;
    font-size: 18px;
  }

  .page-129 .about-content {
    flex-direction: column;
  }

  .page-129 .section01 .flex {
    margin-bottom: 40px;
  }

  .select-content .section02 {
    background-image: url(../images/page/select_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
  }

  .page-129 .select-content-item .select-title {
    background-color: transparent;
    margin-top: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .section02 .select-content-item .bg2::before {
    width: 72px;
    height: 108px;
    top: -30px;
    left: -80px;
  }

  .section02 .select-content-item .bg2::after {
    width: 72px;
    height: 108px;
    top: -10px;
    left: 120px;
  }

  .page-129 .title {
    width: 100%;
  }

  .select-content .section02 .select-text {
    text-align: left;
  }
}



/* Contact */
.contact-content .flex-content {
  max-width: 932px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
}

.contact-content .tel {
  color: #D9A97C;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
}

.contact-content .tel span:nth-of-type(1) {
  text-shadow: none;
  font-size: 34px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.contact-content .tel span:nth-of-type(2) {
  text-shadow: none;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #333
}

.contact-content .section01 {
  font-size: 18px;
  text-align: center;
}

.contact-content .section02 {
  margin-top: 10px;
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.contact-content .complete-section {
  text-align: center;
}

.contact-content .complete-section .text01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5rem;
}

.contact-content .complete-section .text02 {
  margin-bottom: 5rem;
}

.contact-content .complete-section .m-button01 {
  margin: auto;
}

.contact-content .line-title {
  border-bottom: 1px solid #d9d9d9;
}

.contact-content .form-block p {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.contact-content .time {
  padding-right: 30px;
  padding-left: 10px;
  border: 1px solid #A6A6A6;
}

.contact-content .form-block .privacy {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  .contact-content .section01 {
    font-size: 16px;
  }

  .contact-content .section01 {
    font-size: 18px;
    margin-bottom: 3rem;
  }

  .contact-content .flex-content {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-content .complete-section .text02 {
    font-size: 14px;
    margin-bottom: 3rem;
  }

}

@media only screen and (max-width: 600px) {
  .contact-content .page-first-view .title {
    width: 80vw;
  }

  .page-content .contact-content {
    margin-top: 1rem;
    padding-top: 0;
  }

  .contact-content .flex-content {
    gap: 1rem 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-content .section01 {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .contact-content .tel {
    align-items: baseline;
  }

  .contact-content .tel span:nth-of-type(1) {
    font-size: 25px;
  }
}


/* Privacy Policy */
.privacy-content .inner {
  padding-left: 20px;
  padding-right: 20px;
}

.privacy-content h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 3rem 0 1rem;
}

.privacy-content .ul01 {
  margin-top: 1rem;
}

.privacy-content .ul01 li {
  list-style: decimal;
  margin-left: 2rem;
  padding: 0.3rem 0;
}

.privacy-content .ul02 {
  margin: 1rem 0;
}

.privacy-content .ul02 li {
  margin-left: 6rem;
}

.privacy-content .ul03 li {
  margin-left: 10rem;
}

.privacy-content .ul03 {
  margin: 1rem 0;
}

/* Archive Single */
.single-content .inner {
  padding-left: 20px;
  padding-right: 20px;
}

.single-content .box {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.single-content .date {
  font-size: 14px;
}

.single-content .title {
  font-size: 22px;
  font-weight: 600;
  margin: 1rem 0 2rem;
  line-height: 1.5;
}

.single-content .m-button01 {
  margin: 10rem auto 0;
}

.single-content .m-button01 a {
  border-color: #D9A97C;

}

.single-content .m-button01 a:hover {
  background: #fff;
}

.archive-content .m-list02 li {
  width: 70vw;
  border-bottom: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.archive-content,
.single-content,
.contact-content,
.privacy-content {
  background: #fff;
  margin-top: 41px;
  padding-top: 10rem;
}

@media only screen and (max-width: 600px) {

  .archive-content,
  .single-content,
  .contact-content,
  .privacy-content {
    background: #fff;
    margin-top: 1rem;
    padding-top: 0;
  }

  .news-content {
    padding-top: 0;
  }

}