@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

/*--------------------------------------------*/

.home #page_contents {
	margin-bottom: 0;
}

.sub-row-adjust01 {
	margin-bottom: 60px;
}

@media (max-width:767px){

	.sub-row-adjust01 {
		margin-bottom: 30px;
	}

}

.sub-headline01 {
	font-size: 20px;
}

/*--------------------------------------------*/

.header-free-dial {
	font-size: 26px;
	font-weight: 700;
	margin-right: 20px;
}

@media (max-width:1600px){
		.header-free-dial {
		font-size: 22px;
		font-weight: 700;
		margin-right: 20px;
	}
}


/*--------------------------------------------*/

.index-adjust01 {
	padding-top: 60px;
}

.index-adjust02 {
	padding-top: 40px;
	padding-bottom: 60px;
}

.index-adjust03 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.my-mb40 {
	margin-bottom: 40px;
}

.sub-adjust01 {
	padding-bottom: 30px;
}

.sub-adjust02 {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width:767px){
	.index-adjust01 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.index-adjust02 {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	.index-adjust03 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.my-mb40 {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------*/

.index-catch {
	text-align: center;
	padding: 20px 0 60px 0;
}

.index-title01 {
	font-size: 24px;
	line-height: 1.4;
}

.index-catch-text {
	font-size: 16px;
	line-height: 1.8;
}

.index-inner {
	padding: 60px 0;
}

.index-title02 {
	text-align: center;
	margin-bottom: 60px;
}

.index-title03 {
	font-size: 24px;
}

.index-text01 {
	font-size: 16px;
	line-height: 1.8;
}

.content-inner-y {
    /*padding-top: 60px;*/
    padding-bottom: 60px;
}

.my-container {
    max-width: 1140px;
}

.pos-r {
    position: relative;
}

.works-bg-wrapper,
.result-bg-wrapper {
    position: absolute;
    width: 655px;
    height: 438px;
    right: 0;
}

.works-bg:before {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/index/pic-index-01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.result-bg:before {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/index/pic-index-03.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.my-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

/*.col-lg-6 {
    z-index: 3;
}*/

.ds-content {
    background-color: #fff;
    padding: 40px 50px;
    height: 324px;
    margin-top: 57px;
    margin-bottom: 57px;
}

@media (max-width:1199px){
	.ds-content {
		padding: 35px 20px;
	}
}


.index-service-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}


.company-bg-wrapper {
    position: absolute;
    width: 655px;
    height: 438px;
    left: 0;
}

.company-bg:before {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/index/pic-index-02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.justify-content-end {
    /* -webkit-box-pack: end!important; */
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.table_company th {
	width: 20%;
}

/*--------------------------------------------*/

.my-btn {
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 36px;
    color: #000;
	transition-duration: .4s;
}

.my-btn:hover {
	color: #fff;
	border: 1px solid #1ea821;
	background: #1ea821;
	text-decoration: none;
}

.my-btn + .my-btn {
	margin-left: 10px;
}

.my-btn02 {
	display: block;
    border: 2px solid #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
	transition-duration: .4s;
	padding-top: 11px;
	padding-bottom: 13px;
	width: 100%;
}

.my-btn02:hover {
	color: #fff;
	background: #1ea821;
	text-decoration: none;
	border: 2px solid #1ea821;
}

.btn-wrap-300 {
	width: 300px;
	margin: 0 auto;
}

/*--------------------------------------------*/

.index-flow-wrap {}

.index-flow-pc {}

.index-flow-smp {
	display: none;
}

.index-area-wrap {
	display: flex;
	justify-content: space-between;
}

.index-area-text {
    font-size: 16px;
    width: 75%;
    padding-right: 40px;
    padding-top: 30px;
}

.index-area-pic {
    width: 25%;
}

.my-result-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.my-result-item {
	max-width: 260px;
	margin-right: 20px;
}

.my-result-item:last-child {
	margin-right: 0;
}

.my-result-pic {
	margin-bottom: 15px;
}

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

.index-banner-area {}

.index-banner-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.index-banner-wrap:last-child {
	margin-bottom: 0;
}

.index-banner-wrap a {
	display: block;
	max-width: 260px;
}




.contac-footer .index-title02 {
	color: #fff;
	margin-bottom: 60px;
}

.p-number-group {
	display: flex;
    justify-content: center;
	margin-bottom: 20px;
}

.p-number-free {
	margin-right: 40px;
}

.p-number {}

.p-contact-footer {
	text-align: center;
}

.p-info {
	font-weight: bold;
	font-size: 16px;
    color: #fff;
	margin-bottom: 40px;
}

.p-info-tag {
    font-size: 14px;
    min-width: 83px;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    color: #000;
    margin-right: 20px;
}

.p-contact-footerBtn {
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 16px 13px;
    border: 2px solid #fff;
    display: block;
	width: 300px;
    margin: 0 auto;
	transition-duration: .4s;
}

.p-contact-footerBtn:hover {
	text-decoration: none;
	background-color: #1ea821;
	color: #fff;
}

.p-contact-footerBtn span {
	position: relative;
}

.p-contact-footerBtn span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	background-image: url("../images/common/icon-mail.png");
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

#footer_area {
    background: #000;
}

.footer_area {
    padding: 30px 0 0;
}

#footer_copyright {
    font-size: 12px;
    font-weight: normal;
    padding: 40px 0;
}

/* サブページ用 */

#page_title h1 {
    color: #fff;
}

/* お問い合わせ用 */

.my-contact-tel {
    padding: 15px;
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
}

.contact-free-num {
	text-align: center;
	margin-bottom: 40px;
}

.contact-tel-num {
	text-align: center;
	margin-bottom: 20px;
}

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

.contact-info-tag {
	font-size: 14px;
	min-width: 83px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	color: #fff;
	margin-right: 20px;
}

.sub-list1 {
	background: #f6f6f6;
	margin-top: 20px;
	padding: 10px;
}

.sub-list1 li {
	margin-left: 1.5em;
}

.sub-list2 {
	background: #f6f6f6;
	margin-top: 20px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.sub-list2 li {
	margin-left: 1.5em;
	width: 40%;
}

/* 会社概要 */

th {
    color: #000;
    background: #f1f3f4;
}

table, th, td {
    border: #CCC solid 1px;
    border: none;
}

.history-y {
	width: 100px;
}
.history-m {
	width: 70px;
}

.qualification {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
	list-style-type: none;
}

.qualification li {
	width: 50%;
	display: flex;
}

.qualification-type {
	width: 60%;
}

/* 施工事例用 */

.result_single table,
.result_single th,
.result_single td {
	border: #ccc solid 1px;
}
.result_single .clearfix{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.result_list {
	border-bottom:none;
}
/* 支払い方法 */

.payment-wrap {
	margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dotted #fff;
    color: #fff;
}

.payment-text {
	text-align: center;
	margin-bottom: 20px;
}

.payment-text span {
	display: block;
}

.payment-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
    max-width: 600px;
}

.payment-list li {
	padding-right: 2em;
    margin-left: 1em;
}

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

	.index-catch {
		text-align: left;
		padding: 0 0 20px 0;
	}

	.index-title01 {
		font-size: 18px;
		line-height: 1.4;
	}

	.index-title02 {
		font-size: 20px;
	}

	.index-title03 {
		font-size: 18px;
	}

	.index-text01 {
		font-size: 14px;
		margin-bottom: 1em;
	}

	.index-catch-text {
		font-size: 14px;
	}

	.index-margin-adjust-01 {
		margin-bottom: 20px;
	}

	.index-margin-adjust-01:last-child {
		margin-bottom: 0;
	}

	.index-inner {
		padding: 40px 0;
	}

	.content-inner-y {
		padding-top: 0;
		padding-bottom: 0;
	}

	.my-container {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.works-bg-wrapper,
	.result-bg-wrapper,
	.company-bg-wrapper {
		width: 100%;
    	height: 80%;
	}

	.col-lg-6 {
		position: relative;
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.my-container .col-lg-6 {
		padding-left: 0;
		padding-right: 0;
	}

	.ds-content {
		margin-top: 300px;
		margin-bottom: 0;
		height: auto;
	}

	.my-btn {
		display: block;
		font-size: 15px;
	}

	.my-btn + .my-btn {
		margin-left: 0;
		margin-top: 10px;
	}


}


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

	h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.index-title02 {
		margin-bottom: 20px;
	}

	.works-bg-wrapper,
	.result-bg-wrapper,
	.company-bg-wrapper {
    	height: 50%;
	}

	.ds-content {
		margin-top: 260px;
	}

	.index-flow-pc {
		display: none;
	}

	.index-flow-smp {
		display: block;
	}

	.index-area-wrap {
		display: block;
		justify-content: space-between;
	}

	.index-area-text {
		font-size: 14px;
		width: 100%;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.index-area-pic {
		width: 100%;
	}

	.contac-footer .index-title02 {
		margin-bottom: 20px;
	}

	.p-number-free {
		margin-right: 0;
		margin-bottom: 14px;
	}

	.p-number-group {
		display: block;
	}

	.p-contact-footerBtn {
		width: 100%;
	}

	.my-result-wrap {
		display: block;
		margin-bottom: 20px;
	}

	.my-result-item {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.my-result-item:last-child {
		margin-bottom: 0;
	}

	.index-banner-wrap {
		flex-direction: column;
		justify-content: center;
		margin-bottom: 10px;
	}

	.index-banner-wrap:last-child {
		margin-bottom: 0;
	}

	.index-banner-wrap a {
		max-width: 100%;
		margin-bottom: 10px;
		margin-left: auto;
    	margin-right: auto;
	}

	.index-banner-wrap a:last-child {
		margin-bottom: 0;
	}

	.btn-wrap-300 {

		width: 100%;
	}

	/* サブページ用 */

	#page_title h1 {
		font-size: 24px;
	}

	/* お問い合わせ用 */

	.wpcf7-form-control-wrap.checkbox span.wpcf7-list-item {
		width: 100%;
	}

	.contact-tel-num {
		margin-bottom: 20px;
	}

	/* 支払い方法 */

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

	.payment-text span {
		display: inline;
	}

	.payment-list {
		display: flex;
		justify-content: flex-start;
		margin: 0 0;
		max-width: 100%;
		padding-inline-start: 0;
	}

}
