@charset "UTF-8";

/* ▼ヘッダー（ハンバーガーメニュー） */

#top-head {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 998;
}

#global-nav {
	position: absolute;
	background: #DA9AC1;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul li {
	width: 50%;
	float: left;
	position: static;
	list-style-type: none;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
	
#global-nav ul li a {
	display: block;
	color: #fff;
	white-space:nowrap;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 998;
	text-align: center;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#global-nav ul li a:hover {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}

#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
    height: 36px;
	cursor: pointer;
	z-index: 998;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    display: block;
    background: #666;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.open #global-nav {
	-moz-transform: translateY(550px);
	-webkit-transform: translateY(550px);
	transform: translateY(550px);
}

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

  #top-head {
	  width: 100%;
	  position: fixed;
	  top: 0;
  }

  #global-nav {
	  /* 開いてないときは画面外に配置 */
	  top: -500px;
  }
  
  #nav-toggle {
	  display: block;
  }
	
}

/* ▼ヘッダー（ハンバーガーメニュー以外） */

@media screen and (max-width: 767px) {
	
  h1 {
	  display: none!important;
  }

  h2 {
	  margin: 10px 0 10px 20px!important;
  }

  h3 {
	  display: none!important;
  }
  
  #header_btn01 {
	  display: none;
  }

  #header_left img {
	  width: 60%;
	  height: 60%;
  }

  /* ウィンドウサイズが狭い場合に右コンテンツを画面外に配置 */
  
  #header_right {
	  position: absolute;
	  top: -500px;
  }

	.title {
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top:10px !important;
		margin-bottom:10px !important;
	}
	.title img {
		max-width:100%;
		width:300px;
	}

	#bklist {
		width:100% !important;
	}
	#bklist ul {
		width:100% !important;
		padding:0 !important;
	}
	#bklist li {
		float: none !important;
		margin:20px auto !important;
	}

	#block04 {
		width:100% !important;
	}
	#block04 li {
		float:none !important;
		margin:20px auto !important;
		padding:0 !important;
	}

	#news {
		width:90% !important;
	}
	#news div {
		font-size:120% !important;
		margin-top:20px !important;
	}

	#footer_v3 .inner {
		width:100% !important;
	}

	#footer_v3 .box01,
	#footer_v3 .box02 {
		margin:20px auto !important;
		float:none !important;
		width: 200px !important;
	}
	#footer_v3 .logo {
		width:100% !important;
	    text-align: center;
	}

	.ndisp {
		display: none!important;
	}
	.sdisp {
		width:100% !important;
		font-size: 10px!important;
	  text-align: center!important;
	}
	.title.claster {
		margin-top:50px !important;
		margin-bottom:50px !important;
	}

	.toprogo {
		display:block !important;
		text-align:center !important;
		margin-top:30px !important;
		margin-bottom:20px !important;
	}
	.toprogo img {
		width:80px !important;
	}


}

.toprogo {
	display:none;
	text-align:center !important;
}

@media all and (min-width: 960px) {

  h1 {
	  width: 1100px!important;
	  margin: 5px auto 0 auto!important;
	  padding-left: 20px!important;
	  text-align: left!important;
  }

  h2 {
	  width: 530px!important;
	  height: 86px!important;
	  margin-bottom: 10px!important;
  }
  
  h3 {
	  margin-bottom: 10px!important;
	  font-family: "FB Benton Sans Medium"!important;
	  color: #666!important;
  }
  
  h4 {
	  float: right!important;
	  clear: both!important;
  }
  
  #headerwrap {
	width: 100%;
  }
  
  #header {
	  max-width: 1100px;
	  width: 1100px;
	  margin:0 auto;
	  position:relative;
  }
  
  #header_left {
	  width: 530px;
	  margin-left: 0;
  }
  
  #header_left #header_btn01 {
	  width: 530px;
	  margin-bottom: 20px;
	  list-style-type: none;
  }
  
  #header_right {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 20px;
  }
  
  #header_right #header_menu li {
	  margin-bottom: 10px;
	  padding-left: 15px;
	  list-style-type: none;
	  float: right;
  }

}


/* ▼パンくずリスト */

#breadcrumblist {
	width: 1480px;
	height: 20px;
	margin: 30px auto 0 auto;
	padding-left: 20px;
	list-style-type: none;
}

#breadcrumblist li {
	display: inline;
}

#breadcrumblist li.first {
	padding-left: 40px;
	background-image: url(../images_v3/breadcrumblist_homeicon.png);
	background-repeat: no-repeat;
	background-position: left;
}

#breadcrumblist li a {
	padding-right: 19px;
	background-image: url(../images_v3/breadcrumblist_nexticon.png);
	background-repeat: no-repeat;
	background-position: right;
}


/* ▼3つ並びバナー */

.banner {
	text-align:center;
}

.banner li{
	max-width:33%;
	list-style-type: none;
	display:inline-block;
	box-sizing:border-box;
	margin-bottom: 10px;
}

.banner li img {
	width: 100%;
	height: 100%;
}

.banner li #text {
	padding: 10px 0;
	background-color: #F9FAFA;
	text-align: center;
	white-space:nowrap;
}

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

  .banner {
	  margin: 0 20px;
  }

}

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

  .banner li{
	  list-style-type: none;
	  display:inline-block;
	  box-sizing:border-box;
	  max-width:25%;
  }
  
}

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

  .banner li{
	  max-width:none;
  }
  
}


/* ▼SNSアイコンから下の部分 */

#snsicon {
	width: 100%;
	padding-top: 240px;
	clear: both;
	overflow: auto;
}

#snsicon #wrapper {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#snsicon #wrapper div {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#copy {
	width: 100%;
	padding-top: 100px;
	font-family: "新ゴ R";
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 200%;
	letter-spacing: 3px;
	text-align: center;
}

#textlink {
	width: 100%;
	padding-top: 100px;
	text-align: center;
	clear: both;
}

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

  #snsicon {
	  padding-top: 115px;
  }

  #copy {
	  width: 100%;
	  padding-top: 50px;
	  font-family: "新ゴ R";
	  font-size: 11px;
	  font-weight: normal;
	  color: #666;
	  line-height: 120%;
	  text-align: center;
  }
  
  #textlink {
	  display: none;
  }

}

#member {
	width: 100%;
	padding-top: 100px;
	text-align: center;
	clear: both;
}

#footer {
	width: 100%;
	padding: 100px 0 30px 0;
	text-align: center;
	clear: both;
}

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

  #member {
	  width: 100%;
	  padding-top: 50px;
	  text-align: center;
	  clear: both;
  }

  #footer {
	  padding: 50px 0 15px 0;
  }

  #member img,#footer img {
	  width: 90%;
	  height: 90%;
  }
  
}


/* ▼ページ最上部へ */

#pageup {
	font-size: x-small;
	color: #FFF;
	padding: 8px;
	position: fixed;
	bottom: 14px;
	right: 12px;
	border-radius: 5px;
	background-color: #9EBA70;
}

#pageup:hover {
	transition: all .3s;
	background-color: #BDD09D;
}


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

  #pageup {
	filter:alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	-webkit-opacity: 0.4;
	opacity: 0.4;
  }
	
}


/* ▼ブラウザウィンドウ幅が狭い場合に上部に出るコンバージョンボタン */

#conversion div {
	display:none;
}

@media screen and (max-width: 767px) {
  
  #sptb_headback {
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: fixed;
	right: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	box-shadow: 0 0 6px 0 #666;
	-moz-box-shadow: 0 0 6px 0 #666;
	-webkit-box-shadow: 0 0 6px 0 #666;
  }

  #conversion {
	  position: fixed;
	  right: 56px;
	  top: 14px;
  }
  
  #conversion div {
	  margin-right: 10px;
	  float: left;
	  display: block;
  }

}

.slideshow .thumbnail {
    display: block !important;
}
.slideshow .thumbnail ul {
    text-align: center !important;
}
.slideshow .thumbnail li {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    background-color: #666;
    border-radius:50%;
    margin: 10px 7px;
}

#index01 {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

#bklist {
	width:1100px;
	margin:auto;
	color: #666666;
}
#bklist ul {
	width:1100px;
	text-align:center;
	padding-left:24px;
}
#bklist ul li {
	width:300px;
	display:block;
	float:left;
	margin:34px 25px;
	border:solid 1px #ccc;
	font-size:12px;
	text-align:left;
}
#bklist ul li div.bktitle {
	font-weight:bold;
	margin: 10px 10px 6px 10px;
	font-size:13px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#bklist ul li div.bkln {
	margin: 4px 10px 4px 10px;
	font-size:11px;
}
#bklist ul li div.bkcoms {
	margin: 8px 10px 14px 10px;
	font-size:11px;
}

/* footer
============================================================ */
#footer_v3 {
	border-bottom:1px dotted #b2b2b2;
/*
	border-top: 4px solid #dfdfdf;
*/
}
#footer_v3 .outer {
	position:static;
}
#footer_v3 .inner {
	width:1100px;
	margin:0 auto;
	padding:56px 0 30px;
}
#footer_v3 .logo {
	position:absolute;
	top:20px;
	left:0;
}
#footer_v3 dl {
	float:left;
}
#footer_v3 dl dt,
#footer_v3 dl dt a,
#footer_v3 dl dd {
	color:#666666;
}
#footer_v3 .box01 {
	width:310px;
	padding-right:30px;
}
#footer_v3 .box01 dt,
#footer_v3 .box01 dd {
	line-height:1.8;
	font-size:77%;
}
#footer_v3 .box02 {
	width:210px;
	padding-right:40px;
}
#footer_v3 dl .add {
	margin-bottom:12px;
}
#footer_v3 dl .ico {
	float:left;
}
#footer_v3 dl .num {
	margin-left:54px;
	font-size:77%;
}

/* #copyright
------------------------------------------------------------ */
#copyright .inner {
	width:1100px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
.popupBody #copyright .inner {
	width:700px;
}
#copyright .txt {
	float:left;
	line-height:1;
	color:#666666;
	font-size:77%;
}
#copyright .logo {
	float:right;
}

.link a {
    padding-right: 13px;
    background: url(https://www.polus-green.com/common/img/ico/arrow_01_r.png) no-repeat right center;
}
#footer_v3,
#copyright {
    font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, "MS PGothic", arial,helvetica,clean,sans-serif;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul, .hgroup, .block, .outer, .inner, .row, .box, .cell {
    position: relative;
    zoom: 1;
}
ul:after, .hgroup:after, .block:after, .outer:after, .inner:after, .row:after, .box:after, .cell:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer_v3 p, #footer_v3 li, #footer_v3 th, #footer_v3 td, #footer_v3 dt, #footer_v3 dd {
    line-height: 1.5;
    font-size: 93%;
}

/* #block04
------------------------------------------------------------ */
#block04 {
	margin:auto;
	margin-top:60px;
	width:1100px;
	color:#666;
}

#block04 .btn01 {
	margin: 0 0 0 -35px;}

#block04 .btn01 li {
	float: left;
	width: 210px;
	list-style: none;
	padding: 0 0 0 65px;}

#block04 .btn01 li p {
	margin-top: 10px;
	font-size: 100%;
	text-align:left;
}

#block04 .btn02 {
	margin-left: -40px;
	margin-top: 35px;
}

#block04 .btn02 li {
	float: left;
	padding-left: 40px;
}
#block04 {
    font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, "MS PGothic", arial,helvetica,clean,sans-serif;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


body {
    font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, "MS PGothic", arial,helvetica,clean,sans-serif;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news dl {
	border-bottom:dotted 1px #ccc;
	margin-bottom:6px;
	color:#666;
}

div#news dl.new dd {
    background: url(../img/top/new.gif) no-repeat 0 2px;
}
div#news dl dd {
    padding-left: 30px;
}


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

  h1 {
	  width: 1100px!important;
	  margin: 5px auto 0 auto!important;
	  padding-left: 20px!important;
	  text-align: left!important;
  }

  h2 {
	  width: 530px!important;
	  height: 86px!important;
	  margin-bottom: 10px!important;
  }
  
  h3 {
	  margin-bottom: 10px!important;
	  font-family: "FB Benton Sans Medium"!important;
	  color: #666!important;
  }
  
  h4 {
	  float: right!important;
	  clear: both!important;
  }
  
  #headerwrap {
	width: 100%;
  }
  
  #header {
	  max-width: 100%;
	  width: 100%;
	  margin:0 auto;
	  position:relative;
  }
  
  #header_left {
	  width: 530px;
	  margin-left: 0;
  }
  
  #header_left #header_btn01 {
	  width: 530px;
	  margin-bottom: 20px;
	  list-style-type: none;
  }
  
  #header_right {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 20px;
  }
  
  #header_right #header_menu li {
	  margin-bottom: 10px;
	  padding-left: 15px;
	  list-style-type: none;
	  float: right;
  }

	#bklist {
	    width: 100%;
	}
	#bklist ul {
	    width: 100%;
	}
	.title.claster img {
		max-width: 100%;
	}
	#block04 {
	    width: 100%;
	    text-align: center;
	}
	#block04 .btn01 li {
	    float: none;
	    display:inline-block;
	    padding: 0 30px 0 30px;
	    height: 220px;
	}
	#footer_v3 .inner {
	    width: 640px;
	    margin: auto;
	}
	#footer_v3 .box01 {
	    width: auto;
	    padding-right: 2px;
	    padding-bottom: 20px;
	    float: none;
	}
	#footer_v3 .box02 {
	    padding-right: 2px;
	}
}
