@charset "UTF-8";

/*----------------------------------------
  default.cssの移行
-----------------------------------------*/
/*----------------------------------------
  default setting
-----------------------------------------*/

html {
  background-color: transparent;
  background-image: none;
  overflow-y: scroll;
}

em {
  font-weight: bold;
}

a img {
  border: 0;
}

h1 {
  font-weight: bold;
}

/*----------------------------------------
  color setting
-----------------------------------------*/

body {
  color: #333;
}

.white01 {
  color: #ffffff;
}

.gray01 {
  color: #999999;
}

.gray02 {
  color: #666666;
}

a.orange_link01 {
  color: #fa720c;
}

a.white_link01 {
  color: #ffffff;
}
/*----------------------------------------
  link setting
-----------------------------------------*/

a:link,
a:visited {
  color: #245fbb;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #245fbb;
  text-decoration: none;
}

/*----------------------------------------
  common setting
-----------------------------------------*/

a.alphaover:hover img {
  zoom: 1;
  opacity: 0.7;
  filter: alpha(opacity=70); /* IE6/7 */
}

.b {
  font-weight: bold;
}

.arrow_next_gy_size12 {
  padding-right: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat right -1281px;
}

.arrow_gy_size12 {
  padding-left: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat left -61px;
  display: inline-block;
}

/*----------------------------------------
  layout setting
-----------------------------------------*/
.full {
  width: 100%;
}

.l-half > * {
  width: 48%;
  float: left;
  margin-left: 4%;
}

.l-half > *:first-child {
  margin: 0;
}

.l-left {
  float: left;
}

.l-flex {
  display: flex;
  -webkit-display: flex;
}

.l-flex.l-flex-center {
  align-items: center;
}

.l-contentMain {
  width: 71%;
}

.l-contentSideNavi {
  width: 25%;
  margin-left: 4%;
}

.l-bottom-xsmall {
  margin-bottom: 4px;
}

.l-bottom-small {
  margin-bottom: 8px;
}

.l-bottom-medium {
  margin-bottom: 16px !important;
}

.l-bottom-large {
  margin-bottom: 24px !important;
}

.l-bottom-xlarge {
  margin-bottom: 32px !important;
}

.l-bottom-xxlarge {
  margin-bottom: 40px !important;
}

.l-right-xsmall {
  margin-right: 4px !important;
}

.l-right-small {
  margin-right: 8px !important;
}

.l-right-medium {
  margin-right: 16px !important;
}

.l-right-large {
  margin-right: 24px !important;
}

.l-right-xlarge {
  margin-right: 32px !important;
}

.l-right-xxlarge {
  margin-right: 40px !important;
}

/*----------------------------------------
  clearfix
-----------------------------------------*/

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/*----------------------------------------
  wrapper
-----------------------------------------*/

#wrapper {
  width: 100%;
  min-width: 1000px;
}

/*----------------------------------------
  header
  /docroot/css_jp/default.cssの内容を複製しています。
  変更した際はdefault.cssの方にも反映をお願いします。
-----------------------------------------*/

#header {
  width: 100%;
  background: #dd171f;
}

.header_inner {
  box-sizing: border-box;
  position: relative;
  width: 958px;
  min-height: 58px;
  margin: 0 auto;
  padding: 4px 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_left_inner,
.header_right_inner {
  display: flex;
  align-items: flex-end;
  align-items: center;
}

/*----------------------------------------
  header_left_inner
  /docroot/css_jp/default.cssの内容を複製しています。
  変更した際はdefault.cssの方にも反映をお願いします。
-----------------------------------------*/

.header_logo_container {
  display: inline-flex;
  align-items: flex-end;
  margin-right: 24px;
}

#head_logo01 {
  margin-right: 12px;
  line-height: 1;
}

.corporate_name {
  line-height: 1;
}

h1#head_headline,
p#head_headline {
  font-weight: normal;
}

/*----------------------------------------
  header_right_inner
  /docroot/css_jp/default.cssの内容を複製しています。
  変更した際はdefault.cssの方にも反映をお願いします。
-----------------------------------------*/

ul#snav_box01 {
  width: 160px;
  text-align: right;
}

ul#snav_box01 li {
  display: inline-block;
  padding: 0;
  font-size: 11px;
}

ul#snav_box01 li a {
  color: #fff;
}

.header-galleryBtn {
  padding: 8px 4px 0;
}

.header-no1Btn {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.header-mypageButton {
  margin-left: 12px;
  box-sizing: border-box;
  min-width: 115px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}

.header-mypageButton:hover {
  opacity: 0.8;
}

a.header-mypageButton {
  text-decoration: none;
}

.header-mypageButton-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 22px;
}

.header-mypageButton-text {
  margin-left: 4px;
  font-weight: bold;
  color: #dd171f;
  font-size: 15px;
  line-height: 1.2;
}

/*----------------------------------------
  content_r > side_news
-----------------------------------------*/

#side_news dl dd {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}

#side_news dl dd.noline {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*----------------------------------------
  content_r > side_sm
-----------------------------------------*/

#side_sm {
  position: relative;
  padding-top: 14px;
  background: url(/img/cmn_side_bg01_top.png) no-repeat 2px top;
}

#side_sm #side_sm_tit01 {
  padding: 0 0 30px 3px;
}

#side_sm ul li {
  margin: 0 0 5px 3px;
  font-weight: bold;
}

#side_sm ul li.side_sm_box01_last {
  margin-bottom: 0;
}

#side_sm ul li a img {
  float: left;
  margin-right: 10px;
}

#side_sm ul li a {
  display: block;
  cursor: pointer;
}

#side_sm ul li a span {
  display: block;
  float: left;
  width: 150px;
  margin-top: 4px;
  text-decoration: underline;
}

#side_sm ul li a:hover span {
  text-decoration: none;
}

#side_sm p#side_sm_pic01 {
  position: absolute;
  z-index: 1;
  bottom: 1px;
  _bottom: 0;
  right: -20px;
}

/*----------------------------------------
  infomation
-----------------------------------------*/

.l-infomation-inner {
  width: 960px;
  margin: 0 auto;
  display: table;
}

.l-infomation-inner > * {
  width: 274px;
  padding-right: 20px;
  box-sizing: border-box;
}

.l-infomation-company {
  padding-right: 0;
}

.infomation {
  border-top: 5px solid #f6f6f6;
  padding: 26px 0 34px;
}

.infomation-text {
  padding-left: 15px;
  font-size: 11px;
}

.infomation-company {
  padding-left: 16px;
  border-left: 1px solid #aaa;
}

.infomation-company-text {
  font-size: 11px;
  padding-left: 14px;
  line-height: 1.6;
}

/*----------------------------------------
  footer
-----------------------------------------*/

#footer {
  width: 100%;
  padding-bottom: 0;
  background: #dd171f;
  text-align: center;
}

#footer ul {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 0;
  text-align: left;
}

#footer ul li {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding-right: 10px;
  border-right: #ffffff solid 1px;
  line-height: 1;
}

#footer ul li#footer_link_last {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
}

#footer ul li a {
  color: #fff;
}

#footer p a {
  color: #fff;
}
#footer .footer_linkmenu01 {
  width: 954px;
  margin: 0 auto;
}

#footer .footer_block01 {
  float: left;
  width: 238px;
}

#footer .footer_block01:first-child {
  margin-left: 0;
}

#footer .footer_block01 li {
  display: block;
  border: none;
  line-height: 1.6;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 12px;
}

#footer .footer_block01 li ul {
  margin: 5px 0 0 10px;
  padding: 0;
  width: auto;
}

#footer .footer_block01 li ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 13px;
  color: #fff;
  font-size: 11px;
}

#footer .footer_block01 li ul li:before {
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid #dd171f;
  border-left: 4px solid #fff;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: 4px auto auto;
  vertical-align: middle;
}

#footer .footer_sublink01 {
  background: #333;
}

#footer .footer_copylight {
  padding: 20px 0;
}

/*----------------------------------------
  social
-----------------------------------------*/

.social_box01 {
  margin: 15px 0 10px;
}

.social_box01 .twitter_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .facebook_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .hatena_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .mixi_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .google_box01 {
  float: left;
  width: 80px;
}
.social_box01 .pocket_box01 {
  float: left;
}

.stickyFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #dbdbdb;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  padding-bottom: 10px;
  display: none;
}

.stickyFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #dbdbdb;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  padding-bottom: 10px;
  display: none;
}

.stickyFooter-close {
  position: absolute;
  padding: 3px 5px;
  background-color: #eee;
  top: -29px;
  right: 188px;
  color: #666;
  border: 1px solid #4c4c4c;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}

.stickyFooter-close-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.stickyFooter-close-icon {
  vertical-align: middle;
  margin-left: 3px;
}

.stickyFooter-inner {
  width: 960px;
  padding: 7px 0 9px;
  margin: 0 auto;
  position: relative;
}

.stickyFooter-text {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
}

.stickyFooter-text:before {
  left: 165px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stickyFooter-text:after,
.stickyFooter-text:before {
  position: absolute;
  content: '';
  height: 20px;
  top: 18px;
  bottom: 2px;
  border: 1px solid #fff;
}

.stickyFooter-text:after {
  right: 170px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stickyFooter-btn > * {
  width: 49%;
  float: left;
  margin-left: 2%;
}

.stickyFooter-btn > :first-child {
  margin: 0;
}

/*----------------------------------------
  main
-----------------------------------------*/

#main {
  width: 100%;
  background: #fff;
  background-image: url(/img/index-main-bg.png);
  background-repeat: repeat-x;
}

/*----------------------------------------
  contents
-----------------------------------------*/

#contents {
  width: 960px;
  position: relative;
  margin: 40px auto;
  padding-bottom: 0;
}

/*----------------------------------------
  content_l
-----------------------------------------*/

#content_l {
  width: 960px;
}

/*----------------------------------------
  content_l > box > mb
-----------------------------------------*/

.mb20 {
  margin-bottom: 20px;
}

/*-----------------------
  tips
----------------------- */

.tips {
  margin: 0 0 30px;
  padding: 15px 20px 20px;
  border: 1px dashed #ccc;
}

.tips-theme {
  padding: 1px 0 1px 8px;
  font-weight: 700;
  border-left: 5px solid #999;
}

.tips-list {
  list-style-type: unset;
}

/*----------------------------------------
  content_l > other_box01
-----------------------------------------*/

#other_box01 {
  margin-bottom: 60px;
  padding: 40px 0 0;
  border-top: 1px dashed #ccc;
}

#side_news {
  float: left;
  width: 698px;
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#side_news .side_box01_txt_tit01 {
  background: #f3f3f3;
}

#side_news p {
  padding: 10px 15px;
}

#side_news dl {
  padding: 10px 15px 0;
}

#side_twitter {
  float: left;
  width: 238px;
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

#side_sm {
  position: relative;
  float: right;
  width: 238px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: none;
}

#side_sm #side_sm_tit01 {
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}

#side_sm ul {
  margin: 20px;
}

#side_sm p#side_sm_pic01 {
  position: absolute;
  bottom: 0;
  right: -30px;
}

#side_cp {
  float: right;
  width: 238px;
}

/*----------------------------------------
  side_interview_box01
-----------------------------------------*/

#side_interview_box01 h3 {
  padding-top: 14px;
}

/*--------------------------------------------------
  content > social
--------------------------------------------------*/

.social_box01 {
  position: absolute;
  top: 8px;
  right: 0;
  margin: 0;
}

/*--------------------------------------------------
  ranking用star
--------------------------------------------------*/

.star_0_0 {
  background: url(/img/cmn_star_bg01.png) 0 0 no-repeat;
}

.star_0_1 {
  background: url(/img/cmn_star_bg01.png) 0 -43px no-repeat;
}

.star_0_2 {
  background: url(/img/cmn_star_bg01.png) 0 -86px no-repeat;
}

.star_1_0 {
  background: url(/img/cmn_star_bg01.png) 0 -129px no-repeat;
}

.star_1_1 {
  background: url(/img/cmn_star_bg01.png) 0 -172px no-repeat;
}

.star_1_2 {
  background: url(/img/cmn_star_bg01.png) 0 -215px no-repeat;
}

.star_2_0 {
  background: url(/img/cmn_star_bg01.png) 0 -258px no-repeat;
}

.star_2_1 {
  background: url(/img/cmn_star_bg01.png) 0 -301px no-repeat;
}

.star_2_2 {
  background: url(/img/cmn_star_bg01.png) 0 -344px no-repeat;
}

.star_3_0 {
  background: url(/img/cmn_star_bg01.png) 0 -387px no-repeat;
}

.star_3_1 {
  background: url(/img/cmn_star_bg01.png) 0 -430px no-repeat;
}

.star_3_2 {
  background: url(/img/cmn_star_bg01.png) 0 -473px no-repeat;
}

.star_4_0 {
  background: url(/img/cmn_star_bg01.png) 0 -516px no-repeat;
}

.star_4_1 {
  background: url(/img/cmn_star_bg01.png) 0 -559px no-repeat;
}

.star_4_2 {
  background: url(/img/cmn_star_bg01.png) 0 -602px no-repeat;
}

.star_5_0 {
  background: url(/img/cmn_star_bg01.png) 0 -645px no-repeat;
}

/*----------------------------------------
  footer > footer_ateamlink01
-----------------------------------------*/

.footer-service-list {
  padding: 5px 0 !important;
  font-size: 11px;
  width: auto;
}

.footer_ateamlink01 {
  background-color: #444;
  text-align: left;
  width: 940px;
  margin: 20px auto 0;
  padding: 10px 10px 0;
  border-radius: 4px;
  color: #fff;
}

.footer_ateamlink01 p {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}

/*----------------------------------------
  layout
-----------------------------------------*/

.layout-center {
  margin: 0 auto;
  text-align: center;
}

.layout-middle {
  vertical-align: middle;
}

.layout-bottom-small {
  margin-bottom: 10px !important;
}

.layout-bottom-middle {
  margin-bottom: 15px !important;
}

.layout-bottom-large {
  margin-bottom: 20px !important;
}

.layout-bottom-xlarge {
  margin-bottom: 25px !important;
}

.layout-bottom-xxlarge {
  margin-bottom: 30px !important;
}

.layout-bottom-xxxlarge {
  margin-bottom: 40px !important;
}

.layout-left-small {
  margin-left: 5px !important;
}

.layout-left-middle {
  margin-left: 15px !important;
}

.layout-content {
  width: 960px;
  overflow: hidden;
}

.layout-trisect > * {
  width: 310px;
  margin-right: 15px;
  float: left;
  box-sizing: border-box;
}

.layout-trisect > *:nth-child(3n) {
  margin: 0;
}

.layout-left {
  float: left;
}

.layout-right {
  float: right;
}

.l-vertical {
  display: table;
}

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

.layout-half > * {
  width: 48%;
  float: left;
  box-sizing: border-box;
}

.layout-half > *:nth-child(odd) {
  margin-right: 4%;
}

.layout-media > *:first-child {
  width: 30%;
  float: left;
  box-sizing: border-box;
}

.layout-media > *:last-child {
  width: 62%;
  float: left;
  box-sizing: border-box;
  margin-left: 8%;
}

/*----------------------------------------
  module text
-----------------------------------------*/
.text-small {
  font-size: 12px;
}

.text-strong {
  font-weight: bold;
}

.text-bold {
  font-weight: bold;
}

.text-point {
  color: #ff803a;
  font-size: 16px;
  font-weight: bold;
}

.text-negative {
  color: #dd171f;
}

.text-price {
  color: #dd171f;
}

.text-positive {
  color: #2196f3;
}

.text-attention {
  color: #3ebb67;
}

.text-underline {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #ffcc33 0%);
  margin-bottom: 20px;
}

.text-note {
  color: #757575;
}

/*----------------------------------------
  layout/module card
-----------------------------------------*/

.l-card-item-cheap-estimate {
  height: 220px;
}

.l-card-body-howto-estimate {
  height: 114px;
}

.l-card-item-anchor {
  text-align: right;
  margin-right: 10px;
}

.card-item {
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  text-decoration: none !important;
  border-radius: 4px;
}

.card-large-media {
  width: 100%;
}

.card-heading {
  color: #602907;
  background-color: #f8f3e8;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}

.card-body {
  padding: 16px 12px;
  box-sizing: border-box;
  min-height: 155px;
}

.card-body-title {
  font-size: 18px;
  font-weight: bold;
  color: #602a08;
}

.card-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 15px 0 15px;
}

.card-text {
  font-size: 12px;
  margin: 5px 15px 0 15px;
  padding: 10px 0 15px;
  color: #333;
  margin-bottom: 0;
  border-top: 1px dashed #ddd;
}

.l-voice-text-2626co-height {
  height: 345px;
}

.l-voice-text-sakai-height,
.l-voice-text-yamato-height {
  height: 322px;
}

.l-voice-text-hikkoshi8100-height {
  height: 414px;
}

.l-voice-text-nittsu-height {
  height: 368px;
}

.l-voice-text-hte0123-height {
  height: 460px;
}

.l-voice-text-0003co-height {
  height: 345px;
}

/*----------------------------------------
 layout/module table
-----------------------------------------*/

.l-table {
  width: 100%;
  table-layout: fixed !important;
}

.l-table-cell-head {
  width: 140px;
}

.table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table thead th {
  padding: 16px 10px;
  text-align: center;
  color: #333;
  background-color: #e6e5e5;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: bold;
  word-break: break-all;
}

.table tbody th {
  padding: 4px;
  color: #333;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  word-break: break-all;
}

.table td {
  padding: 10px 4px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  word-break: break-all;
}

.table-cell-necessary {
  background-color: #ffecec;
}

.table-cell-unnecessary {
  background-color: #fffcdf;
}

/*----------------------------------------
  layout/module service
-----------------------------------------*/

.l-service-table-head {
  width: 250px;
}

/*----------------------------------------
  abroad
-----------------------------------------*/
.abroad {
  margin: 3px 0 0 4px;
  display: inline-block;
}

/*----------------------------------------
  panel
-----------------------------------------*/
.panel {
  border: 2px solid #ddd;
  border-radius: 4px;
}

.panel-body {
  padding: 15px;
}

.panel-inner-line {
  border-bottom: 1px dashed #ddd;
}

.panel-body-division {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.panel-body-division > * {
  border-right: 1px dotted #ccc;
  padding-right: 20px;
}

.panel-body-division > *:last-child {
  border-right: 0;
  padding-right: 0;
}

.panel-anchor-list li {
  margin-bottom: 10px;
}

.panel-anchor-list li:last-child {
  margin-bottom: 0;
}

/*----------------------------------------
  module ranking
-----------------------------------------*/
.ranking-list {
  height: auto;
}

.ranking-list-item {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}

.ranking-list-title {
  width: 120px;
}

.ranking-list-title:before {
  content: '・ ';
}

.ranking-list-text:before {
  content: '…　';
}

.ranking-list-prefecture {
  display: inline-block;
  vertical-align: middle;
}

.ranking-list-prefecture li {
  float: left;
}

.ranking-list-prefecture :not(:last-child)::after {
  content: '｜';
  margin: 0 0 0 2px;
}

/*----------------------------------------
  utility
-----------------------------------------*/
.l-relative {
  position: relative;
}

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

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.is-hide {
  display: none !important;
}

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

.main-heading {
  background-color: #f7f7f7;
  border-bottom: 2px solid #d3d6d4;
}

.main-heading-title {
  font-size: 16px;
  line-height: 1;
}

.l-main-heading-contents {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.main-heading-contents {
  padding: 10px 0;
}

/*----------------------------------------
  main-header
-----------------------------------------*/

.main-header-container {
  width: 960px;
  margin: 0 auto -10px;
  text-align: center;
  padding: 25px 0;
}

.main-header-lead {
  position: relative;
  display: inline-block;
  padding: 2px 2px 2px 8px;
  background-color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.14em;
}

.main-header-lead::before {
  position: absolute;
  top: -8px;
  left: -50px;
  content: url(/img/icon-samurai-head.png);
}

.main-header-lead::after {
  position: absolute;
  top: -3px;
  right: -42px;
  content: url(/img/icon-shiba-head.png);
}

.main-body {
  width: 960px;
  margin: 0 auto 15px;
}

/*----------------------------------------
  mainVisual #33009 ABテスト用
-----------------------------------------*/

.mainVisual {
  width: 960px;
  margin: 0 auto;
  padding: 12px 0 4px;
}

.mainVisual-inner {
  position: relative;
}

.mainVisual-body {
  display: flex;
  position: absolute;
  top: 20px;
  padding: 12px 16px 8px;
  background: rgba(255, 255, 255, 0.3);
}

.mainVisual-companyList {
  max-width: 480px;
}

/*----------------------------------------
  mainForm
-----------------------------------------*/
.mainForm-container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 18px 20px;
  box-sizing: border-box;
}

.mainForm {
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}

.mainForm-estimate {
  border-color: #088107;
}

.mainForm-reserve {
  border-color: #fa7b1c;
}

.mainForm-header {
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 9px 0;
  font-weight: bold;
  text-align: center;
}

.mainForm-header-estimate {
  background-color: #e5f4c8;
  color: #00a81e;
}

.mainForm-header-reserve {
  background-color: #f6f1c2;
  color: #f88000;
}

.mainForm-list {
  width: 92%;
  background-color: #fff;
  padding: 20px 0 0;
  margin: 0 auto 25px;
  display: table;
}

.l-mainForm-list .mainForm-list-item {
  width: 33.33%;
  display: table-cell;
}

.mainForm-list-item {
  padding: 0 15px;
  vertical-align: middle;
}

.mainForm-list-item:last-child {
  padding-bottom: 0;
}

.mainForm-list-item dt {
  padding: 2px 0;
}

.mainForm-list-item .mainForm-reserve-day {
  width: 80px;
}

.mainForm-list-item dd .mainForm-select,
.mainForm-list-item dd .mainForm-input {
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 12px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

.mainForm-list-item dd .selectYmd {
  cursor: pointer;
  background: url(/img/i_cmn_cal_bg.svg) no-repeat 94% 50%;
}

.mainForm-select-arrow {
  position: relative;
}

.mainForm-select-arrow::before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  border: 6px solid transparent;
  border-top: 8px solid #000;
  border-bottom: 0;
  transform: translateY(-50%);
}

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

.l-mainForm-radio > div {
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
}

.mainForm-radio > div {
  text-align: center;
  font-size: 16px;
}

.mainForm-radio-input {
  display: none;
}

.mainForm-radio-label {
  padding: 7.7px 0;
  display: block;
  box-sizing: border-box;
}

.mainForm-radio div:first-child .mainForm-radio-label {
  border-radius: 5px 0 0 5px;
  border-right: 2px solid #d8d8d8;
}

.mainForm-radio div:last-child .mainForm-radio-label {
  border-radius: 0 5px 5px 0;
  border-left: 2px solid #d8d8d8;
}

.mainForm-radio-input:checked + .mainForm-radio-label {
  background-color: #fffed8;
}

.mainForm-calendar {
  margin: 2px 4px 0 0;
}

.mainForm-annotation {
  font-size: 11px;
  text-align: right;
}

.mainForm-footer {
  padding: 15px;
}

.mainForm-footer-descpition {
  position: relative;
  margin-left: 15px;
}

.mainForm-footer-descpition::before {
  border-top: 1px solid;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
}

.mainForm-footer-descpition-estimate::before {
  border-color: #00a022;
}

.mainForm-footer-descpition-reserve::before {
  border-color: #f27200;
}

.mainForm-footer-descpition-title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.mainForm-text-estimate {
  color: #00a022;
}

.mainForm-text-reserve {
  color: #f27200;
}

.mainForm-demerit {
  padding: 15px 20px 10px;
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
}

.mainForm-demerit-voice {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 6px 14px;
}

.mainForm-demerit-voice li {
  padding: 6px 0;
  border-bottom: 1px dotted #b8b8b8;
  font-size: 11px;
}

.mainForm-demerit-voice li:first-child {
  padding-top: 0;
}

.mainForm-demerit-voice li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mainForm-demerit-voice-thumbnail {
  margin-right: 10px;
}

.l-mainForm-demerit {
  margin-bottom: 5px;
}

.l-mainForm-demerit > *:first-child {
  width: 38%;
  margin-right: 2%;
}

.l-mainForm-demerit > *:last-child {
  width: 60%;
}

.mainForm-demerit-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #019f1e;
  position: relative;
  padding-left: 64px;
}

.mainForm-demerit-title::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 52px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: center/contain no-repeat url(/img/icon-tel-demerit.png);
}

.mainForm #js_calendar .top {
  background: none;
}

.mainForm #js_calendar .inner {
  width: 365px;
}

.mainForm #js_calendar table td a,
.mainForm #js_calendar table td span {
  padding: 8px 0;
  font-size: 14px;
  display: block;
}

/*----------------------------------------
  セール用
-----------------------------------------*/
.mainForm-sale-icon {
  position: relative;
}

.mainForm-sale-icon:before {
  content: url(/img/icon-sale.png);
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------
 ぞくぞく
--------------------------------------------*/
.reporter {
  width: 960px;
  margin: 10px auto 40px;
}

.reporter-inner {
  padding: 12px 16px;
  border: 10px solid #eee;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.reporter-list {
  width: 790px;
  height: 107px;
  overflow: hidden;
}

.reporter-title {
  margin-bottom: 12px;
}

.reporter-item {
  padding: 0px;
  list-style: none;
  padding-top: 10px;
  height: 25px;
  color: #555;
  font-size: 93%;
  border-bottom: 1px solid #ccc;
}

.reporter-item span {
  display: inline-block;
  text-align: center;
}

.reporter-list-item {
  padding: 0px;
  list-style: none;
  padding-top: 10px;
  height: 25px;
  color: #555;
  font-size: 93%;
  border-bottom: 1px solid #ccc;
}

.reporter-list-item span {
  display: inline-block;
  text-align: center;
}

.reporter-date {
  width: 200px;
}
.reporter-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.reporter-address {
  width: 320px;
}

.reporter-type {
  width: 165px;
}

.reporter-price {
  width: 90px;
}

/*----------------------------------------
  topControl
-----------------------------------------*/
#topcontrol {
  z-index: 50;
}

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

.heading {
  background-color: #602a08;
  border-radius: 4px;
  padding: 10px 23px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.heading-title {
  border: 1px solid #ddd;
  border-top: 3px solid #dd171f;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 4px;
  font-size: 28px;
}

.heading-subtitle {
  background-color: #f8f3e8;
  border-radius: 4px;
  border-left: 10px solid #602a08;
  font-size: 20px;
  color: #602a08;
  padding: 5px 20px 5px 15px;
  font-weight: bold;
}

/*----------------------------------------
  layout/module ranking
-----------------------------------------*/

.l-ranking-table-company > *:last-child {
  padding-left: 10px;
}

.l-ranking-table-cell > *:first-child {
  width: 40px;
}

.l-ranking-table-cell > *:last-child {
  width: 100px;
}

.l-marketPrice-table-cell > *:first-child {
  width: 20%;
}

.ranking-title {
  background-color: #f8f3e8;
  border-radius: 4px;
  border-left: 10px solid #602a08;
  font-size: 20px;
  color: #602a08;
  padding: 5px 20px 5px 15px;
  font-weight: bold;
  margin: 0 0 25px;
}

.ranking-body {
  border: 2px solid #ddd;
  border-radius: 6px;
}

.ranking-body-item {
  display: block;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-decoration: none !important;
}

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

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

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

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

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

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

.ranking-table thead {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
}

.ranking-table thead th {
  text-align: center;
  padding: 15px;
  font-weight: bold;
  box-sizing: border-box;
}

.ranking-table tbody th,
.ranking-table tbody td {
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

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

.ranking-table-cell-review {
  text-align: center;
  background-color: #fffcdf;
  color: #dc161f;
  font-weight: bold;
}

/*----------------------------------------
  layout/module btn
-----------------------------------------*/

.btn-entry {
  cursor: pointer;
}

.btn-entry:hover {
  opacity: 0.8;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 1.3;
  border-radius: 6px;
  border: solid 1px #2a4776;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none !important;
  padding: 18px 65px 17px 30px;
  font-weight: bold;
  color: #365b90 !important;
  background: -webkit- linear-gradient(180deg, #fff 49%, #f1f1f1 51%, #e6e6e6);
  background: -ms-linear-gradient(180deg, #fff 49%, #f1f1f1 51%, #e6e6e6);
  background: -moz-linear-gradient(180deg, #fff 49%, #f1f1f1 51%, #e6e6e6);
  background: linear-gradient(180deg, #fff 49%, #f1f1f1 51%, #e6e6e6);
  box-shadow: 1px 5px 6px -4px rgba(0, 0, 0, 0.6);
}

.btn::before {
  position: absolute;
  display: inline-block;
  content: '';
  margin: auto;
  width: 10px;
  height: 10px;
  top: 34px;
  right: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

.btn:after {
  position: absolute;
  display: inline-block;
  content: '';
  margin: auto;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: -webkit-linear-gradient(180deg, #3a72c4 49%, #29589b 51%, #2a4676);
  background: -ms-linear-gradient(180deg, #3a72c4 49%, #29589b 51%, #2a4676);
  background: -moz-linear-gradient(180deg, #3a72c4 49%, #29589b 51%, #2a4676);
  background: linear-gradient(180deg, #3a72c4 49%, #29589b 51%, #2a4676);
  z-index: 2;
}

.btn-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  line-height: 1.2;
}

.btn-text-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.btn-simulate {
  font-size: 22px;
  width: 85%;
  position: relative;
}

.btn-simulate-top {
  position: absolute;
  display: block;
  top: 10px;
  left: 20px;
}

.btn-simulate-bottom {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 20px;
}

.btn-form-text {
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 75px;
  margin-top: -31px;
  line-height: 1.2;
}

.btn-form-description {
  font-size: 16px;
  font-weight: normal;
}

.btn-reservation {
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  width: 516px;
  height: 96px;
  background: url(/img/btn-form-reservation.png) no-repeat;
  cursor: pointer;
  margin: 0 auto;
}

.btn-estimate {
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  width: 516px;
  height: 96px;
  background: url(/img/btn-form-estimate.png) no-repeat;
  cursor: pointer;
  margin: 0 auto;
}

.btn-article-reservation {
  font-size: 22px;
  margin: 0 auto;
  position: relative;
  width: 402px;
  height: 74px;
  background: url(/img/btn-articleForm-reservation.png) no-repeat;
  cursor: pointer;
  margin: 0 auto;
}

.btn-article-estimate {
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  width: 402px;
  height: 74px;
  background: url(/img/btn-articleForm-estimate.png) no-repeat;
  cursor: pointer;
  margin: 0 auto;
}

/*----------------------------------------
  module maxCompanies
-----------------------------------------*/

.maxCompanies {
  border: 1px solid #ccc;
}

.maxCompanies-title {
  width: 40%;
  background-color: #e6e5e5;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}

.maxCompanies-text {
  width: 60%;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.maxCompanies-text-number {
  font-size: 22px;
  margin-right: 7px;
}

/*----------------------------------------
  module simulator
-----------------------------------------*/
/* TODO/フロント simulatorとsimulator_box01_01が定義されているので構成を統一する */
.simulator {
  padding: 12px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-top: 0;
}

.simulator-inner {
  width: 700px;
  margin: 0 auto;
}

.simulator-item {
  border: 1px solid #d2d2d2;
  background-color: #fff;
  margin: auto 0;
  width: 700px;
}

.simulator-item li {
  background: url(/img/cmn_simulator_flow_bg.png) left center no-repeat;
  float: left;
  width: 196px;
  padding: 10px 18px;
}

.simulator-item li:first-child {
  background: none;
  float: left;
}

.simulator-item .flow_tit {
  margin-bottom: 12px;
}

.simulator-item select {
  padding: 4px 0;
  width: 100%;
}

.simulator_price_box {
  background-color: #ffecec;
  -webkit-box-shadow: 0 0 5px rgba(180, 180, 180, 0.5);
  -moz-box-shadow: 0 0 5px rgba(180, 180, 180, 0.5);
  box-shadow: 0 0 5px rgba(180, 180, 180, 0.5);
  border: solid 1px #fff;
  margin: 10px auto 15px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 0;
}

.simulator-item + .simulator_price_box {
  width: 700px;
}

.simulator_flow_box + .simulator_price_box {
  width: 647px;
}

.simulator_price_box .price_average,
.simulator_price_box .price_row,
.simulator_price_box .price_high {
  display: inline-block;
  position: relative;
}

.simulator_price_box .price_average div,
.simulator_price_box .price_row div,
.simulator_price_box .price_high div {
  display: table-cell;
  vertical-align: text-bottom;
}

.simulator_price_box .price_average {
  padding: 0 20px 0 0;
}

.simulator_price_box .price_txt {
  padding-right: 5px;
}

.simulator_price_box .price {
  color: #333;
  font-size: 18px;
}

.simulator_price_box .price span {
  color: #e70000;
}

.price_average .price {
  font-size: 24px;
}

.price_average .price span {
  font-size: 33px;
}

.simulator_price_box .price_row,
.simulator_price_box .price_high {
  padding: 0 0 5px;
}

.price_row .price span,
.price_high .price span {
  font-size: 26px;
}

.simulator_price_box .price_row .price:after {
  content: '～';
  padding: 0 7px;
}

.simulator-btn.simulator-btn-start {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 99px;
  text-align: left;
  width: 476px;
  height: 96px;
  display: block;
  margin: 0 auto;
  padding-left: 74px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px #0a3071;
  background: url(/img/simulator/btn-simulator-start-large.png) no-repeat;
  position: relative;
}

.simulator-btn.simulator-btn-start::after {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url(/img/simulator/icon-calculator.png) no-repeat #fff center/40%;
}

.articleForm {
  width: 685px;
  margin: 0 auto;
  background-color: #efefef;
  border: 1px #ddd solid;
  padding: 10px;
  border-radius: 4px;
}

#content_l .articleForm dl dt {
  padding: 0;
  font-weight: normal;
  background: none;
}

#content_l .articleForm p {
  margin-bottom: 0;
}

.articleForm .content-form-button .link-button {
  font-size: 170%;
  margin: 0;
  padding: 16px 10px 14px;
}

.articleForm-header {
  text-align: center;
}

.articleForm-title {
  font-weight: bold;
  font-size: 23.5px !important;
}

.articleForm-title-accent {
  color: #dc1720;
}

.articleForm-body {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.articleForm-body-left {
  position: absolute;
  top: 26px;
  left: 0;
}
.articleForm-body-right {
  float: right;
  width: 420px;
}

.articleForm-item {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.articleForm-item:last-child {
  border-bottom: none;
}

.articleForm-item dt,
.articleForm-item dd {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

.articleForm-item dt {
  width: 140px;
}

.articleForm-footer {
  background-color: #fff;
  padding: 8px 4px 0;
}

.articleForm-footer > * {
  display: inline-block;
  vertical-align: middle;
}

.articleForm-logo-list li {
  display: inline-block;
}

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

.l-articleForm-logo li:last-child {
  margin-right: 0;
}

.l-display-block {
  display: inline-block;
}

.l-articleForm-body {
  margin-bottom: 10px;
}

.articleForm-footer-title {
  color: #5a5a5a;
  font-weight: bold;
  line-height: 1.2;
  font-size: 15px;
  padding: 0 14px;
}

.articleForm-footer-title-accent {
  color: #7bbe16;
  font-size: 21px;
}

.text-post {
  font-size: 12px;
  padding-left: 30px;
  position: relative;
}

.text-post:before {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d0d0cd;
  content: '';
}

.text-post:after {
  position: absolute;
  content: '';
  top: 7px;
  left: 14px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.articleForm-input-zipcode {
  width: 125px;
}

/*----------------------------------------
  module calendar
-----------------------------------------*/

.calendar {
  border: 1px #757575 solid;
}

.calendar .ui-datepicker-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e6e5e5;
  text-align: center;
  border-bottom: 1px #d1d1d1 solid;
  height: 56px;
}

.calendar .ui-datepicker-title {
  font-size: 26px;
  font-weight: bold;
}

.calendar .ui-datepicker-prev,
.calendar .ui-datepicker-next {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 58px;
  height: 34px;
  border-radius: 4px;
  background: #fcfcfc;
  background: linear-gradient(to bottom, #fcfcfc 0%, #eee 100%);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16);
  border: 1px #afafaf solid;
  font-size: 0;
  cursor: pointer;
}

.calendar .ui-datepicker-prev.ui-state-disabled,
.calendar .ui-datepicker-next.ui-state-disabled {
  display: none;
}

.calendar .ui-datepicker-prev {
  left: 18px;
}

.calendar .ui-datepicker-next {
  right: 18px;
}

.calendar .ui-datepicker-prev::before,
.calendar .ui-datepicker-next::before {
  content: '';
  position: relative;
  top: 11px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 3px #4b4b4b solid;
}

.calendar .ui-datepicker-prev::before {
  left: 2px;
  border-left: 3px #4b4b4b solid;
  transform: rotate(45deg);
}

.calendar .ui-datepicker-next::before {
  right: 2px;
  border-right: 3px #4b4b4b solid;
  transform: rotate(-45deg);
}

.calendar .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.calendar .ui-datepicker-calendar thead {
  width: 100%;
}

.calendar .ui-datepicker-calendar th,
.calendar .ui-datepicker-calendar td {
  text-align: center;
  border: 1px #d1d1d1 solid;
}

.calendar .ui-datepicker-calendar thead th:nth-child(1) {
  color: #dc161f;
}

.calendar .ui-datepicker-calendar thead th:nth-child(7) {
  color: #2669d7;
}

.calendar .ui-datepicker-calendar th {
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  background-color: #f3f3f3;
  line-height: 1;
}

.calendar .ui-datepicker-calendar td {
  height: 72px;
}

.calendar .ui-datepicker-calendar td.high {
  background-color: #ffecec;
}

.calendar .ui-datepicker-calendar td.low {
  background-color: #fffcdf;
}

.calendar .ui-datepicker-calendar td {
  font-size: 18px;
  line-height: 1;
}

.calendar .ui-datepicker-calendar td::after {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.calendar .ui-datepicker-calendar td.saturday {
  color: #2669d7;
}

.calendar .ui-datepicker-calendar td.sunday {
  color: #dc161f;
}

.calendar-supplement > * {
  display: inline-block;
}

.calendar-supplement > *:first-child::after {
  content: '／';
  display: inline-block;
  margin-left: 5px;
}

.calendar-supplement-label {
  width: 50px;
  display: inline-block;
  padding: 8px 0;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.calendar-supplement-label.highPrice {
  background-color: #ffecec;
}

.calendar-supplement-label.lowPrice {
  background-color: #fffcdf;
}

.calendar-text-number {
  font-weight: bold;
}

.calendar-text-memo {
  font-size: 14px;
}

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

.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;
}

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

/*----------------------------------------
  module market-price
-----------------------------------------*/

.market-price-supplement > * {
  display: inline-block;
}

.market-price-supplement > *:first-child::after {
  content: '／';
  display: inline-block;
  margin-left: 5px;
}

.market-price-supplement-label {
  width: 50px;
  display: inline-block;
  padding: 8px 0;
  vertical-align: middle;
}

.market-price-supplement-label.single {
  background-color: #0084b2;
}

.market-price-supplement-label.family {
  background-color: #ed6349;
}

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

.voice-container {
  border: 1px #ccc solid;
}

.voice-company {
  width: 100%;
  padding: 13px 25px;
  background-color: #fffcdf;
  border-bottom: 1px #ccc dotted;
  display: table;
  box-sizing: border-box;
}

.voice-company-logo {
  float: left;
  width: 73px;
  height: 41px;
  border: 1px solid #ccc;
  display: table-cell;
  margin-top: 4px;
}

.voice-info {
  float: left;
  margin-left: 10px;
  display: table-cell;
}

.voice-company-name {
  display: block;
  font-size: 17px;
  font-weight: bold;
}

.voice-star {
  position: relative;
  height: 25px;
  padding-left: 127px;
}

.voice-score {
  color: #dc161f;
  font-size: 18px;
  font-weight: bold;
}

.voice-star-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  vertical-align: middle;
}

.voice-content {
  padding: 28px;
}

.voice-item-header {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px #ccc dotted;
}

.voice-item-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 42px;
  margin-bottom: 12px;
}

.voice-item-title::before {
  position: absolute;
  left: 0;
}

.voice-item-good .voice-item-title {
  color: #1f56e5;
}

.voice-item-bad .voice-item-title {
  color: #ef1a1b;
}

.voice-item-good .voice-item-title::before {
  content: url(/img/icon-good.png);
}

.voice-item-bad .voice-item-title::before {
  content: url(/img/icon-bad.png);
}

.voice-item-count {
  font-size: 13px;
  font-weight: normal;
  color: #212121;
}

.voice-item-heading {
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.voice-item-good .voice-item-heading {
  background-color: #e8faff;
  color: #1f56e5;
}

.voice-item-bad .voice-item-heading {
  background-color: #ffeeef;
  color: #ef1a1b;
}

.voice-item-text {
  line-height: 1.8;
}

/*----------------------------------------
  module tile
-----------------------------------------*/

.tile {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
}

.tile-item {
  width: 25%;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 12px 15px;
  color: #9e9e9e;
}

.tile-item-anchor:hover {
  text-decoration: none !important;
  cursor: pointer;
}

/*----------------------------------------
  layout anchor
-----------------------------------------*/
.l-anchor-half {
  width: 50% !important;
}

.l-article-list li {
  width: 49%;
  float: left;
}

.l-article-list li:nth-child(2n) {
  margin-left: 1%;
}

.l-article-qa {
  display: flex;
  flex-wrap: wrap;
}

.l-article-qa li {
  width: 49%;
}

.l-article-qa li:nth-child(2n) {
  margin-left: 16px;
}

/*----------------------------------------
  module anchor
-----------------------------------------*/

.anchor {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  display: block;
}

.article-list li {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.article-list-anchor {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 12px;
  min-height: 63px;
}

.article-list-anchor:hover {
  text-decoration: none !important;
}

/*---------------------------
 * section-attention
----------------------------*/

.section-attention {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  padding: 12px 0 11px;
  background: #ffed71;
  border: 3px solid #ffba00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.l-section-attention-bottom {
  margin-bottom: 16px;
}

/*---------------------------
 * lnav TODO:フロント リファクタリング必要
----------------------------*/

#lnav,
.lnav,
#lnav_area {
  width: 230px;
  margin: 0 auto;
  margin-bottom: 15px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6e0da;
}

#lnav p,
.lnav p,
#lnav_area p {
  background-color: #f2e7d1;
}

#lnav #lnav_bg_btm,
.lnav #lnav_bg_btm {
  padding-bottom: 5px;
  background: url(/img/cmn_lnav_bg_btm.png) no-repeat left bottom;
}

#lnav p a span,
.lnav p a span,
#lnav_area p a span {
  display:block;
  padding: 16px 15px;
  color:#5f2a0e;
  text-decoration:none;
  font-weight:bold;
  font-size: 15px;
}

#lnav .title,
.lnav .title,
#lnav_area .title {
  display: block;
  padding: 16px 10px 16px 15px;
  color:#5f2a0e;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

#lnav p a:link,
#lnav p a:visited,
.lnav p a:link,
.lnav p a:visited,
#lnav_area p a:link,
#lnav_area p a:visited {
  text-decoration:none !important;
}

#lnav ul,
.lnav ul,
#lnav_area ul {
  width: 230px;
  margin: 0 auto;
}

#lnav ul li,
.lnav ul li,
#lnav_area ul li {
  border-bottom: 1px dashed #e6e0da;
  background-color: #fff;
}

#lnav ul li.last,
.lnav ul li.last,
#lnav_area ul li.last {
  border-bottom: none;
}

#lnav ul li.now,
.lnav ul li.now,
#lnav_area ul li.now {
  background-color: #FDF5C3;
}

#lnav ul li a,
.lnav ul li a,
#lnav_area ul li a {
  display: block;
  position: relative;
  padding: 14px 10px 14px 30px;
  color: #245FBB;
  text-decoration: underline;
  font-weight: normal;
}

#lnav ul li a:hover,
.lnav ul li a:hover,
#lnav_area ul li a:hover {
  background-color: #FDF5C3;
}

#lnav ul li a span.arrow_gy_size12,
.lnav ul li a span.arrow_gy_size12,
#lnav_area ul li a span.arrow_gy_size12 {
  padding-left: 20px;
}

#lnav .lnav_sub,
.lnav .lnav_sub,
#lnav_area .lnav_sub {
  display:none;
}

#lnav .lnav_open .lnav_sub,
.lnav .lnav_open .lnav_sub,
#lnav_area .lnav_open .lnav_sub {
  display:block;
  margin:0;
}

#lnav .lnav_sub li,
.lnav .lnav_sub li,
#lnav_area .lnav_sub li {
  border-top:1px dashed #bc805a;
  border-bottom: none;
  font-weight:normal;
}

#lnav .lnav_sub li a,
.lnav .lnav_sub li a,
#lnav_area .lnav_sub li a {
  padding: 14px 10px 14px 50px;
  position: relative;
}

#lnav .lnav_sub li a:before,
#lnav .lnav_sub li a:after,
.lnav .lnav_sub li a:before,
.lnav .lnav_sub li a:after,
#lnav_area .lnav_sub li a:before,
#lnav_area .lnav_sub li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#lnav .lnav_sub li a:before,
.lnav .lnav_sub li a:before,
#lnav_area .lnav_sub li a:before {
  left: 30px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #602A08;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#lnav .lnav_sub li a:after,
.lnav .lnav_sub li a:after,
#lnav_area .lnav_sub li a:after {
  left: 33px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #602A08;
  border-right: 1px solid #602A08;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#lnav ul li a:before,
.lnav ul li a:before,
#lnav_area ul li a:before,
#lnav ul li a:after,
.lnav ul li a:after,
#lnav_area ul li a:after {
  position: absolute;
  content: '';
  vertical-align: middle;
}

#lnav_area ul li a:before,
.lnav ul li a:before,
#lnav ul li a:before {
  width: 14px;
  height: 14px;
  top: 15px;
  left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d0d0cd;
  cotnent: "";
}

#lnav ul li a:after,
.lnav ul li a:after,
#lnav_area ul li a:after {
  top: 19px;
  left: 14px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#lnav .children li a:before {
  background-color: #fff;
}

/*---------------------------
 * side_btn TODO:フロント リファクタリング必要
----------------------------*/

.side_btn_box01 {
  width: 230px;
  margin: 0 0 15px 2px;
  border-radius: 5px;
  border: 5px solid #ddd;
}

.side_content_box01 {
  padding: 16px 10px 10px;
}

.side_other_servicebox dl dt {
  font-weight: bold;
  border-left: 5px solid #dd171f;
  padding-bottom: 0;
  padding-left: 10px;
  margin-bottom: 7px;
  color: #602a08;
}

.side_btn_box01 .side_other_servicebox dl dd {
  font-size: 11px;
}

.side_other_servicebox .side_btn {
  margin-top: 5px;
  padding: 12px 5px 18px 7px;
  background-image: url(/img/cmn_side_mitsumori_btn_bg.png);
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  display: block;
}

.side_btn_switch {
  width: 100%;
  height: 56px;
  position: relative;
  padding: 8px 8px 12px 8px;
  box-sizing: border-box;
  background: url(/img/side-btn-switch.png) no-repeat;
  color: #fff;
  text-decoration: none;
}

.side_btn:hover {
  opacity: 0.8;
}

.side_btn_icon {
  background-color: #fff;
  color: #0b640a;
  position: absolute;
  width: 16px;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 0;
  line-height: 1.2;
  text-align: center;
}

.side_btn_icon_switch {
  width: 16px;
  padding: 4px 0;
  box-sizing: border-box;
  border-radius: 3px;
  color: #07436e;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
}

.side_btn_ttl {
  margin-left: 21px;
  padding-top: 4px;
  display: block;
  line-height: 1;
  color: #fff;
}

.side_btn_subTtl {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

.side_btn_mainTtl {
  display: block;
  font-size: 16px;
  text-shadow: 1px 2px 0px rgba(8, 78, 8, 0.7);
  font-weight: bold;
  text-decoration: none;
}

/*---------------------------
 * pankuzu TODO:フロント リファクタリング必要
----------------------------*/

.pankuzu {
  margin: 20px 0;
}

.pankuzu li {
  float: left;
}

/*----------------------------------------
  simulator_box01 TODO:フロント リファクタリング必要
-----------------------------------------*/

.simulator_box01 {
  background: none;
  padding-bottom: 0;
  margin: 50px 0 20px;
}

.simulator_box01_01 {
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 5px;
}

.simulator_box01 p {
  background: url(/img/cmn_simulator_tit_bg01.png) 18px center no-repeat #602a08;
  padding: 6px 17px 6px 63px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  font-size: 17px;
}

.simulator_flow_box {
  overflow: hidden;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  margin: 8px auto 0;
  width: 650px;
}

.simulator_flow_box li {
  background: url(/img/cmn_simulator_flow_bg.png) left center no-repeat;
  float: left;
  width: 179px;
  padding: 10px 18px;
}

.simulator_flow_box li:first-child {
  background: none;
}

.flow_tit {
  margin-bottom: 12px;
}

.simulator_flow_box select {
  padding: 4px 0;
  width: 100%;
}

.simulator_box01 p span {
  float: right;
  font-size: 12px;
  margin-top: 7px;
}

.simulator_price_arrow {
  margin: 0 auto;
  width: 340px;
}

/*----------------------------------------
  form_box01 TODO:フロント リファクタリング必要
-----------------------------------------*/

#form_box01 {
  position: relative;
  width: 675px;
  margin-bottom: 15px;
  padding: 10px 0 15px;
  border: 5px solid #602a08;
  border-radius: 5px;
}

.cmn_form {
  padding-left: 162px;
}

.cmn_form_samurai {
  position: absolute;
  top: 10px;
  left: -45px;
}

.cmn_form_1st {
  position: absolute;
  top: 180px;
  left: -12px;
}

.cmn_form_btn {
  margin-top: 20px;
}

.cmn_form_txt01 {
  font-size: 12px;
  padding: 10px 15px 0;
}

.cmn_form_step1 {
  float: left;
  padding: 5px 25px 0 0;
  background: url(/img/cmn_form_bg_arw.png) no-repeat 158px 60px;
}

.cmn_form_step2 {
  float: left;
  padding: 0 25px 0 0;
  background: url(/img/cmn_form_bg_arw.png) no-repeat 158px 60px;
}

.cmn_form_step3 {
  float: left;
  padding-top: 5px;
}

.before_footer {
  width: 956px;
  margin: 0 auto 20px;
}

/*----------------------------------------
  legend
-----------------------------------------*/

.legend {
  color: #717171;
  margin-bottom: 8px;
}

.legend > li {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  padding-left: 25px;
  font-size: 14px;
}

.legend > li::after {
  content: '/';
  padding-left: 5px;
}

.legend > li:last-child {
  margin-right: 0;
}

.legend > li:last-child::after {
  margin-right: 0;
  content: none;
}

.legend .legend-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 13px;
  display: inline-block;
  border: 1px solid #999;
  transform: translateY(-50%);
}

.legend .legend-label.legend-label-single {
  background-color: #0084b2;
}

.legend .legend-label.legend-label-family {
  background-color: #ed6349;
}

.legend .legend-label.legend-label-weekDay {
  background-color: #ccc;
}

.legend .legend-label.legend-label-holiday {
  background-color: #edc86f;
}

.legend .legend-label.legend-label-publicHoliday {
  background-color: #e79023;
}

.legend .legend-label.legend-label-high {
  background-color: #ffecec;
}

.legend .legend-label.legend-label-highest {
  background-color: #ffdada;
}

.legend .legend-label.legend-label-low {
  background-color: #fffcdf;
}

.legend .legend-label.legend-label-lowest {
  background-color: #fff8b4;
}

.heading-quaternary {
  position: relative;
  padding: 0 0 4px 20px;
  border-bottom: 2px dashed #ddd;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.heading-quaternary:before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  box-sizing: initial;
  background-color: #fff;
  border: 4px solid #ff8a80;
  border-radius: 45%;
}

.list.list-check {
  border: 3px solid #e6e0da;
  border-radius: 4px;
  padding: 10px 16px;
}

.list.list-check li {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 14px;
  line-height: 1.6;
}

.list.list-check li:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/img/red/detail_list02_icon.gif);
  background-size: contain;
  background-repeat: no-repeat;
}

.relationArticle {
  position: relative;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.relationArticle-title {
  position: absolute;
  top: -10.5px;
  left: 0;
  margin-left: 8px;
  padding: 0 8px;
  background-color: #fff;
}

.relationArticle-title-text {
  position: relative;
  padding-left: 22px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}

.relationArticle-title-text::before {
  content: '';
  position: absolute;
  top: 2%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #dd171f;
  background-image: url('/img/icon-file.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66%;
}

.relationArticle-list {
  padding: 24px 10px 20px 33px;
}

.relationArticle-list li {
  display: flex;
}

.relationArticle-list li:not(:last-child) {
  margin-bottom: 8px;
}

.relationArticle-list li a {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
}

.relationArticle-list li a::before,
.relationArticle-list li a::after {
  position: absolute;
  content: '';
  vertical-align: middle;
}

.relationArticle-list li a::before {
  width: 12px;
  height: 12px;
  top: 4px;
  left: -16px;
  border-radius: 50%;
  background: #cfcfcf;
}

.relationArticle-list li a::after {
  top: 7px;
  left: -14px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
