@charset "utf-8";

/* ===================================================================
CSS information
 file name : detachedhouselp.css
 style info :  スタイル指定
=================================================================== */
.check {
    padding: 0;
}

.house {}

.house .wrapper .inner {
    padding: 60px 0 100px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.house .wrapper .inner .link_banner {
    width: 100%;
    margin: 0 auto;
}

.house .wrapper .inner .link_banner a {
    display: block;
    width: 100%;
}

.house .wrapper .inner .link_banner a img {
    width: 100%;
}

.house .wrapper .inner>h2 {
    padding: 50px 0 0;
    font-size: 32px;
}

.house .wrapper .inner>h2 span {
    color: #17ABE8;
}

.house .wrapper .inner>.flex_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
    align-items: center;
}

.house .wrapper .inner>.flex_box li {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 2;
}

.house .wrapper .inner>.flex_box li ul.text li {
    display: flex;
    align-items: center;
}

.house .wrapper .inner>.flex_box li ul.text li:before {
    content: "";
    background: url(../images/detachedhouselp/icon_li.png) no-repeat;
    width: 21px;
    height: 21px;
    display: block;
    padding: 0 10px 0 0;
}

.house .wrapper .inner>.flex_box li ul.img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.house .wrapper .inner>.flex_box li ul.img li {
    margin: 0 0 0 20px;
}

.house .wrapper .inner>.flex_box li ul.img li:first-of-type {
    margin: 0;
}

.house .wrapper .inner>.arrow {
    margin: 60px auto 0;
}

.house .wrapper .inner>h3 {
    margin: 25px auto 0;
    font-size: 32px;
    line-height: 1.2;
}

.house .wrapper .inner>h3 span {
    color: #17ABE8;
}

.house .wrapper .inner>h3 span.big {
    color: #17ABE8;
    font-size: 64px;
    letter-spacing: -14px;
}

.house .wrapper .inner>.fee_img {
    width: 100%;
    margin: 60px auto 75px;
}

.house .wrapper .inner>.fee_img img {
    width: 100%;
}

.house .wrapper .inner>.fee_img p {
    margin: 30px auto 0;
    font-size: 16px;
    width: 100%;
    text-align: left;
}

.form {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0;
}

.form h2 {
    margin: 0 auto 23px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #17abe8;
    position: relative;
}

.form h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #17abe8;
}

.form .wrapper .inner {
    text-align: left;
}

.form .wrapper .inner form>p {
    font-size: 16px;
}

.form .wrapper .inner form>p:last-of-type {
    margin: 0 auto 60px;
}

.form .wrapper .inner form>h3 {
    display: flex;
    width: 100%;
    padding: 0 10px;
    font-size: 32px;
    font-weight: bold;
    color: #17abe8;
    border: solid #17abe8;
    border-width: 0 0 1px;
    margin: 78px auto 30px;
}

.form .wrapper .inner form h4 {
    width: 250px;
    font-size: 18px;
    color: #17ABE8;
}

.form .wrapper .inner form .required h4::after {
    content: "必須";
    background: #FF0000;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
    font-size: 16px;
    margin: 0 0 0 5px;
}

.form .wrapper .inner form .delete {
    padding: 0;
}

.form .wrapper .inner form .delete .delete_btn {
    margin: 10px 0 0 auto;
    display: block;
    width: 100px;
    border: 1px solid #000;
    text-align: center;
}

.form .wrapper .inner form .plus {
    padding: 30px 0 0;
}

.form .wrapper .inner form .plus .plus_btn {
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #000;
    width: 500px;
}

.form .wrapper .inner form>div>ul {
    margin: 0 0 30px;
}

.form .wrapper .inner form .radio,
.form .wrapper .inner form .text,
.form .wrapper .inner form .textarea,
.form .wrapper .inner form .select,
.form .wrapper .inner form .check,
.form .wrapper .inner form .file {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}


.form .wrapper .inner form .radio>ul,
.form .wrapper .inner form .text>.text_wrapper,
.form .wrapper .inner form .textarea>ul,
.form .wrapper .inner form .check>ul,
.form .wrapper .inner form .select>.select_wrapper {
    width: calc(100% - 280px);
    display: flex;
    flex-wrap: wrap;
}
/*
.form .wrapper .inner form .select>.select_wrapper select {
    width: 200px;
    height: 60px;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
    margin: 0 0 10px;
}
*/
.form .wrapper .inner form .file>.img_up {
    width: calc(100% - 280px);
}
/*
.form .wrapper .inner form .text>.text_wrapper input,
.form .wrapper .inner form .textarea>textarea {
    margin: 13px 0 0;
    height: 180px;
    font-size: 22px;
    padding: 25px 30px;
    border-radius: 10px;
    font-weight: bold;
    color: #333;
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
    width: calc(100% - 280px);
}

.form .wrapper .inner form .text>.text_wrapper input {
    height: 60px;
    width: 100%;
}

*/

.form .wrapper .inner form .radio>ul>li,
.form .wrapper .inner form .check>ul>li {
    line-height: 1;
    font-size: 16px;
    margin-right: 15px;
}

.form .wrapper .inner form .check.check02>ul>li {
    width: 30%;
    line-height: 1;
}

.form .wrapper .inner form .check.check02 .anser {
    margin: 15px 0 0;
}

.form .wrapper .inner form .check.check02 .anser p {
    font-size: 14px;
    margin: 0 0 5px;
}

.form .wrapper .inner form .check.check02 .anser input {
    display: block;
    padding: 10px 15px;
    width: 100%;
}

.form .wrapper .inner form .url_property .radio>ul>li,
.form .wrapper .inner form .name_property .radio>ul>li,
.form .wrapper .inner form .img_property .radio>ul>li {
    line-height: 1;
    font-size: 16px;
    width: 33%;
    margin: 0 0 15px;
}

.form .wrapper .inner form .radio>ul>li input,
.form .wrapper .inner form .check>ul>li input {
    display: none;
}

.form .wrapper .inner form .radio>ul>li label,
.form .wrapper .inner form .check>ul>li label {
    position: relative;
    padding: 0 0 0 30px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form .wrapper .inner form .radio>ul>li label span,
.form .wrapper .inner form .check>ul>li label span {
    font-size: 11px;
}

.form .wrapper .inner form .pp .pp_wrapper .check ul {
    align-items: center;
}

.change_label:before,
.chenge_check:before {
    left: 0px;
    top: 4px;
    margin-top: 0px;
    width: 21px;
    height: 10px;
    opacity: 0;
    border-left: 5px solid #17abe8;
    border-bottom: 5px solid #17abe8;
    transform: rotate(-45deg) translateY(-50%);
    top: 39%;
    left: 11px;
}

.form .wrapper .inner form .radio>ul>li input[type="radio"]:checked+.change_label:before,
.form .wrapper .inner form .check>ul>li input[type="checkbox"]:checked+.chenge_check:before {
    opacity: 1;
}

.change_label:after,
.change_label:before,
.chenge_check:after,
.chenge_check:before {
    position: absolute;
    content: "";
    display: block;
}

.change_label:after,
.chenge_check:after {
    width: 35px;
    height: 35px;
    border: 1px solid #333333;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17abe8;
    background: #17abe8;
    border-radius: 35px;
    height: 70px;
    width: 100%;
    font-size: 21px;
    color: #fff;
}

input[type="submit"]:hover {
    background: #54A9BD;
}

input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
}

.form_btn {
    margin: 70px auto 0;
}

.form_btn .form_btn_wrapper {
    width: 450px;
    position: relative;
    margin: 0 auto;
}

.form_btn .form_btn_wrapper::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
}
.mark_orange {
	display: inline;
	background: linear-gradient(transparent 50%, #ffad55 0%);
	font-weight: bold;
}

/* BreakPoint 1100
=============================================================*/
@media only screen and (max-width: 1100px) {
    .mv .wrapper {
        position: inherit;
        width: 100%;
        padding: 4%;
        background: url(../images/freehalform/mv20230712.webp) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .form .wrapper .inner form .url_property .radio>ul>li,
    .form .wrapper .inner form .name_property .radio>ul>li,
    .form .wrapper .inner form .img_property .radio>ul>li {
        width: 50%;
    }
}


/* BreakPoint 639px sp
=============================================================*/
@media only screen and (max-width: 639px) {
    .mv .wrapper .banner img {
        width: 30vw !important;
    }
    .mv .wrapper .title_area {
        padding-top: 32px!important;
    }
    .house .wrapper .inner {
        padding: 30px 0 50px;
    }

    .house .wrapper .inner>h2 {
        padding: 25px 0 0;
        font-size: 20px;
    }

    .house .wrapper .inner>.flex_box {
        padding: 25px 0 0;
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }

    .house .wrapper .inner>.flex_box li ul.img {
        margin: 0 auto 20px;
    }

    .house .wrapper .inner>.flex_box li ul.text li {
        line-height: 1.5;
        margin: 0 auto 10px;
        font-size: 16px;
    }

    .house .wrapper .inner>.arrow {
        margin: 10px auto 0;
    }

    .house .wrapper .inner>h3 {
        margin: 10px auto 0;
        font-size: 20px;
        line-height: 1.2;
    }

    .house .wrapper .inner>h3 span.big {
        color: #17ABE8;
        font-size: 30px;
        letter-spacing: -6px;
    }

    .house .wrapper .inner>.fee_img {
        width: 100%;
        margin: 30px auto 30px;
    }

    .house .wrapper .inner>.fee_img p {
        margin: 15px auto 0;
        font-size: 14px;
    }

    .form h2 {
        font-size: 18px;
        padding: 10px 20px;
    }

    .form .wrapper .inner {
        padding: 0 20px 0;
    }

    .form .wrapper .inner form>h3 {
        font-size: 18px;
        margin: 30px auto 15px;
    }

    .form .wrapper .inner form .radio,
    .form .wrapper .inner form .text,
    .form .wrapper .inner form .textarea,
    .form .wrapper .inner form .select,
    .form .wrapper .inner form .check,
    .form .wrapper .inner form .file {
        flex-wrap: wrap;
        margin: 0 0 15px;
    }

    .form .wrapper .inner form h4 {
        font-size: 18px;
        width: 100%;
    }

    .form .wrapper .inner form .radio>ul,
    .form .wrapper .inner form .text>.text_wrapper,
    .form .wrapper .inner form .textarea>ul,
    .form .wrapper .inner form .check>ul,
    .form .wrapper .inner form .select>.select_wrapper {
        width: 100%;
    }

    .form .wrapper .inner form .url_property .radio>ul>li,
    .form .wrapper .inner form .name_property .radio>ul>li,
    .form .wrapper .inner form .img_property .radio>ul>li {
        width: 100%;
    }

    .form .wrapper .inner form .text>.text_wrapper input,
    .form .wrapper .inner form .textarea>textarea {
        font-size: 16px;
        padding: 5px;
        width: 100%;
    }

    .form .wrapper .inner form .plus {
        padding: 10px 0 0;
    }

    .form .wrapper .inner form .plus .plus_btn {
        width: 100%;
    }

    .form .wrapper .inner form .file>.img_up {
        width: 100%;
        margin: 15px 0 0;
    }

    .form_btn .form_btn_wrapper {
        width: 100%;
    }

    input[type="submit"] {
        font-size: 17px;
    }

    .form .wrapper .inner form .check.check02>ul>li {
        width: 100%;
        line-height: 1;
    }
}

.chenge_check:after,
.change_label:after {
    margin-top: 0!important;
}
.contactfr>div:first-child {
    width: 100%!important;
}
.reservation_contact div.contactfr {
    margin: 0!important;
}
.reservation_contact div.formLayout input,
.reservation_contact div.formLayout select {
    margin: 0!important;
}


.c-white {
  color: #fff !important;
}

.c-black {
  color: #000 !important;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.p-w3p {
  padding-right: 3%;
  padding-left: 3%;
}

.p-w10 {
  padding-right: 10px;
  padding-left: 10px;
}

.p-w20 {
  padding-right: 20px;
  padding-left: 20px;
}

.mw100 {
  max-width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.br5 {
  border-radius: 5px;
}

/* wrapper class*/
.width-restriction {
  max-width: 1000px;
}

.strong-text {
  font-size: 20px;
  color: #4c4c4c;
  font-weight: 700;
}

.bold-text {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}

.bg-primary {
  background-color: #ecece7;
}

.bg-white {
  background-color: #ffffff;
}

.bg-secondary {
  background-color: #f7f782;
  margin: 20px 0 20px 0;
}

.bg-tertiary {
  background: #ffffba;
}

.line {
  height: 1px;
  background-color: #17abe8;
}

/*見出しポイント表記、両サイドのラインのスタイル*/
.header-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #17abe8;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 10px;
  line-height: 1;
}

.header-line::before,
.header-line::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #17abe8;
}

.header-line::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.header-line::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.header-title,
.header-title--black,
.point-title {
  color: #17abe8;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 10px 10px;
  position: relative;
}
.header-title img {
  position: absolute;
  margin: 0;
  top: -68px;
  left: 0;
}
.header-title--black {
  font-size: 15px;
  color: #000;
}

.point-title {
  font-size: 16px;
}

.header-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.5;
  padding: 0;
}

.header-text,
.header-text--bg-blue,
.header-text--sm {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-text::before,
.header-text--bg-blue::before,
.header-text--sm::before,
.header-text::after,
.header-text--bg-blue::after,
.header-text--sm::after {
  content: "";
  height: 1px;
  background-color: #333;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 15px;
}

.header-text--bg-blue {
  background: #17abe8;
  color: #fff;
}

.header-text--bg-blue::before,
.header-text--bg-blue::after {
  background-color: #fff;
}

.header-text--sm {
  font-size: 12px;
  font-weight: 700;
}

/*マーカーラインを引く。複数行に反映するにはinline要素である必要がある*/
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffff70));
  background: -webkit-linear-gradient(transparent 50%, #ffff70 0%);
  background: linear-gradient(transparent 50%, #ffff70 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 4px;
  font-weight: bold;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container__box {
  padding: 2px;
  width: 50%;
}

.flex-container__box::after {
  content: "";
  display: block;
  width: 50%;
}

.reason {
  position: relative;
  margin-top: 50px;
}

.reason__text {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  padding: 10px;
  background: rgba(23, 171, 232, 0.7);
}

.custom-btn {
  width: 300px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #17abe8;
  color: #ffffff;
  padding: 15px 40px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.custom-btn:focus,
.custom-btn:hover {
  outline: none;
  opacity: 0.5;
}

.custom-btn__text {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.custom-btn__text::after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.category-title {
  width: 100%;
  background: #17abe8;
  padding: 20px 10px 10px;
}

.pankuzu-list {
  padding-top: 55px;
}

.point-icon {
  width: 100px;
  margin: 20px 10px 10px;
}

.description {
  padding: 0 10px 10px;
  color: #000;
}

.img-staff {
  max-width: 600px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.lead {
  width: 90%;
  max-width: 560px;
  background-color: #fff;
  border: #17abe8 solid 2px;
  border-radius: 10px;
  margin: 20px auto 30px;
}

.lead-detail {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.lead-title {
  color: #fff;
  background: #17abe8;
  font-size: 16px;
  padding: 5px 10px;
  display: block;
  width: 45%;
  line-height: 1;
}

.lead-text {
  font-size: 14px;
  line-height: 1.6;
  padding: 15px 20px 10px;
}



/* mv
----------------------------------------------------------------------------- */
.flex-container {
  display: flex;
  flex-wrap: initial;
}

/* merit
----------------------------------------------------------------------------- */
.merit {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 60px;
  background: #FFFFD4;
}

.merit .wrapper .inner .main_img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.merit .wrapper .inner .main_img img {
  width: 100%;
}

.merit .wrapper .inner .main_img h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 97px;
  width: 100%;
  background: rgba(23, 171, 232, .7);
  padding: 28px 0 20px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.merit .wrapper .inner h3 {
  margin: 60px auto 0;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  color: #17ABE8;
}

.merit .wrapper .inner p {
  margin: 35px auto 0;
  text-align: left;
  color: #070707;
}

.merit .wrapper .inner ul {
  margin: 50px auto 0;
  display: flex;
}

.merit .wrapper .inner ul li {
  width: 38%;
}

.merit .wrapper .inner ul li:last-child {
  width: 58%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.merit .wrapper .inner ul li img {
  width: 100%;
}

.merit .wrapper .inner ul li h3 {
  margin: 0;
}

.merit {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 30px;
  background: #FFFFD4;
}

.img_flex {
  display: flex;
  align-items: center;
  margin: 0 30px;
}

.img_flex li:first-child {
  margin: 0 20px 0 0;
}

/* qa
----------------------------------------------------------------------------- */
.qa {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
}


.qa h2 {
  margin: 0 auto 23px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #17ABE8;
  position: relative;
}

.qa h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #17ABE8;
}

.qa .wrapper .inner dl {
  margin: 67px auto 0;
  text-align: left;
}

.qa .wrapper .inner dl dt {
  padding: 15px 15px 15px 80px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #17ABE8;
  border-radius: 10px 10px 0 0;
  border: 3px solid #17ABE8;
  position: relative;
  line-height: 1.4;
}

.qa .wrapper .inner dl.border-radius {}

.qa .wrapper .inner dl dt::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 10px;
  width: 50px;
  height: 50px;
  background: url(../images/mediationfree/new/qa01.png) no-repeat;
  background-size: cover;
}

.qa .wrapper .inner dl dd {
  border: 3px solid #17ABE8;
  border-radius: 0 0 10px 10px;
  padding: 30px 20px 25px 65px;
  font-size: 16px;
  position: relative;
}

.qa .wrapper .inner dl dd::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/mediationfree/new/qa02.png) no-repeat;
  background-size: cover;
}

.qa .wrapper .inner dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}


.merit .wrapper .inner .main_img h2 {
  font-size: 18px;
  padding: 10px 3%;
  bottom: 15px;
}

.merit .wrapper .inner h3 {
  margin: 30px auto 0;
  font-size: 18px;
}

.merit .wrapper .inner p {
  margin: 17px auto 0;
  font-size: 14px;
}

.merit .wrapper .inner ul {
  margin: 25px auto 0;
  display: block;
}

.merit .wrapper .inner ul li {
  width: 60%;
  margin: 0 auto 20px;
}

.merit .wrapper .inner ul li:last-child {
  width: 100%;
}

.merit .wrapper .inner ul li h3 {
  font-size: 18px;
}

.img_flex {
  display: block;
  align-items: center;
  margin: 0 30px;
}

.img_flex li:first-child {
  margin: 0 0 20px 0;
}

.check h2 .wrapper {
  width: 100%;
  padding: 0 3% 20px;
}

.check>.txt_area p {
  width: 100%;
}

.check .wrapper {
  width: 100%;
}

.check h2 .wrapper,
.reservation_contact h2 .wrapper {
  width: 100%;
  padding: 0 0 20px;
}

.check h2 {
  margin: 0 3%;
  font-size: 32px;
  font-weight: bold;
  color: #17ABE8;
}

.check h2 .wrapper {
  margin: 0 auto;
  font-size: 32px;
}

.check>.txt_area p {
  width: 100%;
}

.check .wrapper {
  width: 100%;
}

.qa h2 {
  font-size: 18px;
  padding: 10px 20px;
}

.qa .wrapper .inner dl dt::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -10px;
  width: 40px;
  height: 40px;
  background: url(../images/mediationfree/new/qa01.png) no-repeat;
  background-size: cover;
}

.qa .wrapper .inner dl dt {
  padding: 20px 30px 10px 10px;
  font-size: 14px;
}

.qa .wrapper .inner dl dt:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 2px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.qa .wrapper .inner dl dd {
  border: 3px solid #17ABE8;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px 20px 60px;
  font-size: 14px;
  position: relative;
}

.check h2 .wrapper,
.reservation_contact h2.wrapper {
  font-size: 18px;
}

.check h2 .wrapper {
  font-size: 32px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.check>.txt_area p {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 24px;
  color: #000;
  background: #FAFAFA;
  text-align: left;
  margin: 0 3%;
}

.check .wrapper .inner ul li a .txt h3 {
  font-size: 16px;
  font-weight: bold;
}

.check .wrapper .inner ul li a .txt p {
  font-size: 14px;
}

.check .wrapper .inner ul li a {
  display: block;
  padding: 3%;
}

.check .wrapper .inner ul li a .img_box {
  width: 100%;
  margin: 0 0 20px;
}

.check .wrapper .inner ul li a .txt {
  width: 100%;
  margin: 0 auto;
  color: #000;
  padding: 0 40px 0 0;
}

.check .wrapper .inner ul li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 31px;
  top: calc(80% - 1px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: #17ABE8;
}
/* PCサイズ（1100px）の際のlayout調整 */
@media screen and (min-width: 1100px) {
  .wrapper {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }

  .br-pc {
    display: none;
  }

  .p-w20 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .reason {
    margin-top: 100px;
  }

  .reason__text {
    font-size: 34px;
  }

  .pankuzu-list {
    padding-top: 64px;
  }

  .header-line {
    font-size: 18px;
  }

  .header-title,
  .header-title--black,
  .point-title {
    font-size: 33px;
    padding: 0 20px 10px;
    position: relative;
  }

  .header-title img {
    position: absolute;
    margin: 0;
    top: -68px;
    left: 110px;
  }

  .header-subtitle {
    font-size: 24px;
  }

  .header-text,
  .header-text--bg-blue,
  .header-text--sm {
    font-size: 27px;
    font-weight: 700;
  }

  .strong-text {
    font-size: 34px;
  }

  .bold-text {
    font-size: 20px;
  }

  .f12 {
    font-size: 20px;
  }

  .f14 {
    font-size: 18px;
  }

  .description {
    padding: 0 20px 10px;
  }

  .slide-arrow {
    height: 30px;
    width: 19px;
  }

  .lead-title {
    font-size: 20px;
  }

  .lead-text {
    font-size: 20px;
  }

  .lead {
    margin: 30px auto 50px;
  }

  .point-icon {
    width: 146px;
    margin: 20px 20px 10px;
  }

  .photo4_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: inherit;
  }


  /* merit
----------------------------------------------------------------------------- */

  .merit {
    width: 100%;
    margin: 0 auto;
    padding: 140px 0 60px;
    background: #FFFFD4;
  }

  .merit .wrapper {
    width: 800px;
    margin: 0 auto;
  }

  .merit .wrapper .inner .main_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .merit .wrapper .inner .main_img img {
    width: 100%;
  }

  .merit .wrapper .inner .main_img h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(23, 171, 232, .7);
    padding: 28px 0 20px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  .merit .wrapper .inner h3 {
    margin: 60px auto 0;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #17ABE8;
  }

  .merit .wrapper .inner p {
    margin: 35px auto 0;
    text-align: left;
    color: #070707;
    font-size: 18px;
  }

  .merit .wrapper .inner ul {
    margin: 50px auto 0;
    display: flex;
  }

  .merit .wrapper .inner ul li {
    width: 38%;
  }

  .merit .wrapper .inner ul li:last-child {
    width: 58%;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .merit .wrapper .inner ul li img {
    width: 100%;
  }

  .merit .wrapper .inner ul li h3 {
    margin: 0;
    font-size: 25px;
  }

  .img_flex {
    display: flex;
    align-items: center;
    margin: 0 30px;
  }

  .img_flex li:first-child {
    margin: 0 20px 0 0;
  }

  /* qa
----------------------------------------------------------------------------- */
  .qa {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0;
  }

  .qa .wrapper {
    width: 800px;
    margin: 0 auto;
  }

  .qa h2 {
    margin: 0 auto 23px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #17ABE8;
    position: relative;
  }

  .qa h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #17ABE8;
  }

  .qa .wrapper .inner dl {
    margin: 30px auto 0;
    text-align: left;
  }

  .qa .wrapper .inner dl dt {
    padding: 15px 15px 15px 80px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #17ABE8;
    border-radius: 10px 10px 0 0;
    border: 3px solid #17ABE8;
    position: relative;
    line-height: 1.4;
  }

  .qa .wrapper .inner dl.border-radius {}

  .qa .wrapper .inner dl dt::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/mediationfree/new/qa01.png) no-repeat;
    background-size: cover;
  }

  .qa .wrapper .inner dl dd {
    border: 3px solid #17ABE8;
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 25px 65px;
    font-size: 16px;
    position: relative;
  }

  .qa .wrapper .inner dl dd::before {
    position: absolute;
    content: "";
    top: 30px;
    left: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/mediationfree/new/qa02.png) no-repeat;
    background-size: cover;
  }

  .qa .wrapper .inner dl dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }

  h3.contacttitle {
    color: #17abe8;
    padding: 8px 10px;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px #17abe8 solid;
    margin-bottom: 25px;
  }
/*
  .reservation_contact div.address,
  .reservation_contact div.re,
  .reservation_contact div.menseki,
  .reservation_contact div.kibougaku {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
  }

  .reservation_contact div.address>div {
    margin: 10px auto 0;
    width: calc(100% - 260px);
  }

  .reservation_contact div.menseki>div {
    display: flex;
    align-items: center;
  }

  .reservation_contact div.address input,
  .reservation_contact div.menseki input,
  .reservation_contact div.kibougaku input,
  .reservation_contact div.address select {
    margin: 0 auto 15px;
    width: 100%;
    height: 80px;
    padding: 0 30px;
    font-size: 22px;
    border-radius: 10px;
    border: 0;
    color: #333;
    width: 100%;
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
  }

  .reservation_contact div.address select {
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
  }

  .reservation_contact div.address .select_box {
    position: relative;
    color: #333;
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
    margin: 0 auto 15px;
    background: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  }

  .reservation_contact div.address .select_box::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    color: #17ABE8;
    pointer-events: none;
  }

  .reservation_contact div.address p,
  .reservation_contact div.menseki p {
    font-size: 18px;
  }

  .reservation_contact div.menseki p {
    margin: 0 auto 0 20px;
  }

  .reservation_contact div.address h3 span {
    font-size: 14px;
    display: block;
    color: #333;
    font-weight: normal;
  }

  .reservation_contact div.re ul {
    margin: 25px auto 0;
    width: calc(100% - 260px);
  }

  .change_label {
    font-size: 20px;
  }

  .reservation_contact .reservation>div h3,
  .reservation_contact .contact>div h3 {
    font-size: 22px;
    color: #17ABE8;
    text-align: left;
    width: 260px;
  }

  .check.mae h2 {
    margin: auto;
    width: 1000px;
    text-align: left;
    border-bottom: 1px solid #17ABE8;
  }

  .check.mae .wrapper {
    width: 100%;
  }

  .check.mae h2 .wrapper {
    width: 100%;
  }

  .check>.txt_area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
*/
}
.wrapper {
    margin: 50px auto 0;
}
.bg-primary .bg-secondary {
    position: relative;
}
.bg-primary .bg-secondary img {
    position: absolute;
    left: 20%;
    top: -40px;
}
@media screen and (max-width: 639px) {
    .mv .wrapper {
        /* background-position: 50%!important; */
        background-position-x: 60%;
    }
	.qa .wrapper .inner dl {
		margin: 25px auto 0;
		text-align: left;
	}
	.img-staff {
		height: 150px;
	}
    .mv .wrapper .title_area h1 {
        width: 75%!important;
    }
    .bg-primary .bg-secondary img {
        left: 0%;
        top: -50px;
    }
}


  /* add talent
----------------------------------------------------------------------------- */
.mv .wrapper .title_area ul li::before {
  content: initial !important;
}
@media (max-width: 767px) {
  .mv .wrapper {
      padding: 0 3% !important;
  }
}
@media (max-width: 767px) {
  .mv .wrapper .title_area h1 img {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .mv .wrapper .title_area {
    padding-top: 32px!important;
  }
}
@media (max-width: 767px) {
  .mv .wrapper .title_area h1 {
    margin-left: -1.5vw;
  }
}


.intro {
  display: initial !important;
  width: 620px !important;
  margin: initial !important;
  counter-reset: initial !important;
}
@media (max-width: 767px) {
  .intro {
    width: 100% !important;
  }
}
.intro li{
  position: relative !important;
  padding: initial !important;
  background: initial !important;
  margin: 12px !important;
  width: 100% !important;
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.3) !important;
}
@media (max-width: 767px) {
  .intro li{
    margin: 2vw 0 !important;
  }
}
.intro li .number{
  position: absolute;
  top: 14px;
  left: 27px;
  font-size: 33px;
  color: #fff;
}
@media (max-width: 767px) {
  .intro li .number{
    top: 0vw;
    left: 3vw;
    font-size: 7vw;
    color: #fff;
  }
}
.intro li .black{
  position: absolute;
  top: 20px;
  left: 95px;
  font-size: 26px;
  color: #000;
}
@media (max-width: 767px) {
  .intro li .black{
    top: 3.25vw;
    left: 13vw;
    font-size: 3.5vw;
    color: #000;
  }
}
.intro li .light-blue{
  position: absolute;
  top: 14px;
  left: 280px;
  font-size: 33px;
  color: #1aabe7;
}
@media (max-width: 767px) {
  .intro li .light-blue{
    top: 1.75vw;
    left: 38vw;
    font-size: 5vw;
    color: #1aabe7;
    font-weight: 700;
  }
}
.intro .one {

}
@media (max-width: 767px) {
}
.intro .two {
  left: 308px !important;
}
@media (max-width: 767px) {
  .intro .two {
    left: 42vw !important;
  }
}
.intro .three {
  left: 230px !important;
}
@media (max-width: 767px) {
  .intro .three {
    left: 31vw !important;
  }
}

@media (max-width: 767px) {
  .mv .wrapper .intro__banner {
    float: right;
    margin-right: 4vw;
  }
}

.talent {
  position: absolute;
  top: 180px;
  right: -90px;
}
@media (max-width: 767px) {
  .talent {
    position: initial;
    margin-top: -6vw;
  }
}
@media (max-width: 767px) {
  .talent img{
    width: 90%;
    margin: 0 auto;
  }
}
.detail{
  display: flex !important;
}
@media (max-width: 767px) {
  .detail-pc{
    display: none !important;
  }
}
@media (max-width: 767px) {
  .detail-sp{
    display: initial !important;
  }
}
.detail__leftItem {
  width: 60%;
}
@media (max-width: 767px) {
  .detail__leftItem {
    width: 50%;
  }
}
.detail__leftItem p{
  font-weight: initial;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .detail__leftItem p{
    font-weight: initial;
    margin-top: 3vw;
  }
}
.detail__rightItem {
  width: 40%;
}
@media (max-width: 767px) {
  .detail__rightItem {
    width: 50%;
  }
}
.detail__rightItem img{
  margin-top: 30px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .detail__rightItem img{
    margin-top: 6vw;
    margin-left: 5vw;
  }
}

.detail__leftItem-sp, .detail__rightItem-sp {
  width: 100% !important;
  padding: 0 20px 0 20px;
}

.detail__rightItem-sp {
  margin-bottom: -15vw;
}
@media (max-width: 767px) {
    .reservation_contact {
        padding: 60px 0 52px!important;
    }
}
