/* * {
  outline: 1px solid magenta;
} */

/* フォント読み込み */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*========= 全体 =========*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  /* letter-spacing: 0.1em;
    line-height: 1.5em; */
}

/* CVボタン固定 */
#fixed_cv_btn{
  position: fixed;
  bottom: 0;
  margin:auto;
  /* display: none; */
}

/* 固定CTA現在の時刻 */
#fixed_cv_btn .now_time{
  top:5.5em;
  left: 0.1em;
  font-size: 1em;
}
.fixed_cta_img{
  width: 100%;
  margin: auto;
}

.flex {
  display: flex;
  align-items: flex-start;
}


.font_line {
  background: linear-gradient(transparent 80%, #ebcc1f 30%);
  width: 350px;
}

.font_color_red {
  color: red;
  font-weight: bold;
}


/*========= CTA =========*/
.conversion .cta_img {
  width: 100%;
}

/* 現在の時刻 */
.conversion .now_time {
  margin: auto;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: 47vw;
  right: -4em;
  font-size: 3.8vw;
  letter-spacing: 0em;
}

/* PCサイズ */
@media (min-width:768px) {
  body {
    width: 30%;
    margin:0 auto;
  }

  /* 現在の時刻 */
.conversion .now_time {
  top: 13.9vw;
  right: -5em;
  font-size: 1.1vw;
}

/* CVボタン固定 */
#fixed_cv_btn{
 width: 30%;

}
/* 固定CTA現在の時刻 */
#fixed_cv_btn .now_time{
  top:6.5vw;
  left: 0.1em;
  font-size:1.5em ;
}

}

/***************** index.html *****************/
/*========= ファーストビュー =========*/
#fv .fv_img {
  width: 100%;
}

/*========= なんでもお任せ =========*/
#entrust {
  background-image: url(../images/graphpaper.jpg);
  background-size: cover;
  width: 100%;
  margin: 2em auto;
  padding: 1em 0;
}


#entrust .main_title {
  text-align: center;
  font-weight: 1000;
  font-size: 1.8em;
  line-height: 1.5em;
  margin-bottom: 2em;
}

#entrust .leakage_img {
  width: 100%;
}

#entrust .li_text {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  text-align: justify;
  line-height: 1.5em;
}

#entrust .li_text::before {
  content: "";
  background-image: url('/images/check.jpg');
  display: inline-block;
  background-size: cover;
  /* width: 7.5vw;
  height: 7.5vw; */
  width: 1.7em;
  height: 1.7em;
  left: 7vw;
  margin-right: 0.5em;
  vertical-align: -4px;
}

#entrust .arrow {
  transform: scaleX(1.5);
  font-size: 1.3em;
  width: 10%;
  margin: 0.5em auto;
  display: inline-block;
  text-align: center;
}

#entrust .li_fee {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.5em;
}

#entrust .consultation {
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 1.5em;
}

#entrust .pay_img {
  width: 90%;
  margin: auto;
  display: block;
  margin-top: 2em;
}

#entrust .font_blue {
  color: #0F55F3;
  font-size: 1.3em;
}

#entrust .font_big_red {
  color: red;
  font-size: 1.3em;
}

#entrust .font_red {
  color: red;
}

#entrust .font_small {
  font-size: 0.5em;
}

#entrust .font_small_red {
  color: red;
  font-size: 0.5em;
}

#entrust .under_line {
  text-decoration: line-through red;
}

/*========= トラブルから解決までの流れ =========*/
#trouble {
  background-color: #E1F4FB;
  padding: 1.5em 0;
}

#trouble .trouble_content {
  width: 95%;
  margin: auto;
  text-align: center;
}

#trouble .trouble_title {
  font-size: 1.5em;
  font-weight: bold;
}

#trouble .number_img {
  width: 3em;
  position: relative;
  right: 40vw;
  top: 7vw;
}

#trouble li {
  background-color: #ffffff;
  padding: 2em 1em;
  border-radius: 10px;
}

#trouble li .li_title {
  color: #4195D5;
  font-size: 1.4em;
  font-weight: bold;
}

#trouble li .li_img {
  width: 6em;
}

#trouble li .li_text_area {
  text-align: justify;
  margin-left: 1em;
}

#trouble li .li_text {
  line-height: 1.5em;
  margin-top: 0.5em;
}

#trouble .arrow {
  width: 10%;
  margin: auto;
  padding-top: 1em;
  color: #2174ED;
  font-size: 1.5em;
  transform: scaleX(3);
  text-align: center;
  margin-bottom: -0.5em;
}

#trouble .font_big_red {
  color: red;
  font-size: 1.2em;
}

#trouble .font_big_blue {
  color: blue;
  font-size: 1.2em;
}

/* PCサイズ */
@media (min-width:768px) {
  #trouble .number_img {
    right: 13vw;
    top: 1.5vw;
  }
}

/*========= 資格を持た持たずに =========*/
#qualification{
  width: 95%;
  margin: auto;
}
#qualification .text_area{
  width: 100%;
  margin-top: 2.5em;
  margin-bottom:1.5em;
  background-color: #FEF8CA;
  border: 1px solid #000000;
  padding: 1em 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}
#qualification .law_img{
  width: 12%;
  position: relative;
  left: 9em;
  top: -0.5em;
}
#qualification .detail{
 background-color: #ffffff;
 width: 100%;
 margin: auto;
 padding: 1em 1em;
 text-align: justify;
 line-height: 1.7em; 
 border: 1px dashed #000000;
 font-size: 0.9em;
}
#qualification .remarks{
  margin-top: 1em;
  font-size: 1.1em;
  line-height: 1.7em; 
 }
 #qualification .font_blue{
color: #0F55F3;
font-size: 1.1em;
 }

/*========= 他社比較 =========*/
#comparison {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 2em 0;
}

#comparison .comparison_title {
  font-size: 2em;
  font-weight: bold;
}

#comparison .comparison_img {
  width: 100%;
  margin-top: 2em;
}

/*========= 悪徳業者にご注意 =========*/
#vice {
  background-image: url(../images/danger1.jpg);
  background-size: cover;
  text-align: center;
  padding: 2em 0;
  margin: 1em 0;
}

#vice .vice_content {
  width: 90%;
  margin: auto;
}

#vice .note_img {
  width: 20%;
}

#vice .vice_title {
  font-weight: bold;
  font-size: 1.7em;
  margin-top: 0.5em;
  line-height: 1.5em;
  margin-right: 0.3em;
}

#vice .face_img {
  width: 22%;
}

#vice .vice_text {
  text-align: justify;
  margin-top: 2em;
  line-height: 1.5em;
  font-weight: bold;
}

#vice .repair_area {
  background-color: #ffffff;
  border: 1px solid blue;
  padding: 1em 0.5em;
  margin-top: 1.5em;
}

#vice .repair_area .repair_title {
  font-weight: bold;
  font-size: 1.8em;
  color: blue;
  letter-spacing: 0.1em;
}

#vice .repair_area .repair_area_text {
  text-align: justify;
  margin-top: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}


/*========= 選ばれる理由 =========*/
#choose {
  background-color: #0F55F3;
  padding: 2em 0;

}

#choose .choose_content {
  width: 90%;
  margin: auto;
  text-align: center;
}

#choose .choose_title {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-size: 1.3em;
}

#choose li {
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: 2em 0.5em;
  margin-top: 1em;
}

#choose .flex_area {
  border-bottom: 2px solid #000000;
  padding-bottom: 1em;
}

#choose .li_title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: justify;
  line-height: 1.4em;
}

#choose .flex_area .number {
  width: 10%;
  margin-right: 0.5em;
}

#choose .li_text {
  margin-top: 1em;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-size: 0.9em;
}

#choose .li_img {
  width: 100%;
  margin-top: 1em;
}

#choose .font_yellow {
  color: #FDF200;
  font-size: 1.4em;
}

#choose .font_blue {
  color: #0F55F3;
}


/*========= お客様の声 =========*/
#voice {
  background-image: url(../images/graphpaper.jpg);
  background-size: cover;
  margin: 2em 0;
  padding: 1em 0;
}

#voice .voice_content {
  width: 90%;
  margin: auto;
  text-align: center;
}

#voice .voice_title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: -0.3em;
}

#voice .voice_img {
  width: 100%;
}

#voice ul li {
  margin-top: 2em;
  border: 2px solid #0F55F3;
  border-radius: 10px;
  padding: 1em 0.5em;
  text-align: justify;
}

#voice ul li .li_title {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.3em;
}

#voice ul li .li_name {
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 0.9em;
  background-color: #0F55F3;
  color: #ffffff;
  display: inline-block;
  padding: 0.3em 1em;
}
#voice ul li .li_text {
  margin-top: 1em;
  line-height: 1.4em;
}
#voice .font_big_blue {
  color: #0F55F3;
  font-size: 1.3em;
}


/*========= 対応エリア =========*/
#aria{
  background-color:#0F55F3 ;
  text-align: center;
  padding: 1.5em 0;
  /* margin-top: 3em; */
}

#aria .aria_aria{
  width: 90%;
  margin: auto;
}
#aria .aria_aria .area_text{
  width: 90%;
  height: 13em;
  margin: auto;
  background-color:#ffffff ;
  text-align: justify;
  padding: 0 1em;
  line-height: 1.2em;
}
#aria .aria_aria ul li{
 margin-bottom:2em ;
}
#aria .aria_aria h1{
  color: #ffffff;
  font-size: 2em;
  font-weight: 1000;
}

#aria .aria_aria .request_img{
  width: 100%;
  margin: 2em 0;
}
#aria ul li h2{
  background-color:#F4D624 ;
  font-size: 1.3em;
  font-weight: 1000;
  padding: 0.5em 0;
  display: inline-block;
  width: 70%;
  margin-bottom: -10em;
}
#aria ul li h3{
 padding-top: 2em;
 font-size: 0.8em;
}

/*========= よくある質問 =========*/
#question {
  text-align: center;
}

#question ul li{
  margin: 2em 0;
  text-align: justify;
}
#question .question_text{
  width: 90%;
  margin: auto;
}
#question h1{
  background-color:#ffffff ;
  font-size: 2em;
  font-weight: 1000;
  padding: 1em 0;
}
#question .question_text h2{
  background-color: #000000;
  color: #ffffff;
  padding: 1em 1em;
  text-align: justify;
}
#question .question_text h3{
  line-height: 1.3em;
  font-weight: bold;
}


/*========= フッター =========*/
footer{
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #2174EC;
  padding-top: 1em;
  padding-bottom: 9em;
}
footer a{
  text-decoration: none; /* 下線をなくす */
}
footer h1{
  color: #ffffff;
}
footer h2{
  margin: 0;
  padding-top: 2em;
  color: #ffffff;
}

/* PCサイズ */
@media (min-width:768px) {
  footer{
    padding-bottom: 10em;
  }
}


/***************** company.html *****************/
.main_company {
  width: 90%;
  margin: auto;
}

.company_title {
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: 1000;
  text-align: center;
}

.tbl_company {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3em;
}

.tbl_company th {
  font-weight: bold;
  display: block;
  background-color: #c5c5c5;
  border-top: 1px solid #000000;
  padding: 0.6em 0;
}

.tbl_company td {
  text-align: center;
  display: block;
  padding: 0.6em 0;

}

.spTopBtm {
  padding: 1.5em 0 1.5em 0;

}

.conBox {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 1.5em;
}

.privacy {
  border: 1px solid #ddd;
  padding: 10px 10px 10px;
  box-sizing: border-box;
  height: 190px;
  overflow: auto;
  margin-top: 30px;
}

.privacy p.leftSp {
  margin: 0.5em 0 0.5em 1em;
}

.privacy p {
  font-size: 15px;
  text-align: left;
  padding: 1em 0;
  font-weight: bold;

}