@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){}

nav.main_nav ul.menu > li > a {
    padding: 0.5em 2px;
	font-weight: normal;
	letter-spacing: 1px;
}

#page_title h1 {
    padding: 60px 10px;
    font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
}

.my-mb-1em {
	margin-bottom: 1em;
}

.my-wrap-adjust-00 {
	margin-bottom: 20px;
}

.my-wrap-adjust-01 {
	background: #fcece2;
	padding: 20px 10px;
    margin-bottom: 20px;
}

.my-ability-box {
	border: 1px solid #ccc;
    padding: 14px;
}

/*見出し用-------------------------------*/

.my-ttl-01 {
	font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 14px;
}

.my-ttl-02 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 14px;
}

/*囲い用-------------------------------*/

.my-box-01 {
	font-size: 14px;
	padding: 14px;
	background: #f5f8fa;
}

/*調整用-------------------------------*/

.my-mb-01 {
	margin-bottom: 60px;
}

.my-mb-02 {
	margin-bottom: 20px;
}

.my-mb-03 {
	margin-bottom: 1em;
}

.my-mb-04 {
	margin-bottom: 100px;
}

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

.my-text-wrap-01 {
	min-height: 220px;
}

.my-index-btn-text {
	font-size: 18px;
}

/*ボタン用-------------------------------*/

.my-custom-button {
	display: inline-block;
	color: #fff;
	background: #0084cf;
	border-radius: 4px;
	padding: 8px 40px;
	line-height: 1;
}

.my-custom-button-arrow {
	position: relative;
}

.my-custom-button-arrow::before {
	position: absolute;
	content: '\f105';
	font-family: 'FontAwesome';
	line-height: 1;
	left: 10px;
}

.my-custom-button:hover {
	color: #fff;
	background: #0091e3;
}

/* トップページ用------------------------------- */

.index-catch-01 {
	text-align: center;
	font-size: 24px;
    color: #0084cf;
    margin-bottom: 20px;
}

.index-catch-02 {
	text-align: center;
}

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

.index-purpose-wrap a {
	display: block;
	background: #fff;
	width: 31%;
}

.index-purpose-wrap a img {
	display: block;
	width: 100%;
	height: auto;
}

.index-purpose-text {
	font-size: 16px;
	height: 1.4;
}

.index-bnr-roofleak {
	display: block;
	width: 100%;
	max-width: 1138px;
	height: auto;
	margin: auto;
}

.index-bnr-roofleak-sp {
	display: none;
}

/* 発注までの流れ------------------------------- */
.contractee-flow {}

.contractee-flow-item {
	display: flex;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.contractee-flow-bg1 {
	/*border: 1px solid #f79413;
	border-radius: 4px;*/
}

.contractee-flow-bg1 .contractee-flow-title {
	background: #0084cf;
}

.contractee-flow-bg2{
	/*border: 1px solid #faaa8b;
	border-radius: 4px;*/
}

.contractee-flow-bg2 .contractee-flow-title {
	background: #fd8a5d;
}


.contractee-flow-title {
	width: 20%;
    padding: 20px;
    color: #fff;
	font-size: 20px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.6;
}

.contractee-flow-detail {
	padding: 20px;
	font-size: 16px;
    line-height: 1.6;
	display: block;
    align-items: center;
	width: 100%;
	/*border: 1px solid #0084cf;*/
}

.contractee-flow-detail-02 {
	padding: 20px;
	font-size: 16px;
    line-height: 1.6;
	display: block;
    align-items: center;
	width: 100%;
	border: 1px solid #fd8a5d;
}

.my-allow-01,
.my-allow-02 {
	position: relative;
}

.my-allow-01::after, 
.my-allow-02::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;	
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 60px solid transparent;
  border-bottom-width: 0;
}

.my-allow-01::after {
  border-top: 24px solid #d2e4ff;
}

.my-allow-02::after {
  border-top: 24px solid #faaa8b;
}


.contractee-flow-detail-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.contractee-flow-pic {
	width: 240px;
	height: auto;
}

/*お問い合わせバナー用-------------------------------*/

.banner_contact_pc {
	display: block;
}

.banner_contact_smp {
	display: none;
}

/*会社概要テーブル用-------------------------------*/

.page-id-27 th {
	width: 25%;
}


/*有資格一覧用-------------------------------*/


.qualification-bg {
    background: #f5f8fa;
    padding: 20px;
    margin-top: 20px;
}

.qualification-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.qualification-flex {
	display: flex;
}

.qualification-list {
	padding-left: 1.5em;
}

.qualification-list:first-child {
	padding-right: 1em;
}

.qualification-list li {
	font-size: 14px;
}

/* 施工経歴表用 */

.page-id-33 td.column-1 { width: 58%; }

.page-id-33 td.column-2 { width: 18%; }

.page-id-33 td.column-3 { width: 10%; }

.page-id-33 td.column-4 { width: 14%; }

@media (max-width:767px){
	/*#jump_header {
		border-top: 8px solid #f87e34;
	}*/
	
	h1 {
		font-size: 24px;
	}
	
	#page_title h1 {
		margin: 0;
		padding: 60px 10px;
		text-align: center;
		font-size: 20px;
	}
	
	.my-catch {
		text-align: left;
	}
	
	/* ボタン（スマホ） */
	.my-custom-button {
		display: block;
		text-align: center;
	}
	
	/*見出し用（スマホ）-------------------------------*/
	
	.my-ttl-01,
	.my-ttl-02 {
		font-size: 16px;
	}
	
	/*調整用（スマホ）-------------------------------*/

	.my-mb-01 {
		margin-bottom: 20px;
	}

	.my-mb-02 {
		margin-bottom: 0;
	}
	
	.my-mb-04 {
		margin-bottom: 20px;
	}

	.my-text-wrap-01 {
		min-height: 100%;
	}
	
	.my-index-btn-text {
		font-size: 16px;
	}
	
	/* 発注までの流れ（スマホ） */
	.contractee-flow-item {
		flex-direction: column;
	}
	
	.contractee-flow-title {
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
	
	/* トップページ用（スマホ）------------------------------- */
	
	.index-catch-01 {
		font-size: 16px;
	}

	.index-catch-02 {
		text-align: left;
	}

	.index-bnr-roofleak {
		display: none;
	}
	
	.index-bnr-roofleak-sp {
		display: block;
		width: 100%;
		margin: auto;
	}
	
	/*発注までの流れ用（スマホ）-------------------------------*/
	
	.contractee-flow-pic {
		width: 100%;
	}
	
	/*お問い合わせバナー用（スマホ）-------------------------------*/

	.banner_contact_pc {
		display: none;
	}

	.banner_contact_smp {
		display: block;
	}
	
	/*会社概要テーブル用（スマホ）-------------------------------*/
	
	.page-id-27 th {
		width: 100px;
	}
	
	/*渡長総合防水についてのh3調整（スマホ）-------------------------------*/
	
	.page-id-176 h3 {
		margin-bottom: 0;
	}
	
	/*渡長総合防水について（スマホ）-------------------------------*/
	.qualification-title {
		font-size: 14px;
	}
	
	.qualification-flex {
		display: block;
	}
	
	.qualification-list li {
		font-size: 12px;
	}
	
	/* 施工経歴表用（スマホ） */

	.page-id-33 .column-1 { width: 40%; font-size: 12px; }

	.page-id-33 .column-2 { width: 20%; font-size: 12px; }

	.page-id-33 .column-3 { width: 20%; font-size: 12px; }

	.page-id-33 .column-4 { width: 20%; font-size: 12px; }
	
}


