@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*font-family: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*font-family: "Noto Sans JP", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}

.postlist li,
.postlist li:first-child {
  border: none!important;
}
.postlist .post_text {
  position: relative;
}
.postlist .post_text:after {
  content: '';
  display: inline-block;
  background-size: 3px 1px;
  background-image: linear-gradient(to right, #CCCCCC 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}

#front-sectionPost {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.postlist .post_text {
  padding: 18px 0;
}
.post .time, .postlist .time {
  font-weight: 400;
  color: #fff !important;
  background: #020747;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 0;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #fff!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  background: #020747;
}

.post_link a {
  color: #000000!important;
}
.post_link {
  border-bottom: none;
}

#wrapper {
  max-width: unset;
  padding: 0;
  position: relative;
  z-index: 1;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

body p {
  line-height: 2;
}

body:not(.home) #wrapper {
  width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
  width: 94%;
  max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
  width: 94%!important;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
header#h1Header {
  background: #fff;
}
#thumbImg::before, header#h1Header::before {
  background: #070817;
  opacity: 0.5;
}
header#h1Header h1.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  font-weight: 700;
  color: #fff;
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header .logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#header ul.header__contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}
#header a.head_btn {
  font-family: "Noto Serif JP", serif;
  align-items: center;
  height: auto;
  padding: 10px;
  height: 60px;
}
#header a.head_btn::before {
  font-size: 1em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.tel_btn {
  background: #020747;
  color: #fff;
  flex-direction: unset;
  width: 180px;
  flex-wrap: wrap;
}
#header a.head_btn.tel_btn .note {
  margin-top: 4px;
}
#header a.head_btn.tel_btn .note b {
  font-weight: 400;
}
#header a.head_btn.mail_btn {
  background: linear-gradient(114deg,rgba(234, 228, 161, 1) 0%, rgba(184, 164, 52, 1) 53%, rgba(103, 74, 2, 1) 100%);
  color: #fff;
  flex-direction: unset;
  width: 180px;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li.current-menu-parent a,
nav#mainNav ul li.current-menu-parent a:hover {
  background: #fff!important;
}
nav#mainNav ul li a {
  font-family: "Noto Serif JP", serif;
  padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
  font-weight: 700;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-parent a b {
  color: #262626!important;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #020747;
}
.spmenu #menu p {
  color: #020747;
}

a#scrollUp {
  background: #020747;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: #fff;
  background: #020747;
}
#copyright {
  margin-top: 0;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
  color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  display: none;
}
#footer .socialicon {
  margin-bottom: 15px;
}

.inner {
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
}

h1.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #262626;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  position: relative;
}

.post h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}

.post h2.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  color: #262626;
  text-align: center;
  padding: 0!important;
  padding-top: 20px!important;
  margin: 0!important;
  margin-bottom: 40px!important;
  position: relative;
}
.post h2.title::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/mark.png)no-repeat;
  background-size: contain;
  width: 40px;
  aspect-ratio: 43 / 19;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post h2.title .ja {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 500;
  font-size: var(--rem20);
}

.post h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.post h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.post h4::before {
  background: #033490;
}

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: #fff;
  display: block;
  border-radius: 0;
  padding: 18px;
  width: 100%;
  max-width: 320px;
  color: #B8A434;
  border: solid 1px #B8A434;
  margin-inline: auto;
  margin-top: 30px;
}
.linkBtn::after {
  display: none!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
  background: #fff;
  color: #B8A434;
  opacity: .7;
}

.cta {
  padding: 100px 0;
  text-align: center;
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.cta .flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cta p {
  font-family: "Noto Serif JP", serif;
  width: 80%;
  margin-inline: auto;
}
.cta a {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  max-width: 300px;
  padding: 18px 0;
  position: relative;
}
.cta a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.cta a.telLink {
  background: #fff;
  border: solid 1px #B8A434;
  font-size: 20px;
  color: #B8A434;
}
.cta a.mailLink {
  background: linear-gradient(114deg,rgba(234, 228, 161, 1) 0%, rgba(184, 164, 52, 1) 53%, rgba(103, 74, 2, 1) 100%);
  font-size: 18px;
}
.cta a.telLink::before {
  content: '\f095';
}
.cta a.mailLink::before {
  content: '\f0e0';
}

#metaslider-id-192 {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  #metaslider-id-192 {
    display: block;
  }
  #metaslider-id-98 {
    display: none;
  }
}

/*-----------------------------
Top
------------------------------*/
body.home #header {
  position: absolute;
  background: unset;
}
body.home .sticky-header #header > .inner {
  background: unset;
}
body.home #header .logo {
  opacity: 0;
}
.sticky-header #header > .inner .logo {
  opacity: 1;
}
body.home nav#mainNav ul li a,
body.home nav#mainNav ul li a:hover,
body.home nav#mainNav ul li.current-menu-item a,
body.home nav#mainNav ul li.current-menu-item a:hover,
body.home nav#mainNav ul li.current-menu-parent a,
body.home nav#mainNav ul li.current-menu-parent a:hover {
  background: unset!important;
}
body.home nav#mainNav ul li a,
body.home nav#mainNav ul li a:hover,
body.home nav#mainNav ul li a b,
body.home nav#mainNav ul li a:hover b,
body.home nav#mainNav ul li.current-menu-item a,
body.home nav#mainNav ul li.current-menu-item a b,
body.home nav#mainNav ul li.current-menu-parent a b {
  color: #fff!important;
}

.sticky-header #header > .inner nav#mainNav ul li a,
.sticky-header #header > .inner nav#mainNav ul li a:hover,
.sticky-header #header > .inner nav#mainNav ul li a b,
.sticky-header #header > .inner nav#mainNav ul li a:hover b,
.sticky-header #header > .inner nav#mainNav ul li.current-menu-item a,
.sticky-header #header > .inner nav#mainNav ul li.current-menu-item a b,
.sticky-header #header > .inner nav#mainNav ul li.current-menu-parent a b {
  color: #262626!important;
}

.top_news {
  padding: 100px 0;
  background: url(/wp-content/uploads/top_news_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.top_mission {
  padding: 120px 0;
  background: url(/wp-content/uploads/top_mission_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_mission h2.title,
.top_mission h2.title .ja {
  color: #fff;
}
.top_mission h3 {
  color: #fff;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  z-index: 2;
  margin-bottom: 50px;
}
.top_mission h3 .copy {
  position: absolute;
  width: 300px;
  top: -60px;
  left: -120px;
  z-index: -2;
}
.top_mission p {
  color: #fff;
}
.top_mission .linkBtn {
  background: linear-gradient(114deg,rgba(234, 228, 161, 1) 0%, rgba(184, 164, 52, 1) 53%, rgba(103, 74, 2, 1) 100%);
  color: #fff;
  border: none;
  margin-top: 50px;
}
.top_mission .linkBtn:hover {
  background: linear-gradient(114deg,rgba(234, 228, 161, 1) 0%, rgba(184, 164, 52, 1) 53%, rgba(103, 74, 2, 1) 100%);
  color: #fff;
}

.top_service {
  padding: 120px 0;
  background: url(/wp-content/uploads/top_service_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_service ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  gap: 60px 40px;
}
.top_service li:nth-child(2),
.top_service li:nth-child(5) {
  margin-top: 50px;
}
.top_service .image {
  margin-bottom: 20px;
}
.top_service .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.top_service h3 {
  font-weight: 700;
  text-align: center;
}
.top_service h3 > span {
  font-size: var(--rem20);
  font-weight: 700;
  color: #B8A434;
  display: block;
}
.top_service h3 .note {
  font-size: var(--rem20);
  display: block;
  color: #262626;
}

.top_proposal {
  background: #020747;
  padding: 120px 0;
}
.top_proposal h2.title,
.top_proposal h2.title .ja {
  color: #fff;
}
.top_proposal .flex {
  display: flex;
  flex-direction: row-reverse;
}
.top_proposal .text,
.top_proposal .image {
  width: 50%;
}
.top_proposal .image {
  position: relative;
}
.top_proposal .image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_proposal .image .copy {
  width: 500px;
  position: absolute;
  bottom: -30px;
  right: -50px;
}
.top_proposal .text {
  background: url(/wp-content/uploads/top_proposal_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top_proposal h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.top_process {
  padding-top: 120px;
}
.top_process ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top_process li {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem30);
  background: #020747;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 30px;
}
.top_process li::after {
  content: '';
  display: inline-block;
  background: #020747;
  width: 25px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.top_process .box {
  margin-top: 70px;
  position: relative;
  padding: 25px;
}
.top_process .mark_left {
  width: 40px;
  height: 40px;
  border-left: solid 1px #020747;
  border-top: solid 1px #020747;
  position: absolute;
  top: 0;
  left: 0;
}
.top_process .mark_right {
  width: 40px;
  height: 40px;
  border-right: solid 1px #020747;
  border-bottom: solid 1px #020747;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_process .box h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #B8A434;
  font-weight: 500;
  text-align: center;
  font-size: var(--rem40);
}
.top_process .box p {
  font-weight: 500;
  text-align: center;
  font-size: var(--rem30);
  line-height: 1.4;
}

.top_works {
  padding: 120px 0;
}

@media print, screen and (max-width: 1023px) {
  body.home #header {
    background: #fff;
  }
  body.home #header .logo {
    opacity: 1;
  }
  body.home nav#mainNav ul li a,
  body.home nav#mainNav ul li a:hover,
  body.home nav#mainNav ul li.current-menu-item a,
  body.home nav#mainNav ul li.current-menu-item a:hover,
  body.home nav#mainNav ul li.current-menu-parent a,
  body.home nav#mainNav ul li.current-menu-parent a:hover {
    background: #fff!important;
  }
  body.home nav#mainNav ul li a,
  body.home nav#mainNav ul li a:hover,
  body.home nav#mainNav ul li a b,
  body.home nav#mainNav ul li a:hover b,
  body.home nav#mainNav ul li.current-menu-item a,
  body.home nav#mainNav ul li.current-menu-item a b,
  body.home nav#mainNav ul li.current-menu-parent a b {
    color: #262626!important;
  }

  .top_service ul {
    grid-template-columns: repeat(2,1fr);
  }
  .top_service li:nth-child(2),
  .top_service li:nth-child(5) {
    margin-top: 0;
  }
  .top_service li:nth-child(2n) {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 768px) {
  .top_news {
    padding: 60px 0;
  }

  .top_mission {
    padding: 70px 0;
  }
  .top_mission h3 {
    margin-bottom: 35px;
  }
  .top_mission h3 .copy {
    width: 160px;
    top: -42px;
    left: -80px;
  }
  .top_mission .linkBtn {
    margin-top: 35px;
  }

  .top_service {
    padding: 70px 0;
  }
  .top_service ul {
    grid-template-columns: repeat(1,1fr);
    gap: 45px;
  }
  .top_service li:nth-child(2n) {
    margin-top: 0;
  }

  .top_proposal {
    padding: 70px 0;
  }
  .top_proposal .flex {
    flex-direction: column;
  }
  .top_proposal .text,
  .top_proposal .image {
    width: 100%;
  }
  .top_proposal .image .img {
    aspect-ratio: 3 / 2;
    height: auto;
  }
  .top_proposal .image .copy {
    width: 320px;
    bottom: -30px;
    right: 0;
  }
  .top_proposal .text {
    padding: 40px 5%;
  }

  .top_process {
    padding-top: 70px;
  }
  .top_process ul {
    gap: 28px;
  }
  .top_process li {
    padding: 15px;
    font-size: 18px;
  }
  .top_process li::after {
    height: 15px;
    bottom: -14px;
  }
  .top_process .box {
    margin-top: 40px;
  }
  .top_process .box p {
    font-size: var(--rem20);
    line-height: 1.6;
  }

  .top_works {
    padding: 70px 0;
  }
}

/*-----------------------------
COMPANY
------------------------------*/
.company.sec02 {
  padding-top: 120px;
}
.company.sec02 table,
.company.sec02 th,
.company.sec02 td {
  background: unset;
  border: none;
  font-weight: 500;
}
.company.sec02 tr {
  border-bottom: 1px solid #707070;
}
.company.sec02 tr:first-child {
  border-top: 1px solid #707070;
}
.company.sec02 iframe {
  width: 100%;
  height: 350px;
}

.company.sec03 {
  padding-top: 120px;
}
.company.sec03 .box {
  background: #020747;
  padding: 30px;
}
.company.sec03 .box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0;
}
.company.sec03 .right {
  text-align: right;
  line-height: 1.6;
  margin-top: 10px;
}


@media print, screen and (max-width: 768px) {
  .company.sec02 {
    padding-top: 70px;
  }

  .company.sec03 {
    padding-top: 70px;
  }
  .company.sec03 .box {
    padding: 15px;
  }
  .company.sec03 .box h3 {
    font-size: 18px;
  }
}

/*-----------------------------
SERVICE
------------------------------*/
.service.sec01 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}
.service.sec01 li:first-child {
  padding-top: 0;
}
.service.sec01 li:nth-child(even) {
  flex-direction: row-reverse;
}
.service.sec01 .image {
  width: 46%;
}
.service.sec01 .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.service.sec01 .text {
  width: 50%;
}
.service.sec01 h3 {
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
}
.service.sec01 h3 span {
  font-size: var(--rem20);
  color: #B8A434;
  display: block;
}

.service.sec02 {
  padding-top: 120px;
}
.service.sec02 ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  gap: 40px;
}
.service.sec02 .image {
  margin-bottom: 20px;
}
.service.sec02 .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.service.sec02 h3 {
  font-weight: 700;
  text-align: center;
}
.service.sec02 h3 span {
  font-size: var(--rem20);
  color: #B8A434;
  display: block;
}

@media print, screen and (max-width: 768px) {
  .service.sec01 li {
    flex-direction: column;
    gap: 25px;
    padding-top: 60px;
  }
  .service.sec01 li:nth-child(even) {
    flex-direction: column;
  }
  .service.sec01 .image {
    width: 100%;
  }
  .service.sec01 .text {
    width: 100%;
  }
  .service.sec01 h3 {
    text-align: center;
  }

  .service.sec02 {
    padding-top: 70px;
  }
  .service.sec02 ul {
    grid-template-columns: repeat(1,1fr);
  }
}

/*-----------------------------
FAQ
------------------------------*/
.faq.sec01 .inner {
  display: grid;
  gap: 14px;
}
.faq.sec01 .faq-item {
  overflow: clip;
}
.faq.sec01 .faq-item > summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 16px 20px;
}
.faq.sec01 .faq-item > summary::-webkit-details-marker { display: none; }
.faq.sec01 .q {
  font-weight: 500;
  color: #020747;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1;
}
.faq.sec01 .q-text {
  font-weight: 500;
  font-size: var(--rem18);
}
.faq.sec01 .toggle {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.faq.sec01 .toggle::before,
.faq.sec01 .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #020747;
  border-radius: 1px;
  transition: transform .28s ease;
}
.faq.sec01 .toggle::after { transform: rotate(90deg); }
.faq.sec01 .faq-item[open] .toggle::after { transform: rotate(90deg) scaleX(0); }

.faq.sec01 .a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease, padding .32s ease, margin .32s ease;
  padding-left: 40px;
  margin-top: 0;
}
.faq.sec01 .a-wrap > div { min-height: 0; overflow: hidden; }
.faq.sec01 .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

.faq.sec01 .faq-item[open] .a-wrap {
  grid-template-rows: 1fr;
  padding-bottom: 6px;
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact .cta {
  display: none;
}
body.page-contact #content.wide {
  padding-bottom: 80px!important;
}
.post .subimitarea .linkBtn {
  padding: 0;
  width: 300px;
  border: none;
}
body.page-contact .post table th {
  background: #020747;
  color: #fff
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff;
  padding: 20px;
  background: #020747;
  width: 300px;
  border-radius: 0;
}
.post .subimitarea .linkBtn::after {
  display: none!important;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  body.mobile #header .logo img {
    max-width: 180px;
  }

  .post h2.title {
    margin-bottom: 35px!important;
  }

  .top_news h2.title {
    margin-bottom: 0!important;
  }

  .linkBtn, .post .linkBtn, a.linkBtn {
    max-width: 300px;
    margin-top: 35px;
  }

  .cta {
    padding: 70px 0;
  }
  .cta a {
    padding: 15px 0;
  }
  .cta a::before {
    font-size: 1em;
  }
  .cta a.telLink {
    font-size: 20px;
  }
  .cta a.mailLink {
    font-size: 18px;
  }
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text:after {
    width: calc(100%);
  }
}