@charset "utf-8";
@import url("reset.css");

/* ---------------------------------

layout / font

------------------------------------*/
html {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, 'Helvetica Neue', 'Helvetica', sans-serif;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.inner {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

main > section {
  margin: 50px 0;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h1,
h2 {
  font-size: 1.8rem;
}

h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

h2:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}


h3 {
  font-size: 1.1rem;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 5px;
}

h4 {
  font-size: 1rem;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

p {
  font-size: 0.9rem;
  /*  line-height: 1.5;*/
  margin-bottom: 20px;
}

ul {}

li {
  font-size: 0.9em;
}

nav li {
  font-size: 1rem;
}

table {
  margin-bottom: 20px;
  width: 100%;
}

th,
td {
  border: 1px solid;
  padding: 5px;
}

td {
  text-align: right;
}

small {
  font-size: 0.8em;
}

/* link */
/* maincolor */
a {
  width: 100%;
  height: 100%;
  color: #3a6494;
  text-decoration: none;
}

/*
a:link,
a:visited {
  text-decoration: none;
}*/

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.8;
}

h1,
.topimg p em,
.anshin p span,
.ex_answer span,
.ex h3 span,
.ex_price em,
.ex_price p:before,
.ex_price i,
.flow li:before,
.footer_logo {
  color: #3a6494;
}

nav,
.topimg,
.topimg p span {
  border-color: #3a6494 !important;
}

h2:after,
thead th {
  background-color: #3a6494;
  color: #fff;
}

.grad,
h3,
.price_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#497fbe), to(#1e446f));
  background: linear-gradient(to right, #497fbe, #1e446f);
  color: #fff;
}

.grad_txt,
h2 {
  color: #3a6494;
  background: -webkit-gradient(linear, left top, right top, from(#497fbe), to(#1e446f));
  background: linear-gradient(to right, #497fbe, #1e446f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tel_topimg,
.ex_price,
.ex_price p,
td,
th {
  border-color: #ccc !important;
}

.ex_price span,
h4,
.sp_acc-close {
  background: #efefef;
  color: #777;
}

body > header,
nav li {
  border-color: #ddd !important;
}

.tel_topimg,
.ex_price,
tbody th,
footer {
  background-color: #efefef;
}

.tel_24,
.tel_topimg .tel_no {
  border-color: #bb0000 !important;
  color: #bb0000;
}

/* ---------------------------------

common class

------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div,
.flex > section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.mb0 {
  margin-bottom: 0;
}

.acc-cont {
  display: none;
}


/* ---------------------------------

tel / /btn_tel / btn_form

------------------------------------*/

.tel_header p,
.tel_no,
.tel_btn p,
.form_btn p {
  line-height: 1.5;
}

.tel_no {
  font-size: 1.8em;
  font-weight: bold;
  width: 14rem;
  margin-bottom: 0;
}

.tel_24 {
  line-height: 20px;
  border: 1px solid;
  text-align: center;
  height: 50px;
  padding: 5px;
  font-size: 0.8rem;
  width: 9rem;
  margin-bottom: 0;
}

.tel_header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23rem;
}

.tel_topimg {
  border: 1px solid;
  border-top: 0;
  width: 100%;
  height: 80px;
  padding: 10px 10px 10px 130px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel_topimg .tel_no {
  font-size: 2.8em;
  width: auto;
}

.tel_woman {
  position: absolute;
  left: 10px;
  bottom: 0;
  height: 100px;
  width: auto;
}

.btn_wrap p {
  margin-bottom: 0;
}

.tel_btn,
.form_btn {
  border-radius: 5px;
  border-bottom: 4px solid;
  display: block;
  margin: 20px 0;
  /*  width: 48%;*/
  padding: 10px;
  text-align: center;
  height: 130px;
}

.tel_btn {
  background: -webkit-gradient(linear, left bottom, left top, from(#ec3d3d), to(#bb0000));
  background: linear-gradient(to top, #ec3d3d, #bb0000);
  color: #fff;
  border-color: #a70505;
}

.tel_btn p:first-of-type {
  color: #ffff00;
}

.tel_btn .tel_no {
  width: auto;
  font-size: 2.5em;
}

.tel_btn .tel_24,
.form_24 {
  background: #fff;
  border-radius: 20px;
  width: auto;
  line-height: 1 !important;
  height: auto;
  padding: 5px;
}

.form_btn {
  background: -webkit-gradient(linear, left bottom, left top, from(#497fbe), to(#1e446f));
  background: linear-gradient(to top, #497fbe, #1e446f);
  color: #fff;
  border-color: #1e446f;
}

.form_btn_txt {
  font-size: 2.3em;
  font-weight: bold;
  padding-bottom: 4px;
}

.form_24 {
  color: #3a6494;
  border: 1px solid #3a6494;
  font-size: 0.8em;
}

/* ---------------------------------

header / nav

------------------------------------*/
body > header {
  border-bottom: 1px solid;
  background-color: #fff;
}

.siteheader {
  height: 70px;
  line-height: 70px;
}

/* ---------------------------------

main > header

------------------------------------*/
.topimg {
  border: 1px solid;
  border-top: 4px solid;
  margin-top: 10px;
  position: relative;
  background: url(../img/topimg.png) no-repeat;
  background-size: auto 100%;
  background-position: right;
  padding: 30px 40px;
  font-weight: bold;
}

.topimg p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}

.topimg p small {
  font-size: 20px;
}

.topimg p em {
  font-size: 42px;
}

.topimg p span {
  padding: 0 15px;
  margin-right: 5px;
  border-radius: 5px;
}

.topimg p .caution {
  padding: 0;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1.45;
}

.disclaimer {
  margin-top: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: rgb(51, 51, 51);
  border: 1px dashed rgb(213, 7, 6);
  border-radius: 4px;
}
/* ---------------------------------

3つの安心 anshin

------------------------------------*/
.anshin h2,
.anshin_h3,
.anshin p span {
  text-align: center;
}

.anshin h2:after {
  left: 45%;
}

.anshin_h3 {
  width: 7em;
  border-radius: 5px;
  padding: 3px;
  margin: 0 auto 20px;
}

.anshin p span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.anshin img {
  width: 200px;
  height: 100px;
  margin: 0 auto 20px;
}

/* ---------------------------------

ご遺体搬送例 .ex_wrap .ex

------------------------------------*/
.ex {
  margin-bottom: 30px;
}

.ex h3 {
  margin-bottom: 0;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}

.ex h3 span {
  background: #fff;
  padding: 0 5px;
  margin: 0 10px;
  border-radius: 5px;
}

.ex img {
  width: 30%;
  margin: 20px auto;
}

.ex p {}

.ex_voice {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  background: #e0edff;
}

.ex_voice:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.ex_answer span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e0edff));
  background: linear-gradient(transparent 60%, #e0edff 60%);
}

.ex_price {
  border-radius: 0 5px 5px 5px;
  border: 1px solid;
  position: relative;
  margin-top: 50px;
}

.ex_price span {
  display: block;
  position: absolute;
  top: -31px;
  left: -1px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
  font-size: 0.9em;
}

.ex_price em {
  font-weight: bold;
  font-size: 2em;
}

.ex_price p {
  margin-bottom: 0;
  padding: 10px;
}

.ex_price p:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.ex_price p:not(:first-of-type) {
  border-top: 1px dotted;
}

/* ---------------------------------

搬送料金について .price

------------------------------------*/
.price1,
.price2 {
  width: 49%;
}

.price_ttl {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px 10px 0 0;
}


/* ---------------------------------

ご利用の流れ .flow

------------------------------------*/
.flow section {
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #ccc;
  padding: 10px;
}

.flow section:not(:last-of-type):before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.33em;
  color: #3a6494;
  vertical-align: middle;
  border-top: 1em solid;
  border-right: 1em solid transparent;
  border-left: 1em solid transparent;
  position: absolute;
  bottom: -26px;
  left: 45%;
}

.flow .sp_acc-cont {
  margin-top: 20px;
}

.flow li {}

.flow li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.flow_ulwrap {
  padding: 10px;
  background-color: #e0edff;
}

.flow_ulwrap p {
  margin-bottom: 10px;
}

.plan.flex {
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.plan img {
  width: 24%;
  height: 24%;
}

/* ---------------------------------

form

------------------------------------*/
form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

form > .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}

form > .flex .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 580px;
}

.form_label {
  width: 190px;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 40px;
  font-weight: bold;
  color: #3a6494;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 40px;
  width: 350px;
  padding: 5px;
  border: 1px solid #cecece;
  border-radius: 5px;
}

select {
  width: 200px;
}

select:not(:last-of-type),
input[type="text"]:not(:last-of-type),
.checkbox-inline {
  margin-right: 10px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
}

.checkbox-inline {
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #e8f3ff;
  width: 30%;
}

.checkbox-inline:nth-of-type(1),
.checkbox-inline:nth-of-type(2),
.checkbox-inline:nth-of-type(3) {
  margin-bottom: 10px;
}

form button {
  width: 60%;
  display: block;
  color: #fff;
  background-color: #e65e3a;
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5em;
  height: 80px;
  margin: 50px auto 0 auto;
}


/* ---------------------------------

footer

------------------------------------*/
footer {
  padding: 20px 0 100px;
}

.footer_logo {
  font-weight: bold;
}

footer > .inner p:last-of-type {
  margin-bottom: 0;
}

.fixedfooter {
  position: fixed;
  bottom: 0;
  width: 100%;
}


/* ---------------------------------

利用規約・運営者情報

------------------------------------*/

.pri_body main,
.thanks main {
  padding-top: 30px;
}

.pri_body h3 {
  margin-bottom: 20px;
}

.thanks h2:after {
  left: 45%;
  font-size: 1.5rem;
}

.thanks img {
  max-width: 500px;
  margin: 0 auto 30px;
}

/* ---------------------------------

responsive

------------------------------------*/
/* -------- PC (only small display) */
@media screen and (max-width: 1280px) {}

/* ---------------- PC only */
@media screen and (min-width:769px) {

  .pcnone {
    display: none !important;
  }

  .sp_acc-close {
    display: none;
  }

  .anshin .flex div,
  .ex {
    width: 31%;
  }

  nav {
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05));
    border-top: 3px solid;
    padding: 5px;
  }

  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  nav li {
    width: 25%;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid;
  }

  nav li:first-of-type {
    border-left: 1px solid;
  }

  .fixedfooter {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
  }

  .fixedfooter .inner {
    position: relative;
    padding: 5px 0 5px 100px;
  }

  .fixedfooter .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fixedfooter .flex p {
    margin-bottom: 0;
  }

  .fixedfooter .tel_p {
    color: #3a6494;
    text-align: left;
    padding-bottom: 5px;
    font-size: 0.7em;
  }

  .fixedfooter .tel_24 {
    margin-right: 10px;
    font-size: 0.7em;
    height: 40px;
    line-height: 1.36;
  }

  .fixedfooter .tel_no {
    font-size: 2.3em;
    color: #3a6494;
    width: auto;
    line-height: 1;
    margin-right: 30px;
  }

  .fixedfooter .form_btn {
    height: auto;
    width: auto;
    padding: 5px 20px;
    margin: 0;
  }

  .fixedfooter .form_btn_txt {
    font-size: 1.4em;
    padding-bottom: 0;
  }
}

/* ---------------- SP/ipad縦画面 only（もし対応必要であれば記述） */
@media screen and (max-width:768px) {

  .spnone {
    display: none !important;
  }

  .sp_acc-cont {
    display: none;
  }

  .spcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner {
    width: 100%;
  }

  main > section {
    margin: 40px 0;
  }

  main.inner {
    margin-top: 50px;
  }

  body > header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: none;
  }

  .siteheader {
    position: relative;
    height: 50px;
    line-height: 50px;
  }

  h1 {
    font-size: 1.5rem;
  }

  #nav-drawer {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .sp_acc-close {
    margin-bottom: 0;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
  }

  /*ハンバーガーメニュー*/
  .nav-unshown {
    display: none;
    /*チェックボックス等は非表示に*/
  }

  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    color: #3a6494;
    font-size: 10px;
    text-align: center;
  }

  #nav-open i {
    font-size: 30px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  #nav-content {
    font-size: 14px;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 70%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    color: #fff;
    background-color: #3a6494;
    padding: 0;
  }

  #nav-content h2 {
    margin-top: 0;
  }

  #nav-content ul {
    margin-bottom: 10px;
  }

  #nav-content ul li {
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    padding: 10px;
    font-weight: bold;
  }

  #nav-content ul li a {
    color: #fff;
  }

  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（スライド）*/
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }


  /*TOP画像*/
  .topimg {
    margin: 0 -10px 20px;
    border: 0;
    padding: 10px 0 0 0;
    /*
    background: url(../img/topimg_sp.png) no-repeat;
    background-size: auto 100%;
    background-position: right;
*/

    background: linear-gradient(to right, #497fbe, #1e446f);
    background: -webkit-gradient(linear, left top, right top, from(#497fbe), to(#1e446f));

    /*    background: #497fbe;*/
    /*    background: none;*/
  }

  /*
  .topimg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #497fbe, #1e446f);
    background: -webkit-gradient(linear, left top, right top, from(#497fbe), to(#1e446f));
    z-index: -1;
  }
*/

  .topimg p {
    font-size: calc((100vw - 20px)/18);
    color: #fff;
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .topimg p em {
    font-size: calc((100vw - 20px)/11);
    font-weight: bold;

    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
    background: rgba(255, 255, 255, 0);
  }

  .topimg p small {
    font-size: calc((100vw - 20px)/25);
  }


  .topimg .grad {
    background: #1e446f;
  }


  .topimg .topimg_30min {
    padding-bottom: 10px;
  }

  .topimg .topimg_price {
    background: url(../img/topimg_sp.png) no-repeat;
    background-size: auto 100%;
    background-position: right;
    padding: 5px 10px;
    background-color: #1e446f;
    /*    color: #fff;*/
    margin-bottom: 0;
  }
  
  .topimg p .caution {
    font-size: calc((100vw - 20px)/31);
    color: rgb(255, 255, 255);
  }
  
  .pc-br {
    display: none;
  }
  
  /*
  .topimg .topimg_price em {
    color: #fff;
  }
*/

  /*TELボタン*/
  .tel_btn,
  .form_btn,
  .plan img {
    margin: 0 0 20px 0;
    height: auto;
  }

  .form_btn_txt {
    font-size: 1.8em;
  }

  main > .anshin {
    margin-top: 0;
  }

  .anshin h2:after,
  .thanks h2:after {
    left: 34%;
  }

  .anshin .flex div {
    margin-bottom: 20px;
  }

  .ex {
    margin-bottom: 40px;
  }

  .price .flex {
    display: block;
    position: relative;
  }

  .price1,
  .price2 {
    width: 100%;
  }

  .price_ttl {
    width: 49%;
    text-align: center;
  }

  .price2 .price_ttl {
    position: absolute;
    right: 0;
    top: 0;
  }

  .tabchange-btn:not(.is-active) {
    background: #efefef;
    color: #777;
  }

  .flow section {
    padding: 0;
    border: 0;
  }

  .flow section:not(:last-of-type):before {
    bottom: -24px;
    left: 43%;
  }

  .flow h3 {
    padding: 10px 40px 10px 10px;
    position: relative;
  }

  .flow h3:after {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* margin-right: 0; */
    position: absolute;
    line-height: 1;
    right: 10px;
    top: 37%;
  }

  .flow .sp_acc-cont {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
  }

  .plan {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan img {
    max-width: 448px;
    width: 100%;
  }

  form {
    border: 2px solid #ccc;
  }

  form > .flex {
    padding: 10px;
    border-bottom: 0;
  }

  form > .flex:nth-of-type(odd) {
    background: #e8f3ff;
  }

  form > .flex .flex {
    width: 100%;
  }

  .form_label,
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .checkbox-inline,
  select {
    width: 48%;
    margin-bottom: 10px;
  }

  .checkbox-inline:nth-of-type(even) {
    margin-right: 0;
  }

  /*
  .form_check .flex {
    padding: 0;
    margin-bottom: 0;
  }
*/

  form button {
    margin: 20px auto;
    width: 80%;
  }

  .fixedfooter .tel_btn {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0;
    padding: 5px;
  }

  .fixedfooter .tel_btn p:first-of-type {
    line-height: 1;
  }

  .fixedfooter .tel_btn .tel_no {
    font-size: 1.8em;
  }
}

/*--------------- light button*/
.reflection-img img {
  cursor: pointer;
}

.reflection-img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.refle-harf {
  /* display:flexなどで二つ横並びにする場合 */
  width: 48%;
}

@media screen and (max-width:768px) {
  .refle-harf {
    /* SP */
    width: 100%;
  }
}

.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*light button*/




/*
@media screen and (max-width:415px){

.topimg{
    background-size: 100%;
    padding: 5px 15px;
    }

.topimg p {
    font-size: 20px;
    background:#ffffff66;
    margin-top: 0;
    margin-right: 0;
}

.topimg p small {
    font-size: 19px;
}

.topimg p em {
    font-size: 26px;
    font-weight: bold;
}

.topimg p{
    margin-bottom: 0;
    padding-bottom: 0;
}
}
*/




/*
@media screen and (max-width:321px){
.topimg p {
    font-size: 14px;
}

.topimg p small {
    font-size: 16px;

}
*/


/*estimate-form*/
.estimate-form {
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid rgb(207, 207, 207);
}

.estimate-form input, .estimate-form select {
  box-sizing: border-box;
  padding: 0px 8px;
  height: 40px;
  font-size: 14px;
  color: rgb(51, 51, 51);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(207, 207, 207);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
}

.estimate-form select {
  cursor: pointer;
}

::placeholder {
  opacity: 1;
  color: rgb(51, 51, 51);
}

.estimate-form-heading {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: rgb(0, 0, 0);
}

.estimate-form-item-wrap:nth-child(odd) {
  padding: 8px;
  background: rgb(232, 243, 255)
}

.estimate-form-item-wrap:nth-child(even) {
  padding: 8px;
  background: rgb(255, 255, 255);
}

.estimate-form-situatio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 7px;
  width: 100%;
}
.situatio-label-wrap {
  position: relative;
  width: calc((100% - 21px)/4);
}

.situatio-label-wrap input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.situatio-label-wrap label {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(58, 100, 148);
  background: rgb(255, 255, 255);
  border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
}

.situatio-label-wrap input:checked + label {
  color: rgb(255, 255, 255);
  background: rgb(58, 100, 148);
  border: 2px solid rgb(58, 100, 148);
}

.situatio-label-wrap input:focus + label{
  box-shadow: 0px 2px 4px rgb(1, 1, 1);
}

.situatio-label-wrap label span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.estimate-form-plan {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 7px;
  width: 100%;
}

.plan-label-wrap {
  position: relative;
  width: calc((100% - 21px)/4);
}

.plan-label-wrap input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.plan-label-wrap label {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(58, 100, 148);
  background: rgb(255, 255, 255);
  border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
}

.plan-label-wrap input:checked + label {
  color: rgb(255, 255, 255);
  background: rgb(58, 100, 148);
  border: 2px solid rgb(58, 100, 148);
}

.plan-label-wrap input:focus + label{
  box-shadow: 0px 2px 4px rgb(1, 1, 1);
}

.plan-label-wrap label span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.estimate-form-pickup {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 7px;
  width: 100%;
}

.pickup-label-wrap {
  position: relative;
  width: calc((100% - 21px)/4);
}

.pickup-label-wrap input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.pickup-label-wrap label {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(58, 100, 148);
  background: rgb(255, 255, 255);
  border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
}

.pickup-label-wrap input:checked + label {
  color: rgb(255, 255, 255);
  background: rgb(58, 100, 148);
  border: 2px solid rgb(58, 100, 148);
}

.pickup-label-wrap input:focus + label{
  box-shadow: 0px 2px 4px rgb(1, 1, 1);
}

.pickup-label-wrap label span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.estimate-form-area {
  display: flex;
  gap: 8px;
}

#area-prefectures {
  width: 140px;
}

#area-town {
  width: calc(100% - 148px);
}

#name {
  width: 100%;
}

#postcode {
  display: block;
  margin-bottom: 8px;
  width: 140px;
}

.prefectures-town-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

#prefectures {
  width: 140px;
}

#town {
  width: calc(100% - 148px);
}

#street {
  width: 100%;
}

#tel {
  width: 100%;
}

.estimate-form-tel-text {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: rgb(51, 51, 51);
}

#email {
  width: 100%;
}

.submit-btn-wrap {
  position: relative;
  margin: 24px auto 8px;
  padding: 0;
  max-width: 298px;
  width: 100%;
  height: 48px;
}

.submit-btn-wrap::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 110px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_memo.svg);
  background-size: contain;
}

.estimate-form input[type="submit"] {
  padding: 0 0 0 36px;
  max-width: 298px;
  width: 100%;
  height: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 48px;
  color: rgb(255, 255, 255);
  background: rgb(251, 121, 87);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.estimate-form input[type="submit"]:hover {
  opacity: 0.8;
}

.terms-of-service-wrap {
  text-align: center;
}

.terms-of-service {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: rgb(251, 121, 87);
  text-decoration: underline;
}

a.terms-of-service:hover, a.terms-of-service:active {
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  .situatio-label-wrap {
    width: calc((100% - 7px)/2);
  }

  .plan-label-wrap {
    width: calc((100% - 7px)/2);
  }

  .pickup-label-wrap {
    width: calc((100% - 7px)/2);
  }
}

@media screen and (max-width: 350px) {
  .submit-btn-wrap::before {
    left: 100px;
  }
}

/*cta*/
.cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 20px;
  background: rgba(84,84,88,.85);
  border-top: 1px solid #ccc;
}

.cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: auto;  
  padding-bottom: 4px;
  height: 55px;
  width: 100%;
  max-width: 500px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),color-stop(50%,hsla(0,0%,100%,.1)),to(rgba(0,0,0,.05)));
  background: linear-gradient(180deg,rgba(0,0,0,.05) 0,hsla(0,0%,100%,.1) 50%,rgba(0,0,0,.05));
  background-color: rgb(58, 100, 148);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 -4px 0 rgba(29,49,72,.4);
}

.cta-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.cta-icon i::before {
  content: "\f2a0";
}

.cta-text {
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(84,84,88,.8);
}

.cta-text-top {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.cta-text-bottom {
  margin: 0.5em 0 0 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}