@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
ol,
dl,
dt,
dd,
div,
span,
img,
a,
p,
table,
tr,
th,
td,
article,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333;
}

@media screen and (min-width: 740px) {
  .br-sp {
    display: none;
  }
}

h1 {
  font-size: 2.1rem;
}

@media screen and (min-width: 960px) {
  h1 {
    font-size: 3.1rem;
  }
}

h2 {
  font-size: 2.1rem;
}

@media screen and (min-width: 960px) {
  h2 {
    font-size: 4.1rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  h3 {
    font-size: 1.8rem;
  }
}

p {
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  p {
    font-size: 1.8rem;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333　!important;
}

#separation {
  padding: 4rem 0;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 740px) {
  #separation {
    padding: 6rem 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

#inner {
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto;
}

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

.center-title {
  text-align: center;
}

.redtext {
  font-size: 5rem;
  color: red;
}

.red-line {
  color: red;
  font-weight: bold;
  background: linear-gradient(transparent 60%, yellow);
}

.marker {
  background: linear-gradient(transparent 60%, yellow);
}

.main-header {
  height: auto;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logs {
  padding: 1rem 0;
}

.header-btn {
  display: none;
}

@media screen and (min-width: 740px) {
  .header-btn {
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.tel-btn {
  margin-right: 2rem;
}

.header-btn-sp {
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  max-width: 740px;
  width: 100%;
  z-index: 999;
  background: #FFF;
}

@media screen and (min-width: 740px) {
  .header-btn-sp {
    display: none;
  }
}

.tel-btn-sp {
  display: flex;
  padding-left: 2rem;
  align-items: center;
  margin-right: 2rem;
}

.yellow-marker {
  background: linear-gradient(transparent 60%, yellow);
  color: red;
}

.main-visual {
  height: 680px;
  background: url("../lp-img/mainvisual-bg-sp.jpg") no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 740px) {
  .main-visual {
    height: 680px;
    background: url("../lp-img/mainvisual-bg.jpg") no-repeat top center;
    background-size: cover;
  }
}

.intro {
  height: 20px;
  background: #f2efe7;
}

@media screen and (min-width: 480px) {
  .intro {
    background: #f2efe7;
    height: auto;
  }
}

@media screen and (min-width: 740px) {
  .intro {
    background: #f2efe7;
    height: 120px;
    position: relative;
    z-index: 1;
  }
}

.intro-item {
  position: relative;
  margin-top: -80px;
}

@media screen and (min-width: 740px) {
  .intro-item {
    max-width: 800px;
    margin: 0 auto;
    margin-top: -100px;
    position: relative;
    z-index: 2;
  }
}

.intro-item-img {
  width: 100%;
}

.intro-triangle {
  margin-top: -4px;
}

@media screen and (min-width: 380px) {
  .intro-triangle {
    margin-top: 0px;
  }
  .intro-triangle img {
    width: 100%;
  }
}

.first-content {
  background: #aa9251;
}

.case-title {
  color: #FFF;
  padding: 3rem 0;
  font-feature-settings: "palt";
}

.features {
  background: url("../lp-img/feauture-bg.jpg") no-repeat;
  background-attachment: fixed;
}

.features-title {
  display: block;
}

@media screen and (min-width: 740px) {
  .features-title {
    padding: 4rem 0;
    display: flex;
    justify-content: center;
  }
}

.features-title-text {
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  align-items: center;
  font-feature-settings: "palt";
}

@media screen and (min-width: 740px) {
  .features-title-text {
    margin-left: 2rem;
    font-size: 2.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
  }
}

.features-title-img {
  text-align: center;
  padding: 2rem 0;
}

.features-title-img img {
  width: 200px;
}

@media screen and (min-width: 740px) {
  .features-title-img {
    text-align: none;
    padding: 0;
  }
  .features-title-img img {
    width: 200px;
  }
}

.features-item {
  padding: 4rem 0;
}

.features-item img {
  width: 100%;
}

.before-after {
  border-top: 10px solid #aa9251;
  background: #f2efe7;
  border-bottom: 10px solid #aa9251;
}

.before-after-item {
  display: block;
  justify-content: center;
}

@media screen and (min-width: 740px) {
  .before-after-item {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
  }
}

.before-item, .after-item {
  margin: 2rem 0;
}

.before-item img, .after-item img {
  width: 100%;
}

.about-logos {
  width: 90%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 740px) {
  .about-logos {
    width: 360px;
    margin-bottom: 2rem;
  }
  .about-logos img {
    width: 100%;
  }
}

.vision {
  position: relative;
}

.vision-text-img-sp {
  display: block;
  background: url(../lp-img/store_bg.png) no-repeat top center;
  background-size: cover;
  background-position: 50% 25%;
  height: 200px;
}

@media screen and (min-width: 740px) {
  .vision-text-img-sp {
    display: none;
  }
}

.vision-text {
  padding: 4rem 0;
}

@media screen and (min-width: 740px) {
  .vision-text {
    padding: 4rem 0;
  }
  .vision-text::after {
    content: '';
    height: 840px;
    background: url(../lp-img/store_bg.png) no-repeat;
    background-size: cover;
    width: -o-calc((100% - 620px) - (50% - 500px));
    width: calc((100% - 620px) - (50% - 500px));
    position: absolute;
    right: 0;
    top: 22%;
  }
}

.vision-label {
  background: #aa9251;
  padding: 2rem 1rem;
}

@media screen and (min-width: 740px) {
  .vision-label {
    background: #aa9251;
    padding: 6rem;
  }
}

.vision-title {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
}

.message-label {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2rem 3rem;
  font-size: 2.1rem;
  margin: 0 0 2rem 0;
}

.cta-btn {
  background: #f2efe7;
  position: relative;
}

.cta-btn-item {
  display: block;
  text-align: center;
  padding: 2rem;
}

.cta-btn-item img {
  width: 90%;
  margin: 1rem 0;
}

@media screen and (max-width: 1350px) {
  .cta-btn-item::before {
    display: none;
  }
}

@media screen and (min-width: 740px) {
  .cta-btn-item {
    max-width: 700px;
    margin: 6rem auto 2rem auto;
    display: flex;
    justify-content: space-between;
  }
  .cta-btn-item img {
    width: 300px;
  }
  .cta-btn-item::before {
    content: url("../lp-img/tel-image.png");
    position: absolute;
    top: 9%;
    left: 10%;
  }
}

.acd-main {
  padding: 4rem 0 2rem 0;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #fff;
  color: #333;
  display: flex;
  margin-bottom: 1px;
  position: relative;
  top: 0;
  padding: 1rem;
  border: 2px solid #aa9251;
  border-radius: 1rem;
}

.acd-label h3 {
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.acd-label::before {
  content: url("https://lp.machisuma.co.jp/wp-content/themes/machisuma_lp/assets/img/top/ico_q.svg");
}

.acd-content {
  background: #f2efe7;
  height: 0;
  opacity: 0;
  margin-top: 2rem;
  padding: 0 10px;
  transition: .5s;
  overflow-wrap: break-word;
}

.acd-content p {
  margin: 2rem 0;
}

.acd-title {
  display: flex;
}

.acd-title h3 {
  color: #aa9251;
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.acd-title::before {
  content: url("https://lp.machisuma.co.jp/wp-content/themes/machisuma_lp/assets/img/top/ico_a.svg");
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 2rem;
  margin-bottom: 2rem;
  visibility: visible;
}

.contact {
  background: #204f7f;
}

.contact h2 {
  color: #FFF;
}

.contact-text {
  padding: 4rem 0;
  text-align: center;
}

.contact-text {
  color: #FFF;
}

.mintext {
  font-size: 1.4rem;
  text-align: center;
}

.merit {
  background-color: #f5feff;
  background-image: url("https://www.transparenttextures.com/patterns/first-aid-kit.png");
}

.merit-title-bottom {
  margin: 5rem 0 2rem 0;
}

.merit-item {
  padding-top: 3rem;
  display: block;
}

@media screen and (min-width: 960px) {
  .merit-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.merit-item-box {
  width: 100%;
  margin: 0 auto 4rem auto;
}

@media screen and (min-width: 960px) {
  .merit-item-box {
    width: 47%;
    margin-right: 2rem;
    margin-bottom: 4rem;
  }
}

.thumbnail {
  object-fit: contain;
  padding-bottom: 2rem;
}

.item-title {
  text-align: center;
  font-size: 2.1rem;
  background: #aa9251;
  padding: 2rem 1rem;
  color: #fff;
}

.item-text {
  margin: 1.5rem 0;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding-bottom: 6rem;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #204f7f;
  display: block;
  order: -1;
}

.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #FFF;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #5169aa;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 2rem;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 740px) {
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 4rem;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.case-text p {
  font-size: 1.8rem;
}

@media screen and (min-width: 740px) {
  .case-text p {
    font-size: 2.1rem;
  }
}

.bigtext {
  font-size: 2.1rem;
}

@media screen and (min-width: 740px) {
  .bigtext {
    font-size: 3.1rem;
  }
}

.case-item-img {
  padding: 2rem 0 0 0;
}

@media screen and (min-width: 740px) {
  .case-item-img {
    padding: 4rem;
  }
}

.choose_box {
  width: 100%;
  position: relative;
  top: 50px;
  background: #ffcd32;
  border-radius: 1rem;
}

@media screen and (min-width: 740px) {
  .choose_box {
    width: 50%;
    position: relative;
    top: 50px;
    background: #ffcd32;
    border-radius: 1rem;
  }
}

.q-big-title {
  text-align: center;
  padding-top: 3rem;
}

.q-box {
  position: relative;
  top: 0;
  padding: 3rem 0;
  background: #f2efe7;
  border: 5px solid #ffcd32;
}

.fit {
  padding-top: 70px;
  margin-top: -70px;
}

.q_title {
  text-align: center;
  font-size: 2.1rem;
}

.q-btn {
  width: 90%;
  margin: 0.5rem auto 0.5rem auto;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #aa9251;
  display: block;
  padding: 1rem 1rem;
  border-radius: 5px;
  background: #FFF;
}

.q-btn:hover {
  background: #ffcd32;
}

@media screen and (min-width: 740px) {
  .q-btn {
    width: 90%;
    margin: 0.5rem auto 0.5rem auto;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #aa9251;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background: #FFF;
  }
  .q-btn:hover {
    background: #ffcd32;
  }
}

.q-box-inner {
  padding: 0 2rem;
}

.answer_title {
  color: red;
}

.send-link-btn {
  padding: 1rem 2rem 0rem 2rem;
}

.form_wrap {
  background: #fff;
  color: #333;
  margin: 50px auto 0;
  border-radius: 10px; }

/* line 660, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.round_wrap {
  padding: 30px 10.9% 0; }

/* line 664, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.form_wrap .round_wrap .formlist .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 677, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.form_wrap .round_wrap .formlist .item {
  margin-top: 20px; }

/* line 681, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.item .label {
  width: 235px;
  height: 50px;
  font-size: 1.8rem;
  top: 8px;
  font-weight: bold;
  line-height: 1.2;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  font-size: 1rem; }

/* line 702, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.item .label:after {
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #BE2E01;
  border-radius: 1px;
  content: "必須";
  position: absolute;
  border-radius: 2px;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 3px 10px;
  background: #BE2E01; }

/* line 720, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.item .input_wrap {
  flex: 1;
  padding-left: 20px; }

/* line 725, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.item .input_wrap .tb {
  width: 350px;
  margin: 0 10px 0 0; }

/* line 730, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.item .input_wrap .tb {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  line-height: 50px;
  font-size: 1.8rem;
  padding: 0 10px; }

/* line 739, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.policy_wrap {
  margin-left: 50px;
  margin-right: 50px; }

/* line 744, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.policy_txt {
  text-align: center; }

/* line 748, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.policy_wrap {
  border: 1px solid #dcdcdc;
  padding: 10px;
  height: 125px;
  font-size: 1.8rem;
  overflow-y: scroll;
  margin-bottom: 20px; }

/* line 757, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
span .wpcf7-form-control-wrap {
  border-radius: 10px; }

/* line 761, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.confbtn {
  background: url(../images/last_btn.png) no-repeat center center/contain;
  height: 100px;
  width: 500px;
  cursor: pointer; }

/*全体の文字の大きさ*/
/* line 769, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.CF7_table {
  font-size: 1.1em; }

/*「必須」文字デザイン*/
/* line 774, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.CF7_req {
  font-size: .9em;
  padding: 5px;
  background: #F57500;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px; }

/*「任意」文字デザイン*/
/* line 784, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.CF7_unreq {
  font-size: 1.8em;
  padding: 5px;
  background: #bdbdbd;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px; }

/*タイトル列（左列）デザイン*/
/* line 794, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.CF7_table {
  margin: 0 50px; }

/* 背景グレー・
* PCサイズ横幅35% */
@media screen and (min-width: 768px) {
  /* line 801, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .CF7_table th {
    width: 30%;
    background-color: #ebedf5 !important; } }

/* スマホ・タブレットは
横幅100% */
@media screen and (max-width: 900px) {
  /* line 811, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .CF7_table tbody,
  .CF7_table tr,
  .CF7_table td {
    display: block;
    width: 100%; }
  /* line 818, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .CF7_table th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #ebedf5 !important; } }

/* 「送信する」ボタンデザイン */
/* line 828, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.wpcf7 input.wpcf7-submit {
  background-color: #63ae00;
  border: 0;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  height: 80px; 
	padding:0 2rem !important;
}

/* line 839, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.check {
  margin-bottom: 0px;
  font-size: 1.5rem; }

/* 中央に合わせる */
/* line 845, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
.CF7_btn {
  text-align: center;
  margin-top: 20px; }

/*境界線の打ち消しと書き直し */
/* line 851, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
table tbody tr td,
table {
  border: 0; }

/* line 856, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
table tr {
  border-top: 2px solid #e5e5e5; }

@media (max-width: 767px) {
	.wpcf7{
		padding:0 !important;
	}
	.wpcf7 input.wpcf7-submit {
    height:60px !important;
}
  /* line 861, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .form_wrap .round_wrap .formlist .item {
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* line 869, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .item .label {
    width: 100%;
    font-size: 1.2em;
    top: 0px;
	margin-bottom:0 !important;
	}
  /* line 875, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .item .label:after {
    font-size: 2rem;
    top: 0px; }
  /* line 879, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .item .input_wrap .tb {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    font-size: 1em;
    padding: 0px; }
  /* line 887, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .item .input_wrap {
    flex: 1;
    padding-left: 0px;
    margin: 15px 0 30px; }
  /* line 892, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .round_wrap {
    padding: 1em; }
  /* line 895, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .check {
    font-size: 1em; }
  /* line 898, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .spam1 {
    width: 1em;
    height: 1em; }
  /* line 902, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .policy_wrap {
    height: 300px;
    font-size: 2rem;
    margin-bottom: 20px;
	margin-left:10px;
	  margin-right:10px;
	}
  /* line 907, /Applications/MAMP/htdocs/wordpress/wp-content/themes/jin/stylesheets/style.scss */
  .wpcf7 input.wpcf7-submit {
    height: 180px; }
}

.item .label {
    width: 235px;
    height: 50px;
    font-size: 1.8rem;
    top: 8px;
    font-weight: bold;
    line-height: 1.2;
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.nini:after {
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #3292ff !important;
    border-radius: 1px;
    content: "任意" !important;
    position: absolute;
    border-radius: 2px;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3px 10px;
    background: #3292ff !important;
}

/*# sourceMappingURL=style.css.map */