/*
Theme Name: tatsubisou
Theme URI: http://www.tatsubisou.com/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */

/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align:bottom;

}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #2d2d2d;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
}


/* all style
----------------------------------------------------------- */

/*----------------------------------------------------
    基本設定、リンクカラーなど
----------------------------------------------------*/

a:link,a:visited {
    color: #3366cc;
    text-decoration:underline;
    transition:0.7s;
}

a:hover {
    color:#ff9933;
    transition:0.7s;
}

a img{
    transition:0.7s;
}

a:hover img{
    opacity:0.7;
    transition:0.7s;
}

/*----------------------------------------------------
    汎用class
----------------------------------------------------*/
.imgR {
    float: right;
    margin: 0 0 10px 10px;
}
.imgR20 {
    float: right;
    margin: 0 0 20px 20px;
}

.imgL {
    float: left;
    margin: 0 10px 10px 0;
}
.imgL20 {
    float: left;
    margin: 0 20px 20px 0;
}

.imgL30 {
    float: left;
    margin: 0 30px 20px 0;
    margin-top: 0 !important;
}

.imgR30 {
    float: right;
    margin: 0 0 20px 30px;
}

.imgC {
    margin: 0 auto 10px auto;
    display:block;
}
.imgBox{
    border:#CCCCCC solid 1px;
    padding:3px;
}

.imgLayer {
    position: absolute;
}

.mt-20{
    margin-top: -20px !important;
}
.mt-20 p {
    margin: 0 !important;
}

.mt0{
    margin-top: 0 !important;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
.mb0{
    margin-bottom: 0 !important;
}
.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px !important;
}
.mr30{
    margin-right: 30px;
}

.ml30{
    margin-left: 30px;
}
.pt0{
    padding-top: 0 !important;
}

.pb0{
    padding-bottom: 0 !important;
}


.btn {
    text-align: center;
    margin-top:5px;
    margin-bottom:10px;
}

.overflowH{
    overflow:hidden;
}
.overflowA{
    overflow:auto;
}
.clearBoth{
    clear:both;
}
.textRight{
    text-align:right !important;
}
.textCenter{
    text-align:center !important;
    display:block;
}
.textBold{
    font-weight:bold;
}

.remark_red{
    color:#C00;
}
.floatR{
    float:right;
}
.floatL{
    float:left;
}
.imgM{
    margin:0 auto;
}
strong{
    font-weight:bold;
}

.must{
    font-size:10px;
    color:#ff0000;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
    padding-left: 5px;
    vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}


/*----------------------------------------------------
    スマホ用
----------------------------------------------------*/
.spblock,
.spinline,
.sptr{
    display:none;
}

body {
  min-width: 1000px;
  /*コンテンツ横幅を指定する（スマホ閲覧時の背景欠けを防ぐ）*/
  font-size: 16px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
}

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/txr_bg.png) center center;
}

.bg02 {
  background-color: #f0f0f0;
}

.bg03 {
  background: url(/img/common/brown_bg.png) center center;
  border-bottom: #ccc solid 1px;
  border-top: #ccc solid 1px;
}

.btn {
  display: inline-block;
  border-radius: 3px;
  background: #ff4b13;
  position: relative;
}

.btn a,
.btn .wrap {
  border-radius: 3px;
  display: block;
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding: 5px 50px 5px 70px;
  text-decoration: none !important;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #f8771a 49%,
    rgba(255, 174, 77, 0.82) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #f8771a 49%,
    rgba(255, 174, 77, 0.82) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #f8771a 49%,
    rgba(255, 174, 77, 0.82) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #f8771a 49%,
    rgba(255, 174, 77, 0.82) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    #f8771a 49%,
    rgba(255, 174, 77, 0.82) 49%,
    rgba(255, 255, 255, 0) 100%
  );
}

.btn a:before,
.btn .wrap::before,
.btn a:after,
.btn .wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn a:before,
.btn .wrap::before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.btn a:after,
.btn .wrap::after {
  left: 35px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #f8771a;
  border-right: 2px solid #f8771a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnDetail {
  position: relative;
  font-size: 20px !important;
  font-weight: bold;
  background: #532b07;
  box-shadow: 0 -3px 0 #2a1502 inset;
  margin: 5px 0 0 !important;
  padding: 0;
  transition: 0.7s;
  text-align: center;
  color: #fff;
}

.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: #d00000;
}

.notice-o {
  color: #f8771a;
}

.notice-b {
  color: #002590;
}

.tel {
  font-size: 13px;
}

.tel span {
  background: url(/img/common/ico_freedial.png) no-repeat left center;
  font-family: "Impact", "Anton", Gadget, sans-serif;
  color: #d00000;
  font-size: 31px;
  line-height: 1;
  padding-left: 35px;
  display: block;
}

.spblock,
.spinline,
.sptr {
  display: none !important;
}

#main .subTtl01,
.subTtl01 {
  background: #12a73b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 15px;
}

/*--トップページメインカラム調整--*/

#top #contents {
  margin: 0 auto 0;
  position: relative;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */

header .htxt {
  position: relative;
  background: #f8771a;
  padding: 6px 0;
  margin-bottom: 5px;
}

header .htxt h1,
header .htxt p {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  display: block;
  width: 1000px;
  margin: 0 auto;
}

header .htxt p strong {
  font-weight: normal;
}

header .lineLink {
  position: absolute;
  right: calc((100% - 1000px) / 2);
  top: 0;
  background: #00b900 url(img/common/pic_line_icon.png) left 12px top 6px/18px
    auto no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 4px 12px 1px 38px;
  letter-spacing: 0.03em;
  box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.3) inset;

  &:hover {
    opacity: 0.8;
  }
}

header .inner {
  align-items: center;
  padding: 0;
  overflow: hidden;
}

header .corpNumber {
  font-size: 11px;
}

header .hdrLogo {
  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;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

header .hdrLogo a {
  margin: 5px 5px 0 0;
  display: inline-block;
}

header .floatR {
  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;
}

header .hdrContact {
  float: left;
  font-size: 14px;
}

header .hdrContactp {
  line-height: 1.2;
}

header .hdrContact .contactCatch {
  display: block;
  border-radius: 3px;
  background: #532b07;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 11px;
}

header .hdrContact .tel {
  font-size: 11px;
}

header .hdrContact .tel span {
  font-size: 26px;
  padding-left: 30px;
  background-size: 28px auto;
}

header .hdrBnr {
  position: relative;
  overflow: hidden;
  float: right;
  margin-left: 5px;
}

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: 120px;
  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: #f8771a;
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}

header .hdrBnr li.srBtn {
  background: #ffc501 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: #d00000;
}

header .hdrBnr li.dgBtn {
  background: #12a73b url(/img/common/ico_house.png) no-repeat right top;
}

header .hdrBnr li.dgBtn p {
  font-size: 11px;
  color: #fff;
}

header .hdrBnr li.dgBtn p b {
  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;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */

footer {
  padding-bottom: 100px;
  font-size: 13px;
  border-top: #ccc solid 1px;
}

footer .ftrInfo {
  background: #f8771a;
}

footer .ftrBnr {
  position: relative;
  overflow: hidden;
}

footer .ftrBnr .consultationBox,
footer .ftrBnr .estimatesBox {
  float: left;
  margin-right: 40px;
}

footer .ftrBnr .estimatesBox {
  margin-right: 0;
}

footer .inner {
  padding: 30px 0;
}

footer .corpNumber {
  font-size: 11px;
}

footer .ftrLogo {
  margin-bottom: 10px;
  display: block;
}

footer h5 {
  font-size: 14px;
  margin: 15px 0 10px;
  line-height: 1.4;
}

footer nav {
  float: right;
}

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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

footer nav .ftrNav li ul > li:before {
  width: 7px;
  height: 7px;
  background: #f8771a;
}

footer nav .ftrNav li ul > li:after {
  left: 1.5px;
  width: 2px;
  height: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer nav .ftrNav li ul > li a {
  color: #333;
  text-decoration: none;
}

footer .ftrTosoBnr {
  clear: both;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  text-align: right;
}

footer .ftrTosoBnr li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
}

footer .ftrOuterBnr {
  clear: both;
}

footer .ftrOuterBnrList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

footer .ftrOuterBnrList + ul {
  margin-top: 10px;
}

footer .ftrOuterBnrList li {
  margin: 0 0 10px 10px;
}

footer .ftrOuterBnrList li a {
  padding: 5px;
  display: block;
  border: 1px solid #ccc;
}

footer .copyRight {
  clear: both;
  text-align: right;
  padding-top: 100px;
}

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: 10px;
  float: left;
  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;
  height: 71px;
  box-sizing: border-box;
  overflow: hidden;
}

footer .ftrScroll .ftrCont h3 {
  background: #002590;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 171px;
  height: 170px;
  margin: 0px 40px 0px -15px;
  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;
}

footer .ftrScroll .ftrCont h3 span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

footer .ftrScroll .ftrCont h3:before {
  -moz-animation: is-reflection 5s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 5s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 5s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 5s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
  z-index: 0;
}

/* アニメーションを遅延させる */
footer .ftrScroll .ftrCont h3 + footer .ftrScroll .ftrCont h3:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

footer .ftrScroll .ftrCont h3:after {
  content: none;
}

footer .ftrScroll .tel {
  display: inline-block;
  float: left;
  margin-right: 0;
  z-index: 1;
  font-size: 12.5px;
}

footer .ftrScroll .tel span {
  background: url(/img/common/ico_freedial03.png) no-repeat left bottom 5px /
    35px auto;
  color: #d00000;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  padding-left: 35px;
  display: block;
  margin-bottom: 5px;
}

footer .ftrScroll .ftrCont ul {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

footer .ftrScroll .ftrCont ul li {
  float: left;
  margin-left: 6px;
  width: 210px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 7px;
  text-align: center;
  transition: ease 0.4s;
}

footer .ftrScroll .ftrCont ul li:hover,
footer .ftrScroll .ftrCont ul li:active {
  opacity: 0.8;
}

footer .ftrScroll .ftrCont ul li.ftrDiagnosis {
  background: #913d08;
}

footer .ftrScroll .ftrCont ul li.ftrRainleaking {
  background: #3777ec;
}

footer .ftrScroll .ftrCont ul li.ftrShowroom {
  background: #139a01;
}

footer .ftrScroll .ftrCont ul li.ftrContact {
  background: #b90000;
}

footer .ftrScroll .ftrCont ul li.ftrTel {
  display: none;
}

footer .ftrScroll .ftrCont ul li a,
footer .ftrScroll .ftrCont ul li.ftrTel span.js-modal-open {
  position: relative;
  padding: 10px 0 10px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0) 100%
  );
}

footer .ftrScroll .ftrCont ul li a::before {
  content: "";
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .ftrScroll .ftrCont ul li.ftrShowroom a::before {
  background: url(/img/common/ico_shop.png) no-repeat left center / contain;
}

footer .ftrScroll .ftrCont ul li.ftrContact a::before {
  background: url(/img/common/ico_mail_l.png) no-repeat left center / contain;
}

footer .ftrScroll .ftrCont ul li span {
  font-size: 11px;
  display: block;
}

footer .ftrScroll .pageTop a {
  background: #f8771a;
  width: 76px;
  height: 71px;
  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;
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */

nav #gNav {
  position: relative;
  width: 1000px;
  margin: 3px auto 10px;
  background: -webkit-linear-gradient(90deg, #c1c1c1 0%, #f9f9f9 100%);
  background: -moz-linear-gradient(90deg, #c1c1c1 0%, #f9f9f9 100%);
  background: -o-linear-gradient(90deg, #c1c1c1 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(90deg, #c1c1c1 0%, #f9f9f9 100%);
  background: linear-gradient(0deg, #c1c1c1 0%, #f9f9f9 100%);
  border-radius: 4px;
  border: solid #b9b9b9 1px;
}

nav #gNav li {
  border-right: #b9b9b9 solid 1px;
  border-left: #fff solid 1px;
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 145px;
  z-index: 10;
  text-shadow: 1px 1px 0px #ffffff;
}

nav #gNav li.short {
  width: 91px;
}

nav #gNav li.long {
  width: 130px;
}

nav #gNav > li:first-child {
  width: 68px;
  border-left: none;
}

nav #gNav li svg {
  width: 27px;
  height: 27px;
  fill: #333;
  transition: 0.7s;
}

#top nav #gNav li svg,
nav #gNav li svg:hover {
  fill: #f8771a;
  transition: 0.7s;
}

nav #gNav > li.gnav08:before {
  content: url(/img/common/gnav_sr_bg.png);
  position: absolute;
  bottom: -6px;
  left: 0;
  margin: auto;
}

nav #gNav > li.gnav08 {
  border-right: none;
  text-shadow: none;
}

nav #gNav li a {
  height: 57px;
  -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: center;
  width: 100%;
  position: relative;
  color: #333;
  text-decoration: none;
}

nav #gNav li a:hover {
  color: #f8771a;
}

nav #gNav > li.gnav08 a,
nav #gNav > li.gnav08 a:hover {
  color: #fff;
}

nav #gNav > li.gnav08 a {
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  z-index: 5;
  position: relative;
}

nav #gNav li a:after {
  content: "";
  background: #532b07;
  height: 3px;
  display: block;
  width: 90%;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

nav #gNav > li.gnav08:hover:before {
  opacity: 0.7;
  transition: 0.7s;
}

nav #gNav > li.gnav08 a:after {
  background: #d00000;
  height: 20px;
  z-index: -1;
  bottom: 10px;
  width: 99%;
}

nav #gNav li ul {
  position: absolute;
  top: 57px;
  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 !important;
  text-decoration: none;
}

nav #gNav li ul li:hover,
nav #gNav li ul > li a:hover {
  color: #f8771a !important;
  transition: 0.7s;
}

nav #gNav li:hover ul li,
nav #gNav li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 39px;
  /*サブメニューの高さ*/
}

#reason nav #gNav > li.gnav02 a,
#menu nav #gNav > li.gnav03 a,
#works nav #gNav > li.gnav04 a,
#voice nav #gNav > li.gnav05 a,
#corporate nav #gNav > li.gnav06 a,
#blog nav #gNav > li.gnav07 a,
#first nav #gNav > li.gnav09 a {
  color: #f8771a;
}

/*--基本の記事スタイル設定--*/

#main p {
  font-size: 16px;
  margin-bottom: 15px;
}

#main a {
  color: #f8771a;
  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 {
  background: #f8771a;
  color: #fff;
  border-bottom: rgba(255, 255, 255, 0.5) solid 5px;
  font-size: 24px;
  padding: 5px 10px 5px 20px;
  margin: 0 auto 30px;
  position: relative;
  width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main h2 a {
  color: #fff;
  text-decoration: underline;
}

#main h2.fullWidth {
  color: #fff;
  font-size: 35px !important;
  text-align: center !important;
  box-shadow: none !important;
  position: relative !important;
  width: 100% !important;
  padding: 15px 0 !important;
  margin: 0 0 30px !important;
  border-bottom: none;
  font-weight: normal;
  line-height: 1.3;
}

#main h2.fullWidth strong,#main h2.fullWidth .accent {
  font-weight: bold;
}

#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;
}

#corporate #main h2 {
  font-size: 30px;
}

#main h3 {
  background: #eeeeee;
  font-size: 23px;
  border-top: solid 5px #f8771a;
  padding: 5px 10px;
  margin: 0 0 25px;
}

#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: #12a73b;
  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: #f8771a;
  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: 18px;
  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: #12a73b;
}

#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: #532b07;
}

#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 {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

#main table th,
#main table td {
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  background: #efefef;
  position: relative;
}

#main table th {
  width: 22%;
  color: #fff;
  background-color: #002590;
}

#main table td a.mapLink {
  position: absolute;
  right: 20px;
  top: 15px;
  background: #12a73b;
  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 dt {
  font-weight: bold;
}

#main table td dd {
  margin-bottom: 10px;
}

/*--共通パーツ--*/

#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 {
  justify-content: start;
  -webkit-justify-content: start;
}

#main .shopAccess .photoUL li {
  width: 322px;
  margin: 0 17px 20px 0;
}

#main .photoUL li span {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

#main .photoUL li span:before {
  content: "" !important;
  display: block;
  padding-top: 60%;
}

#main .photoUL .otherPhoto {
  width: 316px;
  height: 206px;
  position: relative;
  overflow: hidden;
  display: block;
}

#main .photoUL li span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

#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;
  bottom: inherit;
}

#main .photoUL li img {
  margin-bottom: 5px;
}

#main .photoUL li h5 {
  font-size: 15px;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  color: #12a73b;
}

#main .photoUL li:before,
#main .photoUL li:after {
  content: none;
}

#main .photoFlex {
  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;
}

#main .photoFlex li {
  padding: 0;
}

#main .photoFlex li:before,
#main .photoFlex li::after {
  content: none;
}

#main .photoFlex li span {
  width: 480px;
  height: 285px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}

#main .photoFlex.prizeList li span {
  width: 320px;
  height: 190px;
}

#main .shopAccess .photoUL li span {
  width: 322px;
  height: 170px;
}

#main .photoFlex li img,
#main .photoFlex li span 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;
  bottom: inherit;
}

#main .shopAccess .shopAccessInfo {
  margin-bottom: 30px;
}

#main .warryBox,
#main .meritBox {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#main .warryBox p,
#main .meritBox p {
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 0;
}

#main .warryBox img {
  float: left;
  margin-right: 10px;
}

#main .meritBox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#main .meritBox .meritTxt {
  margin-left: 360px;
}

#main .warryList,
#main .meritList {
  border-top: #333 dotted 1px;
  padding-top: 10px;
  overflow: hidden;
}

#main .warryList li,
#main .meritList li {
  background: none;
  border-bottom: #333 dotted 1px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 8px 35px;
  margin: 0 0 8px;
}

#main .warryList li:last-child,
#main .meritList li:last-child {
  margin-bottom: 0;
}

#main .warryList > li:before,
#main .warryList > li:after,
#main .meritList > li:before,
#main .meritList > li:after {
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .warryList > li:before,
#main .meritList > li:before {
  background: #d00000;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}

#main .warryList > li:after,
#main .meritList > 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,
#main .meritList li strong {
  background: #ffc501;
  display: inline-block;
  line-height: 0.5;
}

#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;
}

#main .meritBox .diagnosisList li {
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 24%;
  width: calc(25% - 10px);
  padding: 3px 0;
}

#main .meritBox .diagnosisList li:before,
#main .meritBox .diagnosisList li:after {
  content: none;
}

/*---外壁塗装のプロに相談しよう！見積りを取られている方へ！--*/

.consultationBox {
  width: 480px;
  position: relative;
  padding-top: 5px;
}

.consultationBox a {
  text-decoration: none !important;
  display: block;
  padding: 15px;
}

.consultationBox .imgLayer {
  top: 0;
  right: 5px;
  z-index: 10;
}

.consultationBox .estimatesBoxTtl {
  background: #12a73b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
}

.consultationBox .inBox {
  border: #ccc solid 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.consultationBox h4 {
  font-size: 18px !important;
  padding: 0 0 5px 50px !important;
  position: relative;
  border-bottom: #ccc solid 1px;
  margin: 0 0 5px !important;
  line-height: 1.5;
  text-decoration: none !important;
  color: #333 !important;
}

.consultationBox h4:before,
.consultationBox h4:after {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  font-size: 30px;
  line-height: 1;
  color: #12a73b;
}

.consultationBox h4:before {
  left: -5px;
  opacity: 0.5;
}

.consultationBox h4:after {
  left: 18px;
}

.consultationBox .inBox img {
  margin: -18px 0 0 -15px;
  position: relative;
}

.consultationBox .catchBox {
  position: relative;
}

.consultationBox .catchTxt {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d00000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.consultationBox .catchTxt span {
  color: #333;
  font-size: 33px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.6, transparent),
    color-stop(0.4, #ffc501)
  );
  background: -webkit-linear-gradient(transparent 60%, #ffc501 40%);
  background: -moz-linear-gradient(transparent 60%, #ffc501 40%);
  background: -o-linear-gradient(transparent 60%, #ffc501 40%);
  background: -ms-linear-gradient(transparent 60%, #ffc501 40%);
  background: linear-gradient(transparent 60%, #ffc501 40%);
  display: block;
  line-height: 1;
}

.consultationBox ul {
  margin: -25px 0 0 !important;
}

.consultationBox ul li {
  position: relative;
  font-size: 24px !important;
  font-weight: bold;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    linear-gradient(0deg, #f00, #f00) !important;
  box-shadow: none;
  padding: 12px 10px !important;
  transition: 0.7s;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  border-radius: 10px;
  line-height: 1 !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.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: 0;
  right: 5px;
  z-index: 10;
}

.estimatesBox .estimatesBoxTtl {
  background: #12a73b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
}

.estimatesBox .inBox {
  border: #ccc solid 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}

.estimatesBox .inBox .inBoxTtl {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 0 0 10px 50px;
  position: relative;
  border-bottom: #ccc solid 1px;
  margin: 0 0 5px !important;
  line-height: 1.8;
}

.estimatesBox .inBoxTtl:before,
.estimatesBox .inBoxTtl:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  font-size: 30px;
  line-height: 1;
  background: #12a73b;
  width: 20px;
  height: 20px;
}

.estimatesBox .inBoxTtl:before {
  left: -5px;
  opacity: 0.5;
}

.estimatesBox .inBoxTtl:after {
  left: 18px;
}

.estimatesBox .inBox p {
  font-size: 27px !important;
  font-weight: bold;
  z-index: 10;
  position: relative;
  margin-bottom: 10px !important;
}

.estimatesBox .inBox p b {
  color: #d00000;
}

.estimatesBox .inBox p span {
  border-radius: 4px;
  background: #ff8a01;
  color: #fff;
  font-size: 20px;
  padding: 7px;
  margin-right: 5px;
}

.estimatesBox .inBox .telBox {
  margin-top: 5px;
  position: relative;
  text-align: center;
}

.estimatesBox .inBox .imgLayer {
  top: 15px;
  right: 3px;
  z-index: 0;
}

.estimatesBox .inBox .telBox h5 {
  background: #002590 !important;
  color: #fff;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 5px !important;
  display: block !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.estimatesBox .inBox .telBox .number {
  background: #fff;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #d00000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.3);
}

.estimatesBox .inBox .telBox .tel {
  font-size: 13px !important;
  display: inline-block;
  margin-bottom: 0 !important;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.2;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(74, 74, 74, 0.25) 49%,
    rgba(255, 255, 255, 0.4) 49%,
    rgba(255, 255, 255, 0) 100%
  );
}

.estimatesBox .inBox .telBox .tel span {
  background: url(/img/common/ico_freedial02.png) no-repeat left center;
  color: #fff;
  font-size: 53px;
  line-height: 1;
  padding: 0 0 0 65px;
  margin: 0;
  display: inline-block;
  font-weight: normal;
}

.estimatesBox .inBox .telBox .tel:before {
  -moz-animation: is-reflection 5s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 5s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 5s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 5s ease-in-out infinite;
  transform: rotate(45deg);
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100px;
  width: 30px;
  z-index: 1;
}

/* アニメーションを遅延させる */
.estimatesBox .inBox .telBox .tel + .estimatesBox .inBox .telBox .tel:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

#main .bnrArea {
  padding: 30px 0;
}

#main .bnrArea .consultationBox,
#main .bnrArea .estimatesBox {
  float: left;
  margin-right: 40px;
}

#main .bnrArea .estimatesBox {
  margin: 0 !important;
}

/*---店舗案内--*/

.shopInfo,
#main .shopInfo {
  position: relative;
  overflow: hidden;
}

.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: #f8771a;
  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 > ul > li {
  background: none !important;
  margin: 0 0 !important;
  padding: 0 !important;
}

.shopAccess ul li:before,
.shopAccess ul li:after {
  display: none !important;
}

.shopAccess ul li .shopMain {
  background: #d00000;
  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: 10px 0;
}

#main .combnrList li {
  border-radius: 8px;
  background: #4582e8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  width: 480px;
  float: left;
  text-align: center;
  margin: 0;
}

#main .combnrList li:nth-child(2n) {
  float: right;
  background: #7d5102;
}

#main .combnrList li:hover {
  opacity: 0.8;
  transition: 0.7s;
}

#main .combnrList li a {
  color: #fff;
  text-decoration: none;
}

#main .combnrList li:before,
#main .combnrList li:after {
  content: none;
}

/*---外壁塗装工事パック商品--*/

#main .serviceContents {
  background: url(/img/common/txr_bg.png) center center;
  padding-bottom: 20px;
}

#main .serviceContents .whiteBox {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  margin-top: 40px;
}

#main .serviceContents .whiteBox p {
  font-size: 15px;
  margin-top: 0;
}

#main .serviceContents h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 35px;
  background: #002590;
  box-shadow: none;
  line-height: 1.5;
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
  padding: 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: #f8771a;
  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 .packOther .layout03.fullWidth {
  width: 100%;
  height: auto;
}

#main .packWall a,
#main .packRoof a {
  text-decoration: none;
  color: #333;
}

#main .packWall article,
#main .packRoof article,
#main .packOther article {
  width: 490px;
  float: left;
  background: #fff;
  border: #ccc solid 1px;
  padding: 10px;
  margin: 0 20px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .packOther article {
  padding: 0;
}

#main .packWall article:nth-child(2n),
#main .packRoof article:nth-child(2n),
#main .packOther article:nth-child(2n) {
  margin-right: 0;
  float: right;
}

#main .packTtl {
  position: relative;
}

#main .packTtl h3,
#main .packTtl .packLable {
  font-size: 63px;
  width: 170px;
  float: left;
  background: none;
  margin-bottom: 0;
  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;
  margin-right: 2px;
  position: relative;
  font-weight: bold;
}

#main .packTtl h3 span,
#main .packTtl .packLable span,
#main .packRoof .packTtl h3 span.wall {
  display: inline-block;
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  width: 48%;
  width: calc(50% - 2px);
  text-align: center;
  line-height: 1;
  padding: 8px 0 0;
  margin-top: 3px;
}

#main .packRoof .packTtl h3 span,
#main .packRoof .packTtl .packLable span {
  background: #002590;
}

#main .packTtl h3 span:nth-child(-n + 2),
#main .packTtl .packLable span:nth-child(-n + 2) {
  margin-top: 0;
}

#main .packImg {
  float: right;
  width: 211px;
  height: 145px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 10px;
}

#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 .packOther article img {
  width: 100%;
  height: auto;
}

#main .packsummary {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  flex: 1;
  margin-top: -5px;
}

#main .packWall h4,
#main .packRoof h4 {
  min-height: 80px;
  font-size: 40px;
  color: #333;
  position: relative;
  padding-left: 0;
  margin: 15px 10px 0 0;
  line-height: 1;
}

#main .packWall h4:before,
#main .packWall h4:after,
#main .packRoof h4:before,
#main .packRoof h4:after {
  display: none;
}

#main .packsummary .overflowH {
  width: 210px;
}

#main .packCatch {
  font-size: 20px;
  border-radius: 4px;
  background: #002590;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
}

#main .packRoof .packCatch {
  background: #12a73b;
}

#main .packWall .imgIco,
#main .packRoof .imgIco {
  width: 136px;
  height: auto;
  margin-right: 5px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
}

#main .packWall p,
#main .packRoof p {
  margin-bottom: 0;
}

#main .priceTxt {
  font-family: Arial, Gadget, sans-serif, "メイリオ", "Meiryo", verdana,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic";
  font-size: 99px;
  color: #d00000;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  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: 80px;
}

#main .priceTxt span.unitTxt {
  font-size: 25px;
  font-weight: bold;
  width: 26px;
  display: inline;
}

#main .packWall .txts,
#main .packRoof .txts {
  font-size: 10px;
  margin-bottom: 5px;
  word-wrap: break-word;
}

#main .optionTxt {
  color: #d00000;
  font-size: 23px;
  font-weight: bold;
}

#main .packWall ul,
#main .packRoof ul {
  position: relative;
  overflow: hidden;
  margin: 0 0 5px;
  clear: both;
}

#main .packWall ul li,
#main .packRoof ul li {
  border: #002590 solid 2px;
  border-radius: 5px;
  padding: 0;
  width: 149px;
  float: left;
  margin-right: 5px;
  text-align: center;
}

#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 h5,
#main .packRoof h5 {
  font-size: 16px;
  position: relative;
  padding-left: 0;
  margin-top: 0;
  background: #002590;
  border-radius: 0;
  display: block;
}

#main .packWall ul li p,
#main .packRoof ul li p {
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}

/*----劣化度チェック-----*/

#main .deteriorationChk {
  margin-top: 20px;
}

#first #main .deteriorationChk {
  margin-top: 0;
}

#main .deteriorationChk .checkLegend {
  width: 232px;
  float: left;
}

#main .deteriorationChk .checkLegend span {
  border-radius: 50%;
  background: #12a73b;
  color: #fff;
  font-size: 29px;
  width: 226px;
  height: 226px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}

#main .deteriorationChk .checkLegend span b {
  font-size: 50px;
  line-height: 1.2;
}

#main .deteriorationChk .checkLegend p {
  margin-top: -20px;
}

#main .deteriorationChk .checkLegend img {
  margin-top: 0;
}

#top #main .deteriorationChk .checkLegend img {
  margin-top: 20px;
}

#main .deteriorationChk .checkPoint {
  width: 750px;
  float: right;
  background: #fff;
}

#main .deteriorationChk .checkPoint h3 {
  margin: 0 !important;
  background: #002590 !important;
  border: none !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 5px 7px !important;
}

#main .deteriorationChk .checkPoint ul {
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin: 0;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#top #main .deteriorationChk .checkPoint ul {
  border: none;
}

#main .deteriorationChk .checkPoint ul li {
  width: 226px;
  margin: 20px 15px 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;
}

#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: #d00000 !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: #d00000;
  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-----*/

#main .msgTxt {
  width: 705px;
  float: left;
}

#main .msgTxt h3 {
  margin-top: 0;
  background: #efefef;
  font-size: 23px;
  border-top: #f8771a solid 5px;
}

#main .msgTxt p strong {
  font-size: 22px;
  padding: 0 3px;
  color: #d00;
}

#main .msgPhoto {
  width: 255px;
  float: right;
}

#main .msgPhoto h5 {
  background: #002590;
  border-radius: 4px;
  padding: 0 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0;
}

#main .msgPhoto p {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
}

#main .msgPhoto p span {
  font-size: 12px;
  color: #f8771a;
  display: block;
}

/*----comArea-----*/

#main .comAreaBox {
  padding: 30px 0;
}

#main .comAreaBox img {
  float: left;
  margin-right: 30px;
}

#main .comAreaBox h3 {
  font-size: 23px;
  margin: 0 0 20px;
}

#main .comAreaBox h4 {
  margin-bottom: 5px;
}

#main .comAreaBox .catchTtl {
  background: none;
  border-top: none;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}

#main .comAreaBox .catchTtl strong {
  color: #d00000;
}

#main .comAreaBox .catchTtl span strong {
  color: #333;
  text-decoration: underline;
}

#main .comAreaBox dt {
  background: #12a73b;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

#main .comAreaBox dd {
  margin-bottom: 10px;
}

/*----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: #d00000;
  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: #002590;
  border-radius: 10px;
  color: #fff;
  position: relative;
  padding: 20px;
}

#main .balloonBox p {
  margin: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}

#main .balloonBox p strong {
  color: #fffd19;
}

/*--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 .catchTtl {
  font-size: 30px !important;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

#main .lawpriceWhy .catchTtl strong {
  color: #d00000;
}

#main .lawpriceWhy .highCost {
  background: #532b07;
  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;
}

#main .lawpriceWhy .highCost h3 strong {
  font-weight: normal;
}

#main .lawpriceWhy .highCost ul {
  position: relative;
  margin-bottom: 0;
}

#main .lawpriceWhy .highCost ul li {
  background: #7b491c;
  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: #d00000;
  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: 20px;
  padding: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}

/*----comLawpriceReason-----*/

#main .lowpriceReason .lowcost ul {
  position: relative;
  overflow: hidden;
}

#main .lowpriceReason .lowcost ul li {
  background: #532b07;
  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: #7b491c;
  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: #7b491c 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;
}

#main .lowpriceReason .lowcost ul li h4 span.reasonIco {
  background: url(/img/common/comLowprice_ico.png) no-repeat center center;
  color: #fff;
  width: 100px;
  height: 100px;
  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: 13px;
  line-height: 1.2;
  margin-top: 5px;
}

#main .lowpriceReason .lowcost ul li p {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}

#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: 40px !important;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: left !important;
  line-height: 1.8 !important;
}

#main .qualityBox .catchTtl .txtL {
  font-size: 100px;
  line-height: 1.2;
}

#main .qualityBox .catchTtl .imgLayer {
  right: 0;
  top: -80px;
}

#main .qualityBox h3 {
  font-size: 28px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.3;
}

#main .qualityBox p {
  font-size: 19px;
}

#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: #d00000;
}

#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 .flowList {
  border-radius: 5px;
  background: #443a36;
  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 10px;
  line-height: 1.2;
  margin: 0 10px 0 0;
}

#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: #443a36;
  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;
  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: 110px;
}

#main .flowList ul li:nth-child(1) {
  background: red;
  color: #fff;
}

#main .flowList ul li:nth-child(3) {
  background: yellow;
}

#main .flowList ul li:nth-child(5) {
  background: blue;
  color: #fff;
}

#main .flowList ul li:nth-child(7) {
  background: green;
  color: #fff;
}

#main .flowList ul li:nth-child(9) {
  background: pink;
}

/*--comCorpSelect--*/

#main .selectPoint li {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: none;
}

#main .selectPoint li img {
  float: right;
}

#main .selectPoint li .pointIco {
  float: left;
  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: 50px 0;
}

#main .comparePaint h2 {
  font-size: 30px;
}

#main .compareTable {
  width: 100%;
  table-layout: fixed;
}

#main .compareTable th,
#main .compareTable td {
  vertical-align: top;
  text-align: center;
  width: auto;
}

#main .compareTable th {
  padding: 20px;
}

#main .compareTable th:first-of-type {
  width: 15%;
}

#main .compareTable td {
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  padding: 15px 15px 15px 75px;
  position: relative;
  height: 52px;
  overflow: hidden;
}

#main .compareTable td span {
  font-size: 35px;
  font-weight: bold;
  float: left;
  display: block;
  border-right: #ccc solid 1px;
  margin-right: 15px;
  padding-right: 15px;
  box-shadow: 2px 0px 0px 0px #fff;
  -moz-box-shadow: 2px 0px 0px 0px #fff;
  -webkit-box-shadow: 2px 0px 0px 0px #fff;
  width: 51px;
  text-align: center;
  left: 10px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .compareTable td.ourCompany span {
  color: #e01c1c;
}

/*----comScore-----*/

#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: #d00000;
}

#main .scoreBox .catchTtl img {
  float: right;
  margin-top: -30px;
}

#main .scoreBox .scoreList {
  position: relative;
  overflow: hidden;
}

#main .scoreBox .scoreList li {
  background: #f8771a;
  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 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 .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: #d00000;
}

/*---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;
}

#cover #main .comIdea ul,
#siding #main .comIdea ul,
#apartment #main .comIdea ul {
  -webkit-justify-content: space-around;
  /*--- safari（PC）用 ---*/
  justify-content: space-around;
  padding: 0 10px;
}

#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: #002590;
  display: block;
  margin-bottom: 30px;
}

#main .comIdea li span:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #002590;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

#main .comIdea li:first-child {
  padding-left: 0;
}

/*--ショールーム特徴--*/

#main .showroomFeature p {
  margin-bottom: 0;
}

#main .featureBox {
  position: relative;
  overflow: hidden;
  background: #002590;
  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: #12a73b !important;
  color: #fff;
  font-size: 25px;
  display: table-cell;
  padding: 26px 15px !important;
  height: 100%;
  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 .contactBox {
  background: #002590;
  clear: both;
  padding: 10px;
  position: relative;
  margin: 30px auto 40px;
  width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#corporate #main .contactBox {
  margin-top: -10px;
}

#main .contactBox .imgLayer {
  right: 0;
  bottom: 0;
}

#main .contactBox p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
}

#main .contactBox .telBox {
  background: #fff;
  padding: 15px;
  overflow: hidden;
  margin-left: 10px;
  float: right;
  padding-right: 150px;
}

#main .contactBox .telBox .tel {
  font-size: 13px !important;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0 !important;
  color: #333;
}

#main .contactBox .telBox .tel span {
  background: url(/img/common/ico_freedial03.png) no-repeat left center;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 50px;
  margin: 0;
  display: block;
}

#main .contactBox .telBox .btn {
  border-radius: 3px;
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}

#main .contactBox .telBox .btn a {
  padding: 5px 30px 5px 40px;
}

#main .contactBox .telBox .btn a:before {
  left: 28px;
}

#main .contactBox .telBox .btn a:after {
  left: 33px;
}

#main .contactBox ul {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

#main .contactBox ul li {
  border-radius: 4px;
  background: #12a73b !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;
}

#diagnosis #main .contactBox,
#rainleaking #main .contactBox {
  background: #d00000;
  margin-bottom: 30px;
}

#diagnosis #main .contactBox h3,
#rainleaking #main .contactBox h3 {
  float: left;
  background: #fff;
  border-radius: 4px;
  color: #d00000;
  font-size: 56px;
  width: 122px;
  height: 122px;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  line-height: 1;
  margin: 0 10px 0 0;
}

#diagnosis #main .contactBox .telBox,
#rainleaking #main .contactBox .telBox {
  border-radius: 4px;
  float: none;
  padding: 10px 150px 10px 20px;
}

#diagnosis #main .contactBox .floatL,
#rainleaking #main .contactBox .floatL {
  margin-right: 15px;
}

#diagnosis #main .contactBox .telBox .tel,
#rainleaking #main .contactBox .telBox .tel {
  line-height: 1;
}

#diagnosis #main .contactBox .telBox .tel span,
#rainleaking #main .contactBox .telBox .tel span {
  background: url(/img/common/ico_fdl.png) no-repeat left center;
  font-size: 60px;
  padding: 0 0 0 75px;
}

#diagnosis #main .contactBox .catchTxt,
#rainleaking #main .contactBox .catchTxt {
  background: #002590;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin-bottom: 0;
}

#diagnosis #main .contactBox .telBox .btn,
#rainleaking #main .contactBox .telBox .btn {
  display: inline-block;
  width: auto;
  border: #ff4b13 solid 1px;
  box-shadow: 0px 0px 0px 1px #fff inset;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1, #ffa43f),
    color-stop(0, #ff4d1a)
  );
  background: -webkit-linear-gradient(#ff4d1a, #ffa43f);
  background: -moz-linear-gradient(#ff4d1a, #ffa43f);
  background: -o-linear-gradient(#ff4d1a, #ffa43f);
  background: -ms-linear-gradient(#ff4d1a, #ffa43f);
  background: linear-gradient(#ff4d1a, #ffa43f);
  margin-top: 0;
}

#diagnosis #main .contactBox .telBox .btn a,
#rainleaking #main .contactBox .telBox .btn a {
  background: none;
  box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 0.3) inset;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 25px 20px;
}

#diagnosis #main .contactBox .telBox .btn a:before,
#rainleaking #main .contactBox .telBox .btn a:before {
  content: none;
}

#diagnosis #main .contactBox .telBox .btn a:after,
#rainleaking #main .contactBox .telBox .btn a:after {
  left: 0;
  right: 0;
  margin: auto;
  top: 60%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*--トップスライド--*/

a.leftNav,
a.rightNav {
  background: url(/img/top/bg2.png);
  outline: none;
  transition: none;
}

.leftNav:before,
.rightNav:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: none;
}

.leftNav:hover {
  background: url(/img/top/leftNav.png) right center no-repeat;
  transition: none;
  opacity: 1;
}

.rightNav:hover {
  background: url(/img/top/rightNav.png) left center no-repeat;
  transition: none;
  opacity: 1;
}

.leftNav:hover:before,
.rightNav:hover:before {
  background: url(/img/top/bg2.png);
  transition: none;
}

/*--下層ページメインビジュアル--*/

#pageTitle {
  position: relative;
  overflow: hidden;
  height: 140px;
  text-align: center;
  background: -webkit-linear-gradient(90deg, #b7e1f5 0%, #79b1f6 100%);
  background: -moz-linear-gradient(90deg, #b7e1f5 0%, #79b1f6 100%);
  background: -o-linear-gradient(90deg, #b7e1f5 0%, #79b1f6 100%);
  background: -ms-linear-gradient(90deg, #b7e1f5 0%, #79b1f6 100%);
  background: linear-gradient(0deg, #b7e1f5 0%, #79b1f6 100%);
}

#pageTitle .inner {
  width: 100%;
  height: 100%;
  padding: 0;
}

#pageTitle h1 {
  color: #fff;
  display: inline-block;
  position: relative;
  background-color: #12a73b;
  border-radius: 6px;
  margin-top: 28px;
  padding: 10px 50px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: normal;
}

#pageTitle h1 span {
  display: block;
  font-size: 18px;
}

/*--ぱんくず--*/

#pagePath {
  background: #532b07;
  padding: 5px 0;
}

#pagePath p {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
}

#pagePath p a {
  color: #fff;
}

/*--フォーム--*/

#form {
  padding: 50px 0 30px;
}

#form ul li {
  background: none !important;
  padding: 0;
}

#form ul li:before,
#form ul li:after {
  content: none;
}

#form ul.formStep {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#form ul.formStep li {
  background: #f1edd0 !important;
  color: #333;
  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;
}

#form ul.formStep li:before,
#form ul.formStep li:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #f1edd0;
  content: "";
  display: block;
  position: absolute;
}

#form ul.formStep li:before {
  left: 100%;
  top: 0;
  z-index: 10;
  background: none;
}

#form ul.formStep li:after {
  border-color: transparent transparent transparent #fff;
  left: 100.8%;
  top: 0;
  z-index: 9;
  -webkit-transform: none;
  transform: none;
}

#form ul.formStep li:last-child:before,
#form ul.formStep li:last-child:after {
  display: none;
}

#form ul.formStep li.on {
  background: #12a73b !important;
  color: #fff;
}

#form ul.formStep li.on:before {
  border-color: transparent transparent transparent #12a73b;
}

#form ul.formStep li span {
  border-radius: 50%;
  background: #ffcc00;
  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;
}

#form ul.formStep li:first-child span {
  left: 2px;
}

#main form p {
  margin-bottom: 0;
}

#main .formBox table {
  margin-bottom: 20px;
}

#main .formBox th {
  padding: 20px 15px;
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
  font-size: 16px;
}

#main .formBox th span {
  background: #d00000;
  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;
}

#main .formBox td .note {
  font-size: 13px;
}

#main .formBox td > span {
  margin: 5px 0 0;
  display: inline-block;
  font-size: 16px;
}

#main .formBox td span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

#main .formBox td span.form-att {
  color: red;
}

#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;
  width: 690px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#main .formBox td textarea {
  padding: 5px;
  width: 690px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: auto;
}

#main .formBox td select,
#main .formBox td input[type="date"] {
  width: 200px;
  font-size: 14px;
  padding: 2px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-right: 10px;
}

#main .formBox td input[type="date"] {
  width: 360px;
}

#main .formBox .submit {
  text-align: center;
}

#main .formBox .submit li {
  margin: 0 5px;
  display: inline;
}

#main .formBox .submit input {
  padding: 15px 50px 15px;
  width: 320px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #2f8e15;
  border-radius: 4px;
  background: -webkit-linear-gradient(90deg, #41af22 0%, #6cee49 100%);
  background: -moz-linear-gradient(90deg, #41af22 0%, #6cee49 100%);
  background: -o-linear-gradient(90deg, #41af22 0%, #6cee49 100%);
  background: -ms-linear-gradient(90deg, #41af22 0%, #6cee49 100%);
  background: linear-gradient(0deg, #41af22 0%, #6cee49 100%);
}

#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;
  background: #efefef;
}

#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;
}

/*--メインカラム--*/

#contents {
  margin: 30px auto 0;
}

#contents section {
  margin: 0 auto;
}

/*--ブログ形式ページ--*/

#main .taxList li,
#main .areaList li {
  display: inline-block !important;
  padding: 0;
  background: none;
  margin: 0;
}

#main .taxList li:before,
#main .areaList li:before,
#main .taxList li:after,
#main .areaList li:after {
  content: none;
}

#main .cat a,
#main .taxList li a,
#main .areaList li a {
  display: inline-block !important;
  background: #002590;
  color: #fff !important;
  font-weight: bold;
  margin: 0 4px 4px 0;
  text-decoration: none;
  padding: 0 5px;
  border-radius: 3px;
}

#main .areaList li a {
  background-color: #12a73b;
  border: solid 1px #12a73b;
}

#main .taxList li.current-cat a {
  background-color: #fff;
  color: #4582e8 !important;
  border: solid 1px #4582e8;
}

#main .areaList li.current-cat a {
  background-color: #fff;
  color: #12a73b !important;
  border: solid 1px #12a73b;
}

#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;
}

#main #archiveList article {
  width: 316px;
  float: left;
  margin: 0 26px 40px 0;
  position: relative;
}

#main #archiveList article:nth-child(3n) {
  margin-right: 0;
}

#main #archiveList article:nth-child(3n + 1) {
  clear: both;
}

#main #archiveList a {
  display: block;
  text-decoration: none !important;
}

#main #archiveList h3,
#main #archiveList .contTxt,
#main #archiveList .price,
#main #archiveList .parts {
  display: block;
  border: none;
  background: none;
  line-height: 1.4;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main #archiveList h3 {
  margin: 35px 0 0 0;
  color: #f8771a;
  font-size: 18px;
}

#blog #archiveList h3 {
  height: 50px;
}

#main #archiveList .archiveTumb {
  width: 316px;
  height: 236px;
  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;
}

#main #archiveList .price {
  font-weight: bold;
  color: #d00000;
}

#main #archiveList .price span {
  display: inline-block;
  background: #d00000;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 1px 5px 0 5px;
  margin-right: 8px;
}

#main #archiveList .time {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
}

#main #archiveList .detail {
  color: #ffffff;
  font-size: 15px !important;
  font-weight: bold;
  background: -webkit-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -o-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: linear-gradient(
    0deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  box-shadow: none;
  border-radius: 4px;
  padding: 3px 5px;
  width: 140px;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}

#main #archiveList .cat {
  position: absolute;
  top: 245px;
  font-size: 13px;
  line-height: 1.4;
  height: 24px;
  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: 510px;
  position: relative;
  overflow: hidden;
}

#main .picBox .btmPhoto {
  float: left;
  width: 287px;
  height: 215px;
  position: relative;
  overflow: hidden;
}

#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 .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: #002590;
  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 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 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: none;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
}

#main .voicephotListN li {
  background: none;
  padding: 0;
  position: relative;
  margin: 0 auto 20px;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 720px;
  height: 540px;
  overflow: hidden;
}

#main .voicephotListN li:before,
#main .voicephotListN li:after {
  content: none;
}

#main .voicephotListN 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 .voicephotListN li.enqL img.enqI {
  width: auto;
  height: 100%;
}

#main .voicephotListN li .imgLayer {
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: none;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
}

/*------------- 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: #f8771a;
  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 {
  margin: 0 0 10px 0;
  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: #f8771a;
  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 #f8771a;
  border-right: 2px solid #f8771a;
  -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 #main .mainCatch {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  background: #532b07;
}

#top #main .mainCatch .imgLayer {
  left: 0;
  z-index: 22;
}

#top #main .mainCatch h2 {
  background: none;
  width: 1000px;
  font-size: 30px;
  color: #fff;
  box-shadow: none;
  padding: 0;
  line-height: 1.2;
  border-bottom: none;

  margin: 0 auto;
}

#top #main .mainCatch h2 a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
}

#top #main .mainCatch h2 span {
  display: inline-block;
  background: #d00000;
  padding: 15px 10px;
  border-radius: 4px;
  margin-right: 20px;
}

#top #main .tmp.bg01 .estimatesBox {
  margin-bottom: 15px;
}

#top #main .tmp.bg01 .estimatesBox a {
  text-decoration: none;
  color: #333;
}

.newsBox {
  width: 480px;
  position: relative;
  padding-top: 5px;
  float: left;
}

.newsBox .imgLayer {
  top: 0;
  right: 5px;
  z-index: 10;
}

.newsBox .newsBoxTtl {
  background: #12a73b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
}

.newsBox .inBox {
  border: #ccc solid 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
}

.newsBox h4 {
  font-size: 18px !important;
  padding: 0 0 10px 50px !important;
  position: relative !important;
  margin: 0 0 5px !important;
  border-bottom: #ccc solid 1px;
}

.newsBox h4:before,
.newsBox h4:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  font-size: 30px;
  line-height: 1;
  background: #12a73b;
  width: 20px;
  height: 20px;
}

.newsBox h4:before {
  left: -5px;
  opacity: 0.5;
}

.newsBox h4:after {
  left: 18px;
}

.newsBox h5 {
  background: none !important;
  color: #f8771a !important;
  font-size: 15px !important;
  height: 45px !important;
  padding: 0 !important;
  margin: 25px 0 0 !important;
}

.newsBox .inBox a {
  color: #333 !important;
  text-decoration: none !important;
}

.newsBox .inBox p {
  font-size: 12px !important;
}

.newsBox .inBox p {
  margin-bottom: 0 !important;
}

.newsBox .inBox p span.contTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.newsBox .inBox p strong {
  color: #d00000;
}

.newsBox .inBox p span.cat {
  position: absolute;
  top: 0;
  left: 176px;
  color: #fff;
  height: 24px;
  overflow: hidden;
}

.newsBox .inBox p span.cat a {
  color: #fff;
  position: relative !important;
}

.newsBox .inBox article,
#main .newsBox .inBox li {
  position: relative;
  overflow: hidden;
  border-bottom: #ccc solid 1px;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.newsBox .inBox article:first-of-type,
#main .newsBox .inBox li:first-of-type {
  margin-top: 15px;
}

.newsBox .inBox article:last-of-type,
#main .newsBox .inBox li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#main .newsBox .inBox li:before,
#main .newsBox .inBox li:after {
  content: none;
}

.newsBox .inBox article .newsTumb,
#main .newsBox .inBox li .newsTumb {
  width: 156px;
  height: 116px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.newsBox .inBox article img,
#main .newsBox .inBox li .newsTumb 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 .tekiseiBox {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

#main .tekiseiBoxTxt {
  background: #df5c28;
  color: #fff;
  padding: 10px 10px 5px;
}

.tekiseiBoxTxt .accent {
  font-weight: 700;
}

#main .tekiseiBox .btn a {
  background: -webkit-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -o-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: linear-gradient(
    0deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
}

#main .tekiseiBox .btn a:after {
  border-top: 2px solid #12a73b;
  border-right: 2px solid #12a73b;
}

#main .worksBox {
  padding-bottom: 20px;
}

#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:after,
#main .voiceBox h2:after,
#main .profileBox h2:after,
#main .reasonBox h2:after {
  display: none;
}

#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;
}

#main .worksBox h2 span.txtEn,
#main .voiceBox h2 span.txtEn,
#main .profileBox h2 span.txtEn,
#main .reasonBox h2 span.txtEn {
  color: #12a73b;
  font-size: 15px;
  display: block;
}

#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 h2 img.imgCrct {
  float: none !important;
  margin: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#main .worksList,
#main .voiceList {
  overflow: hidden;
  padding-bottom: 20px;
}

#main .worksList article,
#main .voiceList article {
  width: 236px;
  float: left;
  margin: 30px 18px 0 0;
  position: relative;
}

#main .worksList.column3 article {
  width: 316px;
  float: left;
  margin: 30px 26px 0 0;
}

#main .worksList article:nth-of-type(-n + 4),
#main .voiceList article:nth-child(-n + 4),
#main .worksList.column3 article:nth-child(-n + 3) {
  margin-top: 0;
}

#main .worksList article:nth-of-type(4n),
#main .voiceList article:nth-child(4n),
#main .worksList.column3 article:nth-child(3n) {
  margin-right: 0;
}

#main .worksList a,
#main .voiceList a {
  display: block;
  text-decoration: none !important;
}

#main .mainThumb {
  width: 236px;
  height: 178px;
  position: relative;
  overflow: hidden;
}

#main .worksList.column3 .mainThumb {
  width: 316px;
  height: 206px;
}

#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 .worksList h3,
#main .worksList .contTxt,
#main .worksList .price,
#main .worksList .parts,
#main .voiceList .voiceTtl,
#main .voiceList .contTxt,
#main .worksList p.worksList-title {
  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 .worksList h3,
#main .voiceList .voiceTtl,
#main .worksList p.worksList-title {
  margin: 10px 0 0 0;
  color: #fe9814;
  font-weight: 700;
}

#main .worksList.column3 h3 {
  font-size: 16px;
}

#main .worksList .price {
  font-weight: bold;
  color: #d00000;
}

#main .worksList .price span {
  display: inline-block;
  background: #d00000;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px 0 5px;
  margin-right: 8px;
}

#main .worksList .time,
#main .voiceList .time {
  color: #333;
  line-height: 1.4;
  font-size: 12px;
}

#main .voiceList .voiceTtl {
  font-size: 15px;
  font-weight: bold;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
  height: 45px;
}

#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: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 5px 5px;
  border-radius: 5px;
  background: #ff8a01;
  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;
  line-height: 1.2;
  margin: 10px 0 0 !important;
}

#main .resonList li h4:before,
#main .resonList li h4:after {
  display: none;
}

#main .resonList li h4 strong {
  font-size: 25px !important;
  display: block !important;
  color: #fff !important;
}

#main .resonList li p {
  border-radius: 5px;
  background: #532b07;
  display: block;
  margin: 10px 0 0;
  font-size: 15px;
  text-align: left;
  padding: 5px;
}

#main .worksList.column3 .btnDetail {
  font-size: 15px !important;
  margin: 10px 40px 0 !important;
  background: -webkit-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -o-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: linear-gradient(
    0deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  box-shadow: none;
  border-radius: 4px;
  padding: 5px;
}

#main .worksMap {
  position: relative;
  clear: both;
  margin-top: 30px;
}

#main .housemakerBox h2,
#main .worksMap h2 {
  background: #f8771a;
  color: #fff;
  font-size: 24px;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .housemakerBox {
  margin-bottom: 30px;
}

#main .voiceBox h2 {
  font-size: 46px;
}

#main .voiceBox h2 .accentColor {
  color: #c30d23;
  font-weight: 700;
}

#main .voiceBox h2.voiceBoxtit {
  background: #f8771a;
  color: #fff;
  font-size: 24px;
  margin: 40px 0 10px;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .housemakerList {
  display: flex;
  margin: 5px 0 20px;
}

#main .housemakerList img {
  width: 90%;
}

#main .housemakerList li:before,
#main .housemakerList li:after {
  display: none;
}

#main .worksMap .mapcatch {
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin-bottom: 0;
}

#main .worksMap .btn {
  margin-bottom: 0;
}

#main .worksMap .btn a {
  background: -webkit-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -o-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: linear-gradient(
    0deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  padding: 5px 30px 5px 50px;
}

#main .worksMap .btn a:after {
  border-top: 2px solid #12a73b;
  border-right: 2px solid #12a73b;
}

#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 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-top: 0;
}

#main .basicKnow h2:after {
  display: none;
}

#main .basicKnow h2 span {
  background: #12a73b;
  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;
}

#main .basicKnow h3 {
  background: #f8771a;
  border-top: 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 span {
  font-size: 60px;
  background: none;
}

#main .basicKnow .catchTtl strong {
  color: #d00000;
}

#main .basicKnow .pointList {
  padding-bottom: 25px;
  border-bottom: #333 dotted 1px;
}

#main .basicKnow .pointList li {
  position: relative;
}

#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: #d00000;
  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: #ffc501;
  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: #f8771a;
  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: #12a73b;
  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 #12a73b;
  border-right: 2px solid #12a73b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------------------#first-----------------*/

#first #main .firstPoint h3 {
  font-size: 28px;
  padding: 0 7px;
  margin: 0 0 20px;
}

#first #main .firstPoint h3 span {
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 3px 10px;
  margin: 10px 10px 10px 0;
  line-height: 1.3;
}

#first #main .firstPoint h3 strong {
  color: #d00000;
}

#first #main .firstPoint h4 {
  background: #efefef;
  position: relative;
  padding: 8px 10px 8px 40px;
  margin-bottom: 30px;
}

#first #main .firstPoint h4:before,
#first #main .firstPoint h4:after {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  background: none;
  border-radius: 0;
}

#first #main .firstPoint h4:before {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #002590;
  opacity: inherit;
}

#first #main .firstPoint 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);
}

#first #main .firstPoint h5 {
  font-size: 36px;
  background: none;
  padding: 0;
  color: #333;
  margin-top: 0;
}

#first #main table strong {
  color: #d00000;
}

#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;
}

/*-------------------#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;
}

#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: 490px;
  float: left;
  padding: 0;
  margin: 0;
  background: none;
}

#main ul.showroomDetail li:nth-child(2n) {
  float: right;
}

#main ul.showroomDetail li:before,
#main ul.showroomDetail li:after {
  content: none;
}

#main ul.showroomDetail li img {
  margin-bottom: 10px;
}

#main .showroomDetail .leadTxt p {
  font-size: 25px;
}

#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: #d00000;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  padding-left: 40px;
  display: block;
}

#main .showroomMerit h2.catchTtl {
  background: url(/img/common/showroom_catchttlbg.png) no-repeat center center;
  font-size: 50px;
  text-align: center;
  border-bottom: none;
  color: #333;
}

#main .showroomMerit ol {
  position: relative;
  overflow: hidden;
  padding: 0;
}

#main .showroomMerit ol li {
  background: #4faa00;
  padding: 15px;
  width: 322px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 17px 0 0;
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  color: #fff;
}

#main .showroomMerit ol li:nth-child(3n) {
  margin-right: 0;
}

#main .showroomMerit ol li:before,
#main .showroomMerit ol li:after {
  display: none;
}

#main .showroomMerit ol li h5 {
  background: none;
  color: #4faa00;
  font-size: 22px;
  margin: 0;
  position: absolute;
  top: -28px;
  left: 0px;
  line-height: 1;
  padding: 0;
}

#main .showroomMerit ol li h5 span {
  font-size: 36px;
}

#main .showroomMerit ol li img {
  float: right;
  margin: -15px -15px -15px 15px;
}

#main .showroomMerit ol li p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

#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: #532b07;
  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: #d00000;
}

#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 #d00000;
}

#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;
}

/*-------------------#reason-----------------*/

#reason .catchTtl {
  font-size: 62px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

#reason .catchTtl span {
  background: url(/img/common/reason_catch_ico.png) no-repeat center center;
  float: left;
  width: 206px;
  height: 206px;
  color: #fff;
  font-size: 25px;
  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 .catchTtl span.txtFree {
  background: #d00000;
  border-radius: 4px;
  font-size: 40px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 15px;
  margin: 0;
  line-height: 1.3;
  float: none;
}

#reason #main .reasonBox h3 {
  background: none;
  border-top: none;
  font-size: 60px;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
  line-height: 1.2;
}

#reason #main h3 span.resonCount {
  border-radius: 50%;
  background: #12a73b;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  margin: -6px 25px 0 0;
  line-height: 1;
  float: left;
  width: 156px;
  height: 156px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#reason #main h3 span strong {
  font-size: 60px;
  display: block;
}

#reason #main h3 span.resonCount:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid transparent;
  border-left: #12a73b 25px solid;
  left: 95%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#reason #main .reasonBox {
  position: relative;
  overflow: hidden;
}

#reason #main .reasonBox .floatL {
  width: 700px;
  overflow: hidden;
}

#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: 23px;
  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: #12a73b;
  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: #ffc501;
  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, #d00000 0%, #fd2571 100%);
  background: -moz-linear-gradient(90deg, #d00000 0%, #fd2571 100%);
  background: -o-linear-gradient(90deg, #d00000 0%, #fd2571 100%);
  background: -ms-linear-gradient(90deg, #d00000 0%, #fd2571 100%);
  background: linear-gradient(0deg, #d00000 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;
}

#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: 10px 0 0;
}

#staff #main .staffList li .positionTxt span,
#staff #main .staffProf .profileDetail .positionTxt span {
  border-radius: 4px;
  background: #002590;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1.2;
  margin-right: 5px;
}

#staff #main .staffList li .staffName,
#staff #main .staffProf .profileDetail .staffName {
  color: #333;
  font-size: 23px;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: bold;
}

#staff #main .staffList li .staffName span,
#staff #main .staffProf .profileDetail .staffName span {
  color: #f8771a;
  font-size: 15px;
  display: block;
}

#staff #main .staffList li .btnDetail {
  font-size: 15px !important;
  margin: 10px 40px 0 !important;
  background: -webkit-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -o-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  background: linear-gradient(
    0deg,
    #12a73b 0%,
    #12a73b 48%,
    #62d100 50%,
    #12a73b 100%
  );
  box-shadow: none;
  border-radius: 4px;
  padding: 5px;
}

body#staff {
  min-width: 0;
}

#staff #main .staffProf {
  padding: 20px;
}

#staff #main .staffProf .staffPict {
  width: 235px;
  height: 280px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}

#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;
}

#staff #main .staffProf .profileDetail .staffName span {
  display: inline-block;
  margin-left: 10px;
}

#staff #main .staffProf .profileDetail dl dt {
  background: #f8771a;
  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;
}

#colorsimulation #main dl dd ul {
  position: relative;
  overflow: hidden;
}

#colorsimulation #main dl dd ul li {
  background: none;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}

#colorsimulation #main dl dd ul li.before {
  margin-right: 35px;
  float: left;
}

#colorsimulation #main dl dd ul li:after,
#colorsimulation #main dl dd ul li:before {
  content: none;
  transform: none;
}

#colorsimulation #main dl dd ul li.before:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 40px solid transparent;
  border-left: #12a73b solid 34px;
  left: 106%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#colorsimulation #main dl dd ul li.after {
  float: right;
}

#colorsimulation #main dl dd ul li.after img {
  margin-left: 10px;
}

#colorsimulation #main dl dd ul 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: #12a73b 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: #12a73b;
  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: #d00000;
  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: #d00000 solid 48px;
  left: 100%;
  top: 50%;
  margin-top: -30px;
}

/*-------------------troubleBox-----------------*/

.troubleBox {
  border-top: #f8771a solid 7px;
}

/*-------------------#rainleaking------------------------------------#diagnosis-----------------*/
#main .troubleBox h2 {
  position: relative;
  z-index: 10;
  padding: 35px 0 0;
  margin: 0 auto 15px;
  color: #333;
  font-size: 35px;
  background: none;
  box-shadow: none;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  width: 1000px;
}

#main .troubleBox h2:after {
  display: none;
}

#main .troubleBox h2 img {
  float: left;
  margin: -15px 10px 0 0;
}

#main .troubleBox h2 span {
  display: block;
}

#main .troubleBox h2 span.txtL {
  font-size: 48px;
}

#main .troubleBox h2 span.txtEn {
  color: #12a73b;
  font-size: 15px;
}

#diagnosis #main .troubleBox h5 {
  margin: 0 0 10px;
}

#diagnosis #main .troubleBox ul li {
  background: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

#diagnosis #main .troubleBox ul li:before,
#diagnosis #main .troubleBox ul li:after {
  position: absolute;
  top: 5px;
  left: 0px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#diagnosis #main .troubleBox ul li:before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #12a73b;
}

#diagnosis #main .troubleBox 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);
}

#diagnosis #main .troubleBox p {
  font-size: 18px;
  line-height: 1.5;
}

#diagnosis #main .troubleBox ul li h6 {
  margin: 10px 0 0 0;
}

#rainleaking #main .catchTxt {
  font-size: 20px;
  line-height: 1;
}

#rainleaking #main .ranking {
  padding: 0;
  margin: 0 0 20px;
}

#rainleaking #main .ranking li {
  list-style: none;
  font-size: 25px;
  font-weight: bold;
  color: #d00000;
  margin: 0;
}

#rainleaking #main .catchTtl {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

#rainleaking #main .warningChk h5 {
  margin-top: 0;
}

#rainleaking #main .warningChk img {
  margin-right: 30px;
}

#rainleaking #main .warningChk ul li {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
  position: relative;
  background: url(/img/common/arrow01.png) no-repeat 0 5px;
}

#rainleaking #main h5 {
  font-size: 30px;
}

#diagnosis #main .cautionBox {
  background: #002590;
  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 .diagnosisPoint {
  margin-top: 0;
  padding: 0;
}

#main .diagnosisPoint li {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  list-style: none;
}

#main .diagnosisPoint li h3 {
  position: relative;
  z-index: 10;
  padding: 10px 0 0;
  color: #333;
  font-size: 52px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border: none;
  background: none;
  margin: 0 0 20px;
}

#main .diagnosisPoint li:first-child h3 {
  margin-top: 0;
}

#main .diagnosisPoint li h3 img {
  float: left;
  margin: -5px 10px 0 0;
}

#main .diagnosisPoint li .alignleft {
  margin: 0 40px 10px 0;
}

/*-------------------#siding #cover-----------------*/

#cover #main .sidingProblem,
#siding #main .sidingProblem {
  background: #532b07;
  box-shadow: none;
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
}

#cover #main .sidingProblem:after,
#siding #main .sidingProblem:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 45px solid transparent;
  border-top: #532b07 solid 26px;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border-radius: 0;
}

#cover #main .sidingProblem h2,
#siding #main .sidingProblem h2 {
  padding: 0;
  font-size: 35px;
  text-align: center;
  color: #fff;
  box-shadow: none;
  margin: 0;
  width: auto;
  border-bottom: none;
  background: #532b07;
}

#cover #main .sidingProblem h2:after,
#siding #main .sidingProblem h2:after {
  display: none;
}

#cover #main .sidingProblem ul,
#siding #main .sidingProblem ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#cover #main .sidingProblem ul li,
#siding #main .sidingProblem ul li {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cover #main .sidingProblem ul li h4,
#siding #main .sidingProblem 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;
}

#cover #main .sidingProblem ul li h4:before,
#cover #main .sidingProblem ul li h4:after,
#siding #main .sidingProblem ul li h4:before,
#siding #main .sidingProblem ul li h4:after {
  display: none;
}

#cover #main .sidingProblem ul li img,
#siding #main .sidingProblem ul li img {
  margin: 0;
}

#cover #main .catchTtl,
#siding #main .catchTtl {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

#cover #main .catchTtl strong,
#siding #main .catchTtl strong {
  color: #d00000;
}

#cover #main .sidingFeature h3,
#siding #main .sidingFeature h3 {
  font-size: 28px;
  padding: 0 7px;
  margin: 0 0 20px;
}

#cover #main .sidingFeature h3 span,
#siding #main .sidingFeature h3 span {
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 0px 10px;
  margin: 10px 10px 10px 0;
}

#cover #main .sidingFeature h4.normal,
#siding #main .sidingFeature h4.normal {
  font-size: 18px;
  padding: 0 0 0 50px;
  margin: 0;
  position: relative;
  background: none;
}

#cover #main .sidingFeature h4.normal:before,
#cover #main .sidingFeature h4.normal:after,
#siding #main .sidingFeature h4.normal:before,
#siding #main .sidingFeature 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;
}

#cover #main .sidingFeature h4.normal:before,
#siding #main .sidingFeature h4.normal:before {
  left: 0;
  opacity: 0.5;
}

#cover #main .sidingFeature h4.normal:after,
#siding #main .sidingFeature h4.normal:after {
  left: 23px;
}

#cover #main .sidingFeature .alignright,
#siding #main .sidingFeature .alignright {
  margin-left: 30px;
}

/*-------------------#menu-----------------*/

#main .wallPartsBox {
  position: relative;
  overflow: hidden;
}

#main .wallPartsBox .floatL {
  width: 330px;
}

#main .wallPartsBox .floatR {
  width: 640px;
  text-align: center;
}

#main .wallPartsBox .catchTtl {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: bold;
}

#main .wallPartsBox .catchTtl strong {
  color: #002590;
}

#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: #d00000;
  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: #002590;
  color: #fff;
  padding: 0;
  margin: 0 0 40px;
  margin: 0 0 40px;
  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: #f8771a;
  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 h3 {
  background: none;
  border: none;
  display: inline-block;
  float: left;
  width: 740px;
  margin: 0;
}

#main .itemPhoto {
  width: 217px;
  position: relative;
  overflow: hidden;
  float: right;
  color: #999;
}

#main .itemPhoto img {
  width: 100%;
  height: auto;
}

#main .itemPhoto p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

#main .itemSummery {
  width: 740px;
  float: left;
}

#main .itemSummery.wpack {
  width: auto;
}

#main .itemSummery .leadTxt {
  position: relative;
  padding-right: 55px;
}

#main .itemSummery.wpack .leadTxt {
  padding-right: 0;
}

#main .itemSummery .leadTxt .imgIco {
  right: -90px;
  top: -40px;
  z-index: 5;
}

#main .itemSummery .leadTxt p {
  font-size: 25px;
  line-height: 1.5;
}

#main .itemSummery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

#main .itemSummery ul li {
  background: none;
  padding: 0;
  width: 175px;
  text-align: center;
  font-weight: bold;
  margin: 0 10px 0 0;
}

#main .itemSummery ul li:before,
#main .itemSummery ul li:after {
  content: none;
}

#main .itemSummery ul li h5 {
  display: block;
  border-radius: 0;
  font-size: 20px;
  margin: 0;
  background: #12a73b;
}

#main .itemSummery ul li.itemFeature {
  -webkit-flex-basis: 370px;
  /*--- safari（PC）用 ---*/
  flex-basis: 370px;
  margin-right: 0;
}

#main .itemSummery ul li p {
  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;
  font-size: 30px;
  margin: 0;
  padding: 15px;
  background: #fffeee;
  border: #ccc solid 1px;
}

#main .itemSummery ul li.itemFeature p {
  text-align: left;
  font-size: 18px;
}

#main .itemData {
  clear: both;
  margin-top: 20px;
  background: #002590;
  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: #002590;
  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 {
  margin-top: 30px;
}

#contact #main .msgTxt {
  font-size: 15px;
}

#contact #main .msgTxt h4 {
  font-size: 24px;
}

#contact #main .msgTxt h4:before,
#contact #main .msgTxt h4:after {
  top: 5px;
}

#contact #main .msgTxt strong {
  background: #faff7e;
  display: inline-block;
  font-weight: normal;
}

#contact #main .msgTxt .catchTxt {
  font-size: 33px;
  font-weight: bold;
}

#contact #main .msgTxt .catchTxt strong {
  color: #d00000;
  background: none;
  font-weight: bold;
}

#contact #main .msgTxt .catchTxt span {
  background: #002590;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  margin-right: 5px;
  display: inline-block;
  padding: 0 10px;
}

#contact #main .msgTxt .tel {
  font-size: 16px;
}

#contact #main .msgTxt .tel span {
  background: url(/img/common/ico_freedial04.png) no-repeat left bottom;
  font-family: "Arial Black", Gadget, sans-serif;
  color: #d00000;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.8;
  padding-left: 60px;
  display: block;
}

/*-------------------#amadoi-----------------*/

#main .repairBox {
  position: relative;
  overflow: hidden;
}

#main .repairBox p {
  font-size: 18px;
}

#main .repairBox .catchTxt {
  border-radius: 6px;
  background: #002590;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 25px;
}

#amadoi #main h2 {
  font-size: 35px;
}

#main .amadoiLead {
  position: relative;
  overflow: hidden;
}

#main .amadoiLead h2 {
  background: none;
  margin: 0 0 10px;
  width: 100%;
  padding: 0;
  border-bottom: none;
}

#main .amadoiLead h3 {
  border-radius: 4px;
  background: #12a73b;
  color: #fff;
  font-size: 26px;
  border-top: none;
  padding: 0 7px;
  margin-top: 0;
  margin-bottom: 15px;
}

#main .toiCaution {
  background: #95e54e;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .toiCaution h2 {
  background: none;
  margin: 0 0 10px;
  width: 100%;
  padding: 0;
  border-bottom: none;
}

#main .toiCaution ul {
  position: relative;
  overflow: hidden;
}

#main .toiCaution ul li {
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 235px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 0 0;
}

#main .toiCaution ul li:last-child {
  margin-right: 0;
}

#main .toiCaution ul li img {
  margin-bottom: 10px;
}

#main .toiCaution ul li span {
  background: #f8771a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
}

#main .repairPrice ul {
  position: relative;
  overflow: hidden;
}

#main .repairPrice ul li {
  background: #4faa00;
  width: 490px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  float: left;
}

#main .repairPrice ul li:nth-child(2n) {
  float: right;
}

#main .repairPrice ul li h3 {
  color: #fff;
  background: none;
  border: none;
  font-size: 40px;
  margin: 0;
  padding: 0;
}

#main .amadoiLead p {
  margin-top: 0;
}

#main .amadoiCausing {
  margin-top: 0;
}

#main .amadoiCausing > li {
  position: relative;
  overflow: hidden;
  background: none;
  padding: 0;
}

#main .amadoiCausing li > ul {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#main .amadoiCausing li > ul li {
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#main .amadoiCausing li > ul li.causingPict {
  background: #fff;
  border: #95e54e solid 20px;
  padding: 10px;
  width: 620px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 70px;
}

#main .amadoiCausing li > ul li.causingPict:before,
#main .amadoiCausing li > ul li.causingPict:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#main .amadoiCausing li > ul li.causingPict:before {
  left: 620px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 60px solid transparent;
  border-left: 50px solid #95e54e;
}

#main .amadoiCausing li > ul li.causingPict:after {
  left: 600px;
  width: 20px;
  height: 60px;
  border-left: 20px solid #95e54e;
}

#main .amadoiCausing li > ul li.causingPict h4 {
  background: #d00000;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#main .amadoiCausing li > ul li.causingPict h4:before,
#main .amadoiCausing li > ul li.causingPict h4:after {
  display: none;
}

#main .bnrSurvey {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #185dba;
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

#main .bnrSurvey p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}

#main .bnrSurvey .floatR {
  position: absolute;
  right: 0;
  top: 0;
}

#main .insuranceBox .bg01 {
  margin-bottom: 30px;
}

#main .insuranceBox .ico_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

#main .insuranceBox h2 {
  background: #ff8a01;
  font-size: 42px !important;
  font-weight: normal;
  border-bottom: none;
  width: 100%;
  margin: 0 0 20px;
}

#main .insuranceBox p {
  font-size: 18px;
  margin-top: 0;
}

#blog #main .inner article img {
  max-width: 100%;
  height: auto;
}

#main ul.informationTab {
  overflow: hidden;
  border-bottom: #f60 solid 5px;
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: bold;
}

#main ul.informationTab li {
  line-height: 1;
  float: left;
  margin-right: 10px !important;
  padding: 20px 10px 15px !important;
  text-align: center;
  width: 133px;
  cursor: pointer;
  font-size: 16px !important;
  border-radius: 5px 5px 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;
}

#main ul.informationTab li:last-child {
  margin-right: 0 !important;
}

#main ul.informationTab li:before,
#main ul.informationTab li:after {
  content: none !important;
}

#main ul.informationTab li.active,
#main ul.informationTab li:hover {
  background-color: #f60;
}

div.tabContent {
  clear: both;
  display: none;
}

div.active {
  display: block;
}

#main .attBox {
  border: solid 5px #d00000;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}

#main .attBox p {
  color: #d00000;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}

#main .attBox ul {
  margin-bottom: 0;
}

#main .attBox ul li {
  color: #d00000;
  font-size: 110%;
  font-weight: bold;
}

#main .attBox ul li a {
  color: #d00000;
}

#main .newBox p {
  background: #f8771a;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

#main .inqBox {
  height: 320px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

#main .inqBox dt {
  color: #f8771a;
  font-weight: bold;
  padding: 5px 5px 0;
}

#main .inqBox dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px 5px;
}

#main .inqBox dt:nth-of-type(2n),
#main .inqBox dd:nth-of-type(2n) {
  background: #efefef;
}

#main .inqBox dd strong {
  margin-right: 5px;
}

#main .inqBox dd .ttl {
  margin-right: 5px;
  font-weight: 700;
}

#main .inqCount {
  margin: 0 30px;
}

#main .inqCount dt {
  font-size: 18px;
  clear: both;
  display: block;
  width: 205px;
  box-sizing: border-box;
  float: left;
  background: #12a73b;
  border-radius: 5px 0 0 5px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#main .inqCount dd {
  background: #f9f5ee;
  border-radius: 5px;
  display: block;
  padding: 1px 0 1px 205px;
  font-size: 28px;
  color: #c1272d;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#main .inqCount dd span {
  font-size: 18px;
}

#main .inqCount dd:last-of-type {
  margin-bottom: 0;
}

#staff #main .staffProf .profilePhoto {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}

#staff #main .staffProf .profilePhoto li {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0;
}

#staff #main .staffProf .profilePhoto li::before,
#staff #main .staffProf .profilePhoto li::after {
  display: none;
}

#staff #main .staffProf .profilePhoto li:nth-of-type(3n) {
  margin-right: 0;
}

#staff #main .staffProf .profilePhoto li:nth-of-type(n + 4) {
  margin-top: 20px;
}

#staff #main .staffProf .profilePhoto li .imgWrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #ccc;
}

#staff #main .staffProf .profilePhoto li .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}

#main .mvpBox h2 {
  background: #f8771a;
  color: #fff;
  font-size: 24px;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

dl.campaignList {
  overflow: hidden;
  border-top: dotted 1px #333;
}

#top dl.campaignList {
  background: #fff;
}

dl.campaignList dt {
  float: left;
  width: 14em;
  font-weight: bold;
  padding: 5px 5px 5px 65px;
  position: relative;
}

dl.campaignList dt span.newIco {
  background: #d00000;
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  transform: rotate(-20deg);
  display: inline-block;
  overflow: hidden;
  position: absolute;
  left: 5px;
  top: 6px;
}

dl.campaignList dt span.newIco:before {
  -moz-animation: is-reflection 5s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 5s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 5s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 5s ease-in-out infinite;
  transform: rotate(45deg);
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100px;
  width: 30px;
  z-index: 0;
}

/* アニメーションを遅延させる */
dl.campaignList dt span.newIco + dl.campaignList dt span.newIco:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

dl.campaignList dd {
  border-bottom: dotted 1px #333;
  padding: 5px 0 5px 14em;
}

dl.campaignList dd:nth-of-type(2n) {
  background: #e1eafe;
  font-weight: bold;
}

#main .satisfaction {
  margin-bottom: 60px;
}

#main .satisfaction-ttl {
  margin-bottom: 30px;
}

#main .satisfaction-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#main .satisfaction-list .box img {
  width: 100%;
  height: auto;
}

#main .satisfaction-cmt {
  text-align: right;
  font-size: 12px;
}

/*関連施工事例*/
#main .relatedWorksList {
  overflow: hidden;
  margin-bottom: 50px;
}

#main .relatedWorksList ul li {
  float: left;
  padding: 0;
  position: relative;
  border-bottom: none;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 238px;
  margin: 20px 15px 0 0;
}

#main .relatedWorksList ul li:before,
#main .relatedWorksList ul li:after {
  content: none;
}

#main .relatedWorksList ul li:nth-child(4n) {
  margin-right: 0;
}

#main .relatedWorksList ul li:nth-child(-n + 4) {
  margin-top: 0;
}

#main .relatedWorksList ul li:nth-child(4n + 1) {
  clear: both;
}

#main .relatedWorksList ul li .thumbImg {
  width: 238px;
  height: 180px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: #ccc solid 1px;
  background: #fff;
  margin-bottom: 5px;
}

#main .relatedWorksList ul li h4 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#main .relatedWorksList ul li h4:before,
#main .relatedWorksList ul li h4:after {
  content: none;
}

.btn-accordion {
  display: block;
  margin: 0 0 0;
  padding: 13px 12px 13px 30px;
  color: #fff;
  font-weight: bold;
  background: #12a73b;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 50px;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  transition: ease 0.4s;
  border: 3px solid #0e822e;
  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;
}

.btn-accordion:hover {
  opacity: 0.7;
}

.btn-accordion::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: ease 0.4s;
}

.btn-accordion.active::before {
  transform: translateY(-50%) rotate(135deg);
}

.accordion-wrap {
  display: none;
}

#main .bnrSlink {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

#main .bnrSlink li {
  padding: 0 0 5px;
}

#main .bnrSlink li::before,
#main .bnrSlink li::after {
  content: none;
}

#main .bnrSlink li a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

#main .bnrSlink li a::before {
  animation: 5s ease-in 0s infinite is-reflections;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
  z-index: 0;
}

@keyframes is-reflections {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.4;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*フローティングバナー*/

footer .ftrScroll .bnrOn .ftrCont h3 {
  display: none;
}

.bnrOn .campaign {
  float: left;
  margin: 0 10px 0 5px;
}

.bnrOn .campaign img {
  width: auto;
  height: 71px;
}

/* ボタンの光沢 */
.is-reflection {
  overflow: hidden;
  position: relative;
}

.is-reflection a {
  overflow: hidden;
}

.is-reflection a:after {
  -moz-animation: is-reflection 5s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 5s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 5s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 5s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*-- .topChoice --*/

#main .topChoice {
  background: url(/img/common/txr_bg.png) center center;
  margin-bottom: 80px;
}

#main .topChoice .inner strong {
  padding: 0 4px;
  margin: 0 4px;
  background-color: #ffe56b;
}

#main .topChoice h3 {
  color: #d00000;
  background: none;
  border-top: none;
  padding: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.3;
  clear: none;
}

#main .topChoice .topChoiceBox {
  clear: both;
  margin-bottom: 50px;
  position: relative;
}

#main .topChoice .topChoiceBox .imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 40px;
}

#main .topChoice .topChoiceBox .imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 40px;
}

#main .topChoice .topChoiceFukidashi {
  position: absolute;
  top: -20px;
  left: 0;
  background: url(/img/common/topChoice_fukidashi.png) center center;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

#main .topChoice .topChoiceFukidashi2 {
  position: absolute;
  top: -20px;
  right: 0;
  background: url(/img/common/topChoice_fukidashi2.png) center center;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

/*-- #apartment --*/

#main .apartmentMenu {
  text-align: center;
}

#main .apartmentMenu h2 {
  text-align: left;
  margin-bottom: 15px;
}

#main .apartmentMenu img {
  max-width: 100%;
  margin-bottom: 10px;
}

#main .contactBtn {
  text-align: center;
  margin: 30px 0 40px;
}

#main .contactBtn a {
  margin-bottom: 0.5rem;
  /* margin: 0 auto 0.5rem; */
  padding: 0;
  border-radius: 0.75rem;
  text-decoration: none;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

.contactBtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: inherit;
  background: #ccc100;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

.contactBtn a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}

.contactBtn a > span {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 5rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #fff100;
}

.contactBtn a:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}

.contactBtn a:hover::before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.contactBtn a:hover::after {
  content: "\f2b6";
}

.contactBtn a:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

.contactBtn a:active::before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.contactBtn a:active::after {
  content: "\f2b6";
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/* テーマ別!お役立ちコンテンツ */
#main .usefulContentBox ul,
.contentStyle .usefulContentBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#main .usefulContentBox ul li,
.contentStyle .usefulContentBox ul li {
  position: relative;
  padding-left: 0;
  background-color: #eee;
  width: 49%;
  margin-bottom: 2%;
}

#main .usefulContentBox ul li::before,
#main .usefulContentBox ul li::after,
.contentStyle .usefulContentBox ul li::before,
.contentStyle .usefulContentBox ul li::after {
  display: none;
}

#main .usefulContentBox a,
.contentStyle .usefulContentBox a {
  text-decoration: none;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  height: 100%;
  color: #2d2d2d;
  padding: 10px;
  width: 100%;
}

#main .usefulContentBox a:hover,
.contentStyle .usefulContentBox a:hover {
  opacity: 0.6;
}

#main .usefulContentBox .useful_icon,
.contentStyle .usefulContentBox .useful_icon {
  background-color: #23ac38;
  padding: 7px;
  border-radius: 4px;
  margin-right: 10px;
}

#main .usefulContentBox .useful_icon img,
.contentStyle .usefulContentBox .useful_icon img {
  width: 50px;
}

#main .usefulContentBox h2 {
  font-size: 30px;
}

#main .usefulContentBox h3,
.contentStyle .usefulContentBox h3 {
  font-size: 20px;
  border-top: none;
  border-bottom: dotted 1px #f8771a;
  padding: 0 5px 3px;
  margin-bottom: 10px;
  color: #f8771a;
  background: transparent;
  border-left: none;
  margin: 0 0 10px;
  box-shadow: none;
}

#main .usefulContentNew ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 1.25%;
}

#main .usefulContentNew ul li {
  width: 24%;
  margin: 0 0 2% 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgb(0 0 0/ 0.16);
  transition: 0.7s;
}

#main .usefulContentNew a {
  display: block;
  padding: 15px;
}

#main .usefulContentNew ul li:hover {
  box-shadow: none;
  transition: 0.7s;
}

#main .usefulContentNew .useful_icon {
  padding: 5px 10px;
  margin: 0;
  background-color: #142590;
}

#main .usefulContentNew .useful_icon img {
  width: 40px;
}

#main .usefulContentNew h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 52px;
  margin-top: 1rem;
  border-bottom: solid 1px #f8771a;
  line-height: 1.2;
}

#main .usefulContentNew h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: solid 1px rgb(248 119 26 / 30%);
}

#main .usefulContentNew p {
  margin: 1rem 0;
}

/*---reviewBox.php---*/

#mainv .reviewBox {
  margin-bottom: 0;
  padding: 0;
  background: #fef1e5;
}

#main .reviewBox {
  background: #fef1e5;
  margin-bottom: 45px;
  padding: 0;
}

#mainv .reviewBox ul,
#main .reviewBox ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

#mainv .reviewBox ul li,
#main .reviewBox ul li {
  padding: 0;
  width: 32.6%;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 10px;
  box-sizing: border-box;
}

#main .reviewBox ul li:nth-child(3n) {
  margin-right: 0;
}

#mainv .reviewBox ul li {
  width: 33%;
}

.areaPage #mainv .reviewBox ul li,
.areaPage #main .reviewBox ul li {
  width: 100%;
}

.areaPage #mainv .reviewBox ul li .wp-google-place,
.areaPage #main .reviewBox ul li .wp-google-place {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .reviewBox ul li:before,
#main .reviewBox ul li:after {
  content: none;
}

#main .reviewBox ul li .wp-google-place {
  background: #efe0d3 !important;
  margin: -10px -10px 10px !important;
  border-radius: 5px 5px 0 0 !important;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  -o-border-radius: 5px 5px 0 0 !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}

#main .reviewBox ul li .wp-google-content-inner {
  height: 300px;
  overflow: auto !important;
}

#mainv .reviewBox ul {
  width: 1000px;
  margin: 0 auto;
}

#mainv .reviewBox ul li {
  background: none !important;
  padding: 0 20px;
}

#mainv .reviewBox ul li .wp-google-content-inner {
  display: none;
}

#mainv .reviewBox ul li .wp-gr .wp-google-left {
  float: left !important;
}

.areaPage #main .reviewBox ul li .wp-gr .wp-google-place > .wp-google-right,
#mainv .reviewBox ul li .wp-gr .wp-google-right {
  width: auto !important;
  display: flex !important;
  flex-wrap: wrap;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right div,
.areaPage #main .reviewBox ul li .wp-gr .wp-google-right > div {
  margin-right: 20px !important;
}

#main .reviewBox ul li .wp-gr.wpac .wp-google-name a {
  font-size: 12px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-name {
  margin-bottom: 0 !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-left img {
  width: 40px !important;
  height: 40px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right span.wp-google-rating,
#mainv .reviewBox ul li .wp-gr .wp-google-right span.wp-google-stars {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

#mainv .wp-gr .wp-google-place .wp-star svg {
  width: 15px !important;
  height: auto !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-powered {
  margin-top: 0 !important;
}

#main .review_tit {
  margin: 0;
}

.topReview {
  margin-bottom: 1px;
  padding-top: 8px;
}

.topReview .inner {
  overflow: visible;
}

.topReview article {
  padding-bottom: 0;
}

.topReview .reviewBox ul {
  display: flex;
  justify-content: center;
}

.topReview .reviewBox ul li {
  width: 18%;
  padding: 0 2% 0 0;
}

.topReview .reviewBox ul li .wp-google-based,
.topReview .reviewBox ul li .wp-google-powered,
.topReview .wp-google-content-inner {
  display: none;
}

.topReview .wp-gr {
  padding-bottom: 5px !important;
}

.topReview .wp-gr.wpac .wp-google-name {
  font-size: 90% !important;
}

.topReview .wp-gr .wp-google-rating {
  font-size: 18px !important;
}

.topReview .wp-gr .wp-google-place .wp-star svg {
  width: 14px !important;
  height: 14px !important;
}

.topReview .wp-gr .wp-google-powered {
  margin: 1px 0 0 !important;
}

#main .reviewBox ul li {
  width: 100%;
  margin-right: 0;
}

#main .reviewBox ul li:nth-child(n + 2) {
  display: none;
}

.zsiq_theme1.zsiq_floatmain.siq_bR {
  bottom: 100px;
}
.siq_bR {
  bottom: 105px !important;
  right: 10px !important;
}

/* -------- トップページよくあるご質問 -------- */
#top #main .topFaq {
  margin: 30px 0 20px;
}

#main .topFaq dl {
  position: relative;
}

#main .topFaq dt {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 30px 10px 38px;
  position: relative;
  border-top: #333 dashed 1px;
  transition: 0.7s;
  line-height: 1.3;
}

#main .topFaq dt:hover {
  opacity: 0.7;
}

#main .topFaq dt:first-child {
  border-top: none;
}

#main .topFaq dt:before {
  content: "Q.";
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 5px;
  color: #f8771a;
}

#main .topFaq dt:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-bottom: 2px solid #f8771a;
  border-right: 2px solid #f60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main .topFaq dd {
  display: none;
  padding: 0 10px 20px 38px;
  position: relative;
  word-break: break-all;
}

#main .topFaq dd:before {
  content: "A.";
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: 5px;
  color: #12a73b;
}

#main .topFaq dd p {
  margin-bottom: 0;
}

#main .topFaq dd p + p {
  margin-top: 10px;
}

/* ======= モーダル設定CSS ======= */
.modal-main {
  display: none;
}

footer .js-modal-wrap .js-modal-open {
  text-decoration: inherit;
  color: inherit;
  pointer-events: none;
  cursor: default;
}

footer .js-modal-wrap button.js-modal-open {
    background: none;
    border: none;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* =======口コミ改修CSS ======= */
#main .reviewBox.new {
  padding-top: 5px;
}

#main .reviewBox.new .reviewList {
  padding: 10px;
  gap: 0 5px;
}

#main .reviewBox.new .reviewTab:nth-child(n + 2) {
  display: block;
}

#main .reviewBox.new .reviewTab {
  width: calc((100% - 25px) / 6);
  margin: 12px 0 0 0;
  padding: 0;
  border-radius: 4px !important;
  background-color: #efe0d3 !important;
  cursor: pointer;
}

#main .reviewBox.new .reviewTab:nth-child(1) {
  border-top: 6px solid #f8771a;
}

#main .reviewBox.new .reviewTab:nth-child(2) {
  border-top: 6px solid #12a73b;
}

#main .reviewBox.new .reviewTab:nth-child(3) {
  border-top: 6px solid #f6c402;
}

#main .reviewBox.new .reviewTab:nth-child(4) {
  border-top: 6px solid #4582e8;
}

#main .reviewBox.new .reviewTab:nth-child(5) {
  border-top: 6px solid #f8771a;
}

#main .reviewBox.new .reviewTab:nth-child(6) {
  border-top: 6px solid #d02500;
}

#main .reviewBox.new .reviewTab.active {
  margin-top: 0;
}

#main .reviewBox.new .reviewTab a {
  pointer-events: none;
  touch-action: none;
}

#main .reviewBox.new .reviewTab div {
  cursor: pointer !important;
}

#main .reviewBox.new .reviewTab .wp-gr {
  padding-bottom: 0 !important;
  line-height: 1.3 !important;
  cursor: pointer;
}

#main .reviewBox.new .reviewTab .wp-google-content-inner {
  display: none;
}

#main .reviewBox.new .reviewTab .wp-google-place {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 10px 5px !important;
}

#main .reviewBox.new .reviewTab .wp-google-left {
  display: block !important;
}

#main .reviewBox.new .reviewTab .wp-google-left img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 0 !important;
}

#main .reviewBox.new .reviewTab .wp-google-right {
  display: block !important;
  width: inherit !important;
  margin-top: 10px !important;
}

#main .reviewBox.new .reviewTab .wp-google-name span {
  display: block;
  min-height: 43px !important;
  font-size: 11px !important;
}

#main .reviewBox.new .reviewTab .wp-google-rating {
  font-size: 16px !important;
}

#main .reviewBox.new .reviewTab .wp-star svg {
  width: 16px !important;
  height: 16px !important;
}

#main .reviewBox.new .reviewTab .wp-gr .wp-google-powered + .wp-google-powered {
  display: none !important;
}

#main .reviewBox.new .reviewContent {
  padding-bottom: 1px;
}

#main .reviewBox.new .reviewItem {
  display: none;
  margin: -10px 10px 10px;
  padding: 20px 10px 10px;
  background-color: #fff;
}

#main .reviewBox.new .reviewItem.active {
  display: block;
}

#main .reviewBox.new .reviewItem .wp-gr.wpac {
  padding-bottom: 0 !important;
}

#main .reviewBox.new .reviewItem .wp-google-place {
  display: none !important;
}

#main .reviewBox.new .reviewItem .wp-google-content-inner {
  height: 300px;
  overflow: auto !important;
  padding-bottom: 20px !important;
}

#top .worksBox > div.worksBox-h2 {
  width: 1000px;
  display: table;
  margin: 0 auto;
}

#top .worksBox > div.worksBox-h2 > * {
  display: table-cell;
  vertical-align: middle;
}

#top .worksBox > div.worksBox-h2 > h2 {
  width: 718px;
}

#top .worksBox > div.worksBox-h2 > h2 .notice-r {
  letter-spacing: -0.06em;
}

#top .reasonBox > div.reasonBox-h2 {
  width: 1000px;
  display: table;
  margin: 0 auto;
}

#top .reasonBox > div.reasonBox-h2 > * {
  display: table-cell;
  vertical-align: middle;
}

#top .reasonBox > div.reasonBox-h2 > h2 > .txtL {
  letter-spacing: -0.02em;
}

#top .reasonBox > div.reasonBox-h2 > h2 {
  width: 718px;
}
