﻿@charset "shift_jis";
/*
Theme Name: SECOND8
Theme URI: https://www.sakkankyo.or.jp/
Description: 札幌市管工事業協同組合
Author: セカンドエイト株式会社
Author URI: https://www.second8.co.jp/
License: (C)second8
*/

/* Reset
-----------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:normal;
	background:transparent;
}
body {
	font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Myriad, Arial, "Meiryo", "メイリオ", sans-serif;
	_font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-size:16px;
	*font-size:100%;
	line-height:1.8;
	word-break:break-all;
	color:#000;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
a {
	color:#666;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
}
img {
	vertical-align:top;
	border-style:none;
}
/* Links
----------------------------------------------- */
a {
	text-decoration:underline;
	color:#0000CC;
}
a:visited {
	color:#660099;
}
a:hover {
	text-decoration:underline;
	color:#0099FF;
}
a:active {
	color:#0000CC;
}
/* Font
----------------------------------------------- */
.bold {
	font-weight:bold;
}
.font20{
font-size:20px;
}
.font26{
font-size:26px;
}
.font30{
font-size:30px;
}
.font40{
font-size:40px;
}
/* Align
----------------------------------------------- */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/* Top
----------------------------------------------- */
header p {
	background:#1A3989;
	color:#FFF;
	text-align:center;
}
h1 {
	margin:5px auto 10px;
	text-align:center;
}
header ul {
	width:1260px;
	margin:0 auto 15px;
	padding-left:5px;
	display:flex;
	justify-content:space-between;
}
header li {
	border-bottom:2px solid #1A3989;
	width:164px;
	margin-right:16px;
	font-size:20px;
	text-align:center;
}
header a {
	padding-top:16px;
	padding-bottom:14px;
	color:#1A3989;
	text-decoration:none;
	display:block;
}
header a:hover {
	/*border-top:2px solid #3FCBFF;230510*/
	padding-top:14px;
	padding-bottom:14px;
	color:#1A3989;
	text-decoration:none;
}
/*ここから、TOP右の認定ロゴマークです。*/
header nav {
	position:relative;
}
.nintei_logo{
	position:absolute;
	top:40px;
	left: 130px;
}

/*ここまで、TOP右の認定ロゴマークです。*/
/*組合員専用　オレンジボタン 230510*/
.private_orange {
	position: absolute;
    top: 45px;
    right: 40px;
}
.private_orange img::hover{
	background-image:url(../top_img/btn_private_orange_on.png);
}
/*10分でわかる管工事業界 230510*/
.movie_wrap {
	width:1500px;
	margin: 10px auto 50px auto;
    display: flex;
    justify-content: space-between;
}
.movie {
	width: 735px;
}
/*youtube ドロップシャドウ 230511*/
.movie iframe {
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}
.left_border {
	/*font-size: 48px;*/
    font-family: "メイリオ";
	margin: 0 0 -5px 0;
}
/*タイトル　左青ボーダー230510*/
.left_border span {
	/*border-left: 8px solid #086df5;*/
	position:relative;
	font-size: 48px;
	padding: 0 0 0 20px;
}
.left_border span::before {
	content: "";
    display: block;
    width: 8px;
    height: 40px;
    background-color: #086df5;
    position: absolute;
    top: 14px;
}
/*youtubeの追加231128*/
.left_border_mov {
	/*font-size: 48px;*/
    font-family: "メイリオ";
	margin: 0 0 8px 0;
}
/*タイトル　左青ボーダー230510*/
.left_border_mov span {
	/*border-left: 8px solid #086df5;*/
	position:relative;
	font-size: 48px;
	padding: 0 0 0 20px;
	line-height: 1.25;
}
.left_border_mov span::before {
	content: "";
    display: block;
    width: 8px;
    height: 40px;
    background-color: #086df5;
    position: absolute;
    top: 14px;
}
/*パンフレット230510*/
.pamphlet {
    width: 1300px;
    margin: 0 auto -30px auto;
	position:relative;
	z-index:30;
}
/*札管協PRパンフレットダウンロード230510*/
.p_title {
   border-radius: 0 10px;
    border: 2px solid #1A3989;
    width: 900px;
    margin: 0 auto 30px auto;
    padding: 5px 15px;
    color: #1A3989;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 1680px){
	.nintei_logo{
	position:static;
	top:0px;
	right:0px;
	display:none;
	}
	/*組合員専用　オレンジボタン 230510*/
	.private_orange {
	position: absolute;
    top: 0;
    right: 40px;
	}
}
.p_list {
	display: flex;
    justify-content: space-between;
}
.p_list ul {
}
.p_list ul li {
	position: relative;
    padding: 0 0 0 20px;
}
.p_list ul li::after {
	content: '';
    background-color: #1A3989;
    width: 15px;
    height: 3px;
    top: 12px;
    left: 0;
    display: block;
    position: absolute;
}
/*230510ここまで*/

#main {
	background:url(../img_spring/bg_header.png) no-repeat center;
	background-size:cover;
	height:630px;
}
#main_inner {
	width:1260px;
	margin:0 auto;
	position:relative;
}
h2 {
	margin-bottom:22px;
	padding-top:25px;
}
.suirinkun {
	position:absolute;
	top:110px;
	left:470px;
}
/** 直下の電話番号バナーの文言が少ない時（初期）
h2 {
	margin-bottom:56px;
	padding-top:45px;
}
.suirinkun {
	position:absolute;
	top:148px;
	left:470px;
}
**/
.map {
	position:absolute;
	top:0;
	right:0;
}
.lead_wrap {
	background:#EFF1F4;
	padding:70px 70px;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.lead_wrap:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:120%;
	height:48%;
	margin:3% -10% 0;
	background:#DADEE4;
	-webkit-transform-origin:right center;
	-ms-transform-origin:right center;
	transform-origin:right center;
	-webkit-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	transform:rotate(-10deg);
	z-index:-1;
}
.lead_wrap_bg {
	box-sizing:boder-box;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0 10px 20px;
	text-align:center;
}
.lead_wrap_inner {
	background-color:rgba(255,255,255,0.8);
	width:1140px;
	margin:0 auto 60px;/*230510*/
	padding:60px;
	font-size:20px;
	line-height:35px;
	text-align:center;
}
.lead_wrap ul {
	width:1260px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.lead_wrap ul li:nth-child(1) {
	padding-top:180px;
}
.lead_wrap ul li:nth-child(2) {
	padding-top:120px;
}
.lead_wrap ul li:nth-child(3) {
	padding-top:60px;
}
.lead_wrap ul li a {
	position:relative;
	overflow:hidden;
	float:left;
}
.lead_wrap ul li a:after {
	content:"";
	background:rgba(255,255,255,0.2);
	width:100%;
	height:100%;
	top:0;
	left:-100%;
	position:absolute;
	z-index:9999;
	transition:0.1s;
}
.lead_wrap ul li a:hover:after {
	left:100%;
}
.pattern_wrap {
	background:url(../img_spring/bg_pattern.png) repeat left;
	padding:60px 0 80px;
	position:relative;
}
.pattern_wrap_inner01 {
	background:#DADEE4;
	background-position:left;
	width:1130px;
	padding:60px 70px;
	overflow:hidden;
}
.private_wrap {
	background:#FFF;
	width:760px;
	padding:20px 60px;
	float:right;
	position:relative;
}
/* スクロールで左から出てくる */
.private_wrap.delighter {
	transition:all .4s ease-out;
	transform:translateX(-100%);
	opacity:0;
}
/* スクロールで左から出てくる スタート時 */
.private_wrap.delighter.started {
	transform:none;
	opacity:1;
}
h3 {
	border-radius:0 10px;
	border:2px solid #1A3989;
	width:390px;
	margin-bottom:10px;
	padding:5px 15px;
	color:#1A3989;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
.private_wrap span {
	color:#FF7110;
	font-size:18px;
	font-weight:bold;
}
.suirinkun02 {
	position:absolute;
	top:25px;
	left:550px;
}
.pattern_wrap_inner02 {
	background:#1A3989;
	background-position:right;
	width:38%;
	padding:30px 70px;
	position:absolute;
	top:230px;
	right:0;
}
.lead_wrap02 {
	background:#EFF1F4;
	padding:60px 0;
}
.lead_wrap_inner02 {
	background:#FFF;
	width:1140px;
	margin:0 auto;
	padding:60px;
	font-size:20px;
	line-height:35px;
	text-align:center;
	overflow:hidden;
}
.lead_wrap02 ul {
	margin-bottom:20px;
	font-size:16px;
	text-align:left;
}
.lead_wrap02 ul li {
	padding-left:20px;
	position:relative;
}
.lead_wrap02 ul li::after {
	content:'';
	background-color:#1A3989;
	width:15px;
	height:3px;
	top:15px;
	left:0;
	display:block;
	position:absolute;  
}
.pdf {
	margin-bottom:10px;
	font-size:16px;
	text-align:left;
	line-height:26px;
}
.lead_wrap_left {
	float:left;
}
.lead_wrap_right {
	float:right;
}
.info {
	background-color:rgba(239,241,244,0.7);
	width:1020px;
	margin:0 auto;
	padding:65px 120px;
}
h4 {
	border-bottom:2px solid;
    border-image:linear-gradient(to right,#00267F 0%,#5FC8FF 100%);
    border-image-slice:1;
	width:440px;
	margin:0 auto 35px;
	color:#1A3989;
	font-size:20px;
	font-weight:bold;
}
.info dl {
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	height:500px;
	overflow-y:scroll;
}
.info dt {
	border-top:1px solid #DBDBDB;
	width:90px;
	padding:15px 60px 15px 0;
	color:#1A3989;
	float:left;
}
.info dt:first-child {
	border-top:0;
	width:90px;
	padding:15px 60px 15px 0;
	color:#1A3989;
	float:left;
}
.info dd {
	border-top:1px solid #DBDBDB;
	width:850px;
	padding:15px 0;
	float:left;
}
.info dd:first-of-type {
	border-top:0;
	width:850px;
	padding:15px 0;
	float:left;
}
/* 250207 floatを無効化してflexへ（ここから） */
.info dl {
	box-sizing: border-box;
	display: flex !important;
	flex-wrap: wrap;
}
.info dt {
	width: 17% !important;
	float: none !important;
	box-sizing: border-box;
}
.info dd {
	width: 83% !important;
	float: none !important;
}
/* 250207 floatを無効化してflexへ（ここまで） */
footer {
	background:#DADEE4;
	padding:60px 0 0;
}
#footer_inner {
	width:1260px;
	margin:0 auto;
	position:relative;
}
footer ul.bn01 {
	width:1150px;
	margin:0 auto 60px;
	display:flex;
	justify-content:space-between;
}
footer ul.bn01 a:hover {
	opacity:0.7;
}
footer ul.bn01 div {
    display:flex;
    justify-content:center;
    align-items:center;
}
h5 {
	background:#FFF;
	border-radius:0 10px;
	border:2px solid #1A3989;
	width:794px;
	margin-bottom:20px;
	padding:5px 15px;
	color:#1A3989;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
footer dl {
	overflow:hidden;
}
footer dl dt {
	border:2px solid #1A3989;
	width:66px;
	float:left;
}
footer dl dd {
	background:#1A3989;
	border:2px solid #1A3989;
	width:270px;
	margin-right:20px;
	padding:5px;
	height:56px;
	color:#FFF;
	line-height:26px;
	float:left;
}
footer dl dd.guide {
	background:#1A3989;
	border:2px solid #1A3989;
	width:270px;
	margin-right:20px;
	padding:5px;
	height:56px;
	color:#FFF;
	line-height:20px;
	float:left;
}
footer dl dd span {
	color:#FF0;
	font-weight:bold;
}
footer dl dd a {
	background:url(../img_spring/ico_navi.png) no-repeat left top 3px;
	padding-left:12px;
	color:#FFF;
	text-decoration:none;
}
footer dl dd a:hover {
	color:#FFF;
	text-decoration:underline;
}
footer dl dd a:visited {
	color:#FFF;
}
.row_space20 {
	margin-bottom:20px;
}
.row_space30 {
	margin-bottom:30px;
}
.row_space40 {
	margin-bottom:40px;
}
.row_space50 {
	margin-bottom:50px;
}
.row_space60 {
	margin:0 0 60px 100px;
}
.kaigaten2312{
	margin: 36px 0 -16px 0px;
    text-align: center;
	}
.teidenkyusui2407{
	margin: -20px 0 30px 0px;
    text-align: center;
	}
.kaigatxt2312{
	color:#ff4500;
	}
footer ul.bn02 {
	width:825px;
	margin-bottom:25px;
	display:flex;
	justify-content:space-between;
}
footer ul.bn02 a:hover {
	opacity:0.7;
}
footer ul.bn03 {
	width:825px;
	margin-bottom:250px;
	display:flex;
	justify-content:space-between;
}
footer ul.bn03 a:hover {
	opacity:0.7;
}
.suirinkun03 {
	position:absolute;
	right:0;
	bottom:0;
	top:130px;
}
#footer_nav {
	background:#1E3B94;
	padding:70px 60px;
	text-align:center;
}
#footer_nav li {
	margin-right:10px;
	color:#FFF;
	display:inline-block;
}
#footer_nav li:not(:first-child)::before {
	content:"／　";
}
#footer_nav li a {
	color:#FFF;
	text-decoration:none;
}
#footer_nav li a:hover {
	color:#FFF;
	text-decoration:underline;
}
#copyright {
	background:#001E68;
	padding:35px 0;
	color:#FFF;
	font-size:14px;
	line-height:20px;
	text-align:center;
}
#copyright a {
	color:#FFF;
	text-decoration:none;
}
#pagetop {
    position:fixed;
    bottom:25px;
    right:25px;
	z-index: 50;/*230511*/
}
.fade_off {
    opacity:0;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
	transform:translate(0, 45px);
}
.fade_on {
    opacity:1;
	transform:translate(0, 0);
	}
/* ノートブックとタブレット縦と横の表示修正を行いました。
/*後日、タブレットの縦横を行います。
@media screen and (min-width:768px) and (max-width:960px) {
	.pattern_wrap_inner01 {
	padding:60px 70px 60px 20px;
	}
	.private_wrap {
	float:left;
}
}
@media screen and (min-width:961px) and (max-width:1024px) {
	.pattern_wrap_inner01 {
	padding:60px 70px 60px 20px;
	}
	.private_wrap {
	float:left;
}
} */
@media screen and (min-width:1025px) and (max-width:1400px) {
	.pattern_wrap_inner01 {
	padding:60px 70px 60px 20px;
	}
	.private_wrap {
	float:left;
}
}




