/*
Theme Name: manaka
*/
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

#un_pcrhead .pagetitle_area {
  padding: 160px 0;
  background-image: url(https://www.manaka-hp.jp/wp/wp-content/uploads/2021/08/pcrhead2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #un_pcrhead .pagetitle_area {
    padding: 160px 0;
    background-image: url(https://www.manaka-hp.jp/wp/wp-content/uploads/2021/08/pcrhead2_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
}

@media screen and (max-width: 425px) {
  #un_pcrhead .pagetitle_area {
    padding: 75px 0;
  }
}

.pcr .pagetitle_area {
  padding: 160px 0;
  background-image: url(https://www.manaka-hp.jp/wp/wp-content/uploads/2021/05/pcrhead.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pcr .pagetitle_area h2 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.pcr .pagetitle_area h2 span {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .pcr .pagetitle_area {
    padding: 160px 0;
    background-image: url(https://www.manaka-hp.jp/wp/wp-content/uploads/2021/05/pcrhead_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .pcr .pagetitle_area h2 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 425px) {
  .pcr .pagetitle_area {
    padding: 75px 0;
  }

  .pcr .pagetitle_area h2 {
    font-size: 22px;
  }
}

* {
  box-sizing: border-box
}

.fx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.un_sp {
  display: none;
}

@media screen and (max-width:768px) {
  .un_pc {
    display: none;
  }

  .un_sp {
    display: block;
  }
}

[id].el_anchor::before {
  display: block;
  padding-top: 180px;
  margin-top: -180px;
  content: "";
}

@media screen and (max-width:768px) {
  [id].el_anchor::before {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.ly_pcr_area {
  padding-top: 50px;
}

.ly_pcr_area h2 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.un_pcr_m {
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

h3.un_subttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

h3.un_subttl::before,
h3.un_subttl::after {
  content: "";
  border-top: 1px solid #333333;
  flex-grow: 1;
}

h3.un_subttl:before {
  margin-right: 1em;
}

h3.un_subttl:after {
  margin-left: 1em;
}

@media screen and (max-width:768px) {
  .ly_pcr_area h2 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  h3.un_subttl {
    font-size: 18px;
  }
}

/* アンカー */
.bl_anchor_unit {
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 70px;
  justify-content: center;
}

.bl_anchor_item {
  background-color: #7CB143;
  padding: 10px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.bl_anchor_item>a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 0;
}

.bl_anchor_item>a:hover {
  opacity: 0.8;
}

@media screen and (max-width:768px) {
  .bl_anchor_unit {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .bl_anchor_item {
    margin-right: 8px;
    padding: 6px 9px;
  }

  .bl_anchor_item:last-of-type {
    margin-right: 0;
  }

  .bl_anchor_item>a {
    font-size: 15px;
  }
}

/* 概要 */
.bl_about {
  max-width: 600px;
}

.bl_about_wrap {
  border: 1px solid #7CB143;
  padding: 40px;
}

.bl_about_txt {
  font-size: 18px;
  font-weight: 500;
  margin-left: 22px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.un_about_time div {
  font-size: 16px;
  font-weight: normal;
}

.un_about_time span {
  padding-top: 10px;
  color: #7CB143;
  display: block;
  font-weight: bold;
}

.bl_about_txt:nth-of-type(6) {
  margin-bottom: 30px;
}

.bl_about_txt::before {
  content: "●";
  color: #7CB143;
  margin-left: -22px;
}

.un_about_date {
  color: #7CB143;
}

.un_about_cancel {
  font-weight: bold;
  color: #7CB143;
}

.un_about_date>span {
  color: #000;
  font-weight: normal;
}

.un_about_notice {
  font-size: 14px;
  font-weight: normal;
}

.bl_about_notice {
  font-size: 14px;
  margin-bottom: 30px;
}

.bl_about_notice span {
  color: #7CB143;
}

@media screen and (max-width:768px) {
  .bl_about_wrap {
    padding: 20px;
  }

  .bl_about_txt {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .un_about_time span {
    font-size: 15px;
  }

  .bl_about_notice {
    margin-bottom: 10px;
  }
}

/*
検査費用
———————————*/
.bl_money {
  max-width: 620px;
}

.bl_moneytable {
  width: 100%;
  border: none;
  border-spacing: 0;
  border: 1px solid #7CB143;
  margin-bottom: 15px;
  font-size: 16px;
}

.bl_moneytable td:first-of-type {
  background-color: #7CB143;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.bl_moneytable tr:last-of-type td:nth-child(1) {
  border: none
}

.bl_moneytable td:nth-child(2) {
  border-bottom: 1px solid #7CB143;
  padding: 10px 0 10px 10px;
  line-height: 1.4;
}

.bl_moneytable td:nth-child(2) span {
  font-size: 14px;
}

.bl_moneytable tr:last-of-type td:nth-child(2) {
  border: none;
}

.bl_money_txt {
  font-size: 16px;
}

@media screen and (max-width:768px) {
  .bl_money_txt {
    font-size: 15px;
  }

  .bl_moneytable td {
    font-size: 15px;
  }
}

/*
申し込み
———————————*/
.bl_flow {
  max-width: 600px;
}

.bl_flow>p {
  font-size: 16px;
}

.bl_flow_imgUnit {
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.bl_flow_imgUnit img {
  width: 30%;
  display: block;
}

.bl_flow_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  background-color: #7CB143;
  width: 60%;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bl_flow_link a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.bl_flow_link a>span {
  font-size: 20px;
  font-weight: 500;
}

.bl_flow_link::after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  margin-top: -20px;
  font-size: 20px;
}

.bl_flow_box {
  border: 1px solid #7CB143;
  padding: 20px 40px;
  margin-bottom: 50px;
}

.bl_flow_box h4 {
  text-align: center;
  color: #7CB143;
  font-size: 20px;
  margin-bottom: 30px;
}

.bl_flow_box img {
  display: block;
  margin: 15px auto;
}

.bl_flow_box>p {
  font-size: 16px;
  line-height: 1.8;
}

p.bl_flow_box_notice {
  font-size: 14px;
  padding: 20px 0 0;
}

.bl_flow_tel {
  margin-top: 40px;
  border: solid 1px #7CB143;
  text-align: center;
  font-weight: 500;
}

.bl_flow_tel_ttl {
  border-bottom: solid 1px #7CB143;
  padding: 10px;
  color: #7CB143;
}

.bl_flow_tel_txt {
  padding: 20px 10px;
}

.bl_flowTel_txt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.bl_flowTel_time {
  font-size: 16px;
  margin-bottom: 20px;
}

.bl_flowTel_notice {
  font-size: 14px;
  padding-bottom: 6px;
}

@media screen and (max-width:768px) {
  .bl_flow_tel_ttl>h4 {
    font-size: 18px;
  }

  .bl_flow>p {
    font-size: 15px;
  }

  .bl_flow_link {
    width: 100%;
  }

  .bl_flow_link a>span {
    font-size: 16px;
  }

  .bl_flow_box h4 {
    font-size: 18px;
  }

  .bl_flow_box>p {
    font-size: 15px;
  }
}

/*
陰性証明書
———————————*/
.bl_paper {
  max-width: 620px;
}

.bl_paper_txt {
  margin-bottom: 30px;
}

.bl_paper_txt span {
  color: #7CB143;
  font-weight: 500;
}

.bl_paper_box {
  border: solid 1px #7CB143;
  padding: 30px;
}

.bl_paper_ttl {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-bottom: solid 1px #7CB143;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.bl_paper_ttl>img {
  width: 30px;
  margin-right: 10px;
}

.bl_paper_ttl>h4 {
  font-weight: 500;
  font-size: 20px;
}

.bl_paper_cont>h5 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}

.bl_paper_cont h5>span {
  color: #7CB143;
  font-size: 20px;
}

.bl_paper_notice {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

.bl_paper_list {
  list-style: none;
}

.bl_paper_list li {
  margin-left: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.bl_paper_list li::before {
  content: "●";
  color: #7CB143;
  margin-left: -17px;
}

.bl_paper_sample {
  width: 90%;
  margin: 40px auto 0;
}

.bl_paper_sample>h5 {
  color: #7CB143;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.bl_paper_pdf {
  margin-top: 20px;
  padding: 10px;
  justify-content: space-around;
  align-items: center;
}

.bl_paper_pdf>a {
  background-color: #7CB143;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  text-decoration: none;
}

.bl_paper_pdf img {
  width: 30px;
  margin-left: 10px;
}

@media screen and (max-width:768px) {
  .bl_paper_ttl>h4 {
    font-size: 18px;
  }

  .bl_paper_cont h5>span {
    font-size: 18px;
  }

  .bl_paper_box {
    padding: 20px;
  }

  .bl_paper_list li {
    font-size: 15px;
  }

  .bl_paper_sample {
    margin-top: 30px;
  }

  .bl_paper_sample>h5 {
    font-size: 18px;
  }

  .bl_paper_pdf {
    flex-direction: column;
  }

  .bl_paper_pdf>a {
    margin-bottom: 20px;
  }
}

/*
検査通知
———————————*/
.bl_notice {
  max-width: 620px;
}

.bl_notice_tel {
  margin-top: 30px;
  margin-bottom: 20px;
}

.bl_notice_tel>div {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.bl_notice_1 span,
.bl_notice_2 span {
  background-color: #7CB143;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.bl_notice_houkoku {
  font-size: 14px;
  margin-top: 20px;
}

.bl_notice_schedule {
  margin-top: 40px;
  border: solid 1px #7CB143;
  padding: 30px;
}

.bl_notice_schedule_ttl {
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-bottom: solid 1px #7CB143;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.bl_notice_schedule_ttl>img {
  width: 40px;
  margin-right: 10px;
}

.bl_notice_schedule_ttl h5 {
  font-weight: 500;
  font-size: 20px;
}

.bl_notice_schedule_img {
  margin-bottom: 30px;
}

.bl_notice_schedule_time {
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
}

.bl_notice_schedule_timeTtl {
  color: #fff;
  background-color: #7CB143;
  padding: 5px 10px;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
}

.bl_notice_schedule_timeTxt {
  font-size: 18px;
}

.bl_notice_schedule_timeTxt span {
  color: #7CB143;
  font-weight: bold;
  font-size: 18px;
}

.bl_notice_schedule_timeTxt p {
  font-size: 16px;
  padding-top: 5px;
}

.bl_notice_schedule_list {
  list-style: none;
}

.bl_notice_schedule_list li {
  margin-left: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.bl_notice_schedule_list li::before {
  content: "●";
  color: #7CB143;
  margin-left: -17px;
}

.bl_notice_schedule_notice {
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .bl_notice>p {
    font-size: 15px;
  }

  .bl_notice_1 span, .bl_notice_2 span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .bl_notice_tel>div {
    font-size: 15px;
  }

  .bl_notice_schedule_ttl h5 {
    font-size: 18px;
  }

  .bl_notice_schedule_timeTtl {
    font-size: 16px;
  }

  .bl_notice_schedule_timeTxt {
    font-size: 16px;
  }

  .bl_notice_schedule_timeTxt span {
    font-size: 16px;
  }

  .bl_notice_schedule_timeTxt p {
    font-size: 14px;
  }

  .bl_notice_schedule_list li {
    font-size: 15px;
  }
}

/*
駐車場
———————————*/
.bl_area {
  max-width: 620px;
}

.bl_area_img {
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}

.bl_area>p {
  line-height: 1.6;
}

@media screen and (max-width:768px) {
  .bl_area>p {
    line-height: 1.9;
  }
}

/*
持ち物
———————————*/
.bl_item {
  max-width: 620px;
}

.bl_item_list {
  list-style: none;
}

.bl_item_list li {
  margin-left: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.bl_item_list li::before {
  content: "●";
  color: #7CB143;
  margin-left: -17px;
}

@media screen and (max-width:768px) {
  .bl_item_list li {
    font-size: 15px;
  }
}

/*
質問
———————————*/
.bl_qa {
  max-width: 620px;
}

.qa_txt {
  margin-bottom: 40px;
}

@media screen and (max-width:768px) {
  .qa_txt {
    font-size: 15px;
  }
}

/* accordion */
.accordion {
  margin-top: 10px;
}

.accordion__container {
  margin: 0 auto;
}

.accordion__title {
  border: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  padding: 35px 40px 35px 0px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  line-height: 1.4;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  font-weight: 500;
}

.accordion__title::before {
  content: "Q";
  color: #7CB143;
  font-weight: bold;
  padding-right: 10px;
}

.accordion__title::after {
  content: "";
  color: #fff;
  background-color: #7CB143;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 30px;
  margin-top: -11px;
  border-radius: 3px;
  background-image: url(https://www.manaka-hp.jp/wp/wp-content/uploads/2021/05/minus.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion__title.is-active::after {
  content: "";
  color: #fff;
  background-color: #7CB143;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 30px;
  margin-top: -11px;
  border-radius: 3px;
  background-image: url(https://www.manaka-hp.jp/wp/wp-content/uploads/2021/05/plus.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 16px;
}

.accordion__content.is-open {
  line-height: 1.8;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
  padding: 0px 0px 25px 0px;
  margin-top: -10px;
}

/* リンク色 */
.accordion__content a {
  color: #7CB143;
  ;
}

/* 下部ボーダー */
.accordion {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:768px) {
  .accordion__title {
    font-size: 16px;
  }

  .accordion__content {
    font-size: 15px;
  }
}

.ly_pcrTop {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bl_pcrTop_txt {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .ly_pcrTop {
    width: 90%;
  }
}

.ly_pcrTop h3 {
  border-left: 5px solid #7CB043;
  margin-bottom: 30px;
  margin-top: 60px;
  font-size: 20px;
  padding-left: 10px;
}

@media screen and (max-width:768px) {
  .ly_pcrTop h3 {
    font-size: 18px;
  }
}

.bl_pcrTop_linkBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .bl_pcrTop_linkBox {
    flex-direction: column;
  }
}

.bl_pcrTop_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 18px;
  width: 45%;
  margin: 0 auto 20px;
  position: relative;
}

.bl_pcrTop_link:visited {
  color: #fff;
}

.bl_pcrTop_link::after {
  content: "＞";
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
}

.bl_pcrTop_link>span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .bl_pcrTop_link {
    width: 100%;
    font-size: 16px;
  }

  .bl_pcrTop_link>span {
    font-size: 14px;
  }
}

.bl_pcrTop_link.hp_manaka {
  background-color: #7CB043;
  border: 1px solid #7CB043;
}

.bl_pcrTop_link.hp_individual {
  background-color: #F6CA01;
  border: 1px solid #F6CA01;
}

.bl_pcrTop_link.hp_corp {
  background-color: #ef8465;
  border: 1px solid #ef8465;
}

.bl_pcrTop_link.hp_manaka:hover {
  color: #7CB043;
  background-color: #fff;
}

.bl_pcrTop_link.hp_individual:hover {
  color: #F6CA01;
  background-color: #fff;
}

.bl_pcrTop_link.hp_corp:hover {
  color: #ef8465;
  background-color: #fff;
}

.bl_pcrTop_notice {
  border: 1px solid #7CB043;
  width: 95%;
  text-align: center;
  padding: 30px;
  font-size: 16px;
  margin: 0 auto;
}

.bl_pcrTop_notice a {
  color: #7CB043;
}

.bl_pcrTop_notice span {
  font-size: 13px;
}

@media screen and (max-width:768px) {
  .bl_pcrTop_notice {
    width: 100%;
  }
}
