/*
Theme Name: mypaint.jp
Theme URI: http://mypaint.jp/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/

/* YUI fonts.css - font size設定
----------------------------------------------------------- */

@import url("css/cssfonts-min.css");
/* default style - リセット及びbody基本設定
----------------------------------------------------------- */

@import url("css/default.css");
/* all style
----------------------------------------------------------- */

@import url("css/style.css");

body {
  min-width: 1100px;
  /*コンテンツ横幅を指定する（スマホ閲覧時の背景欠けを防ぐ）*/
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 239px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  padding: 0 0 20px;
}

@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}

/*------------- tmp -------------*/

.tmp img {
  display: block;
  margin: 0 auto;
}

.bg01 {
  background: url(./img/common/bg01.png) center center;
}

.bg02 {
  background: url(./img/common/bg_servicecontents.png) center center;
}

.bg03 {
  background: url(./img/common/brown_bg.png) center center;
  border-bottom: #ccc solid 1px;
  border-top: #ccc solid 1px;
}

.btnC {
  text-align: center;
}

.btnC a,
.btn {
  display: inline-block !important;

  font-size: 20px !important;
  font-weight: bold;
  text-align: center;

  color: #fff !important;
  font-weight: bold;
  position: relative;
  text-decoration: none !important;
  border-radius: 5px;
  background: #ff8800;
  border-bottom: #bf6701 solid 3px;
  padding: 10px 70px 5px;
}

.btnC a,
.btn a {
  display: block;
  text-decoration: none !important;
  color: #fff !important;
}

.btn:before,
.btn:after,
.btnC a:before,
.btnC a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btnDetail {
  position: relative;
  font-weight: bold;
  transition: 0.7s;
  text-align: center;
  color: #fff !important;
  font-size: 12px !important;
  margin: 0 auto !important;
  width: 8em !important;
  border-radius: 5px;
  padding: 3px 6px;
  background: #23ac38;
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.4) inset;
  text-decoration: none !important;
}

.btnC a:hover,
.btn:hover,
.btnDetail:hover {
  opacity: 0.7;
  transition: 0.7s;
}

.btnDetail a {
  display: block;
  padding: 3px 7px !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.7s;
}

.notice-r {
  color: #e8340c !important;
}

.notice-o {
  color: #ff7a22;
}

.notice-b {
  color: #0e4894 !important;
}

.notice-g {
  color: #23ac38;
}

.tel {
  font-size: 13px;
}

#main strong.borderS {
  background: #fcff00;
  display: inline-block;
  line-height: 0.5;
  font-weight: normal;
}

.tel span {
  background: url(./img/common/ico_freedial03.png) no-repeat left 6px;
  color: #e8340c;
  font-size: 48px;
  line-height: 1;
  padding: 0 0 0 48px;
  margin: 0;
  display: block;

  font-family: Bahnschrift, Gadget, "Anton", sans-serif;
}

.tel span a {
  color: #e8340c !important;
  text-decoration: none !important;
}

.spblock,
.spinline,
.sptr {
  display: none;
}

/*--2カラム--*/
#main ul.columnOT li {
  float: left;
  margin-bottom: 30px;
  padding: 0;
}

#main ul.columnOT li:last-child {
  float: right;
}

#main ul.columnOT li:before,
#main ul.columnOT li:after {
  display: none;
}

/*--トップページメインカラム調整--*/

#top #contents {
  margin: 0 auto 0;
  position: relative;
}

/* -----------------------------------------------------------
    clearfixする要素を列挙
----------------------------------------------------------- */

xxx .inner:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

xxx .inner {
  min-height: 1px;
}

* html xxx .inner {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

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

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff;
  transition: 0.3s;
}

header .htxt {
  padding: 5px 0;
  background: #efefef;
  margin-bottom: 5px;
}

header .htxt h1,
header .htxt p {
  font-size: 11px;
  font-weight: normal;
  display: block;
  width: 1100px;
  padding: 0;
  margin: 0 auto;
}

header .htxt p strong {
  font-weight: normal;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2px 0;
  overflow: inherit;
  width: 1100px;
}

header .corpNumber {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

header .logoTxt {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

header .floatL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  float: left;
}

header .hdrLogo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

header .hdrLogo a {
  margin: 0 7px 0 0;
  display: block;
  float: left;
}

header img.logo01 {
  height: auto;
}

header img.logo02 {
  float: left;
  margin-right: 6px;
  width: 125px;
  height: auto;
}

header .hdrMenu li {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

header .hdrMenu li a {
  color: #333;
  text-decoration: none;
}

header .hdrMenu li:before,
header .hdrMenu li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

header .hdrMenu li:before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #22ac38;
}

header .hdrMenu li:after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fffeee;
  border-right: 2px solid #fffeee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .hdrContact {
  float: right;
  position: relative;
}

header .hdrContact .contactCatch {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: #0e4894;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
}

/*header .hdrContact .contactCatch li {
    display: inline-block;
    border-radius: 3px;
    background: #e60012;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 2px;
}
header .hdrContact .contactCatch li:last-child {
    margin: 0;
}
header .hdrContact .contactCatch li.txtLong {
    background: #8d471f;
}*/

header .hdrContact .tel,
header .hdrContact .btn {
}

header .hdrContact img {
  /*    float: left;
    position: absolute;
    top: -27px;
    left: -3px;*/
  height: 90px;
}

header .hdrContact .telBox {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0 15px 0 0;
  float: left;
}

/*
header .hdrContact .telBox h4 {
    position: relative;
    font-size: 13px;
    padding-left: 15px;
}

header .hdrContact .telBox h4:before,
header .hdrContact .telBox h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

header .hdrContact .telBox h4:before {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0068b7;
}

header .hdrContact .telBox h4:after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

header .hdrContact .tel {
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

header .hdrContact .tel span {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  padding-left: 45px;
  display: block;
  margin: 5px 0 0 0;
}

/*header .btn {
}

header .btn:hover {
    opacity: 0.8;
    transition: 0.7s;
}

header .btn a {
    padding: 0px 10px 0px 40px;
    font-size: 16px;
    background: url(./img/common/ico_mail01.png) no-repeat 15px center;
    background-size: 17px auto;
}

header .btn a:before,
header .btn a:after {
    content: none;
}*/

header .hdrBnr {
  position: relative;
  overflow: hidden;
  float: right;
  margin-top: 1px;
}

/*header .hdrBnr li {
    border-radius: 3px;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 5px;
    width: 134px;
    margin-left: 5px;
    font-weight: bold;
    line-height: 1.3;
}
header .hdrBnr li a {
    text-decoration: none;
}
header .hdrBnr li span {
    border-radius: 3px;
    background: #0068b7;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
header .hdrBnr li.srBtn {
    background: #ffde00 url(./img/common/ico_quocard.png) no-repeat 120% -5px;
}
header .hdrBnr li.srBtn p {
    font-size: 11px;
    color: #333;
}
header .hdrBnr li.srBtn p strong {
    color: #e60012;
}
header .hdrBnr li.dgBtn {
    background: #22ac38 url(./img/common/ico_house.png) no-repeat right top;
}header .hdrQr
header .hdrBnr li.dgBtn p {
    font-size: 11px;
    color: #fff;
}
header .hdrBnr li.dgBtn p strong {
    color: #fffc00;
}
header .hdrBnr li.srBtn:hover {
    background: rgba(255, 222, 0, 0.7) url(./img/common/ico_quocard.png) no-repeat 120% -5px;
}
header .hdrBnr li.dgBtn:hover {
    background: rgba(52,187,15,0.7) url(./img/common/ico_house.png) no-repeat right top;
}
header .hdrBnr li:hover,
header .hdrBnr li a:hover {
    opacity: 0.8;
    transition: 0.7s;
}*/

header .telBtn {
  display: none;
}

header .hdrQr {
  float: left;
  margin-right: 5px;
}

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

footer {
  padding: 0 0 80px 0;
  font-size: 13px;
  border-top: #e8340c solid 6px;
}

footer .ftrInfo {
  background: #ff7a22;
}

footer .ftrBnr {
  position: relative;
  overflow: hidden;
}

footer .ftrBnr .consultationBox,
footer .ftrBnr .estimatesBox {
  float: left;
  margin-right: 40px;
}

footer .ftrBnr .estimatesBox {
  margin-right: 0;
}

footer .shopInfo {
}

footer .inner {
  width: 1044px;
  padding: 30px 0;
}

footer .corpNumber {
  font-size: 11px;
}

footer a,
footer a:link,
footer a:visited {
  color: #333;
  text-decoration: none;
}

footer .ftrLogo {
  margin-bottom: 20px;
  display: block;
}

footer h5 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.4;
}

footer nav {
  float: right;

  background: none;
  margin-top: 0;
}

footer nav .ftrNav {
  position: relative;
  overflow: hidden;
}

footer nav .ftrNav > li {
  float: left;
  margin-left: 50px;
}

footer nav .ftrNav li ul > li {
  position: relative;
  padding-left: 13px;
}

footer nav .ftrNav li ul > li:before,
footer nav .ftrNav li ul > li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer nav .ftrNav li ul > li:before {
  z-index: 2;
  left: 1px;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer nav .ftrNav li ul > li:after {
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #e8340c;
}

footer nav .ftrNav li ul > li a {
  text-decoration: none;
}

footer .copyRight {
  clear: both;
  text-align: right;
  /* padding-top: 70px; */
}

footer .ftrScroll {
  padding: 3px 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 100;
  font-size: 12px;
  line-height: 1.2;
}

footer .ftrScroll .inner {
  margin: 10px auto;
  padding: 0;
}

footer .ftrScroll .ftrCont {
  background: #fff;
  padding: 6px 10px;
  float: left;
  /* min-width: 820px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-right: 5px;
  overflow: hidden;
}

footer .ftrScroll .tel {
  display: inline-block;
  float: left;
  margin-right: 0;
  color: #333;
  font-size: 11px;
}

footer .ftrScroll .tel span {
  padding: 0 0 0 3.5vmin;
  background: url(./img/common/ico_freedial.png) no-repeat 0 15px;
  background-size: 3.5vmin;
  font-size: 4.8vmin;
  font-weight: bold;
  line-height: 1;
  display: block;
  letter-spacing: -0.05em;
}

footer .ftrScroll .ftrCont ul {
  position: relative;
  overflow: hidden;
}

footer .ftrScroll .ftrCont ul li {
  float: left;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  border-width: 3px;
  border-style: solid;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.2) inset;
  margin-left: 10px;
  text-align: center;
  width: 210px;
  overflow: hidden;
}

footer .ftrScroll .ftrCont ul li a {
  padding: 10px 5px 5px 38px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}

footer .ftrScroll .ftrCont ul li.ftrDiagnosis {
  background: #ff8800;
  border-color: #ff8800;
}

footer .ftrScroll .ftrCont ul li.ftrRainleaking {
  background: #378ddd;
  border-color: #378ddd;
}

footer .ftrScroll .ftrCont ul li.ftrShowroom {
  background: #e8340c url(./img/common/ico_shop.png) no-repeat 10px center;
  border-color: #e8340c;
  background-size: 25px auto;
}

footer .ftrScroll .ftrCont ul li.ftrContact {
  background: #23ac38 url(./img/common/ico_mail01.png) no-repeat 10px center;
  border-color: #23ac38;
}

footer .ftrScroll .ftrCont ul li.ftrTel {
  display: none;
}

footer .ftrScroll .pageTop {
  float: right;
}

footer .ftrScroll .pageTop a {
  background: #000000;
  width: 73px;
  height: 73px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

footer .ftrScroll .pageTop a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#top footer .ftrBnr {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

footer .ftrScroll .ftrCont h3 {
  background: #0e4894;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin: -6px 40px -6px -10px;
  padding: 12px 0 12px 10px;
  border-radius: 0 5px 5px 0;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
}

footer .ftrScroll .ftrCont h3:after {
  content: "";
  position: absolute;
  left: 65%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid 30px #0e4894;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0 0 5px 0;
  z-index: -1;
}

footer .ftrScroll .ftrCont ul li span {
  font-size: 13px;
  display: block;
  color: #fff;
}

footer .ftrScroll .ftrQr {
  float: left;
  background: #fff;
  /* margin-right: 5px; */
  /* padding-top: 3px; */
}

footer .ftrScroll .ftrQr img {
  height: 73px;
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */

nav {
  background: #e8340c;
  position: relative;
}

nav ul#gNav {
  height: auto;
  display: block;
  margin: 0 auto;
  width: 1100px;
  padding: 10px 0 1px 0;
  position: relative;
}

nav ul#gNav > li {
  background: #cb2804;
  border-radius: 5px;
  display: block;
  float: left;
  position: relative;
  width: 135px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

nav ul#gNav > li:last-child {
  margin-right: 0;
}

nav ul#gNav > li:hover {
  background: #fff;
  transition: 0.7s;
}

nav ul#gNav > li > a {
  padding: 30px 0 13px 0;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

nav ul#gNav > li > a span {
  color: #ff8800;
  font-size: 10px;
  display: block;
}

nav ul#gNav > li > a:hover {
  color: #cb2804;
  transition: 0.7s;
}

nav ul#gNav > li > a:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  margin: 0 auto;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

nav ul#gNav > li > a:hover:before {
  box-shadow: 0px 3px 0px 1px #cb2804;
}

header nav ul > li > a:after {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  content: "";
}

header nav ul > li.gnav01 a:after {
  background: url(./img/common/gnav_ico_reason.png) no-repeat center center;
}

header nav ul > li.gnav02 a:after {
  background: url(./img/common/gnav_ico_menu.png) no-repeat center center;
}

header nav ul > li.gnav03 a:after {
  background: url(./img/common/gnav_ico_works.png) no-repeat center center;
}

header nav ul > li.gnav04 a:after {
  background: url(./img/common/gnav_ico_first.png) no-repeat center center;
}

header nav ul > li.gnav05 a:after {
  background: url(./img/common/gnav_ico_showroom.png) no-repeat center center;
}

header nav ul > li.gnav06 a:after {
  background: url(./img/common/gnav_ico_corporate.png) no-repeat center center;
}

header nav ul > li.gnav07 a:after {
  background: url(./img/common/ico_gnav06.png) no-repeat center center;
}

header nav ul > li.gnav08 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f54f" !important;
  color: #f80;
  font-weight: 900;
  font-size: 18px;
  top: -16px;
}

nav ul#gNav li li a:before,
nav ul#gNav li li a:after {
  content: none !important;
}

nav #gNav > li > ul {
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
  min-width: 100%;
  height: 0;
  width: auto;
}

nav #gNav > li > ul > li {
  visibility: hidden;
  overflow: hidden;
  width: auto;
  /*サブメニューの幅*/
  height: 0;
  background: rgba(45, 41, 32, 0.8);
  border-bottom: solid 1px;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  transition: 0.7s;
  float: none;
  font-weight: normal;
  text-shadow: none;
}

nav #gNav li ul li a {
  height: auto;
  border-bottom: none;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

nav #gNav li ul li a:before,
nav #gNav li ul li a:after {
  display: none;
}

nav #gNav li ul li a:link,
nav #gNav li ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}

nav #gNav li ul li:hover,
nav #gNav li ul > li a:hover {
  color: #f1d200 !important;
  transition: 0.7s;
}

nav #gNav li:hover ul li,
nav #gNav li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 39px;
  /*サブメニューの高さ*/
}

#menu nav #gNav > li.gnav03 ul li a,
#menu nav #gNav > li.gnav04 ul li a {
  color: #fff !important;
}

#menu nav #gNav > li.gnav03 ul li a:hover,
#menu nav #gNav > li.gnav04 ul li a:hover {
  color: #f1d200 !important;
  transition: 0.7s;
}

/*--基本の記事スタイル設定--*/

#main p {
  font-size: 16px;
  margin-bottom: 15px;
}

#main a {
  color: #002590;
  text-decoration: underline;
}

#main p + h2,
#main p + h3,
#main p + h4,
#main p + h5,
#main p + h6,
#main ul + h2,
#main ul + h3,
#main ul + h4,
#main ul + h5,
#main ul + h6,
#main ol + h2,
#main ol + h3,
#main ol + h4,
#main ol + h5,
#main ol + h6 {
  margin-top: 30px;
}

#main .inner + p + h2,
#main .inner + p + h3,
#main .inner + p + h4,
#main .inner + p + h5,
#main .inner + p + h6 {
  margin-top: 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  line-height: 1.5;
  clear: both;
}

#main .h2,
#main h2 {
  position: relative;

  background: #e8340c;
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
  padding: 10px;
  margin: 3px auto 30px;
  position: relative;
}
#main h2.h2-cup {
  padding-left: 70px;
  background: url("./img/common/icon-cup.png") left 10px top 7px no-repeat
    #e8340c;
  background-size: 50px auto;
}

#main .h2 small,
#main h2 small {
  font-size: 0.7em;
  font-weight: 400;
}

#main h2.orH {
}

#main h2.smpl {
  background: none;
  color: #333;
  font-size: 40px;
  padding: 0;
  margin-bottom: 15px;
}

#main h2.hOfMainV {
  font-size: 25px;
  margin: 0;
  box-shadow: none;
  border: none;
}

#main h2.hOfMainV strong {
  color: #fcff00;
}

#main h2:after {
  /*content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    border: 5px solid #FFF;*/
}

#main .h2 a,
#main h2 a {
  color: #fff;
  text-decoration: underline;
}

#main h2.fullWidth,
#main h2.fullWidthG,
#main h2.fullWidthDwn {
  color: #fff;
  font-size: 36px !important;
  text-align: center !important;
  box-shadow: none !important;
  position: relative !important;
  width: 100% !important;
  padding: 15px 0 !important;
  margin: 0 0 30px;
  line-height: 1.3;
  border-bottom: none;
  font-weight: normal;
  background: #e8340c;

  box-shadow: none;
  border: none;
}

#top #main h2.fullWidth,
#main h2.fullWidthG {
  background: #e8340c;
}

#main h2.fullWidth strong {
  font-weight: bold;
}

/*#main h2.fullWidth:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 600px solid transparent;
    border-top: #fe9814 solid 40px;
    top: 100%;
    left: 50%;
    margin-left: -600px;
}*/

#main h2.fullWblue {
  color: #fff;
  font-size: 37px !important;
  text-align: center !important;
  box-shadow: none !important;
  position: relative !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 0 !important;
  border-bottom: none;
  line-height: 1.3;
  background: #002590;
}

#main h2.fullWidthDwn:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: solid transparent;
  border-top-color: #e8340c;
  border-width: 40px 300px 0 300px;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

#main h2.bbg {
  font-size: 20px;
  background: none;
  color: #333;
  text-align: center;
  border: none;
  box-shadow: none;
  width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main h2.bbg span {
  font-family: Bahnschrift, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
  font-size: 38px;
  font-weight: 900;
  color: #e8340c;
  display: block;
  margin: 10px 0 0 0;
}

#main h2.dwnF {
  background: #e8340c;
  font-size: 36px;
  color: #fff;
  line-height: 1.1;
  padding: 20px 0;
  margin: 0 0 50px;
  border-radius: 5px;
  text-align: center;
  font-weight: normal;
}

#main h2.dwnF strong {
  font-weight: bold;
}

#main h2.dwnF:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-top-color: #e8340c;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

#main h2.topH {
  background: url(./img/common/bg_toph2.png) no-repeat top left;
  position: relative;
  color: #333;
  font-size: 34px;
  line-height: 1;
  padding: 33px 0 0 52px;
  margin: 30px auto;
  border: none;

  box-shadow: none;
  width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main h2.topH small {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}

/*
#main h2.topH {
	background:url(./img/common/bg_toph2.png) no-repeat top left;
	position:relative;
	color:#333;
	font-size:34px;
	line-height:1;
	padding:33px 0 0 52px;
	margin:30px auto;
	border:none;
}
*/

#main h2.topH span {
  font-size: 15px;
  position: absolute;
  top: -10px;
  left: 60px;
}

#main .h3,
#main h3 {
  background: linear-gradient(top, #dddddd 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #dddddd 0%, #fff 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #fff 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #fff 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #fff 100%);

  font-size: 22px;
  color: #333;
  border-top: 6px solid #ff8800;
  /* box-shadow: 0 1px 0 #fff inset; */
  width: auto;
  padding: 5px 10px;
  margin: 20px 0;
}

#main h3.org {
  color: #fff;
  background: #ff6600;
  border: 0;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 5px 30px;
}

#main .h3 a,
#main h3 a {
  color: #333;
  text-decoration: underline;
}

#main h4,
#main h4.normal {
  font-size: 18px;
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  position: relative;
}

#main h4:before,
#main h4:after,
#main h4.normal:before,
#main h4.normal:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  font-size: 30px;
  line-height: 1;
  background: #23ac38;
  width: 20px;
  height: 20px;
}

#main h4:before,
#main h4.normal:before {
  left: 0;
  opacity: 0.5;
}

#main h4:after,
#main h4.normal:after {
  left: 23px;
}

#main h4 a {
  color: #333;
  text-decoration: underline;
}

#main h5 {
  background: #ff8800;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  margin: 0 0 20px;
}

#main h5 a {
  color: #fff;
  text-decoration: underline;
}

#main h6 {
  font-size: 20px;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  position: relative;
}

#main h6:before,
#main h6:after {
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main h6:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8340c;
}

#main h6:after {
  top: 10px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main h6 a {
  color: #333;
  text-decoration: underline;
}

#main blockquote {
  border: solid 1px #ccc;
  background: #fffeee;
  padding: 15px;
  margin-bottom: 15px;
}

#main blockquote p {
  margin: 0;
}

#main ul {
  margin-bottom: 15px;
}

#main ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 7px 0 0 0;
  position: relative;
  padding-left: 13px;
}

#main ul li:before,
#main ul li:after {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main ul li:before {
  width: 7px;
  height: 7px;
  background: #d73d33;
}

#main ul li:after {
  left: 1.5px;
  top: 10px;
  width: 2px;
  height: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main ol {
  margin-bottom: 15px;
  padding-left: 40px;
}

#main ol li {
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.5;
  margin: 7px 0 0 0;
}

#main table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 20px;
}

#main table th,
#main table td {
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  background: #f5f5f5;
  position: relative;
}

#main table th {
  width: 20%;
  background: url(./img/common/bg_th.jpg);
  font-weight: normal;
}

#main table td a:not([href^="tel:"]):not(.notBtn) {
  position: absolute;
  right: 20px;
  top: 15px;
  background: #ff8800;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
}

#main table td a:hover {
  opacity: 0.7;
  transition: 0.6s;
}

#main table td li a {
  position: static;
  background: transparent;
  border-radius: 0;
  color: #002590;
  text-decoration: underline;
  padding: 0;
}

#main table td a:hover {
  opacity: 0.7;
  transition: 0.6s;
}

/*--共通パーツ--*/

#main h2.sbT {
  text-align: center;
  background: none;
  box-shadow: none;
  border: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #e8340c;
  margin-bottom: 20px;
  padding: 0;
}

#main h2.sbT span {
  display: inline-block;
  border-radius: 5px;
  background: #0b8f1f;

  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  padding: 5px 25px;
  margin: 0 0 30px 0;
}

#main h2.sbT strong {
  display: block;
}

/*#main h3.frstHt {
    background: none;
    font-size: 30px;
    border-top: none;
    padding: 5px 0 15px 0;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

#main h3.frstHt:after {
    content: "";
    background: #03a22f;
    height: 8px;
    width: 320px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}*/

#main .catchB {
  border-radius: 6px;
  background: #0b3e9b;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
}

#main .catchTxtP {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
}

#main .catchTxtP strong {
  color: #e8340c;
}

#main .catchTxtP p {
  font-size: 36px;
  line-height: 1.3;
}

#main .photoUL {
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
}

#main .photoUL li {
  width: 316px;
  margin: 0 25px 20px 0;
  padding: 0;
  float: left;
  background: none;
  font-size: 15px;
}

#main .shopAccess .photoUL li {
  width: 322px;
  margin: 0 17px 20px 0;
}

#main .photoUL li:nth-child(3n) {
  margin: 0 0 20px 0;
}

#main .photoUL li:nth-child(3n + 1) {
  clear: left;
}

#main .photoUL .otherPhoto {
  width: 316px;
  height: 206px;
  position: relative;
  overflow: hidden;
  display: block;
}

#main .photoUL .otherPhoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#main .photoUL li img {
  margin-bottom: 5px;
}

#main .photoUL li h5 {
  font-size: 15px;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  color: #0b8f1f;
}

#main .photoUL li:before,
#main .photoUL li:after {
  content: none;
}

#main .photoUL.photoColumn3 li {
  width: 316px;
}

#main .warryBox,
#main .meritBox {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
}

#main .meritBox {
  border: #e2e2e2 solid;
  border-width: 0 5px 5px 5px;
}

#main .merit h2 {
  background: #ff6600;
  font-size: 25px;
  color: #fff;
  line-height: 1.3;
  padding: 10px;
  margin: 0;
}

#main .warryBox p,
#main .meritBox p {
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 0;
}

#main .warryBox img {
  float: left;
  margin-right: 30px;
}

#main .meritBox img {
  margin-bottom: 0;
}

#main .meritBox .meritTxt {
  margin-left: 320px;
}

#main .warryList,
#main .meritList {
  /*margin-top: 25px;*/
  border-top: #d5d5d5 solid 1px;
  padding-top: 10px;
  overflow: hidden;
}

#main .warryList {
  border-top: #333 dotted 1px;
}

#main .warryList li,
#main .meritList li {
  background: none;
  border-bottom: #d5d5d5 solid 1px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 7px 25px;
  margin: 0 0 8px;
}

#main .warryList li {
  font-size: 24px;
  padding: 0 0 7px 40px;
  border-bottom: #333 dotted 1px;
}

#main .meritList li span {
  background: #d73d33;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 15px;
}

#main .meritList li:before,
#main .meritList li:after {
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .meritList li:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d0004e;
}

#main .meritList li:after {
  left: 5px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main .warryList li:last-child,
#main .meritList li:last-child {
  margin-bottom: 0;
}

#main .warryList > li:before,
#main .warryList > li:after {
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .warryList > li:before {
  background: #23ac38;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}

#main .warryList > li:after {
  left: 6px;
  top: 12px;
  width: 10px;
  height: 5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-right: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main .warryList li strong {
  background: #fcff00;
  display: inline-block;
  line-height: 0.5;
}

#main .meritList li strong {
  color: #e8340c;
}

#main .meritBox .diagnosisList {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin-bottom: 0;
}

#main .meritBox .diagnosisList li {
  border-radius: 4px;
  background: #23ac38;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 24%;
  width: calc(25% - 10px);
  padding: 3px 0;
  margin-top: 0;
}

#main .meritBox .diagnosisList li:before,
#main .meritBox .diagnosisList li:after {
  content: none;
}

#main .meritBox .diagnosisP {
  color: #fff;
  border-radius: 4px;
  background: #4dbe53;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

#main .diagnosisCtcP {
  color: #fff;
  border-radius: 4px;
  background: #3e984f;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}

/*---メダル付キャッチコピー---*/
#main .medalCatch {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  font-weight: bold;
  font-size: 27px;
  display: block;
  line-height: 1.2;
}

#main .medalCatch img {
  float: left;
  margin: -10px 15px 0 0;
}

#main .medalCatch strong {
  color: #d73d33;
}

#main .medalCatch span {
  display: block;
}

#main .medalCatch span.txtL {
  font-size: 42px;
  font-weight: normal;
}

#main .medalCatch span.txtL strong {
  color: #0b3e9b;
}

#main .medalCatch span.txtEn {
  color: #0eaa8e;
  font-size: 15px;
}

/*---外壁塗装のプロに相談しよう！見積りを取られている方へ！--*/

.consultationBox {
  width: 480px;
  position: relative;
  padding-top: 10px;
}

.consultationBox a {
  text-decoration: none !important;
}

.consultationBox h3 {
  background: #ff8800 !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 0 15px !important;
  border-top: none !important;
  margin: 0 !important;
  line-height: 1.8 !important;
}

.consultationBox .inBox {
  border: #ccc solid 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.consultationBox h4 {
  font-size: 18px !important;
  padding: 0 0 5px 50px !important;
  position: relative;
  margin: 0 0 15px !important;
  line-height: 1.5;
  text-decoration: none !important;
  color: #333 !important;
  border-bottom: #ccc solid 1px !important;
}

.consultationBox h4:before,
.consultationBox h4:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  font-size: 30px;
  line-height: 1;
  background: #0eaa8e;
  width: 20px;
  height: 20px;
}

.consultationBox h4:before {
  left: -5px;
  opacity: 0.5;
}

.consultationBox h4:after {
  left: 18px;
}

.consultationBox .inBox a {
  background: url(./img/common/bg_consultationbox00.png) no-repeat top left;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

.consultationBox .inBox a:hover {
  opacity: 0.7;
  transition: 0.7s;
}

.consultationBox p.consultationImg {
  position: relative;
  margin: 0 !important;
}

.consultationBox .inBox img.consulImg {
  float: right;
}

.consultationBox .catchBox {
  position: relative;
}

.consultationBox .btn {
  border-radius: 5px;
  border: 3px #ff8800 solid;
  color: #333 !important;
  font-size: 22px !important;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  position: relative;
  padding: 3px 10px 0px 30px;

  background: #ff8800;

  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.3) inset;

  margin-bottom: 0 !important;
  width: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.consultationBox .btn:before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.consultationBox .btn:after {
  left: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ff8800;
  border-right: 2px solid #ff8800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

.consultationBox p.consultationTxt {
  font-size: 12px !important;
  color: #333 !important;
  padding: 60px 0 0 240px;
  margin: 0 !important;
  position: relative;
}

.consultationBox .imgLayer {
  top: -80px;
  right: -3px;
  z-index: 10;
}

.consultationBox .catchTxt {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 5px !important;
}

.consultationBox .catchTxt span {
  color: #d73d33;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
  float: right;
  line-height: 1.2;
}

.consultationBox .catchTxt span strong {
  color: #333;
  font-size: 33px;
  background: linear-gradient(transparent 60%, #fcff00 40%);
  display: block;
  line-height: 1;
}

.consultationBox .catchTxt span.txtHp {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
  float: right;
}

.consultationBox ul {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

.consultationBox ul li {
  position: relative;
  font-size: 20px !important;
  font-weight: bold;
  background: #d73d33 !important;
  box-shadow: 0 -3px 0 #930839 inset;
  padding: 0 !important;
  transition: 0.7s;
  text-align: center;
  color: #fff;
  margin: 0 !important;
}

.consultationBox ul li:hover {
  opacity: 0.7;
  transition: 0.7s;
}

.consultationBox ul li a {
  display: block;
  padding: 3px 10px !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  transition: 0.7s;
}

.consultationBox ul li:before,
.consultationBox ul li:after {
  content: none !important;
}

.estimatesBox {
  width: 480px;
  position: relative;
  padding-top: 5px;
}

.estimatesBox a {
  text-decoration: none !important;
  color: #333 !important;
}

.estimatesBox .imgLayer {
  top: -30px;
  right: 0;
  z-index: 0;
}

.estimatesBox h3 {
  background: #ff8800 !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 0 15px !important;
  border: none !important;
  margin: 0 !important;
  line-height: 1.8 !important;
  position: relative;
}

.estimatesBox h3 .imgLayer {
  position: absolute;
  right: 3px;
  top: -10px;
  z-index: 10;
}

.estimatesBox .inBox {
  border: #ccc solid 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 15px 15px;
  position: relative;
}

.estimatesBox h4 {
  font-size: 18px !important;
  padding: 0 0 0 50px !important;
  position: relative !important;
  margin: 0 0 5px !important;
}

.estimatesBox h4:before,
.estimatesBox h4:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  font-size: 30px;
  line-height: 1;
  background: #0eaa8e;
  width: 20px;
  height: 20px;
}

.estimatesBox h4:before {
  left: -5px;
  opacity: 0.5;
}

.estimatesBox h4:after {
  left: 18px;
}

.estimatesBox .inBox p {
  font-size: 38px !important;
  line-height: 1;
  font-weight: bold;
  z-index: 10;
  position: relative;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.estimatesBox .inBox p strong {
  color: #e8340c;
}

.estimatesBox .inBox p.spLady span {
  border-radius: 4px;
  background: #e8340c;
  color: #fff;
  font-size: 20px;
  padding: 10px 7px 7px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: 5px;
}

.estimatesBox .inBox .telBox {
  background: #0e4894;
  padding: 10px;
  margin-top: 5px;
  position: relative;
}

.estimatesBox .inBox .telBox h5 {
  background: none !important;
  color: #fff;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.estimatesBox .inBox .telBox .number {
  background: #fff;
  margin-top: 5px;
  padding: 1px;
}

.estimatesBox .inBox .telBox .tel {
  font-size: 13px !important;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  margin: 0 !important;
  line-height: 1.2;
  padding-left: 5px;
}

.estimatesBox .inBox .telBox .tel span {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 0 42px;
  background-position: 0 20px;
  margin: 0;
  display: block;
  display: inline;
}

#main .bnrArea {
  padding: 30px 0;
}

#main .bnrArea .estimatesBox {
  float: right;
}

#main .bnrArea .consultationBox {
  margin: 0 !important;
  float: left;
}

/*--コンタクトエリア--*/

#main .bgCB {
  background: #e8340c;
  padding: 1px 0;
}

#main .contactBox {
  clear: both;
  display: block;
  position: relative;
  margin: 25px auto 45px;
  width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

#main .bgCB .contactBox {
  margin: 35px auto 30px;
}

#main .contactBox .inBox {
  background: #fff;
  padding: 10px;
  border-color: #cccccc;
  border-width: 10px;
  border-style: solid;
  position: relative;
}

#main .contactBox .inBox .imgLayer {
  right: 0;
  bottom: 0;
}

#main .contactBox h4 {
  margin-bottom: 5px;
}

#main .contactBox p {
  font-size: 28px;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

#main .contactBox p.btmCatch {
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  margin: 1px 0 0 0;
  padding: 5px 15px;
  background: #cb2804;
}

#main .contactBox p.catchTxt {
  margin: -30px 0 -15px 0;
}

#main .contactBox p.catchTxt strong {
  color: #e8340c;
}

#main .contactBox p.catchTxt span {
  border-radius: 4px;
  background: #d0004e;
  color: #fff;
  font-size: 20px;
  padding: 3px 3px 0 3px;
  margin-right: 5px;
}

#main .contactBox .toContactBox {
  margin-right: 15px;
  float: left;
}

#main .contactBox .telBox {
  padding: 0 120px 1px 0;
  overflow: hidden;
  z-index: 100;
  position: relative;
}

#main .contactBox .telBox .tel {
  font-size: 13px !important;
  text-align: center;
  margin-bottom: 0 !important;
  color: #333;
  padding: 0;
  display: inline-block;
  float: left;
}

#main .contactBox .telBox .tel .miT {
  background: #e8340c;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

#main .contactBox .telBox .tel span {
  background-position: left 20px;
  font-size: 58px;
  line-height: 1;
  margin: 0;
  display: block;
  clear: none;
  padding-left: 42px;
}

#main .contactBox .telBox .tel span.tel-time {
  font-size: 12px;
  font-weight: normal;
  display: block;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 0 0;
  color: #333;
  background: none;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
}

#main .contactBox .telBox .btnAr {
  margin: 0;
  margin-left: 15px;
  float: left;
  clear: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .contactBox .telBox .btn:after {
  border-top-color: #ff6600;
  border-right-color: #ff6600;
}

#wpack #main .contactBox .telBox .btn:after,
#apartment #main .contactBox .telBox .btn:after,
#menu #main .contactBox .telBox .btn:after,
#rainleaking #main .contactBox .telBox .btn:after,
#diagnosis #main .contactBox .telBox .btn:after,
#colorsimulation #main .contactBox .telBox .btn:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 16px;
}

#main .contactBox ul {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

#main .contactBox ul li {
  border-radius: 4px;
  background: #0eaa8e !important;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 5px 15px;
  text-align: center;
  float: left;
}

#main .contactBox ul li:before,
#main .contactBox ul li:after {
  display: none;
}

#main .contactBox ul li:last-child {
  margin-right: 0;
}

#main .contactBox .overflowH {
  width: 380px;
}

/*---comContactL---*/

#main .comContactLBox {
  position: relative;
  overflow: hidden;
  border-bottom: #ccc solid 1px;
}

#main .comContactLBox a {
  text-decoration: none !important;
  color: #333 !important;
}

#main .comContactLBox .imgLayer {
  top: 0;
  left: 375px;
  z-index: 1;
}

#main .comContactLBox h3 {
  background: #12a73b;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  border-top: none;
  margin-bottom: 0;
  line-height: 1.8;
}

#main .comContactLBox .inBox {
  border: #ccc solid;
  border-width: 1px 1px 0 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

#main .comContactLBox h4 {
  padding-bottom: 10px;
  margin: 0 0 15px;
  border-bottom: #ccc solid 1px;
  display: inline-block;
}

#main .comContactLBox .inBox p {
  font-size: 27px;
  font-weight: bold;
  z-index: 10;
  position: relative;
  margin-bottom: 0;
}

#main .comContactLBox .inBox p strong {
  color: #e50012;
}

#main .comContactLBox .inBox p span {
  border-radius: 4px;
  background: #e50012;
  color: #fff;
  font-size: 20px;
  padding: 7px;
  margin-right: 5px;
}

#main .comContactLBox .inBox .telBox {
  background: #fff;
  padding: 10px 25px;
  float: right;
  width: 420px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  z-index: 1;
}

#main .comContactLBox .inBox .telBox .imgLayer {
  bottom: 100%;
  right: 0;
  top: inherit;
  z-index: 0;
}

#main .comContactLBox .inBox .telBox h5 {
  color: #333;
  background: none;
  font-size: 15px;
  padding: 0;
  display: block;
  margin-bottom: 0;
}

#main .comContactLBox .inBox .telBox .number {
  text-align: center;
}

#main .comContactLBox .inBox .telBox .tel {
  font-size: 13px !important;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

#main .comContactLBox .inBox .telBox .tel span {
  background: url(./img/common/ico_freedial02.png) no-repeat left 90%;
  color: #e50012;
  font-size: 59px;
  line-height: 1;
  padding: 0 0 0 65px;
  margin: 0 0;
  display: block;
  white-space: nowrap;
}

#main .comContactLBox .inBox .catchTxt {
  background: #002590;
  clear: both;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

/*---contactScroll---*/

#main .ContactScrollBox {
  border: #d73d33 solid 3px;
  position: relative;
  padding: 10px 275px 10px 170px;
  margin: 30px auto 40px;
  width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .ContactScrollBox .freeDiagnosis {
  width: 92px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  font-size: 45px;
  background: #d73d33;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

#main .ContactScrollBox .tel {
  display: table;
  margin-bottom: 10px;
}

#main .ContactScrollBox .tel span {
  font-size: 54px;
  display: table-cell;
  vertical-align: bottom;
  background: url(./img/common/ico_freedial04.png) no-repeat left center;
  background-position: bottom left;
  background-position: bottom 3px left;
  padding-left: 60px;
  line-height: 1;
}

#main .ContactScrollBox .tel span.timeS {
  font-size: 14px;
  display: table-cell;
  vertical-align: bottom;
  width: 11em;
  background: none;
  color: #333;
  font-weight: normal;
  padding-left: 10px;
  line-height: 1.3;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
}

#main .ContactScrollBox .telPlease {
  clear: both;
  margin-bottom: 0;
  background: #0b3e9b;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0;
}

#main .ContactScrollBox .toForm {
  background: #46ae00;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(
    top,
    #12bfaa 0%,
    #12bfaa 50%,
    #0eaa8e 51%,
    #0eaa8e 100%
  );
  background: -webkit-linear-gradient(
    top,
    #12bfaa 0%,
    #12bfaa 50%,
    #0eaa8e 51%,
    #0eaa8e 100%
  );
  background: -moz-linear-gradient(
    top,
    #12bfaa 0%,
    #12bfaa 50%,
    #0eaa8e 51%,
    #0eaa8e 100%
  );
  background: -o-linear-gradient(
    top,
    #12bfaa 0%,
    #12bfaa 50%,
    #0eaa8e 51%,
    #0eaa8e 100%
  );
  background: -ms-linear-gradient(
    top,
    #12bfaa 0%,
    #12bfaa 50%,
    #0eaa8e 51%,
    #0eaa8e 100%
  );
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 140px;
  padding: 10px 30px 10px 80px;
  line-height: 1;
}

#main .ContactScrollBox .toForm::before {
  content: "";
  width: 43px;
  height: 47px;
  background-image: url(./img/common/ico_mail.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

#main .ContactScrollBox .toForm span {
  display: block;
  font-size: 25px;
}

#main .ContactScrollBox .toForm:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main .bnrArea #main .comContactLBox {
  float: left;
  margin-right: 40px;
}

#main .bnrArea #main .comContactLBox {
  margin: 0 !important;
}

/*---店舗案内--*/

.shopInfo,
#main .shopInfo {
  position: relative;
  overflow: hidden;
}

#main .shopInfo {
}

.shopInfo ul {
  position: relative;
  overflow: hidden;
}

#main .shopInfo ul {
  margin-top: 0;
}

.shopInfo ul li,
#main .shopInfo ul li {
  float: left;
  margin: 0 20px 0 0 !important;
  background: #f60;
  padding: 0;
  margin: 0 17px 0 0;
  width: 320px;
  position: relative;
}

.shopInfo ul li:nth-child(3),
#main .shopInfo ul li:nth-child(3) {
  margin-right: 0;
}

.shopInfo ul li:last-child,
#main .shopInfo ul li:last-child {
  margin-right: 0 !important;
}

.shopInfo ul li a,
#main .shopInfo ul li a {
  text-decoration: none;
}

.shopInfo ul li h4,
#main .shopInfo ul li h4 {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  color: #fff;
  font-size: 23px;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  box-sizing: border-box;
  line-height: 1.3;
  height: 170px;
  text-align: left;
  padding: 10px 10px;
  float: left;
}

#main .shopInfo ul li h4:before,
#main .shopInfo ul li h4:after {
  content: none !important;
  display: none !important;
}

.shopInfo ul li .shopPict {
  height: 170px;
  width: 268px;
  overflow: hidden;
  display: block;
  float: right;
  position: relative;
}

.shopInfo ul li .shopPict img {
  position: absolute;
  width: 100%;
  height: auto;
}

.shopInfo ul li .tel,
#main .shopInfo ul li .tel {
  font-size: 11px;
  color: #fff;
  padding: 10px;
  line-height: 1.5;
  background-color: #4fa800;
  margin-top: 0;
  clear: both;
}

.shopInfo ul li .tel span,
#main .shopInfo ul li .tel span {
  background: url(./img/common/ico_freedial03a.png) no-repeat left center;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 35px;
  padding-left: 40px;
  line-height: 1;
  display: block;
}

/*---店舗案内マップ付--*/

.shopAccess {
}

.shopAccess > ul > li {
  background: none !important;
  /*border-top: #333 dotted 1px;
    padding: 30px 0 !important;*/
  margin: 0 0 !important;
  padding: 0 !important;
}

.shopAccess ul li:before,
.shopAccess ul li:after {
  display: none !important;
}

.shopAccess ul li .shopMain {
  background: #e50012;
  float: left;
  width: 282px;
  margin-right: 30px;
}

.shopAccess ul li .shopMain .tel {
  font-size: 11px !important;
  color: #fff;
  padding: 10px;
  line-height: 1.5;
  margin: 0 !important;
}

.shopAccess ul li .shopMain .tel span {
  background: url(./img/common/ico_freedial03.png) no-repeat left center;
  font-size: 29px;
  font-family: "Arial Black", Gadget, sans-serif;
  padding-left: 40px;
  line-height: 1;
}

.shopAccess ul li .shopSummery h5 {
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 5px 40px !important;
  text-align: center;
  font-size: 20px !important;
}

.shopAccess ul li .shopSummery {
  overflow: hidden;
}

/*---外壁診断 雨漏り診断--*/

#main .combnrList {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
}

#main .combnrList li {
  border-radius: 8px;
  background: #0e4894;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  width: 480px;
  float: left;
  text-align: center;
}

#main .combnrList li:nth-child(2n) {
  float: right;
  background: #bf6701;
}

#main .combnrList li:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main .combnrList li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

#main .combnrList li a span {
  position: relative;
  display: block;
  padding: 2px 0 2px 10px;
}

#main .combnrList li a span:before,
#main .combnrList li a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .combnrList li a span:before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

#main .combnrList li a span:after {
  right: 21px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0e4894;
  border-right: 2px solid #0e4894;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main .combnrList li:nth-child(2n) a span:after {
  border-top-color: #bf6701;
  border-right-color: #bf6701;
}

#main .combnrList li:before,
#main .combnrList li:after {
  content: none;
}

#main .bnrBoxT {
  border-bottom: 1px solid #fff;
}

#main .combnrListOtr {
  position: relative;
  overflow: hidden;
}

#main .combnrListOtr li {
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  width: 480px;
  float: left;
  text-align: center;
  margin: 0;
  margin-top: 40px;
}

#main .combnrListOtr li:nth-child(-n + 2) {
  margin-top: 0;
}

#main .combnrListOtr li:nth-child(2n) {
  float: right;
}

#main .combnrListOtr li:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main .combnrListOtr li a {
  color: #fff;
  text-decoration: none;
}

#main .combnrListOtr li:before,
#main .combnrListOtr li:after {
  content: none;
}

/*---理由 メニューバナー--*/
#main .reaBnrList {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
}

#main .reaBnrList li {
  background: #23ac38;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  width: 480px;
  float: none;
  text-align: left;
  margin: 0;
  display: inline-block;
}

#main .reaBnrList li:nth-child(2n) {
  float: right;
  background: #ff8800;
}

#main .reaBnrList li:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main .reaBnrList li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}

#main .reaBnrList li a img {
  margin-bottom: 15px;
}

#main .reaBnrList li a span {
  position: relative;
  display: block;
  line-height: 1.3;
  height: 60px;
}

#main .reaBnrList li a span small {
  display: block;
  font-size: 16px;
  color: #fcff00;
  margin-bottom: 5px;
}

#main .reaBnrList li a span:before,
#main .reaBnrList li a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .reaBnrList li a span:before {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

#main .reaBnrList li a span:after {
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #23ac38;
  border-right: 4px solid #23ac38;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main .reaBnrList li:nth-child(2n) a span:after {
  border-top-color: #ff8800;
  border-right-color: #ff8800;
}

#main .reaBnrList li:before,
#main .reaBnrList li:after {
  content: none;
}

/*---外壁塗装工事パック商品--*/

#main .serviceContents {
  padding: 0 0 50px 0;
}

#top #main .serviceContents {
  padding: 120px 0 30px 0;
  background-image: url(./img/common/bg_menu.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#main .serviceContents .inner {
  padding: 0;
}

#main .serviceContents h2.scM {
  line-height: 1.5;
  box-shadow: none;
  border: none;
  background: rgba(35, 172, 56, 0.9);
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  font-size: 42px;
  text-shadow: -1px -2px 0 #333;
  width: 100%;
  height: 110px;
  position: relative;
}

#main .serviceContents h2.scM span,
#main .serviceContents h2.scM small {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

#main .serviceContents h2.scM small {
  font-size: 30px;
}

/*
#main .serviceContents h2.scM strong {
    color: #fcff00;
}
*/
#main .serviceContents h2.scM span {
  color: #fcff00;
}

#main .serviceContents h2.scM img {
  position: absolute;
  bottom: 0;
  right: calc(50% - 500px);
}

#main .serviceContents p.exP {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

#main .serviceContents h3 {
  background: #3e984f;
  box-shadow: 0 0 0 3px #3e984f;
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
  padding: 10px;
  margin: 0 0 20px 0;
  position: relative;
}

#main .serviceContents .whiteBox {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  margin-top: 40px;
}

#main .serviceContents h3.oMH {
  background: #e8340c;
  border: none;
  box-shadow: none;
  font-size: 23px;
  color: #fff;
  line-height: 1.1;
  padding: 10px;
}

#main .serviceContents ul.otherMenuU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#main .serviceContents ul.otherMenuU li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

#main .serviceContents ul.otherMenuU li a {
  color: #333;
  text-decoration: none;
}

#main .serviceContents ul.otherMenuU li img {
  display: block;
  margin-bottom: 5px;
}

#main .serviceContents ul.otherMenuU li:before,
#main .serviceContents ul.otherMenuU li:after {
  display: none;
}

#main .serviceContents .whiteBox p {
  font-size: 15px;
  margin-top: 0;
}

/*
#main .serviceContents h2 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 35px;
    background: #0b3e9b;
    box-shadow: none;
    line-height: 1.4;
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
}

#main .serviceContents h2:after {
    display: none;
}

#main .serviceContents h2 a {
    text-decoration: none;
}

#main .serviceContents h2 strong {
    font-size: 48px;
    display: block;
}
*/

#main .serviceContents .imgLayer {
  right: 0;
  top: 0;
  z-index: 22;
}

#main .serviceContents .catchTtl {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#main .serviceContents .catchTtl p {
  font-size: 80px;
  font-weight: bold;
  position: relative;
  display: inline;
  margin: 0 100px 0 0;
}

#main .serviceContents .catchTtl span {
  background: #ff7a22;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  float: left;
  margin-right: -10px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .serviceContents .catchTtl .imgLayer {
  left: 100%;
}

#main .packWall,
#main .packRoof,
#main .packOther {
  position: relative;
  overflow: hidden;
}

#top #main .packWall,
#top #main .packRoof {
  background: none;
}

/*#main .packWall {
    background: url(./img/common/menu_catchimg.png) no-repeat right bottom;
}

#main .packRoof {
    background: url(./img/common/menu_roofcatchimg.png) no-repeat right bottom;
}*/

#main .packWall a,
#main .packRoof a {
  text-decoration: none;
  color: #333;
}

#main .packWall article:hover,
#main .packRoof article:hover {
  opacity: 0.7;
  transition: 0.7s;
}

#main .packWall article,
#main .packRoof article {
  width: auto;
  float: none;
  background: #fff;
  border: #e8340c solid 6px;
  padding: 10px;
  margin: 0 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#main .packOther article {
  width: 490px;
  float: left;
  background: #fff;
  padding: 0;
  border: none;
  margin: 0 20px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .packOther article:nth-child(2n) {
  margin-right: 0;
  float: right;
}

#main .packTtl {
  position: relative;
  float: left;
}

#main .packTtl h3 {
  font-size: 90px;
  box-shadow: none;
  width: 216px;
  float: left;
  background: none;
  border-top: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
  margin: 0 5px 0 0;
}

#main .packTtl h3.secH3 {
  padding-left: 60px;
}

#main .packTtl h3.secH3:before {
  content: "+";
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #333333;
  margin-right: 10px;
}

#main .packTtl h3 span {
  display: inline-block;
  border-radius: 4px;
  background: #0e4894;
  color: #fff;
  width: 48%;
  width: calc(50% - 2px);
  text-align: center;
  line-height: 0.9;
  padding: 10px 0 0;
  margin-top: 3px;
}

#main .packRoof .packTtl h3 span,
#main .packWall .wPack h3 span {
  background: #23ac38;
}

#main .packWall .wPack h3.secH3 span {
  background: #0eaa8e;
}

#main .packTtl h3 span:nth-child(-n + 2) {
  margin-top: 0;
}

#main .packTtl h3:after {
  content: none;
}

#main .packTtl .warrantyY {
  border-radius: 4px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  width: 80px;
  float: left;
  background: #ff7a22;
  margin-left: 3px;
  margin-bottom: 0;
  padding: 5px 0 0;
  color: #fff;
  position: relative;
  z-index: 100;
}

#main .packTtl .warrantyY span {
  display: block;
  line-height: 1;
  border-radius: 4px;
  background: #fff;
  color: #333;
  margin: 5px;
  padding-top: 5px;
  z-index: 100;
}

#main .packImg {
  width: 262px;
  height: 185px;
  overflow: hidden;
  margin: 0;
  float: left;
  position: relative;
}

#main .packImg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

#main .packImg .imgItemWrap {
  position: absolute;
  content: "";
  top: 5px;
  right: 5px;
  width: 90px;
}

#main .packImg .imgItemWrap img {
  max-width: 100%;
}

#main .packBt {
  clear: both;
  color: #ffffff;
  background: #d0004e;
  font-weight: bold;
  padding: 6px 10px 4px;
  line-height: 1;
  font-size: 20px;
}

#main .packsummary {
  position: relative;
  overflow: hidden;
  float: left;
  width: 470px;
  margin-left: 10px;
  margin-bottom: 0;
}

#main .packWall h4,
#main .packRoof h4 {
  font-size: 38px;
  color: #333;
  position: relative;
  padding-left: 0;
  margin: 10px 10px 0 0;
  line-height: 1;
}

#main .packWall .ttl,
#main .packRoof .ttl {
  font-size: 38px;
  color: #333;
  position: relative;
  padding-left: 0;
  margin: 10px 10px 0 0;
  line-height: 1;
  font-weight: bold;
}

#main .packWall h4 span,
#main .packRoof h4 span {
  font-size: 25px;
}

#main .packWall h4:before,
#main .packWall h4:after,
#main .packRoof h4:before,
#main .packRoof h4:after {
  display: none;
}

#main .packsummary .overflowH {
}

#main .packWall .packCatch,
#main .packRoof .packCatch {
  position: relative;
  overflow: hidden;
  margin: 0 0 5px 0;
  text-align: center;
}

#main .packWall .packCatch li,
#main .packRoof .packCatch li {
  width: auto;
  min-height: 38px;
  float: left;
  margin: 0 5px 0 0;
  text-align: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  border-radius: 4px;
  background: #ff8800;
  color: #fff;
  display: inline-block;
  padding: 8px 5px;
  font-weight: bold;
  border: none;
}

#main .packWall .packCatch li.packCatch_warranty,
#main .packRoof .packCatch li.packCatch_warranty {
  background: #12a73b;
}

#main .packWall .packCatch li span,
#main .packRoof .packCatch li span {
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
}

#main .packRoof .packCatch li {
}

#main .packWall ul li:before,
#main .packRoof ul li:before,
#main .packWall ul li:after,
#main .packRoof ul li:after {
  display: none;
}

#main .packWall ul li:last-child,
#main .packRoof ul li:last-child {
  margin-right: 0;
}

#main .packWall .wPackCatch {
  background: #ff7a22;
}

#main .basicC {
  font-size: 18px;
  background: #bf6701;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  clear: both;
}

#main .basicC img {
}

#main .basicC.sizeS {
  font-size: 13px;
}

#main .packWall .imgIco,
#main .packRoof .imgIco {
  position: absolute;
  left: 210px;
  top: 0;
  z-index: 99;
}

#main .packWall p,
#main .packRoof p {
  margin-bottom: 0;
}

/*
#main .packWall ul.optionalUl,
#main .packRoof ul.optionalUl {
    margin: 5px 0 0 0;
    line-height: 1;
}

#main .packWall ul.optionalUl li,
#main .packRoof ul.optionalUl li {
    display: inline-block;
    float: none;
    border: none;
    border-radius: 5px;
    width: 213px;
    padding: 5px 5px 5px 10px;
    background: #ff7a22;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
}

#main .packWall ul.optionalUl li:last-child,
#main .packRoof ul.optionalUl li:last-child {
    margin-right: 0;
}

#main .packWall ul.optionalUl li span,
#main .packRoof ul.optionalUl li span {
    display: inline-block;
    float: right;
    border-radius: 5px;
    background: #fff;
    color: #333;
    min-width: 4em;
    text-align: center;
}*/

#main .priceTxt {
  font-family: Bahnschrift, Gadget, "Anton", sans-serif;
  font-size: 105px;
  font-weight: 900;
  color: #e8340c;
  letter-spacing: -0.02em;
  line-height: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  float: right;
}

#main .priceTxt span {
  font-size: 100px;
}

#main .priceTxt span.unitTxt {
  font-size: 42px;
  line-height: 0.9;
  /* padding-bottom: 10px; */
  font-weight: bold;
  /* -webkit-writing-mode: vertical-rl; 
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
  width: 42px;
  padding-bottom: 7px;
  display: inline;
}

#main .packWall .txts,
#main .packRoof .txts {
  font-size: 10px;
  margin-bottom: 0;
  word-wrap: break-word;
}

#main .packWall .optionTxt,
#main .packRoof .optionTxt {
  color: #d73d33;
  font-size: 23px;
  font-weight: bold;
}

#main .packWall h5,
#main .packRoof h5 {
  font-size: 16px;
  position: relative;
  padding-left: 0;
  margin: 0 0 10px;
  background: #40668c;
  border-radius: 0;
  display: block;
}

#main .packWall ul li p,
#main .packRoof ul li p {
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}

#main .packOther article.layout03 {
  overflow: hidden;
}

#main .packOther article.layout03 img {
  /*
    width: 488px;
    height: auto;*/
}

/*----attention-----*/
#main .bgAt {
  background: #333333;
}

#main .bgAt h3 {
  font-size: 36px;
  text-align: center;
  box-shadow: none;
  background: none;

  border-top: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #fff;
  border-image: none;
}

#main .bgAt h3 strong {
  font-weight: bold;
}

#main .bgAt h3 strong.remarkY {
  color: #fffc00;
}

#main .bgAt p.imgBAt {
  margin-bottom: 20px;
}

#main .bgAt p.imgBAt img {
  float: left;
  margin-right: 26px;
}

#main .bgAt p.imgBAt img:last-child {
  float: none;
  margin-right: 0;
}

#main .bgAt p {
  font-size: 24px;
  color: #fff;
}

#main .bgAt p.catchPAt {
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
}

#main .bgAt p.ltl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  padding-top: 20px;
}

#main .bgAt p.ltl img {
  margin-top: -20px;
}

#main .bgAt p.catchPAt strong {
  color: #fffc00;
}

#main .bgAt p.ltl strong {
  color: #fff;
  text-decoration: underline;
}

#main .bgAt p.catchPAt span.txtCas {
  font-size: 26px;
  display: block;
}

#main .bgAt p.catchPAt img {
  float: left;
  margin-right: 20px;
}

/*----劣化度チェック-----*/

#main .deteriorationChk {
  margin-top: 20px;
}

/*#main .deteriorationChk h2 {
    border-bottom: none;
    text-align: center;
    font-size: 36px;
    margin: 0 0 40px;
    padding: 15px 0;
    font-weight: normal;
    box-shadow: none;
    width: 100%;
    position: relative;
}
#main .deteriorationChk h2:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 600px solid transparent;
    border-top: #fe9814 solid 40px;
    top: 100%;
    left: 50%;
    margin-left: -600px;
}*/

#main .deteriorationChk .checkLegend {
  width: 232px;
  float: left;
}

#main .deteriorationChk .checkLegend span {
  border-radius: 50%;
  background: #ff8800;
  color: #fff;
  font-size: 29px;
  width: 226px;
  height: 226px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
}

#main .deteriorationChk .checkLegend span img {
  position: absolute;
  right: -17px;
  bottom: -3px;
}

#main .deteriorationChk .checkLegend span strong {
  font-size: 50px;
  line-height: 1.2;
}

#main .deteriorationChk .checkLegend p {
  margin-top: -20px;
}

#main .deteriorationChk .checkLegend img {
  margin-top: 0;
}

#main .deteriorationChk .checkLegend img {
  margin-top: 20px;
}

#main .deteriorationChk .checkPoint {
  width: 750px;
  float: right;
  background: #fff;
}

#main .deteriorationChk .checkPoint h3 {
  margin: 0 !important;
  background: #0e4894 !important;
  border: none !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 5px 7px !important;
}

#main .deteriorationChk .checkPoint ul {
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin: 0;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .deteriorationChk .checkPoint ul li {
  width: 226px;
  margin: 20px 20px 0 0;
  float: left;
  background: none;
  padding: 0 !important;
}

#main .deteriorationChk .checkPoint ul li:nth-child(-n + 3) {
  margin-top: 0;
}

#main .deteriorationChk .checkPoint ul li:before,
#main .deteriorationChk .checkPoint ul li:after {
  display: none;
}

#main .deteriorationChk .checkPoint ul li:nth-child(3n) {
  margin-right: 0;
}

#main .deteriorationChk .checkPoint ul li .checkpointThumb {
  position: relative;
  font-size: 13px;
  margin-bottom: 10px;
  width: 226px;
  height: 156px;
  overflow: hidden;
}

#main .deteriorationChk .checkPoint ul li .checkpointThumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#main .deteriorationChk .checkPoint ul li .checkTtl {
  position: absolute;
  bottom: 10px;
  padding: 0 30px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .deteriorationChk .checkPoint ul li .checkTtl h4 {
  background: #e8340c !important;
  color: #fff !important;
  display: block !important;
  padding: 0 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

#main .deteriorationChk .checkPoint ul li .checkTtl .ttl {
  background: #e8340c !important;
  color: #fff !important;
  display: block !important;
  padding: 0 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

#main .deteriorationChk .checkPoint ul li .checkTtl h4:before,
#main .deteriorationChk .checkPoint ul li .checkTtl h4:after {
  display: none;
}

#main .deteriorationChk .checkPoint ul li .checkTtl p {
  background: #fff;
  border-radius: 5px;
  color: #e8340c;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.2;
}

#main .deteriorationChk .checkPoint ul li p {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

/*----comMessage-----*/
#contents .msgSct {
  background: url(./img/common/bg_t_bdr.png) top repeat-x;
  padding-top: 20px;
}

#main .msgTxt,
#main .msgTxtOvr .catchTxt {
  width: 705px;
  float: left;
  position: relative;
  overflow: hidden;
}
#main .msgTxt .msgTxt-name {
  text-align: right;
}

#main .msgTxtOvr .catchTxt {
  width: auto;
}

#main .msgTxt h3,
#corporate #main .msgTxt h4 {
  background: none;
  font-size: 30px;
  color: #333;
  border: none;

  padding: 5px 10px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
#corporate #main .msgTxt h4:before,
#corporate #main .msgTxt h4:after {
  display: none;
}
#main .msgTxt h3 p {
  background: none;
  font-size: 34px;
  color: #333;
  border: none;
}

#main .msgTxt h3 span {
  display: inline-block;
  float: none;
  background: #ff8800;
  border-radius: 5px;
  font-size: 27px;
  color: #fff;
  position: relative;
  padding: 5px 15px 0 15px;
  margin-left: 0;
}

#reason #main .msgTxt h3 span {
  display: block !important;
  border-radius: 5px;
  line-height: 1.5;
  padding: 5px 15px 0 15px;
  margin-right: 0;
}

#main .msgTxt h3 span:after {
  content: "\A";
  white-space: pre;
}

#main .msgTxt h3 span:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: calc(50% - 8px);
  border-right: 15px solid #ff8800;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: none;
}

#main .msgTxt h3 img {
  float: left;
  margin-right: 10px;
}

#main .msgTxt p {
  font-size: 15px;
}

#main .msgPhoto {
  width: 255px;
  float: right;
  margin-left: 20px;
}

#main .msgPhoto img {
  max-width: 100%;
  height: auto;
}

#main .msgTxt h5,
#main .msgPhoto h5 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
  background: none;
  color: #333;
  float: left;
  padding: 0;
  margin: 0;
  clear: none;
  margin-right: 30px;
}

#main .msgTxt h5 span,
#main .msgPhoto h5 span {
  background: #0e4894;
  border-radius: 4px;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

#main .msgTxt h5 span.en,
#main .msgPhoto h5 span.en {
  background: none;
  font-size: 12px;
  font-weight: bold;
  color: #ff6600;
  display: inline-block;
  padding: 0 0 0 5px;
}

/*----comWait-----*/

#main .comWaitBox {
  padding: 0;
  margin-bottom: 30px;
}

#main .comWaitBox a {
  text-decoration: none;
}

#main .comWaitBox h3 {
  background: #ffa800;
  text-align: center;
  font-size: 28px;
  border: none;
  color: #fff;
  padding: 10px 0;
  margin: 0;
}

#main .comWaitBox p {
  position: relative;
  overflow: hidden;
}

#main .comWaitBox img {
  float: left;
  display: block;
}

/*----comArea-----*/

#main .comAreaBox {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 30px;
}

#main .comAreaBox img {
  float: left;
  margin-right: 30px;
}

#main .comAreaBox h3 {
  font-size: 23px;
  margin: 0 0 20px;
}

#main .comAreaBox h4 {
  margin: 0 0 5px;
}

#main .comAreaBox p {
  font-size: 18px;
  margin-bottom: 10px;
}

#main .comAreaBox p.catchAra {
  font-size: 20px;
  font-weight: bold;
}

#main .comAreaBox .catchTtl {
  background: none;
  border-top: none;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}

#main .comAreaBox .catchAra strong {
  color: #d73d33;
}

#main .comAreaBox .catchAra span {
  text-decoration: underline;
}

/*----comFamily-----*/

#main .comFamilyBox {
  background: #4582e8;
  border-style: solid;
  border-width: 10px;
  -moz-border-image: url(./img/common/brown_bg.png) 10 repeat;
  -webkit-border-image: url(./img/common/brown_bg.png) 10 repeat;
  -o-border-image: url(./img/common/brown_bg.png) 10 repeat;
  border-image: url(./img/common/brown_bg.png) 10 repeat;
  position: relative;
  margin-top: 20px;
}

#main .comFamilyBox .imgLayer {
  right: 0;
  top: -20px;
}

#main .comFamilyBox p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 20px 20px 10px;
  line-height: 1.4;
}

#main .comFamilyBox p span.txtM {
  font-size: 30px;
}

#main .comFamilyBox p strong {
  color: #ffc501 !important;
}

#main .comFamilyBox p span strong {
  border-radius: 4px;
  background: #e50012;
  padding: 5px;
  display: inline-block;
  color: #fff !important;
  line-height: 1;
  margin-right: 5px;
}

#main .comFamilyBox p.catchTtl {
  background: #1342d3;
  display: block;
  position: relative;
  margin: 0 -10px 20px;
  font-size: 35px !important;
  text-align: center !important;
}

#main .comFamilyBox p.catchTtl:before,
#main .comFamilyBox p.catchTtl:after {
  content: "";
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}

#main .comFamilyBox p.catchTtl:before {
  left: 0;
  border-width: 0 10px 10px 0;
  border-right-color: #001453;
}

#main .comFamilyBox p.catchTtl:after {
  right: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-top-color: #001453;
}

/*--吹き出し大テキスト--*/

#main .balloonBox {
  background: #e8340c;
  border-radius: 10px;
  color: #fff;
  position: relative;
  padding: 20px;
  /*text-align: center;
    margin-bottom: 50px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*#main .balloonBox:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 25px solid transparent;
    border-top: #002590 solid 26px;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-radius: 0;
}*/

#main .balloonBox p {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

#main .balloonBox p strong {
  color: #f0d100;
}

#main .catchCBox {
  background: #0b3e9b;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
}

/*--comMember--*/

#main .comMember {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1, #8eafd9),
    color-stop(0.2, #6696cf)
  );
  background: -webkit-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
  background: -moz-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
  background: -o-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
  background: -ms-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
  background: linear-gradient(to bottom, #6696cf 20%, #8eafd9 100%);
}

#main .comMember .inner {
  width: 100%;
  background: url(./img/common/comMember_bg.png) no-repeat center center;
  height: 573px;
  padding: 0;
}

#main .comMember p {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  margin: 60px auto 0 !important;
  width: 1000px;
  display: block;
}

/*----comLawpriceWhy-----*/

#main .lawpriceWhy {
}

#main .lawpriceWhy .catchTtl {
  font-size: 30px !important;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

#main .lawpriceWhy .catchTtl strong {
  color: #e8340c;
}

#main .lawpriceWhy .highCost {
  background: #12a73b;
  padding: 25px;
  margin-top: 25px;
}

#main .lawpriceWhy .highCost h3 {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  padding: 0;
  background: none;
  border-top: none;
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
  box-shadow: none;
}

#main .lawpriceWhy .highCost h3 strong {
  font-weight: normal;
}

#main .lawpriceWhy .highCost ul {
  position: relative;
  margin-bottom: 0;
}

#main .lawpriceWhy .highCost ul li {
  background: #0a861c;
  padding: 10px;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 25px 0 0;
  position: relative;
}

#main .lawpriceWhy .highCost ul li:last-child {
  margin-right: 0;
}

#main .lawpriceWhy .highCost ul li:before,
#main .lawpriceWhy .highCost ul li:after {
  content: none;
}

#main .lawpriceWhy .highCost ul li h4 {
  border-radius: 50%;
  background: #cb2804;
  width: 57px;
  height: 57px;
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: 3px;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
}

#main .lawpriceWhy .highCost ul li h4:before,
#main .lawpriceWhy .highCost ul li h4:after {
  display: none;
}

#main .lawpriceWhy .highCost ul li p {
  display: block;
  background: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}

/*----comLawpriceReason-----*/

#main .lowpriceReason {
}

#main .lowpriceReason .lowcost {
}

#main .lowpriceReason .lowcost ul {
  position: relative;
  overflow: hidden;
}

#main .lowpriceReason .lowcost ul li {
  background: #23ac38;
  padding: 25px;
  width: 490px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}

#main .lowpriceReason .lowcost ul li:nth-child(2n) {
  margin-right: 0;
}

#main .lowpriceReason .lowcost ul li:before,
#main .lowpriceReason .lowcost ul li:after {
  content: none;
}

#main .lowpriceReason .lowcost ul li.fullW {
  margin-right: 0;
  width: 100%;
}

#main .lowpriceReason .lowcost ul li h4 {
  background: #0a861c;
  color: #fff;
  padding: 10px;
  font-size: 30px;
  margin: 0 0 30px;
}

#main .lowpriceReason .lowcost ul li.fullW h4 {
  padding: 0 25px;
}

#main .lowpriceReason .lowcost ul li h4:before {
  display: none;
}

#main .lowpriceReason .lowcost ul li h4:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-top: #0a861c solid 25px;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border-radius: 0;
  background: none;
  clear: both;
  display: block;
}

#main .lowpriceReason .lowcost ul li h4 span {
  display: inline-block;
  line-height: 1.3;
  padding-top: 5px;
}

#main .lowpriceReason .lowcost ul li.fullW span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}

#reason #main .lowpriceReason .lowcost ul li.fullW span {
  padding: 0;
  display: block;
  text-align: center;
  padding: 20px 0;
}

#main .lowpriceReason .lowcost ul li h4 span.reasonIco {
  background: url(./img/common/comLowprice_ico.png) no-repeat center center;
  color: #fff;
  width: 112px;
  height: 112px;
  font-size: 23px;
  padding: 0;
  margin: -10px 10px 5px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  float: left;
}

#main .lowpriceReason .lowcost ul li.fullW span.reasonIco {
  margin: 0;
}

#main .lowpriceReason .lowcost ul li h4 span strong {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
  padding: 0 5px;
}

#main .lowpriceReason .lowcost ul li p {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
}

#main .lowpriceReason .lowcost ul li .compareBox {
  background: #fff;
  padding: 30px 25px;
}

#main .lowpriceReason .lowcost ul li .compareBox h6:first-child {
  margin-top: 0;
}

#main .lowpriceReason .lowcost ul li .compareBox hr {
  border-top: #333 dotted 1px;
  display: block;
  margin-top: 25px;
}

/*----comQuality-----*/

#main .qualityBox .catchTtl {
  position: relative;
  font-size: 65px !important;
  font-weight: bold;
  text-align: left !important;
  line-height: 1.1;

  margin-top: 0;
  margin-bottom: 30px;
}

#main .qualityBox .catchTtl img.catchIco {
  float: left;
}

#main .qualityBox .catchTtl .txtL {
  font-size: 60px;
  line-height: 1.2;
}

#main .qualityBox .catchTtl .txtL strong {
  background: #fcff00;
  display: inline-block;
  line-height: 0.5;
  color: #333 !important;
}

#main .qualityBox .catchTtl .imgLayer {
  right: 0;
  top: -80px;
}

#main .qualityBox h3 {
  margin: 0 0 20px;
  line-height: 1.3;
  clear: none;
  overflow: hidden;
}

#main .qualityBox p {
  line-height: 1.8;
}

#main .qualityBox .qualityCommitment {
}

#main .qualityBox .qualityCommitment li {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: none;
  padding: 0;
}

#main .qualityBox .qualityCommitment li:before,
#main .qualityBox .qualityCommitment li:after {
  content: none;
}

#main .qualityBox h3 span.commitment {
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  padding: 15px 10px;
  margin: 15px 20px 15px 0;
}

#main .qualityBox h3 strong {
  color: #e50012;
}

#main .qualityBox .qualityCommitment li img {
  margin-bottom: 20px;
}

#main .qualityBox .catchTxt {
  font-size: 23px;
}

#main .commitFlow {
  position: relative;
  overflow: hidden;
}

#main .commitFlow li {
  background: none;
  width: 369px;
  margin: 0;
  float: left;
  padding: 0;
}

#main .commitFlow li h4 {
  border-radius: 5px;
  background: #002590;
  text-align: center;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
}

#main .commitFlow li h4:before,
#main .commitFlow li h4:after {
  display: none;
}

#main .commitFlow li:nth-child(2) {
  width: 229px;
  margin: 0 84px 0 12px;
  position: relative;
}

#main .commitFlow li:nth-child(3) {
  width: 285px;
}

#main .commitFlow li:nth-child(2):before,
#main .commitFlow li:nth-child(2):after {
  position: absolute;
}

#main .commitFlow li:nth-child(2):before {
  content: " ";
  height: 0;
  width: 0;
  border: 55px solid transparent;
  border-left: #12a73b solid 48px;
  left: 125%;
  top: 50%;
  margin-top: -25px;
}

#main .commitFlow li:nth-child(2):after {
  background: #12a73b;
  content: "クリア";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 95%;
  top: 50%;
  width: 80px;
  padding: 15px 0;
  text-align: right;
}

#main .commitPoint {
  position: relative;
}

#main .commitPoint .imgLayer {
  top: 95px;
  left: 50%;
}

/*--comFlowWall--*/

#main .flowListP {
  position: relative;
  clear: both;
}

#main .flowListP .pointB {
  position: absolute;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  background: #ff6600;
  right: 18px;
  top: -115px;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  text-align: center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  line-height: 1.2;
}

#main .flowListP .pointB::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -25px;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 40px solid #ff6600;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-30deg);
}

#main .flowList {
  border-radius: 5px;
  background: #0b8f1f;
  padding: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  clear: both;
}

#main .flowList h3 {
  color: #fff;
  font-size: 30px;
  float: left;
  background: none;
  border: none;
  padding: 0 12px;
  line-height: 1.2;
  margin: 0 6px 0 0;
  box-shadow: none;
}

/*#main .flowList.flowRoof h3 {
    font-size: 48px;
}*/

#main .flowList ul {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#main .flowList ul li {
  border-radius: 10px;
  background: #fff;
  font-size: 23px;
  color: #0b8f1f;
  font-weight: bold;
  padding: 0;
  text-align: center;
  margin: 0 5px 0 0;
  width: 77px;
  height: 74px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .flowList ul li:before,
#main .flowList ul li:after {
  content: none;
}

#main .flowList ul li.stxt {
  font-size: 16px;
}

#main .flowList ul li:last-child {
  margin-right: 0;
}

#main .flowList.flowRoof ul li {
  width: 99px;
}

#main .textComS {
  font-size: 13px;
}

/*--comCorpSelect--*/

#main .selectPoint {
}

#main .selectPoint li {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: none;
}

#main .selectPoint li img {
}

#main .selectPoint li .pointIco {
  margin-right: 10px;
}

#main .selectPoint li .pointSummery {
  position: relative;
  overflow: hidden;
}

#main .selectPoint li .pointSummery h3 {
  margin-top: 0;
  background: none;
  border: none;
  font-size: 30px;
}

#main .selectPoint li .pointSummery ul {
  margin: 0;
}

#main .selectPoint li .pointSummery li {
  font-size: 25px;
  padding: 0 0 0 25px;
  position: relative;
  background: url(./img/common/arrow01.png) no-repeat 0 5px;
  margin-top: 0;
}

#main .selectPoint li .pointSummery li strong {
  font-weight: normal;
  background: #ffc501;
  line-height: 0.6;
  display: inline-block;
}

/*--comComparePaint--*/

#main .comparePaint {
  padding: 10px 0 50px 0;
}

#main .compareTable {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}

#main .compareTable th,
#main .compareTable td {
  vertical-align: top;
  text-align: center;
  width: auto;
  padding: 10px;
}

#main .compareTable th {
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  background: #e8340c;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 20;
}

#main .compareTable tbody th:after {
  content: "";
  width: 997px;
  height: 48px;
  background: url(./img/common/arrow_down.png) no-repeat right 15px center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
}

#main .compareTable tbody th.active:after {
  background: url(./img/common/arrow_up.png) no-repeat right 15px center;
}

#main .compareTable thead th:after {
  content: none;
}

#main .compareTable th:first-of-type {
  width: 12%;
}

#main .compareTable th:nth-child(2),
#main .compareTable th:nth-child(3) {
  background: #999;
}

#main .compareTable th:last-of-type {
  width: 37%;
}

#main .compareTable tr.thinking td {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}

#main .compareTable td {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  padding: 5px 10px;
}

#main .compareTable td:nth-child(4) {
  background: #fff;
  border: 2px solid #e8340c;
  border-top: none;
}

#main .compareTable td span {
  font-size: 32px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

#main .compareTable td span.goodS {
  color: #e01c1c;
  font-size: 42px;
  line-height: 1.1;
}

#main .compareTable ul {
  margin: 10px 0;
  padding-left: 15px;
  padding-top: 10px;
  border-top: #ccc solid 1px;
}

#main .compareTable ul li {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  list-style-type: disc;
  margin-top: 2px;
  padding-left: 0;
  line-height: 1.7;
}

#main .compareTable td:nth-child(4) ul li {
  font-size: 15px;
  font-weight: bold;
}

#main .compareTable ul li:before,
#main .compareTable ul li:after {
  content: none;
}

/*----comScore-----*/

#main .scoreBox {
}

#main .scoreBox .catchTtl {
  font-size: 40px !important;
  text-align: left !important;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}

#main .scoreBox .catchTtl span {
  display: block;
  font-size: 78px;
}

#main .scoreBox .catchTtl strong {
  color: #e50012;
}

#main .scoreBox .catchTtl img {
  float: right;
  margin-top: -30px;
}

#main .scoreBox .scoreList {
  position: relative;
  overflow: hidden;
}

#main .scoreBox .scoreList li {
  background: #f60;
  color: #fff;
  position: relative;
  width: 487px;
  float: left;
  padding: 0;
}

#main .scoreBox .scoreList li {
  margin-right: 25px;
}

#main .scoreBox .scoreList li:nth-child(2n) {
  margin-right: 0;
}

#main .scoreBox .scoreList li p {
  padding: 10px 20px;
  height: 60px;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
}

/*--comEnquete--*/

#main .enqueteBox {
}

#main .enqueteBox p {
  font-size: 20px;
}

#main .enqueteBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .enqueteBox ul li {
  background: none;
  width: 25%;
  width: calc(25% - 8px);
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

#main .enqueteBox ul li a {
  text-decoration: none;
  color: #333;
}

#main .enqueteBox ul li img {
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 242px;
}

#main .enqueteBox ul li h3 {
  background: none;
  border: 0;
  margin: 5px 0 0;
  padding: 0;
  color: #12a73b;
  font-size: 15px;
  line-height: 1.4;
}

#main .enqueteBox ul li .contTxt {
  font-weight: bold;
  display: block;
}

/*--comIdeal--*/

#main .iDeal {
}

#main .iDeal .inner {
  padding-bottom: 0;
}

#main .iDeal article {
  padding-bottom: 0;
}

#main .iDeal .catchTtl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

#main .iDeal .catchTtl strong {
  color: #e50012;
}

/*---comIdea---*/

#main .comIdea {
  margin-bottom: 29px;
}

#main .comIdea .ttl {
  margin-bottom: 3px;
}

#main .comIdea ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}

#harikae #main .comIdea ul,
#menu #main .comIdea ul,
#apartment #main .comIdea ul {
  -webkit-justify-content: space-around;
  /*--- safari（PC）用 ---*/
  justify-content: space-around;
  padding: 0 90px;
}

#main .comIdea ul:after {
  content: none;
}

#main .comIdea li {
  padding-left: 0;
  float: none;
  width: 182px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .comIdea li:before,
#main .comIdea li:after {
  content: none;
}

#main .comIdea li img {
  display: block;
  margin: 0 auto;
}

#main .comIdea li span {
  font-size: 18px;
  padding: 10px 10px;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  border-radius: 6px;
  background: #ff8800;
  display: block;
  margin-bottom: 30px;
}

#main .comIdea li span:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #ff8800;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

#main .comIdea li:first-child {
  padding-left: 0;
}

/*--ショールーム特徴--*/

#main .showroomFeature {
}

#main h3.showroomH {
  background: none;
  font-size: 36px;
  color: #0b8f1f;
  border-top: none;
  box-shadow: none;
  padding: 0;
  margin: 20px 0;
}

#main .showroomFeature p {
  margin-bottom: 0;
}

#main .featureBox {
  position: relative;
  overflow: hidden;
  background: #e8340c;
  margin: 30px 0;
}

#main .featureBox p {
  margin-top: 0;
}

#main .featureBox ul {
  padding: 10px;
  float: right;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

#main .featureBox ul li {
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  line-height: 1.8;
}

#main .featureBox ul li:before,
#main .featureBox ul li:after {
  content: none;
}

#main .featureBox ul li:first-child {
  margin-top: 0;
}

#main .featureBox ul li p {
  font-size: 14px;
  line-height: 1.8;
}

#main .featureBox ul li h4 {
  background: #23ac38 !important;
  color: #fff;
  font-size: 25px;
  display: table-cell;
  padding: 26px 5px !important;
  height: 100%;
  width: 3em;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0 !important;
  line-height: 1;
}

#main .featureBox ul li h4:before,
#main .featureBox ul li h4:after {
  display: none;
}

#main ul.featureImg li {
  float: left;
  margin-bottom: 30px;
  padding: 0;
  width: 480px;
  height: 303px;
  position: relative;
  overflow: hidden;
}

#main ul.featureImg li:last-child {
  float: right;
}

#main ul.featureImg li:before,
#main ul.featureImg li:after {
  display: none;
}

#main ul.featureImg li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*--トップスライド--*/

a.leftNav,
a.rightNav {
  background: url(./img/common/bg2.png);
  outline: none;
  transition: none;
}

.leftNav:before,
.rightNav:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: none;
}

.leftNav:hover {
  background: url(./img/common/leftNav.png) right center no-repeat;
  /*rgba(204,204,204,0.4);*/
  transition: none;
  opacity: 1;
}

.rightNav:hover {
  background: url(./img/common/rightNav.png) left center no-repeat;
  /*rgba(204,204,204,0.4);*/
  transition: none;
  opacity: 1;
}

.leftNav:hover:before,
.rightNav:hover:before {
  background: url(./img/common/bg2.png);
  transition: none;
}

/*--下層ページメインビジュアル--*/

#pageTitle {
  position: relative;
  overflow: hidden;
  height: 240px;
  background: #d5dcf1;
}

#pageTitle .inner {
  width: 100%;
  height: 100%;
  padding: 120px 0 0 0;
}

#pageTitle .hone,
#pageTitle h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: none;
  border: none;
  background: rgba(35, 172, 56, 0.9);
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 42px;
  text-shadow: -1px -2px 0 #333;
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 0;
}

#pageTitle .hone span,
#pageTitle .hone small,
#pageTitle h1 span,
#pageTitle h1 small {
  display: block;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#pageTitle .hone small,
#pageTitle h1 small {
  font-size: 30px;
}

#pageTitle .hone span,
#pageTitle h1 span {
  color: #fcff00;
}

/*#pageTitle h1 span small {
	display:inline;
	font-size:24px;
	color:#fcff00;
	padding-left:15px;
	text-transform: uppercase;
}*/
#pageTitle .hone img,
#pageTitle h1 img {
  position: absolute;
  bottom: 0;
  right: calc(50% - 570px);
}

/*#pageTitle h1 span.subttl {
    display: block;
    font-size: 18px;
    border-left: none;
    padding-left: 0;
}*/

/*--ぱんくず--*/

#pagePath {
  background: #0b3e9b;
  padding: 5px 0;
}

#pagePath p {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
}

#pagePath p a {
  color: #fff;
}

/*--フォーム--*/

#main .formD h3 {
  background: #0eaa8e;
  border-top: none;
  color: #fff;
  margin: 0;
}

#main .formD ul li:before,
#main .formD ul li:after {
  content: none;
}

#main #form {
  padding: 15px 0 30px;
}

#main h3.gHb,
#main h3.formH,
#main #form h3 {
  background: none;
  font-size: 40px;
  color: #23ac38;
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  box-shadow: none;
}

#main h3.gHb {
  font-size: 52px;
  line-height: 1.3;
}

#main #form ul li {
  background: none !important;
  padding: 0;
}

#main #form ul li:before,
#main #form ul li:after {
  content: none;
}

#main #form ul.formStep {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#main #form ul.formStep li {
  background: #cccccc !important;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0 !important;
  position: relative;
  width: 243px;
  float: left;
  height: 50px;
  padding: 0 10px 0 80px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}

#main #form ul.formStep li:before,
#main #form ul.formStep li:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #cccccc;
  content: "";
  display: block;
  position: absolute;
}

#main #form ul.formStep li:before {
  left: 100%;
  top: 0;
  z-index: 10;
  background: none;
}

#main #form ul.formStep li:after {
  border-width: 26px 0 26px 12px;
  border-color: transparent transparent transparent #fff;
  left: 100.5%;
  top: 0;
  z-index: 9;
  -webkit-transform: none;
  transform: none;
}

#main #form ul.formStep li:last-child:before,
#main #form ul.formStep li:last-child:after {
  display: none;
}

#main #form ul.formStep li.on {
  background: #e8340c !important;
  color: #fff;
}

#main #form ul.formStep li.on:before {
  border-color: transparent transparent transparent #e8340c;
}

#main #form ul.formStep li span {
  border-radius: 50%;
  background: #23ac38;
  width: 57px;
  height: 57px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  position: absolute;
  top: -3px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  text-align: center;
}

#main #form ul.formStep li:first-child span {
  left: 2px;
}

#main .formBox table {
  margin-bottom: 20px;
}

#main .formBox th {
  padding: 20px 15px;
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
  font-size: 16px;
  background: #ff8800;
  color: #fff;
}

#main .formBox th span {
  background: #e8340c;
  color: #fff;
  font-size: 14px;
  float: right;
  padding: 2px 15px;
}

#main .formBox th span.any {
  background: #b0b0b0;
}

#main .formBox td {
  padding: 5px;
  font-weight: bold;
  vertical-align: middle;
  font-size: 13px;
  background: #eeeeee;
}

#main .formBox td .wpcf7c-elm-step1 {
  font-size: 13px;
}

#main .formBox td span {
  display: inline-block;
  font-size: 16px;
}

#main .formBox td span label {
  padding-right: 25px;
}

#main .formBox td a {
  background: url(./img/common/arrow01.png) no-repeat 0 5px;
  color: #333;
  font-size: 16px;
  padding-left: 25px;
  float: none;
  position: inherit;
  top: inherit;
  right: inherit;
}

#main .formBox td input[type="text"],
#main .formBox td input[type="tel"],
#main .formBox td input[type="email"] {
  padding: 5px;
  height: 30px;
  /*line-height: 30px;*/
  width: 690px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #ffffcc;
}

#main .formBox td textarea {
  padding: 5px;
  width: 690px;
  height: 100px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: auto;
  background: #ffffcc;
}

#main .formBox td select,
#main .formBox td input[type="date"],
#main .formBox td input#yourDate {
  width: 200px;
  font-size: 14px;
  padding: 2px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-right: 10px;
  background: #ffffcc;
}

#main .formBox td input[type="date"],
#main .formBox td input#yourDate {
  width: 360px;
}

#main .formBox td input[type="file"] {
}

#main .formBox td input[type="checkbox"] {
}

#main .formBox .submit {
  text-align: center;
}

#main .formBox .submit li {
  margin: 0 5px;
  display: inline;
}

#main .formBox .submit input {
  text-align: center;
  vertical-align: top;
  cursor: pointer;

  font-size: 24px;
  font-weight: bold;
  padding: 10px 50px;
  text-decoration: none;
  display: inline-block;

  color: #fff !important;
  border-radius: 5px;
  border: none;
  padding: 5px 70px 10px;

  background: #ff8800;
  border-bottom: #bf6701 solid 3px;
}

#main .formBox .submit input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#main .formBox .submit input[type="button"] {
  margin-right: 10px;
}

#main .formBox td input.wpcf7c-conf,
#main .formBox td select.wpcf7c-conf,
#main .formBox td textarea.wpcf7c-conf {
  border: none !important;
  background: #efefef !important;
}

#main .formBox td select.wpcf7c-conf {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

#main .formBox td select.wpcf7c-conf::-ms-expand {
  display: none;
}

#main .formBox td input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #efefef inset !important;
}

/*--メインカラム--*/

#contents {
  margin: 30px auto 0;
}

#contents section {
  /*width: 1000px;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/*--ブログ形式ページ--*/

#main .taxList li,
#main .areaList li,
#main .colorList li {
  display: inline-block !important;
  padding: 0;
  background: none;
  margin: 0;
}

#main .taxList li:before,
#main .areaList li:before,
#main .colorList li:before,
#main .taxList li:after,
#main .areaList li:after,
#main .colorList li:after {
  content: none;
}

#main .cat a,
#main .areaList a,
#main .taxList li a,
#main .areaList li a,
#main .colorList li a {
  display: inline-block !important;
  background: #e8340c;
  color: #fff !important;
  font-weight: bold;
  margin: 0 4px 4px 0;
  text-decoration: none;
  padding: 0 5px;
  border-radius: 3px;
  position: inherit;
  font-size: 13px;
}

#main .areaList a,
#main .areaList li a {
  background-color: #ff8800;
  border: solid 1px #ff8800;
}

#main .cat.colorList a,
#main .colorList li a {
  background-color: #53b9c4;
}

#main .taxList.materialList li a {
  background: #0e4894;
}

#main .taxList.mixList li a {
  background: #23ac38;
  font-size: 20px;
}

#main .taxList.mixList li.current-cat a {
  color: #23ac38 !important;
  border: solid 1px #23ac38;
}

#blog #main .taxList li .children li a {
  background: none;
  color: #333 !important;
  padding-left: 25px;
}

#blog #main .taxList li .children li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  left: 10px;
  position: absolute;
  font-size: 16px;
  height: 16px;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  color: #f60;
}

#blog #main .taxList li .children li a:hover {
  text-decoration: underline;
}

#main .taxList li.current-cat a {
  background-color: #fff;
  color: #5e86a9 !important;
  border: solid 1px #5e86a9;
}

#main .areaList li.current-cat a {
  background-color: #fff;
  color: #f60 !important;
  border: solid 1px #f60;
}

#main .taxList.materialList li.current-cat a {
  background-color: #fff;
  color: #0e4894 !important;
  border: solid 1px #0e4894;
}

#main .infoBox {
  padding: 8px 0;
  border-bottom: dotted 1px #333;
  overflow: hidden;
  margin-bottom: 30px;
}

#main .infoBox .time {
  float: right;
  font-weight: bold;
}

#main #archiveList {
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

#main .worksArchiveBox {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}

#main #archiveList article {
  width: 316px;
  /* float: left; */
  margin: 0 26px 40px 0;
  position: relative;
  padding: 0;
  background: #0e4894;
}

#main #archiveList article:nth-child(3n) {
  margin-right: 0;
}

#main #archiveList a {
  display: block;
  text-decoration: none !important;
}

#main #archiveList a:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main #archiveList h3,
#main #archiveList .contTxt,
#main #archiveList .price {
  display: block;
  border: none;
  background: none;
  line-height: 1.4;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main #archiveList h3 {
  margin: 20px 0 0 0;
  box-shadow: none;
}

#main .archiveBox {
  display: flex;
  flex-flow: row wrap;
}

#voice #main #archiveList h3 {
  margin-top: 0;
}

#blog #main #archiveList h3 {
  height: 24px;
  margin-top: 20px;
}

#main #archiveList .archiveTumb {
  width: 316px;
  height: 206px;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#main #archiveList img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#blog #main #archiveList img {
  height: 100%;
  width: auto;
}

#main #archiveList .contTxt img {
  display: none !important;
}

#main #archiveList .price {
  font-weight: bold;
  color: #e8340c;
}

#main #archiveList .price li {
  padding: 0;
  display: inline-block;
}

#main #archiveList .price li span {
  display: inline-block;
  background: #e8340c;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 1px 5px 0 5px;
  margin-right: 8px;
}

#main #archiveList .price li:before,
#main #archiveList .price li:after {
  content: none;
}

#main #archiveList .time {
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
}

#main #archiveList .detail {
  color: #fff;
  font-size: 12px !important;
  font-weight: bold;
  background: #23ac38;

  box-shadow: 0px -2px 0px 0px #65ad72;
  border-radius: 4px;
  padding: 0 6px;
  width: 110px;
  margin: 10px auto 0;
  display: block;
  text-align: center;
  transition: 0.7s;
}

#main #archiveList .cat {
  position: absolute;
  top: 212px;
  left: 5px;
  font-size: 13px;
  line-height: 1.4;
  height: 20px;
  overflow: hidden;
}

#main #archiveList .cat a {
  position: relative;
}

#main .blogSingle img {
  max-width: 100%;
  height: auto;
}

/* blog目次 */
#main #toc_container {
  background: #ededed;
  border: 1px solid #e8340c;
  padding: 20px 30px;
  width: 80%;
  margin: 0 auto 1em;
  box-sizing: border-box;
}

#main #toc_container .toc_title {
  font-weight: bold;
  text-align: center;
}

#toc_container ul ul {
  margin-left: 1.25em;
}

#main #toc_container .toc_list a {
  text-decoration: none;
  text-shadow: none;
}

/* 投稿者情報 */
#main .staffBox {
  margin-top: 30px;
  border: #23ac39 solid 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

#main .staffBox .staffName {
  margin-top: 10px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
}

#main .staffBox .staffName span {
  color: #e8340c;
  font-size: 15px;
  display: inline-block;
}

#main .staffBox .staffProf {
  width: 235px;
  float: left;
  margin-right: 40px;
}

#main .staffBox .staffProf img {
  width: 100%;
}

#main .staffBox h3 {
  clear: none;
  margin-top: 0;
  overflow: hidden;
}

#main .staffBox h4,
#main .staffBox h5,
#main .staffBox h6 {
  clear: none;
  overflow: hidden;
}

#main .staffcom {
  overflow: hidden;
}

/*--施工事例・お客様の声--*/

#main .cstColorphoto li {
  position: relative;
}

#main .cstColorphoto .medal {
  position: absolute;
  right: 0;
  top: 95px;
}

#main .cstColorphoto .medal {
  position: absolute;
  right: 0;
  top: 95px;
}

#main .picBox {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

#main .picBox .photo {
  float: right;
  width: 686px;
  height: 456px;
  position: relative;
  overflow: hidden;
}

#main .picBox .btmPhoto {
  float: left;
  width: 287px;
  height: 207px;
  position: relative;
  overflow: hidden;
}

/*#main .picBox .photo a,
#main .picBox .btmPhoto a{
    position: relative;
    overflow: hidden;
}*/

/*#main .picBox .btmPhoto span.bImg{
    width: 287px;
    height: 207px;
    position: relative;
    overflow: hidden;
    display: block;
}*/

#main .picBox .photo img,
#main .picBox .btmPhoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*#main .picBox .btmPhoto:before,
#main .picBox .btmPhoto:after {
    position: absolute;
    top: 100%;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#main .picBox .btmPhoto:before {
    right: -50px;
    top: 284px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 32px solid transparent;
    border-left: 45px solid #e50012;
}
#main .picBox .btmPhoto:after {
    right: 15px;
    width: 75px;
    height: 74px;
    border: 24px solid transparent;
    border-bottom: 25px solid #e50012;
    border-radius: 0 0 0px 123px;
}*/

#main .picBox .arrowImg {
  margin: 10px 0 0;
  float: right;
}

#main .picBox02 {
  margin-top: 40px;
}

#main .picBox02 .photo {
  float: right;
  width: 686px;
  position: relative;
}

#main .picBox02 .btmPhoto {
  float: left;
  width: 287px;
  position: relative;
}

#main .picBox02 .arrowImg {
  margin: 15px 0 0 100px;
}

#main .picBox03 .btmPhoto {
  display: none;
}

#main .picBox03 {
  background: #efefef;
  padding: 15px;
}

#main .picBox03 .photo {
  margin: 0 auto;
  float: none;
}

#main .picBox span.after,
#main .picBox span.before {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e8340c;
  display: inline-block;
  z-index: 10;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px 2px 10px;
}

#main .picBox span.after {
  background: #0e4894;
}

#main .picBox span span {
  opacity: 0.5;
  margin-left: 5px;
}

#main .voiceSummary {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

#main .voicephotList {
  float: left;
  width: 316px;
  margin-right: 30px;
}

#main .voicephotList li {
  background: none;
  padding: 0;
  position: relative;
  margin: 0 0 20px;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 316px;
  height: 206px;
  overflow: hidden;
}

#main .voicephotList li:before,
#main .voicephotList li:after {
  content: none;
}

#main .voicephotList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#main .voicephotList li .imgLayer,
#main .voiceSummary .enqImg .imgLayer {
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: none;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
}

#main .voiceSummary .enqImg .imgLayer {
  right: inherit;
}

#main .voiceSummary .enqImg {
  width: auto;
  height: 500px;
  text-align: center;
}

#main .voiceSummary .enqImg a > img {
  height: 100%;
  width: auto;
}

#main .voiceData {
}

#main .voiceData table {
  margin-bottom: 30px;
}

/*------------- tmp -------------*/

#readmore {
  clear: both;
  padding-top: 50px;
  text-align: center;
}

#readmore a {
  font-size: 21px;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff;
  background: #002590;
  padding: 10px 10px 25px 10px;
  display: block;
  width: 400px;
  margin: 10px auto 0;
  box-shadow: 0 5px 0 0 rgba(0, 20, 142, 0.6);
  line-height: 1.2;
  position: relative;
}

#readmore a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: 0 0 0 -7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#readmore img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  border: none !important;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  background: #fff;
  display: inline-block !important;
  border-radius: 3px;
  line-height: 1.2;
}

.wp-pagenavi a {
  background: #ff8800;
  color: #fff !important;
  border: none !important;
}

/*投稿画像の回り込み処理*/

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 0;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 0;
  margin: 0 30px 10px 0;
  display: inline;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 2px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
}

img {
  border-style: none;
}

#main .nobr br {
  display: none;
}

#main p.wp-caption {
  font-size: 0.8em;
  line-height: 1.2em;
}

#main p.wp-caption img {
  margin-bottom: 5px;
}

#main p.wp-caption .caption-text {
  text-align: left;
}

/*pagenavi*/

#main .naviUl {
  margin: 0 0 20px !important;
  height: 34px;
  position: relative;
}

#main .pagenavi {
  padding: 20px 0 0 0 !important;
  margin: 0 auto !important;
  text-align: center;
  position: relative;
}

#main .pagenavi a {
  display: inline-block;
  border-radius: 5px;
  background: #ff8800;
  /*border:solid 3px #338593;*/
  padding: 5px 5px;
  width: 130px;
  text-align: center;
  transition: 0.7s;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .pagenavi a:link,
#main .pagenavi a:hover,
#main .pagenavi a:visited {
  color: #fff !important;
  text-decoration: none !important;
}

#main .pagenavi a:hover {
  opacity: 0.75;
  transition: 0.7s;
}

#main .pagenavi li {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  display: block;
  width: 140px;
}

#main .pagenavi li:before,
#main .pagenavi li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: inherit;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .pagenavi li:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

#main .pagenavi li:after {
  right: 26px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ff8800;
  border-right: 2px solid #ff8800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main .pagenavi .prev {
  position: absolute;
  right: 0;
}

#main .pagenavi .prev a {
  padding: 5px 20px 5px 5px;
}

#main .pagenavi li.list {
  position: absolute !important;
  left: 50%;
  margin-left: -70px !important;
}

#main .pagenavi li.list:before,
#main .pagenavi li.list:after {
  content: none;
}

#main .pagenavi .next {
  position: absolute !important;
  left: 0;
}

#main .pagenavi li.next:before,
#main .pagenavi li.next:after {
  left: 20px;
  right: inherit;
}

#main .pagenavi li.next:after {
  left: 26px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#main .pagenavi .next a {
  padding: 5px 5px 5px 20px;
}

/*-------------------#top-----------------*/

#top #mainv {
  margin-top: 1px;
}

#main .bnrSsec ul {
  padding: 0;
  margin: 0;
}

#main .bnrSsec li {
  float: left;
  padding: 0;
  margin: 0;
}

#main .bnrSsec li:first-child {
  margin-right: 20px;
}

#main .bnrSsec li:before,
#main .bnrSsec li:after {
  content: none;
}

#top #main iframe {
  box-sizing: border-box;
}

#top .mainCatch {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  border-bottom: #e8340c 8px solid;
}

#top .mainCatch h2 {
  color: #0e4894;
  background: none;
  width: 1000px;
  font-size: 28px;
  box-shadow: none;
  padding: 0;
  line-height: 1.4;
  border: none;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px;
}

#top .mainCatch h2 img {
  float: left;
  margin: -15px 2px 5px 0;
}

#top .mainCatch h2 span {
  font-size: 46px;
  display: block;
  color: #333;
}

#main p.chirashi {
  text-align: center;
  font-weight: bold;
}

#main p.chirashi a {
  color: #333;
  font-size: 25px;
  display: inline;
}

#main p.chirashi a .fc-r {
  color: #d00000 !important;
  text-decoration-color: #d00000 !important;
  text-decoration-line: underline;
}

#main h2.topH + .inner {
  padding-top: 0;
}

#top #main .checkS {
  background: #eff4f9 url(./img/common/bg_chk.jpg) center bottom no-repeat;
}

#top #main .worksS,
#top #main .voiceS {
  background: url(./img/common/bg01.png) center center;
  border-top: #e8340c 8px solid;
}

#top #main .worksS h2,
#top #main .voiceS h2 {
  font-size: 33px;
  background: none;
  box-shadow: none;
  border: none;
  color: #333;
  line-height: 1.3;
  padding: 0px;
  margin: 20px auto 30px;
}

#top #main .voiceS h2 {
  margin-bottom: 40px;
}

#top #main .worksS h2 img,
#top #main .voiceS h2 img {
  float: left;
  margin-right: 20px;
  margin-top: -20px;
}

#top #main .worksS h2 span,
#top #main .voiceS h2 span {
  color: #23ac38;
  font-size: 16px;
  display: block;
}

/*
#main h2.topH span{
	font-size:15px;
	position:absolute;
	top:-10px;
	left:60px;
}
*/

/*
#top .mainCatch .imgLayer {
    left: 0;
    z-index: 22;
}


#top .mainCatch h2 a {
    color: #0b3e9b;
    text-decoration: none;
    font-size: 20px;
    display: block;
	float:right;
    background: #fff;
    padding: 7px 10px 5px 30px;
    border-radius: 4px;
	position: relative;
}
#top .mainCatch h2 a:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #d73d33;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -7px;
}
#top .mainCatch h2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -4px;
}



#top .mainCatch h2:after {
    display: none;
}*/

/*#top .mainCatch h2 span.txtL {
    font-size: 38px;
}
#top .mainCatch h2 span.txtL strong {
    color: #d73d33;
}
#top .mainCatch h2 span.txtEn {
    color: #0eaa8e;
    font-size: 15px;
}*/

/*お問い合わせ件数*/
.top_inquiry {
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.top_inquiry_link {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: ease 0.4s;
}

.top_inquiry_link:hover {
  background: rgba(255, 255, 255, 0.4);
}

#main .top_inquiry h3 {
  background: none;
  border: none;
  margin: 0;
  padding-top: 10px;
}

#main .top_inquiry h3 span {
  font-size: 16px;
}

.top_inquiry dl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 10px 15px;
}

.top_inquiry dt {
  width: 210px;
  font-size: 20px;
  font-weight: bold;
  background: url(./img/common/bg_inquiry.png);
  padding: 7px 0;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}

.top_inquiry dt:first-child {
  background: url(./img/common/bg_inquiryG.png);
}

.top_inquiry dd {
  color: #d0004d;
  width: 85px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
  margin-right: 20px;
}

.top_inquiry dd:first-of-type {
  font-size: 26px;
}

.top_inquiry dd:last-child {
  margin: 0;
}

.pccut {
  display: none;
}

#top #main .tmp.bg01 .estimatesBox {
  margin-bottom: 15px;
}

#top #main .tmp.bg01 .estimatesBox a {
  text-decoration: none;
  color: #333;
}

.newsBox {
  width: 480px;
  position: relative;
  float: left;
}

.newsBox .imgLayer {
  top: 0;
  right: 5px;
  z-index: 10;
}

ul.informationTab {
  overflow: visible;
  border-bottom: #89603c solid 5px;
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: bold;
  margin-top: 60px;
}

ul.informationTab:after {
  content: " ";
  display: block;
  clear: both;
}

ul.informationTab li {
  float: left;
  position: relative;
  margin-right: 10px !important;
  padding: 12px 15px !important;
  text-align: center;
  width: 120px;
  cursor: pointer;
  font-size: 15px !important;
  border-radius: 3px 3px 0 0;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background-color: #aaaaaa;
}

ul.informationTab li:last-child {
  margin-right: 0 !important;
}

ul.informationTab li:before,
ul.informationTab li:after {
  content: none !important;
}

ul.informationTab li.active,
ul.informationTab li:hover {
  background-color: #89603c;
}

ul.informationTab li span {
  position: absolute;
  background: #0e4894;
  width: 120px;
  top: -40px;
  left: 15px;
  border-radius: 5px;
  padding: 4px 0;
}

ul.informationTab li span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50px;
  bottom: -15px;
  border-top: 15px solid #0e4894;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

ul.tabContent li:hover {
}

ul.tabContent li.active {
}

div.tabContent {
  clear: both;
  display: none;
}

div.active {
  display: block;
}

#main .newsBox h3 {
  position: relative;
  background: none;
  font-family: Bahnschrift, Gadget, "Anton", sans-serif;
  font-size: 40px;
  font-weight: 900;
  padding: 0;
  border-top: none;
  margin: 0;
  line-height: 1;
  border-image: none;
  color: #fff;
}

#main .newsBox h4 {
  font-size: 12px !important;
  padding: 0 !important;
  position: relative !important;
  margin: 0 0 5px !important;
}

#main .newsBox .ttl {
  font-size: 12px !important;
  padding: 0 !important;
  position: relative !important;
  margin: 0 0 5px !important;
  font-weight: normal !important;
  color: #fff;
}

#main .newsBox h4:before,
#main .newsBox h4:after {
  content: none !important;
}

#main .newsBox .btn {
  margin: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  font-size: 16px;
}

#main .newsBox .btn a {
  color: #fff !important;
  font-size: 16px;
}

#main .newsBox .inBox {
  border-top: solid 6px #23ac38;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  margin-bottom: 0;
}

#main .newsBox .inBox li {
  position: relative;
  overflow: hidden;
  border-bottom: #333 dotted 1px;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

#main .newsBox .inBox li:first-of-type {
}

#main .newsBox .inBox li:last-of-type {
  margin-bottom: 0;
}

#main .newsBox .inBox li:before,
#main .newsBox .inBox li:after {
  content: none;
}

#main .newsBox .inBox li a {
  color: #333;
  text-decoration: none !important;
  display: block;
  position: relative;
  overflow: hidden;
}

#main .newsBox .inBox li h4 {
  background: none !important;
  color: #0e4894 !important;
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 3em;
  overflow: hidden;
}

#main .newsBox .inBox li .price {
  color: #d73d33 !important;
}

#main .newsBox .inBox p {
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

#main .newsBox .inBox p {
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

#main .newsBox .inBox p.time {
  margin-bottom: 7px !important;
}

#main .newsBox .inBox .contTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

#main .newsBox .inBox p strong {
  color: #e50012;
}

#main .newsBox .inBox .cat {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 176px;
  height: 25px;
  overflow: hidden;
}

#main .newsBox .inBox li .cat a {
  color: #fff;
  position: relative !important;
  overflow: visible;
}

#main .newsBox .inBox li .newsTumb {
  width: 156px;
  height: 116px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #ededed;
  float: left;
  margin-right: 20px;
}

#main .newsBox .inBox li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#main .newsBox .inBox li .overflowH {
  margin-top: 30px;
}

#main .newsBox .topNewsBtn {
  background: #fff;
  padding: 0 15px;
  overflow: hidden;
}

#main .newsBox .topNewsBtn li {
  color: #fff;
  position: relative;

  width: 31%;
  width: calc(33% - 4px);
  float: left;
  margin: 0 8px 10px 0;
  padding: 0;
}

#main .newsBox .topNewsBtn li:last-child {
  margin-right: 0;
}

#main .newsBox .topNewsBtn li:before,
#main .newsBox .topNewsBtn li:after {
  content: none;
}

#main .newsBox .topNewsBtn li a,
#main .newsBox .btn {
  display: block;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 10px 35px 10px 20px;
  text-decoration: none !important;
  border-radius: 5px;
  background: #ff8800;
  border-bottom: #bf6701 solid 3px;
}

#main .newsBox .topNewsBtn li a:before,
#main .newsBox .topNewsBtn li a:after,
#main .newsBox .btn a:before,
#main .newsBox .btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .newsBox .topNewsBtn li a:before,
#main .newsBox .btn a:before {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

#main .newsBox .topNewsBtn li a:after,
#main .newsBox .btn a:after {
  right: 14px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ff8800;
  border-right: 2px solid #ff8800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main .newsBox .newsTtlbox {
  position: relative;
  overflow: hidden;
}

#main .worksBox {
  background-image: url(./img/common/bg_servicecontents.png),
    url(./img/common/bg_servicecontents_over.jpg);

  background-repeat: repeat, no-repeat;

  background-position: center, bottom;

  padding: 20px 0;
}

#main .reasonBox {
  padding: 20px 0;
}

#main .worksBox .inner {
  padding: 0 0 30px 0;
}

#main .worksBox h2,
#main .voiceBox h2,
#main .profileBox h2,
#main .reasonBox h2 {
  /*    position: relative;
    z-index: 10;
    padding: 35px 0 0;
    width: 1000px;
    margin: 0 auto;
    color: #333;
    font-size: 35px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;*/
}

#main .worksBox h2 {
  background: none;
  color: #333;
  font-size: 30px;
  text-align: center;

  padding: 5px 10px;
  margin: 0 auto 30px;

  text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
}

#main .reasonBox h2 {
}

#main .worksBox h2:after,
#main .voiceBox h2:after,
#main .profileBox h2:after,
#main .reasonBox h2:after {
  display: none;
}

#main .worksBox h2 span,
#main .voiceBox h2 span,
#main .profileBox h2 span,
#main .reasonBox h2 span {
}

#main .worksBox h2 span.txtL,
#main .voiceBox h2 span.txtL,
#main .profileBox h2 span.txtL,
#main .reasonBox h2 span.txtL {
  font-size: 48px;
  display: block;
  margin: 0 auto;
}

#main .worksBox h2 span.txtEn,
#main .voiceBox h2 span.txtEn,
#main .profileBox h2 span.txtEn,
#main .reasonBox h2 span.txtEn {
  color: #0eaa8e;
  font-size: 20px;
  display: block;
}

/*#main .worksBox h2 span.attentionTxt,
#main .voiceBox h2 span.attentionTxt {
    background: #f8771a;
    color: #fff;
    border-radius: 50%;
    width: 155px;
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
}*/

#main .worksBox h2 img,
#main .voiceBox h2 img {
  float: left;
  margin: -20px 20px 0 0;
}

#main .reasonBox h2 img {
  float: left;
  margin: -15px 10px 0 0;
}

#main .worksCats,
#main .worksS ul.worksCgry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#main .worksCats {
  justify-content: flex-start;
  align-items: flex-start;
}

#main .worksCatsItem .itemName,
#main .worksS ul.worksCgry li {
  background: #23ac38;
  display: block;
  width: 186px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  border-bottom: #0b861c solid 3px;
}

#main .worksCatsItem .itemName,
#main .worksS ul.worksCgry li a {
  color: #fff;
  text-decoration: none;
}

#main .worksCatsItem .itemName {
  margin: 0 20px 10px 0;
}

#main .worksCatsItem ul {
  display: none;
  max-width: 100%;
  width: 1000px;
}

#main .worksS ul.worksCgry li:before,
#main .worksS ul.worksCgry li:after {
  content: none;
}

#main .worksList,
#main .voiceList {
  overflow: hidden;
  padding-bottom: 20px;
  /* clear: both; */
  display: flex;
  flex-flow: row wrap;
}

#main .worksList article,
#main .voiceList article {
  width: 320px;
  /* float: left; */
  margin: 30px 20px 0 0;
  position: relative;
  padding-bottom: 0;
  background: #0e4894;
}

#main .worksList article:nth-child(-n + 3),
#main .voiceList article:nth-child(-n + 3) {
  margin-top: 0;
}

#main .worksList article:nth-child(3n),
#main .voiceList article:nth-child(3n) {
  margin-right: 0;
}

#main .voiceList article:nth-child(3n + 1) {
  clear: both;
}

#main .worksList a,
#main .voiceList a {
  display: block;
  text-decoration: none !important;
  /* height: 100%; */
}

#main .worksList article > a,
#main .voiceList article > a {
  height: 100%;
}

#main .worksList h3,
#main .worksList .contTxt,
#main .worksList .price,
#main .voiceList h3,
#main .voiceList .contTxt {
  display: block;
  border: none;
  background: none;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main .voiceList .contTxt {
  color: #fff;
}

#main .voiceList .contTxt::before,
#main .voiceList .contTxt::after {
  content: none;
}

#main .worksList .ttl,
#main .voiceList .ttl {
  display: block;
  border: none;
  background: none;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main .mainThumb {
  width: 320px;
  height: 226px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #ededed;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .mainThumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#main .voiceList h3,
#main .worksList h3 {
  margin: 0;
  color: #fff;
  margin-bottom: 3px;
  border: none;
  box-shadow: none;
}

#main .voiceList .ttl,
#main .worksList .ttl {
  margin: 0;
  color: #fff;
  margin-bottom: 3px;
  border: none;
  box-shadow: none;
}

#main .worksList .worksExp,
#main .voiceList .worksExp,
#main #archiveList .overflowH {
  color: #fff;
  background: #0e4894;
  padding: 10px;
}

#main .worksList .worksExp h3 {
  margin-top: 30px;
}

#main .worksList .worksExp .ttl {
  margin-top: 30px;
}

#main .worksList .worksExp .price,
#main #archiveList .overflowH .price {
  color: #fff;
  display: table-cell;
  background: #d0004e;
  border-radius: 3px;
  padding: 1px 5px 0 5px;
  margin-right: 8px;
  color: #fff;
}

#main .worksList .time,
#main .voiceList .time {
  line-height: 1.4;
  font-size: 12px;
  display: block;
}

#main .worksListLtl {
  overflow: hidden;
  padding-bottom: 20px;
}

#main .worksListLtl article {
  width: 236px;
  float: left;
  margin: 10px 18px 0 0;
  position: relative;
}

#main .worksListLtl article:nth-child(-n + 4) {
  margin-top: 0;
}

#main .worksListLtl article:nth-child(4n) {
  margin-right: 0;
}

#main .worksListLtl a {
  display: block;
  text-decoration: none !important;
}

#main .worksListLtl h3,
#main .worksListLtl .contTxt,
#main .worksListLtl .price {
  display: block;
  border: none;
  background: none;
  line-height: 1.4;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main .worksListLtl h3 {
  margin: 10px 0 0 0;
  color: #fe9814;
}

#main .worksListLtl .trim {
  width: 236px;
  height: 166px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #ededed;
}

#main .worksListLtl .trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#main .worksListLtl .price {
  color: #e8340c;
}

#main .worksListLtl .price span {
  display: inline-block;
  background: #e8340c;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px 0 5px;
  margin-right: 8px;
}

#main .worksList .cat {
  position: absolute;
  top: 235px;
  left: 5px;
  font-size: 13px;
  line-height: 1.4;
  height: 24px;
  overflow: hidden;
}

#main .worksList .cat a {
  position: relative;
}

#main .voiceList h3 {
  font-size: 15px;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
}

#main .voiceList .ttl {
  font-size: 15px;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
}

#main .resonList {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#main .resonList li {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin: 0 11px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  padding: 0;
}

#main .resonList li:last-child {
  margin-right: 0;
}

#main .resonList li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 5px 5px;
  border-radius: 5px;
  background: #e8340c;
  width: 181px;
}

#main .resonList li:before,
#main .resonList li:after {
  content: none;
}

#main .resonList li:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main .resonList li h4 {
  background: none !important;
  padding: 0 !important;
  font-size: 24px !important;
  line-height: 1.2;
  margin: 10px 0 0 !important;
  color: #fff;
}

#main .resonList li h4:before,
#main .resonList li h4:after {
  display: none;
}

#main .resonList li h4 {
}

#main .resonList li h4 strong.transF {
  transform: scale(0.65, 1);
  transform-origin: top left;
  width: 153%;
}

#main .resonList li h4 small {
  font-size: 18px !important;
  display: block;
}

#main .resonList li p {
  border-radius: 5px;
  background: #cb2804;
  display: block;
  margin: 10px 0 0;
  font-size: 15px;
  text-align: left;
  padding: 5px;
  color: #fff;
}

#main .contentBnrList {
  position: relative;
  overflow: hidden;
}

#main .contentBnrList li {
  float: left;
  margin: 40px 40px 0 0;
  background: none;
  padding: 0;
}

#main .contentBnrList li:nth-child(-n + 2) {
  margin-top: 0;
}

#main .contentBnrList li:nth-child(2n) {
  float: right;
  margin-right: 0;
}

#main .contentBnrList li:before,
#main .contentBnrList li:after {
  display: none;
}

#main .basicKnow {
  background: url("./img/common/bg_t_bdr_w.png") top repeat-x;
  padding-top: 80px;
}

#main .basicKnow h2 {
  color: #fff;
  font-size: 52px;
  float: left;
  margin-right: 15px;
  width: 239px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background: none;
  padding: 0;
  box-shadow: none;
  margin: 0 15px 30px 0;
  border: none;
}

#main .basicKnow h2:after {
  display: none;
}

#main .basicKnow h2 span {
  background: #e8340c;
  display: inline-block;
  border-radius: 5px;
  line-height: 1;
  padding: 5px 3px 0;
  margin-top: 5px;
}

#main .basicKnow h2 span:nth-child(-n + 4) {
  margin-top: 0;
}

#main .basicKnow h2 span img {
  vertical-align: top;
  border-image: none;
}

#main .basicKnow h3 {
  background: #e8340c;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

#main .basicKnow .catchTtl {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-top: 0;
}

#main .basicKnow .catchTtl strong {
  font-size: 70px;
  background: none;
  color: #e8340c;
}

#main .basicKnow .catchTtl span {
  color: #23ac38;
}

#main .basicKnow .pointList {
  /*
    padding-bottom: 25px;
    border-bottom: #333 dotted 1px;*/
  counter-reset: point;
}

#main .basicKnow .pointList li {
  position: relative;
  overflow: hidden;
  counter-increment: point;
}

#main .basicKnow .pointList li h4 {
  font-size: 18px !important;
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
}

#main .basicKnow .pointList li .ttl {
  font-size: 18px !important;
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
}

#main .basicKnow .pointList li h4:before,
#main .basicKnow .pointList li h4:after {
  content: none;
}

#main .basicKnow .pointList li p {
  font-size: 15px !important;
}

/*#main .basicKnow .pointList li:before {
    content: "POINT "counter(point, decimal-leading-zero) !important;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transform: rotate(-45deg);
    z-index: 10;
    background: #f8b500;
    top: 20px;
    left: -50px;
    padding: 4px 50px;
}*/
#main .basicKnow .pointList li:before,
#main .basicKnow .pointList li:after {
  content: none;
}

#main .basicKnow .pointList li .pointImg {
  position: relative;
}

#main .basicKnow .pointList li img {
  display: block;
}

#main .basicKnow .pointList li .imgLayer {
  left: 0;
  bottom: 0;
}

#main .basicKnow .pointList li h6 {
  background: none;
  font-size: 18px;
  padding: 0;
  margin-top: 10px;
}

#main .basicKnow .pointList li h6 strong {
  color: #d73d33;
  display: block;
}

#main .basicKnow .pointList li ul li {
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#main .basicKnow .pointList li ul li strong {
  font-weight: normal;
  background: #fcff00;
  line-height: 0.6;
  display: inline-block;
}

#main .basicKnow .pointTxt .imgL20 {
  margin-top: 20px;
}

#main .profileBox h2 {
  padding: 20px 0 0;
}

#main .profileBox .groupPhoto {
  background: url(./img/common/group_photo01.png) no-repeat center bottom;
  width: 550px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

#main .profileBox .groupPhoto p {
  font-size: 35px;
  color: #ff7a22;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 65px;
}

#main .profileBox .overflowH p {
  font-size: 15px;
}

#main .profileBox ul {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .profileBox ul li {
  display: inline-block;
  border-radius: 3px;
  background: #0eaa8e;
  position: relative;
  width: 48%;
  width: calc(50% - 5px);
  padding: 0;
  margin: 10px 0 0 0;
}

#main .profileBox ul li:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main .profileBox ul li a {
  display: block;
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding: 20px 40px 20px 50px;
  text-decoration: none !important;
}

#main .profileBox ul li:before,
#main .profileBox ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .profileBox ul li:before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

#main .profileBox ul li:after {
  left: 35px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0eaa8e;
  border-right: 2px solid #0eaa8e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------------------#first-----------------*/

#main .firstCtc p {
  font-size: 18px;
}

#main .firstPoint h3 {
  padding: 0 7px;
  margin: 0 0 20px;
}

#main .firstPoint h3 span {
  background: #e12519;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 3px 10px;
  margin: 8px 10px 10px 0;
  line-height: 1.3;
}

#main .firstPoint h3 strong {
  color: #e8340c;
}

#main .firstPoint table {
  width: 480px;
  height: 250px;
  float: right;
  clear: none;
}

#main .firstPoint table th,
#main .firstPoint table td {
  padding: 10px 10px;
  background: #eeeeee;
  position: relative;
  text-align: center;
}

#main .firstPoint table thead th:first-of-type {
  width: 20%;
}

#main .firstPoint table th {
  width: auto;
  background-color: #14788b;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

#main .firstPoint p {
  font-size: 16px;
}

#main .firstPoint p.pointCom {
  border-top: dotted 1px #333;
  margin-top: 30px;
  padding-top: 30px;
}

#main .firstPoint h5 {
  font-size: 36px;
  background: none;
  padding: 0;
  color: #333;
  margin-top: 0;
}

#main .firstPoint table th {
  width: auto;
}

#main .firstPoint table strong {
  font-weight: bold;
  color: #e50012;
}

#main .firstPoint table caption {
  caption-side: bottom;
  text-align: right;
}

#main .firstPoint .btn {
  margin-bottom: 40px;
}

#first #main table strong {
  color: #e50012;
}

#first #main .catchTtl {
  font-size: 50px;
  line-height: 1.3;
}

#main .firstAnswer {
  margin: 30px 0 0;
}

#main .firstAnswer li {
  position: relative;
  overflow: hidden;
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: #333 dotted 1px;
  background: none;
}

#main .firstAnswer li:last-child {
  border-bottom: none;
}

#main .firstAnswer li:before,
#main .firstAnswer li:after {
  content: none;
}

/*-------------------#corporate-----------------*/

#corporate #main table iframe {
  border: #ccc solid 1px;
}

#corporate #main .imgAward_box {
  display: flex;
}

#corporate #main .imgAward_box li {
  width: calc(33% - 1px);
}

#corporate #main .imgAward_box li:first-child {
  padding: 0;
}

#corporate #main .imgAward_box li:before,
#corporate #main .imgAward_box li:after {
  content: none;
}

#corporate #main .imgAward_box li img {
  width: 100%;
}

/*-------------------#showroom-----------------*/

/*#main h1.showroomTtl {
    background: #fe9814;
    color: #FFF;
    border-bottom: rgba(255, 255, 255, 0.5) solid 5px;
    font-size: 30px;
    padding: 5px 10px 5px 20px;
    margin: 30px auto 0;
    position: relative;
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
#showroom #main iframe {
  margin-bottom: 20px;
}

#showroom #main .mainPhoto li {
  margin-bottom: 5px;
}

#showroom #main h2.photoBt {
  background: #ff6600;
  text-align: center;
  margin-top: 0 !important;
}

#showroom #main ul.photoUL p {
  font-size: 18px;
  font-weight: bold;
}

#showroom #main h2.point3 {
  background: #ff6600;
  text-align: center;
  margin-top: 30px;
}

#main ul.showroomMenu {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 473px;
  padding: 0 263px;
  position: relative;
}

#main ul.showroomMenu:before,
#main ul.showroomMenu:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  width: 106px;
  height: 26px;
  background: url(./img/common/bg_showroommenu.png) no-repeat center top;
}

#main ul.showroomMenu:before {
  left: 70px;
}

#main ul.showroomMenu:after {
  right: 70px;
}

#main ul.showroomMenu li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#main ul.showroomMenu li a {
  color: #333;
  text-decoration: none;
}

#main ul.showroomMenu li img {
  display: block;
  margin-bottom: 5px;
}

#main ul.showroomMenu li:before,
#main ul.showroomMenu li:after {
  display: none;
}

#main #form .showroomMerit h3 {
  background: #23ac38;
  font-size: 18px;
  color: #fff;
  font-weight: bold;

  border: none;
  border-radius: 3px;

  display: inline-block;

  padding: 5px 10px;
  margin: 0 0 20px 0;
}

#main #form .showroomMerit ul li {
  width: 310px;
  float: left;
  margin-right: 35px;
  margin-bottom: 30px;
  font-size: 18px;
}

#main #form .showroomMerit ul li:last-child {
  float: right;
  margin-right: 0;
}

#main #form .showroomMerit ul li img {
  float: right;
  margin-left: 5px;
}

#main #form .showroomMerit ul li h4 {
  color: #e8340c;
  font-size: 18px;
  font-family: "Impact", Gadget, "Anton", sans-serif;

  padding: 0 0 0 0;
  margin: 0 0 0 0;
  clear: none;
  font-weight: normal;
}

#main #form .showroomMerit ul li:before,
#main #form .showroomMerit ul li:after,
#main #form .showroomMerit ul li h4:before,
#main #form .showroomMerit ul li h4:after {
  content: none;
}

#main .mainPhoto,
#main .mainPhoto li {
  margin: 0;
  padding: 0;
}

#main .mainPhoto {
  margin: 0;
}

#main .mainPhoto li {
  width: 707px;
  height: 564px;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

#main .mainPhoto li.item2,
#main .mainPhoto li.item3 {
  display: none;
}

#main .mainPhoto li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#main .thumb {
  margin: 0;
  width: 278px;
  float: right;
}

#main .thumb li {
  display: inline-block;
  width: 278px;
  height: 178px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  padding: 0;
  margin: 0 0 15px 0;
}

#main .thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#main .mainPhoto li:before,
#main .mainPhoto li:after,
#main .thumb li:before,
#main .thumb li:after {
  content: none;
}

#main .photoShowroom {
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
}

#main .photoShowroom li {
  margin-bottom: 15px;
}

#main .photoShowroom li:first-child {
  float: left;
  margin-left: 15px;
}

#main table.accessT {
  padding-top: 15px;
}

#main table.accessT th,
#main table.accessT td {
  background: #eeeeee;
}

#main table.accessT th {
  width: 20%;
  background-color: #0eaa8e;
  font-weight: normal;
}

#main .showroomPict {
  position: relative;
  overflow: hidden;
}

#main .showroomPict .mainimglist {
  width: 750px;
  height: 480px;
  position: relative;
  overflow: hidden;
  float: left;
}

#main .showroomPict .mainimglist img {
  width: 750px;
  height: auto;
}

#main .showroomPict .thumbnaillist {
  width: 230px;
  float: right;
  margin-top: 0;
}

#main .showroomPict .thumbnaillist li {
  background: none;
  padding: 0;
  margin: 0 0 15px;
}

#main .showroomPict .thumbnaillist li:last-child {
  margin-bottom: 0;
}

#main .showroomPict .thumbnaillist li a {
  width: 230px;
  height: 150px;
  overflow: hidden;
  display: block;
}

#main .showroomDetail {
  padding-top: 0;
}

#main ul.showroomDetail {
  position: relative;
  overflow: hidden;
}

#main ul.showroomDetail li {
  width: 480px;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

#main ul.showroomDetail li:last-child {
  float: right;
  margin-right: 0;
}

#main ul.showroomDetail li:before,
#main ul.showroomDetail li:after {
  content: none;
}

#main ul.showroomDetail li img {
  margin-bottom: 10px;
}

#main .showroomDetail p {
  font-size: 18px;
  font-weight: bold;
}

#main .showroomDetail table {
  margin-bottom: 30px;
}

#main .showroomDetail .tel {
  margin-top: 0;
}

#main .showroomDetail .tel span {
  background: url(./img/common/ico_freedial.png) no-repeat left center;
  font-family: "Arial Black", Gadget, sans-serif;
  color: #e50012;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  padding-left: 40px;
  display: block;
}

/*
#main .showroomBtn{
    position: relative;
    overflow: hidden;
    text-align: center;
}
#main .showroomBtn li {
    display: inline-block;
    width: 280px;
    border-radius: 4px;
background: -webkit-linear-gradient(90deg, #4fa800 0%, #4fa800 48%, #62d100 50%, #4fa800 100%);
background: -moz-linear-gradient(90deg, #4fa800 0%, #4fa800 48%, #62d100 50%, #4fa800 100%);
background: -o-linear-gradient(90deg, #4fa800 0%, #4fa800 48%, #62d100 50%, #4fa800 100%);
background: -ms-linear-gradient(90deg, #4fa800 0%, #4fa800 48%, #62d100 50%, #4fa800 100%);
background: linear-gradient(0deg, #4fa800 0%, #4fa800 48%, #62d100 50%, #4fa800 100%);
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 10px;
}
#main .showroomBtn li.btn-r{
background: -webkit-linear-gradient(90deg, #e50012 0%, #e50012 48%, #fd2571 50%, #e50012 100%);
background: -moz-linear-gradient(90deg, #e50012 0%, #e50012 48%, #fd2571 50%, #e50012 100%);
background: -o-linear-gradient(90deg, #e50012 0%, #e50012 48%, #fd2571 50%, #e50012 100%);
background: -ms-linear-gradient(90deg, #e50012 0%, #e50012 48%, #fd2571 50%, #e50012 100%);
background: linear-gradient(0deg, #e50012 0%, #e50012 48%, #fd2571 50%, #e50012 100%);
}
#main .showroomBtn li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px;
}
#main .showroomBtn li a:before,
#main .showroomBtn li a:after{
position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#main .showroomBtn li a:before{
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
#main .showroomBtn li a:after {
    left: 34px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #12a73b;
    border-right: 2px solid #12a73b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main .showroomBtn li.btn-r a:after{
    border-top: 2px solid #e50012;
    border-right: 2px solid #e50012;
}
*/

#main .showroomMerit h3 {
  background: #23ac38;
  font-size: 18px;
  color: #fff;
  font-weight: bold;

  border: none;
  border-radius: 3px;

  display: inline-block;

  padding: 5px 10px;
  margin: 0 0 20px 0;
}

#main .showroomMerit ul li {
  width: 310px;
  float: left;
  margin-right: 35px;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 0;
}

#main .showroomMerit ul li:last-child {
  float: right;
  margin-right: 0;
}

#main .showroomMerit ul li img {
  float: right;
  margin-left: 5px;
}

#main .showroomMerit ul li p {
  margin-bottom: 0;
}

#main .showroomMerit ul li h4 {
  color: #e8340c;
  font-size: 18px;
  font-family: "Impact", Gadget, "Anton", sans-serif;

  padding: 0 0 0 0;
  margin: 0 0 0 0;
  clear: none;
  font-weight: normal;
}

#main .showroomMerit ul li:before,
#main .showroomMerit ul li:after,
#main .showroomMerit ul li h4:before,
#main .showroomMerit ul li h4:after {
  content: none;
}

#main ol.showroomStep {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 30px;
}

#main ol.showroomStep li {
  list-style-type: none;
  float: left;
  width: 250px;
  margin: 15px 0 0 -50px;
  font-weight: bold;
}

#main ol.showroomStep li span {
  background: #0b3e9b;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-right: 10px;
}

#main ol.showroomStep li:first-child {
  width: 200px;
  margin-left: 0;
}

#main ol.showroomStep li h4 {
  background: -webkit-linear-gradient(0deg, #12a73b 0%, #ffcc00 100%);
  background: -moz-linear-gradient(0deg, #12a73b 0%, #ffcc00 100%);
  background: -o-linear-gradient(0deg, #12a73b 0%, #ffcc00 100%);
  background: -ms-linear-gradient(0deg, #12a73b 0%, #ffcc00 100%);
  background: linear-gradient(90deg, #12a73b 0%, #ffcc00 100%);
  margin: 0 50px 10px 0 !important;
  color: #fff !important;
  padding: 0 10px 0 50px;
}

#main ol.showroomStep li:first-child h4 {
  padding-left: 10px;
}

#main ol.showroomStep li:last-child h4 {
  background: #e50012;
}

#main ol.showroomStep li h4:before {
  display: none;
}

#main ol.showroomStep li h4:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #ffcc00;
  content: "";
  z-index: 10;
  position: absolute;
  left: 100%;
  bottom: 0;
  top: inherit;
  border-radius: 0;
  background: none;
}

#main ol.showroomStep li:last-child h4:after {
  border-color: transparent transparent transparent #e50012;
}

#main ol.showroomStep li p {
  padding-left: 40px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}

#main ol.showroomStep li:first-child p {
  padding-left: 0;
}

#main ol.showroomStep li img {
}

/*-------------------#reason-----------------*/

#reason #main .msgTxtOvr h3 {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #23ac38;
  font-size: 24px;
  text-align: center;
}

#reason #main .msgTxtOvr h3 strong {
  font-size: 40px;
}

#reason #main .balloonBox {
  margin: 30px auto;
}

#reason #main .balloonBox p {
  font-size: 30px;
}

#reason .catchTtl,
#reason .catchTtls {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

#reason .catchTtls {
  color: #23ac38;
}

#reason .catchTtl strong {
  color: #0e4894;
}

#reason .catchTtl > span {
  background: url(./img/common/reason_catch_ico.png) no-repeat center center;
  float: left;
  width: 146px;
  height: 146px;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: -20px 10px 0 0;
}

#reason .reasonCtc {
  float: left;
  background: url(./img/common/bg_tt.png) no-repeat bottom right;
  width: 206px;
  height: 206px;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: -10px 10px 0 0;
  font-weight: bold;
}

#reason .catchTtl span.txtFree {
  background: #e8340c;
  border-radius: 4px;
  font-size: 40px;
  display: table-cell;
  width: auto;
  height: auto;
  padding: 0 15px;
  margin: 0;
  line-height: 1.3;
  float: none;
}

#reason #main .reasonBox h3,
#first #main .firstPoint h3 {
  background: none;
  border-top: none;
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px;
  font-weight: bold;
  width: auto;
  clear: none;
  color: #e8340c;
}

/*
#reason #main h4 {
    background: #efefef;
    position: relative;
    padding: 8px 10px 8px 40px;
    margin: 0 0 30px;
}
#reason #main h4:before,
#reason #main h4:after {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    border-radius: 0;
    background: none;
}
#reason #main h4:before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #002590;
    opacity: inherit;
}
#reason #main h4:after {
    left: 15px;
    width: 6px;
    height: 6px;
    top: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#reason #main h4 strong {
    color: #e50012;
    font-size: 23px;
}
*/

#reason #main .reasonBox {
  position: relative;
  overflow: hidden;
}

#reason #main .reasonBox p {
  font-size: 16px;
}

#main .showroomRecommended {
  margin-top: 20px;
  border-top: #333 dotted 1px;
  padding-top: 10px;
  overflow: hidden;
}

#main .showroomRecommended li {
  background: none;
  border-bottom: #333 dotted 1px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 8px 35px;
  margin: 0 0 8px;
}

#main .showroomRecommended li:last-child {
  margin-bottom: 0;
}

#main .showroomRecommended > li:before,
#main .showroomRecommended > li:after {
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .showroomRecommended > li:before {
  background: #e8340c;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

#main .showroomRecommended > li:after {
  left: 6px;
  top: 12px;
  width: 10px;
  height: 5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-right: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main .showroomRecommended li strong {
  background: #fff600;
  display: inline-block;
  line-height: 0.5;
}

/*-------------------#staff-----------------*/

#staff #main h2 {
  font-size: 30px;
}

#staff #main h2:first-of-type {
  margin-top: 0;
}

#staff #main #tabMenu {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

#staff #main #tabMenu li {
  border-radius: 4px;
  background: -webkit-linear-gradient(90deg, #7f7f7f 0%, #cfcfcf 100%);
  background: -moz-linear-gradient(90deg, #7f7f7f 0%, #cfcfcf 100%);
  background: -o-linear-gradient(90deg, #7f7f7f 0%, #cfcfcf 100%);
  background: -ms-linear-gradient(90deg, #7f7f7f 0%, #cfcfcf 100%);
  background: linear-gradient(0deg, #7f7f7f 0%, #cfcfcf 100%);
  box-shadow: 0px 4px 7px 1px rgba(52, 52, 52, 0.35) inset;
  -moz-box-shadow: 0px 4px 7px 1px rgba(52, 52, 52, 0.35) inset;
  -webkit-box-shadow: 0px 4px 7px 1px rgba(52, 52, 52, 0.35) inset;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  line-height: 1.2;
  padding: 0;
  width: 485px;
}

#staff #main #tabMenu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

#staff #main #tabMenu li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.7s;
}

#staff #main #tabMenu li:nth-child(2n) {
  float: right;
}

#staff #main #tabMenu li.select {
  background: -webkit-linear-gradient(90deg, #e50012 0%, #fd2571 100%);
  background: -moz-linear-gradient(90deg, #e50012 0%, #fd2571 100%);
  background: -o-linear-gradient(90deg, #e50012 0%, #fd2571 100%);
  background: -ms-linear-gradient(90deg, #e50012 0%, #fd2571 100%);
  background: linear-gradient(0deg, #e50012 0%, #fd2571 100%);
}

#staff #main #tabMenu li.select:hover {
  opacity: inherit;
}

#staff #main .staffShop {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}

#staff #main .staffShop li {
  position: relative;
  font-size: 25px;
  background: none;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 35px 0 0;
}

#staff #main .staffShop li:before,
#staff #main .staffShop li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#staff #main .staffShop li:before {
  background: #12a73b;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

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

#staff #main .staffShop li a {
  color: #333;
  text-decoration: none;
}

#staff #main .staffList {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

#staff #main .staffList li {
  background: none;
  float: left;
  margin: 35px 20px 0 0;
  width: 235px;
  padding: 0;
  font-weight: bold;
}

#staff #main .staffList li:nth-child(-n + 4) {
  margin-top: 0;
}

#staff #main .staffList li:nth-child(4n) {
  margin-right: 0;
}

#staff #main .staffList li a {
  text-decoration: none;
}

#staff #main .staffList li:before,
#staff #main .staffList li:after {
  content: none;
}

#staff #main .staffList li .staffPict {
  width: 235px;
  height: 280px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#staff #main .staffList li .staffPict img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

#staff #main .staffList li .positionTxt {
  display: block;
  margin: 0;
  text-align: center;
}

#staff #main .staffList li .positionTxt span {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
  margin-right: 5px;
  color: #333;
}

#staff #main .staffProf .profileDetail .positionTxt span {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  line-height: 1.2;
  margin-right: 5px;
  color: #fff;
  border-radius: 3px;
  background: #23ac38;
  display: inline-block;
}

#staff #main .staffList li .staffName {
  color: #333;
  font-size: 23px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

#staff #main .staffProf .profileDetail .staffName {
  color: #333;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 15px;
}

#staff #main .staffList li .staffName span,
#staff #main .staffProf .profileDetail .staffName span {
  color: #4dbe53;
  font-size: 12px;
  display: block;
}

#staff #main #staffSection .inner {
  padding-top: 0 !important;
}

#staff #main #staffSection .inner .combnrListOtr li {
  margin-bottom: 0 !important;
  margin-top: 30px;
}

#staff #main .staffList li .btnDetail,
.staffProf a#btnClose {
  font-size: 12px !important;
  margin: 0 auto !important;
  width: 8em !important;
  border-radius: 5px;
  padding: 3px 6px;
  background: #ff8800;
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.4) inset;
  clear: both;
}

#btnClose {
  font-size: 14px !important;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 6em;
  margin: 50px auto 0 auto !important;
  padding: 2px 20px;
  background: #ff8800;
}

body#staff.nocolumn {
  min-width: 0;
}
body#staff {
  padding-top: 0;
}

#staff #main .staffProf {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

#staff #main .staffProf .staffPictBox {
  width: 235px;
  margin-right: 25px;
  float: left;
}

#staff #main .staffProf .staffPictBox > img {
  width: 235px;
  height: auto;
}

#staff #main .staffProf .staffPict {
  width: 235px;
  height: 314px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#staff #main .staffProf .staffPict img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

#staff #main .staffProf .profileDetail {
  overflow: hidden;
}

#staff #main .staffProf .profileDetail .positionTxt {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 5px !important;
}

#staff #main .staffProf .profileDetail .staffName span {
  display: inline-block;
  margin-left: 10px;
}

#staff #main .staffProf .profileDetail dl dt {
  background: #e8340c;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 3px 10px;
  margin: 15px 0 10px;
}

#staff #main .staffProf .profileDetail dl dd {
  font-size: 15px;
}

/*-------------------#colorsimulation-----------------*/

#colorsimulation #main h3 {
  /*
    font-size: 20px;
    margin: 30px 0 20px;*/
}

#colorsimulation #main h3 span {
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  margin: 10px 10px 10px 0;
}

#colorsimulation #main .inner h3:first-of-type {
  margin-top: 0;
}

#colorsimulation #main dl {
  position: relative;
  overflow: hidden;
}

#colorsimulation #main dl dt {
  width: 245px;
  float: left;
  margin-right: 30px;
  text-align: center;
}

#colorsimulation #main dl dt .balloonTxt {
  background: #002590;
  border-radius: 5px;
  color: #fff;
  text-align: left;
  padding: 10px 12px;
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

#colorsimulation #main dl dt .balloonTxt:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-top: #002590 10px solid;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

#colorsimulation #main dl dd {
  overflow: hidden;
  margin-bottom: 15px;
}

#colorsimulation .colorCtc {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 30px;
  padding-top: 20px;
}

#colorsimulation .colorCtc strong {
  color: #0e4894;
}

#colorsimulation .colorCtc span {
  float: left;
  background-color: #e8340c;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 10px 0 0;
  margin-top: -30px;
  font-weight: bold;
  font-size: 60px;
  border: solid 10px #e88f7b;
}

#main ul.colorsimulationBa li h3 img {
  float: left;
  margin-right: 30px;
}

#main ul.colorsimulationBa {
  position: relative;
  overflow: hidden;
}

#main ul.colorsimulationBa li {
  background: none;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}

#main ul.colorsimulationBa li.before {
  margin-right: 30px;
  float: left;
}

#main ul.colorsimulationBa li:after,
#main ul.colorsimulationBa li:before,
#main ul.colorsimulationBa li ul li:after,
#main ul.colorsimulationBa li ul li:before {
  content: none;
  transform: none;
}

#main ul.colorsimulationBa li.before:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-left: #467a15 solid 20px;
  left: calc(100% + 5px);
  top: 0;
  bottom: 0;
  margin: auto;
}

#main ul.colorsimulationBa li.after {
  float: right;
  width: 648px;
}

#main ul.colorsimulationBa li.after p {
  font-size: 15px;
  margin-top: 20px;
}

#main ul.colorsimulationBa li img.imgCg {
  position: absolute;
  left: 0;
  bottom: 0;
}

#main ul.colorsimulationBa li.after img {
  margin-left: 10px;
}

#main ul.colorsimulationBa li.after img:first-child {
  margin-left: 0;
}

#colorsimulation #main ol.colorStep {
  padding: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
}

#colorsimulation #main ol.colorStep li {
  background: none;
  border: #0b8f1f solid 3px;
  border-radius: 5px;
  width: 182px;
  text-align: center;
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
}

#colorsimulation #main ol.colorStep li:last-child {
  margin-right: 0;
}

#colorsimulation #main ol.colorStep li span {
  background: #0b8f1f;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 1px;
}

#colorsimulation #main ol.colorStep li h4 {
  font-size: 14px;
  padding: 0 5px;
  margin: 10px 0 5px;
  text-align: left;
}

#colorsimulation #main ol.colorStep li h4:before,
#colorsimulation #main ol.colorStep li h4:after {
  display: none;
}

#colorsimulation #main ol.colorStep li p {
  font-size: 12px;
  padding: 0 5px;
  text-align: left;
  margin: 5px 0;
}

#colorsimulation #main .campaignArw {
  background: #ff8800;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  margin: 20px 165px 10px 0;
  position: relative;
}

#colorsimulation #main .campaignArw:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 30px solid transparent;
  border-left: #ff8800 solid 48px;
  left: 100%;
  top: 50%;
  margin-top: -30px;
}

#main .sampleBox h3 {
  font-size: 50px;
  color: #23ac38;
  line-height: 1.2;
  background: none;
  border-top: none;
  box-shadow: none;
  padding: 0;
}

#main .sampleBox .photoUL li {
  width: 320px;
  margin: 0 20px 20px 0;
}

#main .sampleBox .photoUL li:nth-child(3n) {
  margin-right: 0;
}

/*-------------------warningChk-----------------*/
#main .warningChk {
  padding: 0 20px 20px;
  background: #fffddd;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .warningChk h3 {
  background: #0eaa8e;
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin: 0 -20px 30px;
  padding: 0;
  border: none;
}

#main .warningChk h5 {
  margin: 0 0 10px;
  background: #d73d33 !important;
  font-size: 18px !important;
}

#main .warningChk img {
  margin-right: 30px;
}

#main .warningChk ul {
  margin-bottom: 0;
}

#main .warningChk ul li {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 0 0 0;
  position: relative;
}

#main .warningChk ul li:before,
#main .warningChk ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .warningChk ul li:before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0eaa8e;
}

#main .warningChk ul li:after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fffeee;
  border-right: 2px solid #fffeee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*#main .warningB {
    background: #fffddd;
    padding: 0 0 15px 0;
}

#main .warningB h3 {
    background: #12a73b !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 30px !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border: none !important;
}

#main .warningB .warningP {
    background: #e50012;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 3px 7px;
}

#main .warningB .warningIco {
    margin: 0 30px;
    float: left;
}

#main .warningB ul li {
    background: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

#main .warningB ul li {
    font-size: 22px;
}

#main .warningB ul li:before,
#main .warningB ul li:after {
    position: absolute;
    top: 5px;
    left: 0px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .warningB ul li:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #46ae00;
}

#main .warningB ul li:after {
    left: 4px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/*-------------------#rainleaking#diagnosis-----------------*/
/*-------------------#rainleaking-----------------*/

#main .priceList {
  clear: both;
}

#main .priceList li {
  margin-bottom: 15px;
  padding: 7px 5px 0 15px;
  position: relative;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  border-radius: 5px;
  background-color: #d73d33;
}

#main .priceList li span {
  padding: 3px 25px 0;
  float: right;
  display: block;
  position: relative;
  color: #d73d33;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
}

#main .priceList li:before,
#main .priceList li:after {
  content: none;
}

#main .reasonUlAm li {
  clear: both;
  margin: 0 0 50px 0;
  padding: 0;
}

#main .reasonUlAm li br {
  /*wpでなぜか改行が入るので仮対応*/

  display: none;
}

#main .reasonUlAm li img {
  float: right;
  margin: 0 0 50px 30px;
}

#main .reasonUlAm li h3 {
  overflow: hidden;
  clear: none;
  margin-top: 0;
}

#main .reasonUlAm li:before,
#main .reasonUlAm li:after {
  content: none;
}

#main .rainAnswer {
}

#main .rainAnswer h3 {
  background: #ff6600;
  color: #fff;
  border-radius: 4px;
  font-size: 25px;
  border-top: none;
  padding: 10px;
  margin: 0 0 25px;
  border-image: none;
}

#main .rainAnswer h3 span {
  background: #fff;
  color: #ff6600;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
}

#main .rainAnswer .answerUl {
  width: 740px;
  padding-right: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(./img/common/img_answer.png) no-repeat bottom right;
  margin-bottom: 0;
}

#main .rainAnswer .answerUl li {
  width: 238px;
  padding: 0;
  border: 1px #cccccc solid;
  background: #fff;
}

#main .rainAnswer .answerUl li:nth-child(-n + 3) {
  margin-top: 0;
}

#main .rainAnswer .answerUl li h4 {
  background: #3e984f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 3px 5px;
}

#main .rainAnswer .answerUl li h4:before,
#main .rainAnswer .answerUl li h4:after {
  content: none;
}

#main .rainAnswer .answerUl li p {
  font-size: 15px;
  padding: 10px;
  margin-bottom: 0;
  line-height: 1.8;
}

#main .rainAnswer .answerUl li:before,
#main .rainAnswer .answerUl li:after {
  content: none;
}

#main .rainCts {
  background: #541d0e;
  border-radius: 4px;
  overflow: hidden;
  font-weight: bold;
  padding: 10px;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}

#main .rainCts h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.6;
  margin: 0 10px;
  background: none;
  padding: 0;
  border-top: none;
}

#main .rainCts ul {
  margin-bottom: 0;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  width: 730px;
}

#main .rainCts ul li {
  padding: 15px 0;
  line-height: 1;
  background: #fff;
  color: #541d0e;
  border-radius: 5px;
  font-size: 23px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
}

#main .rainCts ul li:after,
#main .rainCts ul li:before {
  content: none;
}

#rainleaking #main .emergencyC {
  background: #eeeeee;
  padding: 0;
}

#rainleaking #main .emergencyC img {
  float: left;
  margin: 0 30px 0 0;
}

#rainleaking #main .emergencyC .tel {
  font-size: 13px;
  margin-top: 100px;
}

#rainleaking #main .emergencyC .tel span {
  overflow: hidden;
  font-size: 80px;
  line-height: 1;
  display: block;
  background: url(./img/common/ico_freedial02.png) no-repeat left 30px;
  padding: 0 0 0 58px;
  font-weight: 800;
}

#rainleaking #main .emergencyC .tel span a {
  text-decoration: none;
}

#rainleaking #main .ranking {
  padding: 0;
  margin: 0 0 20px;
}

#rainleaking #main .ranking li {
  list-style: none;
  font-size: 25px;
  font-weight: bold;
  color: #e8340c;
  margin: 0;
}

#rainleaking #main .catchTtl {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

#main .troubleBox h2 {
  position: relative;
  z-index: 10;
  padding: 15px 0 0;
  margin: 0 auto 15px;
  color: #333;
  font-size: 32px;
  background: none;
  box-shadow: none;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border: #0e4894 solid 7px;
  border-width: 7px 0 0 0;
}

#main .troubleBox h2:after {
  display: none;
}

#main .troubleBox h2 img {
  float: left;
  margin: 0 10px 0 0;
}

#main .troubleBox h2 span,
#main .diagnosisPoint h2 span {
  display: block;
}

#main .troubleBox h2 span.txtL,
#main .diagnosisPoint h2 span.txtL {
  font-size: 48px;
}

#main .troubleBox h2 span.txtEn {
  color: #12a73b;
  font-size: 15px;
}

#diagnosis #main .troubleBox h2 {
  padding: 15px 0 0;
  margin: 0 auto 30px;
  color: #333;
  font-size: 40px;
  line-height: 1.2;
  border-top: none;
}

#diagnosis #main .troubleBox h2 span {
  border-radius: 50%;
  color: #e8340c;
  border: #d0004e solid 4px;
  font-size: 20px;
  width: 115px;
  height: 115px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  float: left;
  padding: 15px 0;
  box-sizing: border-box;
  margin: -10px 15px 0 0;
}

#diagnosis #main .troubleBox h5 {
  margin: 0 0 10px;
}

#main .troubleBox h6:before {
  background: #3e984f;
}

#main .troubleBox .attonP {
  font-size: 18px;
  font-weight: bold;
}

#diagnosis #main .troubleBox ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#diagnosis #main .troubleBox ol li {
  background: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  line-height: 1.8;
  font-size: 14px;
}

#diagnosis #main .troubleBox ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #23ac38;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#diagnosis #main .troubleBox ol li h3 {
  font-size: 20px;
  clear: none;

  background: none;
  border-top: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 5px 0;
}

#diagnosis #main .troubleBox ul li strong {
  font-size: 18px;
}

#diagnosis #main .troubleBox p.trblP {
  line-height: 1.5;
  font-size: 30px;
  font-weight: bold;
  padding-left: 35px;
}

#diagnosis #main .troubleBox ul li h6 {
  margin: 10px 0 0 0;
}

#diagnosis #main .balloonBox {
  margin: 30px auto;
}

#diagnosis #main .balloonBox p {
  font-size: 30px;
  line-height: 1.8;
}

#rainleaking #main .troubleBox h5 {
  font-size: 30px;
  background: #0e4894;
}

#diagnosis #main .cautionBox {
  background: #5e86a9;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

#diagnosis #main .cautionBox h4 {
  color: #fff;
  font-size: 31px;
  margin: 15px 0;
  padding-left: 0;
  display: inline-block;
}

#diagnosis #main .cautionBox p {
  color: #fff;
  font-size: 18px;
}

#diagnosis #main .cautionBox ul {
  position: relative;
  overflow: hidden;
  float: right;
  margin: 0 0 0 25px;
}

#diagnosis #main .cautionBox ul li {
  float: left;
  margin: 0 0 0 10px;
  padding-left: 0;
}

#diagnosis #main .cautionBox h4:before,
#diagnosis #main .cautionBox h4:after,
#diagnosis #main .cautionBox ul li:before,
#diagnosis #main .cautionBox ul li:after {
  content: none;
}

#main .worksExpBox {
  margin: 30px 0;
}

#main .worksExpBox p.expP {
  background: #fcff00;
  padding: 50px 50px 50px 660px;
  position: relative;
  margin-bottom: 65px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

#main .worksExpBox p.expP span {
  background: #ff6600;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 99;
  height: 240px;
  width: 240px;
  font-size: 24px;
  color: #fff;
  top: -20px;
  left: 180px;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}

#main .worksExpBox p.expP span strong {
  display: block;
  font-size: 60px;
  color: #fcff00;
  font-weight: normal;
  font-family: "Impact", Gadget, "Anton", sans-serif;
}

#main .worksExpBox p.expP span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  bottom: 10px;
  border-left: 60px solid #ff6600;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  transform: rotate(35deg);
  z-index: -1;
}

#main .worksExpBox p.expP img {
  position: absolute;
  bottom: -65px;
  left: 350px;
}

#main .diagnosisAttention {
  margin: 50px 0;
}

#main .diagnosisAttention .formH {
  text-align: left;
  overflow: hidden;
  clear: none;
  margin-bottom: 2px;
  line-height: 1.3;
}

#main .diagnosisAttention p {
  color: #333;
  font-size: 20px;
}

#main .diagnosisAttention span {
  background: #ff8800;
  border-radius: 50%;
  display: block;
  height: 200px;
  width: 200px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  float: left;
  margin: -10px 30px 0 0;
}

#main .diagnosisAttention span strong {
  display: block;
  font-size: 100px;
  line-height: 0.6;
}

#main .diagnosisPoint {
  margin-bottom: 20px;
  padding: 10px 0 0 0;
}

#main .diagnosisPoint li h3 span {
  border-radius: 50%;
  background: #23ac38;
  color: #fff;

  font-size: 20px;
  width: 120px;
  height: 120px;
  padding: 40px 5px 20px;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2) inset;
  margin-top: 0;

  box-sizing: border-box;
  text-align: center;
  line-height: 1.3;
  position: relative;
  float: left;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .diagnosisPoint li h4 {
  overflow: hidden;
  font-size: 25px;
}

#main .diagnosisPoint li .captionD {
  font-size: 0.8em;
  line-height: 1.2em;
}

#main .diagnosisPoint li .captionD span {
  display: block;
  text-align: center;
}

#main .diagnosisPoint li .captionD img {
  margin-bottom: 5px;
}

#main .diagnosisPoint ul.dottedL li {
  border-top: dotted #333 1px;
  padding: 30px 0 0 0;
  position: relative;
  overflow: hidden;
  line-height: 1.8;
}

#main .diagnosisPoint ul.dottedL li:first-child {
  border-top: none;
}

#main .diagnosisPoint ul.dottedL li:before,
#main .diagnosisPoint ul.dottedL li:after {
  content: none;
}

#main .diagnosisPoint h3.pointH,
#main .diagnosisPoint h3.pointH span {
  font-size: 18px;
}

#main .diagnosisPoint li {
  margin-bottom: 30px;
  list-style-type: none;
  clear: both;
}

#main .diagnosisPoint h3 {
  background: none;
  font-size: 52px;
  line-height: 1.2;
  border-top: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-image: none;
}

#main .diagnosisPoint h3 img {
  float: left;
  margin-right: 20px;
}

#main .diagnosisPoint h2 {
  padding: 15px 0 0;
  margin: 0 auto 15px;
  color: #333;
  font-size: 35px;
  background: none;
  box-shadow: none;
  line-height: 1.2;
}

#main .diagnosisPoint h4 {
  clear: none;
  margin-top: 0;
}

#main .diagnosisPoint .imgL30 {
  margin-bottom: 40px;
}

/*-------------------#harikae#siding-----------------*/

#main .harikaeProblem {
  background: #002590;
  box-shadow: none;
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
}

#main .harikaeProblem:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 45px solid transparent;
  border-top: #002590 solid 26px;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border-radius: 0;
}

#main .harikaeProblem h2 {
  padding: 0;
  font-size: 35px;
  text-align: center;
  color: #fff;
  box-shadow: none;
  margin: 0;
  width: auto;
  border-bottom: none;
  background: #002590;
}

#main .harikaeProblem h2:after {
  display: none;
}

#main .harikaeProblem ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#main .harikaeProblem ul li {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .harikaeProblem ul li h4 {
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
  display: block;
  width: 90%;
  width: calc(100% - 20px);
  color: #fff;
  border-radius: 4px;
  background: #12a73b;
  text-align: center;
  padding: 0;
}

#main .harikaeProblem ul li h4:before,
#main .harikaeProblem ul li h4:after {
  display: none;
}

#main .harikaeProblem ul li img {
  margin: 0;
}

#harikae #main .catchTtl {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

#harikae #main .catchTtl strong {
  color: #e50012;
}

#main .harikaeFeature h3 {
  font-size: 28px;
  padding: 0 7px;
  margin: 0 0 20px;
}

#main .harikaeFeature h3 span {
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 0px 10px;
  margin: 10px 10px 10px 0;
}

/*#main .harikaeFeature h4 {
    background: #efefef;
    position: relative;
    padding: 8px 10px 8px 40px;
    margin-bottom: 30px;
}
#main .harikaeFeature h4:before,
#main .harikaeFeature h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    background: none;
    border-radius: 0;
}
#main .harikaeFeature h4:before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #002590;
    opacity: inherit;
}
#main .harikaeFeature h4:after {
    left: 15px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

#main .harikaeFeature h4.normal {
  font-size: 18px;
  padding: 0 0 0 50px;
  margin: 0;
  position: relative;
  background: none;
}

#main .harikaeFeature h4.normal:before,
#main .harikaeFeature h4.normal:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  font-size: 30px;
  line-height: 1;
  background: #12a73b;
  width: 20px;
  height: 20px;
  border: none;
  transform: none;
}

#main .harikaeFeature h4.normal:before {
  left: 0;
  opacity: 0.5;
}

#main .harikaeFeature h4.normal:after {
  left: 23px;
}

#main .harikaeFeature .alignright {
  margin-left: 30px;
}

#main .harikaeMerit {
  padding-top: 0;
}

#main .harikaeMerit h3 {
  background: #12a73b;
  border-radius: 6px;
  border-top: none;
  color: #fff;
  font-weight: normal;
  font-size: 36px;
  text-align: center;
}

#main .harikaeMerit h4 {
  background: none;
  font-size: 30px;
  padding: 0;
}

#main .harikaeMerit h4:before,
#main .harikaeMerit h4:after {
  content: none;
}

#main .harikaeMerit p {
  margin-bottom: 0;
}

#main .harikaeMerit .alignright {
  margin: 0 0 0 25px;
}

#main .sidingMerit {
}

#main .sidingMerit .balloonBox {
  margin: 30px 0;
  text-align: center;
  padding: 10px;
}

#main .sidingMerit .balloonBox:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-top: #002590 solid 26px;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border-radius: 0;
}

#main .sidingMerit .balloonBox p {
  font-size: 36px;
  font-weight: normal;
}

#main .sidingMerit .balloonBox strong {
  font-weight: bold;
  color: #fff;
}

/*-------------------#amadoi-----------------*/

#amadoi .catchLrg {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 18px;
}

#amadoi .catchL {
  font-size: 48px;
}

#amadoi .catchLrg strong {
  font-size: 53px;
  letter-spacing: -2px;
}

#amadoi .catchLrg img {
  float: right;
  margin: -45px 0 30px 30px;
}

#amadoi .catchBoxR {
  border-radius: 5px;
  clear: both;
  background-color: #d73d33;
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

#amadoi .catchImg {
  margin: 30px 0;
  text-align: center !important;
}

#amadoi .attentionB {
  background: #0b3e9b;
  clear: both;
  padding-top: 15px;
  margin-top: 50px;
}

#amadoi .attentionB .catchImg {
  margin: 0;
}

#amadoi .attentionB ul {
  margin-bottom: 0;
  overflow: hidden;
  padding: 22px;
}

#amadoi .attentionB ul li {
  background: #fff;
  padding: 10px;
  width: 304px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 22px 0 0;
  position: relative;
}

#amadoi .attentionB ul li:last-child {
  margin-right: 0;
}

#amadoi .attentionB ul li h4 {
  display: block;
  background: #4dbe53;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 3px;
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}

#amadoi #main ul.amadoiFUl {
}

#amadoi #main ul.amadoiFUl li {
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}

#amadoi #main ul.amadoiFUl li p.attentionP {
  position: absolute;
  width: 192px;
  height: 149px;
  background: url(./img/common/ico_gn.png) no-repeat center center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  right: 0;
  top: calc(50% - 75px);
  text-align: center;
  line-height: 1.3;

  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  /*上下中央*/
  justify-content: center;
  /*左右中央*/
}

#amadoi ul.amadoiFUl li .bgBo {
  background-color: #0b3e9b;
  position: relative;
  width: 690px;
  padding: 20px;
}

#amadoi ul.amadoiFUl li .bgBo:before {
  position: absolute;
  content: "";
  background-color: #0b3e9b;
  height: 60px;
  width: 20px;
  right: -20px;
  top: calc(50% - 30px);
}

#amadoi ul.amadoiFUl .bgBo:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left: 30px solid #0b3e9b;
  right: -100px;
  top: calc(50% - 50px);
}

#amadoi ul.amadoiFUl li .bgBo h3 {
  font-size: 30px;
  padding: 5px;
  margin: 0;

  background: #fff;
  padding: 10px;
  border: none;
}

#amadoi ul.amadoiFUl li .bgBo h3 span {
  text-align: center;
  background: #d73d33;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

#amadoi ul.amadoiFUl li .bgBo h3 img:last-child {
  float: right;
}

#amadoi ul.amadoiFUl li:before,
#amadoi ul.amadoiFUl li:after,
#amadoi .attentionB ul li:before,
#amadoi .attentionB ul li:after,
#amadoi .attentionB ul li h4:before,
#amadoi .attentionB ul li h4:after {
  content: none;
}

#amadoi #main .areaB {
  background-color: #4dbe53;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

#amadoi #main .areaB p {
  font-size: 18px;
}

#amadoi .insuranceH {
  font-size: 30px;
  margin: 30px 0;
  border: none;
  background: none;
}

#amadoi .insuranceBox .insuranceH {
  margin-top: 0;
}

#amadoi .insuranceBox {
  background: #e8dfcc;
  text-align: center;
  padding: 10px;
}

/*-------------------#apartment-----------------*/

#apartment .catchLrg {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

#apartment .catchLrg img {
  float: left;
  margin: -15px 15px 15px 0;
}

#apartment .catchLtl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

#apartment .catchLtl strong {
  color: #e8340c;
}

#main .priceUl {
  margin-bottom: 28px;
}

#main .priceUl li:before,
#main .priceUl li:after {
  display: none;
}

#main .priceUl li {
  padding-bottom: 5px;
  float: left;
  width: 486px;
  background-color: #fff;
  border: 1px solid #e0d3bc;
  padding: 0;
}

#main .priceUl li .title03 {
  margin: 0 0 20px;
  padding: 5px 0;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #004088;
  border-bottom: 1px solid #e0d3bc;
}

#main .priceUl li .priceDl {
  margin: 0 8px 18px;
  /*	background: url(../img/common/line02.png) repeat-x left bottom;*/
  border-bottom: #333 dotted 1px;
}

#main .priceUl li .priceDl dt {
  padding: 7px 3px 5px;
  float: left;
  width: 54px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #4dbe53;
  border-radius: 5px;
}

#main .priceUl li .priceDl .dtStyle01 {
  padding: 17px 3px;
}

#main .priceUl li .priceDl .dtStyle02 {
  width: 250px;
  padding: 17px 3px;
}

#main .priceUl li .priceDl dd {
  padding: 0 15px 13px 68px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}

#main .priceUl li .priceDl dd .txtTtl {
  font-size: 17px;
}

#main .priceUl li .priceDl dd .num {
  font-size: 1.9em;
}

#main .priceUl li .priceDl .ddStyle01 {
  padding: 15px 15px 20px 68px;
}

#main .priceUl li .priceDl .ddStyle01 .floatR {
  margin-top: -5px;
}

#main .priceUl li .priceDl .ddStyle02 {
  padding: 10px 15px 20px 260px;
}

#main .priceUl li .priceDl .red {
  padding-top: 2px;
  color: #e82c2c;
  font-size: 20px !important;
  text-align: right;
}

#main .priceUl li .none {
  margin-bottom: 0;
  border-bottom: none;
}

#main .priceUl li p {
  margin: 0 15px;
  font-size: 14px;
  line-height: 1.7;
}

/*-------------------#menu-----------------*/
#main .menuMainv .mainvMedal {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 220px;
  height: auto;
}

#main .menuMainv .mainvMaterial {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 150px;
  height: auto;
  /* width: 220px;
    height: auto; */
}

#main .catchMenu {
  background: #002590;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  padding: 5px 15px;
}

#main .wallPartsBox {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

#main .wallPartsBox .floatL {
  width: 330px;
}

#main .wallPartsBox .floatR {
  width: 640px;
  text-align: center;
}

#main .wallPartsBox .catchTtl {
  font-size: 45px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: bold;
}

#main .wallPartsBox .floatL .catchTtl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
}

#main .wallPartsBox .catchTtl span {
  border-radius: 50%;
  background: #e8340c;
  color: #fff;
  width: 165px;
  height: 165px;
  font-size: 130px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}

#main .wallPartsBox p.txts {
  font-size: 14px;
  font-weight: bold;
}

#main .wallPartsBox h4 {
  background: #0e4894;
  color: #fff;
  padding: 0;
  margin: 0 0 40px;
  margin: 0 0 10px;
  padding: 5px 0;
}

#main .wallPartsBox h4:before,
#main .wallPartsBox h4:after {
  display: none;
}

#main h2.menuCatch {
  background: none;
  font-size: 45px;
  box-shadow: none;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 30px;
  margin-bottom: 30px;
}

#main h2.menuCatch:after {
  background: #f60;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  width: 490px;
  margin: 0 auto;
  bottom: 0;
  top: inherit;
  left: 50%;
  margin-left: -245px;
  border-radius: 0;
  border: none;
}

#main .itemBox {
}

#main .itemBox h3 {
  background: none;
  border: none;
  display: inline-block;
  float: left;
  width: 740px;
  margin: 0;
  font-size: 26px;
}

#main .itemBox h3.itemTi {
  font-size: 30px;
  color: #23ac38;
}

#main .itemBox h3 img {
  /*display: block;*/
  margin-right: 15px;
}

#main .itemPhoto {
  width: 217px;
  /*height: 230px;*/
  position: relative;
  overflow: hidden;
  float: right;
  /*    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;*/
  color: #999;
  display: block;
}

#main .itemPhoto img {
  /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
  width: 100%;
  height: auto;
}

#main .itemPhoto p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

#main .itemSummery {
  width: 740px;
  float: left;
}

#main .itemSummery p {
  font-size: 22px;
}

#main .itemSummery p small {
  font-size: 0.7em;
}

#main .itemSummery h5 {
  margin: 0 0 10px;
}

#main .itemSummery .leadTxt {
  position: relative;
  padding-right: 55px;
}

#main .itemSummery .leadTxt .imgIco {
  right: -140px;
  top: 140px;
  z-index: 5;
}

#main .itemSummery .leadTxt p {
  font-size: 25px;
  line-height: 1.5;
}

#main .itemSummery ul.isL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#main .itemSummery ul.isL li {
  background: none;
  padding: 0;
  text-align: center;
  font-weight: bold;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  border-radius: 50px;
  overflow: hidden;
}

#main .itemSummery ul.isL li:before,
#main .itemSummery ul.isL li:after {
  content: none;
}

#main .itemSummery ul.isL li h5 {
  font-size: 18px;
  /* line-height: 2; */
  margin: 0;
  background: #0a861c;
  width: auto;
  padding: 15px 10px;
  /*border-radius:30px 0 0 30px;*/
  border-radius: 0;
  display: flex;
  align-items: center;
}

#main .itemSummery ul.isL li.menu_age h5 {
  background: #ff5b00;
}

#main .itemSummery ul.isL li.menu_age p {
  background: #ff8800;
}

#main .itemSummery ul.isL li.itemFeature {
  -webkit-flex-basis: 370px;
  /*--- safari（PC）用 ---*/
  flex-basis: 370px;
  margin-right: 0;
}

#main .itemSummery ul.isL li p {
  max-width: 220px;
  min-width: 100px;
  text-align: left;
  font-size: 18px;
  margin: 0;
  padding: 10px 15px;
  background: #12a73b;
  color: #fff;
  /*border-radius:0 30px 30px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#main .itemSummery ul.isL li.itemFeature p {
  text-align: left;
  font-size: 18px;
}

#main .itemPoints {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#main .itemPoints span {
  background: #ccc;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 0.2em 0.4em;
  margin: 0 3px 3px 0;
}

#main .itemPoints span.on {
  background: #e8340c;
}

#main .itemData {
  clear: both;
  margin-top: 20px;
  background: #0a861c;
  padding: 30px;
}

#main .itemData h4 {
  color: #fff;
  font-size: 35px;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

#main .itemData h4:before,
#main .itemData h4:after {
  display: none;
}

#main .itemData ul {
  position: relative;
  overflow: hidden;
  margin: 0;
}

#main .itemData ul li {
  border-radius: 5px;
  background: #fff;
  padding: 25px 25px 70px;
  margin: 0 15px 0 0;
  position: relative;
  width: 303px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .itemData ul li:nth-child(3n) {
  margin-right: 0;
}

#main .itemData ul li:before,
#main .itemData ul li:after {
  content: none;
}

#main .itemData ul li h5 {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #e8340c;
  display: block;
  width: 200px;
  text-align: center;
  margin-left: -100px;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------#contact-----------------*/

#contact #main h2 {
  font-size: 30px;
}

#contact #main .msgPhoto {
}

#contact #main .msgTxt {
  font-size: 15px;
}

#main p.catchTxt + h4 {
  margin: 0;
}

/*
#main .msgTxt h4 {
	font-size:24px;
}
#main .msgTxt h4:before,
#main .msgTxt h4:after {
    top: 5px;
}
*/

#contact #main .msgTxt strong,
#contact #main .msgTxtOvr strong {
  display: inline-block;
  font-weight: bold;
}

#main .msgTxt .catchTxt,
#main .msgTxtOvr .catchTxt {
  font-size: 32px;
  font-weight: bold;
}

#main .msgTxt .catchTxt strong,
#main .msgTxtOvr .catchTxt strong {
  color: #e8340c;
  background: none;
  font-weight: bold;
}

#main .msgTxt .catchTxt span,
#main .msgTxtOvr .catchTxt span {
  background: #23ac38;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  margin-right: 4px;
  display: inline-block;
  padding: 0 8px;
}

#main .msgTxt .tel,
#main .msgTxtOvr .tel {
  font-size: 13px;
}

#main .msgTxt .tel span,
#main .msgTxtOvr .tel span {
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  display: block;
  background: url(./img/common/ico_freedial02.png) no-repeat left 30px;
  padding: 0 0 0 58px;
}

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

.business-calendar-box {
  position: relative;
  overflow: hidden;
}

.business-calendar-box > div {
  width: 48% !important;
  width: calc(50% - 10px) !important;
  float: left;
}

.business-calendar-box > div:nth-child(2n) {
  float: right;
}

#main .business-calendar-box table th,
#main .business-calendar-box table td {
  width: 14%;
  padding: 5px 20px;
  text-align: center;
}

.business-calendar caption {
  background: #23ac38;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.business-calendar .attr0 {
  background: #ffcccc !important;
}

#main .corpAbout {
  box-sizing: border-box;
  /*    border-bottom: #23ac38 8px solid;*/
  padding: 30px 0;
}

#main .corpAbout .inner {
  padding: 0;
}

#main .corpAbout h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 15px;
  background: none;
  color: #333;
  padding: 0;
}

#main .corpAbout h2 span {
  display: block;
  font-size: 18px;
}

#main .corpAbout h2 span.en {
  color: #f60;
  font-size: 20px;
  display: inline-block;
}

#main .corpAbout p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}

#main .corpAbout ul li {
  width: 48%;
  width: calc(50% - 5px);
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

#main .corpAbout ul li:nth-child(2n) {
  margin-right: 0;
}

#main .corpAbout ul li:before,
#main .corpAbout ul li:after {
  content: none;
}

#main .corpAbout ul li a {
  display: block;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 5px 35px 5px 20px;
  text-decoration: none !important;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
  background: #d0004e;
  border: #d0004e solid 3px;
}

#main .corpAbout ul li a:before,
#main .corpAbout ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .corpAbout ul li a:before {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

#main .corpAbout ul li a:after {
  right: 14px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #d0004e;
  border-right: 2px solid #d0004e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------- 屋根カバー追加 20190610--------*/

#main ul.itemList3 {
  overflow: hidden;
}

#main ul.itemList3 li::after,
#main ul.itemList3 li::before {
  content: none;
}

#main ul.itemList3 li {
  float: left;
  padding: 0;
  width: 280px;
  padding: 15px 15px 0;
  border: 5px solid #23ac38;
  border-radius: 10px;
  margin-right: 20px;
}

#main ul.itemList3 li:nth-of-type(3n) {
  margin-right: 0;
}

#main ul.itemList3 li h5 {
  margin: 0 0 10px 0;
  text-align: center;
  display: block;
}

#main .bnrMainte {
  background: #d0004e;
  overflow: hidden;
}

#main .bnrMainte p {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 20px;
}

#main .bnrMainte img {
  float: right;
}

footer .ftrPartnerBnr {
  clear: both;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: right;
}

footer .ftrTosoBnr,
footer .ftrMakerBnr {
  clear: both;
  position: relative;
  overflow: hidden;
  /* padding-top: 30px; */
  margin-bottom: 20px;
  text-align: right;
}

footer .ftrMakerBnr ul + ul {
  margin-top: 20px;
}

footer .ftrPartnerBnr li,
footer .ftrTosoBnr li,
footer .ftrMakerBnr li {
  display: inline-block;
  margin-left: 20px;
}

#main .attBox {
  border: solid 5px #d00000;
  padding: 10px !important;
  background: #fff;
  margin: 20px auto;
}

#main .attBox p {
  color: #d00000;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  margin-top: 0;
}

#main .attBox a {
  color: #d00000;
  font-size: 100%;
  font-weight: bold;
}

/* ========== 2020522追記分 ========== */
#main .worksExp .price-list,
#main .worksArchiveBox .price-list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 5px;
}

#main .worksExp .price-list li,
#main .worksArchiveBox .price-list li {
  width: 49%;
  margin-right: 2%;
  padding-left: 0;
}

#main .worksExp .price-list li::before,
#main .worksExp .price-list li::after,
#main .worksArchiveBox .price-list li::before,
#main .worksArchiveBox .price-list li::after {
  display: none;
}

#main .worksExp .price-list li:nth-of-type(2n),
#main .worksArchiveBox .price-list li:nth-of-type(2n) {
  margin-right: 0;
}

#main .worksExp .price-list li:nth-of-type(n + 3),
#main .worksArchiveBox .price-list li:nth-of-type(n + 3) {
  margin-top: 5px;
}

#main .worksExp .price-list-cont,
#main .worksArchiveBox .price-list-cont {
  font-size: 14px;
  display: table-cell;
  background: #fff;
  color: #d0004d;
  border-radius: 3px;
  padding-right: 10px;
  font-weight: 900;
}

#main .worksExp .price-list-cont span,
#main .worksArchiveBox .price-list-cont span {
  background: #d0004d;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  width: 56px;
  text-align: center;
}

#main .worksList .worksExp .ttl,
#main #archiveList h3 {
  margin-top: 42px;
}

#main .worksList .cat.tax {
  top: 256px;
}

#main #archiveList .cat.tax {
  top: 234px;
}

nav ul#gNav > li.gnav08 {
  width: auto;
}

nav ul#gNav > li.gnav08 a {
  padding: 30px 20px 13px;
}

#main table td .works-price {
  margin-bottom: 0;
}

#main .iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#main .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*協力会社様募集*/

#partner #main h2 {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

#partner .featuresList {
  overflow: hidden;
}

#partner #main ul.featuresList li::before,
#partner #main ul.featuresList li::after {
  content: none;
}

#partner #main ul.featuresList > li {
  width: 320px;
  float: left;
  background: #ebf6fb;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
}

#partner #main ul.featuresList > li:nth-of-type(3n) {
  margin-right: 0;
}

#partner #main ul.featuresList h4::before,
#partner #main ul.featuresList h4::after {
  content: none;
}

#partner #main ul.featuresList h4 {
  text-align: center;
  padding: 0;
}

#partner #main ul.hopeList > li::before,
#partner #main ul.hopeList > li::after {
  content: none;
}

#partner #main ul.hopeList > li {
  padding: 0;
  width: 490px;
  float: left;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#partner #main ul.hopeList > li:nth-of-type(2n) {
  margin: 0;
}

#partner #main ul.hopeList h3 {
  margin-bottom: 15px;
  margin-top: 0;
}

#partner #main ul.hopeList img {
  height: 120px;
  width: auto;
  margin: 0 0 2px 10px;
}

#partner #main ul.jobList > li::before,
#partner #main ul.jobList > li::after {
  content: none;
}

#partner #main ul.jobList > li {
  padding: 0;
  width: 490px;
  float: left;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#partner #main ul.jobList > li:nth-of-type(2n) {
  margin: 0;
}

#partner #main ul.jobList h3 {
  margin-bottom: 15px;
  margin-top: 0;
}

#partner #main form table tr th {
  background: #004da3;
}

#partner #contents #main form table tr td span {
  margin: 0;
}

#partner #contents #main .formBox th {
  padding: 15px;
}

#partner #contents #main .formBox textarea {
  height: 100px;
}

#partner #contents #main .formBox .submit input {
  border: 1px solid #ff6600;
  background: -webkit-linear-gradient(90deg, #ff6600 0%, #ffb833 100%);
  background: -moz-linear-gradient(90deg, #ff6600 0%, #ffb833 100%);
  background: -o-linear-gradient(90deg, #ff6600 0%, #ffb833 100%);
  background: -ms-linear-gradient(90deg, #ff6600 0%, #ffb833 100%);
  background: linear-gradient(0deg, #ff6600 0%, #ffb833 100%);
}

#partner #contents #main .shopAccess {
  width: 720px;
  margin: 0 auto;
}

#partner #contents #main .outline > article {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#partner #main article strong.line_on {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.4, transparent),
    color-stop(0, #ffff66)
  );
  background: -webkit-linear-gradient(transparent 40%, #ffff66 0%);
  background: -moz-linear-gradient(transparent 40%, #ffff66 0%);
  background: -o-linear-gradient(transparent 40%, #ffff66 0%);
  background: -ms-linear-gradient(transparent 40%, #ffff66 0%);
  background: linear-gradient(transparent 40%, #ffff66 0%);
  line-height: 1;
  display: inline;
}

#partner #main article p.idea_catchTxt strong {
  background: none;
}

#partner #main .msgContact {
  margin: 0 auto 20px !important;
  padding: 0 !important;
  width: auto;
  overflow: hidden;
  background: none;
}

#partner #main .contactBox .telBox {
  margin: 0 !important;
  padding: 0 !important;
}

#partner #main .contactBox .telBox h4 {
  width: 300px !important;
  float: left;
  color: #fff;
  font-size: 21px !important;
  background: #df4d00;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
  margin: 0 30px 0 0;
}

#partner #main .msgContact .telBox h4:before,
#partner #main .msgContact .telBox h4:after {
  content: none;
}

#partner #main .rinen {
  clear: both;
  background: #ebf6fb;
  padding: 10px;
  border: solid 1px #58a1c2;
}

#partner #main .rinen h6 {
  margin-bottom: 10px;
}

#partner #main .rinen p {
  margin-bottom: 0;
}

#partner #main h3.showroomH {
  display: none;
}

#partner #main .featureBox {
  margin: 0;
}

#partner #main .partner_cont h4 {
  margin: 0;
}

#partner #main .partner_cont .tel {
  font-size: 13px;
  margin-bottom: 0;
}

#partner #main .partner_cont .tel span {
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  display: block;
  background: url(//www.mypaint.jp/cms/wp-content/themes/mypaint.jp/./img/common/ico_freedial02.png)
    no-repeat left 30px;
  padding: 0 0 0 58px;
}

#partner #main #form {
  padding-bottom: 15px;
}

/* #recruit */

#recruit #main h2 {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

#recruit .featuresList {
  overflow: hidden;
}

#recruit #main ul.featuresList li::before,
#recruit #main ul.featuresList li::after {
  content: none;
}

#recruit #main ul.featuresList > li {
  width: 320px;
  float: left;
  background: #ebf6fb;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
}

#recruit #main ul.featuresList > li:nth-of-type(3n) {
  margin-right: 0;
}

#recruit #main ul.featuresList h4::before,
#recruit #main ul.featuresList h4::after {
  content: none;
}

#recruit #main ul.featuresList h4 {
  text-align: center;
  padding: 0;
}

#recruit .inner:has(> details) {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
#recruit details {
  display: block;
  /* margin-bottom: 20px; */
}

/* #recruit details:last-of-type {
    margin-bottom: 30px;
} */

#recruit summary,
#recruit details p {
  display: block;
}

#recruit summary {
  border: 1px solid currentColor;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding: 5px 10px;
  margin-bottom: 5px;
}

#recruit summary::before,
#recruit summary::after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s ease;
}

#recruit details table {
  margin-bottom: 10px;
}

#recruit details summary::after {
  transform: rotate(90deg);
}

#recruit details[open] summary::after {
  transform: rotate(0deg);
}

#recruit details p {
  /* color: var(--body-text-color);
    background: var(--white);
    position: relative;
    padding: 12px 20px 18px;
    z-index: 1;
    transition: 0.3s ease; */
}

#recruit details[open] summary ~ * {
  animation: showOpacity 0.5s ease-in-out;
}

@keyframes showOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#recruit .recruitEndCatch {
  background: #ebf6fb;
  text-align: center;
}
#recruit .recruitEndCatch .lead {
  font-size: 20px;
  font-weight: 700;
}

/* #main table td a[href^='tel:']{

} */

/*デコラトーン塗料ページ*/

#main h2.hOfMainV {
  display: none;
}

#main .decoratone_catch {
  text-align: center;
}

#main .decoratone_catch p {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

#decoratone .bg_on {
  background: url(./img/common/bg_th.jpg);
  padding: 15px 20px;
  box-sizing: border-box;
}

#decoratone .bg_on p {
  color: #9c2004;
  font-size: 18px;
  font-weight: bold;
}

#decoratone #main h2 {
  margin-bottom: 0;
}

#decoratone #main h2.tit_gray {
  color: #333;
  background: #f6f6f6;
  margin: 30px 0;
}

#decoratone h3.bg_none {
  background: none;
  border: none;
  margin: 20px 0 10px;
}

.textureImg {
  display: flex;
  justify-content: space-between;
}

.textureImg p {
  width: 32%;
}

.textureImg img {
  width: 100%;
}

#main .coat_point {
  display: flex;
}

#main .coat_point li {
  width: 25%;
  border-left: 1px solid rgba(28, 30, 48, 0.15);
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

#main .coat_point li:nth-child(4) {
  border-right: 1px solid rgba(28, 30, 48, 0.15);
}

#main .coat_point li:before,
#main .coat_point li:after {
  content: none;
}

#main .coat_point li p {
  margin: 0;
}

#main .coat_point div p {
  color: #f80;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#main .decoratone_cont01 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

#main .decoratone_cont01 div {
  width: 480px;
}

#main .decoratone_cont02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#main .decoratone_cont02:last-of-type {
  margin-bottom: 0;
}

#main .decoratone_cont02 p {
  width: 480px;
  margin: 0;
}

#main .decoratone_point {
  padding-top: 0;
}

/* ----- ultra_contact Page ----- */
#ultra_contact {
  background: #000;
  color: #fff;
  font-weight: 700;
}

#ultra_contact #contents {
  margin-top: 0;
}

#ultra_contact #pageTitle {
  height: auto;
}

#ultra_contact #pageTitle .inner {
  padding-top: 0;
  background: none;
}

#ultra_contact #pageTitle h1 {
  background: rgba(0, 0, 0, 0.8);
}

#ultra_contact #pageTitle h1 img {
  display: none;
}

#ultra_contact header .htxt {
  color: #000;
  background: #e71f18;
}

#ultra_contact footer nav .ftrNav li ul > li a,
#ultra_contact nav ul#gNav > li > a span {
  color: #fff;
}

#ultra_contact nav,
#ultra_contact nav ul#gNav > li,
#ultra_contact header .hdrContact .telBox {
  background: #000;
}

#ultra_contact #main .formBox th,
#ultra_contact #main .fullWidth,
#ultra_contact #main .formBox .submit input,
#ultra_contact header .hdrContact .contactCatch,
#ultra_contact footer .ftrScroll .pageTop a,
#ultra_contact header nav {
  background: #e71f18;
  border-bottom: none;
  font-weight: 700;
}

#ultra_contact #main .formBox th span {
  background: #fff;
  color: #e71f18;
}

#ultra_contact #main .formBox th span.any {
  background: #b0b0b0;
  color: #fff;
}

/*---top 外壁塗装工事パック商品--*/

#main .topMenu_box {
  padding: 30px 0 20px;
}

#main .topMenu_box .headLine {
  margin: 40px 0 20px;
}

#main .topMenu_box .headLine:before,
#main .topMenu_box .headLine:after {
  content: none;
}

#main .new_serviceMenu {
  display: flex;
  justify-content: space-between;
}

#main .new_serviceMenu article {
  width: 24%;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

#main .new_serviceMenu.packRoof article {
  width: 24%;
}

#main .new_serviceMenu article a {
  text-decoration: none !important;
}

#main .new_serviceMenu article.linkOff:hover {
  opacity: initial;
}

#main .new_serviceMenu article.linkOff a {
  pointer-events: none;
}

#main .new_serviceMenu .packsummary {
  position: relative;
  width: 100%;
  float: none;
  margin: 0;
}

#main .new_serviceMenu .packsummary .imgItem {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 60px;
  height: auto;
  z-index: 2;
}

#main .new_serviceMenu .ttl {
  background: #ef8042;
  text-align: center;
  margin: 0;
  padding: 10px 5px;
}

#main .new_serviceMenu .ttl h3 {
  color: #fff;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 18px;
  letter-spacing: -0.07rem;
  margin: 5px 0 5px;
  padding: 0 2em 0 0;
  line-height: 1.2;
}

#main .new_serviceMenu .wall04 h3 {
  font-size: 18px;
}

#main .new_serviceMenu .wall07 h3 {
  font-size: 14px;
}

#main .new_serviceMenu .ttl h3:after {
  content: none;
}

#main .new_serviceMenu .ttl p {
  display: inline-block;
  color: #fff;
  font-weight: normal;
}

#main .new_serviceMenu .wall1,
#main .new_serviceMenu .roof1 {
  background: #ffc000;
}

#main .new_serviceMenu .wall2,
#main .new_serviceMenu .roof2 {
  background: #5b9bd5;
}

#main .new_serviceMenu .wall3,
#main .new_serviceMenu .roof3 {
  background: #53b9c4;
}

#main .new_serviceMenu .wall4,
#main .new_serviceMenu .roof4 {
  background: #ff7e27;
}

#main .new_serviceMenu .wall5,
#main .new_serviceMenu .roof5 {
  background: #ad1367;
}

#main .new_serviceMenu .priceTxt {
  float: none;
}

#main .new_serviceMenu .imgIco {
  width: 110px;
  position: absolute;
  left: inherit;
  right: 0px;
  top: 42px;
  z-index: 1;
}

#main .packsummary_inbox {
  border: #cccccc solid 1px;
  border-top: none;
  padding: 10px;
}

#main .new_serviceMenu .packCatch {
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: normal;
}

#main .new_serviceMenu .packCatch li {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  text-align: left;
  margin: 5px 10px 10px !important;
  padding: 5px 8px 3px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: normal;
  border-radius: 5px;
  line-height: 1.2;
  width: calc(100% - 20px) !important;
  text-align: left;
}

#main .new_serviceMenu .packCatch li::before,
#main .new_serviceMenu .packCatch li::after {
  content: none;
}

#main .new_serviceMenu .packCatch li span {
  display: inline-block !important;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

#main .new_serviceMenu .btnPack {
  color: #fff;
  background: #e13131;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 5px;
  line-height: 1.2;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  text-align: center;
}

#main .new_serviceMenu .basicC {
  color: #fff;
  background: #89603c;
  line-height: 1.4;
  padding: 4px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

#main .new_serviceMenu .basicC span {
  display: inline-block;
  position: relative;
  color: #88410d;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.8;
  margin-right: 20px;
  padding: 4px;
}

#main .new_serviceMenu .basicC span:last-of-type {
  margin-right: 5px;
}

#main .new_serviceMenu .basicC span:after {
  position: absolute;
  content: "+";
  color: #fff;
  background: #5e2b06;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 105%;
  top: 10%;
  text-align: center;
}

#main .new_serviceMenu .basicC .after_non:after {
  content: none;
}

#main .pack_price_box {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0;
}

#main .priceTit {
  color: #555;
  font-size: 14px;
  margin-bottom: 0;
}

#main .priceTit span {
  font-size: 14px;
}

#main .pack_price {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  background: #eee;
}

#main .pack_price small {
  font-size: 0.7em;
}

#main .new_serviceMenu .txts {
  font-size: 12px;
  margin: 10px 0;
}

#main .new_serviceMenu .snd {
  clear: both;
  float: none;
  height: inherit;
  background: #23ac38;
  box-sizing: border-box;
  padding: 5px 5px 8px;
  margin: 10px 0 0;
}

/* ===== page-sendai.php ===== */

/*タブ実装*/
.tab_box {
  margin-bottom: 20px;
}

.tab_box .btn_area {
  margin: 0 10px;
  display: -webkit-box;
  display: flex;
}

#main .tab_box .tab_btn {
  width: 188px;
  font-weight: 700;
  padding: 8px 0;
  color: #333;
  background: #ccc;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  transition: all 0.2s ease 0s;
}

#main .tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}

#main .tab_box .tab_btn:hover {
  background-color: #dce1e4;
}

#main .tab_box .tab_btn.active {
  background: #0b3e9b;
  color: #fff;
}

.tab_box .panel_area {
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

#main .topMenu_box > h3 {
  background: linear-gradient(top, #ddd 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #ddd 0%, #fff 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #fff 100%);
  background: -o-linear-gradient(top, #ddd 0%, #fff 100%);
  background: -ms-linear-gradient(top, #ddd 0%, #fff 100%);
  color: #333;
  box-shadow: none;
  margin-bottom: 10px;
}

#main .sendaiVoice .voiceList article {
  width: 100%;
  float: none;
  margin: 0;
  transition: ease 0.4s;
}

#main .sendaiVoice .voiceList article:hover {
  opacity: 0.7;
}

#main .sendaiVoice .voiceList a {
  display: flex;
  flex-flow: row wrap;
}

#main .sendaiVoice .voiceList .mainThumb {
  height: 160px;
}

#main .sendaiVoice .voiceList .worksExp {
  width: calc(100% - 320px);
  box-sizing: border-box;
}

#main .sendaiVoice .voiceList .worksExp .mainTxt {
  font-size: 13px;
  margin: 0.5em 0;
  line-height: 1.3;
}

.oyakudachiCont {
  height: 600px;
  overflow: auto;
}

.oyakudachiCont.type02 {
  height: auto;
  overflow: visible;
  /* padding-bottom: 20px; */
}
#sendai .oyakudachiCont.type02 {
  padding-bottom: 20px;
}

.oyakudachiCont.type02 p.oyakudachiCont-title {
  position: relative;
  background: #e8340c;
  font-size: 24px !important;
  color: #fff;
  line-height: 1.1;
  padding: 10px;
  margin: 3px auto 30px;
  position: relative;
}
.oyakudachiCont.type02 p.oyakudachiCont-title.accBtn {
  transition: ease 0.4s;
  cursor: pointer;
  border-radius: 10px;
  padding-right: 40px;
}
.oyakudachiCont.type02 p.oyakudachiCont-title.accBtn:hover {
  opacity: 0.7;
}
.oyakudachiCont.type02 p.oyakudachiCont-title.accBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: ease 0.4s;
}

.accBtnCont {
  display: none;
  padding-bottom: 20px;
}

.active + .accBtnCont {
  display: block;
}

.oyakudachiCont.type02 p.oyakudachiCont-title.accBtn.active::before {
  transform: translateY(-50%) rotate(-135deg);
}

.oyakudachiCont.type02 h2 {
  position: relative;
  background: none !important;
  font-size: 22px !important;
  color: #2d2d2d !important;
  line-height: 1.1;
  padding: 10px 0 0 !important;
  margin: 0 auto 30px !important;
  position: relative;
}

.oyakudachiCont.type02 h2 span {
  font-weight: 600 !important;
}

#main .oyakudachiCont table th {
  width: 50%;
  text-align: center;
}

#main .oyakudachiCont table th p {
  font-weight: 700;
  margin-bottom: 0;
}

.subsidyFormBox {
  background: #f5f5f5;
  max-width: 600px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
}

.subsidyFormBox .lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

.areaMapImgs {
  position: relative;
}

.areaMapImgs .medalImg {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 130px;
}

/* ===== /page-sendai.php ===== */

article#sitemap .ftrNav .sitemap__nonIcon:before {
  display: none;
}
article#sitemap .ftrNav {
  display: flex;
  gap: 80px;
}

#works #main #archiveList .worksArchiveBox.worksList-single .mainThumb {
  width: 100%;
}
#works
  #main
  #archiveList
  .worksArchiveBox.worksList-single
  .worksList-single-wrapper {
  background: #0e4894;
  padding: 10px 10px;
}
#works
  #main
  #archiveList
  .worksArchiveBox.worksList-single
  .worksList-single-wrapper
  h3 {
  margin-top: 0;
  padding-bottom: 5px;
}

/* ===== .worksTaxLists ===== */

/* #main .worksTaxLists ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 10px;
}
#main .worksTaxLists ul li{
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
    flex: 1 1 auto;
}
#main .worksTaxLists ul li::before{
    display: none;
} */

/* #main .worksTaxLists ul li a{ */
#main .worksTaxLists {
  display: grid;
  /* grid-template-columns: repeat(5,minxmax(0,1fr)); */
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

#main .worksTaxLists details {
  display: contents;
}

#main .worksTaxLists details[open]::details-content {
  display: contents;
}

#main .taxListsBtn {
  position: relative;
  display: grid;
  grid-row: 1 / 2;
}

#main details:nth-of-type(1) .taxListsBtn {
  grid-column: 1 / 2;
  width: auto;
}

#main details:nth-of-type(2) .taxListsBtn {
  grid-column: 2 / 3;
}

#main details:nth-of-type(3) .taxListsBtn {
  grid-column: 3 / 4;
}

#main details:nth-of-type(4) .taxListsBtn {
  grid-column: 4 / 5;
}

#main details:nth-of-type(5) .taxListsBtn {
  grid-column: 5 / 6;
}

#main .worksTaxLists summary + ul {
  grid-row: 2 / 3;
  grid-column: 1 / 6;
  transition: 0.3s ease;
  margin-bottom: 0;
}

#main .worksTaxLists details .taxListsBtn::before {
  content: "";
  display: block;
  width: 1em;
  height: 0.5em;
  background: #e8340c;
  position: absolute;
  inset: -2px 0 auto;
  margin: 0 auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
}

#main .worksTaxLists details[open] .taxListsBtn::before {
  opacity: 1;
}

#main .taxListsBtn {
  text-decoration: none;
  border: 2px solid #ccc;
  padding: 15px 10px 15px 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}

/* #main .worksTaxLists details[open] .taxListsBtn{
    border-color: #e8340c;
    background: #e8340c;
    color: #fff;
}

#main .worksTaxLists details[open] .taxListsBtn i[class^='fa']{
    background: linear-gradient(110deg, #fff,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
    color: #ff0000;
} */

/* #main .worksTaxLists ul li a i[class^='fa']{ */
#main .taxListsBtn i[class^="fa"] {
  transform: scale(1.5) translateX(-50%);
  transform-origin: left center;
  background: linear-gradient(110deg, #e8340c, #cb2804);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #ff0000;
  transition: 0.3s ease;
}

#main .worksTaxLists details[open] summary + ul {
  /* transform: translateY(0);  */
  animation: details_fadeIn 0.3s ease;
}

@keyframes details_fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#main .worksTaxLists ul {
  display: flex;
  flex-wrap: wrap;
}

#main .worksTaxLists ul li {
  display: block !important;
  white-space: nowrap;
}

#main .worksTaxLists .taxList.mixList li a,
#main .worksTaxLists ul li a {
  font-size: 1rem;
}

#main .worksTaxLists .taxList.colorList {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 5px;
}

#main .worksTaxLists .taxList.colorList {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 5px;
}

#main .worksTaxLists .taxList.colorList li {
  /* background: #eee; */
  display: block;
}

#main .worksTaxLists .taxList.colorList li a {
  display: block !important;
  color: #000 !important;
  background: #eee;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

#main .worksTaxLists .taxList.colorList li a::before,
#main .worksTaxLists .taxList.colorList li a[aria-current]::after {
  background-color: var(--background, #000);
}

#main .worksTaxLists .taxList.colorList li a::before {
  content: "" !important;
  display: block !important;
  width: calc(100% - 20px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#main .worksTaxLists .taxList.colorList li a[aria-current]::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  content: "";
  display: block;
}

/* ===== /comstepForm.php ===== */

.stepformArea {
  padding: 80px 0;
}
#showroom #form {
  width: 100%;
  margin: 0;
}
#showroom #main #form h3 {
  margin: 24px 0;
}
#stepform {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  overflow: inherit !important;

  h2 {
    background-color: #23ac38;
    border-bottom: 6px solid #0b861c;
    font-size: 32px;
    padding: 8px 0 4px;
    text-align: center;
    margin-bottom: 0;
    position: relative;

    &:after {
      content: "";
      width: 80px;
      height: 120px;
      background: url(./img/common/character00.png) no-repeat center center/100%;
      position: absolute;
      bottom: 0;
      right: 10%;
    }

    img {
      position: absolute;
      width: 100px;
      bottom: 0;
    }

    br {
      display: none;
    }
  }

  .flex {
    display: flex;
    /* align-items: center; */
  }

  .flex-column {
    flex-direction: column;
    justify-content: center;
  }
}

.stepform-img {
  width: 36%;

  img {
    width: 100%;
  }
}

.stepform-content {
  position: relative;
  width: 64%;
  padding: 16px 32px;
  box-sizing: border-box;
  border: 1px solid #a1a1a1;
}
#main {
  #stepform-list {
    width: 100%;

    li {
      padding: 4px 0 !important;
      border-bottom: 1px solid #a1a1a1;
      text-align: center;
      flex: 1;
      font-weight: bold;

      &:after,
      &:before {
        display: none;
      }

      &.active {
        background: #0e4894 !important;
        color: #fff;
      }
    }
  }
}

#main {
  .stepform-input {
    /* コンタクトフォーム7上書き */
    .wpcf7-form-control {
      box-sizing: border-box;
      gap: 24px;
      display: flex;
    }

    .wpcf7-list-item {
      width: min(100%, 300px);
      font-weight: bold;
      margin: 0;
    }

    .wpcf7-form-control-wrap {
      width: 100%;
      display: block;
      margin: 8px 0 16px;
    }

    /* デフォルトのinputは非表示にする */
    label input {
      display: none;
    }

    label span {
      background-color: #929292;
      padding: 16px 0;
      text-align: center;
      border-radius: 5px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 4px;
      cursor: pointer;
      transition: all 0.3s;
      font-size: 20px;
      color: #fff;

      &:hover {
        background-color: #f9b66a;
      }
    }

    label input:checked + span {
      background-color: #ff8800;
    }
  }

  .form-step {
    margin-bottom: 40px;

    h3,
    .form-label {
      background: none;
      border: none;
      width: 100%;
      text-align: center;
      font-size: 24px !important;
      display: flex;
      gap: 4px;
      align-items: center;
      font-weight: bold;
      color: #333 !important;
    }

    h3 {
      justify-content: center;
    }

    .required {
      background-color: #e8340c;
      display: inline-block;
      font-size: 14px;
      color: #fff;
      padding: 2px 4px;
      border-radius: 2px;
      position: relative;
      top: -2px;
    }
  }

  .form-field {
    width: min(100%, 500px);
    padding: 16px 0 0;
    margin: auto;
  }

  .form-field input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    font-size: 16px;
  }

  .validation-message {
    padding: 8px 0;
    color: #bd3939;
    text-align: center;
    background-color: #efefef;
    font-size: 14px;
    font-weight: bold;
    width: 80%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 137px;
  }

  .buttons {
    margin-top: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .btn-next {
    position: relative;
    top: 0;
    background-color: #494949;
    color: #fff;
    border-radius: 8px;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    width: 200px;
    font-weight: bold;
    gap: 8px;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
  }
  .btn-next:hover {
    top: -4px;
  }
  .btn-next:hover::before {
    animation: shine 0.7s;
  }

  .btn-next::before {
    content: "";
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
  }

  .btn-back span {
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    box-shadow: 0 3px 0 #9a9a9a;
    width: 127px;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    cursor: pointer;
  }

  .btn-submit {
    text-align: center;
    width: 300px;
  }

  .btn-submit input {
    font-weight: bold;
    border-radius: 5px;
    padding: 16px 0;
    color: #fff;
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #ff8800;
    border: none;
    border-bottom: 3px solid #bf6701;
  }

  [type="submit"]:disabled {
    cursor: default;
  }
  .ajax-loader {
    display: none;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* ラジオボタンアイコン */
#step1
  .wpcf7-radio
  .wpcf7-list-item:nth-child(1)
  span.wpcf7-list-item-label::before,
#step1
  .wpcf7-radio
  .wpcf7-list-item:nth-child(2)
  span.wpcf7-list-item-label::before {
  content: "";
  width: 30px;
  height: 25px;
  display: block;
  position: relative;
  top: 2px;
}

#step1
  .wpcf7-radio
  .wpcf7-list-item:nth-child(1)
  span.wpcf7-list-item-label::before {
  background: url(./img/common/icon_home.svg) no-repeat center center/100%;
}

#step1
  .wpcf7-radio
  .wpcf7-list-item:nth-child(2)
  span.wpcf7-list-item-label::before {
  background: url(./img/common/icon_home02.svg) no-repeat center center/100%;
}
#stepform div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  display: none !important;
}

/*フォーム周りJS用CSS*/
#stepform .form-step {
  display: none;
}

#stepform .form-step.active {
  display: flex;
  animation: fadeIn 1s ease;
}
