@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px; }
  @media (max-width: 600px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 14px; } }

.pc-on {
  display: block; }
  @media (max-width: 600px) {
    .pc-on {
      display: none; } }

.sp-on {
  display: none; }
  @media (max-width: 600px) {
    .sp-on {
      display: block; } }

a {
  color: #e8380d;
  transition: all 0.3s ease 0s;
  text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

img {
  max-width: 100%;
  height: auto; }
  img a {
    transition: all 0.3s ease 0s; }
    img a:hover {
      opacity: 0.5; }

ul li a {
  text-decoration: underline;
  text-underline-offset: 3px; }
  ul li a:hover {
    text-decoration: none; }

.has-themes-maincolor-color {
  color: #e8380d; }

.has-themes-maincolor-background-color {
  background-color: #e8380d; }

.has-themes-subcolor-color {
  color: #fff6dd; }

.has-themes-subcolor-background-color {
  background-color: #fff6dd; }

.has-themes-back_color-color {
  color: #f5f5f5; }

.has-themes-back_color-color {
  background-color: #f5f5f5; }

.has-background {
  padding: 1em 1.25em; }

.breadcrumbs {
  font-size: 14px;
  padding: 0.25em 0.5em; }
  @media (max-width: 600px) {
    .breadcrumbs {
      font-size: 12px; } }

.wp-block-buttons .wp-block-button a.wp-block-button__link {
  background-color: white;
  border: 2px solid #e8380d;
  color: black;
  font-weight: 900; }
  .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
    background-color: black;
    color: white;
    border-color: black; }

p {
  margin: 0.5em auto 1em; }
  p:first-child {
    margin-top: 0; }

.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

figure.wp-block-embed.aligncenter.is-type-video.is-provider-youtube.wp-block-embed-youtube {
  text-align: center; }

span.other-link {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url(/wp/wp-content/themes/kyoei/image/icon-otherlink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
  position: relative; }

span.pdf-link {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url(/wp/wp-content/themes/kyoei/image/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
  position: relative; }

span.tri-link {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url(/wp/wp-content/themes/kyoei/image/icon-tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
  position: relative; }

.grid-btn {
  display: grid;
  grid-template-columns: 1fr 2em;
  align-items: center;
  padding: 1.5em; }

.contact-btn {
  font-size: 18px;
  font-weight: 800; }
  .contact-btn a.grid-btn {
    grid-template-columns: 3em 1fr 2em; }
    .contact-btn a.grid-btn:before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      background-image: url(/wp/wp-content/themes/kyoei/image/icon-mail2.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      top: 0.2em;
      width: 2em;
      height: 1.5em; }

hr.contact-border {
  border-top: 1px solid #CCC;
  margin: 1.5em auto;
  max-width: 400px; }

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 1em 16px; }

:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before {
  background-color: #e8380d;
  color: white; }

.menu li a {
  padding: 0.25em; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#header-top {
  position: relative;
  z-index: 99999; }

header#header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0; }
  header#header .site-branding {
    max-width: 50%;
    margin: 1em 0; }
    header#header .site-branding a {
      display: block;
      font-size: 20px;
      border-radius: 0 1em 1em 0;
      padding: .5em 1em;
      background: #e8380d;
      color: white;
      font-weight: 500; }
      header#header .site-branding a:hover {
        color: black; }
    @media (max-width: 600px) {
      header#header .site-branding {
        max-width: calc(100% - 66px); }
        header#header .site-branding a {
          font-size: 14px; } }

.sp-menu {
  display: block;
  background: white;
  height: 48px;
  width: 48px;
  position: fixed;
  right: 5px;
  top: 5px;
  border: 2px solid #e8380d;
  cursor: pointer; }
  .sp-menu span {
    background-color: #e8380d;
    display: inline-block;
    height: 1px;
    width: 80%;
    position: absolute;
    left: 10%;
    transition: 0.3s ease 0s; }
    .sp-menu span:nth-child(1) {
      top: 10px; }
    .sp-menu span:nth-child(2) {
      top: 20px; }
    .sp-menu span:nth-child(3) {
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      display: block;
      color: #e8380d;
      top: 26px;
      background-color: inherit;
      height: auto;
      width: 100%;
      left: auto; }

.sp-menu.active span:nth-child(1) {
  top: 15px;
  width: 60%;
  left: 20%;
  transform: rotate(45deg); }
.sp-menu.active span:nth-child(2) {
  top: 15px;
  width: 60%;
  left: 20%;
  transform: rotate(-45deg); }

div#site-navigation {
  padding: 68px 1.5em 1.5em;
  overflow-y: auto;
  max-height: 100vh;
  font-size: 14px; }

div#site-navigation ul, footer#footer ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  div#site-navigation ul li a, footer#footer ul li a {
    display: inline-block;
    color: black; }
    div#site-navigation ul li a:before, footer#footer ul li a:before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      background-image: url(/wp/wp-content/themes/kyoei/image/icon-tri_b.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      top: 0.2em; }

.nav-area {
  position: fixed;
  max-width: 440px;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: -1;
  background: white;
  transform: translateX(100%);
  transition: 0.3s ease 0s;
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.2);
  right: -5px; }
  .nav-area.active {
    transform: translateX(0);
    right: 0; }
  .nav-area div#site-navigation .menu-gmenu-container ul#g-menu li a,
  .nav-area div#site-navigation .menu-gmenu-container ul#sub-menu li a {
    display: block;
    color: #333; }

.gmenu-widget h3 {
  margin: 1em 0 0.25em;
  border-bottom: 1px solid #e8380d; }

.menu-min-btn {
  margin: 1em auto; }
  .menu-min-btn .contact-btn {
    font-size: 14px; }
    .menu-min-btn .contact-btn a.grid-btn {
      padding: 0.5em 1em;
      background-color: #e8380d;
      color: white; }
      .menu-min-btn .contact-btn a.grid-btn:hover {
        background-color: black;
        color: white; }
      .menu-min-btn .contact-btn a.grid-btn:before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        background-image: url(/wp/wp-content/themes/kyoei/image/icon-mail.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        top: 0.2em;
        width: 100%;
        height: 100%; }
      .menu-min-btn .contact-btn a.grid-btn span.tri-link {
        background-image: url(/wp/wp-content/themes/kyoei/image/icon-tri_wh.svg); }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#footer {
  background-color: #F7F7F7;
  padding: 3em 0; }
  footer#footer .site-info {
    font-size: 12px;
    text-align: center;
    margin: 2em auto; }

ul#footer-menu {
  display: flex;
  gap: 1em;
  justify-content: center; }
  @media (max-width: 800px) {
    ul#footer-menu {
      display: block; } }

.menu-under-footer-menu-container {
  padding-left: calc(calc(calc(1 + 0.3*2) /3*3)*1rem);
  padding-right: calc(calc(calc(1 + 0.3*2) /3*3)*1rem); }

.footer-fixed-widget {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  .footer-fixed-widget .tab-side {
    writing-mode: tb-rl; }
    .footer-fixed-widget .tab-side a {
      background-color: #e8380d;
      color: white;
      font-weight: 500;
      font-size: 16px;
      padding: 0.4em;
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.2);
      display: inline-block; }
      .footer-fixed-widget .tab-side a:before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        background-image: url(/wp/wp-content/themes/kyoei/image/icon-mail.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        top: 0.2em;
        margin-bottom: 0.25em; }
      .footer-fixed-widget .tab-side a:hover {
        background-color: black; }
  @media (max-width: 600px) {
    .footer-fixed-widget {
      top: inherit;
      right: inherit;
      left: 0;
      bottom: 0;
      transform: inherit; }
      .footer-fixed-widget .tab-side {
        writing-mode: inherit; }
        .footer-fixed-widget .tab-side a {
          padding: 0.5em 1em; }
          .footer-fixed-widget .tab-side a:before {
            content: '';
            display: inline-block;
            width: 1em;
            height: 1em;
            background-image: url(/wp/wp-content/themes/kyoei/image/icon-mail.svg);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            top: 0.2em;
            margin-bottom: 0;
            margin-right: 0.5em; } }

div#page_top {
  position: fixed;
  right: 5px;
  bottom: 5px;
  background-color: white;
  font-size: 26px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #e8380d;
  cursor: pointer;
  transition: 0.3s ease 0s; }
  div#page_top:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/wp/wp-content/themes/kyoei/image/icon-tri.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 0.2em;
    transform: rotate(-90deg);
    top: 0; }
  div#page_top:hover {
    background-color: black; }

.footer-menu-widget h3 {
  margin-bottom: 1em;
  border-bottom: 1px solid #e8380d; }

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.thumb {
  width: 88px;
  height: 88px;
  display: inline-block;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  border: 1px solid #CCC; }

article.interview-box {
  border-bottom: 1px solid #CCC;
  margin: 2em auto; }
  article.interview-box a {
    display: grid;
    grid-template-columns: 100px 1fr 1em;
    align-items: center;
    color: black;
    padding: 1em;
    border: 1px solid #e8380d; }
    article.interview-box a h2 {
      margin: 0;
      font-size: 16px;
      font-weight: normal;
      color: black; }
    article.interview-box a:hover {
      background-color: #fff6dd; }
    article.interview-box a:after {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      background-image: url(/wp/wp-content/themes/kyoei/image/icon-tri_b.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      top: 0.2em; }

nav.navigation.pagination .nav-links {
  text-align: center;
  margin: 3em auto; }
  nav.navigation.pagination .nav-links span, nav.navigation.pagination .nav-links a {
    padding: .5em .85em;
    border: 1px solid #CCC;
    display: inline-block; }
  nav.navigation.pagination .nav-links a.prev, nav.navigation.pagination .nav-links a.next {
    border: none; }
  nav.navigation.pagination .nav-links a:hover {
    background: #e8380d;
    color: white; }

/*--------------------------------------------------------------
## Mainlayout
--------------------------------------------------------------*/
.entry-content {
  max-width: 1020px;
  width: calc(100% - 1em);
  padding: 0 40px;
  margin: 5em auto; }
  @media (max-width: 600px) {
    .entry-content {
      padding: 1em; } }
  .entry-content h1 {
    font-size: 1.6em;
    position: relative;
    margin-bottom: 1em; }
    .entry-content h1:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #CCC;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .entry-content h1:after {
      content: '';
      width: 120px;
      height: 1px;
      background-color: #e8380d;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 2em auto 1em; }
    .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
      margin-top: 0; }
  .entry-content h2 {
    font-size: 1.5em;
    border-left: 3px solid #e8380d;
    padding-left: 0.6em; }
  .entry-content h3 {
    font-size: 1.4em;
    border-bottom: 1px solid #acabab; }
  .entry-content h4 {
    font-size: 1.3em;
    border-left: 3px solid #e8380d; }
  .entry-content h5 {
    font-size: 1.2em;
    border-bottom: 1px solid #acabab; }
  .entry-content h6 {
    font-size: 1.1em; }

/*--------------------------------------------------------------
## FrontPage
--------------------------------------------------------------*/
.front-entry_content section {
  padding: 5em 0; }
  @media (max-width: 800px) {
    .front-entry_content section {
      padding: 3em 0; } }
.front-entry_content h2, .front-entry_content h3, .front-entry_content h4, .front-entry_content h5, .front-entry_content h6 {
  margin: 1.5em auto 0.5em;
  border: none; }
  .front-entry_content h2:first-child, .front-entry_content h3:first-child, .front-entry_content h4:first-child, .front-entry_content h5:first-child, .front-entry_content h6:first-child {
    margin-top: 0; }
.front-entry_content h2 {
  font-size: 1.8em;
  position: relative; }
  .front-entry_content h2:after {
    content: '';
    max-width: 500px;
    width: calc(100% - 1.5em);
    height: 20px;
    background-image: url(/wp/wp-content/themes/kyoei/image/underbar.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0.25em auto .5em; }
  @media (max-width: 600px) {
    .front-entry_content h2 {
      font-size: 1.4em; } }
.front-entry_content h3 {
  font-size: 1.4em; }
.front-entry_content h4 {
  font-size: 1.3em; }
.front-entry_content h5 {
  font-size: 1.2em; }
.front-entry_content h6 {
  font-size: 1.1em; }

/***ファーストビュー***/
.firstview {
  height: 100vh;
  position: relative;
  min-height: 600px; }
  .firstview:after {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    background-image: url(/wp/wp-content/themes/kyoei/image/fv-img.webp);
    background-size: cover;
    background-position: 90% 10%;
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: -1;
    border-radius: 100px 0 0 0; }
    @media (max-width: 800px) {
      .firstview:after {
        width: 100%;
        height: 45%;
        border-radius: 0; } }
    @media (max-width: 600px) {
      .firstview:after {
        bottom: 25%; } }
  .firstview .fv-img {
    max-width: 55%;
    padding: 2em;
    font-size: 1em; }
    @media (max-width: 800px) {
      .firstview .fv-img {
        max-width: 80%;
        margin: 2em auto;
        padding: 0; } }
    @media (max-width: 600px) {
      .firstview .fv-img {
        max-width: 90%; } }

p.fv-text {
  padding: 0 2em;
  max-width: 40%;
  margin: 0;
  font-weight: 900;
  text-align: justify; }
  @media (max-width: 800px) {
    p.fv-text {
      max-width: 65%; } }
  @media (max-width: 600px) {
    p.fv-text {
      max-width: 100%;
      position: absolute;
      bottom: 5%; } }

/***共栄火災は品質・パートナーシップ重視です***/
section#sec01 {
  padding-top: 1em; }

.top-sec_partner-content {
  margin: 4em 1em;
  counter-reset: p-count;
  gap: 2em !important; }
  .top-sec_partner-content .wp-block-group {
    counter-increment: p-count;
    padding: 2em 1.5em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    position: relative; }
    .top-sec_partner-content .wp-block-group h3 {
      font-size: 1.075em;
      color: #e8380d; }
      .top-sec_partner-content .wp-block-group h3 + p {
        text-align: left; }
    .top-sec_partner-content .wp-block-group:before {
      content: "POINT." counter(p-count);
      position: absolute;
      display: block;
      top: -1em;
      left: 50%;
      transform: translateX(-50%);
      background-color: black;
      color: white;
      font-weight: 700;
      font-size: 14px;
      padding: 0.25em 1.5em;
      border-radius: 2em; }
  @media (max-width: 1240px) {
    .top-sec_partner-content.wp-container-core-group-is-layout-baef362d {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 2em; } }
  @media (max-width: 800px) {
    .top-sec_partner-content.wp-container-core-group-is-layout-baef362d {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } }

/***共栄火災にとっての専業代理店とは***/
.kpc-container h3 {
  margin: 0; }
.kpc-container figure img {
  max-width: 100px;
  margin: auto; }

.kpc-undder-container h4 {
  margin-bottom: 0.5em; }
.kpc-undder-container img {
  max-width: 100px;
  margin: 1em auto; }

/***共栄火災の専業代理店への支援体制***/
.support-container {
  margin-top: 5em; }
  .support-container h3 {
    position: relative;
    margin-bottom: 0; }
    .support-container h3:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #CCC;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .support-container h3:after {
      content: '';
      width: 120px;
      height: 1px;
      background-color: #e8380d;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
  .support-container img {
    box-shadow: 10px 10px 0 #fff6dd; }

@media (max-width: 800px) {
  .re_flex .wp-block-column:nth-child(1) {
    order: 2; }
  .re_flex .wp-block-column:nth-child(1) {
    order: 1; } }

/***代理店の皆様から見た共栄火災とは***/
.interview-container {
  margin: 2em auto 5em; }
  .interview-container .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em; }
    .interview-container .posts-grid article.interview-box {
      margin: 0; }
    @media (max-width: 800px) {
      .interview-container .posts-grid {
        grid-template-columns: 1fr; } }

/***共栄火災商品の特徴***/
.is-layout-flex.pdf-btnarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .is-layout-flex.pdf-btnarea .wp-block-button {
    height: 100%; }
    .is-layout-flex.pdf-btnarea .wp-block-button a {
      gap: 1em;
      display: grid;
      grid-template-columns: 1fr 1em;
      align-items: center;
      text-align: left; }
  @media (max-width: 800px) {
    .is-layout-flex.pdf-btnarea {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .is-layout-flex.pdf-btnarea {
      grid-template-columns: 1fr; } }

/***2025年度 手数料ポイント体系の概要***/
.point-container {
  counter-reset: point-count;
  position: relative;
  z-index: 0; }
  .point-container .wp-block-container-is-layout-constrained .wp-block-snow-monkey-blocks-box {
    margin: 3em auto;
    counter-increment: point-count; }
    .point-container .wp-block-container-is-layout-constrained .wp-block-snow-monkey-blocks-box:before {
      content: "POINT." counter(point-count);
      position: absolute;
      display: block;
      top: -1em;
      left: 2em;
      background-color: #e8380d;
      color: white;
      font-weight: 700;
      font-size: 14px;
      padding: 0.25em 1.5em;
      border-radius: 2em;
      z-index: 1; }
    .point-container .wp-block-container-is-layout-constrained .wp-block-snow-monkey-blocks-box h3 {
      margin: 0;
      font-size: 1.2em; }
    .point-container .wp-block-container-is-layout-constrained .wp-block-snow-monkey-blocks-box p:last-child {
      margin-bottom: 0; }

.mailform {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-flow: row wrap; }
  .mailform input[type="text"],
  .mailform input[type="email"],
  .mailform input[type="tel"],
  .mailform select,
  .mailform textarea {
    width: 100%;
    padding: 0.4em;
    display: block;
    border: 1px solid #CCC;
    border-radius: 0.25em; }
  .mailform label {
    display: inline-flex !important;
    margin-bottom: 0 !important; }
  .mailform .container {
    display: grid;
    grid-template-columns: 160px 1fr;
    padding: 1em 0;
    border-bottom: 1px solid #CCC;
    width: 100%; }
    .mailform .container .inner {
      display: block; }
    .mailform .container .inner:first-child p {
      margin-top: 0; }
    @media (max-width: 600px) {
      .mailform .container {
        grid-template-columns: 1fr; } }
  .mailform span.red {
    font-size: 14px;
    color: red; }
  .mailform .title {
    font-weight: 900; }
  .mailform p.subtitle {
    font-weight: 900;
    margin: 0.8em 0 0.2em; }
  .mailform .send {
    margin: 2em auto; }
    .mailform .send span {
      position: relative; }
      .mailform .send span button {
        background: #e8380d;
        border: none;
        padding: 1em 4em 1em 2em;
        display: block;
        font-size: 18px;
        font-weight: 900;
        color: white;
        cursor: pointer; }
        .mailform .send span button:hover {
          background: black; }
      .mailform .send span:after {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        background-image: url(/wp/wp-content/themes/kyoei/image/icon-tri_wh.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        top: 0.2em;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; }
  .mailform span.wpcf7-spinner {
    display: none; }

.error {
  color: red;
  font-size: 0.85em;
  font-weight: 700; }

.send.return {
  margin: 2em auto;
  text-align: center; }
  .send.return span {
    position: relative;
    display: inline-block; }
    .send.return span button {
      background: #5e5e5e;
      border: none;
      padding: 1em 4em 1em 2em;
      display: block;
      font-size: 18px;
      font-weight: 900;
      color: white;
      cursor: pointer; }
      .send.return span button:hover {
        background: black; }
    .send.return span:after {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      background-image: url(/wp/wp-content/themes/kyoei/image/icon-tri_wh.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      top: 0.2em;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none; }
