@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}
li,
ol {
  list-style: none;
}

img {
  vertical-align: middle;
  width: 100%;
}

.ctabtn {
  position: fixed;
  top: 0;
  right: 30px;
  width: 17.2vw;
  height: auto;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .ctabtn {
    width: 100%;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.ctabtn:hover {
  opacity: 0.8;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.worry{
  background-image: url(../images/kakuyasusaiyosite/worry-bg-pc.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.saitan3days{
  background-image: url(../images/kakuyasusaiyosite/saitan3days-bg-pc.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.about,.comparison,.faq{
  background-color: #E6E6E6;
}

.diagnosis{
  background-color: #000;
}

.contact{
  background-image: url(../images/kakuyasusaiyosite/contact-bg-pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
} 
@media screen and (max-width: 768px) {
  .contact{
    padding-bottom: 60px;
  }
}

.contact__form{
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* フォーム */

.cf-area {
  padding: 15px 0;
}

.cf-area dt {
  line-height: 2em;
}

.cf-area dd {
  flex: 1;
}

.cf-area input {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  box-sizing: border-box;
}

.cf-area p span.red {
  background-color: #ee0b0b;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 10px;
  font-size:12px;
}

.cf-area input:focus,
.cf-area textarea:focus {
  outline: none;
  background: #e3edf6;
}

.cf-send {
  color: #fff;
  margin: 30px auto;
  text-align: center;
}

.cf-send a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
}


input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
  padding: 10px;
background: linear-gradient(180deg, #E20717 0%, #7C040D 100%);
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
border: none;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
span.wpcf7-spinner {
  display: none;
}
input[type="submit"]:hover {
  scale: 1.05;
}
.wpcf7 textarea {
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid;
}
.acceptance {
  text-align: center;
  margin: 40px 0 55px;
}


@media screen and (max-width: 768px) {
  .cf-area {
  padding: 10px 0;
  }
  .cf-send a {
    font-size: 16px;
  }
  input[type="submit"] {
    width: 200px;
    font-size: 16px;
  }
  .acceptance {
    font-size: 14px;
  }
}

.footer{
  display: flex;
  justify-content: space-between;
  padding: 100px;
}
.footer__logo{
  width: 25vw;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.footer__right p{
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 1000px) {
.footer{
  display: block;
  padding: 50px 30px;
}
.footer__logo{
  width: 300px;
  margin:0 auto 30px;
  display: block;
}
.footer__right p{
  font-size: 14px;
}
}

.copyright{
  text-align: center;
  padding: 20px 0;
  background-color: #000;
  color: #fff;
}
.copyright p{
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .copyright{
  margin-bottom: 12.5vw;
}
}