@charset "utf-8";
/* ===========================================================


	Title:	home.css


=========================================================== */
.home .contents-wrap {
	padding-left: 0;
}
.home main {
	border-left: none;
	font-size: 15px;
	font-size: 1.5rem;
}
/* fluid 5 columns */
.grid-sizer, .grid {
	float: left;
	width: 10%;
}
/* 2 columns */
.grid-w02 {
	width: 20%;
}
.grid-w03 {
	width: 30%;
}
.grid-w04 {
	width: 40%;
}
.grid-w05 {
	width: 50%;
}
.grid-w06 {
	width: 60%;
}
.grid-w07 {
	width: 70%;
}
.grid-w08 {
	width: 80%;
}
.grid-w09 {
	width: 90%;
}
.grid-w10 {
	width: 100%;
}

@media screen and (min-width: 1280px) {
	.grid-lg-w05{
		width: 50%;
	}
	#feature .feature_title br{
		display: none;
	}
}

@media screen and (min-width: 1680px) {
	#feature .feature_title br{
		display: block;
	}
}

@media screen and (max-width: 1279px) {
	.grid-w02 ,.grid-w03,.grid-w04,.grid-w05,.grid-w06,.grid-w07,.grid-w08,.grid-w09,.grid-w10 {
	width: 100%;
}

#feature .feature_title br{
	display: block;
}
}

.bx-wrapper {
	background: transparent;
	border: none;
	box-shadow: none;
}
.box_title {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0 0 3rem 0;
	padding: 0 0 0 2rem;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1;
	position: relative;
	border-bottom: none;
	color: #000;
	/*font-style: italic;*/

	z-index: 500;
}

.box_title a {
	color: #000;
}
.box_title a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.box_title:before {
	content: " ";
	width: 10px;
	height: 3px;
	display: inline-block;
	border-bottom: solid 3px #5bb43b;
	position: absolute;
	margin: -3px 0 0;
	top: 50%;
	left: 0;
	z-index: 2;
	color: #fff;
}

.link_title::before {
		content: "\f105";
    width: 20px;
    height: 20px;
		font-size: 20px;
    display: inline-block;
    border-bottom: none;
    position: absolute;
    margin: 10px 0 0 0;
		line-height: 0;
    top: 0;
    left: 2px;
    z-index: 2;
    font-family: FontAwesome;
		color: #5bb43b;
		vertical-align: top;
}

#feature, #financial {
	background-color: #5bb43b;
	color: #fff;
	position: relative;
	padding: 28px;
}

@media screen and (min-width: 1280px) {
	#feature {
		min-height: 400px;
		padding: 28px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -60px;
	}
}
#feature .box_title, #financial .box_title {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0 0 3rem 0;
	padding: 0 0 0 2rem;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1;
	position: relative;
	border-bottom: none;
	color: #fff;/*font-style: italic;*/

}
#feature .box_title a, #financial .box_title a {
	color: #fff;
}
#feature .box_title a:hover, #financial .box_title a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#feature .box_title:before, #financial .box_title:before {
	content: " ";
	width: 10px;
	height: 3px;
	display: inline-block;
	border-bottom: solid 3px #fff;
	position: absolute;
	margin: 0 0 0;
	top: 10px;
	left: 0;
	z-index: 2;
	color: #fff;
}


#feature .link_title:before, #financial .link_title:before {
		content: "\f105";
    width: 20px;
    height: 20px;
		font-size: 20px;
    display: inline-block;
    border-bottom: none;
    position: absolute;
    margin: 10px 0 0 0;
		line-height: 0;
    top: 0;
    left: 2px;
    z-index: 2;
    font-family: FontAwesome;
		color: #fff;
		vertical-align: top;
}
#feature .number {
	display: block;
	font-family: "source-han-serif-japanese", serif;
	float: left;
	color: #fff;
	font-size: 122px;
	font-size: 12.2rem;
	font-style: italic;
	line-height: 1;
}
#feature .feature_title {
	display: block;
	width: 80%;
	float: left;
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.5;
	font-style: italic;
	font-family: "source-han-serif-japanese", serif;
	margin: 0 0 0 32px;
}

@media all and (-ms-high-contrast: none) {
.box_title {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}
#feature .box_title, #financial .box_title {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}
#feature .number {
	font-weight: 800;
	font-style: italic;
}
#feature .feature_title {
	font-weight: 800;
}
}
#feature .link-button-c {
	position: absolute;
	left: 28px;
	bottom: 20px;
}
.bx-wrapper {
	margin-bottom: 60px;
	min-height: 220px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #b7d659;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c8c8c8;
}
.bx-wrapper .bx-pager {
	text-align: right;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -60px;
}
#distribution {
	background-color: #fff;
	color: #000;
	position: relative;
	padding: 28px 28px 48px;
}

#distribution .box_title{
	 margin: 0 0 4rem 0;
}

#distribution ul li {
	float: left;
	text-align: center;
}

#distribution ul li.w3 {
	width: 33%;
}
#distribution ul li.w4 {
	width: 25%;
}
#distribution ul li dt {
	font-size: 15px;
	font-size: 1.5rem;
}
#distribution ul li dd.price {
	font-family: "open-sans", sans-serif;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 800;
}
#distribution ul li dd.price span {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #646464;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	margin-left: 0.25rem;
}
#distribution ul li.actual dd.price {
	color: #5bb43b;
}
#distribution ul li.forecast dd.price {
	color: #646464;
}
#distribution ul li dd.date {
	font-size: 12px;
	font-size: 1.2rem;
}

#portfolio {
	float: right;
	position: relative;
	padding: 28px;
	background-color: #fff;
}
#portfolio .bx-wrapper {
	max-width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}
#portfolio .bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
	height: 100% !important;
}
#portfolio .bx-wrapper .bx-pager, #portfolio .bx-wrapper .bx-controls-auto {
	right: 28px;
	bottom: 28px;
}
#portfolio li {
	background: center / cover no-repeat;
	position: relative;
}
#portfolio li.port01 {
	background: url(/assets/img/ja/home/port01.png) center center no-repeat;
	background-size: cover;
}
#portfolio li.port02 {
	background: url(/assets/img/ja/home/port01.png) center center no-repeat;
	background-size: cover;
}
#portfolio li.port03 {
	background: url(/assets/img/ja/home/port01.png) center center no-repeat;
	background-size: cover;
}
#portfolio div.pfName {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1;
	position: absolute;
	left: 28px;
	bottom: 28px;
	z-index: 2;
}
#portfolio div.pfName span {
	float: left;
}
#portfolio div.pfName em {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	padding: 6px 12px;
	line-height: 1;
	margin-right: 10px;
	float: left;
}
#portfolio div.pfNameUR em {
	background: #df5b45;
}
#portfolio div.pfNameTO em {
	background: #3b629b;
}
#portfolio div.pfNameAA em {
	background: #dfad70;
}

#portfolio div .overlay {
  background-image: -moz-linear-gradient( 90deg, rgb(4,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(4,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(4,0,0) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 235px;
  z-index: 1;
}


#news {
	background-color: #efefef;
	padding: 28px;
	position: relative;
}
#news .news-cont {
	padding: 0 28px;
	margin: 0;
}
#news .news-link {
	position: absolute;
	top: 28px;
	right: 28px;
	z-index: 999;
}
#news .news-link li {
	float: left;
	margin: 0 10px;
}
#news .link-a:link, #news .link-a:visited {
	position: relative;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333333;
	padding-left: 14px;
}
#news .link-a:hover {
	color: #5bb43b;
}
#news .link-a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.8rem;
	content: "▶︎";
	font-family: FontAwesome;
	color: #5bb43b;
}
#news .link-a.ico-rss::before {
	content: "";
	width: 9px;
	height: 9px;
	background: url(/assets/img/top/ico_rss.svg) center center no-repeat;
	top: 2px;
}
#news .link-a:hover:before {
	text-decoration: none !important;
}
#news dl {
	margin: 0;
	padding: 24px 0;
	border-bottom: 1px solid #d2d0cf;
}
#news dt {
	clear: both;
	float: left;
	position: relative;
	margin: 0;
	color: #555555;
	width: 20.5rem;
}
#news dt span.icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1;
	padding: 3px;
	color: #fff;
	text-align: center;
	margin: 1px 0 0 1rem;
	width: 7rem;
	border-radius: 0;
	float: right;
}
#news dd {
	margin: 0 0 0 20rem;
	padding: 0 2rem;
	position: relative;
}
#news dd img {
	margin: 0 2px 0 4px;
	vertical-align: middle;
}
#news .news-cont dl a:link, #news .news-cont dl a:visited {
	text-decoration: none;
	color: #000;
}
#news .news-cont dl a:hover {
	text-decoration: underline;
}

#port-data {
	background-color: #fff;
	color: #000;
	position: relative;
	padding: 28px 15px 48px;
}

#port-data .box_title{
	 margin: 0 0 4rem 0;
}

#port-data ul li {
	float: left;
	text-align: center;
	width: 33%;
}
#port-data ul li a {
	display: block;
	color: #333;
	text-decoration: none;
}
#port-data ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#port-data ul li dt {
	font-size: 15px;
	font-size: 1.5rem;
}
#port-data ul li dd.data {
	font-family: "open-sans", sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 800;
}

#port-data ul li dd.data span {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #646464;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	margin-left: 0.25rem;
}
#port-data ul li dd.data {
	color: #5bb43b;
}
#port-data ul li dd.date {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width: 1440px) {
    #port-data ul li dd.data span {
        display: block;
    }
}

#financial .financial-link {
	margin: 0 208px 0 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#financial .box_title span {
	font-family: "source-han-sans-japanese", "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin: 0 1.5rem;
}
#financial ul {
	display: block;
	margin: 0 0 10px;
	min-height: 80px;
    width: calc(100% - 60px);
}
#financial li {
	margin: 0 0 5px;
}
#financial li a {
	margin: 0 5px 0 0;
}
#financial .icon-s {
	color: #fff;
	background-color: #2e8b2b;
	border: none;
	margin: 0 10px 0 0;
	border-radius: 0;
}
#financial a:link,  #financial a:visited {
	color: #fff;
}
#financial a:hover {
}
#financial .financial-banner {
    position: absolute;
	top: 80px;
    right: 20px;
}
#financial .financial-banner ul {
    display: block;
    width: 200px;
    padding: 0;
}
#financial .financial-banner ul li {
    margin: 0 0 10px;
}
#financial .financial-banner a {
    display: block;
    border: solid 1px #fff;
    text-align: center;
    font-size: 13px;
    background-position: 50% 25px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 60px 5px 15px;
    margin: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}

#financial .financial-banner .financial-banner--report a {
	display: block;
	border: solid 1px #fff;
	text-align: center;
	font-size: 13px;
	background-color: #046b00;
	background-position: 50% 13px;
	background-repeat: no-repeat;
	background-size: 30px auto;
	padding: 60px 5px 10px;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}

#financial .financial-banner .financial-banner--report a:hover {
	text-decoration: none;
	background-color: #025200;
}

#financial .financial-banner a:hover {
  text-decoration: none;
	background-color: #2e8b2b;
}

#financial .financial-banner .financial-banner--ir-mail a {background-image: url("/assets/img/top/icon_mail.png")}
#financial .financial-banner .financial-banner--stock a {background-image: url("/assets/img/top/icon_stock.png")}
#financial .financial-banner .financial-banner--report a {background-image: url("/assets/img/top/icon_report.png")}

@media screen and (max-width: 991px) {
#financial .financial-banner {
    position: relative;
	top: inherit;
    right: inherit;
}
#financial .financial-banner ul {
    display: block;
    width: 100%;
}
}
#financial .financial__download {
}
#financial .financial__download a {
	width: 50px;
	height: 160px;
	display: block;
	border: solid 1px #fff;
	background: url(/assets/img/top/ic_zip.png) 50% 50% no-repeat;
	background-size: 24px 40px;
	/*Scott Kellum Method */

	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
#financial .financial__download a:hover {
	background-color: #2e8b2b;
}
#financial .financial__movie {
    width: 100%;
	clear: both;
	padding: 15px 0 0;
	border-top: dotted 1px #fff;
}
#financial .blank {
	background-image: url(/assets/img/ic_blank_b.svg) !important;
	background-size: 9px 9px !important;
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
	padding: 0 8px 0 0 !important;
}
#event {
	padding: 28px;
}
#event .bx-wrapper {
	margin-bottom: 0;
}
#event .bx-wrapper .bx-pager, #event .bx-wrapper .bx-controls-auto {
	bottom: 0;
}
#event .ph {
	width: 15%;
	float: left;
}
#event .date {
	width: 10%;
	display: block;
	float: left;
	padding: 15px 20px;
}
#event dl {
	width: 75%;
	display: block;
	float: left;
	padding: 10px 0;
}
#event dl dt {
	width: 100%;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 16px;
}
#event dl dd {
	width: 100%;
}

#event a:link,
#event a:visited{
		color: #333;
}

#recommend {
    /*padding: 0 15%;*/
}
#recommend a {
	width: 20%;
	display: block;
	float: left;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    overflow: hidden;
}
#recommend .sh_portfolio {
	width: 20%;
	display: block;
	float: left;
	overflow: hidden;
}
#recommend .sh_portfolio img {
	vertical-align: top;
    width: auto;
    height: 100%;
}
#recommend a:hover {
	opacity: 0.8;
}
#recommend a .ph {
	overflow: hidden;
/*    max-height: 300px; */
}
#recommend a .ph img {
    width: auto;
    height: 100%;
	vertical-align: top;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 2000px) {
     #recommend .sh_portfolio img {
        width: 100%;
        height: auto;
    }
    #recommend a .ph img {
        width: 100%;
        height: auto;
    }
}
#recommend a:hover .ph img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
#recommend a .txt {
	background-color: #6cbc4f;
	color: #fff;
	padding: 24px 16px;
	text-align: center;
	position: absolute;
    width: 100%;
    transform: translate(0, -100%);
}
#recommend a .ico {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -60px;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	line-height: 64px;
}
#recommend a .ico img {
	width: 24px;
}
#recommend a:nth-child(odd) .ico,  #recommend a:nth-child(odd) .txt {
	background-color: #6cbc4f;
}
#recommend a:nth-child(even) .ico,  #recommend a:nth-child(even) .txt {
	background-color: #5bb43b;
}

#recommend .words {
	width: 20%;
	display: block;
	float: left;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    overflow: hidden;
}
#recommend .words .ico {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -60px;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	line-height: 39px;
	background-color: #6cbc4f;
	z-index: 1;
}
#recommend .words .ico img {
	width: 15px;
}
#recommend .words .txt {
	background-color: #6cbc4f;
	color: #fff;
	padding: 3px 10px 7px 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	transform: translate(0, -100%);
}
#recommend .words .ph {
	overflow: hidden;
}
#recommend .words .ph img {
    width: auto;
    height: 100%;
	vertical-align: top;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 2000px) {
	#recommend .words .ph img {
		width: 100%;
		height: auto;
	}
}
#recommend .words .words_ttl {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 12px;
}
#recommend .words .words_link {
	display: flex;
	justify-content: space-between;
	margin: 3px 0 0 0;
	position: relative;
	z-index: 2;
}
#recommend .words .words_link li {
	width: 48%;
	line-height: 1.4;
	font-size: 1.2rem;
}
#recommend .words .words_link li a {
	display: block;
	padding: 3px 5px;
	width: 100% !important;
	color: #fff;
	border: 1px solid #fff;
}
#recommend .words .words_link li a:hover {
	background: #fff;
	color: #6cbc4f;
	border-color: #6cbc4f;
	text-decoration: none;
}
#recommend .words:hover .ph img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
#recommend .words .icon-s {
    width: 29px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
}
#relation-corp {
	padding: 28px;
}
#relation-corp .relation-inner {
	margin: 0 -28px;
}
#relation-corp .relation-inner div ul {
	display: inline-block;
	margin: 0 auto;
}
#relation-corp .relation-inner div ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
#relation-corp .relation-inner div ul a:hover {
	opacity: 0.8;
}
#relation-corp .relation-inner div .tit {
	margin-bottom: 20px;
}
#relation-corp .relation-inner #am .tit,  #relation-corp .relation-inner #pm .tit {
	margin-top: 10px;
}
.relation-box {
	border: 1px solid #e6e6e6;
	padding: 36px 12px;
	text-align: center;
	float: left;
	min-height: 160px;
}
#relation-corp .relation-inner #am {
	width: 25%;
	border-left: none;
}
#relation-corp .relation-inner #am li {
	padding: 0 0;
}
#relation-corp .relation-inner #sspm {
	width: 25%;
	padding: 28px 12px;
	border-left: none;
}
#relation-corp .relation-inner #pm {
	width: 50%;
	border-left: none;
	border-right: none;
}
#relation-corp .relation-inner #support {
	width: 100%;
	border-left: none;
	border-right: none;
	border-top: none;
}
#relation-corp .relation-inner #support ul {
	display: table;
	width: 100%;
}
#relation-corp .relation-inner #support ul li {
	width: 20%;
	padding: 0 0;
}

.box02{
	float: right;
}

@media screen and (max-width: 1440px) {
    #relation-corp .relation-inner #am a img,  #relation-corp .relation-inner #sspm a img {
        width: 100%;
    }
}
#relation-link {
	padding: 28px;
}
#relation-link .relation-inner {
	margin: 0 -28px;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
#relation-link .relation-inner ul {
	display: inline-block;
	margin: 28px auto 0 auto;
}
#relation-link .relation-inner ul li {
	float: left;
	margin: 0 8px;
}
#relation-link .relation-inner ul li a:hover {
	opacity: 0.8;
}
#relation-link .relation-inner ul li img {
	height: 60px;
}

@media screen and (max-width: 1279px) {
	.home .contents-wrap {
		width: auto;
		margin: 100px 0 0 0;
	}

	.bx-wrapper {
		min-height:inherit;
	}
    #recommend a {
        width: 50%;
    }
    #recommend .sh_portfolio {
        width: 50%;
    }
    #recommend .sh_portfolio img {
        width: 100%;
        height: auto;
    }
    #recommend a .ph img {
        width: 100%;
        height: auto;
    }
	#recommend .words {
		width: 50%;
	}
    #recommend .words .ph img {
        width: 100%;
        height: auto;
    }

	#relation-corp .relation-inner #am {
    width: 100%;
    border-left: none;
	}
	#relation-corp .relation-inner #sspm {
    width: 100%;
    padding: 28px 12px;
    border-left: none;
	}

	#relation-corp .relation-inner #pm {
    width: 100%;
    border-left: none;
    border-right: none;
	}

	#portfolio{
		float: none;
		padding: 540px 0 0 0;
	}

	#portfolio .box_title {
    position: absolute;
    top: 28px;
    left: 28px;
	}

	#portfolio li{
		height: 540px;
	}

	#distribution{
		border-bottom: 1px solid #5bb43b;
	}

}

@media screen and (max-width: 991px) {
    .grid-sizer, .grid {
        float: none !important;
        width: 100% !important;
        height: auto !important;
	}

	.grid:after {
		content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
	}

	.bx-wrapper {
    margin-bottom: 30px;
	}
	#feature, #financial,#distribution, #portfolio, #news {
    padding: 15px 15px 28px 15px;
	}

	#feature ul,#feature .number,#feature .feature_title{
		float: none;
		text-align: center;
	}

	#feature .number {
    display: block;
    float: none;
    font-size: 72px;
    font-size: 7.2rem;
}

	#feature .feature_title{
		width: 100%;
		font-size: 20px;
		font-size: 2.0rem;
		margin: 0;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
	}


	#distribution ul li.w3 {
    width: 50%;
	}

  	#distribution ul li.w4 {
    width: 33%;
	}

	#distribution ul li.actual {
    width: 100% !important;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
	}

	#portfolio{
		float: none;
		padding: 540px 0 0 0;
	}

	#portfolio .box_title{
		position: absolute;
		top:15px;
		left: 15px;
	}

	#portfolio div.pfName {
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    left: 15px;
    bottom: 15px;
	}

	#portfolio .bx-wrapper .bx-pager, #portfolio .bx-wrapper .bx-controls-auto {
    right: 15px;
    top: -5px;
    bottom: initial;
	}

	#port-data {
    padding: 28px 15px 28px 15px;
		width: 100%;
	}

	#port-data ul li {
    width: 50%;
	}

	#port-data ul li:first-child{
		width: 100% !important;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
	}

	#port-data ul li dt {
    min-height:inherit !important;
	}

	#financial .box_title span{
		display: block;
		margin: 1rem 1.5rem 0 0;
	}

	#financial .financial-link {
    margin: 0 0;
	}

	#financial .financial__download {
	}

	#financial .financial__download a {
	}

	.box_title {
    margin: 0 0 1rem 0;
	}

	#news .news-link {
    position:static;
    top: inherit;
    right: inherit;
		padding-left: 1rem;
		margin-bottom: 40px;
	}

	#news .link-a::before,
	#news .link-a.ico-rss::before{
		top:2px;
	}

	#news .news-cont {
    padding: 0 0;
    margin: 0;
	}

	#news dt {
    clear: both;
    float: none;
		display: block;
		margin: 0 0 5px;
	}

	#news dd {
		margin: 0;
    padding: 0;
    display: block;
	}

	#event .ph{
		width: 100%;
		float: none;
	}

	#event .ph img{
		width: 100%;
    max-width: 320px;
    margin: 0 auto;
	}

	#event .date {
    width: 100%;
    display: block;
    float: none;
    padding: 15px 0 0 0;
	}

	#event dl {
    width: 100%;
    display: block;
    float: none;
    padding: 10px 0;
	}

    #recommend {
        padding: 0;
    }

	#relation-corp{
		border-bottom: 1px solid #5bb43b;
	}

	.relation-box{
		padding: 24px 0;
	}

	.relation-box {
    border: none;
		border-top: 1px solid #e6e6e6;
    padding: 28px 0;
    text-align: center;
    float: none;
    min-height: inherit;
	}

	#relation-corp .relation-inner #support{
		border-top: 1px solid #e6e6e6;
		padding-bottom: 0;
	}


	#relation-corp {
    padding: 28px 15px;
	}

	#relation-corp .box_title,
	#relation-link .box_title {
    margin: 0 0 2rem 0;
	}

	#relation-corp .relation-inner,
	#relation-corp .relation-inner #sspm{
		width: auto;
		margin: 0;
	}
	#relation-corp .relation-inner div ul li,
	#relation-corp .relation-inner #support ul li {
    width: 100%;
    padding: 10px 0;
		display: block;
	}

	#relation-link .relation-inner ul li{
		float: none;
		padding: 10px 0;
	}
}

@media screen and (max-width: 767px) {
    #recommend a {
        width: 100%;
    }
    #recommend .sh_portfolio {
        width: 100%;
    }
    #recommend .words {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
		#portfolio{
		float: none;
		padding: 320px 0 0 0;
	}

	#portfolio li{
		height: 320px;
	}

	#recommend a .txt {
    padding: 24px 3vw;
	}

  #distribution ul li.forecast{
    width: 50%;
    margin-bottom: 20px;
  }
  #distribution ul li:last-child{
    width: 100%;
    margin-bottom: 0;
  }

}
/* term_add_indent */
/* #term_add_indent span {
	margin-right: 4px !important;
} */

/* IE対応 */
_:-ms-lang(x)::-ms-backdrop, #term_add_indent span {
	margin-right: 4px !important;
}

/* chrome safari opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #term_add_indent span {
			margin-right: 7px !important;
    }
}
