@charset "utf-8";

/*----------------------------------------------------
	幅
----------------------------------------------------*/
/* 1カラム、パンくず */
.wrapper,
.bread {
	margin-right: auto;
	margin-left:  auto;
	width: 90%;
	max-width: 1100px;
	padding-bottom: 100px;
}
/* サイドバーあり */
.wrapper2 {
	margin-right: auto;
	margin-left:  auto;
	width: 90%;
	max-width: 1100px;
	padding-bottom: 100px;
	display: flex;
}
.wrapper2 .maincontent {
	width: 820px;
}
.wrapper2 .sidebar {
	width: 210px;
	margin-left: 70px;
}
.wrapper2 .sidebar ul li a {
	display: block;
	border: solid 1px #0033a7;
	padding: 12px 15px;
	font-size: 1.4rem;
	color: #0033a7;
	text-decoration: none;
	margin-bottom: 10px;
}
.wrapper2 .sidebar ul li a:hover {
	background-color: #0033a7;
	color: #fff;
}
@media (max-width: 768px) {
.wrapper,
.bread {
	padding-bottom: 50px;
}
.wrapper2 {
	max-width: auto;
	padding-bottom: 50px;
	display: block;
}
.wrapper2 .maincontent {
	width: auto;
	margin-bottom: 30px;
}
.wrapper2 .sidebar {
	width: auto;
	margin-left: 0px;
}
}

/*----------------------------------------------------
	サブメインタイトル
----------------------------------------------------*/
.subhead {
	background-color: #2048af;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 60px 10px;
}
/* ヘッダー高さ */
@media screen and (min-width:768px) and ( max-width:1179px) {
.subhead {
	margin-top: 71px;
}
}
@media (min-width: 1180px) {
.subhead {
	margin-top: 107px;
}
}

/* 背景画像指定 */
.page-template-page-company .subhead,
.page-template-page-award .subhead,
.awardlist-template-default .subhead
{
	background-image: url("../img/subhead/company/bg-hdrCompany.png");
	background-size: cover;
}
.page-template-archive .subhead,
.single-format-standard .subhead,
.category-update .subhead,
.date .subhead
{
	background-image: url("../img/subhead/news/bg-hdrnews.png");
	background-size: cover;
}
.page-template-page-cooperation .subhead {
	background-image: url("../img/subhead/cooperation/bg-hdrbusinesspartners.png");
	background-size: cover;
}
.page-template-page-service .subhead {
	background-image: url("../img/subhead/service/bg-hdrbusiness.png");
	background-size: cover;
}
.post-type-archive-solution .subhead,
.solution-template-default .subhead,
.tax-solutioncat .subhead
{
	background-image: url("../img/subhead/solution/bg-hdrtechnology.png");
	background-size: cover;
}
.post-type-archive-results .subhead,
.tax-resulttype .subhead,
.single-results .subhead
{
	background-image: url("../img/subhead/results/bg-hdrcase.png");
	background-size: cover;
}
.page-template-page-contact .subhead {
	background-image: url("../img/subhead/contact/bg-hdrcontact.png");
	background-size: cover;
}
.page-id-9 .subhead,
.page-id-78 .subhead
{
	background-image: url("../img/subhead/policy/bg-hdrpolicy.png");
	background-size: cover;
}
.page-template-page-kankyou .subhead,
.page-template-page-kankyou-kankyou_1 .subhead,
.page-template-page-flowers .subhead,
.tax-genbacat .subhead,
.post-type-archive-genba .subhead,
.single-genba .subhead,
.solution-template-default .subhead_sustainability
{
	background-image: url("../img/subhead/kankyou/bg-hdrsustainability.png");
	background-size: cover;
}
.page-id-109 .subhead
{
	background-image: url("../img/subhead/sitemap/bg-hdrSitemap.jpg");
	background-size: cover;
}

@media (max-width: 768px) {
.page-template-page-company .subhead,
.page-template-page-award .subhead,
.awardlist-template-default .subhead
{
	background-image: url("../img/subhead/company/bg-hdrCompany-sp.png");
}
.page-template-archive .subhead,
.single-format-standard .subhead,
.category-update .subhead,
.date .subhead
{
	background-image: url("../img/subhead/news/bg-hdrnews-sp.png");
	background-size: cover;
}
.page-template-page-cooperation .subhead {
	background-image: url("../img/subhead/cooperation/bg-hdrbusinesspartners-sp.png");
	background-size: cover;
}
.page-template-page-service .subhead {
	background-image: url("../img/subhead/service/bg-hdrbusiness-sp.png");
	background-size: cover;
}
.page-template-page-kankyou .subhead,
.page-template-page-kankyou-kankyou_1 .subhead,
.solution-template-default .subhead,
.page-template-page-flowers .subhead,
.tax-genbacat .subhead,
.post-type-archive-genba .subhead,
.single-genba .subhead
{
	background-image: url("../img/subhead/kankyou/bg-hdrsustainability-sp.png");
	background-size: cover;
}
.post-type-archive-solution .subhead,
.solution-template-default .subhead,
.tax-solutioncat .subhead
{
	background-image: url("../img/subhead/solution/bg-hdrtechnology-sp.png");
	background-size: cover;
}
.post-type-archive-results .subhead,
.tax-resulttype .subhead,
.single-results .subhead
{
	background-image: url("../img/subhead/results/bg-hdrcase-sp.png");
	background-size: cover;
}
.page-template-page-contact .subhead {
	background-image: url("../img/subhead/contact/bg-hdrcontact-sp.png");
	background-size: cover;
}
.page-id-9 .subhead,
.page-id-78 .subhead
{
	background-image: url("../img/subhead/policy/bg-hdrpolicy-sp.png");
	background-size: cover;
}
.page-id-109 .subhead
{
	background-image: url("../img/subhead/sitemap/bg-hdrSitemap-sp.jpg");
	background-size: cover;
}
}

.subhead h1,
.subhead p {
	display: block;
	font-size: 3.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.subhead h1 span,
.subhead p span {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
}
@media (max-width: 768px) {
.subhead h1,
.subhead p {
	font-size: 2.8rem;
}
.subhead h1 span,
.subhead p span {
	font-size: 1.4rem;
}
}


/*----------------------------------------------------
	見出し
----------------------------------------------------*/
/* デザインh2 */
.heading01 {
	border-bottom: solid 2px #d5d9df;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 600;
}
.heading01:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #2048af;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -2px;
	width: 95px;
}
.heading01.mgt {
	margin-top: 80px;
}
.heading01 .sub {
	display: block;
    font-size: 1.8rem;
    line-height: 1;
}
/* デザインh3 */
.heading02 {
	margin-top: 40px;
	padding-left: 40px;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	font-size: 2.4rem;
	font-weight: 600;
	background-image: url("../img/h3.png");
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.heading02::after {
  border-bottom: dotted 2px #d8dbe1;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
/* デザインh4 */
.heading03 {
	font-size: 1.8rem;
	color: #333333;
	font-weight: 600;
	border-left: solid 4px #01aaa7;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}
/* デザインh5 */
.heading04 {
	font-size: 2.4rem;
	color: #0033a7;
	font-weight: normal;
	margin-bottom: 20px;
}
/* デザインh6 */
.heading05 {
	font-size: 1.6rem;
	color: #333333;
	font-weight: 600;
}
.mgt0 {
	margin-top: 0 !important;
}
@media (max-width: 768px) {
.heading01 {
	font-size: 1.9rem;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.heading01.mgt {
	margin-top: 50px;
}
.heading01 .sub {
    font-size: 1.2rem;
}
.heading02 {
	margin-bottom: 20px;
	font-size: 1.7rem;
}
.heading03 {
	font-size: 1.6rem;
}
.heading04 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.heading05 {
	font-size: 1.3rem;
}
}

/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
.bread {
	display: flex;
	padding: 25px 0 50px;
	font-size: 1.3rem;
}
.bread li {
	float: left;
	color: #555555;
}
.bread li::after {
	content: "/";
	margin-right: 8px;
	color: #ccc;
}
.bread li:last-child::after {
	content: "";
}
.bread a {
	margin-right: 8px;
	color: #0033a7;
	text-decoration: underline;
}
.bread a:hover {
	text-decoration: none;
}
@media (max-width: 768px) {
.bread {
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
}
}
	
/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.alignCenterPC {
	text-align: center !important;
}
.last {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
.alignCenterPC {
	text-align: left !important;
}
}

@media (min-width: 751px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #333;
}
}

/** 表 スマホでスクロール **/
@media (max-width: 768px) {
.table-wrap {
	overflow-x: scroll;
}
.table-wrap table {
	width: 100% !important;
	min-width: 800px !important;
}
tbody {
    -webkit-text-size-adjust: 100%;
}
}


/* PDFアイコン */
.icon_pdf {
    display:block;
}
.icon_pdf:after {
    background:url(../img/icon_pdf.svg) 0 0 no-repeat;
    -webkit-background-size:18px 21px;
    content:"";
    display:inline-block;
    width:18px;
    height:21px;
	position:relative;
    top:5px;
	margin-left: 10px;
}
@media (max-width: 768px) {
.icon_pdf:after {
    -webkit-background-size:12px 14px;
    width:12px;
    height:14px;
    top:3px;
}	
}

ol.ol {
	padding-left: 20px;
}
ol.ol li {
	list-style-type: decimal;
	padding: 0px 0px 10px 10px;
}
.section_mgt {
	margin-top: 80px;
}
@media (max-width: 768px) {
.section_mgt {
	margin-top: 40px;
}
}
	
/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.sub_buttonArea {
	margin-top: 30px;
}
a.sub_button {
	background-color: #0033a7;
	border: solid 1px #0033a7;
	display: inline-block;
	width: auto;
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 60px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
a.sub_button::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 0;
	background: #01aaa7;
	height: 11px;
	width: 22px;
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotate(-45deg);
}
a.sub_button:hover {
	color: #0033a7;
	background-color: #fff;
	border: solid 1px #0033a7;
}

.arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 15px;
	height: 1px;
	background: currentColor;
	margin-left: 20px;
	transition: 0.3s;
}
.arrow-right::before {
	content: '';
	width: 0.35em;
	height: 0.35em;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}
a.sub_button:hover .arrow-right {
	color: #0033a7;
}

/* ボーターボタン */
.btn_border a {
	border: solid 2px #0033a7;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #0033a7;
	text-align: center;
	font-weight: 600;
}
.btn_border a:hover {
	background-color: #e7ebf7;
}

/*----------------------------------------------------
	カラム
----------------------------------------------------*/
/** 2列 **/
ul.col02 {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap:wrap;
}
ul.col02 li {
	width: 48%;
	box-sizing: border-box;
	margin: 0 4% 20px 0%;
}
ul.col02 li:nth-of-type(2n) {
	margin-right: 0;
}
ul.mgb0 li {
	margin-bottom: 0;
}

ul.col02mgb li {
	margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px){
ul.col02 {
	display: block;
}
ul.col02 li {
	width: auto;
	box-sizing: border-box;
	margin: 0 2% 2em 2%;
}
ul.col02 li:nth-of-type(2n) {
	margin-right: 2%;
}
}

/** 3列 **/
ul.col03 {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap:wrap;
}
ul.col03 li {
	width: 30%;
	box-sizing: border-box;
	margin: 0 5% 2em 0%;
}
ul.col03 li:nth-of-type(3n) {
	margin-right: 0;
}
ul.col03 li ul {
	margin-bottom: 20px;
}
ul.col03 li ul li,
ul.col03 li ol li {
	width: auto;
	margin: 0;
}
@media only screen and (max-width: 768px){
ul.col03 {
	display: flex;
}
ul.col03 li {
	width: 100%;
	margin: 0 0% 20px 0%;
}
ul.col03 li:nth-of-type(3n) {
	margin-right: 0;
}
}

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


/*----------------------------------------------------
	サイトマップ
----------------------------------------------------*/
ul.sitemap a {
	color: #333;
	text-decoration: none;
}
ul.sitemap a:hover {
	text-decoration: underline;
}
ul.sitemap p {
	padding: 5px 0 5px 10px;
	border-left: solid 4px #0033a7;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.6;
	background-color: #ebf1fc;
}
ul.sitemap li ul {
	margin-bottom: 40px;
	margin-left: 10px;
}
ul.sitemap li ul li {
	font-size: 1.4rem;
	margin-bottom: 15px;
	line-height: 1.4;
	padding: 0 0 10px 0px;
	border-bottom: solid 1px #d5d9df;
}


/*----------------------------------------------------
	第二階層インデックス
----------------------------------------------------*/
.subIndex a {
	display: block;
	text-align: center;
}
.subIndex figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.subIndex figure::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: .3s;
}
.subIndex figure img {
	transition: .3s;
}
.subIndex a:hover img {
  filter: brightness(100%);
}

/*.subIndex a:hover figure::before {
	background: rgba(0,51,167,.3);
}*/
.subIndex a:hover figure img {
	transform: scale(1.2);
}
.subIndex a p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	position: relative;
    display: inline-block;
	margin: 10px auto 0;
}
.subIndex a {
	text-decoration: none;
}
.subIndex a p:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #0033a7;
    border-right: solid 2px #0033a7;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -4px;
}	


/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
dl.information {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
dl.information dt,
dl.information dd {
	padding-bottom: 20px;
	border-bottom: solid 1px #d5d9df;
	margin-bottom: 20px;
}
dl.information dt {
	width: 12em;
	color: #8c95a2;
}
dl.information dd {
	width: calc(100% - 12em);
}
dl.information dt span.info_date {
	margin-right: 10px;
}
dl.information dt span.info_cat {
	width: 5em;
	display: inline-block;
	text-align: center;
	border: solid 1px #0033a7;
	color: #0033a7;
}
dl.information dt span.info_cat {
	width: 5em;
	display: inline-block;
	text-align: center;
}
dl.information dt span.bridge {
	border: solid 1px #0033a7;
	color: #0033a7;
}
dl.information dt span.drainage {
	border: solid 1px #8ab121;
	color: #8ab121;
}
dl.information dt span.others {
	border: solid 1px #666;
	color: #666;
}

@media only screen and (max-width: 768px) { 
dl.information dt {
	width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 10px;
}
dl.information dt:nth-last-child(2) {
    margin-bottom: 10px;
}
dl.information dd{
    width: 100%;
    margin-bottom: 20px;
}
dl.information dd:last-child{
    margin-bottom: 0;
}
}