@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 70px 0 0;
	width: 100%;
	line-height: 1.7;
    color: #000000;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrapper {
	overflow: hidden;
}
.sponly {
    display: none;
}
.pconly {
    display: inline;
}
#topform {
    margin-top: -110px;
    padding-top: 110px;
}

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

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

@media screen and (max-width:599px) {
    body {
        padding: 40px 0 0;
    }
    #topform {
        margin-top: -60px;
        padding-top: 60px;
    }
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}

/*	スマホフッターフローティング
---------------------------------*/
.sp-floating {
    display: none;
}

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

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

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

@media screen and (max-width:599px) {
    .sp-floating {
        display: inline;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 1;
        background: #ffffff;
        padding: 5px 5px 5px 5px;
        z-index: 1010;
        text-align: center;
    }
    .sp-floating img {
        max-width: 100%;
        width: 389px;
    }
}

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

/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
    border-bottom: #018c0d 5px solid;
	line-height: 1;
	z-index: 1010;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0px 40px;
	width: 100%;
    height: 70px;
}

.hd-logo {
	position: relative;
	margin: 0px 0 0 0;
	width: 260px;
	text-align: left;
}
.hd-logo img {
}
.hd-info {
	width: calc(100% - 260px);
    vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

.hd-line {
    position: absolute;
    top: 0px;
    right: 280px;
    width: 245px;
    height: 93px;
    background: #ffffff;
    border: #ffffff 3px solid;
    border-radius: 0px 0px 19px 19px;
    overflow: hidden;
}
.hd-line a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: #048B04;
    text-align: center;
}
.hd-line a span {
    display: inline-block;
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
}

.hd-tel {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 245px;
    height: 93px;
    background: #ffffff;
    border: #ffffff 3px solid;
    border-radius: 0px 0px 19px 19px;
    overflow: hidden;
}
.hd-tel a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 17px 0px 0px 0px;
    background: #FC8800;
    text-align: center;
}
.hd-tel strong {
	display: inline-block;
	position: relative;
    padding-left: 20px;
	letter-spacing: 0px;
    line-height: 1;
	font-size: 25px;
	font-weight: 700;
    color: #ffffff;
}
.hd-tel strong::before {
	transform: translateY(-50%);
	content: "";
	display: block;
	position: absolute;
	top: 57%;
	left: 0;
	margin: 0;
    width: 17px;
    height: 22px;
    background: url("../img/cmn/icon_hd_tel.png") no-repeat center center;
    background-size: contain;
}
.hd-tel p {
	padding: 3px 0 0 0px;
	font-size: 15px;
    line-height: 1.6;
	letter-spacing: 0px;
	font-weight: 700;
    color: #ffffff;
}

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

@media screen and (max-width: 959px) {
    .hd-inr {
        padding: 0 20px 0px 20px;
    }
    .hd-line {
        right: 225px;
        width: 200px;
    }
    .hd-tel {
        right: 20px;
    }
    .hd-tel {
        width: 200px;
    }
    .hd-tel strong {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
	.hd-logo {
        width: 180px;
	}
	.hd-info {
		width: calc(100% - 180px);
	}
    .hd-line {
        right: 205px;
        width: 180px;
    }
    .hd-tel {
        right: 20px;
    }
    .hd-tel {
        width: 180px;
    }
    .hd-tel a {
        padding: 19px 0px 0px 0px;
    }
    .hd-tel strong {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    header {
        border-bottom: none;
    }
	.hd-inr {
        padding: 0px 10px 0px 10px;
        height: 40px;
	}
	.hd-logo {
        margin: 0px 0 0 0;
        width: 120px;
	}
	.hd-info {
		width: calc(100% - 120px);
		padding: 0 0px 0 0;
		align-items: center;
	}
    .hd-line {
        right: 115px;
        width: 110px;
        height: 50px;
        border: #ffffff 2px solid;
        border-radius: 0px 0px 10px 10px;
    }
    .hd-line a span {
        padding-top: 8px;
        font-size: 12px;
        line-height: 1.2;
    }
    .hd-tel {
        right: 2px;
        border: #ffffff 2px solid;
        border-radius: 0px 0px 10px 10px;
    }
    .hd-tel {
        width: 110px;
        height: 50px;
    }
    .hd-tel a {
        padding: 8px 0px 0px 0px;
    }
    .hd-tel strong {
        font-size: 13px;
        padding-left: 10px;
    }
    .hd-tel strong::before {
        top: 57%;
        width: 9px;
    }
    .hd-tel p {
        padding: 1px 0 0 0px;
        font-size: 10px;
    }
}

@media screen and (max-width: 320px) {
	.hd-logo {
        width: 100px;
	}
	.hd-info {
		width: calc(100% - 100px);
	}
    .hd-line {
        right: 105px;
        width: 100px;
    }
    .hd-line a span {
        padding-top: 10px;
        font-size: 11px;
        line-height: 1.2;
    }
    .hd-tel {
        width: 100px;
    }
    .hd-tel a {
        padding: 10px 0px 0px 0px;
    }
    .hd-tel strong {
        font-size: 11px;
    }
}

/*	フッター
---------------------------------*/
footer {
	padding-top: 100px;
	padding-bottom: 50px;
}
footer .contents-inr {
}

.ft-copyright {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}

.btn-pagetop {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

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

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

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

@media screen and (max-width: 599px) {
    .btn-pagetop {
        width: 30px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 90px;
    }
    .ft-copyright {
        font-size: 10px;
    }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
	padding: 0;
}
.main-img-inr {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.main-img {
	position: relative;
	width: 100%;
	height: 585px;
	background: no-repeat center center / cover;
}
.main-img.img01 {
	background-image: url("../img/top/img_main01.jpg");
}
.main-img.img02 {
	background-image: url("../img/top/img_main02.jpg");
}
.main-img.img03 {
	background-image: url("../img/top/img_main03.jpg");
}
.main-img.img04 {
	background-image: url("../img/top/img_main04.jpg");
}
.main-img.img05 {
	background-image: url("../img/top/img_main05.jpg");
}
.main-img.img06 {
	background-image: url("../img/top/img_main06.jpg");
}
.main-img.img07 {
	background-image: url("../img/top/img_main07.jpg");
}
.main-img.img08 {
	background-image: url("../img/top/img_main08.jpg");
}
.main-img.img09 {
	background-image: url("../img/top/img_main09.jpg");
}
.main-img.img10 {
	background-image: url("../img/top/img_main10.jpg");
}

.main-img-cap {
	position: absolute;
	top: -4%;
	left: 1%;
	text-align: center;
    width: 98%;
	z-index: 1001;
}
.main-img-cap img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-banner {
    position: fixed;
	bottom: 0;
	right: 30px;
	text-align: right;
    z-index: 1010;
}
.main-img-banner img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-otr .bx-controls {
	display: none!important;
}
.bx-pager-item {
	display: inline-block;
	margin: 0 9px;
}
.bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	background: #0062c3;
	border-radius: 0;
	text-indent: -9999px;
    border: #ffffff 1px solid;
	text-align: left;
}
.bx-pager-item a.active {
	background: #ffffff;
}

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

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

@media screen and (max-width:1210px) {
    .main-img-banner {
        right: 10px;
        width: 18%;
    }
}

@media screen and (max-width:1100px) {
    .main-img {
        height: 53.2vw;
    }
}

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

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

@media screen and (max-width: 599px) {
    .main-img {
        height: 157vw;
        background: no-repeat center center / cover;
    }
    .main-img.img01 {
        background-image: url("../img/top/img_main01-sp.jpg");
    }
    .main-img.img02 {
        background-image: url("../img/top/img_main02-sp.jpg");
    }
    .main-img.img03 {
        background-image: url("../img/top/img_main03-sp.jpg");
    }
    .main-img.img04 {
        background-image: url("../img/top/img_main04-sp.jpg");
    }
    .main-img.img05 {
        background-image: url("../img/top/img_main05-sp.jpg");
    }
    .main-img.img06 {
        background-image: url("../img/top/img_main06-sp.jpg");
    }
    .main-img.img07 {
        background-image: url("../img/top/img_main07-sp.jpg");
    }
    .main-img.img08 {
        background-image: url("../img/top/img_main08-sp.jpg");
    }
    .main-img.img09 {
        background-image: url("../img/top/img_main09-sp.jpg");
    }
    .main-img.img10 {
        background-image: url("../img/top/img_main10-sp.jpg");
    }
    .main-img-cap {
        top: 3%;
        left: 3.5%;
        width: 93%;
    }
    .main-img-banner {
        display: none;
    }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1160px;
}
.contents-inr.large {
	max-width: 1220px;
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contents-inr.large {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*	トップページ
---------------------------------*/
/* 取材実績 */
.top-syuzai {
    padding-top: 60px;
    padding-bottom: 10px;
    background: url("../img/top/top-syuzai-bg.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
}
.top-syuzai .contents-inr {
    max-width: 1070px;
}
.top-syuzai img {
}
.top-syuzai .top-syuzai__list {
    margin-bottom: 20px;
}
.top-syuzai .top-syuzai__list li {
	width: 260px;
    text-align: left;
}
.top-syuzai .top-syuzai__list li:last-of-type {
	width: calc(100% - 260px);
    margin-top: 10px;
}
.top-syuzai .top-syuzai__list li h2 {
	font-size: 55px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #048B04;
}
.top-syuzai .top-syuzai__list li h3 {
	font-size: 21px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.7;
    color: #048B04;
}
.top-syuzai .top-syuzai__list li p {
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-syuzai .top-syuzai__list li {
        width: 210px;
    }
    .top-syuzai .top-syuzai__list li:last-of-type {
        width: calc(100% - 210px);
    }
    .top-syuzai .top-syuzai__list li h2 {
        font-size: 45px;
    }
    .top-syuzai .top-syuzai__list li h3 {
        font-size: 20px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 599px) {
    .top-syuzai {
        padding-top: 5vw;
        padding-bottom: 15px;
    }
    .top-syuzai .top-syuzai__list {
        margin-bottom: 10px;
    }
    .top-syuzai .top-syuzai__list li {
        width: 100%;
        text-align: center;
    }
    .top-syuzai .top-syuzai__list li:last-of-type {
        width: 100%;
        margin-top: 10px;
    }
    .top-syuzai .top-syuzai__list li h2 {
        font-size: 7vw;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    .top-syuzai .top-syuzai__list li h3 {
        font-size: 17.5px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    .top-syuzai .top-syuzai__list li p {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 600;
    }
}

/* 能登半島地震についてお悔やみ */
.obi-okuyami {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #048B04;
    text-align: center;
}
.obi-okuyami .contents-inr {
}
.obi-okuyami h2 {
	font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #ffffff;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .obi-okuyami {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .obi-okuyami h2 {
        font-size: 17.13px;
    }
}

/* お悔やみと地震対策への取り組みについて */
.top-okuyami {
    padding-top: 32px;
    padding-bottom: 80px;
}
.top-okuyami .contents-inr {
    max-width: 1000px;
}
.top-okuyami h2 {
    margin-bottom: 28px;
	font-size: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
    text-align: center;
}
.top-okuyami .txt-box {
    padding: 35px 30px 35px 37px;
    border: #048B03 1px solid;
}
.top-okuyami .txt-box p {
	font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.7;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-okuyami {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .top-okuyami h2 {
        margin-bottom: 15px;
        font-size: 16.8px;
        font-weight: 600;
        line-height: 1.4;
    }
    .top-okuyami .txt-box {
        padding: 15px 12px 15px 15px;
    }
    .top-okuyami .txt-box p {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }
}

/* 喜びの声 */
.top-yorokobi {
    padding-top: 30px;
    padding-bottom: 10px;
    background: url("../img/top/top-yorokobi-bg.jpg") no-repeat center top;
    background-size: 100%;
}
.top-yorokobi .contents-inr {
    max-width: 1130px;
}
.top-yorokobi h2 {
    margin-bottom: 20px;
	font-size: 55px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #048B04;
    text-align: center;
}
.top-yorokobi h3 {
    margin-bottom: 80px;
	font-size: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
}
.top-yorokobi .top-yorokobi__list {
}
.top-yorokobi .top-yorokobi__list li {
	width: calc((100% - 140px) / 5);
    text-align: center;
    margin: 0 35px 40px 0;
    position: relative;
}
.top-yorokobi .top-yorokobi__list li:nth-of-type(5n) {
    margin: 0 0px 40px 0;
}
.top-yorokobi .top-yorokobi__list li:last-of-type {
    margin: 0 0px 40px 0;
}
.top-yorokobi .top-yorokobi__list li .img-box {
    position: relative;
}
.top-yorokobi .top-yorokobi__list li .img-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.top-yorokobi .top-yorokobi__list li .img-box img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.top-yorokobi .top-yorokobi__list li img.imgno {
    position: absolute;
    top: -30px;
    left: -15px;
}
.top-yorokobi .top-yorokobi__list li h4 {
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-yorokobi .top-yorokobi__list li p {
    font-weight: 400;
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.7;
    text-align: left;
}

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

@media screen and (max-width:1600px) {
    .top-yorokobi {
        background: url("../img/top/top-yorokobi-bg.jpg") no-repeat center bottom;
        background-size: auto;
    }
}

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

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

@media screen and (max-width: 767px) {
    .top-yorokobi h2 {
        font-size: 45px;
    }
    .top-yorokobi h3 {
        font-size: 22px;
    }
    .top-yorokobi .top-yorokobi__list li {
        width: calc((100% - 70px) / 3);
        margin: 0 35px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li:nth-of-type(5n) {
        margin: 0 35px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li:nth-of-type(3n) {
        margin: 0 0px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li:last-of-type {
        margin: 0 0px 40px 0;
    }
}

@media screen and (max-width: 599px) {
    .top-yorokobi {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .top-yorokobi h2 {
        margin-bottom: 5px;
        font-size: 7vw;
    }
    .top-yorokobi h3 {
        margin-bottom: 40px;
        font-size: 17.5px;
        font-weight: 600;
        line-height: 1.6;
    }
    .top-yorokobi .top-yorokobi__list {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .top-yorokobi .top-yorokobi__list li {
        width: calc((100% - 23px) / 2);
        margin: 0 23px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li:nth-of-type(5n) {
        margin: 0 23px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li:nth-of-type(3n) {
        margin: 0 23px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li:nth-of-type(2n) {
        margin: 0 0px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li:last-of-type {
        margin: 0 0px 40px 0;
    }
    .top-yorokobi .top-yorokobi__list li img.imgno {
        top: -25px;
        width: 20vw;
        height: auto;
    }
    .top-yorokobi .top-yorokobi__list li h4 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16.24px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-yorokobi .top-yorokobi__list li p {
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
        text-align: left;
    }
}

/* こんなお悩みありませんか？ */
.top-onayami {
    padding-top: 70px;
    padding-bottom: 0px;
    background: #038b03;
    text-align: center;
}
.top-onayami .contents-inr {
}
.top-onayami h2 {
    margin-bottom: 30px;
}
.top-onayami p {
    margin-bottom: 60px;
	font-size: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
}
.top-onayami img {
}

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

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

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

@media screen and (max-width: 767px) {
    .top-onayami h2 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .top-onayami p {
        font-size: 22px;
    }
}

@media screen and (max-width: 599px) {
    .top-onayami {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .top-onayami .contents-inr {
        padding-left: 5px;
        padding-right: 5px;
    }
    .top-onayami h2 {
        margin-left: 20px;
        margin-right: 15px;
        margin-bottom: 8px;
    }
    .top-onayami p {
        margin-bottom: 25px;
        font-size: 16.8px;
        font-weight: 600;
        line-height: 1.4;
    }
}

/* そんな不安は、キリヅキ建築事務所にご相談ください！ */
.top-huan {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -5vw;
    text-align: center;
}
.top-huan .contents-inr {
}
.top-huan h2 {
    margin-top: 35px;
	font-size: 55px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
}
.top-huan h2 span {
    margin-top: 35px;
	font-size: 55px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #E9083C;
    background: linear-gradient(transparent 0 80%, #FFF1B4 80% 100%);
}
.top-huan img {
}

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

@media screen and (max-width:1400px) {
    .top-huan {
        margin-bottom: 0;
    }
}

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

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

@media screen and (max-width: 767px) {
    .top-huan h2 {
        font-size: 45px;
    }
    .top-huan h2 span {
        font-size: 45px;
    }
    .top-huan img {
        width: 200px;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .top-huan {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .top-huan .contents-inr {
        padding-left: 5px;
        padding-right: 5px;
    }
    .top-huan h2 {
        margin-top: 18px;
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .top-huan h2 span {
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 1.2;
        display: inline-block;
        margin: 0.1em 0 0.25em 0;
        background: linear-gradient(transparent 0 70%, #FFF1B4 70% 100%);
    }
    .top-huan img {
        width: 40vw;
        height: auto;
    }
}

/* 地域密着型の建築事務所です */
.top-jimusyo {
    padding-top: 35vw;
    padding-bottom: 46px;
    background-image: url("../img/top/top-jimusyo-bg-2.jpg"), url("../img/top/top-ansin-bg2.jpg");
    background-repeat: no-repeat, repeat-y;
    background-position: center top, center top;
    background-size: 100%, 100%;
}
.top-jimusyo .contents-inr {
    max-width: 1090px;
}
.top-jimusyo h2 {
    margin-bottom: 60px;
	font-size: 33px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
}
.top-jimusyo h2 .span01 {
	font-size: 33px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #E9083C;
    background: linear-gradient(transparent 0 80%, #FFF1B4 80% 100%);
}
.top-jimusyo h2 .span02 {
    display: inline-block;
    margin-top: 5px;
	font-size: 56px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #048B04;
}
.top-jimusyo .txt-area {
    position: relative;
}
.top-jimusyo .txt-area .txt-box {
    position: relative;
    width: 69%;
    background: #ffffff;
    padding: 35px 50px 35px 50px;
    border-radius: 50px;
}
.top-jimusyo .txt-area .txt-box img {
    position: absolute;
    top: 40%;
    left: 100%;
}
.top-jimusyo .txt-area .txt-box p {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-jimusyo .txt-area .img-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28%;
    text-align: right;
}
.top-jimusyo .txt-area .img-box img {
}
.top-jimusyo .txt-box02 {
    width: 69%;
    margin-top: 15px;
    border: #048B04 2px solid;
    background: #ffffff;
    padding: 10px 15px 10px 15px;
}
.top-jimusyo .txt-box02 li {
    width: 140px;
}
.top-jimusyo .txt-box02 li:last-of-type {
	width: calc(100% - 140px);
    padding-top: 2px;
    padding-left: 20px;
}
.top-jimusyo .txt-box02 li img {
}
.top-jimusyo .txt-box02 li p {
    font-weight: 700;
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.7;
    text-align: left;
}

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

@media screen and (max-width:1400px) {
    .top-jimusyo {
        padding-top: 555px;
        background-image: url("../img/top/top-jimusyo-bg.jpg"), url("../img/top/top-ansin-bg2.jpg");
        background-repeat: no-repeat, repeat-y;
        background-position: center top, center top;
        background-size: auto, auto;
    }
}

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

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

@media screen and (max-width: 767px) {
    .top-jimusyo h2 {
        font-size: 28px;
    }
    .top-jimusyo h2 .span01 {
        font-size: 28px;
    }
    .top-jimusyo h2 .span02 {
        font-size: 50px;
    }
}

@media screen and (max-width: 599px) {
    .top-jimusyo {
        padding-top: 45vw;
        padding-bottom: 20px;
        background-image: url("../img/top/top-jimusyo-bg-sp-2.jpg"), url("../img/top/top-ansin-bg2-sp.jpg");
        background-repeat: no-repeat, repeat-y;
        background-position: center top, center top;
        background-size: 100%, 100%;
    }
    .top-jimusyo h2 {
        margin-bottom: 10px;
        font-size: 17.4px;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .top-jimusyo h2 .span01 {
        font-size: 17.4px;
        letter-spacing: 0px;
        line-height: 1.4;
        background: linear-gradient(transparent 0 70%, #FFF1B4 70% 100%);
    }
    .top-jimusyo h2 .span02 {
        margin-top: 2px;
        font-size: 6.6vw;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .top-jimusyo .txt-area {
        margin-left: 8px;
        margin-right: 8px;
    }
    .top-jimusyo .txt-area .txt-box {
        width: 100%;
        padding: 20px 15px 20px 18px;
        border-radius: 20px;
    }
    .top-jimusyo .txt-area .txt-box img {
        display: none;
    }
    .top-jimusyo .txt-area .txt-box p {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-jimusyo .txt-area .img-box {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        position: static;
        width: 52%;
        text-align: center;
    }
    .top-jimusyo .txt-box02 {
        width: 97%;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 10px 10px 10px;
    }
    .top-jimusyo .txt-box02 li {
        width: 20%;
    }
    .top-jimusyo .txt-box02 li:last-of-type {
        width: 80%;
        padding-top: 2px;
        padding-left: 10px;
    }
    .top-jimusyo .txt-box02 li p {
        font-size: 14.5px;
        letter-spacing: 0px;
        line-height: 1.4;
    }
}

/* 一般診断法により耐震診断を行います */
.top-sindan {
    padding-top: 30px;
    padding-bottom: 130px;
    background-image: url("../img/top/top-ansin-bg2.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
}
.top-sindan .contents-inr {
}
.top-sindan h2 {
	font-size: 33px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.top-sindan h2 .span01 {
	font-size: 58px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 800;
    color: #048B04;
}
.top-sindan h2 .span02 {
	font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 800;
}
.top-sindan .catch {
    text-align: center;
    margin-bottom: 60px;
}
.top-sindan .catch span {
	font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 700;
    color: #F5FF00;
    background: #048B04;
    padding: 2px 30px 6px 30px;
}
.top-sindan .txt-box {
}
.top-sindan .txt-box table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #048B03 1px solid;
    border-right: #048B03 1px solid;
}
.top-sindan .txt-box table th {
    vertical-align:top;
    padding: 20px 15px 20px 15px;
    font-size:19px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-align: center;
    border-left: #048B03 1px solid;
    border-bottom: #048B03 1px solid;
    color: #048B04;
    background: #EDFCED;
}
.top-sindan .txt-box table td {
    width: 28%;
    vertical-align:top;
    padding: 20px 15px 20px 15px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-align: left;
    border-left: #048B03 1px solid;
    border-bottom: #048B03 1px solid;
    background: #ffffff;
}
.top-sindan .txt-box table td.td01 {
    vertical-align: middle;
    padding: 10px 15px 10px 15px;
    text-align: center;
}
.top-sindan .txt-box table td.td02 {
    font-size:19px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-align: center;
}
.top-sindan .txt-box table td h3 {
    font-size:19px;
    letter-spacing: 0px;
    line-height:1.5;
    font-weight: 800;
}

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

@media screen and (max-width:1400px) {
    .top-sindan {
        background-image: url("../img/top/top-ansin-bg2.jpg");
        background-repeat: repeat-y;
        background-position: center top;
        background-size: auto;
    }
}

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

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

@media screen and (max-width: 767px) {
    .top-sindan h2 {
        font-size: 28px;
    }
    .top-sindan h2 .span01 {
        font-size: 50px;
    }
    .top-sindan h2 .span02 {
        font-size: 40px;
    }
    .top-sindan .catch span {
        font-size: 28px;
    }
    .top-sindan .txt-box table th {
        padding: 20px 10px 20px 10px;
        font-size:18px;
    }
    .top-sindan .txt-box table td {
        padding: 20px 10px 20px 10px;
        font-size:15px;
    }
    .top-sindan .txt-box table td.td01 {
        padding: 10px 10px 10px 10px;
    }
    .top-sindan .txt-box table td.td02 {
        font-size:18px;
    }
    .top-sindan .txt-box table td h3 {
        font-size:18px;
    }
}

@media screen and (max-width: 599px) {
    .top-sindan {
        padding-top: 0px;
        padding-bottom: 30px;
        background-image: url("../img/top/top-ansin-bg2-sp.jpg");
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 100%;
    }
    .top-sindan h2 {
        font-size: 15px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    .top-sindan h2 .span01 {
        font-size: 28px;
        letter-spacing: 0px;
    }
    .top-sindan h2 .span02 {
        font-size: 20.2px;
        letter-spacing: 0px;
    }
    .top-sindan .catch {
        margin-bottom: 25px;
    }
    .top-sindan .catch span {
        font-size: 18px;
        letter-spacing: 0px;
        padding: 2px 15px 4px 15px;
    }
    .top-sindan .txt-box {
        max-width: 760px;
        padding-bottom: 20px;
    }
    .top-sindan .txt-box table th {
        padding: 10px 10px 10px 10px;
        font-size:13px;
        font-weight: 600;
    }
    .top-sindan .txt-box table td {
        padding: 10px 10px 10px 10px;
        font-size: 13px;
        font-weight: 600;
    }
    .top-sindan .txt-box table td.td01 {
        padding: 10px 10px 10px 10px;
    }
    .top-sindan .txt-box table td.td02 {
        font-size: 15px;
        font-weight: 600;
    }
    .top-sindan .txt-box table td h3 {
        font-size:15px;
    }
}

/* くまなく診断 */
.top-kumanaku {
    padding-top: 120px;
    padding-bottom: 110px;
}
.top-kumanaku .contents-inr {
}
.top-kumanaku .h201 {
    margin-bottom: 70px;
	font-size: 41px;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
}
.top-kumanaku .h201 .span01 {
	font-size: 58px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #048B04;
}
.top-kumanaku .h201 .span02 {
	font-size: 47px;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 1.3;
}
.top-kumanaku .h201 .span03 {
	font-size: 63px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    background: linear-gradient(transparent 0 85%, #F2EC51 85% 100%);
}
.top-kumanaku .top-kumanaku__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    margin-bottom: 90px;
}
.top-kumanaku .top-kumanaku__list li {
    width: 60%;
    text-align: center;
    padding: 15px 5px 17px 5px;
}
.top-kumanaku .top-kumanaku__list li:first-of-type {
    background: #048B04;
}
.top-kumanaku .top-kumanaku__list li:last-of-type {
    width: 40%;
    border: #048B04 1px solid;
    padding: 17px 5px 17px 5px;
}
.top-kumanaku .top-kumanaku__list li h3 {
    font-weight: 800;
	font-size: 30px;
    letter-spacing: 0px;
    line-height: 1.7;
    color: #ffffff;
}
.top-kumanaku .top-kumanaku__list li p {
    font-weight: 800;
	font-size: 25px;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-kumanaku .top-kumanaku__list02 {
    margin-bottom: 10px;
}
.top-kumanaku .top-kumanaku__list02 li {
	width: calc((100% - 90px) / 4);
    margin: 0 30px 50px 0;
    text-align: center;
}
.top-kumanaku .top-kumanaku__list02 li:nth-of-type(4n) {
    margin: 0 0px 50px 0;
}
.top-kumanaku .top-kumanaku__list02 li:last-of-type {
    margin: 0 0px 50px 0;
}
.top-kumanaku .top-kumanaku__list02 li img {
}
.top-kumanaku .top-kumanaku__list02 li h4 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: 700;
	font-size: 23px;
    letter-spacing: 0px;
    line-height: 1.4;
}
.top-kumanaku .top-kumanaku__list02 li p {
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4;
}
.top-kumanaku .txt-box {
    margin-bottom: 15px;
    border: #048B04 2px solid;
}
.top-kumanaku .txt-box h2 {
    padding: 15px 30px 17px 30px;
    font-weight: 700;
	font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    background: #048B04;
}
.top-kumanaku .txt-box p {
    padding: 15px 30px 15px 30px;
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-kumanaku .txt-box p.green {
    padding: 0px 30px 0px 30px;
}
.top-kumanaku .txt-box p.green span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 12px 20px 12px 20px;
    font-weight: 700;
	font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
    background: #E2EAE2;
}
.top-kumanaku .txt-box02 {
    margin-bottom: 15px;
    border: #048B04 1px solid;
    position: relative;
}
.top-kumanaku .txt-box02 img {
    position: absolute;
    right: 5%;
    top: 40px;
    max-width: 30%;
}
.top-kumanaku .txt-box02 h2 {
    padding: 20px 35% 20px 30px;
    font-weight: 700;
	font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
}
.top-kumanaku .txt-box02 h3 {
    margin-left: 30px;
    padding: 3px 35% 3px 35px;
    font-weight: 500;
	font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.6;
    background: url("../img/top/top-kumanaku-check.png") no-repeat left 9px;
    background-size: auto;
}
.top-kumanaku .txt-box02 p {
    padding: 20px 30px 30px 30px;
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
}
.acd-box01 {
    height: auto;
    margin-bottom: 0px;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    border: #048B04 1px solid;
}
.acd-box01 .acd-check{
    display: none;
}
.acd-box01 .acd-label{
    display: block;
    padding: 18px 60px 20px 30px;
    position: relative;
    text-align: left;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
	z-index: 1001;
    color: #048B04;
    background: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
	letter-spacing: 0px;
}
.acd-box01 .acd-label:after{
    box-sizing: border-box;
    content: '＋';
    display: block;
    padding: 13px 25px 15px 0px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 700;
	letter-spacing: 0px;
    color: #048B04;
}
.acd-box01 .acd-label h2 {
	font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #048B04;
}
.acd-box01 .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    margin-bottom: 2px;
    padding: 0px 0px 0px 0px;
    visibility: hidden;
    text-align: left;
    background: #ffffff;
}
.acd-box01 .acd-check:checked + .acd-label:after{
    content: '－';
}
.acd-box01 .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0px 0px 0px 0px;
    visibility: visible;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.acd-box01 .acd-content h3 {
    padding: 12px 30px 12px 30px;
    font-size: 21px;
    line-height: 1.6;
	letter-spacing: 0px;
    font-weight: 700;
    background: #048B04;
    color: #ffffff;
}
.acd-box01 .acd-content p {
    padding: 20px 60px 40px 30px;
    font-size: 16px;
    line-height: 1.7;
	letter-spacing: 0px;
    font-weight: 500;
}
.acd-box01 .acd-content .acd-box01__list {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.acd-box01 .acd-content .acd-box01__list li {
	width: calc((100% - 30px) / 2);
    margin: 0 30px 0px 0;
    padding: 25px 5% 45px 5%;
}
.acd-box01 .acd-content .acd-box01__list li:first-of-type {
    background: #FFF2E0 url("../img/top/top-kumanaku-maru.png") no-repeat center 60%;
    background-size: auto;
}
.acd-box01 .acd-content .acd-box01__list li:last-of-type {
    background: #E8F5FF url("../img/top/top-kumanaku-batu.png") no-repeat center 60%;
    background-size: auto;
    margin: 0 0px 0px 0;
}
.acd-box01 .acd-content .acd-box01__list li h4 {
    margin-bottom: 20px;
    font-weight: 700;
	font-size: 21px;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
}
.acd-box01 .acd-content .acd-box01__list li:first-of-type h4 {
    color: #B44E18;
}
.acd-box01 .acd-content .acd-box01__list li:last-of-type h4 {
    color: #013D6C;
}
.acd-box01 .acd-content .acd-box01__list li p {
    padding: 0px 0px 0px 0px;
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-kumanaku .h201 {
        font-size: 32px;
    }
    .top-kumanaku .h201 .span01 {
        font-size: 43px;
    }
    .top-kumanaku .h201 .span02 {
        font-size: 38px;
    }
    .top-kumanaku .h201 .span03 {
        font-size: 50px;
    }
    .top-kumanaku .top-kumanaku__list {
        max-width: 80%;
    }
    .top-kumanaku .top-kumanaku__list li {
        width: 60%;
    }
    .top-kumanaku .top-kumanaku__list li:last-of-type {
        width: 40%;
    }
    .top-kumanaku .top-kumanaku__list li h3 {
        font-size: 22px;
    }
    .top-kumanaku .top-kumanaku__list li p {
        font-size: 18px;
    }
    .top-kumanaku .top-kumanaku__list02 .flex-cnt {
        -webkit-box-pack:left;
        -ms-flex-pack:left;
        justify-content:left;
    }
    .top-kumanaku .top-kumanaku__list02 li {
        width: calc((100% - 60px) / 3);
        margin: 0 30px 50px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li:nth-of-type(4n) {
        margin: 0 30px 50px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li:nth-of-type(3n) {
        margin: 0 0px 50px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li:last-of-type {
        margin: 0 0px 50px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    .top-kumanaku {
        padding-top: 35px;
        padding-bottom: 20vw;
    }
    .top-kumanaku .h201 {
        margin-bottom: 20px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .top-kumanaku .h201 .span01 {
        font-size: 22px;
        letter-spacing: 0px;
    }
    .top-kumanaku .h201 .span02 {
        font-size: 4.5vw;
        letter-spacing: 0px;
    }
    .top-kumanaku .h201 .span03 {
        font-size: 6vw;
        letter-spacing: 0px;
    }
    .top-kumanaku .top-kumanaku__list {
        margin-bottom: 20px;
    }
    .top-kumanaku .top-kumanaku__list {
        max-width: 85%;
    }
    .top-kumanaku .top-kumanaku__list li {
        width: 59%;
        padding: 7px 5px 7px 5px;
    }
    .top-kumanaku .top-kumanaku__list li:last-of-type {
        width: 41%;
        padding: 7px 5px 7px 5px;
    }
    .top-kumanaku .top-kumanaku__list li h3 {
        font-size: 16.8px;
    }
    .top-kumanaku .top-kumanaku__list li p {
        font-size: 13.06px;
    }
    .top-kumanaku .top-kumanaku__list02 li {
        width: calc((100% - 30px) / 3);
        margin: 0 15px 15px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li:nth-of-type(4n) {
        margin: 0 15px 15px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li:nth-of-type(3n) {
        margin: 0 0px 15px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li:last-of-type {
        margin: 0 0px 15px 0;
    }
    .top-kumanaku .top-kumanaku__list02 li h4 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 15px;
        letter-spacing: 0px;
    }
    .top-kumanaku .top-kumanaku__list02 li p {
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .top-kumanaku .txt-box {
        margin-bottom: 10px;
    }
    .top-kumanaku .txt-box h2 {
        padding: 4px 12px 8px 12px;
        font-size: 18.6px;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .top-kumanaku .txt-box p {
        padding: 12px 12px 12px 12px;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-kumanaku .txt-box p.green {
        padding: 0px 15px 0px 15px;
    }
    .top-kumanaku .txt-box p.green span {
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 6px 10px 6px 10px;
        font-size: 16.8px;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .top-kumanaku .txt-box02 {
        margin-bottom: 10px;
        text-align: center;
    }
    .top-kumanaku .txt-box02 img {
        margin-top: 10px;
        position: static;
        max-width: 45%;
    }
    .top-kumanaku .txt-box02 h2 {
        padding: 10px 12px 10px 12px;
        font-size: 16.6px;
        letter-spacing: 0px;
        line-height: 1.4;
        text-align: left;
    }
    .top-kumanaku .txt-box02 h3 {
        margin-left: 12px;
        padding: 1px 0 1px 16px;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0px;
        background: url("../img/top/top-kumanaku-check.png") no-repeat left 1.6vw;
        background-size: 12px;
        text-align: left;
    }
    .top-kumanaku .txt-box02 p {
        padding: 10px 12px 20px 12px;
        font-weight: 600;
        font-size: 12.6px;
        letter-spacing: 0px;
        line-height: 1.6;
        text-align: left;
    }
    .acd-box01 .acd-label{
        padding: 8px 30px 8px 15px;
        font-size: 17.5px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
    .acd-box01 .acd-label:after{
        padding: 7px 10px 7px 0px;
        font-size: 4.5vw;
        line-height: 1.4;
    }
    .acd-box01 .acd-label h2 {
        font-size: 17.5px;
        line-height: 1.4;
    }
    .acd-box01 .acd-content h3 {
        padding: 5px 12px 5px 12px;
        font-size: 16.8px;
        line-height: 1.4;
    }
    .acd-box01 .acd-content p {
        padding: 10px 12px 20px 12px;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0px;
        font-weight: 600;
    }
    .acd-box01 .acd-content .acd-box01__list {
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 20px;
    }
    .acd-box01 .acd-content .acd-box01__list li {
        width: 100%;
        margin: 0 0px 15px 0;
        padding: 15px 8% 15px 8%;
    }
    .acd-box01 .acd-content .acd-box01__list li:first-of-type {
        background: #FFF2E0 url("../img/top/top-kumanaku-maru.png") no-repeat center 60%;
        background-size: 80px;
    }
    .acd-box01 .acd-content .acd-box01__list li:last-of-type {
        background: #E8F5FF url("../img/top/top-kumanaku-batu.png") no-repeat center 60%;
        background-size: 80px;
        margin: 0 0px 0px 0;
    }
    .acd-box01 .acd-content .acd-box01__list li h4 {
        font-size: 18.6px;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .acd-box01 .acd-content .acd-box01__list li p {
        padding: 0px 0px 0px 0px;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.5;
    }
}

/* 『耐震診断ハンドブック』無料で差し上げています！ */
.top-cta {
    background: #048B04;
    text-align: center;
}
.top-cta .contents-inr {
    padding-top: 70px;
    padding-bottom: 50px;
}
.top-cta .img-illust01 {
    position: absolute;
    bottom: 0px;
    right: -6%;
}
.top-cta .img-illust02 {
    position: absolute;
    top: -15px;
    left: 60px;
}
.top-cta h2 {
    margin-bottom: 25px;
	font-size: 46px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
}
.top-cta h2 .span01 {
	font-size: 52px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #F5FF00;
}
.top-cta h2 .span02 {
    margin-left: 70px;
	font-size: 57px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #ffffff;
}
.top-cta p {
    margin-left: 105px;
    margin-bottom: 12px;
	font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    text-align: left;
}
.top-cta .btn-cmn01 {
    margin-left: 70px;
    text-align: left;
}
.top-cta .btn-cmn01 a {
    display: inline-block;
    width: 431px;
    padding: 18px 0px 20px 0px;
	font-size: 31px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    background: #FC8800 url("../img/top/top-cta-mark.png") no-repeat 93% center;
    background-size: auto;
    border: #ffffff 3px solid;
    border-radius: 12px;
    text-align: center;
}

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

@media screen and (max-width:1360px) {
    .top-cta .img-illust01 {
        right: 0%;
        max-width: 45%;
    }
}

@media screen and (max-width:1279px) {
    .top-cta h2 {
        font-size: 36px;
    }
    .top-cta h2 .span01 {
        font-size: 40px;
    }
    .top-cta h2 .span02 {
        margin-left: 30px;
        font-size: 46px;
    }
    .top-cta p {
        margin-left: 66px;
        font-size: 20px;
    }
    .top-cta .btn-cmn01 {
        margin-left: 30px;
    }
    .top-cta .btn-cmn01 a {
        max-width: 350px;
        padding: 14px 0px 16px 0px;
        font-size: 28px;
        background: #FC8800 url("../img/top/top-cta-mark.png") no-repeat 93% center;
        background-size: 15px;
    }
}

@media screen and (max-width: 959px) {
    .top-cta .img-illust01 {
        position: static;
        max-width: 60%;
        margin-bottom: 30px;
    }
    .top-cta .img-illust02 {
        top: -20px;
        left: 15%;
    }
    .top-cta h2 {
        text-align: center;
    }
    .top-cta p {
        margin-left: 0;
        text-align: center;
    }
    .top-cta .btn-cmn01 {
        margin-left: 0;
        text-align: center;
    }
}

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

@media screen and (max-width: 599px) {
    .top-cta .contents-inr {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .top-cta .img-illust01 {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .top-cta .img-illust02 {
        top: auto;
        bottom: 90%;
        left: 7%;
        width: 86%;
    }
    .top-cta h2 {
        margin-bottom: 15px;
        font-size: 7vw;
        text-align: left;
    }
    .top-cta h2 .span01 {
        font-size: 7vw;
    }
    .top-cta h2 .span02 {
        margin-left: 10px;
        font-size: 8.6vw;
    }
    .top-cta p {
        font-size: 4.5vw;
    }
    .top-cta .btn-cmn01 a {
        max-width: 80%;
        font-size: 5vw;
        background: #FC8800 url("../img/top/top-cta-mark.png") no-repeat 93% center;
        background-size: 12px;
        border: #ffffff 2px solid;
    }
}

/* 背景 */
.bg-roop {
    background-image: url("../img/top/top-ansin-bg2.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
}

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

@media screen and (max-width:1400px) {
    .bg-roop {
        background-image: url("../img/top/top-ansin-bg2.jpg");
        background-repeat: repeat-y;
        background-position: center top;
        background-size: auto;
    }
}

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

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

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

@media screen and (max-width: 599px) {
    .bg-roop {
        background-image: url("../img/top/top-ansin-bg2-sp.jpg");
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 100%;
    }
}

/* キリヅキ建築事務所の３つの安心 */
.top-ansin {
    padding-top: 150px;
    padding-bottom: 100px;
}
.top-ansin .contents-inr {
}
.top-ansin h2 {
    margin-bottom: 40px;
	font-size: 45px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
}
.top-ansin h2 span {
	font-size: 58px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #048B04;
}
.top-ansin .txt-box {
    padding: 70px 40px 10px 40px;
    background: #ffffff;
    border-left: #048B03 12px solid;
}
.top-ansin .txt-box ul {
    margin-bottom: 40px;
}
.top-ansin .txt-box ul li {
}
.top-ansin .txt-box ul li:nth-of-type(1) {
    width: 13%;
    text-align: left;
}
.top-ansin .txt-box ul li:nth-of-type(2) {
    width: 61%;
    padding-left: 20px;
    padding-right: 30px;
    text-align: left;
}
.top-ansin .txt-box ul li:nth-of-type(3) {
    width: 26%;
    text-align: center;
}
.top-ansin .txt-box ul li h3 {
    margin-bottom: 20px;
	font-size: 29px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
}
.top-ansin .txt-box ul li p {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-ansin .txt-box .txt-box-in-pc {
    margin-top: 15px;
    border: #048B04 2px solid;
}
.top-ansin .txt-box .txt-box-in-pc h4 {
    padding: 10px 20px 10px 20px;
	font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
    border-bottom: #048B04 2px solid;
}
.top-ansin .txt-box .txt-box-in-pc p {
    padding: 15px 20px 15px 20px;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-ansin .txt-box .txt-box-in-sp {
    display: none;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-ansin h2 {
        font-size: 38px;
    }
    .top-ansin h2 span {
        font-size: 48px;
    }
    .top-ansin .txt-box {
        padding: 70px 15px 10px 15px;
        border-left: #048B03 10px solid;
    }
    .top-ansin .txt-box ul li h3 {
        font-size: 22px;
    }
    .top-ansin .txt-box .txt-box-in-pc h4 {
        padding: 10px 10px 10px 10px;
        font-size: 20px;
    }
    .top-ansin .txt-box .txt-box-in-pc p {
        padding: 15px 10px 15px 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 599px) {
    .top-ansin {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .top-ansin h2 {
        margin-bottom: 25px;
        font-size: 6vw;
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .top-ansin h2 span {
        font-size: 7.6vw;
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .top-ansin .txt-box {
        padding: 15px 10px 30px 8px;
        border-left: #048B03 8px solid;
        border-top: #048B03 1px solid;
        border-right: #048B03 1px solid;
        border-bottom: #048B03 1px solid;
    }
    .top-ansin .txt-box ul {
        margin-bottom: 30px;
    }
    .top-ansin .txt-box ul li:nth-of-type(1) {
        width: 20%;
        text-align: left;
    }
    .top-ansin .txt-box ul li:nth-of-type(2) {
        width: 80%;
        padding-left: 10px;
        padding-right: 0px;
    }
    .top-ansin .txt-box ul li:nth-of-type(3) {
        width: 100%;
        padding-left: 23%;
        padding-right: 30%;
        text-align: left;
    }
    .top-ansin .txt-box ul li:nth-of-type(3).img-mini {
        padding-right: 43%;
    }
    .top-ansin .txt-box ul li h3 {
        margin-bottom: 15px;
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .top-ansin .txt-box ul li p {
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-ansin .txt-box .txt-box-in-pc {
        display: none;
    }
    .top-ansin .txt-box .txt-box-in-sp {
        display: block;
        margin-top: 15px;
        border: #048B04 2px solid;
    }
    .top-ansin .txt-box .txt-box-in-sp h4 {
        padding: 5px 10px 5px 10px;
        font-size: 17.5px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.4;
        color: #048B04;
        border-bottom: #048B04 2px solid;
    }
    .top-ansin .txt-box .txt-box-in-sp p {
        padding: 5px 10px 5px 10px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.5;
    }
}

/* 建築物の耐震基準には「旧・新・現行」3種類があることをご存じですか？ */
.top-taisin {
    padding-bottom: 110px;
    text-align: center;
}
.top-taisin .contents-inr {
}
.top-taisin .img-mark {
    margin-bottom: 40px;
}
.top-taisin .h201 {
    margin-bottom: 40px;
	font-size: 45px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
}
.top-taisin .h201 span {
	font-size: 45px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #048B04;
}
.top-taisin .h202 {
    margin-bottom: 40px;
	font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
}
.top-taisin .h202 span {
    margin-top: 5px;
    display: inline-block;
	font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #E9083C;
}
.top-taisin .h203 {
    margin-bottom: 50px;
	font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
}
.top-taisin .h203 span {
	font-size: 46px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
}
.top-taisin .txt-box {
    margin-bottom: 100px;
    padding: 50px 6% 50px 6%;
    background: #ffffff;
    border: #048B03 2px solid;
    text-align: left;
}
.top-taisin .txt-box p {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-taisin .txt-box02-pc {
    margin-bottom: 30px;
    padding: 0 0 0 0;
    background: #ffffff;
}
.top-taisin .txt-box02-pc h3 {
	font-size: 38px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #ffffff;
    background: #048B04;
    padding: 25px 15px 28px 15px;
}
.top-taisin .txt-box02-pc p {
    padding: 10px 20px 25px 20px;
    border: #8a0904 1px solid;
}
.top-taisin .txt-box02-sp {
    display: none;
}
.top-taisin .txt-box03 {
    margin-bottom: 15px;
    padding: 40px 4% 60px 4%;
    background: #ffffff;
    border: #048B03 1px solid;
    text-align: left;
}
.top-taisin .txt-box03 ul {
}
.top-taisin .txt-box03 ul li {
}
.top-taisin .txt-box03 ul li:nth-of-type(1) {
    width: 14%;
}
.top-taisin .txt-box03 ul li:nth-of-type(2) {
    padding: 14px 20px 45px 25px;
    width: 86%;
}
.top-taisin .txt-box03 ul li:nth-of-type(3) {
    width: 48%;
}
.top-taisin .txt-box03 ul li:nth-of-type(4) {
    padding: 0px 0px 0px 20px;
    width: 52%;
}
.top-taisin .txt-box03 ul li h3 {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-taisin .txt-box03 ul li p {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-taisin .txt-box03 ul li:nth-of-type(1) p {
    color: #ffffff;
    background: #048B04;
	font-size: 29px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    padding: 10px 20px 12px 20px;
    text-align: center;
}
.top-taisin .txt-box04 {
    margin-bottom: 60px;
    padding: 40px 4% 100px 4%;
    background: #ffffff;
    border: #048B03 1px solid;
    text-align: left;
}
.top-taisin .txt-box04 ul {
}
.top-taisin .txt-box04 ul li {
}
.top-taisin .txt-box04 ul li:nth-of-type(1) {
    width: 14%;
}
.top-taisin .txt-box04 ul li:nth-of-type(2) {
    padding: 14px 20px 45px 25px;
    width: 86%;
}
.top-taisin .txt-box04 ul li:nth-of-type(3) {
    width: 38%;
    position: relative;
}
.top-taisin .txt-box04 ul li:nth-of-type(4) {
    padding: 0px 0px 0px 20px;
    width: 62%;
}
.top-taisin .txt-box04 ul li h3 {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-taisin .txt-box04 ul li p {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-taisin .txt-box04 ul li:nth-of-type(1) p {
    color: #ffffff;
    background: #048B04;
	font-size: 29px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    padding: 10px 20px 12px 20px;
    text-align: center;
}
.top-taisin .txt-box04 ul li:nth-of-type(3) p {
    width: 200%;
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-taisin .txt-box05 {
    padding: 50px 6% 60px 6%;
    background: #ffffff;
    border: #048B03 1px solid;
    text-align: left;
}
.top-taisin .txt-box05 .h301 {
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-taisin .txt-box05 .h302 {
	font-size: 19px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-taisin .txt-box05 p {
    margin-bottom: 30px;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
}
.top-taisin .txt-box05 p.txtright {
    margin-bottom: 0px;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.7;
    text-align: right;
}
.top-taisin .txt-box05 h4 {
    margin-top: 60px;
    margin-bottom: 30px;
	font-size: 34px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.7;
    text-align: center;
}
.top-taisin .txt-box05 h4 span {
	font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.7;
    color: #048B04;
}
.top-taisin .txt-box05 h5 {
    margin-bottom: 30px;
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.8;
    text-align: center;
}
.top-taisin .txt-box05 h5 span {
	font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.8;
    color: #E9083C;
}

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

@media screen and (max-width:1279px) {
    .top-taisin .txt-box03 ul li:nth-of-type(1) {
        width: 25%;
    }
    .top-taisin .txt-box03 ul li:nth-of-type(2) {
        padding: 10px 20px 45px 25px;
        width: 75%;
    }
    .top-taisin .txt-box03 ul li:nth-of-type(1) p {
        font-size: 22px;
        padding: 10px 10px 12px 10px;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(1) {
        width: 25%;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(2) {
        padding: 10px 20px 45px 25px;
        width: 75%;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(1) p {
        font-size: 22px;
        padding: 10px 10px 12px 10px;
    }
}

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

@media screen and (max-width: 767px) {
    .top-taisin .h201 {
        font-size: 38px;
    }
    .top-taisin .h201 span {
        font-size: 38px;
    }
    .top-taisin .h202 {
        font-size: 28px;
    }
    .top-taisin .h202 span {
        font-size: 40px;
    }
    .top-taisin .h203 {
        font-size: 32px;
    }
    .top-taisin .h203 span {
        font-size: 38px;
    }
    .top-taisin .txt-box02-pc h3 {
        font-size: 32px;
        padding: 22px 15px 25px 15px;
    }
    .top-taisin .txt-box05 h4 {
        font-size: 28px;
    }
    .top-taisin .txt-box05 h4 span {
        font-size: 32px;
    }
    .top-taisin .txt-box05 h5 {
        font-size: 22px;
    }
    .top-taisin .txt-box05 h5 span {
        font-size: 28px;
    }
}

@media screen and (max-width: 599px) {
    .top-taisin {
        padding-bottom: 20px;
    }
    .top-taisin .img-mark {
        width: 30vw;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .top-taisin .h201 {
        margin-bottom: 18px;
        font-size: 22.2px;
        line-height: 1.4;
    }
    .top-taisin .h201 span {
        font-size: 23.4px;
        line-height: 1.4;
    }
    .top-taisin .h202 {
        margin-bottom: 20px;
        font-size: 19.5px;
        line-height: 1.4;
    }
    .top-taisin .h202 span {
        margin-top: 5px;
        font-size: 26.4px;
        line-height: 1.4;
    }
    .top-taisin .h203 {
        margin-bottom: 15px;
        font-size: 5.2vw;
        line-height: 1.4;
    }
    .top-taisin .h203 span {
        font-size: 27px;
        line-height: 1.4;
    }
    .top-taisin .txt-box {
        margin-bottom: 20px;
        padding: 12px 15px 12px 15px;
    }
    .top-taisin .txt-box p {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-taisin .txt-box02-pc {
        display: none;
    }
    .top-taisin .txt-box02-sp {
        display: block;
        padding-bottom: 20px;
    }
    .top-taisin .txt-box03 {
        margin-bottom: 10px;
        padding: 20px 15px 20px 15px;
    }
    .top-taisin .txt-box03 ul li:nth-of-type(1) {
        width: 25%;
    }
    .top-taisin .txt-box03 ul li:nth-of-type(2) {
        padding: 5px 0px 20px 15px;
        width: 75%;
    }
    .top-taisin .txt-box03 ul li:nth-of-type(3) {
        width: 100%;
        text-align: center;
    }
    .top-taisin .txt-box03 ul li:nth-of-type(4) {
        padding: 15px 0px 0px 0px;
        width: 100%;
    }
    .top-taisin .txt-box03 ul li h3 {
        font-size:  16px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-taisin .txt-box03 ul li p {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-taisin .txt-box03 ul li:nth-of-type(1) p {
        font-size: 4vw;
        line-height: 1.4;
        padding: 5px 10px 5px 10px;
    }
    .top-taisin .txt-box04 {
        margin-bottom: 15px;
        padding: 20px 15px 20px 15px;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(1) {
        width: 25%;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(2) {
        padding: 5px 0px 20px 15px;
        width: 75%;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(3) {
        width: 100%;
        position: static;
        text-align: center;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(3) img {
        width: 75%;
        height: auto;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(4) {
        padding: 15px 0px 0px 0px;
        width: 100%;
    }
    .top-taisin .txt-box04 ul li h3 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-taisin .txt-box04 ul li p {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(1) p {
        font-size: 4vw;
        line-height: 1.4;
        padding: 5px 10px 5px 10px;
    }
    .top-taisin .txt-box04 ul li:nth-of-type(3) p {
        margin-top: 15px;
        width: 100%;
        position: static;
        font-size: 2.3vw;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.4;
        text-align: left;
    }
    .top-taisin .txt-box05 {
        padding: 20px 15px 20px 15px;
    }
    .top-taisin .txt-box05 .h301 {
        font-size: 4vw;
        line-height: 1.5;
    }
    .top-taisin .txt-box05 .h302 {
        font-size: 4vw;
        line-height: 1.5;
    }
    .top-taisin .txt-box05 p {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }
    .top-taisin .txt-box05 p.txtright {
        margin-bottom: 0px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
        text-align: right;
    }
    .top-taisin .txt-box05 h4 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20.4px;
        line-height: 1.6;
    }
    .top-taisin .txt-box05 h4 span {
        font-size: 24px;
        line-height: 1.6;
    }
    .top-taisin .txt-box05 h5 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.8;
    }
    .top-taisin .txt-box05 h5 span {
        font-size: 21.6px;
        line-height: 1.8;
    }
}

/* キリヅキなら代表自らが診断を行うためお値打ち価格での診断が可能です */
.top-oneuti {
    padding-top: 120px;
    padding-bottom: 110px;
}
.top-oneuti .contents-inr {
}
.top-oneuti h2 {
    margin-bottom: 80px;
	font-size: 31px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: center;
}
.top-oneuti h2 span {
	font-size: 54px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #048B04;
}
.top-oneuti h3 {
    margin-bottom: 20px;
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
}
.top-oneuti table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-right: #707070 1px solid;
    border-top: #707070 1px solid;
}
.top-oneuti table th {
    vertical-align:middle;
    padding:15px 15px 15px 15px;
    font-size:22px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: center;
    border-left: #707070 1px solid;
    border-bottom: #707070 1px solid;
}
.top-oneuti table td {
    vertical-align:middle;
    padding:15px 15px 15px 15px;
    font-size:20px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: left;
    border-left: #707070 1px solid;
    border-bottom: #707070 1px solid;
}
.top-oneuti table td.td01 {
    width: 27%;
    font-size:23px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
}
.top-oneuti table td.td01.bgline {
    padding:25px 15px 25px 15px;
    color: #048B04;
    background: #EDF5ED;
    border-top: #048B04 7px solid;
    border-left: #048B04 7px solid;
    border-bottom: #048B04 7px solid;
}
.top-oneuti table td.td02 {
    width: 50%;
}
.top-oneuti table td.td02.bgline {
    padding:25px 15px 25px 15px;
    background: #EDF5ED;
    border-top: #048B04 7px solid;
    border-bottom: #048B04 7px solid;
}
.top-oneuti table td.td03 {
    width: 23%;
    font-size:25px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
}
.top-oneuti table td.td03.bgline {
    padding:25px 15px 25px 15px;
    background: #EDF5ED;
    border-top: #048B04 7px solid;
    border-right: #048B04 7px solid;
    border-bottom: #048B04 7px solid;
    font-size:38px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 700;
    color: #E9083C;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-oneuti h2 {
        font-size: 26px;
    }
    .top-oneuti h2 span {
        font-size: 40px;
    }
    .top-oneuti h3 {
        font-size: 22px;
    }
    .top-oneuti table th {
        padding:15px 10px 15px 10px;
        font-size:18px;
    }
    .top-oneuti table td {
        padding:15px 10px 15px 10px;
        font-size:16px;
    }
    .top-oneuti table td.td01 {
        font-size:18px;
    }
    .top-oneuti table td.td01.bgline {
        padding:25px 10px 25px 10px;
    }
    .top-oneuti table td.td02.bgline {
        padding:25px 10px 25px 10px;
    }
    .top-oneuti table td.td03 {
        font-size:23px;
    }
    .top-oneuti table td.td03.bgline {
        padding:25px 10px 25px 10px;
        font-size:33px;
    }
}

@media screen and (max-width: 599px) {
    .top-oneuti {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .top-oneuti h2 {
        margin-bottom: 20px;
        font-size: 18.6px;
        line-height: 1.6;
    }
    .top-oneuti h2 span {
        font-size: 26px;
        line-height: 1.6;
    }
    .top-oneuti h3 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.2;
    }
    .top-oneuti table th {
        padding:5px 0px 5px 0px;
        font-size:15px;
        line-height:1.4;
        font-weight: 600;
    }
    .top-oneuti table td {
        padding:5px 10px 5px 10px;
        font-size:14px;
        line-height:1.5;
        font-weight: 600;
    }
    .top-oneuti table td.td01 {
        width: 29%;
        font-size:16.2px;
        line-height:1.5;
    }
    .top-oneuti table td.td01.bgline {
        padding:5px 5px 5px 5px;
        border-top: #048B04 3px solid;
        border-left: #048B04 3px solid;
        border-bottom: #048B04 3px solid;
    }
    .top-oneuti table td.td02 {
        width: 47%;
    }
    .top-oneuti table td.td02.bgline {
        padding:5px 10px 5px 10px;
        border-top: #048B04 3px solid;
        border-bottom: #048B04 3px solid;
    }
    .top-oneuti table td.td03 {
        width: 24%;
        font-size:15px;
        line-height:1.5;
    }
    .top-oneuti table td.td03.bgline {
        padding:5px 10px 5px 10px;
        border-top: #048B04 3px solid;
        border-right: #048B04 3px solid;
        border-bottom: #048B04 3px solid;
        font-size:18px;
        line-height:1.5;
    }
}

/* 耐震診断の補助金についてもご相談ください */
.top-cta02 {
    background: #048B04 url("../img/top/top-cta02-01.webp") no-repeat right center;
    background-size: contain;
    text-align: center;
}
.top-cta02 .contents-inr {
    padding-top: 50px;
    padding-bottom: 50px;
}
.top-cta02 h2 {
    margin-bottom: 15px;
	font-size: 38px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #F5FF00;
    text-align: left;
}
.top-cta02 p {
    padding-right: 50%;
    margin-bottom: 35px;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #ffffff;
    text-align: left;
}
.top-cta02 p.catch {
    padding-right: 0;
    margin-left: 35px;
    margin-bottom: 12px;
	font-size: 23px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    text-align: left;
}
.top-cta02 .btn-cmn01 {
    margin-left: 0px;
    text-align: left;
}
.top-cta02 .btn-cmn01 a {
    display: inline-block;
    width: 400px;
    padding: 18px 30px 20px 0px;
	font-size: 23px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    background: #FC8800 url("../img/top/top-cta-mark.png") no-repeat 93% center;
    background-size: 16px;
    border: #ffffff 3px solid;
    border-radius: 12px;
    text-align: center;
}

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

@media screen and (max-width:1279px) {
    .top-cta02 h2 {
        padding-right: 46%;
        font-size: 30px;
    }
    .top-cta02 p {
        padding-right: 46%;
        font-size: 18px;
    }
    .top-cta02 p.catch {
        font-size: 20px;
    }
    .top-cta02 .btn-cmn01 a {
        max-width: 350px;
        padding: 14px 30px 16px 0px;
        font-size: 20px;
        background: #FC8800 url("../img/top/top-cta-mark.png") no-repeat 93% center;
        background-size: 14px;
    }
}

@media screen and (max-width: 959px) {
    .top-cta02 h2 {
        padding-right: 35%;
    }
    .top-cta02 p {
        padding-right: 35%;
        font-size: 18px;
    }
    .top-cta02 {
        background: #048B04 url("../img/top/top-cta02-01-sp.png") no-repeat 98% center;
        background-size: 30%;
    }
}

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

@media screen and (max-width: 599px) {
    .top-cta02 {
        background: #048B04 url("../img/top/top-cta02-01-sp.png") no-repeat 120% 8%;
        background-size: 50%;
    }
    .top-cta02 .contents-inr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .top-cta02 h2 {
        padding-right: 40%;
        font-size: 5vw;
    }
    .top-cta02 p {
        padding-right: 30%;
        font-size: 15px;
        margin-bottom: 25px;
    }
    .top-cta02 p.catch {
        margin-left: 0;
        font-size: 4.5vw;
        text-align: center;
    }
    .top-cta02 .btn-cmn01 {
        text-align: center;
    }
    .top-cta02 .btn-cmn01 a {
        max-width: 100%;
        width: 93%;
        font-size: 5vw;
        background: #FC8800 url("../img/top/top-cta-mark.png") no-repeat 93% center;
        background-size: 12px;
        border: #ffffff 2px solid;
    }
}

/* 耐震診断および補強工事の実例 */
.top-jiturei {
    padding-top: 120px;
    padding-bottom: 110px;
}
.top-jiturei .contents-inr {
}
.top-jiturei h2 {
    margin-bottom: 40px;
	font-size: 51px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
    color: #048B04;
}
.top-jiturei .top-jiturei__list {
}
.top-jiturei .top-jiturei__list li {
	width: calc((100% - 50px) / 3);
    margin: 0 25px 0px 0;
    border: #048B04 3px solid;
    padding-bottom: 30px;
}
.top-jiturei .top-jiturei__list li:nth-of-type(3n) {
    margin: 0 0px 0px 0;
}
.top-jiturei .top-jiturei__list li:last-of-type {
    margin: 0 0px 0px 0;
}
.top-jiturei .top-jiturei__list li.sindannomi {
    background: url("../img/top/top-jiturei-sindannomi.png") no-repeat right bottom;
    background-size: auto;
}
.top-jiturei .top-jiturei__list li.hokyouari {
    background: url("../img/top/top-jiturei-hokyouari.png") no-repeat right bottom;
    background-size: auto;
}
.top-jiturei .top-jiturei__list li .txt-box {
    padding: 10px 10px 10px 10px;
    background: #048B04;
}
.top-jiturei .top-jiturei__list li .txt-box table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.top-jiturei .top-jiturei__list li .txt-box table th {
    width: 40%;
    vertical-align:middle;
    padding:0px 0px 0px 0px;
}
.top-jiturei .top-jiturei__list li .txt-box table td {
    vertical-align:middle;
    padding:0px 0px 0px 25px;
    text-align: left;
}
.top-jiturei .top-jiturei__list li .txt-box table td h3 {
    margin-bottom: 10px;
    font-size:20px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
}
.top-jiturei .top-jiturei__list li .txt-box table td p {
    font-size:16px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
}
.top-jiturei .top-jiturei__list li .txt-box02 {
    margin: 20px 10px 0px 10px;
    padding: 10px 15px 10px 15px;
    background: #E7F0E7;
    min-height: 150px;
}
.top-jiturei .top-jiturei__list li .txt-box02 table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.top-jiturei .top-jiturei__list li .txt-box02 table th {
    width: 63%;
    vertical-align:top;
    padding:2px 0px 2px 0px;
    text-align: left;
}
.top-jiturei .top-jiturei__list li .txt-box02 table td {
    vertical-align:top;
    padding:2px 0px 2px 0px;
    text-align: right;
}
.top-jiturei .top-jiturei__list li .txt-box02 table th h3 {
    font-size:17px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 500;
    color: #048B04;
}
.top-jiturei .top-jiturei__list li .txt-box02 table td p {
    font-size:17px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 500;
    color: #048B04;
}
.top-jiturei .top-jiturei__list li p.txt01 {
    padding: 10px 10px 0px 10px;
    font-size:16px;
    line-height:1.7;
    letter-spacing: 0px;
    font-weight: 500;
    min-height: 150px;
}
.top-jiturei .top-jiturei__list li p.txt02 {
    padding: 40px 15px 0px 15px;
    font-size:24px;
    line-height:1.2;
    letter-spacing: 0px;
    font-weight: 700;
}
.top-jiturei .top-jiturei__list li p.txt02 span {
    font-size:27px;
    line-height:1.2;
    letter-spacing: 0px;
    font-weight: 700;
    color: #E9083C;
}

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

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

@media screen and (max-width: 959px) {
    .top-jiturei .top-jiturei__list li {
        width: 100%;
        margin: 0 0px 30px 0;
        padding-bottom: 30px;
    }
    .top-jiturei .top-jiturei__list li:nth-of-type(3n) {
        margin: 0 0px 30px 0;
    }
    .top-jiturei .top-jiturei__list li:last-of-type {
        margin: 0 0px 0px 0;
    }
    .top-jiturei .top-jiturei__list li .txt-box table th {
        width: 15%;
    }
    .top-jiturei .top-jiturei__list li .txt-box02 {
        margin: 20px 10px 20px 10px;
        min-height: auto;
    }
    .top-jiturei .top-jiturei__list li p.txt01 {
        padding: 10px 10px 10px 10px;
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .top-jiturei h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 599px) {
    .top-jiturei {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .top-jiturei h2 {
        margin-bottom: 15px;
        font-size: 6vw;
    }
    .top-jiturei .top-jiturei__list li {
        margin: 0 0px 10px 0;
        padding-bottom: 20px;
    }
    .top-jiturei .top-jiturei__list li:nth-of-type(3n) {
        margin: 0 0px 10px 0;
    }
    .top-jiturei .top-jiturei__list li:last-of-type {
        margin: 0 0px 0px 0;
    }
    .top-jiturei .top-jiturei__list li.sindannomi {
        background: url("../img/top/top-jiturei-sindannomi.png") no-repeat right bottom;
        background-size: 100px;
    }
    .top-jiturei .top-jiturei__list li.hokyouari {
        background: url("../img/top/top-jiturei-hokyouari.png") no-repeat right bottom;
        background-size: 100px;
    }
    .top-jiturei .top-jiturei__list li .txt-box {
        padding: 5px 5px 8px 5px;
    }
    .top-jiturei .top-jiturei__list li .txt-box table th {
        width: 25%;
    }
    .top-jiturei .top-jiturei__list li .txt-box table td {
        padding:0px 0px 0px 15px;
    }
    .top-jiturei .top-jiturei__list li .txt-box table td h3 {
        margin-bottom: 10px;
        font-size: 19.8px;
    }
    .top-jiturei .top-jiturei__list li .txt-box table td p {
        font-size:15px;
        font-weight: 600;
    }
    .top-jiturei .top-jiturei__list li .txt-box02 {
        margin: 5px 5px 5px 5px;
    }
    .top-jiturei .top-jiturei__list li p.txt01 {
        margin: 5px 5px 5px 5px;
    }
    .top-jiturei .top-jiturei__list li .txt-box02 {
        margin: 10px 5px 0px 5px;
        padding: 2px 10px 2px 10px;
    }
    .top-jiturei .top-jiturei__list li .txt-box02 table th {
        width: 60%;
        padding:2px 0px 2px 0px;
    }
    .top-jiturei .top-jiturei__list li .txt-box02 table td {
        padding:2px 0px 2px 0px;
    }
    .top-jiturei .top-jiturei__list li .txt-box02 table th h3 {
        font-size:17.5px;
        font-weight: 600;
    }
    .top-jiturei .top-jiturei__list li .txt-box02 table td p {
        font-size:17.5px;
        font-weight: 600;
    }
    .top-jiturei .top-jiturei__list li p.txt01 {
        padding: 0px 0px 10px 0px;
        font-size:15px;
        line-height:1.6;
        font-weight: 600;
    }
    .top-jiturei .top-jiturei__list li p.txt02 {
        padding: 20px 5px 0px 5px;
        font-size:5.6vw;
    }
    .top-jiturei .top-jiturei__list li p.txt02 span {
        margin-left: 10px;
        font-size:6vw;
    }
}

/* 耐震診断の流れ */
.top-flow {
    padding-top: 100px;
    padding-bottom: 110px;
    background: #048B04;
    text-align: center;
}
.top-flow .contents-inr {
}
.top-flow .img-mark {
    margin-top: 10px;
    margin-bottom: 15px;
}
.top-flow h2 {
    margin-bottom: 80px;
	font-size: 51px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #ffffff;
}
.top-flow .txt-box {
    text-align: left;
    background: #ffffff;
    border-radius: 30px;
    padding: 30px 35px 30px 35px;
}
.top-flow .txt-box li {
	width: 22%;
    padding-right: 15px;
}
.top-flow .txt-box li:last-of-type {
	width: 78%;
    padding-right: 0px;
}
.top-flow .txt-box li h3 {
    margin-bottom: 10px;
    font-size:27px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 700;
    color: #048B04;
}
.top-flow .txt-box li p {
    font-size:16px;
    line-height:1.7;
    letter-spacing: 0px;
    font-weight: 500;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-flow h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 599px) {
    .top-flow {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .top-flow .img-mark {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 15vw;
        height: auto;
    }
    .top-flow h2 {
        margin-bottom: 20px;
        font-size: 6.3vw;
    }
    .top-flow .txt-box {
        border-radius: 15px;
        padding: 15px 15px 15px 15px;
    }
    .top-flow .txt-box li {
        width: 36%;
        padding-right: 10px;
    }
    .top-flow .txt-box li:last-of-type {
        width: 64%;
        padding-right: 0px;
    }
    .top-flow .txt-box li h3 {
        margin-bottom: 5px;
        font-size:18.5px;
    }
    .top-flow .txt-box li p {
        font-size:15px;
        line-height:1.6;
        font-weight: 600;
    }
}

/* 耐震強度不足が見つかった場合 */
.top-husoku {
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url("../img/top/top-ansin-bg2.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    text-align: center;
}
.top-husoku .contents-inr {
}
.top-husoku h2 {
	font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.top-husoku h2 span {
	font-size: 51px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 900;
    color: #048B04;
}
.top-husoku .txt-box {
    margin-bottom: 36px;
    text-align: left;
}
.top-husoku .txt-box li {
}
.top-husoku .txt-box li:nth-of-type(1) {
	width: 15%;
    padding-top: 10px;
    padding-right: 30px;
}
.top-husoku .txt-box li:nth-of-type(2) {
    position: relative;
	width: 70%;
    margin-right: 15%;
    padding: 30px 30px 30px 40px;
    border: #048B04 2px solid;
    border-radius: 30px;
    background: #ffffff;
}
.top-husoku .txt-box li:nth-of-type(2):before{
	content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 100%;
    margin: 0;
    width: 28px;
    height: 21px;
    background: url("../img/top/top-husoku-hukidasi01.png") no-repeat right center;
    background-size: contain;
}
.top-husoku .txt-box li h3 {
	font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 700;
}
.top-husoku .txt-box02 {
    margin-bottom: 45px;
    text-align: left;
}
.top-husoku .txt-box02 li {
}
.top-husoku .txt-box02 li:nth-of-type(1) {
    position: relative;
	width: 70%;
    margin-left: 15%;
    padding: 25px 30px 30px 40px;
    border: #048B04 2px solid;
    border-radius: 30px;
    background: #f8fff7;
}
.top-husoku .txt-box02 li:nth-of-type(1):before{
	content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 100%;
    margin: 0;
    width: 21px;
    height: 22px;
    background: url("../img/top/top-husoku-hukidasi02.png") no-repeat left center;
    background-size: contain;
}
.top-husoku .txt-box02 li:nth-of-type(2) {
	width: 15%;
    padding-top: 10px;
    padding-left: 30px;
}
.top-husoku .txt-box02 li h3 {
	font-size: 39px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 700;
    color: #048B04;
    margin-bottom: 20px;
}
.top-husoku .txt-box02 li p {
	font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
    font-weight: 500;
}
.top-husoku .txt-box03 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: #048B04;
    border-radius: 12px;
    padding: 40px 40px 40px 40px;
}
.top-husoku .txt-box03 h3 {
	font-size: 39px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
}
.top-husoku .txt-box03 h3 span {
	font-size: 39px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 700;
    color: #F5FF00;
}

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

@media screen and (max-width:1400px) {
    .top-husoku {
        background-image: url("../img/top/top-ansin-bg2.jpg");
        background-repeat: repeat-y;
        background-position: center top;
        background-size: auto;
    }
}

@media screen and (max-width:1279px) {
    .top-husoku .txt-box03 {
        max-width: 93%;
    }
}

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

@media screen and (max-width: 767px) {
    .top-husoku h2 {
        font-size: 36px;
    }
    .top-husoku h2 span {
        font-size: 40px;
    }
    .top-husoku .txt-box li h3 {
        font-size: 24px;
    }
    .top-husoku .txt-box02 li h3 {
        font-size: 30px;
    }
    .top-husoku .txt-box03 h3 {
        font-size: 30px;
    }
    .top-husoku .txt-box03 h3 span {
        font-size: 30px;
    }
}

@media screen and (max-width: 599px) {
    .top-husoku {
        padding-top: 30px;
        padding-bottom: 0px;
        background-image: url("../img/top/top-ansin-bg2-sp.jpg");
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 100%;
    }
    .top-husoku .contents-inr {
        padding-bottom: 20px;
    }
    .top-husoku h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .top-husoku h2 span {
        font-size: 27px;
        line-height: 1.2;
    }
    .top-husoku .txt-box {
        margin-bottom: 15px;
    }
    .top-husoku .txt-box li:nth-of-type(1) {
        width: 23%;
        padding-top: 10px;
        padding-right: 15px;
    }
    .top-husoku .txt-box li:nth-of-type(2) {
        width: 77%;
        margin-right: 0;
        padding: 15px 30px 15px 30px;
        border: #048B04 1px solid;
        border-radius: 15px;
    }
    .top-husoku .txt-box li:nth-of-type(2):before{
        top: 30%;
        right: 100%;
        width: 15px;
        height: 21px;
    }
    .top-husoku .txt-box li h3 {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0px;
        font-weight: 700;
    }
    .top-husoku .txt-box02 {
        margin-bottom: 25px;
    }
    .top-husoku .txt-box02 li:nth-of-type(1) {
        width: 77%;
        margin-left: 0;
        padding: 15px 5px 15px 10px;
        border: #048B04 1px solid;
        border-radius: 15px;
    }
    .top-husoku .txt-box02 li:nth-of-type(1):before{
        top: 20%;
        left: 100%;
        width: 12px;
        height: 22px;
    }
    .top-husoku .txt-box02 li:nth-of-type(2) {
        width: 23%;
        padding-top: 10px;
        padding-left: 15px;
    }
    .top-husoku .txt-box02 li h3 {
        font-size: 4vw;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .top-husoku .txt-box02 li p {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 600;
    }
    .top-husoku .txt-box03 {
        max-width: 100%;
        border-radius: 0px;
        padding: 20px 10px 20px 10px;
    }
    .top-husoku .txt-box03 h3 {
        font-size: 5vw;
        line-height: 1.3;
    }
    .top-husoku .txt-box03 h3 span {
        font-size: 5vw;
        line-height: 1.3;
    }
}

/* 耐震補強の気になるギモン */
.top-gimon {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #D3EAD3;
    text-align: center;
}
.top-gimon .contents-inr {
}
.top-gimon .h201 {
    margin-bottom: 60px;
	font-size: 51px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
}
.top-gimon .h201 span {
	font-size: 57px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #048B04;
}
.acd-box02 {
    height: auto;
    margin-bottom: 40px;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    border: #048B04 2px solid;
}
.acd-box02 .acd-check{
    display: none;
}
.acd-box02 .acd-label{
    display: block;
    padding: 18px 60px 20px 30px;
    position: relative;
    text-align: left;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
	z-index: 1001;
    color: #ffffff;
    background: #048B04;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
	letter-spacing: 0px;
}
.acd-box02 .acd-label:after{
    box-sizing: border-box;
    content: '＋';
    display: block;
    padding: 15px 25px 15px 0px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 700;
	letter-spacing: 0px;
    color: #ffffff;
}
.acd-box02 .acd-label h2 {
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #ffffff;
    padding-left: 40px;
    background: url("../img/top/top-gimon-q.png") no-repeat left 8px;
    background-size: auto;
}
.acd-box02 .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    visibility: hidden;
    text-align: left;
    background: #ffffff;
}
.acd-box02 .acd-check:checked + .acd-label:after{
    content: '－';
}
.acd-box02 .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0px 0px 10px 0px;
    visibility: visible;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.acd-box02 .acd-content h3 {
    margin: 0px 0px 25px 33px;
    padding: 30px 30px 10px 30px;
    font-size: 26px;
    line-height: 1.4;
	letter-spacing: 0px;
    font-weight: 700;
    background: url("../img/top/top-gimon-a.png") no-repeat left 36px;
    background-size: auto;
}
.acd-box02 .acd-content h3 span {
    font-size: 26px;
    line-height: 1.4;
	letter-spacing: 0px;
    font-weight: 700;
    color: #E9083C;
}
.acd-box02 .acd-content p {
    padding: 30px 30px 40px 30px;
    font-size: 16px;
    line-height: 1.7;
	letter-spacing: 0px;
    font-weight: 500;
}
.acd-box02 .acd-content p.p02 {
    margin-top: -10px;
    padding: 0px 30px 40px 30px;
}
.acd-box02 .acd-content p.catch {
    padding: 50px 30px 70px 30px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #E9083C;
    text-align: center;
}
.acd-box02 .acd-content .img-box {
    text-align: center;
    padding: 0px 15px 0px 15px;
}
.acd-box02 .acd-content .img-box02 {
    text-align: center;
    margin-top: -30px;
    padding: 0px 15px 0px 15px;
}
.acd-box02 .acd-content .img-box03 {
    text-align: center;
    padding: 0px 15px 0px 15px;
}
.acd-box02 .acd-content .acd-box02__list {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 20px;
}
.acd-box02 .acd-content .acd-box02__list li {
	width: 80%;
}
.acd-box02 .acd-content .acd-box02__list li:last-of-type {
    padding-left: 30px;
	width: 20%;
}
.acd-box02 .acd-content .acd-box02__list li h4 {
    margin-bottom: 10px;
    font-weight: 700;
	font-size: 24px;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
}
.acd-box02 .acd-content .acd-box02__list li p {
    padding: 0px 0px 0px 0px;
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
}
.acd-box02 .acd-content .acd-box02__list02 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 70%;
}
.acd-box02 .acd-content .acd-box02__list02 li {
	width: 30%;
    padding-right: 30px;
}
.acd-box02 .acd-content .acd-box02__list02 li:last-of-type {
    padding: 30px 30px 30px 35px;
	width: 70%;
    border: #048B04 1px solid;
}
.acd-box02 .acd-content .acd-box02__list02 li h4 {
    margin-bottom: 20px;
    font-weight: 700;
	font-size: 26px;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #048B04;
}
.acd-box02 .acd-content .acd-box02__list02 li p {
    margin-bottom: 10px;
    padding: 0px 0px 0px 40px;
    font-weight: 500;
	font-size: 22px;
    letter-spacing: 0px;
    line-height: 1.6;
    background: url("../img/top/top-gimon04-01-02.png") no-repeat left 7px;
    background-size: auto;
}
.acd-box02 .acd-content .acd-box02__list03 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}
.acd-box02 .acd-content .acd-box02__list03 li {
	width: 50%;
    padding: 0px 15px 0px 0px;
}
.acd-box02 .acd-content .acd-box02__list03 li:last-of-type {
    padding: 0px 0px 0px 15px;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-gimon .h201 {
        font-size: 40px;
    }
    .top-gimon .h201 span {
        font-size: 46px;
    }
    .acd-box02 .acd-label h2 {
        font-size: 26px;
        line-height: 1.5;
        background: url("../img/top/top-gimon-q.png") no-repeat left 4px;
        background-size: auto;
    }
    .acd-box02 .acd-content h3 {
        font-size: 24px;
        background: url("../img/top/top-gimon-a.png") no-repeat left 35px;
        background-size: auto;
    }
    .acd-box02 .acd-content h3 span {
        font-size: 24px;
    }
    .acd-box02 .acd-content .acd-box02__list02 {
        width: 90%;
    }
}

@media screen and (max-width: 599px) {
    .top-gimon {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .top-gimon .h201 {
        margin-bottom: 10px;
        font-size: 6.2vw;
    }
    .top-gimon .h201 span {
        font-size: 6.8vw;
    }
    .acd-box02 {
        margin-bottom: 15px;
    }
    .acd-box02 .acd-label{
        padding: 10px 30px 10px 10px;
        font-size: 17.5px;
        font-weight: 700;
        line-height: 1.4;
    }
    .acd-box02 .acd-label:after{
        padding: 4px 5px 4px 0px;
        font-size: 5vw;
    }
    .acd-box02 .acd-label h2 {
        font-size: 18px;
        line-height: 1.4;
        color: #ffffff;
        padding-left: 23px;
        background: url("../img/top/top-gimon-q.png") no-repeat left 1px;
        background-size: 20px;
    }
    .acd-box02 .acd-content h3 {
        margin: 0px 0px 10px 12px;
        padding: 15px 15px 5px 16px;
        font-size: 17px;
        line-height: 1.4;
        background: url("../img/top/top-gimon-a.png") no-repeat left 18px;
        background-size: 14px;
    }
    .acd-box02 .acd-content h3 span {
        font-size: 17px;
        line-height: 1.4;
    }
    .acd-box02 .acd-content p {
        padding: 10px 12px 20px 12px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0px;
        font-weight: 600;
    }
    .acd-box02 .acd-content p.p02 {
        margin-top: 0px;
        padding: 0px 12px 20px 12px;
    }
    .acd-box02 .acd-content p.catch {
        padding: 20px 12px 20px 12px;
        font-size: 4.5vw;
        line-height: 1.4;
    }
    .acd-box02 .acd-content .img-box {
        padding: 0px 5px 0px 5px;
    }
    .acd-box02 .acd-content .img-box02 {
        margin-top: 0px;
        padding: 0px 15px 0px 15px;
    }
    .acd-box02 .acd-content .img-box02-sp {
        padding-left: 10px;
        padding-right: 10px;
    }
    .acd-box02 .acd-content .img-box03 {
        padding: 0px 0px 0px 0px;
    }
    .acd-box02 .acd-content .acd-box02__list {
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 20px;
    }
    .acd-box02 .acd-content .acd-box02__list li {
        width: 100%;
    }
    .acd-box02 .acd-content .acd-box02__list li:last-of-type {
        padding: 15px 20% 0px 20%;
        width: 100%;
    }
    .acd-box02 .acd-content .acd-box02__list li h4 {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 17.5px;
        letter-spacing: 0px;
        line-height: 1.4;
        color: #048B04;
    }
    .acd-box02 .acd-content .acd-box02__list li p {
        padding: 0px 0px 0px 0px;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    .acd-box02 .acd-content .acd-box02__list02 {
        margin-bottom: 10px;
        width: 93%;
    }
    .acd-box02 .acd-content .acd-box02__list02 li {
        width: 32%;
        padding-right: 5px;
    }
    .acd-box02 .acd-content .acd-box02__list02 li:last-of-type {
        padding: 15px 15px 15px 15px;
        width: 68%;
    }
    .acd-box02 .acd-content .acd-box02__list02 li h4 {
        margin-bottom: 10px;
        font-size: 4vw;
        line-height: 1.4;
    }
    .acd-box02 .acd-content .acd-box02__list02 li p {
        margin-bottom: 7px;
        padding: 0px 0px 0px 16px;
        font-weight: 600;
        font-size: 16.8px;
        line-height: 1.4;
        background: url("../img/top/top-gimon04-01-02.png") no-repeat left 1.4vw;
        background-size: 13px;
    }
    .acd-box02 .acd-content .acd-box02__list03 {
        margin-top: -30px;
        width: 80%;
    }
    .acd-box02 .acd-content .acd-box02__list03 li {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .acd-box02 .acd-content .acd-box02__list03 li:last-of-type {
        padding: 20px 0px 0px 0px;
    }
}

@media screen and (max-width: 460px) {
    .acd-box02 .acd-content .acd-box02__list02 li p {
        background: url("../img/top/top-gimon04-01-02.png") no-repeat left 1.1vw;
        background-size: 13px;
    }
}

@media screen and (max-width: 390px) {
    .acd-box02 .acd-content .acd-box02__list02 li p {
        background: url("../img/top/top-gimon04-01-02.png") no-repeat left 0.6vw;
        background-size: 13px;
    }
}

/* 対応エリア */
.top-area {
    padding-top: 75px;
    padding-bottom: 80px;
}
.top-area .contents-inr {
    max-width: 1080px;
}
.top-area .txt-box {
}
.top-area .txt-box li {
	width: 46%;
    padding-right: 50px;
}
.top-area .txt-box li:last-of-type {
    padding-right: 0;
	width: 54%;
    text-align: center;
}
.top-area .txt-box li h2 {
    margin-top: 110px;
    margin-bottom: 15px;
    font-weight: 900;
	font-size: 51px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.top-area .txt-box li p {
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-area .txt-box li {
        width: 100%;
        padding-right: 0;
    }
    .top-area .txt-box li:last-of-type {
        padding-top: 30px;
        padding-right: 0;
        width: 100%;
    }
    .top-area .txt-box li h2 {
        margin-top: 0px;
        font-size: 40px;
    }
}

@media screen and (max-width: 599px) {
    .top-area {
        padding-top: 35px;
        padding-bottom: 80px;
        text-align: center;
    }
    .top-area .txt-box li:last-of-type {
        padding-top: 35px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .top-area .txt-box li h2 {
        margin-bottom: 15px;
        font-size: 6.3vw;
    }
    .top-area .txt-box li p {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.6;
    }
}

/* よくあるご質問 */
.top-faq {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #048B04;
}
.top-faq .contents-inr {
}
.top-faq h2 {
    margin-bottom: 110px;
	font-size: 51px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}
.top-faq h3 {
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
    font-size:24px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 700;
    color: #048B04;
    background: #ffffff url("../img/top/top-faq-q.png") no-repeat 20px 13px;
    background-size: auto;
}
.top-faq p {
    padding: 2px 10px 50px 50px;
    font-size:16px;
    line-height:1.7;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    background: url("../img/top/top-faq-a.png") no-repeat 18px 0px;
    background-size: auto;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-faq h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 599px) {
    .top-faq {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .top-faq h2 {
        margin-bottom: 30px;
        font-size: 26.25px;
    }
    .top-faq h3 {
        margin-bottom: 5px;
        padding: 5px 5px 5px 26px;
        font-size:16.8px;
        line-height:1.4;
        background: #ffffff url("../img/top/top-faq-q.png") no-repeat 8px 5px;
        background-size: 15px;
    }
    .top-faq p {
        padding: 5px 5px 20px 26px;
        font-size:15px;
        line-height:1.6;
        font-weight: 600;
        background: url("../img/top/top-faq-a.png") no-repeat 7px 7px;
        background-size: 15px;
    }
}

/* お問い合わせ */
.page-inquiry {
    padding-top: 100px;
    padding-bottom: 200px;
}
.page-inquiry .contents-inr {
    max-width: 960px;
}

.page-inquiry .red {
    color:#f5023c !important;
    font-weight: 500 !important;
}
.page-inquiry .big {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.page-inquiry .center {
    text-align: center !important;
}
.page-inquiry .pthanks {
    text-align: center !important;
    padding-top: 70px;
    padding-bottom: 30px;
}

.page-inquiry h2 {
	font-size: 51px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 900;
    color: #048B04;
    text-align: center;
    margin-bottom: 60px;
}

.page-inquiry p.txt {
    margin-bottom: 40px;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
}
.page-inquiry p.txt a {
    text-decoration: underline;
}

.page-inquiry p.txt a:hover {
    text-decoration: none;
}

.page-inquiry .wpcf7-response-output {
    letter-spacing: 0px;
	font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

.page-inquiry .recaptcha-comment {
    margin-top: 100px;
    letter-spacing: 0px;
	font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
}
.page-inquiry .recaptcha-comment a {
    text-decoration: underline;
}
.page-inquiry .recaptcha-comment a:hover {
    text-decoration: none;
}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 599px) {
    .page-inquiry .wpcf7-response-output {
        font-size: 14px;
    }
    .page-inquiry .recaptcha-comment {
        margin-top: 60px;
        font-size: 10px;
    }
}

.page-inquiry .doui
{
    margin-top: 20px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-align: center;
}
.page-inquiry .doui a
{
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-decoration: underline;
}
.page-inquiry .doui a:hover
{
    text-decoration: none;
}
.page-inquiry .doui span
{
    margin-left: 10px;
    padding:2px 12px 4px 12px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 600;
    color: #ffffff;
    background: #E9083C;
}

.page-inquiry table
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-inquiry table th.th01
{
    width: 150px;
    vertical-align:top;
    padding:30px 0px 20px 10px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 600;
    text-align: left;
    border-bottom: #CBCBCB 1px solid;
}
.page-inquiry table th.th02
{
    width: 80px;
    vertical-align:top;
    padding:30px 0px 20px 0px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 600;
    text-align: left;
    border-bottom: #CBCBCB 1px solid;
}
.page-inquiry table th.th02 span
{
    padding:2px 12px 4px 12px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 600;
    color: #ffffff;
    background: #E9083C;
}
.page-inquiry table td
{
    vertical-align:top;
    padding:20px 10px 20px 0px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-align: left;
    border-bottom: #CBCBCB 1px solid;
}
.page-inquiry table td span
{
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    margin-right: 10px;
}
.page-inquiry table td p {
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.7;
    font-weight: 500;
    text-align: left;
}
.page-inquiry table td .classyubin {
    margin-bottom: 20px;
}
.page-inquiry table td .classgoyoubou {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.page-inquiry table td .classetc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-inquiry .address-box {
}
.page-inquiry .address-box li {
    width: 80px;
    margin-top: 10px;
}
.page-inquiry .address-box li:nth-of-type(2n) {
    width: calc(100% - 80px);
    margin-top: 0px;
    margin-bottom: 15px;
}
.page-inquiry .address-box li:last-of-type {
    margin-bottom: 0px;
}

.page-inquiry label
{
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    line-height:1.7;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input
{
    width: 100%;
    border:#C7C7C7 1px solid;
    background: #F5F5F5;
    padding: 10px 15px 10px 15px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    line-height:1.7;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputname
{
    width: 30%;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputyubin
{
    width: 30%;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputyubin-left
{
    width: 96px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputyubin-right
{
    width: 106px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkoumoku
{
	width:auto;
	border:none;
	padding: 0px;
	line-height:1;
    letter-spacing: 0px;
    font-weight: 600;
    font-size:16px;
	display: inline-block;
	vertical-align:middle;
	margin-top: -3px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkamoku
{
    width:auto;
    border:none;
    padding: 0px;
    line-height:1;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    display: inline-block;
    vertical-align:middle;
    margin-top: -1px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputgoyoubou
{
	width:auto;
	border:none;
	padding: 0px;
	line-height:1;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
	display: inline-block;
	vertical-align:middle;
	margin-top: -4px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.page-inquiry select
{
    width: auto;
    border:#C7C7C7 1px solid;
    background: #F5F5F5;
    padding: 10px 11px 10px 11px;
    line-height:1.7;
    font-size:16px;
    letter-spacing: 0px;
    font-weight: 500;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry select.input_pref
{
    width: 350px;
}
.page-inquiry textarea
{
    width: 100%;
    border:#C7C7C7 1px solid;
    background: #F5F5F5;
    padding: 10px 15px 10px 15px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    line-height:1.7;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry .formbtn
{
    display: inline-block;
    margin: 60px 0 0 0;
    width: 268px;
    text-align: center;
    padding: 10px 0px 12px 0px;
    border-radius: 12px;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
	background: #048B04;
    cursor : pointer;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity  0.6s ease;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry .formbtn:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.page-inquiry .contact-result {
    background-color: #fcefef;
}
.page-inquiry .contact-result{
    color: #35353c;
    text-align: center;
    font-size: 20px;
    padding: 1em;
    margin-bottom: 30px;
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
    color: #cccccc;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
    color: #cccccc;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
    color: #cccccc;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
    color: #cccccc; opacity: 1;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼CSS4標準(予定)の記述 */
::placeholder {
    color: #cccccc;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

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

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

@media screen and (max-width: 767px) {
    .page-inquiry h2 {
        font-size: 40px;
    }
    .page-inquiry input.inputname {
        width: 40%;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputyubin {
        width: 40%;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry select.input_pref
    {
        width: 200px;
    }
}

@media screen and (max-width: 599px) {
    .page-inquiry {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .page-inquiry .big {
        font-size: 4vw !important;
    }
    .page-inquiry h2 {
        font-size: 26.25px;
        margin-bottom: 20px;
    }
    .page-inquiry p.txt {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 1.5;
        font-weight: 600;
    }
    .page-inquiry .wpcf7-response-output {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 500;
    }
    .page-inquiry .recaptcha-comment {
        font-size: 2.6vw;
        line-height: 1.6;
        font-weight: 500;
    }
    .page-inquiry .doui
    {
        font-size: 14px;
        line-height:1.6;
        font-weight: 600;
    }
    .page-inquiry .doui a
    {
        font-size: 14px;
        line-height:1.6;
        font-weight: 600;
    }
    .page-inquiry .doui span
    {
        font-size:3.1vw;
        line-height:1.6;
        font-weight: 600;
    }
    .page-inquiry table th.th01
    {
        display: inline-block;
        width: auto;
        padding:10px 0px 0px 0px;
        font-size:15px;
        line-height:1.6;
        font-weight: 600;
        border-bottom: none;
    }
    .page-inquiry table th.th02
    {
        display: inline-block;
        width: auto;
        padding:10px 0px 0px 0px;
        font-size:3.1vw;
        line-height:1.6;
        font-weight: 600;
        border-bottom: none;
    }
    .page-inquiry table th.th02 span
    {
        margin-left: 10px;
        font-size:3.1vw;
        line-height:1.6;
        font-weight: 600;
    }
    .page-inquiry table td
    {
        padding:10px 0px 10px 0px;
        font-size:3.1vw;
        line-height:1.6;
        font-weight: 600;
        width: 100%;
        display: block;
    }
    .page-inquiry table td span {
        font-size: 15px;
        line-height:1.6;
        font-weight: 600;
    }
    .page-inquiry table td p {
        font-size: 14px;
        line-height: 1.6;
        font-weight: 600;
    }
    .page-inquiry table td .classyubin {
        margin-bottom: 10px;
    }
    .page-inquiry table td .classetc {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .page-inquiry .address-box li {
        width: 25%;
        margin-top: 20px;
    }
    .page-inquiry .address-box li:nth-of-type(2) {
        width: 75%;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .page-inquiry .address-box li:nth-of-type(3) {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 2px;
    }
    .page-inquiry .address-box li:nth-of-type(4) {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .page-inquiry .address-box li:nth-of-type(5) {
        display: none;
    }
    .page-inquiry .address-box li:nth-of-type(6) {
        width: 100%;
        margin-top: 0px;
    }
    .page-inquiry label
    {
        font-weight: 600;
        font-size: 15px;
        line-height:1.6;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input
    {
        font-weight: 600;
        font-size: 15px;
        line-height:1.6;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputname
    {
        width: 45%;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputkoumoku
    {
        font-size:3.1vw;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputkamoku
    {
        font-weight: 600;
        font-size:3.1vw;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputgoyoubou
    {
        font-weight: 600;
        font-size:3.1vw;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputyubin-left
    {
        width: 36%;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputyubin-right
    {
        width: 41%;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry select
    {
        line-height:1.6;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry select.input_pref
    {
        width: 80%;
    }
    .page-inquiry textarea
    {
        font-weight: 600;
        font-size:3.1vw;
        line-height:1.6;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry .formbtn
    {
        margin: 30px 0 0 0;
        width: 200px;
        padding: 8px 0px 10px 0px;
        border-radius: 8px;
        font-size: 4.5vw;
        letter-spacing: 1px;
        font-weight: 600;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        appearance: none;
        -webkit-appearance: none;
    }    
}

@media screen and (max-width: 320px) {
    .page-inquiry input.inputyubin-left
    {
        width: 30%;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .page-inquiry input.inputyubin-right
    {
        width: 32%;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}

/* 運営者について */
.top-unei {
}
.top-unei .contents-inr {
    max-width: 960px;
}
.top-unei h2 {
	font-size: 51px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 900;
    color: #048B04;
    text-align: center;
    margin-bottom: 80px;
}
.top-unei h3 {
	font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: left;
    border-bottom: #048B04 7px solid;
    padding-bottom: 12px;
    margin-top: 60px;
    margin-bottom: 25px;
}
.top-unei table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #707070 1px solid;
    border-right: #707070 1px solid;
}
.top-unei table th {
    width: 210px;
    vertical-align:top;
    padding: 12px 15px 12px 15px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-align: left;
    border-left: #707070 1px solid;
    border-bottom: #707070 1px solid;
    background: #F5F5F5;
}
.top-unei table td {
    vertical-align:top;
    padding: 12px 15px 12px 15px;
    font-size:16px;
    letter-spacing: 0px;
    line-height:1.7;
    font-weight: 500;
    text-align: left;
    border-left: #707070 1px solid;
    border-bottom: #707070 1px solid;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-unei h2 {
        font-size: 40px;
    }
    .top-unei h3 {
        font-size: 22px;
    }
    .top-unei table th {
        width: 160px;
    }
}

@media screen and (max-width: 599px) {
    .top-unei h2 {
        font-size: 26.25px;
        margin-bottom: 25px;
    }
    .top-unei h3 {
        font-size: 18px;
        font-weight: 600;
        border-bottom: #048B04 3px solid;
        padding-bottom: 5px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .top-unei table th {
        width: 24%;
        padding: 3px 7px 3px 7px;
        font-size:15px;
        line-height:1.6;
        font-weight: 600;
    }
    .top-unei table td {
        padding: 3px 10px 3px 10px;
        font-size: 14px;
        line-height:1.6;
        font-weight: 600;
    }
}

