@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.category_links_g {
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  margin: 40px 0 20px;
  line-height: 1.4;
  color: #004831;
  font-size: 28px;
  background-color: #faf7ec;
  border: solid 4px #004831;
  border-radius: 4px;
  padding: 13px 14px 12px;
  position: relative;
}

.category_links_g::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 30px;
  height: 18px;
  margin-left: -15px;
  background: url(img/h3.png) no-repeat center;
  background-size: contain;
}

.category_links_b {
  color: #053b86;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.30769230;
  margin: 40px 0 20px;
  background: #fff url(img/floor-painting/h3.png) no-repeat left 13px center / 42px auto;
  border: 3px solid #1e54a1;
  padding: 22px 15px 18px 70px;
  position: relative;
}


#contents .custom .both-row-column .btn-web a {
  font-weight: bold;
  box-shadow: 3px 3px #0f2b46;
}

#contents .custom .both-row-column .btn-tel a {
  font-weight: bold;
  box-shadow: 3px 3px #0f2b46;
}

.problem-wrap {
  margin: 4rem 0;
  padding: 2rem 1rem;
  border: solid 4px #b68e4e;
  background: #eef9ff;
}

div:not(.other-lower) #category .toc-wrap,
div:not(.other-lower) #page .toc-wrap {
  margin: 3rem auto;
}

div:not(.other-lower) #category .toc_parts,
div:not(.other-lower) #page .toc_parts {
  font-family: "Noto Sans JP";
  color: #303030;
  background: #f7f7f7;
  padding: 2.8rem 4.1rem 3.6rem;
  box-sizing: border-box;
}

div:not(.other-lower) #category .toc_parts .ttl,
div:not(.other-lower) #page .toc_parts .ttl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 0 0 0.1rem 0.9rem;
  border-left: 4px solid #004831;
}

div:not(.other-lower) #category #toc,
div:not(.other-lower) #page #toc {
  margin: 1.7rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #272727;
}

div:not(.other-lower) #category #toc .chapter,
div:not(.other-lower) #page #toc .chapter {
  margin: 0;
  counter-reset: count;
}

div:not(.other-lower) #category #toc .chapter .chapter-h,
div:not(.other-lower) #page #toc .chapter .chapter-h {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 2.2rem 0 0;
  padding: 0 0 0 3.4rem;
  position: relative;
  counter-increment: count;
  background: none;
}

div:not(.other-lower) #category #toc .chapter .chapter-h:last-child,
div:not(.other-lower) #page #toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}

div:not(.other-lower) #category #toc ul.chapter .chapter-h::before,
div:not(.other-lower) #page #toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  color: #004831;
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  top: -5px;
  left: -1px;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

div:not(.other-lower) #category #toc .chapter .chapter-h a,
div:not(.other-lower) #page #toc .chapter .chapter-h a {
  font-weight: 900;
  text-decoration: none;
}

div:not(.other-lower) #category #toc li.chapter-h.chapter-h-three,
div:not(.other-lower) #page #toc li.chapter-h.chapter-h-three {
  margin: 0.55rem 0 0.55rem 3.6rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}

div:not(.other-lower) #category #toc li.chapter-h.chapter-h-three::before,
div:not(.other-lower) #page #toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

div:not(.other-lower) #category #toc li.chapter-h.chapter-h-three a,
div:not(.other-lower) #page #toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}

div:not(.other-lower) #category #toc .chapter br,
div:not(.other-lower) #page #toc .chapter br {
  display: none;
}

div:not(.other-lower) #category .ac-btn,
div:not(.other-lower) #page .ac-btn {
  width: min(320px, 100%);
  margin: 0 auto;
  padding: 19px 45px 16px;
  display: block;
  background: #efeff0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #272727;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}

div:not(.other-lower) #category .ac-btn .ac-btn-off,
div:not(.other-lower) #page .ac-btn .ac-btn-off {
  color: inherit !important;
}

div:not(.other-lower) #category .ac-btn::after,
div:not(.other-lower) #page .ac-btn::after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(img/floor-painting/ac-btn_off.png) no-repeat center / contain;
  position: absolute;
  right: 23px;
  top: 1px;
  bottom: 0;
  margin: auto 0;
}

div:not(.other-lower) #category .ac-btn:hover,
div:not(.other-lower) #page .ac-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: .2s;
}

div:not(.other-lower) #category .ac-btn.is-open .ac-btn-off,
div:not(.other-lower) #page .ac-btn.is-open .ac-btn-off {
  display: none;
}

div:not(.other-lower) #category .ac-btn.is-open::after,
div:not(.other-lower) #page .ac-btn.is-open::after {
  background-image: url(img/floor-painting/ac-btn_on.png);
}

div:not(.other-lower) #category .ac-btn.is-open::before,
div:not(.other-lower) #page .ac-btn.is-open::before {
  content: '目次を閉じる';
}

div:not(.other-lower) #category .accordion-item,
div:not(.other-lower) #page .accordion-item {
  display: none;
  margin: 15px auto 0;
  width: min(660px, 100%);
}

.date {
    display: none;
}

/*--------------------------------------
faqbox
---------------------------------------*/

.faqbox {
    background: #fff;
    padding: 2rem 4rem;
}
.faqbox h2 {
    background: #fff;
    padding: 2rem;
    text-align: center;
    display: block;
    border: solid 1px #888;
    color: #346a6a;
}
.faqbox .box {
    background: #faf7ec;
    padding: 2rem 4rem 4rem;
    margin: 4rem auto;
    border-top: solid 5px #53a58e;
    position: relative;
}
.faqbox .box h3 {
    /* background: #000; */
    color: #134aae;
    margin: 2rem auto;
    position: relative;
    border: none;
    padding: 0rem 2rem 1rem 6rem;
    text-align: center;
    display: block;
    font-size: 2.4rem;
}
.faqbox .box h3 span {
    background: #fca225;
    position: absolute;
    left: -2rem;
    top: -0.5rem;
    padding: 1rem 2.2rem;
    border-radius: 9rem;
    line-height: 2;
    color: #fff;
}
.faqbox .box h3:before {
    display: none;
}
.faqbox .box p {
    margin: 0;
    padding-left: 19rem;
    line-height: 1.8;
}
.faqbox .box 
 p.notxt {
    height: 1rem;
	margin-top: 3rem;
}
.faqbox .wbox {
    background: #fff;
    padding: 2rem 4rem;
    margin: 2rem auto;
}
.faqbox .wbox h2 {
    margin-top: 2rem;
    text-align: left;
    background: #f5f5f5;
    padding: 2rem 4rem;
}
.faqbox .box:before {
    content: "";
    display: block;
    background: url(https://www.coatedfloor-work.net/wp/wp-content/uploads/okano.jpg);
    width: 15rem;
    height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 35%;
    border-radius: 10rem;
}




.faqbox .box:after {
    content: "岡野正隆さん";
    display: block;
    width: 15rem;
    height: 15rem;
    font-weight: bold;
    position: absolute;
    top: 35%;
    text-align: center;
    padding-top: 16rem;
    line-height: 1.2;
}
.faqbox .box ol, .faqbox .box ul {
    padding-left: 19rem;
    margin: 1rem;
}
.faqbox .box p span, .faqbox .wbox ul span {
    font-weight: bold;
}
.faqbox .box ol li, .faqbox .box ul li {
    margin: 0.5rem 0;
}
.faqbox .wbox p.name {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
}
.faqbox .wbox p.ttl {
    text-align: center;
    font-size: 2rem;
    margin: 1rem;
    position: relative;
    width: fit-content;
    margin: 1rem auto;
}
.faqbox .wbox p.ttl:before {
    content: "";
    width: 8rem;
    height: 1px;
    background: #333;
    display: block;
    position: absolute;
    top: 1.8rem;
    left: -10rem;
}
.faqbox .wbox p.ttl:after {
    content: "";
    width: 8rem;
    height: 1px;
    background: #333;
    display: block;
    position: absolute;
    top: 1.8rem;
    right: -10rem;
}

#page .faqbox h3 {
    margin-top: 0px;
    padding-top: 0;
}

.catch-ttl {
text-align: center;
font-size: 2rem;
font-weight: bold;
color: #5ca993;
}
.flx {
    display: flex;
    margin: 0 auto;
}

.flx .center div{
	font-size:2.4rem;
	text-align:center;
	color:#fff;
	background:#333;
	padding:1rem;
	width:40%;
}


.flx .center img{
	width:90%;
}
.contents .micro {
  position: relative;
  color: #ff0029;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px auto 0;
  text-align: center;
  display: block;
  padding: 0 2em;
  line-height: 1.5;
}

.micro::before,
.micro::after {
  content: "";
  display: inline-block;
  width: 40px; /* ← この幅で長さ調整 */
  height: 2px;
  background-color: #ff0029;
  vertical-align: middle;
  margin: 0 10px;
  transform: rotate(40deg); /* 斜めに傾ける */
}

.micro::after {
  transform: rotate(-40deg);
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .faq {
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
  }

  .faq.f_l {
    padding: 30px 0 30px 150px;
  }

  .faq.f_r {
    padding: 30px 150px 30px 0;
  }


  .faq .faq-img img {
    max-width: 100%;
  }

  .faq.f_l .faq-txt {
    background: #fff;
    border: 2px solid #555;
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_l .faq-txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-left: 2px solid #555;
    border-top: 2px solid #555;
    transform: rotate(-45deg);
    background: #fff;
    left: -13px;
    margin-top: -13px;
  }

  .faq.f_l .faq-txt .float-img.fl {
    position: absolute;
    top: 0;
    left: -160px;
  }

  .faq.f_l .faq-txt .faq-img.fr {
    position: absolute;
    top: 0;
    right: -160px;
  }

  .faq.f_l .faq-txt .faq-img.fl .faq-flame {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
  }

  .faq.f_l .faq-txt .faq-img.fl .faq-flame img {
    border-radius: 100px;
  }

  .faq.f_r .faq-txt {
    background: #fff;
    border: 2px solid #555;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_r .faq-txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-right: 2px solid #555;
    border-top: 2px solid #555;
    transform: rotate(45deg);
    background: #fff;
    right: -13px;
    margin-top: -13px;
  }

  .faq.f_l .faq-txt .faq-img.fl {
    position: absolute;
    top: 0;
    left: -150px;
    margin: 0 !important;
  }

  .faq.f_r .faq-txt .faq-img.fl {
    position: absolute;
    top: 0;
    right: -150px;
    margin: 0 !important;
  }

  .faq.f_r .faq-txt .faq-img.fl .faq-flame,
  .faq.f_l .faq-txt .faq-img.fl .faq-flame {
    width: 120px;
    height: 120px;
    background: #eaeaea;
    border-radius: 100px;
  }

  .faq.f_r .faq-txt .faq-img.fl .faq-flame img {
    border-radius: 100px;
  }

  .character-box {
    margin: 25px 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px 15px 20px;
    background: #f5f5f5;
  }

  .character-box:after {
    content: '';
    display: block;
    clear: both;
  }

  .character-right {
    position: relative;
    width: 120px;
    float: right;
  }

  .character-left {
    position: relative;
    width: 120px;
    float: left;
  }

  .character-left .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    left: 1px;
    width: 90%;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
  }

  .character-right .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    right: 1px;
    width: 90%;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
  }

  .character-left .charcter-name.name01 {
    background: #d3f0f7;
    border: 1px solid #d8d9d9;
  }

  .character-right .charcter-name.name02 {
    background: #92a1a5;
    border: 1px solid #d8d9d9;
  }

  .character-left img {
    float: left;
    width: 100%;
    border-radius: 80px;
  }

  .character-right img {
    float: right;
    width: 100%;
    border-radius: 80px;
  }

  .character-txt {
    overflow: hidden;
  }

  .character-left+.character-txt {
    padding-left: 20px;
  }

  .character-right+.character-txt {
    padding-right: 20px;
  }

  .wr_img_center {
    position: relative;
    margin-bottom: 40px;
  }

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

  .wr_img_center .wr_img.fc {
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .wr_img_center .wr_img.fc img {
    max-width: 100%;
    border: 1px solid #aaa;
    margin-bottom: 5px;
  }

  .wr_img_center .wr_img .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  table td {
    padding: 15px 7px;
  }

.faqbox .box p.no-break {
    padding-left: 0;
}	




















}




/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .faq {
    padding: 10% 0;
    width: 100%;
  }

  .faq.flex {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }

  .faq.f_r {
    flex-flow: row-reverse;
  }

  .faq .faq-img .faq-flame {
    border-radius: 100px;
  }

  .faq .faq-img .faq-flame img {
    border-radius: 100px;
  }

  .faq .faq-img {
    width: 80px;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 80px;
    background: #eee;
    height: 80px;
  }

  .faq.f_l .faq-txt {
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  #index-bottom .faq .faq-txt p,
  #page-bottom .faq .faq-txt p {
    margin: 0;
  }

  .faq.f_r .faq-txt {
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  .character-box {
    margin: 2rem 1rem;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0.8rem;
    background: #f5f5f5;
  }

  .character-left {
    position: relative;
    float: left;
    width: 30%;
    margin: 0 1rem 1rem 0;
  }

  .character-right {
    position: relative;
    float: right;
    width: 30%;
    margin: 0 0 1rem 1rem;
  }

  .character-left .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
  }

  .character-right .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 0px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }

  .character-left .charcter-name.name01 {
    background: #d3f0f7;
    border: 1px solid #d8d9d9;
  }

  .character-right .charcter-name.name02 {
    background: #92a1a5;
    border: 1px solid #d8d9d9;
  }

  .character-left img {
    width: 100%;
    border-radius: 80px;
  }

  .character-right img {
    width: 100%;
    border-radius: 80px;
  }

  .character-left+.character-txt {
    padding-left: 10px;
  }

  .character-right+.character-txt {
    padding-right: 10px;
  }

  .wr_img_center {
    position: relative;
    margin-bottom: 20px;
  }

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

  .wr_img_center .wr_img.fc {
    width: 100%;
    text-align: center;
  }

  .wr_img_center .wr_img.fc img {
    width: 80%;
    max-width: 100%;
    display: block;
    margin: 0 auto 5px;
    border: 1px solid #aaa;
  }

  .wr_img_center .wr_img .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
  }

  .category_links_g {
    font-size: 2.0rem;
    line-height: 1.3;
    padding: 1rem;
  }

  div:not(.other-lower) #category .ac-btn .ac-btn-off,
  div:not(.other-lower) #category .ac-btn.is-open::before,
  div:not(.other-lower) #page .ac-btn .ac-btn-off,
  div:not(.other-lower) #page .ac-btn.is-open::before {
    font-size: 1.6rem;
  }

  div:not(.other-lower) #category .accordion-item,
  div:not(.other-lower) #page .accordion-item {
    margin-top: 2rem;
    width: 100%;
  }

  div:not(.other-lower) #category .toc_parts,
  div:not(.other-lower) #page .toc_parts {
    padding: 3rem 2.5rem;
  }

  div:not(.other-lower) #category .toc_parts .ttl,
  div:not(.other-lower) #page .toc_parts .ttl {
    font-size: 1.6rem;
    border-left-width: 2px;
  }

  div:not(.other-lower) #category #toc,
  div:not(.other-lower) #page #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }

  div:not(.other-lower) #category #toc .chapter .chapter-h,
  div:not(.other-lower) #page #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  div:not(.other-lower) #category #toc ul.chapter .chapter-h::before,
  div:not(.other-lower) #page #toc ul.chapter .chapter-h::before {
    top: -3px;
    font-size: 1.8rem;
  }

  div:not(.other-lower) #category #toc li.chapter-h.chapter-h-three,
  div:not(.other-lower) #page #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }

  div:not(.other-lower) #category #toc li.chapter-h.chapter-h-three::before,
  div:not(.other-lower) #page #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  div:not(.other-lower) #category #toc li.chapter-h-three+.chapter-h-two,
  div:not(.other-lower) #page #toc li.chapter-h-three+.chapter-h-two {
    margin-top: 2rem;
  }

    /*--------------------------------------
SP用
---------------------------------------*/

.faqbox {
    padding: 1.5rem;
}

.faqbox h2 {
    font-size: 2rem;
    margin: 2rem auto;
    padding: 1rem;
}

.faqbox .box {
    padding: 1rem;
}

.faqbox .box h3 {
    font-size: 1.8rem;
    margin: 1rem 0 20rem;
}

.faqbox .box h3 span {top: 1rem;}

.faqbox .box p {
    padding: 0;
}

.faqbox .box:before {
    top: 14rem;
    width: 10rem;
    height: 10rem;
    left: 30vw;
}

.faqbox .box:after {
    top: 14rem;
    width: 15rem;
    height: 10rem;
    left: 24vw;
    padding-top: 11rem;
}



.faqbox .wbox {
    padding: 1rem 2rem;
}

.faqbox .wbox h2 {
    padding: 2rem;
}

.faqbox .wbox p.name {
    font-size: 1.8rem;
}

.faqbox .wbox p.ttl {
    font-size: 1.6rem;
}

.faqbox .wbox p.ttl:before {
    width: 2rem;
    left: -3rem;
    top: 1.5rem;
}

.faqbox .wbox p.ttl:after {
    width: 2rem;
    right: -3rem;
    top: 1.5rem;
}

.faqbox .box p {
    padding: 0;
}

.faqbox .box h3 {
    margin-bottom: 21rem;
    font-size: 1.8rem;
    margin-top: 0;
    text-align: initial;
}
.infoArea.blue-table {
    padding: 0;
}	
	
.faqbox .box h3 span {
    background: #fca225;
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
    position: absolute;
    left: -3rem;
    top: 0rem;
}

.faqbox .box.q1:before {
    position: absolute;
    top: 9rem;
    width: 15rem;
    height: 15rem;
    left: 22vw;
}

.faqbox .box.q2:before {
    position: absolute;
    top: 9rem;
    width: 15rem;
    height: 15rem;
    left: 22vw;
}

.faqbox .box.q3:before {
    position: absolute;
    width: 15rem;
    height: 15rem;
    top: 9rem;
    left: 22vw;
}



#page .faqbox .q1 h3 {
    margin-bottom: 20rem;
}

.faqbox .box:after {
    top: 14rem;
}

#page .faqbox .q3 h3 {margin-bottom: 20rem;}

#page .faqbox .q2 h3 {
    margin-bottom: 20rem;
}	




.flx{
	display:block;
}

.flx .center div{
	font-size:1.8rem;
}

.flx .center img{
	width:100%;
}

.contents .micro {
    padding: 0;
    font-size: 1.6rem;
}
.micro::before, .micro::after {
    width: 25px;
    margin: 0;
}
}
