@media screen and (min-width:591px) and (max-width:1215px) {
  /*画面幅が591〜1215pxまでの時*/
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
.wrapper{
    overflow-x: hidden;
}
.pc { display: block !important; }
.sp { display: none !important; }
img{
    width: 100%;
    object-fit: contain;
}
header{
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: #fff;
}
.logo-img {
  width: 100%;
}
.logo-img p{
  font-size: 14px;
  font-weight: bold;
}
.logo-img img {
  width: 47%;
}

.header-inner{
    width: 60%;
    margin: auto;
    padding-top: 5px;
    display: flex;
}
.header-inner>img{
    width: 40%;
    margin: 0 5%;
}
.header-inner>a{
    width: 50%;
}
.header-inner>a img{
    object-fit: cover;
}
.call-btn-img {
  display: flex;
  width: 100%;
  text-align: end;
  justify-content: end;
}
.call-btn-img img {
  width: 47%;
}
.header-text {
  display: none;
}
/* 時計表示 */
.hour {
  width: 100%;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  top: 110px;
  background: #000;
}
.hour span {
  font-size: min(3vw,28px);
}
.hour::after {
content: '';
width: 100%;
top: 38%;
left: -3%;
max-height: 30px;
height: 20%;
position: absolute;
z-index: 0;
}
#Clock1{
position: relative;
z-index: 1;
color: #efdb27;
-webkit-text-stroke: 1px #be2929;
text-stroke: 1px #be2929;
font-size: min(2.4vw,40px);
font-family: ruika, sans-serif;
font-style: normal;
font-weight: 900;
}

.hour-text {
font-size: min(3vw,28px);
z-index: 1;
margin-top: -3px;
color: #fff;
font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-style: normal;
font-weight: 900;
}
/* 時計表示 */
/* CTA */
.cta-area{
position: relative;
padding-bottom: 3%;
}
.at-point-area+.cta-area,
.flow-area+.cta-area{
top: -30px;
}
.cta-area>div{
width: 35%;
position: absolute;
bottom: 25%;
right: 5%;
}
.cta-area>div a{
display: block;
}
.cta-area>div a+a{
margin-top: 10px;
}
/* CTA ここまで*/
h1{
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

/*キャンペーン*/
.campaign-area {
width: 100%;
margin: 0 auto;
/*background-color: #143a9f;*/
display: flex;
justify-content: center;
}
.campaign-area img{
width: 50%;
margin: 0 auto;
padding: 10px 0 0;
}
/*キャンペーン ここまで*/

/* 支払い方法*/
.pay-way{
background-color: #143a9f;
padding: 2% 0;
}
.pay-way h2 {
text-align: center;
color: #fff;
padding-bottom: 10px;
font-size: 21px;
}
.pay-way p {
  color: #fff;
  padding: 1% 0 0 0;
  font-size: 14px;
  text-align: center;
}
.pay-way img{
width: 45%;
margin: auto;

}
/* 支払い方法 ここまで*/

/* 明朗会計 */
.accounting {
  width: 80%;
  margin: 2% auto;
  text-align: center;
 }
 .accounting h1 {
  font-size: 28px;
 }
 .orange {
   font-size: 37px;
   color: #F3480A;
   font-weight: bold;
 }
 .navy {
   font-size: 37px;
   color: #0B329D;
   font-weight: bold;
 }
 .accounting p {
   margin: 2% auto;
   font-weight: bold;
 }
 .accounting  img {
   margin: 1% auto 3%;
   width: 50%;
 }
 /* 明朗会計 ここまで*/
/*悪徳業者　注意*/
.attention-area{
  background: repeating-linear-gradient(-45deg, #264caf,#264caf 15px,#193fa2 0,#193fa2 30px);
  padding: 4% 0;
  width: 100%;
  margin: 0 auto 3%;
  text-align: center;
  }
.attention-area__box {
  width: 50%;
  margin: 0 auto;
}
.attention-area h1 {
  color: #fff;
}
.attention-area p {
  margin: 2.5% auto 0;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.attention-size {
  font-size: 38px;
  color: #fff;
}
.attention-color {
  font-size: 38px;
  color: rgb(234, 234, 9);
}
.txt-c2 {
  color: rgb(220 15 15);
  font-weight: bold;
  background: linear-gradient(transparent 50%, #f1e605 50%);
}
.attention-area img{
  width: 8%;
  margin: 0 auto;
}

/*悪徳業者　ここまで*/

/*業者選ぶ際の注意点*/
.at-point-area,
.compare-area,
.flow-area{
  background-size: cover;
  background-repeat: no-repeat;
}
mark{
background:linear-gradient(transparent 60%, rgb(255, 252, 97) 60%);
}
.at-point-area{
  background-image: url('../img/at-point-area-bg.jpg');
  padding-bottom: 5%;
}
.at-point-title {
width: 50%;
margin: 0 auto;
}
.at-point-childbox {
width: 84%;
margin: 3% auto;
display: flex;
background: rgba(221, 242, 255, 0.5);
}
.at-point-child{
  width: 100%;
  margin: 2% 1%;

}
.at-point-child h3{
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background-color: #143a9f;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 7px;
}
.at-point-child h3 img{
  width: 25px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.at-point-child p{
  font-size: 13px;
  line-height: 1.4;
  text-align: justify;
}
/*業者選ぶ際の注意点ここまで*/

/*作業一覧*/
.works-area {
  width: 100%;
  margin: 0 auto;
  }
  .work-title-img {
  width: 50%;
  margin: 4% auto;
  }
  .work-title-img img {
    width: 100%;
    margin: 0 auto;
    }

.works-area-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.works-area-box ul {
  width: 32%;
  margin: 1% auto;
  list-style: none;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #143a9f;
}
.works-img {
  background: #143a9f;
}
.works-img img {
  border-radius: 10px;
}
.works-area-child {
  width: 100%;
  margin: 0 auto 3px;
}
.works-title-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  background: #143a9f;
}
.works-title-img h3 {
  width: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  justify-content: center;
}
.price-img {
  width: 74%;
}
.works-title-img img {
  width: 70%;
  margin: 0 auto;
}
.checkbox {
  width: 100%;
  margin: 5px 3px;
}
.checkbox img {
  width: 21px;
  margin: -0.3em 0;
}
.checkbox p {
  font-size: 14px;
}
.sidetext {
  width: 68%;
  margin: 15px auto;
  padding: 25px;
  text-align: center;
  background: rgba(194, 231, 255, 0.5);
}

/*作業一覧 ここまで*/

/* 選ばれる理由 */
.txt-s {
  font-size: 18px;
}
.txt-c {
  color: red;
}
.reason-area {
  width: 88%;
  margin: 0 auto;
  }
  .reason-title-img {
  width: 60%;
  margin: 0 auto;
  }
  .reason-box-wrapper {
  width: 96%;
  margin: 1.5% auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  }
  /*タイトル*/
  .reason-box{
    width: 45%;
    margin: 2em 1em;
    background-color: #fafafa;
    padding:2em 0em 2em;
    position:relative;
    border: 3px solid #143a9f;
    display: flex;
    }
    .reason-box .reason-box-title {
    background-color:#143a9f;
    font-size: 1em;
    color: #fafafa ;
    padding: 10px 10px;
    line-height: 1.3;
    position:absolute;
    top: -23px;
    left: 15px;
    }
    .reason-box-child {
      width: 92%;
      margin: 0 auto;
    }
    .reason-box-child p {
      width: 90%;
      margin: 0 auto;
      font-size: 15px;
      line-height: 1.5em;
    }
    .reason-box-img {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 5px;
      display: flex;
      align-items: center;
    }
    .reason-box img {
      width: 100%;
    }

  /* 選ばれる理由 ここまで*/

/*比較*/
.compare-area{
width: 100%;
padding: 1px;
background-image: url('../img/ダミー背景.jpg');
}
.compare-area-inner {
width: 70%;
background: rgba(255, 255, 255, 0.7);
margin: 30px auto;
padding-bottom: 3%;
}
.compare-area h2{
text-align: center;
font-size: 30px;
font-weight: 900;
margin: 15px auto;
padding-top: 30px;
}
.compare-area img{
width: 80%;
margin: auto;
}
/*比較 ここまで*/

/*お客様の声*/
.voice-area {
width: 70%;
margin: 0 auto;
padding: 5% 0;
}
.voice-area ul {
  list-style: none;
}
.voice-title-img {
padding: 1%;
background: #143a9f;
color: #fff;
}
.voice-title-img img {
width: 30px;
margin: -0.5rem 10px;
color: #fff;
}


.arrow{
position: relative;
padding: 0 0 0 16px;
}
.arrow::before{
content: "";
position: absolute;
top: 50%;   /* 縦軸をセンタリングする */
left: 5px;
transform: translateY(-50%);   /* 縦軸をセンタリングする */
border: 5px solid transparent;
border-left: 8px solid #555;   /* 好みで色を変えてください */
}

/*お客様の声 ここまで*/

/* 流れ */
.stepbar {
width: 50%;
margin: 0 auto;
padding: 5% 0 0 0;
}
.title {
color: #143a9f;
font-weight: bold;
}
.stepbar .stepbarwrap {
margin: 2em 0;
position: relative;
}
.stepbar .stepbarwrap .steptitle {
display: inline-flex;
align-items: center;
position: relative;
z-index: 2;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
display: inline-block;
width: 3em;
height: 3em;
content: "";
border-radius: 50%;
background-color: #143a9f;
color: #fff;
text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
display: inline-block;
line-height: 1.2em;
font-size: 0.8em;
font-weight: bold;
position: relative;
top: 0.9em;
}
.stepbar .stepbarwrap .steptitle .title {
margin: 0.5em;
font-weight: bold;
font-size: 1.2em;
}
.stepbar .stepbarwrap .steptxt {
padding-left: 3.5em;
}
.stepbar .stepbarwrap .steptxt .txt {
font-size: 0.9em;
}
.stepbar .stepbarwrap .stepline {
width: 1px;
height: calc(100% + 1em);
background-color: #143a9f;
position: absolute;
top: 1em;
left: 1.5em;
z-index: 1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
display: none;
}

.bg-pattern {

top: 0;
left: 0;
width: 100vw;
background-color: #ffffff;
z-index: -1;
}
.Polka {
background-image: radial-gradient(#e3edff 2px, #ffffff 2px);
background-size: 20px 20px;
}

/*流れ ここまで*/

/*よくある質問*/
.question {
width: 75%;
margin: 0 auto;
padding: 30px 0 50px;
}
.question h1 {
color: #143a9f;
margin-bottom: 20px;
}
.qa-list dl {
position: relative;
margin: 30px 0 0;
cursor: pointer;
border: 1px solid #DDD;
}
.qa-list dl:first-child {
margin-top: 0;
}
.qa-list dl::after {
position: absolute;
top: 27px;
right: 26px;
display: block;
width: 7px;
height: 7px;
margin: auto;
content: '';
transform: rotate(135deg);
border-top: 2px solid #000;
border-right: 2px solid #000;
}
.qa-list .open::after {
transform: rotate(-45deg);
}
.qa-list dl dt {
position: relative;
margin: 0;
padding: 20px 20px 20px 60px;
font-weight: bold;
background: #DDD;
}
.qa-list dl dt::before {
font-size: 22px;
line-height: 1;
position: absolute;
top: 20px;
left: 20px;
display: block;
content: 'Q.';
color: #3285bf;
}
.qa-list dl dd::before {
font-size: 22px;
line-height: 1;
position: absolute;
left: 20px;
display: block;
content: 'A.';
font-weight: bold;
color: #3285bf;
}
.qa-list dl dd {
position: relative;
margin: 0;
padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
margin-top: 0;
}

/*よくある質問 ここまで*/

/*個人情報*/
.personal_info_wrap {
  width: 78%;
  margin: 3em auto;
  padding: 1em;
  background: #EEF5FC;
}

.personal_info_wrap .personal_info_scroll {
    width: 100%;
    height: 12em;
    padding: 1em 2em;
    overflow-y: scroll;
    text-align: left;
    color: #595757;
    border: 1px solid #ccc;
    background: #fff;
}

.personal_info_wrap h3 {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 1em;
  color: #000;
}

.personal_info_wrap p {
  font-size: 0.9em;
  color: #595757;
}

.personal_info_wrap dt {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 1em;
  color: #000;
}

.personal_info_wrap dd {
  font-size: 0.9em;
  margin-top: 0.2em;
}

/*個人情報*/

/*フッター*/
footer{
width: 100%;
margin: 0 auto;
background-color: #999;
padding: 2% 0;
}
footer h5,
footer p{
color: #fff;
display: block;
}
footer h5{
text-align: center;
margin-bottom: 3%;
}
footer div{
display: flex;
width: 50%;
margin: 0 auto;
}
footer div p{
font-size: 12px;
}
footer div p:first-child{
width: 15%;
}
footer div p:last-child{
width: 75%;
}
footer>p{
display: block;
text-align: center;
font-size: 12px;
margin-top: 3%;
}

/*フッター ここまで*/

/*page top*/
#page-top {
width: 100px;
height: 60px;
position: fixed;
right: 0;
bottom: 0;
background: #1483fa;
opacity: 0.6;
border-radius: 25%;
}
#page-top a {
position: relative;
display: block;
width: 100px;
height: 60px;
text-decoration: none;
}
#page-top a::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f102";
font-size: 20px;
color: #fff;
position: absolute;
width: 20px;
height: 20px;
top: -28px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
#page-top a::after {
content: "PAGE TOP";
font-size: 10px;
color: #fff;
position: absolute;
top: 32px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
/*page topここまで*/

.sp-fixed {display: none;}

/* form */
.contact {
  width: 75%;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.contact h2 {
  background: #F67E0F;
  padding: 16px 0;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}
.contact > p {
  margin: 24px 16px 0;
}
.contact form {
  padding: 16px;
}
.contact form .item {
  margin: 32px 0;
}
.contact form .item .info {
  font-weight: 700;
}
.contact form .item .info .required {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 4px;
  background: #FF7272;
  border-radius: 4px;
  display: inline-block;
  margin-left: 8px;
}
.contact form .error_val {
  padding: 8px 0;
  color: #ff0000;
}
.contact form label {
  display: block;
  margin: 4px 0;
}
.contact form label.file {
  cursor: pointer;
  background: #F67E0F;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  marign: 16px 0 0;
}
.contact form input[type=text],
.contact form input[type=number],
.contact form input[type=date],
.contact form input[type=email],
.contact form select {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
}
.contact form input[type=file] {
  display: none;
}
.contact form textarea {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  height: 160px;
}
.contact form input[type=submit] {
  border-radius: 4px;
  background: #0D5598;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 12px 16px;
  width: 100%;
}
.contact form input[type=submit].back {
  background: #999999;
  width: 50%;
}
