@charset "UTF-8";
.main{
  font-size: 1.2em;
}
.secttl_beforetxt{
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em;
  color: #d37327;
}
.sectit{
  font-size: 1.45em;
  font-weight: bold;
  text-align: center;
  color: #d37327;
}
.color-orenge{
  color: #d37327;
}
.angle_down{
  text-align: center;
}
.angle_down .material-symbols-outlined{
  font-size: 5em;
}

.pricerenew_problem{
  background: url('../img/problem_bk.png') #ccc;
}
.pricerenew_problem .secinner{
  background: #fff;
  padding: .5em;
  box-shadow: 5px 5px 5px rgba(0,0,0, .2);
}
.pricerenew_problem_tit{
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #d37327;
  margin: 0 0 .5em;
}
.pricerenew_problem_pattern_lists{
  margin: 0 0 1em;
  padding: 0;
}
.pricerenew_problem_pattern_list{
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricerenew_problem_pattern_list:last-child{
  margin: 0;
}
.pattern_list_comment{
  padding: .5em;
  border: 2px solid #555;
  border-radius: 4px;
  position: relative;
  width: 80%;
  font-weight: bold;
  color: #d37327;
  text-align: center;
}
.pricerenew_problem_pattern_list:nth-child(even) .pattern_list_comment{
  order: 2;
}
.pattern_list_comment::after{
  content:"";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #555 #555 transparent transparent;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.pricerenew_problem_pattern_list:nth-child(odd) .pattern_list_comment::after{
  transform: translate(0,-50%) rotate(45deg);
  right: -7px;
}
.pricerenew_problem_pattern_list:nth-child(even) .pattern_list_comment::after{
  transform: translate(0,-50%) rotate(-135deg);
  left: -7px;
}
.pattern_list_image{
  width: 20%;
  border-radius:50%;
  overflow: hidden;
}
.pricerenew_problem_pattern_list:nth-child(even) .pattern_list_image{
  order: 1;
}
.pricerenew_problem_solving_txt{
  padding:1em .5em;
}

.pricerenew_howto{
  padding: 1em 0;
}
.pricerenew_howto_lists{
  margin: 1em 0 0;
  padding: 0;
}
.pricerenew_howto_list{
  list-style-type: none;
  padding: 2em;
  background: #fafafa;
  margin-bottom: 1em;
}
.pricerenew_howto_list:last-child{
  margin-bottom: 0;
}
.pricerenew_howto_list_toptxt{
  font-weight: bold;
}
.pricerenew_howto_list_image{
  margin: 1em auto;
  border: 2px solid #d37327;
  border-radius: 4px;
  text-align: center;
}
.pricerenew_howto_list_bottomtxt{
  font-size: .9em;
}

.pricerenew_otherlink_arealinks{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #ddd;
}
.pricerenew_otherlink_arealink{
  list-style-type: none;
  width: 48%;
  margin: 0 0 .5em;
}
.main .pricerenew_otherlink_arealink_anc{
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em 1em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border:1px solid #d37327;
  border-radius: 4px;
  color: #d37327;
}
.pricerenew_otherlink_contact_txt{
  text-align: center;
  font-weight: bold;
  margin: 0 0 1em;
}
.pricerenew_otherlink_contact_telblock{
  text-align: center;
}
.main .pricerenew_otherlink_contact_tel_anc{
  display: block;
  background: #437191;
  padding: 1.5em 0;
  border-bottom: 2px solid #3a627e;
  border-radius: 4px;
  text-decoration: none;
}
.pricerenew_otherlink_contact_name,
.pricerenew_otherlink_contact_tel,
.pricerenew_otherlink_contact_opentime{
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.pricerenew_otherlink_contact_tel{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
.pricerenew_otherlink_contact_tel .material-symbols-outlined{
  font-size: 1em;
  margin: 0 .5em 0 0;
}
.main .pricerenew_otherlink_contact_company{
  padding: 0;
}

@media screen and (min-width: 641px) {
  .news_title_image .secinner{
    width: auto;
  }
  .pricerenew_problem_tit{
    font-size: 1.7em;
    margin: .5em 0;
  }
  .pricerenew_problem_pattern_list{
    width: 80%;
    margin: 0 auto;
  }
  .pricerenew_problem_pattern_list:last-child{
    margin: 0 auto;
  }
  .pattern_list_comment{
    padding: 1.5em;
    font-size: 1.2em;
  }
  .pricerenew_howto_lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pricerenew_howto_list,
  .pricerenew_howto_list:last-child{
    width: 48%;
    margin: 0 0 1em;
  }
  .pricerenew_otherlink_arealink{
    width: 32%;
  }
}