
/* prefectureディレクトリ配下でのみ利用されるcss */
/*-------------------
  article
--------------------*/

.article-content {
  width: 685px;
  float: left;
}

.article-content > p {
  margin-bottom: 25px;
}

.article-title {
  font-weight: bold;
  font-size: 28px;
  border: 1px solid #ddd;
  border-top: 3px solid #dd171f;
  padding: 16px 18px;
  border-radius: 4px;
  box-sizing: border-box;
}

/*-------------------
  heading
--------------------*/

.heading-title {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  background: #f2e7d0;
  padding: 9px 17px 7px;
  border-radius: 4px;
}

.heading-subtitle {
  padding: 0 0 5px 10px;
  font-size: 19px;
  font-weight: bold;
  border-left: 6px solid #dd171f;
  border-bottom: 2px solid #ddd;
}

.heading-tertiary {
  margin: 30px 0 15px;
  padding-left: 24px;
  font-weight: bold;
  background: url(/img/red/detail_h4_bg.gif) left 0 top 0 no-repeat;
  border-bottom: 2px dashed #ddd;
}

/*-------------------
  rankingList
--------------------*/

.rankingList li {
  position: relative;
  width: 683px;
  border: 1px solid #ccc;
}

.rankingList .rankingList-no1 .inner {
  border-top: 5px solid #fddc26;
}

.rankingList .rankingList-no2 .inner {
  border-top: 5px solid #ccc;
}

.rankingList .rankingList-no3 .inner {
  border-top: 5px solid #da8b61;
}

.rankingList .rankingList-icon {
  position: absolute;
  top: -17px;
  left: 15px;
}

.rankingList td {
  padding: 8px 14px 0 0;
  padding: 10px 0 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

.rankingList .rankingList-thumbnail {
  width: 81px;
  padding: 10px 15px 10px 100px;
  padding: 10px 15px 5px 100px;
  text-align: center;
}

.rankingList .rankingList-thumbnail .rankingList-thumbnail-logo {
  padding: 3px;
  border: 1px solid #ccc;
}

.rankingList .rankingList-company {
  width: 472px;
  padding-right: 15px;
}

.rankingList .rankingList-company .rankingList-company-name {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}

.rankingList .rankingList-company li {
  display: inline;
  margin-right: 10px;
  border: 0;
}

.rankingList .rankingList-rate {
  padding: 4px 0 0 15px;
  background-color: #f1fafd;
}

.rankingList .rankingList-rate .rankingList-rate-star {
  float: left;
}

.rankingList .rankingList-rate .rankingList-rate-average {
  float: left;
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fa720c;
}

.rankingList .rankingList-score {
  padding: 8px 15px 8px 0;
  background-color: #f1fafd;
}

.rankingList .rankingList-score dt {
  display: inline;
  float: left;
  padding: 0 5px 0 10px;
  border-left: 1px dotted #ccc;
}

.rankingList .rankingList-score dd {
  display: inline;
  float: left;
  padding-right: 10px;
  font-weight: bold;
}

.rankingList .rankingList-score .end {
  padding-right:0;
}

/*-------------------
  companyPanel
--------------------*/

.companyPanel-container {
  display: flex;
  flex-wrap: wrap;
}

.companyPanel {
  width: 215px;
  border: 1px solid #ccc;
  margin: 0 17px 17px 0;
}

.companyPanel.last {
  margin-right: 0;
}

.companyPanel dt {
  display: table;
  width: 195px;
  padding: 10px;
  background: #f3f3f3;
}

.companyPanel .companyPanel-name {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.companyPanel .companyPanel-thumbnail {
  display: table-cell;
  vertical-align: top;
}

.companyPanel .companyPanel-thumbnail .companyPanel-thumbnail-logo {
  margin-right: 10px;
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.companyPanel dd {
  padding: 10px;
  font-size: 100%;
}

/*-------------------
  voice
--------------------*/

.voice-container {
  position: relative;
  padding-left: 106px;
}

.voice-user {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  text-align: center;
}

.voice-user-thumbnail {
  width: 54px;
}

.voice-user-info {
  color: #828282;
  margin-top: 5px;
}

.voice-content {
  border: 1px solid #ddd;
  border-radius: 2px;
}

.voice-header {
  position: relative;
  padding: 25px 15px 15px;
  background-color: #fefbed;
}

.voice-header:after,
.voice-title {
  font-size: 18px;
  font-weight: bold;
}

.voice-header:before {
  right: 100%;
  top: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.voice-header:after {
  border-color: transparent;
  border-right-color: #fefbed;
  border-width: 12px;
  margin-top: -12px;
}

.voice-header:before {
  border-color: transparent;
  border-right-color: #ddd;
  border-width: 14px;
  margin-top: -14px;
}

.voice-post {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 12px;
  color: #aaa;
}

.voice-title {
  font-size: 18px;
  font-weight: bold;
}

.voice-rate-star {
  display: inline-block;
}

.voice-rate-star > * {
  margin: 0;
}

.voice-rate-number {
  display: inline-block;
  padding-left: 10px;
  color: #fb7410;
  vertical-align: bottom;
}

.voice-rate-list li {
  display: inline-block;
  border-right: #eeece4 1px solid;
  padding: 1px 10px 1px 0;
  font-size: 12px;
}

.voice-table {
  width: 100%;
  font-size: 12px;
}

.voice-table th {
  table-layout: fixed;
  width: 108px;
  padding: 5px 10px;
  background: #ededed;
  border: 2px solid #fff;
  font-weight: bold;
  text-align: center;
}

.voice-table td {
  padding: 5px 10px;
  border-bottom: 1px dotted #ededed;
}

.voice-table .is-last-child {
  border-bottom: 0;
}

.voice-line {
  border-bottom: 1px solid #ddd;
}

.voice-price {
  position: relative;
  padding: 15px;
  font-size: 14px;
}

.voice-price-item {
  display: inline-block;
  line-height: 30px;
  height: 30px;
}

.voice-price-arrow {
  position: absolute;
  top: 30px;
  left: 320px;
  width: 56px;
}

.l-voice-price-arrow {
  position: absolute;
  top: 35px;
  left: 320px;
}

.voice-price-difference {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  transform: translateY(-50%);
}

.voice-price-difference.is-up {
  color: #333;
}

.voice-price-difference.is-down {
  color: #dc191f;
}

.voice-comment {
  padding: 15px;
}

.voice-comment > * {
  margin-bottom: 15px;
}

.voice-comment > *:last-child {
  margin-bottom: 0;
}

.voice-comment-title {
  color: #fb7410;
  font-size: 16px;
  padding-bottom: 5px;
}

.voice-comment-title:before {
  content: '';
  background-image: url(/company/coop-id/voice/img/company-smail-balloon-icon.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  padding-right: 25px;
}

/*-------------------
  article-table
--------------------*/

.article-table {
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  color: #333;
  background-color: #e9e9e9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  word-break: break-all;
  table-layout: fixed;
}

.article-table.article-table-souba {
  table-layout: auto;
}

.article-table thead th {
  padding: 8px 10px;
  text-align: center;
  color: #333;
  background-color: #e9e9e9;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  word-break: break-all;
}

.article-table tbody th {
  background-color: #f3f3f3;
  padding: 8px 10px;
  color: #333;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px;
  word-break: break-all;
}

.article-table tbody td {
  font-size: 13px;
  font-weight: normal;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
  word-break: break-all;
}

/*-------------------
  mokuji
--------------------*/

.mokuji {
  margin: 0 0 30px;
  padding: 15px;
  border: 1px dashed #ccc;
  font-size: 13px;
}

.mokuji-title {
  padding: 5px 10px;
  background: #f3f3f3;
  margin-bottom: 5px;
}

.mokuji-list {
  margin-top: 5px;
  counter-reset: item;
  list-style: none;
}

.mokuji-list li {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  padding: 4px 0 4px 10px;
}

.mokuji-list li:before {
  content: counters(item, "-")". ";
  counter-increment: item;
}

/*----------------------------------------
  companyList
-----------------------------------------*/

.companyList .companyList-logo {
  width: 70px;
  padding-left: 15px;
  border-right: 0;
}

.companyList .companyList-rate {
  width: 180px;
  padding-left: 20px;
  text-align: center;
}

.companyList .companyList-rate img {
  float: left;
  width: 20px;
  height: auto;
  margin-top: 4px;
}

.l-companyList-btn {
  width: 500px;
  margin: 0 auto;
}

.companyList-btn {
  border-radius: 4px;
  border: 1px solid #ababab;
  padding: 12px;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 1;
}

.companyList-btn:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ababab;
  border-right: 2px solid #ababab;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-open.companyList-btn:before {
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.companyList-btn:hover {
  opacity: .6;
  cursor: pointer;
}

/*----------------------------------------
タイトル、リード文関連
-----------------------------------------*/
.article_box {
    width: 100%;
}

.article_box img.right {
    float: right;
    margin: 0 0 20px 20px;
}

.article_box .lead {
  margin-bottom: 25px;
  font-size: 108%;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/*----------------------------------------
  module rankingTable
-----------------------------------------*/

.rankingTable {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.l-rankingTable-header tr th:first-child {
  width: 45px;
}

.l-rankingTable-header tr th:nth-child(2) {
  width: 400px;
}

.l-rankingTable-header tr th:last-child {
  width: 180px;
}

.l-rankingTable-company {
  display: table;
}

.l-rankingTable-company > * {
  display: table-cell;
  vertical-align: middle;
}

.l-rankingTable-company > *:first-child {
  padding-right: 20px;
}

.rankingTable-header {
  font-size: 15px;
  font-weight: bold;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
}

.rankingTable-header-review {
  background-color: #e6e5e5;
}

.rankingTable tr > *:first-child {
  border-right: 1px dotted #ccc;
  text-align: center;
}

.rankingTable tr > *:last-child {
  border-left: 1px solid #ccc;
  text-align: center;
}

.rankingTable thead th {
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
}

.rankingTable tbody th,
.rankingTable tbody td {
  padding: 8px 12px;
  border-bottom: 1px solid #ccc;
}

.rankingTable-company-logo {
  border: 1px solid #ccc;
}

.rankingTable-review {
  background-color: #fffcdf;
}

.l-rankingTable-review {
  display: table;
}

.l-rankingTable-review > * {
  display: table-cell;
  vertical-align: bottom;
}

.l-rankingTable-review > *:first-child {
  padding-right: 10px;
}

.rankingTable-review-star {
  letter-spacing: -3px;
}

.rankingTable-review-star > * {
  width: 20px;
  height: auto;
}

.rankingTable-review-score {
  color: #de2229;
  font-weight: bold;
  font-size: 16px;
}

.rankingTable-review-unit {
  font-size: 13px;
}

.rankingTable-cell-review {
  background-color: #fffbdf;
}

/*----------------------------------------
  module rankingHeading
-----------------------------------------*/
.heading-company-major {
  color: #fff;
  font-weight: bold;
  padding: 9px 15px 7px;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #ed6349;
}

.heading-company-local {
  color: #fff;
  font-weight: bold;
  padding: 9px 15px 7px;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #0084b2;
}

.heading-company-family,
.heading-company-single {
  color: #fff;
  font-weight: bold;
  padding: 9px 15px 7px;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #eb840c;
}

/*----------------------------------------
  module tab
-----------------------------------------*/

.tab-panel li {
  display: inline-block;
  width: 164.3px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ededed;
  border-top: 6px solid #d9d9d9;
  color: #a6a6a6;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  cursor: pointer;
}

.tab-panel li:last-child {
  margin-right: 0;
}

.tab-panel li.is-active {
  color: #333;
  font-weight: bold;
  border: solid 1px #bbb;
  border-top: 6px solid #dc151f;
  border-bottom: 2px #fff solid;
  position: relative;
  margin-bottom: -1px;
  z-index: 1;
}

.tab-list {
  border: solid 1px #bbb;
  padding: 20px;
  position: relative;
  margin-top: -1px;
  width: 642px;
}

/*----------------------------------------
  module cityList
-----------------------------------------*/

.cityList {
  border: solid 1px #ddd;
  padding: 15px;
}

.cityList li {
  width: 111px;
  padding: 3px 10px;
  position: relative;
  display: inline-block;
}

.cityList li:after {
  content: '｜';
  position: absolute;
  right: 0;
  color: #ccc;
}

.cityList li:first-child,
.cityList li:nth-child(5n + 1) {
  padding: 3px 10px 3px 0;
}

.cityList li:nth-child(5n) {
  padding: 3px 0 3px 10px;
}

.cityList li:nth-child(5n):after,
.cityList li:last-child:after {
  content: none;
}

/*----------------------------------------
  company
-----------------------------------------*/

.l-company {
  margin-bottom: 24px;
}

.l-company-header {
  margin-bottom: 12px;
}

.l-company-info {
  margin-bottom: 12px;
}

.l-company-logo,
.l-company-voice-avatar {
  margin-right: 8px;
}

.company {
  border: 2px solid #e9dfbe;
}

.company-logo {
  border: 1px solid #ccc;
  padding: 4px;
}

.company-name {
  font-size: 18px;
  font-weight: bold;
  color: #2d61b5;
  text-decoration: none!important;
}

.company-header {
  display: table;
}

.company-header > * {
  display: table-cell;
  vertical-align: middle;
  padding-right: 4px;
}

.company-inner {
  padding: 12px;
}

.company-area-text {
  padding-left: 8px;
}

.company-info {
  border: 1px solid #e9dfbe;
  box-sizing: border-box;
  padding: 8px;
}

/* .company-info内に業者のプラン内容(.company-plan)が表示される場合に使用するクラスです */
.company-info-plan {
  padding-bottom: 2px;
}

.company-info-header {
  padding-bottom: 8px;
  border-bottom: 1px dotted #e9dfbe;
}

.company-star {
  padding-right: 9px;
}

.company-score {
  padding-right: 10px;
  font-weight: bold;
}

.company-score-num {
  color: #cd3630;
  font-size: 18px;
}

.company-score-unit {
  font-size: 13px;
}

.company-rate li {
  display: inline-block;
  padding: 0 8px 0 0;
  font-size: 12px;
  position: relative;
}

.company-rate li:after {
  content: '/';
  position: absolute;
  right: -2px;
  top: 0;
}

.company-rate li:last-child {
  padding: 0;
  border: none
}

.company-rate li:last-child:after {
  content: '';
}

.company-star > * {
  margin-right: -2px;
  display: inline-block;
}

.company-voice {
  background-color: #fefbee;
}

.company-icon {
  font-weight: bold;
  display: inline-block;
  padding: 1px 0;
  font-size: 12px;
  text-align: center;
}

.company-icon-voice {
  color: #fff;
  background-color: #ec7d38;
  width: 76px;
}

.company-icon-area {
  background-color: #ccc;
  color: #fff;
  width: 56px;
}

.company-voice-date {
  text-align: right;
  color: #ccc;
  padding: 4px 0;
}

.company-plan {
  display: table;
}

.company-plan-header {
  display: table-cell;
  vertical-align: top;
  width: 93px;
  padding-right: 10px;
}

.company-plan-header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  background-color: #916c54;
  color: #fff;
  line-height: 1;
  padding: 4px 0 3px 3px;
  box-sizing: border-box;
  position: relative;
  margin-right: 15px;
  margin-bottom: 6px;
}

.company-plan-header-title::after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 13px 10px;
  border-color: transparent transparent transparent #916c54;
  position: absolute;
  right: -10px;
  top: 0;
  letter-spacing: -.05em;
}

.company-plan-corona .company-plan-header-title {
  background-color: #3692cc;
}

.company-plan-corona .company-plan-header-title::after {
  border-color: transparent transparent transparent #3692cc;
}

.company-plan-body {
  display: table-cell;
  vertical-align: top;
}

.company-plan-list {
  padding-top: 1px;
}

.company-plan-list::after {
  clear: both;
  content: '';
  display: block;
}

.company-plan-list > li {
  float: left;
  display: table;
  border: 1px solid #e6ddc2;
  margin-bottom: 8px;
  margin-right: 10px;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.company-plan-list > li::before {
  content: '';
  display: table-cell;
  width: 26px;
  height: 20px;
  background-color: #f7f3e8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.company-plan-corona .company-plan-list > li {
  border: 1px solid #cee9ff;
}

.company-plan-corona .company-plan-list > li::before {
  background-color: #f2fcff;
}

.company-plan-name {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 5px 0;
  line-height: 1;
  font-size: 12px;
  color: #612c0a;
}

.company-plan-corona .company-plan-name {
  color: #004a79;
}

.company-plan-corona .company-plan-title {
  color: #0e5380;
  font-size: 12px;
  font-weight: bold;
}

.company-plan-corona .company-plan-text {
  font-size: 11px;
}

/*
連番が飛び飛びになっているのは、DB上のservice_optionsのkeyに対応させるため。
欠番のclassが出力させることはありません。
*/
.company-plan-icon2::before {
  background-image: url('/company/img/company-plan-icon2.png');
}
.company-plan-icon3::before {
  background-image: url('/company/img/company-plan-icon3.png');
}
.company-plan-icon4::before {
  background-image: url('/company/img/company-plan-icon4.png');
}
.company-plan-icon5::before {
  background-image: url('/company/img/company-plan-icon5.png');
}
.company-plan-icon8::before {
  background-image: url('/company/img/company-plan-icon8.png');
}
.company-plan-icon9::before {
  background-image: url('/company/img/company-plan-icon9.png');
}
.company-plan-icon10::before {
  background-image: url('/company/img/company-plan-icon10.png');
}
.company-plan-icon12::before {
  background-image: url('/company/img/company-plan-icon12.png');
}
.company-plan-icon13::before {
  background-image: url('/company/img/company-plan-icon13.png');
}
.company-plan-icon14::before {
  background-image: url('/company/img/company-plan-icon14.png');
}
.company-plan-corona-icon1::before {
  background-image: url(/company/img/company-plan-corona-icon1.png);
}
.company-plan-corona-icon2::before {
  background-image: url(/company/img/company-plan-corona-icon2.png);
}
.company-plan-corona-icon3::before {
  background-image: url(/company/img/company-plan-corona-icon3.png);
}
.company-plan-corona-icon4::before {
  background-image: url(/company/img/company-plan-corona-icon4.png);
}
.company-plan-corona-icon5::before {
  background-image: url(/company/img/company-plan-corona-icon5.png);
}

.estimate-btn {
  position: relative;
  width: 510px;
  height: 84px;
  margin: 0 auto;
  background-image: url(/company/coop-id/voice/img/form_estimate_btn.png);
  cursor: pointer;
}

.estimate-btn .estimate-btn-text {
  position: absolute;
  padding: 22px 0 23px 96px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  width: 93%;
  box-sizing: border-box;
  text-align: center;
}

/*----------------------------------------
  form-estimate
-----------------------------------------*/
.form-estimate {
  border: 2px solid #bbb;
  border-radius: 5px;
  margin-bottom: 40px;
  overflow: hidden;
}

.form-estimate-head {
  border-bottom: 2px solid #bbb;
  background-image: url(/img/bg-form-estimate.png);
  padding: 12px 52px 10px;
}

.form-estimate-area {
  background-color: #f13e31;
  font-size: 18px;
  display: inline-block;
  padding: 9px 20px 3px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1;
}

.form-estimate-area-accent {
  font-size: 23px;
}

.form-estimate-description {
  background-color: rgba(255, 255, 255, .7);
  line-height: 1;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  width: 645px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}

.form-estimate-description-accent {
  font-size: 16px;
}

.form-estimate-body {
  padding: 22px 3%;
}

.form-estimate-list {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin-bottom: 20px;
  margin-right: 6%;
  width: 29%;
}

.form-estimate-list::after {
  content: '';
  display: block;
  width: 2px;
  height: 22px;
  position: absolute;
  right: -11%;
  bottom: 16px;
  background-color: #cbcbcb;
  transform: rotate(45deg);
}

.form-estimate-list::before {
  content: '';
  display: block;
  width: 2px;
  height: 22px;
  position: absolute;
  right: -11%;
  bottom: 16px;
  background-color: #cbcbcb;
  transform: rotate(-45deg);
}

.form-estimate-list:last-of-type {
  margin-right: 0;
}

.form-estimate-list:last-of-type::before,
.form-estimate-list:last-of-type::after {
  display: none;
}

.form-estimate-label {
  font-weight: bold;
  color: #212121;
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
}

.form-estimate-label-accent {
  font-size: 16px;
}

.form-estimate-num {
  background-color: #212121;
  border-radius: 4px;
  color: #fff;
  padding: 3px 5px 1px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.form-estimate-input {
  padding: 5%;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}

.form-estimate-select {
  padding: 5%;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-estimate-select-wrap {
  position: relative;
}

.form-estimate-select-wrap::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #212121 transparent transparent transparent;
}

.form-estimate-radio {
  display: table;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
}

.form-estimate-radioInput {
  display: none;
}

.form-estimate-radioInput:checked+label {
  background-color: #fffed8;
}

.form-estimate-radioLabel {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

.form-estimate-radioLabel:last-of-type {
  border-left: 2px solid #d8d8d8;
}

/*-------------------
  question
--------------------*/
/*TODO: heading-questionとかでも良いかも*/
.heading-question {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  padding-left: 45px;
}

.heading-question::before {
  content: '';
  width: 36px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: center/contain url(/img/icon-question.png) no-repeat;
}

.heading-answer {
  position: relative;
}

.heading-answer::before {
  content: 'A.';
  color: #dd171f;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -4px;
  left: -24px;
}

.section-answer {
  padding: 16px 16px 16px 38px;
  background-color: #fffdee;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* TODO:front
  命名を修正するには include/const/HtmlFunc.incに記述されている
  getVoicePagerTagForAsyncのclassを修正する必要がある
*/

.txt_box01 {
  margin-bottom: 28px;
}

.txt_box01 p.txt_box01_l {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
}

.txt_box01 .txt_box01_c {
  float: left;
  width: 175px;
  position: relative;
}

.txt_box01 .txt_box01_c select {
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.txt_box01 .txt_box01_c select::-ms-expand{
  display: none;
}

.txt_box01 .txt_box01_c::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: #bbb transparent transparent transparent;
  transform: translateY(-50%);
  border-bottom: 0;
}

.txt_box01 .txt_box01_r {
  float: right;
  padding: 2px 0px;
  margin-top: 3px;
}

.txt_box01 .txt_box01_r span.size12_arrow01_l {
  padding-left: 16px;
  background: url(/voice/img/index_arrow01_l.png) no-repeat left center;
}

.txt_box01 .txt_box01_r span.size12_arrow01_r {
  padding-right: 16px;
  background: url(/voice/img/index_arrow01_r.png) no-repeat right center;
}

.txt_box01 .txt_box01_r span.voice_page_link {
  padding: 3px 6px;
  border: 1px solid #ccc;
  color: #00a2c4;
  text-decoration: underline;
  cursor: pointer;
}

.txt_box01 .txt_box01_r span.voice_page_link:hover {
  background-color: #f1fafd;
  border: 1px solid #00a2c4;
}

.txt_box01 .txt_box01_r span.voice_page_link.selected {
  padding: 3px 6px;
  background-color: #f1fafd;
  border: #006ac2 1px solid;
  text-decoration: none;
  cursor: default;
  color: #00a2c4;
  pointer-events: none;
}

.voiceContents-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10;
  transform: translate(-50%, -50%);
}

.voice-labelLow {
  background-color: #de171f;
  color: #fff;
  text-align: center;
  padding: 2px 10px 0;
  margin-left: 5px;
  border-radius: 2px;
}

.voice-labelLow-text {
  font-size: 14px;
  position: relative;
  margin-left: 17px;
}

.voice-labelLow-img {
  position: absolute;
  width: 13px;
  left: -17px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

.voice-labelLow-accent {
  font-size: 16px;
}

/*----------------------------------------
  recommendCoopsList
-----------------------------------------*/
.recommendCoopsList {
  border: 3px solid #e6e0da;
  border-radius: 4px;
  padding: 20px 18px 5px;
  display: flex;
  flex-wrap: wrap;
}

.recommendCoopsList li {
  width: 190px;
  margin: 0 12px 15px;
}

.recommendCoopsList li a {
  display: block;
  padding-left: 22px;
  position: relative;
}

.recommendCoopsList li a::before,
.recommendCoopsList li a::after {
  content: '';
  display: block;
  position: absolute;
}

.recommendCoopsList li a::before {
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d2d2d2;
}

.recommendCoopsList li a::after {
  top: 5px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* TODO：同じ記述がranking/css/index.cssにあり */
/* prefContainer */

.prefContainer {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.prefContainer-header {
  background-color: #f7f3e9;
  padding: 10px;
}

.prefContainer-title {
  font-size: 20px;
  font-weight: bold;
  color: #5f341c;
  position: relative;
  padding-left: 50px;
}

.prefContainer-title:before {
  content:url("/ranking/img/prefcontainer-icon.png");
  position:absolute;
  top: -3px;
  left: 2px;
}

/* 既存のcssを上書きするために importantを利用しています*/
.prefContainer-title-anchor {
  color: #5f341c !important;
}

.prefContainer-title-small  {
  font-size: 14px;
  font-weight: initial;
  color: #5f341c;
  padding-left: 16px;
}

.prefContainer-body {
  padding: 24px 20px 20px;
}

/* TODO: marginは整備するときに削除してl-bottom~とかで制御する */
.prefContainer-item-title {
  font-weight: bold;
  width: 100px;
  padding-left: 19px;
  margin-bottom: 10px;
  background: url(/img/cmn_bg_pic.png) no-repeat left -61px;
}

.prefContainer-anchor {
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
}

.prefContainer-list li {
  display: inline-block;
  padding: 0 10px 10px 0;
  position: relative;
}

.prefContainer-list li:after {
  content: "|";
  display: block;
  color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}

.prefContainer-list li:last-child:after {
  content: "";
}

.l-prefContainer-body {
  display: table;
}

.l-prefContainer-body > * {
  width: 440px;
  display: table-cell;
  vertical-align: top;
}

.l-prefContainer-body > *:first-child {
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.l-prefContainer-body > *:last-child {
  padding-left: 20px;
}

.l-prefContainer-item > * {
  padding-bottom: 20px;
}

.l-prefContainer-item > *:last-child {
  padding-bottom: 0;
}

.ranking-note {
  background-color: #f3f3f3;
  color: #717171;
  font-size: 12px;
}

.ranking-note-season {
  padding: 7px 0 5px;
  display: inline;
}

.ranking-note-evidence {
  padding: 35px;
}

.ranking-note-title {
  height: 36px;
  margin-bottom: 20px;
}

.ranking-note-table {
  color: #717171;
  font-size: 12px;
}

.ranking-note-table th {
  width: 115px;
  padding: 3px 0;
  position: relative;
}

.ranking-note-table th:after {
  content: ':';
  position: absolute;
  right: 10px;
  top: 1px;
}

.tab-panel {
  width: 100%;
}

.tab-panel li {
  display: inline-block;
  width: 24%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ededed;
  border-top: 6px solid #d9d9d9;
  color: #a6a6a6;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  cursor: pointer;
}

.tab-panel li:last-child {
  margin-right: 0;
}

.tab-panel li.is-active {
  color: #333;
  font-weight: bold;
  border: solid 1px #bbb;
  border-top: 6px solid #dc151f;
  border-bottom: 2px #fff solid;
  position: relative;
  margin-bottom: -1px;
  z-index: 1;
}

.l-align-right {
  text-align: right;
}

.l-vertical {
  display: table;
}

.l-vertical > * {
  display: table-cell;
  vertical-align: middle;
}

.ranking-company-wrap {
  width: 16%;
}

.l-ranking-item {
  margin-bottom: 10px;
  position: relative;
}

.ranking-item {
  border: 1px solid #ccc;
}

.ranking-item.is-active {
  height: auto !important;
}

.ranking-heading {
  color: #fff;
  font-weight: bold;
  padding: 10px 28px;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 8px;
}

.ranking-heading-left {
  background-color: #ed6349;
}

.ranking-heading-right {
  background-color: #0084b2;
}

.ranking-heading-single {
  background-color: #eb840c;
}

.ranking-header-inner {
  padding: 13px;
}

.ranking-header {
  border-bottom: 1px #ccc dotted;
  position: relative;
}

.ranking-header-single {
  background-color: #fffded;
}

.ranking-header-left {
  background-color: #fff7f5;
}

.ranking-header-right {
  background-color: #f4fcff;
}

.ranking-header-right .ranking-score {
  border-color: #0084b2;
}

.ranking-header-order {
  position: absolute;
  top: -1px;
  left: 16px;
}

.l-ranking-logo {
  margin-right: 10px;
}

.ranking-company-logo {
  border: 1px solid #ccc;
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  height: 62px;
}

.ranking-company-logo > img {
  vertical-align: top;
  margin-top: 5px;
}

.ranking-company-score {
  color: #a8a7a1;
  font-size: 13px;
  padding-left: 6px;
}

.ranking-company-score-accent {
  color: #dd2128;
  font-weight: bold;
  font-size: 14px;
}

.ranking-company-score-large {
  font-size: 16px;
}

.l-ranking-company {
  margin-left: 39px;
  width: calc(100% - 39px);
}

.l-ranking-companyCategory {
  margin-left: 39px;
}

.l-ranking-company-name {
  margin-right: 10px;
  line-height: 1.4;
}

.ranking-item-all .l-ranking-company-name {
  width: 190px;
}

.ranking-item-cheap .l-ranking-company-name {
  width: 296px;
}

.ranking-item-voice .l-ranking-company-name {
  width: 190px;
}

.ranking-item-popular .l-ranking-company-name {
  width: 200px;
}

.ranking-company-link {
  font-size: 17px;
  font-weight: bold;
}

.ranking-company-linkSmall {
  font-size: 14px;
  font-weight: bold;
}

.ranking-company-rate {
  height: 30px;
  width: 120px;
}

.ranking-score {
  background-color: #fff;
  border: solid 1px #ed6349;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  padding: 9px 0 4px;
}

.ranking-score.absolute {
  position: absolute;
  right: 24px;
  top: 20px;
}

.ranking-item-all .ranking-score {
  width: 87px;
}

.ranking-item-cheap .ranking-score {
  width: 115px;
}

.ranking-item-voice .ranking-score {
  width: 87px;
}

.ranking-item-popular .ranking-score {
  width: 73px;
}

.ranking-score-title {
  font-size: 12px;
  margin-bottom: 3px;
  margin-top: -3px;
}

.ranking-score-content {
  color: #dc161f;
  font-weight: bold;
  line-height: 1;
}

.ranking-item-all .ranking-score-num {
  font-size: 26px;
}

.ranking-item-cheap .ranking-score-num {
  font-size: 20px;
}

.ranking-item-voice .ranking-score-num {
  font-size: 26px;
}

.ranking-item-popular .ranking-score-num {
  font-size: 26px;
}

.ranking-score-unit {
  font-size: 13px;
  margin-left: -3px;
}

.l-ranking-caption {
  margin-bottom: 12px;
}

.ranking-caption {
  background-color: #f7f3e8;
  color: #754426;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 27px 0;
  display: inline-block;
  text-align: center;
}

.ranking-section {
  padding: 16px 24px;
  border-bottom: 1px #ccc dotted;
}

.ranking-label {
  background-color: #8b8b8b;
  padding: 2px 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
}

.ranking-label-prize {
  background-color: #de171f;
}

.ranking-num {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  overflow: visible;
}
.ranking-item-all .ranking-num {
  width: 89px;
}

.ranking-item-cheap .ranking-num {
  width: 133px;
  font-size: 20px;
  text-align: left;
}

.ranking-item-popular .ranking-num {
  width: 105px;
  font-size: 20px;
  text-align: left;
}

.l-ranking-label {
  margin-right: 10px;
}

.ranking-num-first,
.ranking-num-second,
.ranking-num-third {
  color: #de171f;
}

.ranking-num-first:before,
.ranking-num-second:before,
.ranking-num-third:before {
  content: '';
  position: absolute;
  left: 5px;
  top: -2px;
  background-repeat: no-repeat;
  height: 116%;
  width: 20px;
}

.ranking-num-first:before {
  background-image: url(/img/rank_bg_1_left.png);
}

.ranking-num-second:before {
  background-image: url(/img/rank_bg_2_left.png);
}

.ranking-num-third:before {
  background-image: url(/img/rank_bg_3_left.png);
}

.ranking-num-first:after,
.ranking-num-second:after,
.ranking-num-third:after {
  content: '';
  position: absolute;
  right: 2px;
  top: -2px;
  background-repeat: no-repeat;
  height: 116%;
  width: 20px;
}

.ranking-num-first:after {
  background-image: url(/img/rank_bg_1_right.png);
}

.ranking-num-second:after {
  background-image: url(/img/rank_bg_2_right.png);
}

.ranking-num-third:after {
  background-image: url(/img/rank_bg_3_right.png);
}

.ranking-num-unit {
  font-size: 13px;
}

.ranking-comment {
  padding: 17px 24px 70px;
  font-size: 12px;
}

.ranking-comment-more {
  cursor: pointer;
  font-size: 13px;
  margin: 10px auto 0;
  color: #717171;
  text-decoration: none;
  font-weight: normal;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 7px 5px 5px;
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  width: calc(100% - 48px);
  box-sizing: border-box;
}

.ranking-comment-more:before {
  content: '';
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  border-left: 1px solid #717171;
  border-top: 1px solid #717171;
  transform: translateX(-50px) rotate(-135deg);
  left: 50%;
  top: 9px;
}

.ranking-comment-more.is-open:before {
  transform: translateX(-50px) rotate(45deg);
  top: 13px;
}

/*----------------------------------------
  ranking-review
-----------------------------------------*/
.ranking-review li {
  margin-bottom: 10px;
}

.ranking-review li > * {
  display: inline-block;
  vertical-align: middle;
}

.ranking-review li:last-child {
  margin-bottom: 0;
}

.ranking-review-bar {
  height: 18px;
  width: 186px;
  margin-right: 10px;
  background-color: #d7d7d7;
  position: relative;
}

.ranking-review-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f2ab00;
}

.ranking-review-label {
  padding: 0 10px 0 22px;
  background-size: 16px auto;
  color: #5d5d5d;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-image: url(/company/coop-id/img/satisfaction_medium.svg);
}

.ranking-review-good {
  background-image: url(/company/coop-id/img/satisfaction_good.svg);
}

.ranking-review-bad {
  background-image: url(/company/coop-id/img/satisfaction_bad.svg);
}

.ranking-review-percent {
  font-size: 16px;
  font-weight: bold;
  text-indent: -3px;
}

.ranking-review-unit {
  font-size: 13px;
}

.ranking-review-count {
  font-size: 13px;
}
