@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

picture {
  display: block;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

input,
textarea {
  border: solid 1px #000;
  border-radius: 2px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*module
-------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.gothic, .characteristics__txt, .cost-item__row, .point, .thanks {
  font-family: "Noto Sans JP", sans-serif;
}

.contents-wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .contents-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.section-ttl {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}

.section-ttl::before {
  content: "";
  display: block;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  height: 40px;
  width: 130px;
  background-image: url(../img/ttl-icon.png);
  background-size: contain;
}

.section-ttl span {
  display: block;
  margin-bottom: 22px;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .section-ttl span {
    margin-bottom: 10px;
  }
}

/*mv
-------------*/
.mv {
  margin-bottom: 400px;
  position: relative;
  padding-top: 42px;
  padding-bottom: 220px;
  text-align: center;
  background-image: url(../img/mv-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 1100px) {
  .mv {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 100px;
    padding-bottom: 122vw;
    padding-left: 0;
    background-image: url(../img/mv-bg-sp.jpg);
  }
}

@media screen and (max-width: 767px) {
  .mv__mv {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

.mv__tab {
  position: absolute;
  left: 0;
  bottom: -22vw;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv__tab {
    bottom: -18vw;
  }
}

.mv__tab img {
  width: 100%;
}

/*ヘッダー
-----------------*/
.header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding-right: 30px;
  padding-left: 18px;
  background-color: #231815;
}

@media screen and (max-width: 767px) {
  .header__left {
    padding-right: 11px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  .header__left {
    padding-right: 6px;
  }
}

.header__logo {
  width: 199px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 106px;
    width: auto;
  }
}

.header__info {
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header__info {
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 320px) {
  .header__info {
    transform: scale(0.7);
  }
}

.header__info:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  height: 29px;
  width: 16px;
  background-image: url(../img/header-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .header__info:before {
    left: -16px;
    height: 16px;
    width: 9px;
  }
}

.header__tel {
  display: block;
  font-size: 18px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .header__tel {
    font-size: 12px;
    pointer-events: inherit;
  }
}

.header__hour {
  font-size: 10px;
}

.header__right {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-right: 17px;
  padding-bottom: 15px;
  padding-left: 6px;
  width: 216px;
  background-color: #d70051;
}

@media screen and (max-width: 767px) {
  .header__right {
    padding-top: 12px;
    padding-right: 7px;
    padding-bottom: 15px;
    width: 40%;
  }
}

@media screen and (max-width: 320px) {
  .header__right {
    width: 36%;
  }
}

.header__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 51px 40px;
  border-color: transparent transparent #d70052 transparent;
}

@media screen and (max-width: 767px) {
  .header__right::before {
    left: -19px;
    border-width: 0 0 45px 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__right img {
    display: inline-block;
    vertical-align: middle;
  }
}

/*こんなお悩みありませんか？
---------------------------------*/
.intro {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 20px;
  }
}

.intro__ttl {
  margin-bottom: 46px;
  text-align: center;
  font-size: 41px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .intro__ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.intro__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .intro__list {
    display: block;
    margin-bottom: 30px;
  }
}

.intro__item {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .intro__item {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .intro__item:nth-of-type(2) {
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .intro__item:last-of-type {
    margin-bottom: 0;
  }
}

.intro__txt01 {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .intro__txt01 {
    font-size: 12px;
  }
}

.intro__txt02 {
  width: 49%;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .intro__txt02 {
    margin-bottom: 10px;
    width: 100%;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .intro__txt02:last-of-type {
    margin-bottom: 0;
  }
}

.intro__txt02--colored {
  color: #e60012;
}

.intro__txt-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .intro__txt-bottom {
    display: block;
  }
}

.intro__arrow {
  max-width: 208px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro__arrow {
    margin-top: 20px;
    width: 30%;
  }
}

.intro__arrow img {
  width: 100%;
}

/*全て解決します
-------------------*/
.solution__ttl {
  margin-bottom: 80px;
  text-align: center;
  font-size: 75px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .solution__ttl {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .solution__ttl {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 1.4;
  }
}

.solution__why {
  margin-bottom: 30px;
  text-align: center;
  font-size: 34px;
}

.solution__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .solution__list {
    display: block;
  }
}

.solution-item {
  margin-bottom: 50px;
  text-align: center;
  width: 43%;
}

@media screen and (max-width: 767px) {
  .solution-item {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    width: 80%;
  }
}

.solution-item:nth-of-type(odd) {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .solution-item:nth-of-type(odd) {
    margin-right: auto;
  }
}

.solution-item:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .solution-item:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}

.solution-item__fig {
  margin-bottom: 14px;
}

.solution-item__txt {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .solution-item__txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .solution-item__txt {
    font-size: 16px;
  }
}

/*建築基準法12常点検について
---------------------------------*/
.law {
  margin-bottom: 38px;
}

.law__ttl {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  max-width: 949px;
  width: 92%;
  background-color: #00a0e9;
  border-radius: 10px;
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .law__ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.law__ttl span {
  font-size: 10px;
}

.law__content {
  display: none;
}

.law__txt {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  width: 85%;
  max-width: 871px;
  color: #231815;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .law__txt {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.law__txt:nth-last-of-type {
  margin-bottom: 45px;
}

.law__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 915px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .law__list {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .law__list {
    display: block;
  }
}

.law__item {
  margin-bottom: 18px;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .law__item {
    width: 100%;
  }
}

.law__item:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .law__item:nth-last-of-type(2) {
    margin-bottom: 18px;
  }
}

/*comparison
-------------------------*/
.comparison {
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #fff100;
}

.comparison__list {
  display: flex;
  justify-content: space-between;
  max-width: 933px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .comparison__list {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.comparison__item {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .comparison__item {
    margin-right: auto;
    margin-left: auto;
    width: 93%;
  }
}

/*特徴
----------------------*/
.characteristics-area {
  padding-top: 52px;
  padding-bottom: 136px;
}

@media screen and (max-width: 767px) {
  .characteristics-area {
    padding-bottom: 70px;
  }
}

.characteristics-area__ttl {
  margin-bottom: 67px;
}

@media screen and (max-width: 767px) {
  .characteristics-area__ttl {
    margin-bottom: 20px;
  }
}

.characteristics {
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .characteristics {
    margin-bottom: 30px;
  }
}

.characteristics:last-of-type {
  margin-bottom: 0;
}

.characteristics__num {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.characteristics__num:after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 76px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.characteristics--01 .characteristics__num:after {
  background-image: url(../img/num01.jpg);
}

.characteristics--02 .characteristics__num:after {
  background-image: url(../img/num02.jpg);
}

.characteristics--03 .characteristics__num:after {
  background-image: url(../img/num03.jpg);
}

.characteristics__ttl {
  margin-top: 44px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .characteristics__ttl {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.characteristics__txt {
  margin-bottom: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .characteristics__txt {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
  }
}

.characteristics__pic img {
  width: 100%;
}

/*費用の目安
-----------------*/
.cost__ttl {
  margin-bottom: 42px;
}

.cost__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .cost__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .cost__list.contents-wrap {
    padding: 0;
  }
}

.cost__cap {
  margin-bottom: 40px;
  text-align: left;
  font-size: 10px;
}

.cost-item {
  margin-bottom: 52px;
  text-align: center;
  width: 49%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .cost-item {
    width: 100%;
  }
}

.cost-item:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cost-item:nth-last-of-type(2) {
    margin-bottom: 24px;
  }
}

.cost-item--transparent {
  opacity: 0;
}

.cost-item__pic {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .cost-item__pic {
    margin-bottom: 14px;
  }
}

.cost-item__txt-area {
  margin-right: auto;
  margin-left: auto;
  width: 76%;
}

@media screen and (max-width: 767px) {
  .cost-item__txt-area {
    width: 86%;
  }
}

.cost-item__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 767px) {
  .cost-item__row {
    padding-top: 10px;
  }
}

.cost-item__ttl {
  padding-left: 10px;
  width: 49%;
  color: #00a0e9;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .cost-item__ttl {
    font-size: 14px;
  }
}

.cost-item__txt {
  width: 49%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .cost-item__txt {
    font-size: 14px;
  }
}

/*point
--------------*/
.point-area {
  padding-bottom: 124px;
}

@media screen and (max-width: 767px) {
  .point-area {
    padding-bottom: 70px;
  }
}

.point {
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  max-width: 907px;
  width: 89%;
  background-color: #171c61;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .point {
    font-size: 19px;
  }
}

.point:last-of-type {
  margin-bottom: 0;
}

/*フォーム 
------------------*/
.form-area {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .form-area {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.form-area__ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.form input:not(.form__submit) {
  padding: 6px;
  width: 100%;
  font-size: 20px;
}

.form textarea {
  min-height: 200px;
  padding: 6px 8px;
  width: 100%;
}

.form__row {
  margin-bottom: 20px;
}

.form__row:last-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .form__row:last-of-type {
    margin-bottom: 40px;
  }
}

.form__cat {
  margin-bottom: 10px;
  font-size: 22px;
}

.form__submit {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .form__submit {
    max-width: none;
    width: 90%;
  }
}

/*サンクスページ
---------------------*/
.thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80vh;
}

.thanks__ttl {
  margin-bottom: 20px;
  font-size: 36px;
}

.thanks__txt {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.6;
}

.thanks__btn {
  padding: 14px 20px;
  border: solid 1px #000;
  border-radius: 4px;
  font-size: 18px;
}

.thanks__btn::after {
  content: ">";
  display: inline-block;
  font-size: 24px;
  vertical-align: text-bottom;
}