@charset "UTF-8";
/*index
----------------------------------------------- */	
/* ----------------------------------------------------------------
    Global nav
----------------------------------------------------------------- */
/* .nav-global
----------------------------------------------- */
.home .nav-global {
	width: 100%;
	min-width: 1200px;
	position: absolute;
}
/* .row-fixed
----------------------------------------------- */
.home .row-fixed {
	padding: 30px 0 20px;
}
.home .row-fixed[data-content-category="inquiry"] {
	padding: 30px 0 35px;
}
.home .row-fixed[data-content-category="inquiry"] .catch {
	font-size: 3rem;
	margin: 0 0 10px;
}
.row-fixed[data-content-category="banner-list"] {
	background: #fff;
	padding: 33px 0 13px;
}
.row-fixed[data-content-category="banner-list"] ul {
	font-size: 0;
	text-align: center;
}
.row-fixed[data-content-category="banner-list"] ul li {
	font-size: 1.6rem;
	margin: 0 20px 20px 0;
	display: inline-block;
}
.home .row-fixed[data-content-category="banner-list"] ul li {
	font-size: 1.6rem;
	margin: 0 20px 20px 0;
    float: left;
	display: inline-block;
}
.row-fixed[data-content-category="banner-list"] ul li:nth-child(3n+3) {
	margin-right: 0;
}
.row-fixed[data-content-category="banner-list"] ul li div.iframeWrap {
	position: relative;
	width: 100%;
}
.row-fixed[data-content-category="banner-list"] ul li div.iframeWrap iframe {
	width: 320px !important;
	height: 100px !important;
}
.row-fixed[data-content-category="topic"] {
	background: #f1efe8;
	padding: 17px 0;
    border-bottom: solid 1px #FFF;
}
.row-fixed[data-content-category="topic"] .list-def-topic {
	width: 100%;
	display: table;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dt, .row-fixed[data-content-category="topic"] .list-def-topic > dd {
	line-height: 1.2;
	vertical-align: middle;
	display: table-cell;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dt {
	min-width: 80px;
	background: #313e44;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 17px 7px 15px;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dd {
	background: #f7f5f1;
	font-size: 1.6rem;
	padding: 17px 20px 15px;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dd .date {
	float: left;
	min-width: 6em;
	color: #737373;
	margin: 0 10px 0 0;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dd .text {
	overflow: hidden;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dd .text a {
	color: #111;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dd > ul li {
	margin: 0 0 10px;
}
.row-fixed[data-content-category="topic"] .list-def-topic > dd > ul li:last-child {
	margin: 0;
}
.home .row-fixed[data-content-category="utility"] {
	padding: 19px 0;
}
.home .row-fixed[data-content-category="utility"] .box-activity {
	padding: 21px 23px 21px 10px;
}
.home .row-fixed[data-content-category="utility"] .box-activity .col {
	padding: 0 10px;
}
.home .row-fixed[data-content-category="utility"] .box-activity .col > p {
	margin: 10px 0 0;
	font-size: 1.3rem;
}
.home .row-fixed[data-content-category="utility"] .box-activity .list-image li {
	margin: 0 34px 0 0;
}
/* .pagetop
----------------------------------------------- */
.home .pagetop {
	margin: 26px 0 0;
}
/* .li-h
----------------------------------------------- */
.home .li-h li {
	height: 9rem !important;
}


/* @media(max-width:767px) 
-------------------------------------------------------------------- */	
@media(max-width:767px) {
/* .header-inner
----------------------------------------------- */
.home hr {
	margin: 0;
}
/* .nav-global
----------------------------------------------- */
.home .nav-global {
	min-width: 100%;
	position: static;	
}
/* .lyt-sub / サブメニュー
----------------------------------------------- */
.home .row-inner{
	padding: 5px 15px 0 15px;
}
/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
/* .contents
----------------------------------------------- */
.home .contents {
	border-radius: 3px;
	background:#FFFFFF;
	margin: 0;
	padding: 45px 0 0;
}
/* .row-fixed
----------------------------------------------- */
.home .row-fixed {
	padding: 0 0 10px 0;
}
.home .row-fixed[data-content-category="inquiry"] {
	padding: 10px 0 20px;
}
.home .row-fixed[data-content-category="inquiry"] .catch {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.home .row-fixed[data-content-category="inquiry"] .text {
	font-size: 1.1rem;
	margin: 0 0 10px 0;
}
.row-fixed[data-content-category="banner-list"] {
	background: #fff;
	padding: 33px 0 30px;
}
.home .row-fixed[data-content-category="banner-list"] ul li {
	font-size: 1.6rem;
	margin: 0 0 20px 0;
	width: 47% !important;
	float: left;
	display: inline-block;
}
.row-fixed[data-content-category="banner-list"] ul li:nth-child(even) {
	margin-left: 15px;
}
.row-fixed[data-content-category="banner-list"] ul li div.iframeWrap {
	padding-top: 31.25%;
}
.row-fixed[data-content-category="banner-list"] ul li div.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.home .row-fixed[data-content-category="banner-list"] ul li:last-child {
	display: none;
}
.row-fixed[data-content-category="topic"] {
	display: none;
}
.home .row-fixed[data-content-category="utility"] .box-activity {
	float: left;
	width: 65%;
	padding: 0;
}
.home .row-fixed[data-content-category="utility"] .box-activity .col {
	padding: 5px 0 0;
}
.home .row-fixed[data-content-category="utility"] .box-activity .col > p {
	margin: 0 0 10px;
}
.home .row-fixed[data-content-category="utility"] .box-activity .list-image li {
	margin: 10px 12px 13px 6px;
}
.home .row-fixed[data-content-category="utility"] .box-activity .list-image li img {
	max-height: 40px;
}
.home .row-fixed[data-content-category="utility"] .box-activity .list-image li:last-child {
	margin-right: 13% !important;
	margin-left: 0;
}
.home .row-fixed[data-content-category="primary"] {
	margin: 0 !important;
}
.home .row-fixed[data-content-category="sbi"] {
	padding: 5px 0 15px !important;
	text-align: center;
	display: inline-block;
}
/* .pagetop
----------------------------------------------- */
.home .pagetop {
	margin: 0 10px 0;
}
/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
/* %label-basic-style-01
----------------------------------------------- */
.home .label-01, .home .label-02, .home .label-03, .home .label-04, .home .label-05, .home .label-06, .home .label-07, .home .label-08, .home .label-09, .home .label-10, .home .label-11, .home .label-12, .home .label-13 {
	color: #fff;
	line-height: 1.2;
	vertical-align: baseline;
	margin: 0 5px;
	padding: 5px 5px 3px;
	display: inline-block;
	font-size: 1.3rem;
}
/* .lead-02
----------------------------------------------- */
.home .lyt-column[data-column-number="3"].line > .col .lead-02 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 30px;
}
/* .link-list-04
----------------------------------------------- */
.home .link-list-04 > li {
	border-bottom: 10px solid #eeeff1;
	border-right: none;
	border-left: none;
	background: #fff;
	font-weight: normal;
	font-size: 1.4rem;
	margin-left: 0;
}
.home .link-list-04 > li:nth-child(3n+1),.home .link-list-04 > li:first-child {
	border-left: none;
}
.home .link-list-04 > li:nth-child(-n+2) {
	border-bottom: 0;
} 
.home .link-list-04 > li > a, .home .link-list-04 > li > span {
	width: 100% !important;
	height: 100%;
	vertical-align: middle;
	padding: 18px 5px 16px;
	display: table-cell;
}
.home .link-list-04[data-column-number="3"] > li:nth-child(3n+1) {
	border-left: none;
}
/* .link-list-08
----------------------------------------------- */
.home .link-list-08 {
	margin: 0;
}
.home .link-list-08 > li {
	width: 47.3%;
}
/* .lyt-column[data-column-number="3"]
----------------------------------------------- */
.home .lyt-column[data-column-number="3"] {
	margin-bottom: 0;
}
.home .lyt-column[data-column-number="3"] > .col, .home .lyt-column[data-column-number="3"] > li {
	width: 100%;
	clear: both;
}
.home .lyt-column[data-column-number="3"] > .col:nth-child(3n+1), .home .lyt-column[data-column-number="3"] > li:nth-child(3n+1) {
	clear: both;
}
.home .lyt-column[data-column-number="3"].line > .col {
	border-bottom: 1px solid #dedede;
	border-right: none;
	text-align: left;
	padding: 15px 0 10px 0;
	position:relative;
	overflow: hidden;
	z-index: 1;
}
.home .lyt-column[data-column-number="3"].line > .col:first-child {
	padding: 10px 0 10px 0;
}
.home .lyt-column[data-column-number="3"].line > .col .lead-02.mb-20 {
	margin-bottom: 10px !important;
	}
.home .lyt-column[data-column-number="3"].line > .col p {
	font-size: 1.5rem;
}
.home .lyt-column[data-column-number="3"].line > .col:last-child, .home .lyt-column[data-column-number="3"].line > .col:nth-child(3n+3) {
	border-bottom: 0;
}
.home .lyt-column[data-column-number="3"].line > .col > a {
	color: #333;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.home .lyt-column[data-column-number="3"].line > .col > a .link-01 > span {
	color: #08c;
}
.home .lyt-column[data-column-number="3"].line > .col > a:hover, .home .lyt-column[data-column-number="3"].line > .col > a:active, .home .lyt-column[data-column-number="3"].line > .col > a:focus {
	text-decoration: none;
	/*opacity: .6;*/
	opacity: 1;
}
.home .lyt-column[data-column-number="3"].line > .col > a:hover .link-01 > span, .home .lyt-column[data-column-number="3"].line > .col > a:active .link-01 > span, .home .lyt-column[data-column-number="3"].line > .col > a:focus .link-01 > span {
	text-decoration: underline;
}
.home .ta-c {
	text-align: right !important;
}

/* ----------------------------------------------------------------
    Images
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.home .media {
	float: left;
	text-align: left;
	margin: 0 20px 20px 0;
}
.home .lyt-column .media {
	margin-bottom: 20px;
	width: 17%;
}
/* Font-size Control
----------------------------------------------- */
.home .fs-13  {
	font-size: 1.0rem !important;
}
.home .fs-14 {
	font-size: 1.05rem !important;
}	
/* .carousel-sp
----------------------------------------------- */
.home .carousel-sp .company {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 5px;
}
.home .carousel-sp .sector {
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0 0 10px;
}
.home .carousel-sp .catch {
	color: #f1bebe;
	font-size: 1.3rem;
	line-height: 1.57;
	margin: 0 0 5px;
}
.home .carousel-sp a {
	color: #fff;
}
.home .carousel-sp .link-01 a {
	font-size: 1.6rem;
}
.home .carousel-sp .link-01 a:before {
	width: 6px;
	height: 11px;
	background-position: -80px -143px;
	top: .25em;
}
.home .carousel-sp .link-01 span {
	font-size: 1.2rem;
}
.home .carousel-sp .link-01 span:before {
	width: 6px;
	height: 11px;
	background-position: -80px -143px;
	top: .25em;
}
.home .carousel-sp a {
	text-decoration: none;
}	
.home .carousel-sp a:hover .col, .home .carousel-sp a:active .col, .home .carousel-sp a:focus .col {
	opacity: 1;
}
/* .mainvisual-sp
----------------------------------------------- */
.mainvisual-sp {
	margin: 0;
	display:inline-block;
	width: 100%;	
}
/* @media(max-width:767px) */	
}
