@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
/*regular 400 medium 500*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,400,700&display=swap');
/*font-family: 'Noto Sans SC', ;*/
/*lignt:300*/
@import url('https://fonts.googleapis.com/css?family=Lato:900&display=swap');
/*font-family: 'Lato', ;*/
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}
body {
  min-width: 1240px;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
  background: transparent;
  overflow: auto;
}
iframe {
  border: none;
}
main {
  display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #3E3A39;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.flex {
  display: flex;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
/* ------------------------------
clearfix
------------------------------ */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  display: inline-block;
}
/* Hides from IE Mac */
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
a {
  text-decoration: none;
}
input::placeholder {
  color: #ccc;
}
/* IE */
input:-ms-input-placeholder {
  color: #ccc
}
/* Edge */
input::-ms-input-placeholder {
  color: #ccc
}
.cont_wrap {
  margin-left: 184px;
  width: 834px;
}
.hover:hover {
  opacity: 0.7;
}
/* ------------------------------
共通パーツ
------------------------------ */
.inner {
  width: 1100px;
  margin: 0 auto;
}
.btn_consultation {
  text-align: center;
}
/* ------------------------------
header
------------------------------ */
header .inner {
  display: flex;
  align-items: center;
		padding: 30px auto 30px auto;
	    width: 1050px;
}
.headinfo{
	  display: flex;
	align-items: flex-start;
}
header h1 {
	width: 419px;
	margin-left:10px;
  zoom: 1 !important;
}
.head_wrap {
  display: flex;
}
.head_phone {
	width: 430px;
	margin-left: 20px;
	margin-right:20px;
}
.img1 img {
	width: 100%;
}
.head_phone p {
  font-family: 'Lato';
  font-size: 3.7rem;
  color: #CB0000;
}
.hour {
  margin-left: 7px;
}
.hour dt {

  color: #CB0000;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.hour dd {

  color: #CB0000;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}
.btn_contact a {
    width: 138px;
    height: 126px;
  background-color: #CB0000;
   display: inline-block;
}
.btn_contact {
  margin-left: 20px;
}
.btn_contact p {
  color: #fff;

  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4px;
  letter-spacing: 0.1rem;
}
.hover:hover {
  opacity: 0.8;
}
/* ------------------------------
slider
------------------------------ */
.slider_wrap {
  overflow: hidden;
  width: 100%;
  height: 580px;
  background: url("../img/bg_slider.png") left top repeat;
  background-size: 1800px;
  position: relative;
}
.slider_wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.slider {
  overflow: visible !important;
  width: 1200px;
  height: 514px;
  margin: 0 auto;
}
.slider-list li {
  width: 1200px;
  margin: 0 18px 0 0;
}
.bx-viewport {
  background: transparent !important;
  border: 0;
  width: 1200px;
  overflow: visible !important;
  height: 514px !important;
  z-index: 1;
}
.bx-viewport {
  height: 100% !important;
}
.bx-wrapper {
  height: 514px;
}
.bx-wrapper .bx-viewport {
  left: 0;
}
/*ページ送り*/
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background: #CB0000;
  border: 1px solid #fff;
  position: relative;
}
.bx-wrapper .bx-controls-direction a {
  width: 70px;
  height: 70px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -25px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -45px;
}
.bx-prev:after {
  position: absolute;
  content: "";
  left: 30px;
  top: 26px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #fff;
}
.bx-next:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 26px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
/*ページ送り*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -40px;
}
.bx-wrapper .bx-pager {
  margin-top: 24px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #fff;
}
.bx-pager-item + .bx-pager-item {
  margin-left: 44px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #CB0000;
}
/* ------------------------------
7max
------------------------------ */
.bnr_7max {
  text-align: center;
  margin: 70px 0 80px 0;
}
/* ------------------------------
ranking
------------------------------ */
#area_ranking_all {
  background: #E6E6E6 url("../img/bg_common.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: 20px 20px;
  padding: 43px 0 53px 0;
}
#area_ranking_cute {
  padding: 43px 0 0 0;
}
#area_ranking_cool {
  position: relative;
  padding: 94px 0 150px 0;
}
#area_ranking_cool:after {
  position: absolute;
  content: "";
  background: url("../img/shadow.png") left top repeat-x;
  background-size: 1800px;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
}
#area_ranking_all h2, #area_ranking_cute h2, #area_ranking_cool h2 {
  text-align: center;
  margin-bottom: 50px;
}
#area_ranking_cute h2, #area_ranking_cool h2 {
  margin-bottom: 30px;
}
#area_ranking_cute h2 img, #area_ranking_cool h2 img {
  margin-left: -80px;
}
.ranking_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ranking_wrap .box {
  width: 356px;
  background: #fff;
}
.ranking_wrap .detail {
  padding: 32px 16px 20px 16px;
}
.ranking_wrap .box .img {
  position: relative;
  height: 236px;
}
.ranking_wrap .box .img img {
  border: 1px solid #A6A4A4;
}
.ranking_wrap .box .img .rank img {
  border: none;
}
.ranking_wrap .box .rank {
  position: absolute;
  content: "";
  width: 100%;
  text-align: center;
  bottom: -20px;
  left: 0;
}
.ranking_wrap .box .price {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  height: 34px;
}
.anchor {
  margin-top: -80px;
  padding-top: 80px;
  display: block;
}
.ranking_wrap .box .price img:first-of-type {
  margin-bottom: -5px;
}
.ranking_wrap .box .price span {
  color: #CB0000;
  font-size: 1.8rem;
}
.ranking_wrap .box dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 15px;
}
.ranking_wrap .box dd li {
  font-size: 1.4rem;
}
.ranking_wrap .box dd li + li {
  margin-top: 8px;
}
.ranking_wrap + small {
  font-size: 1.4rem;

  font-weight: 300;
  margin-top: 37px;
  display: block;
}
#area_ranking_cool h3 {
  text-align: center;
  margin: 90px 0;
}
/* ------------------------------
仕組み
------------------------------ */
#area_mechanism {
  background: #182958 url("../img/bg_mechanism.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: 1800px;
  padding: 180px 0 120px 0;
  position: relative;
  position: relative;
}
#area_mechanism:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 0 0 50vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#area_mechanism:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#area_mechanism h2 {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#area_mechanism .img {
  margin: 0 0 50px 0;
}
#area_mechanism .txt {
  margin: 0 0 30px 0;
}
/* ------------------------------
選ばれる理由
------------------------------ */
#area_reason {
  background: url("../img/bg_more.png") center 78.8% no-repeat;
  background-size: 981px;
  padding-bottom: 143px;
  position: relative;
}
#area_reason:after {
  position: absolute;
  content: "";
  background: url("../img/shadow.png") left top repeat-x;
  background-size: 1800px;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
}
#area_reason h2 {
  margin-bottom: 28px;
  text-align: center;
}
.reason_wrap {
  background: #ECEAD7;
  padding: 44px 55px 63px 55px;
  position: relative;
}
.reason_wrap:after {
  position: absolute;
  content: "";
  bottom: -60px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  width: 0;
  height: 0;
  border-left: 384px solid transparent;
  border-right: 384px solid transparent;
  border-top: 248px solid #ECEAD7;
  z-index: -1;
}
.reason_wrap .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_wrap + .box_wrap {
  margin-top: 45px;
}
.reason_wrap .box_inner {
  position: relative;
  padding-top: 20px;
}
.box_wrap:first-of-type .box:first-of-type .box_inner:after {
  content: "";
  position: absolute;
  height: 496px;
  width: 1px;
  background: #000;
  right: -62px;
  top: 0;
}
.box_wrap:nth-of-type(2) .box:first-of-type .box_inner:after {
  content: "";
  position: absolute;
  height: 470px;
  width: 1px;
  background: #000;
  right: -62px;
  top: 55px;
}
.box_wrap:nth-of-type(3) .box:first-of-type .box_inner:after {
  content: "";
  position: absolute;
  height: 489px;
  width: 1px;
  background: #000;
  right: -62px;
  top: 55px;
}
.reason_wrap .box .box_inner {
  width: 431px;
  border-top: 1px solid #000;
  padding-top: 8px;
}
.reason_wrap .box_wrap:first-of-type .box_inner {
  border-top: none;
}
.reason_wrap .num {
  position: relative;
  text-align: center;
  margin: 55px 0 35px 0;
}
.box_wrap:first-of-type .num {
  margin-top: 0;
}
.reason_wrap .num span {
  display: inline-block;
}
.reason_wrap .num:after {
  position: absolute;
  content: "";
  width: 44px;
  height: 4px;
  background: #cb0000;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.reason_wrap h3 {
  margin-bottom: 15px;
  text-align: center;
}
.reason_wrap .box_wrap:first-of-type .box:last-of-type h3 {
  margin-bottom: 20px;
}
.reason_wrap .box_wrap:nth-of-type(2) .box:first-of-type h3 {
  margin-bottom: 45px;
}
.reason_wrap .box_wrap:nth-of-type(2) .box:last-of-type h3 {
  margin-bottom: 25px;
}
.reason_wrap .box_wrap:nth-of-type(3) .box:first-of-type h3 {
  margin-bottom: 31px;
}
.reason_wrap .box_wrap:nth-of-type(3) .box:last-of-type h3 {
  margin-bottom: 31px;
}
.txt_more {
  text-align: center;
  margin: 15px 0 58px 0;
}
#area_reason .bnr_wrap {
  margin-bottom: 120px;
}
.bnr + small {
  font-size: 1.4rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: 5px;

  font-weight: 300;
  margin-top: 10px;
}
/* ------------------------------
トータルサポート
------------------------------ */
#area_support {
  background: url("../img/bg_support.jpg") center top no-repeat;
  background-size: 1800px;
  background-size: cover;
  padding: 67px 0 132px 0;
}
#area_support h2 {
  text-align: center;
  margin-bottom: 40px;
}
.support_wrap {
  position: relative;
}
#area_support ol {
  display: flex;
  flex-wrap: wrap;
}
#area_support li {
  margin-bottom: 34px;
}
#area_support ol li + li {
  margin-left: 4px;
}
#area_support .txt_wrap {
  position: absolute;
  right: 0;
  bottom: 34px;
}
#area_support .txt {
  margin-left: 4px;
  border: 3px solid #cb0000;
  background: #fff;
  width: 370px;
  position: relative;
  padding: 28px;
}
#area_support .txt:after {
  position: absolute;
  content: "";
  background: url("../img/bubble_support.png") left top no-repeat;
  background-size: 53px;
  width: 53px;
  height: 28px;
  left: -53px;
  top: 90px;
}
/* ------------------------------
お客様の声
------------------------------ */
#area_voice {
  padding: 95px 0 125px 0;
  position: relative;
}
#area_voice:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
}
#area_voice h2 {
  text-align: center;
  margin-bottom: 45px;
}
#area_voice ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 4px solid #3e3a39;
}
#area_voice li img {
  vertical-align: bottom;
}
/* ------------------------------
よくある質問
------------------------------ */
#area_qa {
  padding: 0 0 125px 0;
}
#area_qa h2 {
  text-align: center;
  margin-bottom: 40px;
}
.ac_menu_subttl {
  font-size: 2.8rem;
  color: #fff;
  background: #cb0000;
  position: relative;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 80px;
  transition: .5s ease;
}
.ac_menu_subttl:hover {
  cursor: pointer;
  opacity: .6;
}
.ac_menu_subttl:after {
  position: absolute;
  content: "";
  background: url("../img/btn_accordion.png") left top no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  right: 40px;
  top: 24px;
}
.ac_menu_subttl.active:after {
  transform: rotate(45deg);
}
.ac_menu_subcont + .ac_menu_subttl {
  margin-top: 35px;
}
.ac_menu_subcont {
  display: none;
  border: 1px solid #000;
  padding: 22px 30px 32px 30px;
  position: relative;
}
.ac_menu_subcont:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
}
.ac_menu_subcont dt {
  font-size: 2.2rem;
  line-height: 4.4rem;
  font-family: 'Noto Sans JP';
}
.ac_menu_subcont p {
  font-size: 2.2rem;
  line-height: 4.4rem;
  font-family: 'Noto Sans JP';
}
.ac_menu_subcont li {
  font-size: 2.2rem;
  line-height: 4.4rem;
  font-family: 'Noto Sans JP';
}
#area_qa small {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP';
  font-weight: 400;
}
/* ------------------------------
無料相談
------------------------------ */
#area_contact {
  background: #E6E6E6 url("../img/bg_common.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: 20px 20px;
  padding-bottom: 115px;
  position: relative;
}
#area_contact:after {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
}
#area_contact .inner {
  padding-top: 200px;
  position: relative;
}
#area_contact h2 {
  position: absolute;
  right: 0px;
  top: -60px;
}
#area_contact input[type="text"], #area_contact input[type="email"], #area_contact input[type="tel"], #area_contact select, #area_contact textarea {
  background: #fff;
  border-radius: 5px;
  border-radius: 10px;
  height: 70px;
  box-shadow: 0px 0px 1px 1px rgba(225, 223, 218, 1), 0px 0px 1px 1px rgba(225, 223, 218, 1) inset;
  padding: 20px;
  width: 100%;
  font-size: 2rem;
}
#area_contact textarea {
  height: 258px;
  margin-top: 18px;
}
.label {
  font-size: 2.2rem;
  width: 232px;
  display: flex;
  align-items: center;
  padding-top: 18px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.form {
  width: 960px;
  margin: 0 auto;
}
.form_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 12px 0;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}
.form_wrap p {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.08em;
}
.form_wrap p a {
  text-decoration: underline
}
.form_wrap + .form_wrap {
  border-top: 2px solid #EF891A;
  position: relative;
}
.form_wrap + .form_wrap::before {
  content:'';
  border-top: 2px solid #fff;
  top: 0px;
  width: 100%;
  position: absolute;
}

#area_contact input.form_name,
#area_contact .wpcf7-form-control-wrap {
  width: 290px;
  height: 70px;
}
#area_contact .wpcf7-form-control-wrap {
  height: auto;
}
#area_contact .wpcf7-form-control-wrap.prefecture {
  margin-right: 0;
}
#area_contact .wpcf7-form-control-wrap.acceptance-check {

}
#area_contact .wpcf7-form-control-wrap.acceptance-check .wpcf7-list-item{
  margin-left: 0;
}
#area_contact .wpcf7-form-control-wrap:first-of-type {
  margin-right: 20px;
}
.form_name:first-of-type {
  margin-right: 20px;
}
#area_contact .area_input--cartype .wpcf7-form-control-wrap{
  margin-bottom: 8px;
}
#area_contact .area_input--email .wpcf7-form-control-wrap,
#area_contact .area_input--cartype .wpcf7-form-control-wrap {
  margin-right: 0;
  width: 100%;
}
#area_contact .area_input--email .wpcf7-form-control-wrap:last-of-type {
  margin: 6px 0 8px 0;
}

#area_contact .wpcf7-form-control-wrap.phone {
  width: 100%;
  margin-right: 0;
}
.form_wrap label {
  font-size: 2rem;
  width: 58px;
  font-family: 'Noto Sans JP';
  font-weight: 400;
}
.form_wrap.privacy .label {
  width: 340px;
}
.req {
background-color: #D51518;
  color: #fff;
  width: 44px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin-left: 10px;
  font-weight: 400;
  border-radius: 6px;
  border-radius: 0.375rem;
}
.area_input {
  width: calc(100% - 232px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form_wrap.privacy .area_input {
  width: calc(100% - 354px);
}
.address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.address label {
  display: flex;
  width: 200px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
}
.address-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.address-row + .address-row {
  margin-top: 10px;
}

#area_contact select.form_select {
  width: 520px;
  margin-bottom: 10px;
  /* IE */
  background: url(../img/select.png), -ms-linear-gradient(top, #FFF, #d9d9d9);
  /* Mozilla */
  background: url(../img/select.png), -moz-linear-gradient(top, #FFF, #d9d9d9);
  /* Opera */
  background: url(../img/select.png), -o-linear-gradient(top, #FFF, #d9d9d9);
  /* Webkit */
  background: url(../img/select.png), -webkit-linear-gradient(top, #FFF, #d9d9d9);
  /* W3C */
  background: url(../img/select.png), linear-gradient(top, #FFF, #d9d9d9);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 98% top;
  border: none;
}
#area_contact .select_wrap {
  position: relative;
  width: 520px;
  background: -ms-linear-gradient(top, #FFF, #d9d9d9);
  /* Mozilla */
  background: -moz-linear-gradient(top, #FFF, #d9d9d9);
  /* Opera */
  background: -o-linear-gradient(top, #FFF, #d9d9d9);
  /* Webkit */
  background: -webkit-linear-gradient(top, #FFF, #d9d9d9);
  /* W3C */
  background: linear-gradient(top, #FFF, #d9d9d9);
  border-radius: 10px;
  height: 70px;
  margin-bottom: 10px;
}
#area_contact input.form_address {
  width: 528px;
  margin-bottom: 10px;
}
input[type="email"] + input[type="email"] {
  margin: 6px 0 8px 0;
}
input::placeholder {
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #9e9c9c;
}
/* IE */
input:-ms-input-placeholder {
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #9e9c9c;
}
/* Edge */
input::-ms-input-placeholder {
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #9e9c9c;
}
/*ラジオボタン*/
.radio_box {
  display: flex;
  align-items: center;
  /* margin-top: 10px; */
}
.radio_box label {
  position: relative;
  display: block;
  word-break: break-all;
  /* width: 157px; */
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  margin-top: 10px;
  /* margin-bottom: 10px; */
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 20px;
  height: 20px;
}
.radio_box label span {
  display: inline-block;
  padding: 0 0 0 32px;
  line-height: 1.2em;
  margin-top: -2px;
}
.radio_box label input[type="checkbox"] + span::before,
label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.radio_box label input[type="checkbox"]:checked + span::before {
  background-color: #cb0000;
}
.radio_box label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
}
.radio_box label input[type="checkbox"] + span::after {
  z-index: 1;
  position: absolute;
  left: 6px;
  top: 6px;
}
/*チェックボックス */
.check_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.check_box--acceptance {
  display: flex;
}
.check_box--acceptance p {
  width: auto;
}
#area_contact .check_box--acceptance .wpcf7-form-control-wrap {
  width: auto;
  height: auto;
}
.check_box label {
  position: relative;
  display: block;
  word-break: break-all;
  width: 157px;
  font-weight: 700;
  font-size: 2.2rem;
}
#area_contact .wpcf7-form-control-wrap.checkbox-contact {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.checkbox-contact .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 20px;
  height: 20px;
}
.check_box label span {
  display: inline-block;
  padding: 3px 0 0 32px;
}
.check_box label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.check_box label input[type="checkbox"]:checked + span::before {
  background-color: #cb0000;
}
.check_box label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
}
.check_box label input[type="checkbox"] + span::after {
  z-index: 1;
  position: absolute;
  left: 6px;
  top: 6px;
}
.radio_box span.wpcf7-list-item {
  margin-left: 0;
  width: 25%;
}
.form .btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .button {
  margin-top: 32px;
  background: url(../img/btn_send_off.png) left top no-repeat;
  background-size: cover;
  width: 260px;
  height: 70px;
  text-indent: 9999px;
}
.form .button:hover {
  background: url(../img/btn_send_on.png) left top no-repeat;
  background-size: cover;
  width: 260px;
  height: 70px;
  cursor: pointer;
}
.form .button:disabled {
  opacity: .65;
  background-image: url(../img/btn_send_off.png);
}

.wpcf7-form {
  overflow: hidden;
}

/* ------------------------------
area_photo
------------------------------ */
#area_photo ul {
  display: flex;
}

#area_appraisal {
  display: flex;
  justify-content: center;
  margin-bottom: 160px;
}

#area_appraisal img {
}


@media screen and (min-width:1801px) {
  #area_photo ul li {
    width: 25%;
  }
  #area_photo ul img {
    width: 100%;
    object-fit: cover;
  }
}
#area_photo img {
  vertical-align: bottom;
}
/* ------------------------------
footer
------------------------------ */
#sp_footer {
  display: none;
}
#page_top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 9999;
  background: url("../img/bg_pagetop.png") left top no-repeat;
  background-size: 101px;
  width: 101px;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
}
#page_top:hover {
  transform: rotate(360deg);
}
footer {
  width: 100%;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fff5c8 4px, transparent 4px), radial-gradient(circle, #fff5c8 4px, transparent 4px);
  background-position: 0 -5px, 14px 8px;
  background-size: 28px 26px;
}
/* スマホ用（画面幅768px以下） */
@media screen and (max-width: 768px) {
footer {
    background-image:
      radial-gradient(circle, #fff5c8 2px, transparent 2px),
      radial-gradient(circle, #fff5c8 2px, transparent 2px);
    background-position: 0 -3px, 7px 4px;
    background-size: 14px 13px;
  }
}

footer .inner {
  width: 1222px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .l_box {
	padding-top: 3%;
  width: 50%;
}
footer .l_box table {
margin: 0 auto 0 auto;
  border-left: 2px solid #fff;
font-weight:bold;
	width: 93%;
}

footer .l_box th, footer .l_box td {
  vertical-align: top;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-family: 'Noto Sans JP';
	  color: #6B2418;
	padding:18px;
}
footer .l_box th {
  width: 30%;
border-bottom: 2px solid #6B2418;
}
footer .l_box td {
border-left: 2px solid #6B2418;
border-bottom: 2px solid #6B2418;
}
footer .l_box table tr:last-child th,
footer .l_box table tr:last-child td {
  border-bottom: none;
}
footer .r_box {
  width: 974px;
  width: 50%;
}
.footer{
	background-color:#EF891A;
	width:100%;
height: 7rem;
  margin-top: 1rem;
}
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#map {

}
#map iframe {
	width:100%;

}
#map img {
  zoom: 1 !important;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmnoprint, .gm-control-active.gm-fullscreen-control {
  display: none !important;
}
#area_contact div.wpcf7-response-output {
  background: #fff;
  padding: 1em 1.5em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
#area_contact div.wpcf7 .ajax-loader {
  margin: 1rem 0 0;
}
#area_contact span.wpcf7-not-valid-tip {
  margin-top: .25em;
}

#area_online-talk {
  text-align: center;
  margin-bottom: 90px;
}

.btn-line {
  margin-top: 32px;
  margin-bottom: 90px;
}
.btn-line img {
  display: inline-block;
}
.btn-line a:hover img {
  opacity: .8;
}


@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
  .inner {
    width: 94%;
  }
  img {
    zoom: 0.5;
  }
  .anchor {
    margin-top: -40px;
    padding-top: 40px;
  }
  /* ------------------------------
  header
  ------------------------------ */
  .head_phone, .hour, .btn_contact {
    display: none;
  }
  header .inner {
    height: 50px;
	  width:100%;
  }
  header h1 {
    width: 236px;
  }
	header{padding: 0;}
  /* ------------------------------
  slider
  ------------------------------ */
  .slider_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 132%;
    position: relative;
  }
  .bx-wrapper {
    margin: 0;
    height: 0;
    padding-bottom: 120%;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    bottom: -4.6vw;
  }
  .slider {
    width: 100%;
    height: auto;
  }
  .slider img {
    zoom: 1;
  }
  .slider-list li {
    width: 100%;
    margin: 0;
  }
  .bx-controls-direction {
    display: none;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
  }
  .bx-pager-item + .bx-pager-item {
    margin-left: 22px;
  }
  /* ------------------------------
  7max
  ------------------------------ */
  .bnr_7max {
    margin: 35px 0 40px 0;
  }
  /* ------------------------------
  ranking
  ------------------------------ */
  #area_ranking_all h2, #area_ranking_cute h2, #area_ranking_cool h2 {
    margin-bottom: 25px;
  }
  #area_ranking_cute h2 img, #area_ranking_cool h2 img {
    margin-left: 0;
  }
  #area_ranking_cute, #area_ranking_cool {
    padding: 22px 0 26px 0;
  }
  .ranking_wrap {
    margin-bottom: 20px;
  }
  .ranking_wrap .box {
    width: 100%;
  }
  .ranking_wrap .box .rank {
    bottom: -18px;
  }
  .ranking_wrap .box .img {
    text-align: center;
    height: auto;
  }
  .ranking_wrap .box .img img {
    zoom: 1;
  }
  .ranking_wrap .box .img .rank img {
    zoom: 1;
  }
  .ranking_wrap .box .price img {
    zoom: 1;
  }
  .ranking_wrap .box .price {
    font-size: 1.4rem;
  }
  .ranking_wrap .box dt {
    font-size: 1.6rem;
  }
  .ranking_wrap + small {
    font-size: 1.2rem;
  }
  #area_ranking_cute {
    padding-bottom: 0;
  }
  #area_ranking_cool {
    padding-bottom: 50px;
    padding-top: 25px;
  }
  #area_ranking_cool h3 {
    margin: 25px 0;
  }
  .box_wrap + .box_wrap {
    margin-top: 22px;
  }
  .box_wrap:first-of-type .box:first-of-type .box_inner:after {
    content: none;
  }
  .box_wrap:nth-of-type(2) .box:first-of-type .box_inner:after {
    content: none;
  }
  .box_wrap:nth-of-type(3) .box:first-of-type .box_inner:after {
    content: none;
  }
  .ranking_wrap .detail {
    padding-bottom: 30px;
  }
  .ranking_wrap .box:last-of-type .detail {
    padding-bottom: 0;
  }
  #area_ranking_all .ranking_wrap .box:last-of-type .detail {
    padding-bottom: 25px;
  }
  /* ------------------------------
  仕組み
  ------------------------------ */
  #area_mechanism {
    padding: 60px 0 60px 0;
  }
  #area_mechanism h2 {
    top: -20px;
  }
  #area_mechanism:before {
    border-width: 50px 0 0 50vw;
  }
  #area_mechanism:after {
    border-width: 0 0 50px 50vw;
  }
  #area_mechanism .img {
    margin: 0 0 25px 0;
  }
  #area_mechanism .txt {
    text-align: center;
  }
  /* ------------------------------
  選ばれる理由
  ------------------------------ */
  #area_reason {
    margin-top: 20px;
    padding-bottom: 72px;
    background: url(../img/bg_more.png) center 90% no-repeat;
    background-size: 380px;
  }
  .reason_wrap {
    padding: 22px 26px 40px 26px;
  }
  .reason_wrap .num {
    margin: 28px 0 18px 0;
  }
  .reason_wrap .num:after {
    height: 2px;
  }
  .reason_wrap h3 {
    text-align: center;
  }
  .reason_wrap .box_wrap:first-of-type .box:last-of-type h3 {
    margin-bottom: 15px;
  }
  .reason_wrap .box_wrap:nth-of-type(2) .box:first-of-type h3 {
    margin-bottom: 15px;
  }
  .reason_wrap .box_wrap:nth-of-type(2) .box:last-of-type h3 {
    margin-bottom: 15px;
  }
  .reason_wrap .box_wrap:nth-of-type(3) .box:first-of-type h3 {
    margin-bottom: 15px;
  }
  .reason_wrap .box_wrap:nth-of-type(3) .box:last-of-type h3 {
    margin-bottom: 15px;
  }
  .reason_wrap h3 img {
    zoom: 0.75;
  }
  .reason_wrap .img {
    text-align: center;
  }
  .reason_wrap .box:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }
  .reason_wrap .box:nth-of-type(odd) {
    width: 100%;
  }
  .reason_wrap .box .box_inner {
    width: 100%;
  }
  .reason_wrap:after {
    border-left: 96px solid transparent;
    border-right: 96px solid transparent;
    border-top: 62px solid #ECEAD7;
    bottom: -40px;
  }
  .reason_wrap .box_wrap:first-of-type .box:last-of-type .box_inner {
    border-top: 1px solid #000;
    padding-top: 30px;
  }
  .txt_more {
    margin-bottom: 28px;
  }
  .txt_more img {
    zoom: 0.25;
  }
  .bnr {
    text-align: center;
  }
  #area_reason .bnr_wrap {
    margin-bottom: 60px;
  }
  /* ------------------------------
  トータルサポート
  ------------------------------ */
  #area_support {
    padding: 33px 0 66px 0;
  }
  #area_support h2 img {
    zoom: 1;
    width: 303px;
  }
  .support_wrap {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  #area_support ol {
    justify-content: space-between;
  }
  #area_support li {
    margin-bottom: 17px;
    width: 48%;
    text-align: center;
  }
  #area_support ol li + li {
    margin-left: 4px;
  }
  #area_support li img {
    zoom: 1;
  }
  #area_support .txt_wrap {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 30px;
  }
  #area_support .txt {
    width: 100%;
    text-align: center;
  }
  #area_support .txt:after {
    top: -40.4px;
    left: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -20px;
  }
  #area_support .txt img {
    zoom: 1;
  }
  /* ------------------------------
  お客様の声
  ------------------------------ */
  #area_voice {
    padding: 48px 0;
  }
  #area_voice h2 {
    margin-bottom: 22px;
  }
  #area_voice h2 img {
    zoom: 1;
    width: 223px;
  }
  #area_voice ul {
    border-bottom: none;
  }
  #area_voice li {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #3e3a39;
  }
  #area_voice li + li {
    margin-top: 30px;
  }
  #area_voice li img {
    width: 237px;
    zoom: 1;
  }
  /* ------------------------------
  よくある質問
  ------------------------------ */
  #area_qa {
    padding: 0 0 62px 0;
  }
  #area_qa h2 {
    margin-bottom: 20px;
  }
  #area_qa h2 img {
    width: 238px;
    zoom: 1;
  }
  .ac_menu_subttl {
    font-size: 1.4rem;
    padding: 0 15px;
    height: 40px;
  }
  .ac_menu_subttl:after {
    background: url("../img/btn_accordion.png") left top no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 12px;
  }
  .ac_menu_subcont + .ac_menu_subttl {
    margin-top: 18px;
  }
  .ac_menu_subcont {
    padding: 16px 15px;
  }
  .ac_menu_subcont dt {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
  }
  .ac_menu_subcont p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .ac_menu_subcont li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
  }
  #area_qa small {
    font-size: 1.2rem;
  }
  /* ------------------------------
  無料相談
  ------------------------------ */
  .form, .area_input {
    width: 100%;
  }
  .label, .address label, .form_wrap.privacy .label {
    width: 100%;
  }
  #area_contact input.form_address, .address {
    width: 100%;
  }
  .address-row {
    flex-direction: column;
    width: 100%;
  }
  .address-row br {
    display: none;
  }
  #area_contact .address-row .wpcf7-form-control-wrap {
    width: 100%;
    margin-right: 0;
  }
  /* ------------------------------
  無料相談
  ------------------------------ */
  #area_contact {
    padding-bottom: 58px;
  }
  #area_contact .inner {
    padding-top: 50px;
  }
  #area_contact h2 {
    top: -30px;
  }
  #area_contact input[type="text"], #area_contact input[type="email"], #area_contact input[type="tel"], #area_contact select, #area_contact textarea {
    height: 35px;
    padding: 0 10px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .label {
    font-size: 1.4rem;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .form {
    width: 100%;
  }
  .form_wrap {
    padding: 6px 0;
  }
  .form_wrap p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  #area_contact .wpcf7-form-control-wrap {
    width: calc(47% - 40px);
    /* height: 35px; */
    height: auto;
  }
  #area_contact .wpcf7-form-control-wrap input {
    width: 100%;
  }
  .form_name:first-of-type {
    margin-right: 10px;
  }
  .form_wrap label {
    font-size: 1.4rem;
    width: 40px;
  }
  .form_wrap.privacy .label {
    width: 100%;
  }
  .req {
    width: 32px;
    height: 20px;
    font-size: 1rem;
  }
  .area_input {
    width: 100%;
    padding-bottom: 10px;
  }
  .form_wrap.privacy .area_input {
    width: 100%;
  }
  .address label {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
  }
  #area_contact select.form_select {
    width: 100%;
    background-size: 12px;
  }
  #area_contact input.form_address {
    width: 100%;
    margin-bottom: 0;
  }
  .radio_box label {
    width: 100px;
  }
  .radio_box label + label {
    margin-left: 15px;
  }
  .check_box {
    width: 100%;
  }
  .check_box label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form .button {
    margin-top: 32px;
    background: url(../img/btn_send_off.png) left top no-repeat;
    background-size: cover;
    width: 172px;
    height: 46px;
  }
  .form .button:hover {
    background: url(../img/btn_send_on.png) left top no-repeat;
    background-size: cover;
    width: 172px;
    height: 46px;
  }
  #area_contact .select_wrap {
    position: relative;
    width: 100%;
    background: -ms-linear-gradient(top, #FFF, #d9d9d9);
    /* Mozilla */
    background: -moz-linear-gradient(top, #FFF, #d9d9d9);
    /* Opera */
    background: -o-linear-gradient(top, #FFF, #d9d9d9);
    /* Webkit */
    background: -webkit-linear-gradient(top, #FFF, #d9d9d9);
    /* W3C */
    background: linear-gradient(top, #FFF, #d9d9d9);
    border-radius: 10px;
    height: 35px;
    margin-bottom: 10px;
  }
  #area_contact textarea {
    height: 200px;
  }
  .radio_box span.wpcf7-list-item {
    margin-right: 1em;
  }

  /* ------------------------------
  footer
  ------------------------------ */
  #sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #fff100, #f3c801);
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  #sp_footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  #sp_footer ul li {
    width: 50%;
    height: 60px;
  }
  #sp_footer ul li a {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sp_footer ul li:first-of-type {
    border-right: 2px solid #182958;
  }
  #sp_footer ul li:first-of-type img {
    width: 142px;
    zoom: 1;
  }
  #sp_footer ul li:last-of-type img {
    width: 123px;
    zoom: 1;
  }
  #page_top {
    position: fixed;
    right: 10px;
    bottom: 60px;
    background: none;
    background-size: 60px;
    width: 60px;
    height: 60px;
  }
  #page_top a {
    width: 60px;
    height: 60px;
    background: url(../img/bg_pagetop.png) left top no-repeat;
    background-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page_top:hover {
    transform: none;
  }
  #page_top:active, #page_top:hover {
    transform: rotate(360deg);
  }
  #page_top img {
    zoom: 1;
    width: 28px;
  }
  footer .inner {
    width: 100%;

  }
  footer .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .r_box {
    width: 100%;
  }
  footer .l_box th, footer .l_box td {
    font-size: 2rem;
	  padding:0;
    line-height: 3rem;
  }
  footer .l_box th {
	  padding: 1rem 0 0 1rem;
    width: 100%;
    display: block;
	  border:none;
  }
  footer .l_box td {
	  padding: 0 0 1rem 1rem;
    width: 100%;
    display: block;
	  	  border:none;
  }
	  footer .l_box tr {
border-bottom: 2px solid #6B2418;

  }
  .name img {
    zoom:0.75;
  }
  #area_contact .wpcf7-form-control-wrap:first-of-type {
    margin-right: 0;
  }
  #area_contact .wpcf7-form-control-wrap.checkbox-contact {
    width: 100%;
  }
  .check_box--acceptance {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #area_contact div.wpcf7-response-output {
    font-size: 1.4rem;
  }
  #area_contact span.wpcf7-not-valid-tip {
    font-size: 1.3rem;
  }
  #area_appraisal {
    margin-bottom: 80px;
  }
  .checkbox-contact .wpcf7-checkbox {
    flex-wrap: wrap;
  }
  .radio_box span.wpcf7-list-item {
    width: 48%;
    margin: 0;
  }
  .radio_box label {
    width: 100%;
  }
  #area_online-talk {
    margin-bottom: 45px;
  }
  #area_online-talk .txt img {
    margin-left: -1%;
    width: 95%;
  }
  .btn-line {
    margin-bottom: 45px;
  }
}
.form,form,.form p,.form p a{
	 color:#6B2418;
}

@media screen and (max-width:768px) {
	.pc{display:none}
  }
@media screen and (min-width:768px) {
.button-mw.button-mw--02 {
  margin-right: 3rem;
}
  }
