@charset "UTF-8";
/* -----------------------------------------CSS Information
File Name:base.css
Author:T.osaka
Style Info:ブラウザスタイルのサイト全体設定
-------------------------------------------------------------
01:初期設定
02:ヘッダー
03:フッター
04:コンバージョンユニット
05:コンテンツ
___料金プラン
___調査事例
___よくある質問
___youtube
___3つの理由
___メディア情報
___証明書番号
___チェッカー
06:ユニーク設定
XX:ABテスト
-----------------------------------------------------------*/
/* ----------------------------------------------------------
01:初期設定
-----------------------------------------------------------*/
body {
  background-color: #ffffff;
  background: url(../../../img/lp/uwaki/body_bg_sp.jpg?20240628) no-repeat left top;
  background-size: 100% auto;
  -webkit-text-size-adjust: 100%;
}

body.piala {
  min-height: 100vh;
  background: url(../../../img/lp/uwaki/body_bg_piala_sp.gif) no-repeat left top;
  background-size: cover;
}

section {
  padding: 0 10px;
}

section section {
  padding: 0;
}

section section, section + section {
  margin-top: 40px;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

strong {
  color: #c52d5b;
}

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  body {
    background-image: none;
    background-color: #fee5fe;
    font-size: 1.8rem;
  }
  body main {
    width: 900px;
    padding: 20px;
    background-color: #ffffff;
  }
}
/* ----------------------------------------------------------
02:ヘッダー
-----------------------------------------------------------*/
header {
  clear: both;
  overflow: hidden;
  padding: 30px 10px 0 10px;
  background: url(../../../img/lp/uwaki/header_bg_sp.svg) no-repeat left top;
  background-size: 100% auto;
}
header h1 {
  text-align: center;
}
header h1 a {
  position: relative;
  z-index: 5;
  display: block;
}
header h1 a img {
  width: 50%;
}
header h2 {
  margin: -5px 0 10px 0;
}
header ul {
  float: left;
  width: 50%;
  margin-top: 5px;
}
header ul li + li {
  margin-top: 10px;
}
header img.header_maeda {
  float: right;
  width: 45%;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  header {
    /*　画面サイズ 1000px以上から適用　*/
    position: relative;
    background: url(../../../img/lp/uwaki/header_bg_pc.png) no-repeat left top;
    width: 900px;
    height: 720px;
    padding: 45px 0 0 0;
  }
  header h1 {
    margin-bottom: 0;
  }
  header h1 a img {
    width: 30%;
  }
  header h2 {
    width: 781px;
    margin: -25px 0 0 60px;
  }
  header ul {
    width: 294px;
    margin: 45px 0 0 60px;
  }
  header ul li:nth-child(1) {
    width: 285px;
  }
  header ul li:nth-child(2) {
    width: 280px;
  }
  header ul li:nth-child(3) {
    width: 294px;
  }
  header ul li:nth-child(4) {
    width: 275px;
  }
  header ul li + li {
    margin-top: 20px;
  }
  header img.header_maeda {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 344px;
    float: none;
    width: 331px;
  }
  header img.header_report {
    position: absolute;
    bottom: 110px;
    right: 60px;
    width: 160px;
  }
}

body.piala header {
  margin-top: 60px;
  margin-bottom: 20px;
  background-image: none;
}
@media screen and (min-width: 1000px) {
  body.piala header {
    /*　画面サイズ 1000px以上から適用　*/
    height: auto;
    margin-top: 110px;
    margin-bottom: 40px;
  }
}

div#fixed-header {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
}
div#fixed-header ul.Contact_sp {
  display: table;
  width: 100%;
}
div#fixed-header ul.Contact_sp li {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
}
div#fixed-header ul.Contact_sp li:nth-of-type(1) {
  border: 2px solid #c52d5b;
  background-color: #c52d5b;
}
div#fixed-header ul.Contact_sp li:nth-of-type(1) p.item_copy {
  margin: 0;
  padding: 5px 0px;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
}
div#fixed-header ul.Contact_sp li:nth-of-type(1) a.item_tel {
  display: block;
  padding: 11px 0 9px 17%;
  background: #ffffff url("../../../img/lp/uwaki/icon_phone_r.svg") no-repeat left 5px center;
  background-size: 15% auto;
  border-radius: 5px;
  line-height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #c52d5b;
}
div#fixed-header ul.Contact_sp li:nth-of-type(2) img {
  width: 100%;
  height: auto;
  text-align: center;
}
div#fixed-header div.Contact_pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  div#fixed-header {
    /*　画面サイズ 1000px以上から適用　*/
    left: calc((100% - 900px) / 2);
    width: 900px;
  }
  div#fixed-header ul.Contact_sp {
    display: none;
  }
  div#fixed-header div.Contact_pc {
    position: relative;
    display: block;
    width: 900px;
    height: 77px;
    background: url(../../../img/lp/uwaki/bg_contact_pc.gif?version=20241001) no-repeat left top;
    background-size: 900px 77px;
  }
  div#fixed-header div.Contact_pc img.item_logo {
    position: absolute;
    top: 27px;
    left: 15px;
    width: 150px;
  }
  div#fixed-header div.Contact_pc p.item_tel {
    position: absolute;
    top: 12px;
    left: 190px;
    padding: 7px 0 3px 60px;
    background: url("../../../img/icon_sp_p.svg") no-repeat left center;
    background-size: 50px auto;
    line-height: 70%;
    font-size: 3rem;
    font-weight: bold;
    color: #fc578e;
  }
  div#fixed-header div.Contact_pc p.item_tel span {
    font-size: 1.4rem;
    color: #333333;
  }
  div#fixed-header div.Contact_pc div.item_free {
    position: absolute;
    top: 15px;
    left: 500px;
  }
  div#fixed-header div.Contact_pc div.item_free p {
    padding: 5px 10px;
    background-color: #00859f;
    line-height: 100%;
    font-size: 1.4rem;
    color: #ffffff;
  }
  div#fixed-header div.Contact_pc div.item_free p + p {
    margin-top: 4px;
  }
  div#fixed-header div.Contact_pc a.btn_request {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
  }
}

/* ----------------------------------------------------------
03:フッター
-----------------------------------------------------------*/
footer {
  margin-top: 40px;
  padding: 10px 10px 80px 10px;
  background-color: #e5e5e5;
}
footer ul {
  margin-bottom: 20px;
}
footer ul li {
  display: block;
  padding: 15px 15px 15px 40px;
  background: #ffffff url(../../../img/lp/uwaki/icon_arrow.svg) no-repeat left 15px center;
  background-size: 20px auto;
}
footer ul li a {
  display: block;
  color: #000000;
  line-height: 100%;
}
footer ul li + li {
  margin-top: 2px;
}
footer address {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  footer {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 90px;
  }
}
body.piala footer {
  margin-top: 0;
  background-color: transparent;
}

/* ----------------------------------------------------------
04:コンバージョンユニット
-----------------------------------------------------------*/
div.item_reservation img {
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  aside {
    width: 100%;
    margin: 0 auto;
  }
  div.item_reservation.pc_only {
    width: 640px;
    margin-left: 100px;
  }
}
aside.unit_bnr {
  margin: 30px 10px 20px 10px;
}

section aside.unit_bnr {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1000px) {
  aside.unit_bnr {
    margin: 30px 0 30px 0;
  }
}
/* ----------------------------------------------------------
05:コンテンツ
-----------------------------------------------------------*/
#item_emergency {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  line-height: 140%;
  color: #ffffff;
}

nav.unit_btn_investigate-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  nav.unit_btn_investigate-list {
    /*　画面サイズ 1000px以上から適用　*/
    margin: 10px 0 40px 0;
  }
}

/*料金プラン*/
section.unit_plan {
  padding-top: 0;
}
section.unit_plan h2.title_plan {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.6rem;
  color: #c52d5b;
}
section.unit_plan h3.subtitle_plan, section.unit_plan h4.subtitle_plan {
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 2.2rem;
}
section.unit_plan h3.subtitle_plan {
  border-top: solid 3px #c52d5b;
  color: #c52d5b;
}
section.unit_plan h4.subtitle_plan {
  margin-top: 40px;
  border-top: solid 1px #cccccc;
}
section.unit_plan h3.subtitle_plan span {
  font-size: 1.6rem;
  color: #333333;
}
section.unit_plan img, section.unit_plan img + p, section.unit_plan table + p {
  margin-top: 20px;
}
section.unit_plan ul.list_perfect-plan, section.unit_plan ul.list_time-plan {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
section.unit_plan ul.list_perfect-plan li {
  float: left;
  width: 48%;
}
section.unit_plan ul.list_perfect-plan li img {
  margin-top: 0;
}
section.unit_plan ul.list_perfect-plan li:nth-child(1), section.unit_plan ul.list_perfect-plan li:nth-child(2) {
  margin-bottom: 20px;
}
section.unit_plan ul.list_perfect-plan li:nth-child(odd) {
  margin-right: 4%;
}
section.unit_plan ul.list_time-plan li {
  display: block;
  float: left;
  width: 48%;
  padding: 7px 0 7px 35px;
  background: url(../../../img/lp/uwaki/icon_magnifying.svg) no-repeat left top;
  background-size: 30px auto;
  line-height: 100%;
  color: #c52d5b;
}
section.unit_plan ul.list_time-plan li + li {
  margin-left: 4%;
}
section.unit_plan table.unit_price-data {
  width: 100%;
  margin: 0 0 20px 0;
  table-layout: fixed;
}
section.unit_plan table.unit_price-data tr th, section.unit_plan table.unit_price-data tr td {
  padding: 3px;
  border: solid 1px #cccccc;
  font-size: 1rem;
}
section.unit_plan table.unit_price-data tr th {
  background-color: #f3f3f3;
  white-space: nowrap;
  color: #c52d5b;
  text-align: center;
  line-height: 120%;
}
section.unit_plan table.unit_price-data tr th.item_hal {
  border-top: solid 2px #c52d5b;
  border-left: solid 2px #c52d5b;
  border-right: solid 2px #c52d5b;
}
section.unit_plan table.unit_price-data tr td {
  line-height: 140%;
}
section.unit_plan table.unit_price-data tr td span.item_tax {
  font-size: 1rem;
}
section.unit_plan table.unit_price-data tr td.item_hal {
  border-left: solid 2px #c52d5b;
  border-right: solid 2px #c52d5b;
}
section.unit_plan table.unit_price-data tr:last-child td.item_hal {
  border-bottom: solid 2px #c52d5b;
}
section.unit_plan img.item_comparison {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
section.unit_plan div.unit_payment {
  padding: 1px;
  border: solid 1px #cccccc;
}
section.unit_plan div.unit_payment h4 {
  padding: 5px;
  background-color: #c52d5b;
  font-weight: bold;
  color: #ffffff;
}
section.unit_plan div.unit_payment p {
  margin: 19px 19px 10px 19px;
}
section.unit_plan div.unit_payment img {
  width: calc(100% - 38px);
  margin: 0 0 19px 19px;
}
section.unit_plan div.unit_payment h5 {
  clear: both;
  margin: 10px 19px 0 19px;
  color: #c52d5b;
}
section.unit_plan div.unit_payment h5 + p {
  margin-top: 0;
}
section.unit_plan div.unit_expenses {
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #cccccc;
}
section.unit_plan div.unit_expenses h3 {
  text-align: center;
  font-size: 1.8rem;
}
section.unit_plan div.unit_expenses ul {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 20px 0 0 0;
}
section.unit_plan div.unit_expenses ul li {
  display: block;
  width: 48%;
  margin: 20px 0 0 0;
  padding: 5px 0 5px 40px;
  line-height: 120%;
}
section.unit_plan div.unit_expenses ul li span {
  font-size: 1.2rem;
  color: #666666;
}
section.unit_plan div.unit_expenses ul li:nth-child(odd) {
  float: left;
  margin-right: 2%;
}
section.unit_plan div.unit_expenses ul li:nth-child(even) {
  float: right;
  margin-left: 2%;
}
section.unit_plan div.unit_expenses ul li:nth-child(1), section.unit_plan div.unit_expenses ul li:nth-child(2) {
  margin-top: 0;
}
section.unit_plan div.unit_expenses ul li:nth-child(1) {
  background: url(../../../img/icon_clock_b.svg) no-repeat left center;
  background-size: 30px 30px;
}
section.unit_plan div.unit_expenses ul li:nth-child(2) {
  background: url(../../../img/icon_detective_b.svg) no-repeat left center;
  background-size: 30px 30px;
}
section.unit_plan div.unit_expenses ul li:nth-child(3) {
  background: url(../../../img/icon_camera_b.svg) no-repeat left center;
  background-size: 30px 30px;
}
section.unit_plan div.unit_expenses ul li:nth-child(4) {
  background: url(../../../img/icon_dvd_b.svg) no-repeat left center;
  background-size: 30px 30px;
}
section.unit_plan div.unit_expenses ul li:nth-child(5) {
  background: url(../../../img/icon_magnifying_b.svg) no-repeat left center;
  background-size: 30px 30px;
}
@media screen and (min-width: 1000px) {
  section.unit_plan {
    /*　画面サイズ 1000px以上から適用　*/
  }
  section.unit_plan h2.title_plan {
    font-size: 3.2rem;
  }
  section.unit_plan h3.subtitle_plan, section.unit_plan h4.subtitle_plan {
    font-size: 2.8rem;
  }
  section.unit_plan h3.subtitle_plan span, section.unit_plan h4.subtitle_plan span {
    font-size: 1.8rem;
  }
  section.unit_plan div.unit_plan-intro {
    clear: both;
    overflow: hidden;
    margin-top: 40px;
  }
  section.unit_plan div.unit_plan-intro a {
    display: block;
    float: left;
    width: 410px;
  }
  section.unit_plan div.unit_plan-intro a h3 {
    padding: 25px 0 20px 100px;
    border-radius: 10px 10px 0 0;
    border: solid 1px #cccccc;
  }
  section.unit_plan div.unit_plan-intro a h3 strong {
    font-size: 3rem;
  }
  section.unit_plan div.unit_plan-intro a p {
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
    text-align: center;
  }
  section.unit_plan div.unit_plan-intro a p img {
    width: 20px;
    margin-top: 0;
  }
  section.unit_plan div.unit_plan-intro a + a {
    float: right;
  }
  section.unit_plan div.unit_plan-intro a.btn_time-plan h3 {
    background: url(../../../img/lp/uwaki/icon_time-plan.svg) no-repeat left 20px top 25px;
    background-size: 70px auto;
  }
  section.unit_plan div.unit_plan-intro a.btn_time-plan h3 strong {
    color: #ff9000;
  }
  section.unit_plan div.unit_plan-intro a.btn_time-plan p {
    background-color: #ff9000;
  }
  section.unit_plan div.unit_plan-intro a.btn_perfect-plan h3 {
    background: url(../../../img/lp/uwaki/icon_perfect-plan.svg) no-repeat left 20px top 25px;
    background-size: 70px auto;
  }
  section.unit_plan div.unit_plan-intro a.btn_perfect-plan h3 strong {
    color: #009e34;
  }
  section.unit_plan div.unit_plan-intro a.btn_perfect-plan p {
    background-color: #009e34;
  }
  section.unit_plan section#perfect-plan {
    margin-top: -100px;
    padding-top: 160px;
  }
  section.unit_plan section#time-plan {
    margin-top: -100px;
    padding-top: 140px;
  }
  section.unit_plan ul.list_perfect-plan li {
    width: 200px;
  }
  section.unit_plan ul.list_perfect-plan li + li {
    margin-left: 10px;
  }
  section.unit_plan ul.list_perfect-plan li:nth-child(odd) {
    margin-right: 0;
  }
  section.unit_plan ul.list_perfect-plan li:nth-child(1), section.unit_plan ul.list_perfect-plan li:nth-child(2) {
    margin-bottom: 0;
  }
  section.unit_plan ul.list_time-plan li {
    padding-top: 2px;
    padding-bottom: 5px;
    font-size: 2.6rem;
  }
  section.unit_plan table.unit_price-data tr th, section.unit_plan table.unit_price-data tr td {
    padding: 10px;
    font-size: 1.8rem;
  }
  section.unit_plan table.unit_price-data + p {
    float: left;
    width: 620px;
  }
  section.unit_plan img.item_comparison {
    float: right;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.unit_plan div.unit_payment {
    clear: both;
    overflow: hidden;
  }
  section.unit_plan div.unit_payment h4 {
    float: none;
    width: 100%;
    padding: 10px;
    line-height: 100%;
    font-size: 2rem;
  }
  section.unit_plan div.unit_payment p {
    float: left;
    width: 374px;
    padding-right: 0;
  }
  section.unit_plan div.unit_payment img {
    float: right;
    width: 374px;
    margin: 29px 19px 0 0;
  }
  section.unit_plan div.unit_payment h5 + p + img {
    margin: 0 19px 19px 0;
  }
  section.unit_plan div.unit_expenses ul li {
    float: left;
    width: 24%;
    margin: 20px 1% 0 0;
  }
  section.unit_plan div.unit_expenses ul li:nth-child(even) {
    float: left;
    margin-left: 0;
    margin-right: 1%;
  }
  section.unit_plan div.unit_expenses ul li:nth-child(odd) {
    margin-left: 0;
    margin-right: 1%;
  }
  section.unit_plan div.unit_expenses ul li:nth-child(4n) {
    margin-right: 0;
  }
  section.unit_plan div.unit_expenses ul li:nth-child(1), section.unit_plan div.unit_expenses ul li:nth-child(2), section.unit_plan div.unit_expenses ul li:nth-child(3), section.unit_plan div.unit_expenses ul li:nth-child(4) {
    margin-top: 0;
  }
}

/* section.unit_plan END */
/*調査事例*/
section.unit_case {
  margin-top: 0;
}
section.unit_case h2 {
  background-image: url(../../../img/lp/uwaki/title_case_bg.png);
  background-size: 100% auto;
}

/*よくある質問*/
section.unit_faq {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  background-color: #fff0f4;
}
section.unit_faq h2 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: normal;
  color: #c52d5b;
}
section.unit_faq h2 span {
  font-size: 1.4rem;
  color: #888888;
}
section.unit_faq ul.unit_faq-list li.item_faq-list {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #ffffff;
  /*dl.unit_q, dl.unit_a END*/
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q, section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a {
  display: table;
  width: 100%;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q dt, section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q dd, section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a dt, section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a dd {
  display: table-cell;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q dt, section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a dt {
  width: 50px;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q dt span, section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a dt span {
  display: table-cell;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q dd, section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a dd {
  width: calc(100% - 50px);
  padding: 0 0 0 20px;
  vertical-align: top;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q dt span {
  background-color: #c52d5b;
  color: #ffffff;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_q dd {
  font-weight: bold;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: dotted 1px #cccccc;
}
section.unit_faq ul.unit_faq-list li.item_faq-list dl.unit_a dt span {
  background-color: #f3f3f3;
}
section.unit_faq ul.unit_faq-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  section.unit_faq {
    /*　画面サイズ 1000px以上から適用　*/
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}

/* section.unit_faq END */
/*youtube*/
div.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
}
div.youtube iframe {
  width: 100%;
  height: 100%;
}

/*3つの理由*/
section.unit_reason {
  padding: 10px;
  background-color: #c52d5b;
}
section.unit_reason h2 {
  margin-bottom: 10px;
}
section.unit_reason .acd-check {
  display: none;
}
section.unit_reason .acd-label {
  cursor: pointer;
  display: block;
  padding: 10px;
  background-color: #ffffff;
}
section.unit_reason .acd-label h3 {
  font-size: 1.8rem;
}
section.unit_reason .acd-label h3 span {
  display: table-cell;
}
section.unit_reason .acd-label h3 span span.item_number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-top: 2px;
  background-color: #c52d5b;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
}
section.unit_reason .acd-content {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  height: 0;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
}
section.unit_reason .acd-content ul.list_movie li {
  margin-top: 20px;
}
section.unit_reason .acd-content ul.list_movie li div.unit_youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
section.unit_reason .acd-content ul.list_movie li div.unit_youtube iframe {
  width: 100%;
  height: 100%;
}
section.unit_reason .acd-content img.item_report {
  width: 90%;
  margin: 20px 5%;
}
section.unit_reason .acd-content ul.list_law {
  width: 80%;
  margin: 20px 10% 20px 10%;
}
section.unit_reason .acd-content ul.list_law li ul.list_ph {
  clear: both;
  overflow: hidden;
}
section.unit_reason .acd-content ul.list_law li ul.list_ph li {
  display: block;
  float: left;
  width: 32%;
  line-height: 140%;
  font-size: 1.4rem;
}
section.unit_reason .acd-content ul.list_law li ul.list_ph li img {
  margin: 0 0 10px 0;
}
section.unit_reason .acd-content ul.list_law li ul.list_ph li + li {
  margin-left: 2%;
}
section.unit_reason .acd-content img.item_branch {
  width: 90%;
  margin: 20px 5%;
}
section.unit_reason .acd-check:checked + .acd-label + .acd-content {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding: 15px;
  border-top: dotted 1px #cccccc;
}
section.unit_reason .acd-content + .acd-check + .acd-label {
  margin-bottom: 0;
}
section.unit_reason div.wrap_acd-label {
  margin: 20px 0 0 0;
  padding: 10px;
  background-color: #cccccc;
}
@media screen and (min-width: 1000px) {
  section.unit_reason {
    /*　画面サイズ 1000px以上から適用　*/
    padding: 20px;
  }
  section.unit_reason h2 {
    margin-bottom: 20px;
  }
  section.unit_reason h2 img {
    width: 80%;
    margin: 0 10%;
  }
  section.unit_reason .acd-label {
    padding: 20px;
  }
  section.unit_reason .acd-label h3 {
    font-size: 2.8rem;
  }
  section.unit_reason .acd-label h3 span span.item_number {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    border-radius: 25px;
  }
  section.unit_reason .acd-content ul.list_movie {
    clear: both;
    overflow: hidden;
  }
  section.unit_reason .acd-content ul.list_movie li {
    float: left;
    width: 32%;
  }
  section.unit_reason .acd-content ul.list_movie li + li {
    margin-left: 2%;
  }
  section.unit_reason .acd-content img.item_report {
    width: 710px;
    margin: 40px 35px;
  }
  section.unit_reason .acd-content ul.list_law {
    clear: both;
    overflow: hidden;
    width: 640px;
    margin: 40px 0 40px 70px;
  }
  section.unit_reason .acd-content ul.list_law li {
    float: left;
    width: 500px;
  }
  section.unit_reason .acd-content ul.list_law li ul.list_ph li {
    float: none;
    width: 100px;
    text-align: center;
    line-height: 120%;
  }
  section.unit_reason .acd-content ul.list_law li ul.list_ph li img {
    margin: 0 0 10px 0;
  }
  section.unit_reason .acd-content ul.list_law li ul.list_ph li + li {
    margin: 20px 0 0 0;
  }
  section.unit_reason .acd-content ul.list_law li + li {
    float: right;
    width: 100px;
  }
  section.unit_reason .acd-content img.item_branch {
    width: 710px;
    margin: 40px 35px;
  }
  section.unit_reason .acd-check:checked + .acd-label + .acd-content {
    padding: 20px;
  }
}

/* section.unit_reason END */
/*メディア情報*/
section.unit_media div.wrap_media {
  padding: 1px;
  border: solid 1px #cccccc;
}
section.unit_media div.wrap_media h2 {
  margin: 0 0 20px 0;
  padding: 10px 0;
  background-image: none;
  background-color: #ea6900;
  border-radius: 0;
  text-align: center;
  font-size: 2.4rem;
  color: #ffffff;
}
section.unit_media div.wrap_media ul {
  width: 90%;
  margin: 0 5%;
}
section.unit_media div.wrap_media ul li {
  margin: 0 0 20px 0;
  font-size: 1em;
  line-height: 150%;
}
section.unit_media div.wrap_media ul li img {
  width: 100%;
  margin: 0 0 5px 0;
}
section.unit_media div.wrap_media ul li ul {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
section.unit_media div.wrap_media ul li ul li {
  float: left;
  width: 30%;
  margin: 0;
}
section.unit_media div.wrap_media ul li ul li + li {
  margin-left: 5%;
}
@media screen and (min-width: 1000px) {
  section.unit_media {
    /*　画面サイズ 1000px以上から適用　*/
    padding: 0;
  }
}

/* section.unit_media END */
/*証明書番号*/
section.unit_certificate h2 {
  text-align: center;
}
section.unit_certificate p {
  text-align: center;
  line-height: 170%;
  font-size: 1rem;
}

/* チェッカー*/
section.unit_checker {
  padding: 20px 10px;
  background-color: #fc578e;
}
@media screen and (min-width: 1000px) {
  section.unit_checker {
    padding: 10px;
    background-color: #fee5fe;
    /*a.pc_checker {
      width: 860px;
      height: 543px;
      background: url(../../../img/lp/uwaki/top_banner3_3_s1.gif) no-repeat left top;
    }*/
  }
}

/* ----------------------------------------------------------
06:ユニーク設定
-----------------------------------------------------------*/
/* インタースペース */
body.uwaki_at section.unit_cv div.wrap_cv .btn_freedial span.item_tel, body.uwaki_at section.unit_maeda_cv div.wrap_cv .btn_freedial span.item_tel {
  font-size: 2rem;
}
@media screen and (min-width: 1000px) {
  body.uwaki_at div#fixed-header div.Contact_pc p.item_tel {
    line-height: 90%;
    font-size: 2.4rem;
  }
  body.uwaki_at section.unit_cv div.wrap_cv .btn_freedial, body.uwaki_at section.unit_maeda_cv div.wrap_cv .btn_freedial {
    line-height: 0%;
  }
  body.uwaki_at section.unit_cv div.wrap_cv .btn_freedial span.item_tel, body.uwaki_at section.unit_maeda_cv div.wrap_cv .btn_freedial span.item_tel {
    font-size: 3rem;
  }
  body.uwaki_at section.unit_maeda_cv div.wrap_cv {
    background-position: center bottom -10px;
  }
}

/* felmat */
body.felmat div#fixed-header ul.Contact_sp li:nth-of-type(1) p#fmcall span a {
  display: block;
  padding: 11px 0 9px 17%;
  background: #ffffff url("../../../img/lp/uwaki/icon_phone_r.svg") no-repeat left 5px center;
  background-size: 15% auto;
  border-radius: 5px;
  line-height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #c52d5b;
}
body.felmat div#fixed-header ul.Contact_sp li:nth-of-type(1) p + p#fmcall {
  margin-top: 0;
}
body.felmat section.unit_cv div.wrap_cv .btn_freedial span#fmcall span.ss-fmcall-def a {
  color: #fc578e;
}
@media screen and (min-width: 1000px) {
  body.felmat div#fixed-header div.Contact_pc p.item_tel {
    padding: 10px 0 8px 60px;
  }
  body.felmat div#fixed-header div.Contact_pc p.item_tel span {
    font-size: 3rem;
    color: #fc578e;
  }
  body.felmat div#fixed-header div.Contact_pc p.item_hours {
    position: absolute;
    top: 25px;
    left: 250px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
  }
}

/* ----------------------------------------------------------
XX:ABテスト
-----------------------------------------------------------*/