@charset "utf-8";

.pbAreaWrapper1{
	height: auto;
}

html, body, div, span, applet, object,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, figure,nav,header {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
input, select, textarea {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
ol, ul, li {
	list-style: none;
}
th {
	font-weight: normal;
}
html {
	height:100%;
	font-size:75%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* +++++++++++++++++++++++++ common */

body {
	position:relative;
	height:100%;
	min-width:1160px;
	font-size-adjust: none;
	font-size: 1.8rem;
	line-height:1.6;
	color:#263238;
	text-align:left;
}
@media screen and (max-width: 767px), print {
	body{
	font-family: "Helvetica Neue", "arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "meiryo", sans-serif;
	}
}

@media screen and (min-width: 768px), print {
	body{
	font-family: "Helvetica Neue", "arial", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans, meiryo, sans-serif";
	}
}
svg {
	vertical-align:bottom;
}
main a,main a:link {
	color: #4699b3;
}
main a:visited {
	color: #4699b3;
}
main a:hover {
	color: #263238;
	text-decoration:none;
}
main a:active {
	color: #263238;
}
::selection {
    background:#A29D95;
}
::-moz-selection {
    background:#A29D95;
}
/* +++++++++++++++++++++++++　ロールオーバー */
main a{
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
main a:hover,
main a:hover img{ opacity:0.70; }

/* +++++++++++++++++++++++++　画像 */
img {
	border: none;
	vertical-align:bottom;
}
img.img-auto-width {
	width:auto;
	max-width:100%;
}
/* +++++++++++++++++++++++++ 表示切替 */
.visible-sp{
	display:none;
}
.visible-pc{
	display:block;
}
/* +++++++++++++++++++++++++　空き設定(margin) */

.mt00{ margin-top:0px !important;}
.mt05{ margin-top:5px !important;}
.mt1{ margin-top:10px !important;}
.mt2{ margin-top:20px !important;}
.mt3{ margin-top:30px !important;}
.mt4{ margin-top:40px !important;}
.mt5{ margin-top:50px !important;}
.mt6{ margin-top:60px !important;}
.mt7{ margin-top:70px !important;}
.mt8{ margin-top:80px !important;}
.mt9{ margin-top:90px !important;}
.mt10{ margin-top:100px !important;}

.mb05{ margin-bottom:5px !important;}
.mb1{ margin-bottom:10px !important;}
.mb2{ margin-bottom:20px !important;}
.mb3{ margin-bottom:30px !important;}
.mb4{ margin-bottom:40px !important;}
.mb5{ margin-bottom:50px !important;}
.mb6{ margin-bottom:60px !important;}
.mb7{ margin-bottom:70px !important;}
.mb8{ margin-bottom:80px !important;}
.mb9{ margin-bottom:90px !important;}
.mb10{ margin-bottom:100px !important;}
.mb12{ margin-bottom:120px !important;}
.mb15{ margin-bottom:150px !important;}
.mb20{ margin-bottom:200px !important;}

.mr05{ margin-right:5px !important;}
.mr1{ margin-right:10px !important;}
.mr2{ margin-right:20px !important;}
.mr3{ margin-right:30px !important;}
.mr4{ margin-right:40px !important;}
.mr5{ margin-right:50px !important;}
.mr6{ margin-right:60px !important;}
.mr7{ margin-right:70px !important;}
.mr8{ margin-right:80px !important;}
.mr9{ margin-right:90px !important;}
.mr10{ margin-right:100px !important;}

/* +++++++++++++++++++++++++　空き設定(padding) */

.pt05{ padding-top:5px !important;}
.pt1{ padding-top:10px !important;}
.pt2{ padding-top:20px !important;}
.pt3{ padding-top:30px !important;}
.pt4{ padding-top:40px !important;}
.pt5{ padding-top:50px !important;}
.pt6{ padding-top:60px !important;}
.pt7{ padding-top:70px !important;}
.pt8{ padding-top:80px !important;}
.pt9{ padding-top:90px !important;}
.pt10{ padding-top:100px !important;}

.pb05{ padding-bottom:5px !important;}
.pb1{ padding-bottom:10px !important;}
.pb2{ padding-bottom:20px !important;}
.pb3{ padding-bottom:30px !important;}
.pb4{ padding-bottom:40px !important;}
.pb5{ padding-bottom:50px !important;}
.pb6{ padding-bottom:60px !important;}
.pb7{ padding-bottom:70px !important;}
.pb8{ padding-bottom:80px !important;}
.pb9{ padding-bottom:90px !important;}
.pb10{ padding-bottom:100px !important;}

.pl05{ padding-left:5px !important;}
.pl1{ padding-left:10px !important;}
.pl2{ padding-left:20px !important;}
.pl3{ padding-left:30px !important;}
.pl4{ padding-left:40px !important;}
.pl5{ padding-left:50px !important;}
.pl6{ padding-left:60px !important;}
.pl7{ padding-left:70px !important;}
.pl8{ padding-left:80px !important;}
.pl9{ padding-left:90px !important;}
.pl10{ padding-left:100px !important;}



/* +++++++++++++++++++++++++　flexbox */

.flex{/*デフォルトFlex*/
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.flex-wc{/*縦中央Flex align-items: center*/
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}
.flex-ce{/*Flex spacebetween 改行アリ */
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.flex-cc{/*縦横中央揃え*/
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}
.flex-ace{/*縦中央Flex align-items:center + spacebetween*/
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.flex-ac{/*縦中央Flex align-items: center 改行あり*/
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}

/* +++++++++++++++++++++++++　テキスト揃え */
.t-al{ text-align:left !important;}
.t-ac{ text-align:center !important;}
.t-ar{ text-align:right !important;}

/* +++++++++++++++++++++++++　clearfix */
.clearfix:after{content:".";display:block;height:0px;clear:both;visibility:hidden; overflow:hidden;}


/* ++++++　・付き通常リスト */
.base-list{
	padding-left:25px;
}
.base-list li{
	list-style-type: disc;
}

/* ++++++　数字付き通常リスト */
.base-list-no{
	padding-left:25px;
}
.base-list-no li{
	list-style-type: decimal;
}

/* ++++++　※印 */
.annotation-txt{
	text-indent:-1em;
	padding-left:1em;
}

/* +++++++++++++++++++++++++　文字調整関連 */
i{
	margin-left:0.2rem;
	margin-right:0.5rem;
}
.bold-txt{
	font-weight:bold;
}

/* +++++++++++++++++++++++++コンテンツ幅 */

.content-area01{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.content-area02{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* +++++++++++++++++++++++++タイトル */
.ttl01 {
	color:#01579b;
	font-size:4rem;
	width:100%;
	letter-spacing:0.2rem;
	text-align: center;
	padding: 4rem 0;
}
.ttl02 {
	color:#01579b;
	font-size:2.8rem;
	width:100%;
	text-align: center;
	padding: 4.8rem 0;
}
.ttl03 {
	color:#fff;
	font-size:2.8rem;
	width:100%;
	text-align: center;
	padding: 4.8rem 0;
}
/* +++++++++++++++++++++++++　リンクボタン */

a.btn-link01{
	margin:3rem auto;
	width:320px;
	font-size:2rem;
	line-height:1;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:1.6rem;
	color:#ffffff;
	letter-spacing:0.05em;
	background-color:#01579b;
	border-radius:3px;
	letter-spacing:0.25rem;
}
a.btn-link02{
	margin:3rem auto;
	width:320px;
	font-size:2rem;
	line-height:1;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:1.6rem;
	color:#01579b!important;
	letter-spacing:0.05em;
	background-color:#ffffff;
	border-radius:3px;
	letter-spacing:0.25rem;
}


/* ++++++++++++++++++ header +++++ */
header > .visible-pc{
	display: block;
	position: fixed;
	height: 110px;
	overflow:hidden; 
	width: 100%;
	background: #fff;
	z-index: 100;
	min-width: 1280px;
}

@media all and (-ms-high-contrast:none) {
	header > .visible-pc{
		height:110px;
	}
}


header > .visible-pc > .flex.content-area01{align-items:flex-start;}

header > .visible-pc ul{display:flex;}
header > .visible-pc .header-logo{
	width:500px;
	margin:27px 0 18px ;
	padding-left:36px;
}
header > .visible-pc .header-menu{
	font-size:14px;
	width:780px;
	justify-content:flex-end;
}
/*
header > .visible-pc .header-menu .flex-wc{
	margin-bottom:18px;
}
*/

.font-chage{
	padding:8px 16px;
	background:#f5f7f8;
}
.font-chage li{
	padding:8px 12px;
}
.font-chage li.middle{background:#fff;color:#263238;cursor: pointer}
.font-chage li.middle.current,
.font-chage li.middle:hover{background:#01579b;color:#fff;}
.font-chage li.middle:hover{opacity:0.70; }

.font-chage li.large{background:#fff;cursor: pointer}
.font-chage li.large.current,
.font-chage li.large:hover{background:#01579b;color:#fff;}
.font-chage li.large:hover{opacity:0.70; }

.font-chage li.large.current,
.font-chage li.middle.current{cursor: default;}
.font-chage li.large.current:hover,
.font-chage li.middle.current:hover{opacity:1;}

header > .visible-pc a.btn-contact{
	width:180px;
	background:#01579b;
	color:#fff;
	padding:16px;
	text-decoration:none;
	text-align:center;
}
header > .visible-pc a.btn-contact i{
	margin-left:5px;
	margin-right:5px;
}
/* クリッカブル領域が少ないという問題があるため削除
header > .visible-pc .header-menu .g-menu{
	font-size:15px;
	padding-right: 24px;
}
header > .visible-pc .header-menu .g-menu li:after{
	padding-left:10px;
	padding-right:10px;
	color:#eceff1;
	content:"｜";
}
header > .visible-pc .header-menu .g-menu li:last-child:after{
	content:none;
}
header > .visible-pc .header-menu .g-menu li a{
	color:#263238;
	font-weight:bold;
	text-decoration:none;
}
*/

/*
  命名規則: S-BEM
*/

.b-pc-global-menu {
  height: 56px;

}

.b-pc-global-menu > ul{
  height: 100%;
  display: flex;
  padding-right: 9px;

}

.b-pc-global-menu > ul > li{
}


.b-pc-global-menu > ul > li > a{


  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
  height:100%;

  padding: 0 19px;

	color:#263238;
	font-weight:bold;
  text-decoration:none;


}

.b-pc-global-menu > ul > li > a::after{
  content:"_";
  color :transparent;

  position: absolute;
    right: -1.5px;

  height: 1em;
  display: block;
    align-items: center;

  margin: auto;
  font-weight: normal;
  border-right: solid 3px #EDEFF1;

}

.b-pc-global-menu > ul > li:last-child > a::after{
  content: none;
}


@media screen and (max-width: 768px) {
  /*spでは表示しない*/
  .b-pc-solution-menu ,.b-pc-strong-menu {
    display: none;
  }
}

.b-pc-solution-menu ,.b-pc-strong-menu {
  overflow-y: auto;
  overflow-x: hidden;
	position: fixed;
	display: none;
  top: 110px;
  left: 0;
	right: 0;
	z-index: 31; /*30とかいうやつがあったので*/
  background: rgba(1, 87, 155, 0.95);
  color: white;
	text-align: center;
	
}

.b-pc-solution-menu > .e-inner ,.b-pc-strong-menu > .e-inner {
	position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 31px 50px 37px;
}

.b-pc-solution-menu > .e-inner > .e-list ,.b-pc-strong-menu > .e-inner > .e-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-pc-solution-menu > .e-inner > .e-list > .e-item ,.b-pc-strong-menu > .e-inner > .e-list > .e-item {
  margin-right: 17px;
  width: calc( (100% - 17px * 4) / 5);
}

.b-pc-solution-menu > .e-inner > .e-list > .e-item:nth-child(5n) {
  margin-right: 0px;
}

.b-pc-solution-menu > .e-inner > .e-list > .e-item > .e-link ,.b-pc-strong-menu > .e-inner > .e-list > .e-item > .e-link {
  display: block;
}

.b-pc-solution-menu > .e-inner > .e-list > .e-item > .e-link, .b-pc-solution-menu > .e-inner > .e-list > .e-item > .e-link:visited, .b-pc-solution-menu > .e-inner > .e-list > .e-item > .e-link:hover ,.b-pc-strong-menu > .e-inner > .e-list > .e-item > .e-link, .b-pc-strong-menu > .e-inner > .e-list > .e-item > .e-link:visited, .b-pc-strong-menu > .e-inner > .e-list > .e-item > .e-link:hover{
  color: inherit;
  text-decoration: none;
}

.b-pc-solution-menu > .e-inner > .e-list > .e-item > .e-link > .e-thumb ,.b-pc-strong-menu > .e-inner > .e-list > .e-item > .e-link > .e-thumb {
  display: block;
  width: 100%;
}

.b-pc-solution-menu > .e-inner > .e-list > .e-item > .e-link > .e-title ,
.b-pc-strong-menu > .e-inner > .e-list > .e-item > .e-link > .e-title {
  margin-top: 11px;
  margin-bottom: 26px;
  line-height: 1;
  font-size: 1.4rem;
}

.b-pc-solution-menu > .e-inner > .e-close-button ,.b-pc-strong-menu > .e-inner > .e-close-button {
  background: transparent;
  border: 3px solid white;
  width: 190px;
  height: 45px;
  font-size: 1.6rem;
	color: white;
	
	transition: .5s;
}

.b-pc-solution-menu > .e-inner > .e-close-button:hover ,.b-pc-strong-menu > .e-inner > .e-close-button:hover {
	background: white;
	color: #01579b;
}


/* ++++++++++++++++++ footer ++++++ */
footer {
	/* position: relative;
	text-align:center;
	background:#01579b;
	color:#fff;
	padding-bottom:14rem;
	margin-top:1.6rem; */
}
.footer-menu{
	padding:4.0rem 0 3.0rem;
}
.footer-menu li{
	display:inline;
}
.footer-menu li:after{
	padding-left:1.0rem;
	padding-right:1.0rem;
	content:"｜";
}
.footer-menu li:last-child:after{
	content:none;
}
.footer-menu a{
	font-size:1.6rem;
	color:#fff;
	text-decoration:none;
}
.copyright{
	font-size:1.2rem;
	padding-bottom:3rem;
	letter-spacing:0.2rem;
	text-align:center;
}
.btn-pagetop{/* ページTOPに戻る */
}
.btn-pagetop a{
    display: block;
    font-size: 0;
    width: 5rem;
    height: 5rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    line-height: 4.8rem;
	margin:0 auto;
}
.btn-pagetop a i{
    font-size: 2rem;
	margin-left:0;
	margin-right:0;
    color:#01579b;
    line-height: 4.8rem;
}
.btn-contact-r{
	/*width:100%;*/
	position: fixed;
	right:0px;
	top:230px;
	line-height:1;
	vertical-align:top;
	text-align:right;
}
.btn-contact-r li{
	margin-bottom:1px;
}




/* ++++++++++++++++++ 共通 contact-area ++++++ */

main.contents{
	padding-top: 50px;
	width:100%;
	display:block;
}

.breadlink {
	padding:1.6rem;
	font-size:1.2rem;
}
.breadlink li{display:inline;}
.breadlink li:after{
	padding-right:1.4rem;
	padding-left:1.4rem;
	content:" > ";
}
.breadlink li:last-child:after{
	content:none;
}


#sekisui-solution{/*積水ソリューション*/
	text-align:center;
	width:100%;
}
#sekisui-solution section{
	width:50%;
	color:#fff;
	border-right:1px solid #e5e5e5;
	margin:5.5rem 0 0;
}
#sekisui-solution section a{
	padding:6rem 0;
	display:block;
	color:#fff;
	text-decoration:none;
}
#sekisui-solution section a:hover{
	background-color:#fff;
	opacity:0.2;
}
#sekisui-solution section:first-child a{
	background:url(img/base/bg_grouppower.jpg) no-repeat;
}
#sekisui-solution section:last-child a{
	background:url(img/base/bg_technology.jpg) no-repeat;
	border-right:none;
}
#sekisui-solution section h3 img{
	display:block;
	margin:18px auto 12px;
}
#sekisui-solution section h3 span{
	font-size:18px;
	display:block;
}

#contact-area{/*footerお問合せ*/
	text-align:center;
	padding:2rem 0 1rem;
}
#contact-area h2{
	font-size:2.7rem;
	width:100%;
	letter-spacing:0.2rem;
	text-align: center;
	padding: 2rem 0 3rem;
}
#contact-area a{
	color:#fff;
	text-decoration:none;
	padding:4rem;
	background:#01579b;
	width:36rem;
	margin:5rem auto;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-contact-f.flex{
	width: 74rem;
	justify-content: center;
	margin: auto;
}
img[src="https://secure.adnxs.com/seg?add=17628158&t=2"]{
	display: none !important;
}

/* 
2020/05/25
トップページにバナーを追加する。
2020/06/26
トップページにもう一つバナーを追加。
 */
 .bnr-area {
	padding: 2rem;
}
.bnr-area p:not(:last-child) {
	margin-bottom: 2rem;
}
.bnr-area p{
	margin: 0 auto;
	width: 1000px;
}
/* 
2020/08/03
コンテンツ下部にバナーを追加。
 */
 .bnr-area.bnr-btm{
	padding: 0 0 6rem;
}
