@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@500&family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap");
html body {
  background-color: #fff;
}

.roofcover {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02rem;
  color: #382712;
  font-size: 100%;
  line-height: 1.5;
	background-color: #E6F5F1;
	padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .roofcover {
    letter-spacing: normal;
  }
}
.roofcover :where(.wrap) {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.roofcover :where(.contents) {
  padding: 0 92px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .roofcover :where(.contents) {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .roofcover :where(.contents) {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .roofcover :where(.sp) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .roofcover :where(.pc) {
    display: none;
  }
}

.txs-12 {
  font-size: 12px;
}

.txs-14 {
  font-size: 14px;
}

.txs-16 {
  font-size: 16px;
}

.txs-18 {
  font-size: 18px;
}

.txs-20 {
  font-size: 20px;
}

.txs-22 {
  font-size: 22px;
}

.txs-24 {
  font-size: 24px;
}

.txs-28 {
  font-size: 28px;
}

.txs-30 {
  font-size: 30px;
}

.txs-32 {
  font-size: 32px;
}

.txs-36 {
  font-size: 36px;
}

.txs-40 {
  font-size: 40px;
}

.txs-48 {
  font-size: 48px;
}

.txs-56 {
  font-size: 56px;
}

.txs-64 {
  font-size: 64px;
}

.l-1 {
  line-height: 1;
}

.l-15 {
  line-height: 1.5;
}

.l-18 {
  line-height: 1.8;
}

.w-m {
  font-weight: 500;
}

.w-b {
  font-weight: 700;
}

.en {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.clor01 {
  color: #009B73;
}

@media screen and (max-width: 768px) {
  .txs-12 {
    font-size: 12px;
  }
  .txs-14 {
    font-size: 14px;
  }
  .txs-16 {
    font-size: 16px;
  }
  .txs-18 {
    font-size: 16px;
  }
  .txs-20 {
    font-size: 20px;
  }
  .txs-22 {
    font-size: 18px;
  }
  .txs-24 {
    font-size: 18px;
  }
  .txs-28 {
    font-size: 20px;
  }
  .txs-30 {
    font-size: 24px;
  }
  .txs-32 {
    font-size: 24px;
  }
  .txs-36 {
    font-size: 24px;
  }
  .txs-40 {
    font-size: 24px;
  }
  .txs-48 {
    font-size: 28px;
  }
  .txs-56 {
    font-size: 30px;
  }
  .txs-64 {
    font-size: 30px;
  }
}
/* --------------------
   MV
-------------------- */
.mv {
  padding: 40px 0 100px;
  background-color: #E6F5F1;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 33px;
    padding-bottom: 20px;
  }
}
.mv__wrap {
  max-width: 972px;
  margin: 0 auto;
}
.mv__txt {
  width: fit-content;
  margin: 6px auto 0;
  padding: 0 20px;
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.mv__txt::before, .mv__txt::after {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  top: 55%;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .mv__txt::before, .mv__txt::after {
    content: none;
  }
}
.mv__txt::before {
  left: 5px;
  transform: translateY(-50%) rotate(-30deg);
}
.mv__txt::after {
  right: 5px;
  transform: translateY(-50%) rotate(30deg);
}
.mv__link {
  margin-top: 11px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .mv__link {
    margin-top: 17px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.mv__item {
  max-width: 315px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .mv__item {
    max-width: 300px;
  }
}
.mv__item a {
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .mv__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .mv__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .mv__item a {
    height: 46px;
    font-size: 14px;
  }
}
.mv__item--line a {
  background-color: #06C755;
}
.mv__item--mail a {
  background-color: #E74C3C;
}
.mv__item-free {
  margin-right: 4px;
  border-radius: 4px;
  padding: 1px 8px;
  color: #E74C3C;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__item-free {
    margin-right: 9px;
  }
}

/* --------------------
   box1
-------------------- */
#box1 {
	padding: 100px 0;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
  #box1 {
    padding: 25px 0;
  }
}
#box1 .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#box1 .box .ttl {
  line-height: 1.5416666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #box1 .box .ttl {
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: center;
  }
}
#box1 .note{
	display: block;
	color: inherit;
	font-size: 0.5em;
}

/* --------------------
   box2
-------------------- */
#box2 {
  padding-top: 80px;
	background-color: #E6F5F1;
}

#box2 .panel {
  border: 3px solid #009B73;
  padding: 60px;
  background: #fff;
  border-radius: 40px;
}

#box2 .panel .house {
  margin-top: -120px;
  margin-bottom: 10px;
}

#box2 .panel .house img {
  display: block;
  margin: 0 auto;
}

#box2 .point {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

#box2 .item {
  width: 100%;
}

#box2 .item p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.8;
}

#box2 .icon img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  #box2 .panel {
    padding: 60px 30px 50px;
  }
  #box2 .point {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #box2 {
    padding-top: 82px;
  }
  #box2 .panel {
    padding: 67px 18px 20px;
    border-width: 2px;
  }
  #box2 .panel .ttl {
    line-height: 1.2857142857;
  }
  #box2 .panel .house {
    margin-top: -130px;
    margin-bottom: 21px;
  }
  #box2 .panel .house img {
    width: 140px;
  }
  #box2 .point {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 40px;
  }
  #box2 .item__ttl {
    text-align: center;
    font-size: 28px;
  }
  #box2 .contents {
    padding: 0 15px;
  }
}
/* --------------------
   box3
-------------------- */
#box3 {
  padding-top: 80px;
  background-color: #E6F5F1;
}

#box3 .flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

#box3 .left {
  width: 46.7%;
}

#box3 .house {
  margin-top: 63px;
  flex: 1;
}

#box3 p {
  padding: 28px 0 36px;
  line-height: 1.8;
}

#box3 .movie {
  margin-top: 100px;
  position: relative;
  padding: 60px;
  background: #FFF3D9;
  border-radius: 60px;
}

#box3 .label {
  position: absolute;
  top: -40px;
  left: 40px;
}

@media screen and (max-width: 1080px) {
  #box3 .item.house {
    margin-left: 20px;
  }
  #box3 p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #box3 {
    padding-top: 30px;
    background: linear-gradient(to bottom, transparent 300px, #E6F5F1 300px);
  }
  #box3 .ttl {
    padding-left: 15px;
  }
  #box3 p {
    padding: 16px 0;
  }
  #box3 .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  #box3 .left {
    width: 100%;
  }
  #box3 .item.house {
    margin: 0;
    padding: 0 20px;
  }
  #box3 .item img {
    margin: 0 auto 20px;
    max-width: 480px;
    width: 100%;
  }
  #box3 .contents.none {
    padding: 0;
  }
  #box3 .movie {
    border-radius: 0;
    padding: 60px 30px 50px;
  }
  #box3 .label {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
/* --------------------
   box4
-------------------- */
#box4 {
  padding-top: 145px;
  background-color: #E6F5F1;
}

#box4 .house {
  position: absolute;
  right: 0;
  top: 0;
}

#box4 .ttl {
  padding-bottom: 35px;
  line-height: 1.1666666667;
}

#box4 .txt {
  line-height: 1.8;
}

#box4 .list {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 54px 30px;
}

#box4 .item {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

#box4 .item p span {
  display: block;
}

#box4 .name {
  margin: 5px 0 24px;
  text-align: center;
  color: #009B73;
}

#box4 .namber {
  margin-top: -58px;
  text-align: center;
  color: #84CCBA;
}

#box4 .item img {
  margin-bottom: 26px;
}

#box4 .item__txt {
  line-height: 1.8;
}

#box4 button {
  width: 100%;
  display: block;
  cursor: auto;
}

@media screen and (max-width: 1480px) {
  #box4 .house {
    width: calc(100% - 650px);
  }
}
@media screen and (max-width: 1080px) {
  #box4 h1 {
    padding-top: 5px;
  }
  #box4 .house {
    width: calc(100% - 580px);
  }
  #box4 .list {
    gap: 54px 0;
    margin-top: 30px;
  }
  #box4 .item {
    width: calc(33.3333333333% - 10px);
  }
  #box4 .namber {
    margin-top: -54px;
  }
}
@media screen and (max-width: 767px) {
  #box4 {
    padding-top: 0;
  }
  #box4 .house {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  #box4 .house img {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
    display: block;
  }
  #box4 .ttl {
    padding-bottom: 26px;
    line-height: 1.2857142857;
    text-align: center;
  }
  #box4 .list {
    margin-top: 22px;
  }
  #box4 .item {
    width: 100%;
  }
  #box4 .namber {
    margin: 0;
  }
  #box4 .name {
    margin: 0;
    text-align: left;
  }
  #box4 .list {
    gap: 0;
  }
  #box4 .qa__head {
    position: relative;
    cursor: pointer;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    padding: 24px 30px;
    width: 100%;
  }
  #box4 .qa__item {
    box-shadow: 0 3px 0 0 #E8DDC6;
    padding: 0;
    margin-bottom: 10px;
  }
  #box4 .qa__head:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #382712;
    position: absolute;
    right: 45px;
    top: 50%;
    transition: transform 0.4s;
  }
  #box4 .qa__head:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #382712;
    position: absolute;
    right: 54px;
    top: 50%;
    margin-top: -9px;
    transition: transform 0.4s;
  }
  #box4 .qa__body {
    position: relative;
    padding: 0 30px;
    opacity: 0;
    height: 0;
    transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  }
  #box4 .qa__body.is-open {
    padding: 0 30px 30px;
    height: auto;
    opacity: 1;
  }
  #box4 .qa__head.is-open::before {
    display: none;
  }
}
/* --------------------
   box5
-------------------- */
#box5 {
  padding: 120px 0 0;
  background-color: #E6F5F1;
}

#box5 .ttl {
  line-height: 1.1666666667;
}

#box5 .list {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  gap: 120px;
}

#box5 .item {
  width: 100%;
}

#box5 .item__ttl {
  padding: 20px 0 8px;
}

#box5 .item .txt {
  line-height: 1.8;
}

@media screen and (max-width: 1080px) {
  #box5 .list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #box5 {
    padding: 40px 0 0;
  }
  #box5 .ttl {
    line-height: 1.2857142857;
  }
  #box5 .list {
    padding-top: 46px;
    flex-wrap: wrap;
    gap: 50px;
  }
  #box5 .item__ttl {
    padding-bottom: 20px;
  }
  #box5 .item img {
    margin: 0 auto;
    padding: 0 20px;
  }
}
/* --------------------
   box6
-------------------- */
#box6 {
  padding: 30px 0 110px;
  background: url("../images/roofcover/obi-2.png") no-repeat center bottom, #009B73;
  background-size: contain;
}

#box6 .ttl {
  color: #FFF140;
}

#box6 p.bun2 {
  color: #FFF9EC;
  margin-top: 10px;
}

#box6 .list {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 40px 19px;
  flex-wrap: wrap;
}

#box6 .item {
  position: relative;
  width: 200px;
}

#box6 .item.arrow::after {
  top: 90px;
  right: -20px;
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url("../images/roofcover/arrow.png") no-repeat center center;
  background-size: contain;
}

#box6 .border {
  border: 2px solid #FFF9EC;
  background: #C6E8E0;
  color: #009B73;
  border-radius: 20px;
  overflow: hidden;
}

#box6 .last .border {
  border-color: #FFF140;
  color: #000;
  background: #FFF140;
}

#box6 .namber {
  padding: 8px 16px 4px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
}

#box6 .item__ttl {
  margin-bottom: 10px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

#box6 .item > p {
  margin-top: 5px;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 1580px) {
  #box6 .item.arrow ::after {
    display: none;
  }
  #box6 .item::after {
    top: 90px;
    right: -20px;
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/roofcover/arrow.png) no-repeat center center;
    background-size: contain;
  }
  #box6 .item.last::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #box6 {
    padding: 30px 0 120px;
  }
  #box6 .contents {
    padding: 0 15px;
  }
  #box6 .txt {
    line-height: 1.8;
  }
  #box6 .list {
    width: 100%;
    margin-top: 60px;
    gap: 0;
    display: block;
  }
  #box6 .item {
    padding-left: 140px;
    width: 100%;
    position: relative;
    min-height: 110px;
  }
  #box6 picture {
    top: 0;
    left: 0;
    position: absolute;
  }
  #box6 img {
    width: 126px;
    border: 2px solid #FFF9EC;
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
  }
  #box6 .last img {
    border-color: #FFF140;
    height: 150px;
    width: 186px;
  }
  #box6 .last .border {
    background: none;
  }
  #box6 p.namber, #box6 .item__ttl {
    color: #fff;
    padding: 4px 0 2px;
    margin: 0;
  }
  #box6 .item__ttl {
    font-size: 20px;
  }
  #box6 .item.arrow::after {
    display: none;
  }
  #box6 .list .item::after {
    display: block;
    top: auto;
    right: auto;
    left: 60px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 10px;
    height: 8px;
    transform: rotate(90deg);
  }
  #box6 .list .item.last::after {
    display: none;
  }
  #box6 .border {
    border-radius: 0;
    border: none;
    background: none;
  }
  #box6 .item.last {
    padding: 50px 0 0 210px;
  }
}
/* --------------------
   box7
-------------------- */
#box7 {
	padding: 120px 0;
	background-color: #E6F5F1;
}

#box7 .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#box7 .ttl img {
  width: 236px;
}
#box7 .txt {
	margin-top: 40px;
	line-height: 1.8;
}

#box7 .list {
  margin-top: 60px;
  display: flex;
  gap: 40px; 
  justify-content: center;
  flex-wrap: wrap;}
#box7 .item {
  position: relative;
  width: 520px;}
#box7 .border {
	min-height: 59px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
  text-align: center;
  background: #C6E8E0;
  border-radius: 20px 20px 0 0;}
#box7 .white {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;}
#box7 .swiper { margin-bottom: 30px;}
#box7 .swiper-slide {
  overflow: hidden;
  border-radius: 10px;}
#box7 .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;}
#box7 .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;}
#box7 .swiper-pagination-bullet-active { background: #009B73;}
#box7 h3 {
	margin-bottom: 0;
	padding: 0 0 20px;
}
#box7 h4 { padding: 0 0 20px;}
#box7 .tanka {
  font-size: 20px;
  padding: 4px;
  margin-bottom: 10px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 4px;
  color: #009B73;}
#box7 .price {
  color: #009B73;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  gap:10px;}
#box7 .price > div { text-align: center;}
#box7 .price .tani {
  font-weight: 700;
  padding: 0 14px;
  font-size: 20px;
  line-height: 28px;
  background: #C6E8E0;
  border-radius: 14px;}
#box7 .price .koji {
  font-weight: 700;
  font-size: 20px;}
#box7 .price .t2 {
  display: flex;
  align-items: center;}
#box7 .price .p1 {
  line-height: 1;
  letter-spacing: -0.06em;
  font-size: 90px;}
#box7 .price .p2 {
	line-height: 1;
	letter-spacing: -0.06em;
  font-size: 60px;}
#box7 .price .zeikomi {
  padding-left: 3px;
  text-align: left;}
#box7 .price .k1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;}
#box7 .price .k2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;}
#box7 .price .t3 p {
  padding: 6px 8px 0;
  font-weight: 700;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #009B73;}
#box7 .price .t3 p .y1{ font-size: 20px;}
#box7 .price .t3 p .y2{ font-size: 30px;}
#box7 .memo { padding: 8px 10px;}
#box7 .note{
	margin-top: 25px;
}


@media screen and (max-width: 767px) {
	#box7 { padding: 50px 0 60px;}
  #box7 .contents { padding: 0 15px;}
	#box7 .ttl {
    flex-direction: column;
    gap: 1px;
  }
  #box7 .ttl img {
    width: 240px;
  }
  #box7 .list {margin-top: 30px;gap: 30px;}
  #box7 .item { width: 100%;max-width: 520px;}
  #box7 .border { padding: 12px 20px;text-align: left;justify-content: flex-start;min-height: initial;}
  #box7 .border p { line-height: 1.5;}
  #box7 .swiper { margin-bottom: 20px;}
  #box7 .price { flex-wrap: wrap;gap: 0 10px; margin-bottom: 10px;}
  #box7 .t3 { width: 100%;}
  #box7 .t3 br { display: none;}
  #box7 .price .t3 p { padding: 0;}
  #box7 .tanka { margin-bottom: 12px;}
  #box7 .t3 span.y1 { vertical-align: baseline;padding-right: 12px;}
  #box7 .price .t3 p .y2 { position: relative;top: 2px;}
}
/* --------------------
   box8
-------------------- */
#box8 {
  padding-top: 83px;
	padding-bottom: 30px;
  background-size: contain;
	background-color: #fff;
}

#box8 .title {
  padding: 48px 0 0 300px;
  min-height: 244px;
  background: url("../images/roofcover/works-title.png") no-repeat left center;
  background-size: auto 100%;
}

#box8 .title .ttl {
  padding-bottom: 14px;
}

#box8 .title .txt {
  line-height: 1.8;
}

#box8 .list {
  margin-top: 105px;
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

#box8 .item {
  position: relative;
  flex: 1;
}

#box8 .beforeafter {
  border: 5px solid #009B73;
}

#box8 .beforeafter img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
#box8 .c-button{
	max-width: 400px;
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  #box8 .title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #box8 {
    padding-top: 50px;
		padding-bottom: 20px;
  }
  #box8 .title {
    background: url("../images/roofcover/works-title.png") no-repeat center top;
    background-size: 230px auto;
    height: auto;
    padding: 259px 0 0;
  }
  #box8 .title .ttl {
    text-align: center;
    padding-bottom: 28px;
  }
  #box8 .list {
    margin-top: 22px;
    padding: 0 15px;
    flex-direction: column;
    gap: 20px;
  }
  #box8 .item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #box8 .beforeafter img {
    height: 220px;
  }
}
/* --------------------
   box10
-------------------- */
#box10 { padding-top: 120px;}
#box10 .qa { margin: 80px 0 0;}
#box10 .qa__head {
  position: relative;
  border-radius: 9999px;
  background: #fff;
  border: 2px solid #009B73;
  min-height: 100px;
  color: #009B73;
  cursor: pointer;
  width: 100%;}
#box10 .qa__item { margin-bottom: 20px;}
#box10 .qa__head:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #009B73;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: transform .4s;}
#box10 .qa__head:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #009B73;
  position: absolute;
  right: 44px;
  top: 50%;
  margin-top: -14px;
  transition: transform .4s;}
#box10 .qa__head p {
	padding-left: 100px;
	text-align: left;
}
#box10 .qa__head p::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "Q";
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background: #009B73;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;}
#box10 .qa__body {
  position: relative;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;}
#box10 .qa__body.is-open {
  padding: 20px;
  height: auto;
  opacity: 1;}
#box10 .qa__body::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "A";
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background: #FFF140;
  color: #009B73;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;}
#box10 .qa__head.is-open::before { display: none;}
#box10 .qa__body p { padding-left: 80px;}

@media screen and (max-width: 767px) {
  #box10 { padding: 80px 0 0;}
  #box10 .contents { padding: 0;}
  #box10 .qa__head { border-radius: 0;border-left: none;border-right: none; min-height: 80px;}
  #box10 .qa__head p { padding: 0 80px 0 70px;line-height: 1.2;}
  #box10 .qa__head p::before,#box10 .qa__body::before { left: 15px;width: 40px;height: 40px;line-height: 36px;font-size: 22px;}
  #box10 .qa { margin-top: 30px;}
  #box10 .qa__item { margin-bottom: 10px;}
  #box10 .qa__body p { padding-left: 50px;}
}

.form-30 .l-30sec__title--sub,
.form-30 .l-30sec__title--main {
	line-height: 1em;
}
.form-30 .l-30sec__title::before {
	top: 5px;
}
@media screen and (max-width: 768px){
	.form-30 .l-30sec__title::before {
		top: -5px;
	}
}

.p-roofcover .l-30sec__lead{
	font-size: 0;
}
.p-roofcover .l-30sec__lead::before{
	content: "郡山塗装では、外壁塗装・屋根リフォーム専門店だからできるわかりやすい診断見積もり書を提出いたします。";
	display: block;
	max-width: 460px;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.p-roofcover .l-30sec__title{
		max-width: 310px;
		padding-left: 70px;
	}
}

.p-top-cases__flexwrapper{
	margin-top: 30px;
}
.p-contact .c-basicform__Required{
	background-color: #009B73;
}
.p-contact div.c-button{
	background-color: #009B73;
}
@media screen and (max-width: 767px) {
	.p-contact div.c-button::before{
		background-color: #009B73;
	}
}
@media screen and (min-width: 768px) {
	.p-contact div.c-button:hover{
		color: #009B73;
	}
}
.p-contact div.c-button a.c-button__link{
	border-color: #009B73;
}
.p-contact div.c-button a.c-button__link span::after{
	border-color: #009B73;
}
@media screen and (max-width: 767px) {
	.p-contact div.c-button a.c-button__link:hover span::after{
		border-color: #009B73;
	}
}
@media screen and (min-width: 768px) {
	.p-contact div.c-button a.c-button__link:hover span::before{
		background-color: #009B73;
	}
}

.c-basicform.p-contact{
	padding-top: 30px;
}
.c-basicform__tableContent--radio .wpcf7-radio{
	display: flex;
}
.c-basicform__tableContent--radio .wpcf7-radio span{
	width: auto;
	margin: 0 8px 0 0;
}
.c-basicform__tableContent--radio .wpcf7-list-item label{
	display: flex;
}
.c-basicform__tableContent--radio .wpcf7-list-item label input{
	margin-right: 8px;
}
.c-basicform__tableContent--message textarea{
	max-height: 100px;
}
.form-30 .wpcf7-form div.c-button a.c-button__link span::before {
  right: calc(50% - 110px);
  top: 15px
}
.form-30 .wpcf7-form div.c-button a.c-button__link span::after {
  right: calc(50% - 103px)
}
@media screen and (max-width: 767px) {
	.l-main .l-30sec .c-button{
		width: 100%;
	}
}


/* 30form */

.l-30sec {
  max-width: 880px;
  background-color: #f38c1f;
  padding: 20px;
  margin: 40px auto
}

.l-30sec__inner {
  background-image: url("../images/roofcover/img_chara_gaihekisan@2x.png");
  background-position: right 10px bottom 22px;
  background-size: 172px 224px;
  background-repeat: no-repeat;
  background-color: #fff;
  border: solid 4px #ffbb2c;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 840px;
  padding: 30px 70px;
  margin-right: auto;
  margin-left: auto
}

.l-30sec__title {
  position: relative;
  text-align: center;
  color: #382712;
  font-weight: 700;
  letter-spacing: 0;
  width: 315px;
  margin: auto
}

.l-30sec__title::before {
  position: absolute;
  top: 28px;
  left: -60px;
  display: block;
  flex: none;
  content: "";
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("../images/roofcover/icon_30min.svg");
  width: 54px;
  height: 62px;
  margin: auto
}

.l-30sec__title::after {
  display: block;
  content: "";
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("../images/roofcover/deco_line_orange.svg");
  width: 315px;
  height: 6px;
  margin: auto
}

.l-30sec__title--sub {
  display: block;
  font-size: 24px
}

.l-30sec__title--main {
  display: block;
  color: #eb6120;
  font-size: 32px
}

.l-30sec__lead {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 18px
}

.l-30sec .c-button {
  text-align: center
}

.l-30sec__fieldset {
  display: flex;
  margin-bottom: 16px
}

.l-30sec__fieldset.--center {
  align-items: center
}

.l-30sec__fieldset input[type="text"] {
  border-radius: 4px;
  border: solid 1px #a7a598;
  background-color: #fff;
  font-size: 16px;
  padding: 12px;
  width: 396px;
  max-width: 100%
}

.l-30sec__fieldset .checkbox-parts::before {
  background-color: #fff
}

.l-30sec__fieldset .checkbox-parts::before {
  bottom: 0;
  margin: auto
}

.l-30sec__flex {
  display: flex;
  flex-wrap: wrap;
  width: 410px
}

.l-30sec__fieldset input[type="checkbox"] {
  border-radius: 4px;
  border: solid 1px #a7a598;
  background-color: #fff;
  width: 16px;
  height: 16px;
  margin-right: 4px
}

.l-30sec__fieldset .wpcf7-list-item {
  margin-left: 0;
}

.l-30sec__fieldset label {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  max-width: 100%;
  margin-right: 16px
}

.l-30sec__checkbox {
  white-space: nowrap;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 16px
}

.l-30sec__legend {
  display: flex;
  justify-content: space-between;
  width: 152px;
  margin-right: 20px
}

.l-30sec__legend--title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0
}

.c-basicform__any {
  background: #888;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
  border-radius: 5px;
  height: 22px
}

.c-basicform__Required {
  line-height: 0
}

.l-30sec .c-basicform__sendbtn {
  margin-top: 32px
}

.l-30sec .c-headline,
div.c-button a.c-button__link span {
  padding-right: 0;
  margin-right: 0
}

.l-30sec .wpcf7-form-control.has-spinner.wpcf7-submit {
  margin-right: 6px
}

@media screen and (max-width:1180px) {
  .l-30sec__fieldset input[type="text"] {
    width: 340px
  }
}

@media screen and (max-width:767px) {
  .l-30sec {
    max-width: 880px;
    background-color: #f38c1f;
    padding: 20px 10px;
    margin: 40px auto
  }

  .l-30sec__inner {
    background-image: none;
    border: solid 4px #ffbb2c;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 840px;
    padding: 30px 20px;
    margin-right: auto;
    margin-left: auto
  }

  .l-30sec__title {
    text-align: left;
    width: 100%;
    max-width: 300px;
    padding-left: 80px;
    margin: auto
  }

  .l-30sec__title::before {
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
    flex: none;
    content: "";
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url("../images/roofcover/icon_30min.svg");
    width: 54px;
    height: 62px;
    margin: auto
  }

  .l-30sec__title::after {
    display: block;
    content: "";
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url("../images/roofcover/deco_line_orange.svg");
    width: 100%;
    height: 6px;
    margin: auto
  }

  .l-30sec__title--sub {
    display: block;
    font-size: 24px
  }

  .l-30sec__title--main {
    display: block;
    font-size: 24px
  }

  .l-30sec__lead {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    margin-top: 16px;
    margin-bottom: 18px
  }

  .l-30sec .c-button {
    text-align: center
  }

  .l-30sec__fieldset {
    display: block;
    margin-bottom: 16px
  }

  .l-30sec__fieldset.--center {
    align-items: center
  }

  .l-30sec__fieldset input[type="text"] {
    border-radius: 4px;
    border: solid 1px #a7a598;
    background-color: #fff;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    max-width: 100%
  }

  .l-30sec__flex {
    width: 100%
  }

  .l-30sec__fieldset input[type="checkbox"] {
    border-radius: 4px;
    border: solid 1px #a7a598;
    background-color: #fff;
    width: 24px;
    height: 24px;
    margin-right: 4px
  }

  .l-30sec__fieldset label {
    display: flex;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin-right: 14px
  }

  .l-30sec div.c-button a.c-button__link {
    padding-right: 0
  }

  .l-30sec__checkbox {
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 8px
  }

  .l-30sec__legend {
    margin-bottom: 10px
  }

  .l-30sec__legend--title {
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0
  }
}