@charset "utf-8";
.sp_only {
    display: none;
}

.pc_only {
    display: block;
}


/* アニメーション設定 */

.scrollin {
    transform: translate(0, 40px);
    transition: all 600ms;
}

.scrollin_on {
    transform: translate(0, 0);
}

.scrollin:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

.scrollin:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

.scrollin:nth-of-type(4) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

.scrollin:nth-of-type(5) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}


/*共通項目************************************/

 ::-moz-selection {
    background: #FDA964;
    color: #fff;
}

 ::selection {
    background: #FDA964;
    color: #fff;
}

 ::-moz-selection {
    background: #FDA964;
    color: #fff;
}

body,
input {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 1.7;
    font-size: 1.6rem;
    overflow-x: hidden;
}

b,
strong,
.bold,
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}


/*chromeぼやけ防止*/

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
    /* opacity: 0.8; */
}

a.color {
    color: #FF7400;
}

a.color:hover {
    opacity: 0.8;
}

a:hover li {
    background: rgba(255, 245, 237, 0.9);
}

.red {
    color: #d00;
}

.orange {
    color: #FF7400;
}

.ggl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.ggl_en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.large {
    font-size: 120%;
}

.small {
    font-size: 80%;
}

.w80 {
    width: 80%;
    margin: 0 auto;
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

.inline {
    display: inline;
}

.container {
    margin: 0 auto;
}

.container-m {
    margin: 0 auto;
}

.container-s {
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.flex-direction-reverse {
    flex-direction: row-reverse;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content:end;
}

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

.align-items-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

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

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

.p10 {
    padding: 1rem;
}

.p20 {
    padding: 2rem;
}

.p30 {
    padding: 3rem;
}

.p40 {
    padding: 4rem;
}

.p50 {
    padding: 5rem;
}

.p60 {
    padding: 6rem;
}

.p640 {
    padding: 6rem;
}

.pb10 {
    padding-bottom: 1rem;
}

.pb20 {
    padding-bottom: 2rem;
}

.pb30 {
    padding-bottom: 3rem;
}

.pb60 {
    padding-bottom: 6rem;
}

.pr50 {
    padding-right: 5rem;
}

.pr80 {
    padding-right: 8rem;
}

.pt10 {
    padding-top: 1rem;
}

.pt20 {
    padding-top: 2rem;
}

.pt30 {
    padding-top: 3rem;
}

.pt60 {
    padding-top: 6rem;
}

.px20 {
    padding: 0 2rem;
}

.px40 {
    padding: 0 4rem;
}

.py40 {
    padding: 4rem 0;
}

.py20 {
    padding: 2rem 0;
}

.mtm20 {
    margin-top: -2rem;
}

.nmt20 {
    margin-top: -2rem;
}

.mt30 {
    margin-top: 3rem;
}

.mt50 {
    margin-top: 5rem;
}

.mt60 {
    margin-top: 6rem;
}

.mt80 {
    margin-top: 8rem;
}

.mb20 {
    margin-bottom: 2rem;
}

.mb30 {
    margin-bottom: 3rem;
}

.mb40 {
    margin-bottom: 4rem;
}

.mb50 {
    margin-bottom: 5rem;
}

.mb60 {
    margin-bottom: 6rem;
}

.mb80 {
    margin-bottom: 8rem;
}

.inner {
    padding: 0 2rem;
}

.sp_none {
    display: none;
}

.pc_none {
    display: block;
}

.bg-paper {
    background-image: url(../image/material/clean-gray-paper.jpg);
}

.bg-white {
    background-color: #fff;
}

.bg-pale {
    background: rgba(255, 245, 237, 0.9);
}

.btgray {
    border-top: 1px solid #f2f2f2;
}

.resettel a {
    display: inline;
}

.caption {
    background: #e2e2e2;
    margin: 1rem auto;
}

.error_messe {
    color: #d00;
}


/*共通-ぱんくずリスト****************************************/

.pNav {
    display: inline-block;
    background: #eee;
    border-radius: 20px;
    margin: 10px 0;
    font-size: 1.4rem;
    padding: 0 2rem;
}

.pNav a {
    display: inline;
    color: #FF7400;
}


/*共通　見出しデザイン****************************************/

h2.headline {
    font-size: 2.8rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    padding-top: 6rem;
}

h2.headline:after {
    content: "";
    background-image: url(../image/accent.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 3rem;
    width: 120px;
    padding-top: 2rem;
    margin: 0 auto;
    display: block;
}

.headline_m {
    font-size: 2rem;
    padding-bottom: 2rem;
    line-height: 32px;
    position: relative;
}

.headline_m:before {
    content: "";
    background-image: url(../image/material/middlemidashi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 5px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: 8px;
    padding-left: 2rem;
}

.page_headline {
    padding-bottom: 1rem;
}

.label_before,
.label_after {
    position: relative;
    display: block;
}

.label_before::before {
    content: "施工前";
}

.label_after::before {
    content: "施工後";
}

.label_before::before,
.label_after::before {
    z-index: 2;
    background: #d00;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    display: block;
}

#page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
}


/*ヘッダー****************************************/

header {
    padding: 2rem 2rem 1rem;
}

.header-flex {
    display: block;
}

header h1 {
    font-size: 1.2rem;
    font-weight: normal;
    padding-bottom: .5rem;
}

header h2 img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}

#header_otoiawase li {
    list-style-type: none;
}

.otoiawasewrap {
    position: fixed;
    z-index: 100;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    background: #fff;
    padding-top: .5rem;
    font-size: 1.4rem;
    border-top: 2px solid #CC0000;
}

.otoiawasewrap {
    display: none;
}

#header_otoiawase li.tel a {
    font-size: 3rem;
    color: #CC0000;
    margin-right: 2rem;
}

#header_otoiawase li.contact a {
    font-size: 1.6rem;
    color: #fff;
    background: #1DBB1D;
    padding: 0.2rem 2.5rem;
    border-radius: 20px;
    border: 2px #1DBB1D solid
}

#header_otoiawase li.contact a:hover {
    color: #1DBB1D;
    background: #fff;
}

#header_otoiawase li.contact a i {
    padding-right: .5rem;
}

#header_otoiawase li.insta a img{
	width: 35px;
    margin: 6px 8px 0;

}
#header_otoiawase li.line a img{
	width: 35px;
    margin-top: 6px;
}


/*メインナビ**************************************/

#mainnav {
    padding: 0 2rem 1rem;
}

#mainnav>ul {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    -ms-grid-columns: (1fr)[6];
    -ms-grid-rows: auto;
}

#mainnav>ul>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#mainnav>ul>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#mainnav>ul>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#mainnav>ul>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

#mainnav>ul>*:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

#mainnav>ul>*:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

#mainnav ul a {
    text-align: center;
    color: #333;
}

#mainnav ul a span.ggl_en {
    display: block;
    color: #FF7400;
    font-size: 1.3rem;
}

#mainnav ul li {
    border-right: 2px dotted #FF7400;
    border-left: 2px dotted #FF7400;
    margin: 0 -1px;
    padding: .5rem 1rem;
    transition: ease-in-out .4s;
}

#mainnav ul li:hover {
    background: #FFEEE0;
    transition: ease-in-out .4s;
}

#mainnav ul li:first-of-type {
    border-left: 2px dotted #FF7400;
}

#mainnav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 3px solid #FF7400;
    border-bottom: 3px solid #FF7400;
    transform: rotate(45deg);
    transition: 0.1s ease-out;
}

#mainnav .init-bottom:hover:after {
    top: 5px;
    transition: 0.1s ease-out;
}

#mainnav li.menu__single {
    position: relative;
}

#mainnav li.menu__single ul.menu__second-level {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.98);
    transition: all .2s ease;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 250px;
    padding: 5px 5px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076)
}

#mainnav li.menu__single ul.menu__second-level li {
    border: none;
    border-bottom: 2px dotted #f2f2f2;
    text-align: left;
}

#mainnav li.menu__single ul.menu__second-level li:last-of-type {
    border-bottom: none;
}

#mainnav li.menu__single ul.menu__second-level li img {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    vertical-align: middle;
    padding-right: 5px;
}

#mainnav li.menu__single ul.menu__second-level li:hover {
    background: rgba(255, 255, 255, 0.98);
}

#mainnav li.menu__single ul.menu__second-level li span {
    display: block;
    font-size: 1.2rem;
    color: #FF7400;
    margin-top: -5px;
}

#mainnav li.menu__single:hover ul.menu__second-level {
    top: 58px;
    visibility: visible;
    opacity: 1;
}


.floating-bn {
display: block;
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  top: 240px; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
}


a .floating-bn01{
	background-color: #1CBB1C;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	border-radius: 10px 0 0 0;
	font-size: 14px;
	
}

a .floating-bn01 img{
	width: 50px;
	
}
a .floating-bn02{
	font-size: 22px;
	background-color: #FF7400;
	padding: 20px 10px 10px;
	color: #fff;
	border-radius: 10px 0 0 10px;
	margin: -10px auto 0;
	text-align: center;
	
}
a .floating-bn02 img{
	width: 20px;
	
}

/*メインタグ**************************************/

main {
    padding-top: 2rem;
    padding-bottom: 8rem;
    min-height: 500px;
    display: block;
}

main.main_bg {
    background-image: url(../image/material/wave3.jpg), url(../image/material/clean-gray-paper.jpg);
    background-repeat: repeat-x, repeat;
    background-position: top;
}

main>section.np {
    padding: 6rem 0;
}


/*スライド**************************************/

#main_img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#main_img .slide li {
    text-align: center;
}

#main_img .slide img {
    width: 100%;
    margin: 0 auto;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}

#catch-text {
    bottom: 10rem;
    left: 5%;
    position: absolute;
    margin: auto;
}

#catch-text img {
    max-width: 556px;
    width: 100%;
}



/*TOP-ニュース部分***********************************/

#top-news-wrap {
    background: #FFEEE0;
}

#top-news-wrap>div {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 3fr 30px 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: minmax(600px, 900px) 30px minmax(200px, 1fr);
    grid-template-columns: minmax(600px, 900px) minmax(200px, 1fr);
}

#top-news-wrap>div>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#top-news-wrap>div>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#top-news-wrap>div>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#top-news-wrap>div>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.top-news-wrap-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 3fr;
    grid-template-columns: 1fr 3fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 0px 0px;
    grid-template-areas: "div1 div2" "div3 div2";
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.top-news-wrap-box .div1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: div1;
}

.top-news-wrap-box .div2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: div2;
    -ms-grid-row-align: center;
    align-self: center;
}

.top-news-wrap-box .div3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: div3;
    padding-bottom: 6rem;
}

#news section {
    background: #FFEEE0;
}

#newsList li {
    background: #fff;
    padding: 1.5rem;
    margin-bottom: .5rem;
    list-style-type: none;
    transition: .4s ease-in-out;
}

#newsList a:hover li {
    background: #fff;
    transition: .4s ease-in-out;
}

.up_ymd {
    color: #CC0000;
    padding-right: 1rem;
}

#up_ymd {
    color: #666;
}

.title {
    color: #333;
}

.catName {
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
}

.newMark {
    color: #CC0000;
}


/*TOP-ブログ部分***********************************/

#blog {
    background: #FF7400;
    color: #fff;
    width: calc(270px + ( 100vw - 1200px)/2);
}

#blog>img {
    max-width: 280px;
    padding-left: 3rem;
}

#blog .box {
    background: #fff;
    display: block;
    max-width: 280px;
    margin-left: 3rem;
    margin-bottom: 1rem;
}

#blog a {
    color: #fff;
    display: inline-block;
    /* height: 100%; */
    position: relative;
}

#blog a img {
    width: 100%;
    vertical-align: top;
}

#blog a h2 {
    font-size: 3rem;
    height: 100%;
}

#blogList a li {
    background: #fff;
    padding: 3rem;
    margin-bottom: 1rem;
    list-style-type: none;
    transition: .4s ease-in-out;
}

#blogList a:hover li {
    opacity: 0.9;
    transition: .4s ease-in-out;
}

#blogList .catName {
    color: #FF7400;
    border: 1px solid #FF7400;
    padding: 0.2rem 0.5rem;
    font-size: 80%;
}

#blogList .title {
    padding-left: 2rem;
}

#blogList .comment {
    padding-left: 2rem;
    font-weight: normal;
    color: #333;
}


/*ニュース部分共通***********************************/

#newsdetail {
    padding: 5rem 10rem;
}

#newspage ul {
    padding: 2rem 10rem;
}

#newspage ul li {
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
}

.link_button_or a {
    display: block;
    background: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid #FF7400;
    color: #FF7400;
    border-radius: 20px;
}

.link_button_or a:hover {
    background: #FF7400;
    color: #fff;
}


/*リンクボタン共通***********************************/

.link_button_more a {
    max-width: 500px;
    display: block;
    background: #fff;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    border: 1px solid #FF7400;
    color: #FF7400;
    border-radius: 20px;
}

.link_button_more a:hover {
    background: #FF7400;
    color: #fff;
    opacity: 1;
}

.link_button_mini a {
    display: block;
    margin-top: 4rem;
    padding: 5px;
    text-align: center;
    color: #FF7400;
    background: #fff;
    border: 1px solid #FF7400;
    border-radius: 20px;
    width: 200px;
    margin-right: 2rem;
    margin-left: auto;
}

.link_button_mini a:hover {
    background: #FF7400;
    color: #fff;
    opacity: 1;
}


/*TOP-メインイメージ下キャッチ********************************/

#under_catch {
    padding-top: 10rem;

}

#under_catch h2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
}

#under_catch video {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

#movie video {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

#main_img video{
	width: 100%;
}

.movie_frame {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin: 0 2rem;
}
.movie_frame iframe {
  width: 100%;
  height: 100%;
}
.movie_t{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FF7400;
}


/*TOP-サービスセクション********************************/

#service section>div {
    background: rgba(255, 255, 255, 0.9);
    width: 350px;
    padding: 3rem;
    height: 230px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#service section>div.pale {
    background: rgba(255, 245, 237, 0.9);
    width: 350px;
    padding: 3rem;
    height: 230px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

#service section>div>div {
    position: relative;
}

#service section>div>div .link_button_more {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#service section>div p {
    padding: 1rem 0 2rem;
    text-align: center;
}


/*右側ブロックを中央に寄せる*/

#service div.wrap section:first-of-type>div,
#service div.wrap section:nth-of-type(3)>div {
    margin-left: auto;
}

#service section h3 {
    text-align: center;
    font-size: 2.2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service section h3 .ggl_en {
    color: #FF7400;
    font-size: 1.2rem;
    display: block;
}

#service section>div>div.link_button_more {
    /*  margin-top:auto;*/
}

#service section#paint {
    background-image: url(../image/top/cate_t.jpg);
    background-size: cover;
    background-position: center;
}

#service section#sealing {
    background-image: url(../image/top/cate_s.jpg);
    background-size: cover;
}

#service section#crack {
    background-image: url(../image/top/cate_c.jpg);
    background-size: cover;
}

#service section#waterproof {
    background-image: url(../image/top/cate_b.jpg);
    background-size: cover;
    background-position: bottom;
}

#service section h3::before {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

#service section#paint h3:before {
    background-image: url(../image/material/icon1@2x.png);
    background-size: 55px;
    margin-left: -5rem;
}

#service section#sealing h3:before {
    background-image: url(../image/material/icon2@2x.png);
    background-size: 55px;
    margin-left: -4rem;
}

#service section#crack h3:before {
    background-image: url(../image/material/icon3@2x.png);
    background-size: 55px;
    margin-left: -5rem;
}

#service section#waterproof h3:before {
    background-image: url(../image/material/icon4@2x.png);
    background-size: 55px;
    margin-left: -5rem;
}

#service .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

#service .wrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#service .wrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#service .wrap>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

#service .wrap>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}


/*共通-お問い合わせセクション********************************/

#contactwrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

#contactwrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#contactwrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#contact h2 span.ggl_en {
    color: #ff7400;
    font-size: 3.6rem;
    display: block;
}

#contact h3 {
    position: relative;
    padding-left: 16px;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

#contact h3:before {
    content: "";
    position: absolute;
    top: 70%;
    /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
    border: 8px solid transparent;
    border-top: 11px solid #333;
    /* 好みで色を変えてください */
}

#contact .tel {
    color: #cc0000;
    font-size: 3.5rem;
    line-height: 1;
    margin-top: -1rem;
}

#contact .tel:before {
    content: "";
    background-image: url(../image/material/icontel.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 40px;
    height: 40px;
    display: inline-block;
}

#contact .tel a {
    color: #cc0000;
    display: inline;
}

#area dt h2 {
    color: #ff7400;
    font-size: 2.3rem;
}

#area dd.pref {
    font-size: 2.3rem;
    padding: .5rem 130px .5rem 0;
}

#area .style {
    background: #ff7400;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    position: relative;
    border-radius: 2rem;
    padding-right: 130px;
}

#area dd.pref_detail {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /*    padding-left: 20px;*/
    font-size: 1.4rem;
}

#area dd.pref_detail:before {
    content: "";
    width: 180px;
    height: 120px;
    shape-outside: circle(40%);
    float: right;
}

#area dd p .pref-img {
    shape-outside: circle();
    float: right;
}

#area .style img {
    position: absolute;
    right: -20px;
    top: -8rem;
    margin: auto;
    max-width: 200px;
}

.link_button_mail {
    text-align: center;
}

.link_button_mail a {
    font-size: 1.8rem;
    color: #fff;
    background: #1DBB1D;
    padding: 0.4rem 1.5rem;
    border-radius: 20px;
    border: 2px solid #1DBB1D;
}

.link_button_mail a:hover {
    color: #1DBB1D;
    background: #fff;
    padding: 0.4rem 1.5rem;
    border-radius: 20px;
}

.link_button_mail a i {
    padding-right: .5rem;
}


/*共通-フッターセクション********************************/

footer::before {
    background-image: url(../image/material/footer.png);
    background-repeat: repeat-x;
    content: "";
    height: 132px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    background-position: bottom;
}

footer {
    background-color: #DED6CF;
}

footer>div {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    /*    padding: 0 20px;*/
}

footer h2 {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    padding-bottom: 1rem;
}

footer h2:after {
    display: none;
}

footer address {
    font-style: normal;
}

footer nav {
    border-top: 1px #F2F2F2 solid;
    padding: 2rem 0;
}

footer nav a {
    color: #333;
}

footer nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 2rem;
}

footer nav>ul>li,
.arrow {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 2rem;
    padding-left: 1rem;
}

footer nav>ul>li>p {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #666;
}

footer nav>ul>li>p>a {
    padding-right: 1rem;
    padding-left: 1rem;
}

.arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
    border: 5px solid transparent;
    border-left: 8px solid #cc0000;
    /* 好みで色を変えてください */
}

.kakko:before {
    content: "(";
    position: absolute;
    top: 50%;
    /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
}

.pipe:before {
    content: "|";
    position: absolute;
    margin-left: -1rem;
    top: 50%;
    /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
}

.kakkotoji:after {
    content: ")";
    position: absolute;
    top: 50%;
    /* 縦軸をセンタリングする */
    right: 1rem;
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
}
.f_bn{
	padding: 0 2rem 2rem;
}
.f_kf_bn{
	width: 250px;
	margin-right: 20px;
	
}
.f_resorttr_bn{
	width: 250px;
	
}
#footer_otoiawase{
	justify-content: end;
}
#footer_otoiawase li {
    list-style-type: none;
}

#footer_otoiawase li.insta a img{
	width: 45px;
    margin: 0 15px 0;

}
#footer_otoiawase li.line a img{
	width: 45px;
    margin-top: 0;
}

/*TOP-施工事例セクション********************************/

#works {
    padding: 60px 0 100px;
}

#works .iframewrap iframe {
    width: 300px;
    overflow: hidden;
    height: 280px;
    display: block;
    margin: auto;
}

#works .iframewrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

#works .iframewrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#works .iframewrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#works .iframewrap>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

#works .iframewrap>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

#worksListTop li {
    padding: 10px;
    margin: 10px;
    transition: 0.4s;
    list-style-type: none;
}

#worksListTop li img {
    width: 100%;
    /*    height: 190px;*/
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
    padding-bottom: 10px;
}

#worksListTop a:hover li {
    background: #fff;
    transition: 0.4s;
}

#worksListTop a {
    text-decoration: none;
}

#worksListTop .catName {
    font-size: 12px;
    color: #fff;
    background: #1DBB1D;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
}

#worksListTop .catName {
    display: inline-block;
}

#worksListTop .title {
    color: #333;
    padding-left: 1rem;
}

#worksWrap {
    padding: 40px 0 80px;
}

#worksList li {
    list-style-type: none;
    background: #fff;
    padding: 1.5rem 1.5rem 1.5rem;
}

#worksList .pb10 {
    padding-bottom: 5px;
}

#worksList {
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5rem;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

#worksList>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#worksList>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#worksList>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

#worksList .thumbNailWrap img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
    transition: 0.2s ease-in;
}

#worksList li:hover .thumbNailWrap img {
    transform: scale(1.02);
    transition: 0.2s ease-in;
}

#worksList .up_ymd {
    display: none;
}

#worksList .catName {
    font-size: 14px;
    color: #fff;
    background: #1DBB1D;
    border: none;
    padding: 3px 10px;
    border-radius: 10px;
}

#worksList .title {
    padding-left: 10px;
}

.worksnavi {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    padding-bottom: 3rem;
}

.worksnavi>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.worksnavi>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.worksnavi>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.worksnavi>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.worksnavi>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.worksnavi>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.worksnavi>*:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.worksnavi>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.worksnavi li {
    list-style-type: none;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #ff7400;
}

.worksnavi li.active {
    background: #ff7400;
    color: #fff;
}

.worksnavi li a {
    padding: 1rem 1rem;
    display: block;
    color: #ff7400;
    font-size: 1.8rem;
}

.worksnavi li.active a {
    color: #fff;
}

#worksdetailwrap {
    padding-bottom: 5rem;
}

#worksdetailwrap>div>div {
    background: #fff;
    border-top: 2px #ff7400 solid;
    padding-bottom: 3rem;
}

#worksdetailwrap h2 {
    font-size: 2rem;
    color: #ff7400;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px #ff7400 dotted;
}

#worksdetailwrap h2 .titlecat {
    font-size: 1.5rem;
    color: #fff;
    background: #ff7400;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px #ff7400 dotted;
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
}

#worksdetailwrap #detail {
    padding: 2rem 2rem 6rem;
}


/*about オネストとは********************************/

#aboutus .hakeline:before {
    content: "";
    background-image: url(../image/material/hake.png);
    background-repeat: repeat-x;
    background-size: contain;
    display: inline-block;
    height: 33px;
    width: 100%;
    position: absolute;
    top: -10px;
    z-index: 10;
}

#aboutus .bg_aboutus {
    background-image: url(../image/aboutus/h2.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 50px;
    position: relative;
}

#aboutus .bg_aboutus .box {
    background: rgba(255, 255, 255, 0.8);
    max-width: 570px;
    padding: 30px;
    margin-left: auto;
}

#aboutus .bg_aboutus .box h3 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}

#aboutus .bg_aboutus .box h3 .strong {
    font-size: 3.8rem;
    color: #ff7400;
}

#aboutus .bottom_aboutus {
    background-image: url(../image/aboutus/bottom.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    margin-top: 5rem;
}

#history {
    padding-top: 6rem;
}

.history-box {
    background: rgba(255, 255, 255, 0.9);
}

.history-box>div {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 40%;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
}

.history-box>div:after {
    content: "";
    width: 40%;
    height: 100%;

    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
}

.history-box>div.bg01:after {
    background-image: url(../image/aboutus/d1.jpg);
}

.history-box>div.bg02:after {
    background-image: url(../image/aboutus/d2.jpg);
}

.history-box>div.bg03:after {
    background-image: url(../image/aboutus/d3.jpg);
}

.history-box>div h4 {
    border-top: 2px #ff7400 solid;
    border-bottom: 1px solid #f2f2f2;
    padding: 2rem 4rem;
    font-size: 2rem;
}

.history-box>div p {
    padding: 2rem 4rem;
}


/*会社概要 company*************************/

#company .timing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
}

#company .timing>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#company .timing>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#company .timing>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

#company .timing>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

#company .timing figure {
    background: #fff;
    padding-bottom: 5px;
}

#company .timing figure figcaption {
    padding-left: 10px;
    color: #FF7400;
}

#company .timing figure img {
    width: 100%;
}

#company p {
	margin: 20px 20px;
}

#company-container>div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#company-container>div:first-of-type {
    flex-direction: row-reverse;
}

#company img.faq {
    max-width: 250px;
    flex: 1;
    object-fit: contain;
    font-family: 'object-fit: contain';
}



#company dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;
    -ms-grid-rows: (auto)[10];
    grid-template-rows: repeat(10, auto);
    padding: 0 2rem;
}

#company dl>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
}

#company dl>*:nth-child(19) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
}

#company dl>*:nth-child(20) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
}

#company dt {
    border-bottom: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
}

#company dd {
    border-bottom: 1px solid #666;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
}

#company dd ul {
    padding-left: 1.5rem;
}




/*お問い合わせ contact*************************/

#contact #formWrap {
    margin: 0 auto;
}

#contact table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#contact input[type="text"],
#contact textarea {
    width: 95%;
    padding: 5px;
    font-size: 110%;
    display: block;
}

#contact input[type="submit"],
#contact input[type="reset"],
#contact input[type="button"],
.contact_button {
    width: 200px;
    display: inline-block;
    background: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid #d00;
    color: #d00;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
}

#contact input[type="submit"]:hover,
#contact input[type="reset"]:hover,
#contact input[type="button"]:hover,
.contact_button:hover {
    background: #d00;
    color: #fff;
    cursor: pointer;
}

#contact table.formTable th,
#contact table.formTable td {
    width: auto;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 20px;
}

#contact table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    text-align: left;
    padding: 10px 10px 10px;
}

#contact .hissu {
    color: #fff;
    background: #d00;
    padding: .5rem 1rem;
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 0.5rem;
}

#contact .nini {
    color: #fff;
    background: #666;
    padding: .5rem 1rem;
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 0.5rem;
}

#contact .odenwa {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
}

#contact .odenwa p {
    padding-bottom: 1rem;
}

#contact #policy h3 {
    display: inline-block;
    color: #fff;
    background: #d00;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-left: 3rem;
}

#contact #policy h3:before {
    display: none;
}

#contact #policy h4 {
    color: #d00;
    padding-left: 1rem;
    padding-right: 1rem;
}

#contact #policy p {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#contact #policy ul {
    padding-left: 3rem;
    margin-top: -.5rem;
    padding-bottom: 2rem;
}


/*工事の流れ flow*************************/

#flowpage #start h3 {
    font-size: 2.2rem;
    padding-bottom: 1rem;
}

#flowpage #start h3 img {
    vertical-align: middle;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

#flowpage #start>div.mae {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2rem;
    padding: 3rem;
    margin-bottom: 4rem;
}

#flowpage #start>div.mae>section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 2fr minmax(100px, 1fr);
    grid-template-columns: 2fr minmax(100px, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#flowpage #start>div.mae>section>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#flowpage #start>div.mae>section>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#flowpage #start>div.mae>section>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#flowpage #start>div.mae>section>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#flowpage #start>div#full>section {
    padding: 3rem;
}

#flowpage .simuh4 {
    background: #d00;
    color: #fff;
    display: inline-block;
    padding: 0.2rem 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

#flowpage #simu {
    background: #fff;
    border: 2px solid #d00;
    padding: 10px;
}

#flowpage #simu>div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

#flowpage #simu>div figure {
    padding-right: 5px;
}

#flowpage #simu>div figure img {
    width: 100%;
}

#flowpage #simu>div figure:last-of-type {
    padding-right: 0;
}

#flowpage .arrow1:before {
    content: "";
    background-image: url(../image/flow/color7.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    display: inline-block;
    margin-bottom: -30px;
    position: relative;
    z-index: 5;
}

#flowpage .arrow2:before {
    content: "";
    background-image: url(../image/flow/color8.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    top: 10px;
    display: inline-block;
    margin-bottom: -30px;
    position: relative;
    z-index: 5;
}

#flowpage .arrow3:before {
    content: "";
    background-image: url(../image/flow/color9.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    display: inline-block;
    margin-bottom: -30px;
    position: relative;
    z-index: 5;
}

#flowpage #full section:nth-last-of-type(2n) {
    background: #FFEEE0;
}

.flowimg_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 520px 2rem 1fr;
    grid-template-columns: 520px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 2rem;
}

.flowimg_wrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.flowimg_wrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.flowimg {
    text-align: center;
}

.narabe {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
}

.narabe>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.narabe>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.narabe>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.flowimg img {
    width: 100%;
}

#flowpage #attention_container {
    margin-bottom: -4rem;
}

#flowpage #attention_container>div {
    position: relative;
}

#flowpage #attention_container .illust {
    position: absolute;
    top: 0;
    right: 30px;
    height: 180px;
}

#flowpage #attention_container .illust img {
    height: 100%;
}

#flowpage .attention h3 {
    background-color: #FDA964;
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
}

#flowpage .attention ul {
    padding: 1rem 0 2rem 2.5rem;
    line-height: 2;
}

#flowpage .attention ul li {
    list-style-type: none;
    /*点を非表示*/
    position: relative;
    /*基準位置*/
    padding-left: 1em;
}

#flowpage .attention ul li:before {
    border-radius: 50%;
    /*丸くする*/
    width: 8px;
    /*点の幅*/
    height: 8px;
    /*点の高さ*/
    display: block;
    position: absolute;
    /*絶対配置*/
    left: 0;
    /*点の位置*/
    top: 0.9em;
    /*点の位置*/
    content: "";
    background: #FCCA02;
    /*点の色*/
}

.flow_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
    gap: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flow_grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.flow_grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}


/*FAQ よくある質問*************************/

#faq #faqwrap h3 {
    font-size: 1.8rem;
    color: #333;
}

#faq #faqwrap h3:before {
    content: "Q";
    font-size: 3rem;
    color: #FF7400;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-right: 1rem;
}

#faq #faqwrap p.answer {
    font-size: 1.8rem;
    text-indent: -3.2rem;
    margin-left: 3.2rem;
    line-height: 3rem;
    padding-bottom: 1rem;
}

#faq #faqwrap p.answer:before {
    content: "A";
    font-size: 3rem;
    color: #d00;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-right: 1rem;
    position: relative;
    top: 3px;
    line-height: 3rem;
}

#faq .timing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
}

#faq .timing>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#faq .timing>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#faq .timing>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

#faq .timing>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

#faq .timing figure {
    background: #fff;
    padding-bottom: 5px;
}

#faq .timing figure figcaption {
    padding-left: 10px;
    color: #FF7400;
}

#faq .timing figure img {
    width: 100%;
}

#faq hr {
    border: none;
    border-bottom: 1px dashed #FF7400;
}

#faq h4.faq {
    background: #FF7400;
    color: #fff;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

#faq p.faq {
    padding: 0.5rem;
    line-height: 1.75;
}

#faq div.items {
    flex: 3 0 400px;
}

#faq-container>div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#faq-container>div:first-of-type {
    flex-direction: row-reverse;
}

#faq img.faq {
    max-width: 250px;
    flex: 1;
    object-fit: contain;
    font-family: 'object-fit: contain';
}

#faq h4.headline {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background: #FF7400;
    color: #fff;
    padding: 2rem;
    font-size: 2rem;
    margin-top: 4rem;
}


/*サービス共通　●●工事とは*****************************************/

#koujitoha h3 {
    border-top: 3px solid #FDA964;
    font-size: 2.6rem;
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #f2f2f2;
}

#koujitoha h3 span,
#koujitoha span.ggl_en {
    display: block;
    font-size: 1.6rem;
    color: #FDA964;
}

#koujitoha p {
    padding: 2rem 4rem 0;
    line-height: 2;
}


/*サービス共通　テーブル*****************************************/

.service_table {
    width: 100%;
}

.service_table tr th {
    width: 25%;
    background: #FDA964;
    color: #000;
    border: 1px solid #DED6CF;
}

.service_table,
.service_table td,
.service_table th {
    text-align: center;
    padding: 1rem;
    vertical-align: middle;
    border: 1px solid #DED6CF;
}

.service_table .transparent {
    background: transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.service_table tr td {
    background: #fff;
}


/*サービス共通　セクション設定*****************************************/

.service-contents h3 {
    font-size: 2rem;
    padding: 1.5rem;
    background: #DED6CF;
}

.service-contents .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
}

.service-contents .grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.service-contents .grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.service-contents .grid>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.service-contents .grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.service-contents .grid>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.service-contents .grid>*:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.service-contents .grid .box {
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.service-contents .grid .box p {
    flex-basis: 100px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    padding: 1rem;
}

.service-contents .grid .box p img {
    max-width: 100%;
}

.service-contents .grid .box dl {
    flex: 1;
    padding: 1rem;
}

.service-contents .grid .box dl .kakko {
    font-size: 1.2rem;
    padding-top: 0.5rem;
}

.service-contents .grid .box dl .kata span {
    font-size: 1.2rem;
    padding: 0.1rem 0.5rem;
    border: 1px solid #FDA964;
    background: #FDA964;
    color: #fff;
    border-radius: 1.5rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    display: inline-block;
}


/*サービス共通　グリッド*****************************************/

.grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
}

.grid-2>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid-2>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto;
    grid-template-columns: repeat(3, auto);
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    gap: 10px;
}

.grid-3>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid-3>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid-3>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.grid-3>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.grid-3>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.grid-3>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.grid-2 img,
.grid-3 img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}


/*サービス-インデックスページ***************************/

#service_index section>div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 2rem 2fr;
    grid-template-columns: 3fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 2rem;
    padding: 2rem 0;
}

#service_index section>div>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#service_index section>div>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#service_index section>div .link_button_more {
    margin-top: 3rem;
}

#service_index section h3 {
    background: #DED6CF;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 2.2rem;
}


/*サービス　シーリング工事********************/

#sealingshoujou h3 {
    position: relative;
    font-size: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

#sealingshoujou h3:before,
#sealingshoujou h3:after {
    content: "";
    background-image: url(../image/service/sealing/item01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 140px;
    height: 3rem;
    display: inline-block;
    position: relative;
    top: 5px;
}

#sealingshoujou .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

#sealingshoujou .box {
    background: #fff;
    padding: 2rem 2rem 4rem;
    position: relative;
    margin-bottom: 15px;
}

#sealingshoujou .box:after {
    content: "";
    background-image: url(../image/service/sealing/item03.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 67px;
    height: 24px;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

#sealingshoujou .box h4 {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}

#sealingshoujou .box h4:after {
    content: "";
    background-image: url(../image/service/sealing/item01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 125px;
    height: 5px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#sealingshoujou .box p {
    line-height: 1.75;
    padding: 2rem 0;
}

#sealingshoujou .box img {
    width: 100%;
}

#sealingshoujoudaihyou {
    padding-top: 1rem;
}

#sealingshoujoudaihyou h3 {
    color: #fff;
    background-color: #FDA964;
    text-align: center;
    font-size: 3rem;
}

#sealingshoujoudaihyou h3 span {
    font-size: 4rem;
}

#sealingshoujoudaihyou>div p {
    padding: 2rem 4rem;
}

#sealingshoujoudaihyou .check {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 0 2rem;
    font-size: 1.8rem;
}

#sealingshoujoudaihyou .check dt {
    border-top: 2px dashed #FF7400;
    border-bottom: 2px dashed #FF7400;
    color: #FF7400;
    padding-bottom: 25px;
    padding-left: 20px;
}

#sealingshoujoudaihyou .check dt:before {
    content: "";
    background-image: url(../image/service/sealing/item04.png);
    width: 80px;
    height: 44px;
    display: block;
    position: relative;
    top: -15px;
    left: -20px;
    margin-bottom: -15px;
}

#sealingshoujoudaihyou .check dd {
    padding: 0.2rem 0;
}

#sealingshoujoudaihyou .check dd i {
    color: #FF7400;
    padding-right: 0.5rem;
}

#sealingshoujoudaihyou .kininaru {
    font-size: 1.8rem;
}

.sealing-contents h3 {
    font-size: 2rem;
    padding: 1.5rem;
    background: #DED6CF;
}

.sealing-contents .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
}

.sealing-contents .grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.sealing-contents .grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.sealing-contents .grid>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.sealing-contents .grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.sealing-contents .grid>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.sealing-contents .grid>*:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.sealing-contents .grid .box {
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sealing-contents .grid .box p {
    flex-basis: 150px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
}

.sealing-contents .grid .box p img {
    max-width: 100%;
}

.sealing-contents .grid .box dl {
    flex: 1;
    padding: 1rem;
}

.sealing-contents .grid .box dl .nen {
    font-size: 1.2rem;
    padding-top: 0.5rem;
}

.sealing-contents .flow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
}

.sealing-contents .flow>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.sealing-contents .flow>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.sealing-contents .flow>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.sealing-contents .flow>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.sealing-contents .flow>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.sealing-contents .flow>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.sealing-contents .flow li {
    list-style-type: none;
    text-align: center;
    position: relative;
}

.sealing-contents .flow li:last-child:after {
    content: "";
    background-image: none;
}

.sealing-contents .flow li h4 {
    padding-bottom: 0.5rem;
    text-align: left;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #fff;
}

.sealing-contents .flow li h4 span {
    list-style-type: none;
    background-color: #FDA964;
    color: #fff;
    padding: 0.5rem 1.5rem;
    line-height: 31px;
    display: inline-block;
    margin-right: 0.5rem;
}

.sealing-contents .flow li p {
    background: #fff;
    padding: 0.5rem 1.5rem;
}


/*クラック工事　crack**************************/

.crack-contents .flow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto 10px auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
    padding-top: 10px;
}

.crack-contents .flow>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.crack-contents .flow>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.crack-contents .flow>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.crack-contents .flow>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.crack-contents .flow>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.crack-contents .flow>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.crack-contents .flow>*:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.crack-contents .flow>*:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.crack-contents .flow>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.crack-contents .flow>*:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.crack-contents .flow>*:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.crack-contents .flow>*:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

.crack-contents .flow li {
    list-style-type: none;
    text-align: center;
    position: relative;
}

.crack-contents .flow li:last-child:after {
    content: "";
    background-image: none;
}

.crack-contents .flow li h4 {
    padding-bottom: 0.5rem;
    text-align: left;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #fff;
}

.crack-contents .flow li h4 span {
    list-style-type: none;
    background-color: #FDA964;
    color: #fff;
    padding: 0.5rem 1.5rem;
    line-height: 31px;
    display: inline-block;
    margin-right: 0.5rem;
}

.crack-contents .flow li p {
    background: #fff;
    padding: 0.5rem 1.5rem;
}

#servicepage .bg_kodawari:before {
    content: "";
    background-image: url(../image/material/hake.png);
    background-repeat: repeat-x;
    background-size: contain;
    display: inline-block;
    height: 33px;
    width: 100%;
    position: absolute;
    top: -10px;
    z-index: 10;
}

#servicepage .bg_kodawari {
    background-image: url(../image/service/sealing/kodawari.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

#servicepage .bg_kodawari h3 {
    color: #fff;
    font-size: 3rem;
}

#servicepage .bg_kodawari p {
    color: #fff;
    line-height: 2;
}

#servicepage #kodawari h4 {
    font-size: 2rem;
    border-bottom: 2px dashed #333;
    /* padding: 10px 0; */
}

#servicepage #kodawari h4 img {
    padding-right: 1rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#servicepage #kodawari .grid {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding-top: 2rem;
}

#servicepage #kodawari .grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#servicepage #kodawari .grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}


/*塗装工事　paint*****************************************/

#paintshoujou h3 {
    position: relative;
    font-size: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

#paintshoujou h3:before,
#paintshoujou h3:after {
    content: "";
    background-image: url(../image/service/sealing/item01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 140px;
    height: 3rem;
    display: inline-block;
    position: relative;
    top: 5px;
}

#paintshoujou .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
}

#paintshoujou .grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#paintshoujou .grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#paintshoujou .grid>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

#paintshoujou .grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

#paintshoujou .grid>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

#paintshoujou .grid>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

#paintshoujou .box {
    background: #fff;
    padding: 2rem 2rem 2rem;
    position: relative;
    margin-bottom: 15px;
}

#paintshoujou .box h4 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}

#paintshoujou .box h4:after {
    content: "";
    background-image: url(../image/service/sealing/item01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 5px;
    display: block;
    text-align: center;
}

#paintshoujou .box p {
    line-height: 1.75;
    padding: 2rem 0;
}

#paintshoujou .box img {
    width: 100%;
}


/*防水工事*********************************************/

#waterproofshoujou h3 {
    position: relative;
    font-size: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

#waterproofshoujou h3:before,
#waterproofshoujou h3:after {
    content: "";
    background-image: url(../image/service/sealing/item01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 140px;
    height: 3rem;
    display: inline-block;
    position: relative;
    top: 5px;
}

#waterproofshoujou .box {
    background: #fff;
    padding: 3rem;
    margin-bottom: 3rem;
}

#waterproofshoujou .box h4 {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}

#waterproofshoujou .box h4:after {
    content: "";
    background-image: url(../image/service/waterproof/item02.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 125px;
    height: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#waterproofshoujou .box p {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.waterproof_advantage h4 {
    font-size: 2rem;
    text-align: center;
    padding: 4rem 2rem 2rem;
}

.waterproof_advantage>div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.waterproof_advantage>div>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.waterproof_advantage>div>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.waterproof_advantage>div dl {
    background: #fff;
    /* padding: 3rem; */
    border-radius: 2rem;
    padding-bottom: 2rem;
}

.waterproof_advantage>div dl dt {
    color: #fff;
    background: #1DBB1D;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.waterproof_advantage>div dl.disadvantage dt {
    background: #666;
}

.waterproof_advantage>div dl.advantage dd i {
    color: #1DBB1D;
}

.waterproof_advantage>div dl.disadvantage dd i {
    color: #f0cc40;
}

.waterproof_advantage>div dl dd {
    padding: .5rem 3rem .5rem 4.5rem;
    text-indent: -1rem;
}

.waterproof_advantage>div dl dd.dem {
    padding: 0rem 3rem;
    text-indent: -1.5rem;
}

.waterproof_advantage>div dl dd.dem:before {
    content: "・";
}


/*クラック・爆裂補修工事******************************************/

#crackshoujou h3 {
    position: relative;
    font-size: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

#crackshoujou h3:before,
#crackshoujou h3:after {
    content: "";
    background-image: url(../image/service/sealing/item01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 140px;
    height: 3rem;
    display: inline-block;
    position: relative;
    top: 5px;
}

#crackshoujou .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
}

#crackshoujou .box {
    background: #fff;
    padding: 2rem 2rem 2rem;
    position: relative;
    margin-bottom: 15px;
}

#crackshoujou .box h4 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}

#crackshoujou .box h4:after {
    content: "";
    background-image: url(../image/service/sealing/item01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 5px;
    display: block;
    text-align: center;
}

#crackshoujou .box p {
    line-height: 1.75;
    padding: 2rem 0;
}

#crackshoujou .box img {
    width: 100%;
}

width: 100%;

}