@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;
}

div,
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;
}

/* 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;
}

li {
  list-style: none;
}

div,
header,
footer,
main,
aside,
article,
section,
li,
img,
input,
textarea,
tr,
th,
td,
a {
  box-sizing: border-box;
}

.button21 a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #333;
  font-size: 0.875rem;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
  border-radius: 100px;
  text-decoration: none;
  line-height: 140%;
  margin: 0 10px;
}

.button21 a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #e00188;
  transition: 0.3s;
  margin-left: 10px;
}

.button21 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
  color: #000;
}

.button21 a:hover::after {
  transform: translateX(5px);
}

/*----------------
----------------*/
.btn_provider_estimate {
  display: flex;
  justify-content: center;
}
.btn_provider_estimate_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  margin: 0 10px 60px;
  background-color: #eee;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box {
    padding: 30px;
  }
}
.btn_provider_estimate_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box .midashi {
    font-size: 1.125rem;
  }
}
.btn_provider_estimate_box .midashi .big {
  font-size: 2rem;
}
.btn_provider_estimate_box .midashi .color {
  color: #e44c06;
}
.btn_provider_estimate_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box_btn {
    flex-direction: row;
  }
}
.btn_provider_estimate_box_btn_provider {
  flex: 1;
}
.btn_provider_estimate_box_btn_provider a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #39bafd, #138cdb);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_provider_estimate_box_btn_provider a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_provider_estimate_box_btn_provider a p:last-child {
  font-size: 0.875rem;
}
.btn_provider_estimate_box_btn_provider a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_provider_estimate_box_btn_estimate {
  flex: 1;
}
.btn_provider_estimate_box_btn_estimate a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #e00185, #e7003e);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_provider_estimate_box_btn_estimate a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_provider_estimate_box_btn_estimate a p:last-child {
  font-size: 0.875rem;
}
.btn_provider_estimate_box_btn_estimate a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_provider_estimate_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
.btn_provider_estimate_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.btn_provider_estimate_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
.btn_provider_estimate_box_btn .balloon .color {
  color: #ffe600;
}
.btn_provider_estimate_box_sub {
  padding-top: 20px;
}
.btn_provider_estimate_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn_provider_estimate_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
.btn_provider_estimate_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
.btn_provider_estimate_box_sub li:last-child:after {
  content: "";
}

/*----------------
----------------*/
.btn_columns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.btn_columns_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box {
    padding: 30px;
  }
}
.btn_columns_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box .midashi {
    font-size: 1.125rem;
  }
}
.btn_columns_box .midashi .big {
  font-size: 2rem;
}
.btn_columns_box .midashi .color {
  color: #e44c06;
}
.btn_columns_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box_btn {
    flex-direction: row;
  }
}
.btn_columns_box_btn_about {
  flex: 1;
}
.btn_columns_box_btn_about a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #06c8b4, #00a9a5);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_columns_box_btn_about a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_columns_box_btn_about a p:last-child {
  font-size: 0.875rem;
}
.btn_columns_box_btn_about a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_columns_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
.btn_columns_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.btn_columns_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
.btn_columns_box_btn .balloon .color {
  color: #ffe600;
}
.btn_columns_box_sub {
  padding-top: 20px;
}
.btn_columns_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn_columns_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
.btn_columns_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
.btn_columns_box_sub li:last-child:after {
  content: "";
}

body {
  word-break: break-all;
}

.category_back {
  padding: 10px;
  text-align: right;
  font-size: 0.75rem;
}
.category_back a {
  color: #666;
}
.category_back a:hover {
  text-decoration: none;
}

header {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
header img {
  width: 120px;
  height: auto;
}

.title {
  padding: 20px 10px 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1020px) {
  .title {
    padding: 30px 10px 60px 10px;
  }
}
.title_box {
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  .title_box {
    max-width: 1400px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.title_box h1 {
  font-size: 1.125rem;
  line-height: 140%;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  .title_box .big_h1 {
    font-size: 2rem;
  }
}
.title_box .progressbar {
  max-width: 500px;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1020px) {
  .title_box .progressbar {
    width: 500px;
  }
}
.title_box .progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-weight: bold;
}
.title_box .progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.title_box .progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #f5f5f5;
}
.title_box .progressbar li:first-child:after {
  content: none;
}
.title_box .progressbar li.active,
.title_box .progressbar li.complete {
  color: #e44c06;
}
.title_box .progressbar li.active:before,
.title_box .progressbar li.complete:before {
  background-color: #e44c06;
}
.title_box .progressbar li.active:after,
.title_box .progressbar li.complete:after {
  background-color: #e44c06;
}

/*---------
---------*/
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1020px) {
  .main {
    padding-bottom: 0;
  }
}
.main .main_error {
  color: red;
  padding: 15px;
  border: solid 1px red;
  background-color: #ffe8e8;
  margin-bottom: 30px;
  border-radius: 10px;
}
.main_box {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 1020px) {
  .main_box {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 0;
  }
}
.main_box_message {
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1020px) {
  .main_box_message {
    max-width: 1400px;
  }
}
.main_box_message h2 {
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.75rem;
}
.main_box_contact {
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1020px) {
  .main_box_contact {
    max-width: 1400px;
  }
}
.main_box_contact:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1020px) {
  .main_box_contact:last-child {
    padding-bottom: 40px;
  }
}
.main_box_contact_headline {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1020px) {
  .main_box_contact_headline {
    background-color: inherit;
  }
}
.main_box_contact_headline ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main_box_contact_headline li {
  padding: 5px;
  font-size: 0.875rem;
  line-height: 160%;
}
.main_box_contact_headline li:first-child {
  font-size: 0.75rem;
}
.main_box_contact_headline li:last-child {
  font-weight: bold;
  margin-left: 2px;
}
.main_box_contact_headline .required {
  background-color: #e44c06;
  color: #fff;
  border-radius: 5px;
}
.main_box_contact_headline .notrequired {
  background-color: #666;
  color: #fff;
  border-radius: 5px;
}
.main_box_contact_box {
  flex: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
.main_box_contact_box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main_box_contact_box input[type=text] {
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #999;
  line-height: 140%;
}
.main_box_contact_box textarea {
  /* 自動可変 */
  resize: both;
  width: 100%;
  /* 自動可変 */
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #999;
  line-height: 140%;
}
.main_box_contact_box select,
.main_box_contact_box option {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
}
.main_box_contact_box ul.checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main_box_contact_box ul.checkbox li {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 0.875rem;
}
.main_box_contact_box input[type=submit] {
  border: 1px solid #999;
  border-radius: 6px;
  flex: 1;
  width: auto;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
}
.main_box_contact_box .example {
  font-size: 0.75rem;
  color: #aaa;
}
.main_box_contact_box .confirmation {
  font-size: 0.75rem;
  color: #aaa;
}
.main_box_contact_box .attention {
  font-size: 0.75rem;
  color: #aaa;
  padding-top: 10px;
}
.main_box_contact_box .errorm {
  margin-top: 10px;
  font-size: 0.875rem;
  color: red;
}

.main2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1020px) {
  .main2 {
    padding-bottom: 0;
  }
}
.main2_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main2_box_box {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1020px) {
  .main2_box_box {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
}
.main2_box_box_message {
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1020px) {
  .main2_box_box_message {
    max-width: 1400px;
  }
}
.main2_box_box_message h2 {
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.75rem;
}
.main2_box_box_contact {
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1020px) {
  .main2_box_box_contact {
    max-width: 1400px;
  }
}
.main2_box_box_contact:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1020px) {
  .main2_box_box_contact:last-child {
    padding-bottom: 40px;
  }
}
.main2_box_box_contact_headline {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1020px) {
  .main2_box_box_contact_headline {
    background-color: inherit;
  }
}
.main2_box_box_contact_headline ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main2_box_box_contact_headline li {
  padding: 5px;
  font-size: 0.875rem;
}
.main2_box_box_contact_headline li:first-child {
  font-size: 0.75rem;
}
.main2_box_box_contact_headline li:last-child {
  font-weight: bold;
  margin-left: 2px;
}
.main2_box_box_contact_headline .required {
  background-color: #e44c06;
  color: #fff;
  border-radius: 5px;
}
.main2_box_box_contact_headline .notrequired {
  background-color: #666;
  color: #fff;
  border-radius: 5px;
}
.main2_box_box_contact_headline .errorm {
  margin-top: 10px;
  font-size: 0.875rem;
  color: red;
}
.main2_box_box_contact_box {
  flex: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
.main2_box_box_contact_box input[type=text],
.main2_box_box_contact_box input[type=tel],
.main2_box_box_contact_box input[type=email],
.main2_box_box_contact_box input[type=password] {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #999;
  line-height: 140%;
}
.main2_box_box_contact_box textarea {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #999;
  line-height: 140%;
}
.main2_box_box_contact_box select,
.main2_box_box_contact_box option {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
}
.main2_box_box_contact_box .checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.main2_box_box_contact_box .checkbox li {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.main2_box_box_contact_box input[type=submit] {
  width: 250px;
  padding: 20px 10px;
  display: block;
  font-weight: bold;
  background-color: #333;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 100%;
}
.main2_box_box_contact_box input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}
.main2_box_box_contact_box .example {
  font-size: 0.75rem;
  color: #aaa;
}
.main2_box_box_contact_box .confirmation {
  font-size: 0.75rem;
  color: #aaa;
}
.main2_box_box_contact_box .attention {
  font-size: 0.75rem;
  color: #aaa;
}
.main2_box_box_contact_box .margintop {
  margin-top: 10px;
}
.main2_box_box_contact_box .errorm {
  margin-top: 10px;
  font-size: 0.875rem;
  color: red;
}
.main2_box_box_contact_box .address {
  display: flex;
  flex-direction: column;
}
.main2_box_box_contact_box .address li {
  padding-bottom: 5px;
}
.main2_box_box_contact_kiyaku {
  background-color: #eee;
  padding: 10px 10px 0 10px;
  font-size: 0.75rem;
}
.main2_box_box_contact_kiyaku li {
  padding-bottom: 10px;
  line-height: 160%;
  list-style: circle;
  margin-left: 20px;
}
.main2_box_box_contact_kiyaku .font_bold {
  font-weight: bold;
}
.main2 .toggle {
  display: none;
}
.main2 .option {
  position: relative;
  margin-bottom: 1em;
}
.main2 .title,
.main2 .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.main2 .title {
  width: 250px;
  padding: 20px 10px;
  display: block;
  font-weight: bold;
  background-color: #fac21d;
  text-align: center;
  margin: 0 auto 20px auto;
  border-radius: 100px;
}
.main2 .title:hover {
  background-color: #ff9900;
}
.main2 .content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main2 .toggle:checked + .title + .content {
  max-height: 2500px;
  padding: 20px 0;
}
.main2 .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.main2 .toggle:checked + .title {
  display: none;
}

.alertarea {
  color: red; /* 文字色(赤色) */
  display: inline-block; /* インラインブロック化 */
  margin-top: 10px;
  font-size: 0.875rem;
}

/* ▼入力チェック結果でエラーがない場合は非表示にする */
.alertarea:empty {
  display: none;
}