@charset "UTF-8";
/* CSS Document */
.clear {
	padding: 0 !important;
	margin: 0 !important;
}
/* PC表示は"sp"のclassがついた画像非表示 */
.sp { display: none !important; }

.store_bg {
	width:100%;
	background:url(../img_top/bg_index01_.jpg) center top no-repeat;
    /*background:url(../img_top/bg_index02_.jpg) center top no-repeat;クリスマス*/
     /*background:url(../img_top/bg_index03_.jpg) center top no-repeat;正月*/
	background-size:cover;
	padding-bottom:10px;
}
.message_pc {
	display: block;
	border: 5px solid #F00;
	color: #333;
	padding: 10px;
	background: #FFF;
	margin: 0 auto 10px;
	max-width: 1100px;
}
.message_sp {
	display: none;
}

/* ---------------------------------------------
	Bootstrap調整
--------------------------------------------- */
a:hover {
	opacity:0.75;
	cursor:pointer;
}

.img-responsive {
	display:inline-block !important;
	height:auto;
	max-width:100%
}
.row {
	margin:0 !important;
	padding:0 !important;
}


/* ---------------------------------------------
	News
--------------------------------------------- */
#Newssection {
	background: rgba(34,34,34,0.80);
	height:60px;
	margin-bottom:100px;
}
.ticker {
	margin: 0 auto;
	max-width: 1150px;
	height:60px !important;
    line-height: 1.4em;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding-left:130px;
    padding-top: 1em;
	background:url(../img_top/tit_news.png) no-repeat left center;
	background-size:120px auto;
}
.ticker ul {
	width: 80%;
	position: relative;
	float:left;
}
.ticker ul li {
	width: 100%;
	display: none;
	color:#FFF;
	font-size:16px;
}
.ticker ul li a {
	color:#FFF;
	padding-left:1em;
	text-decoration:underline;
}

.ticker_stop {
	margin: 0 auto;
	max-width: 1150px;
	height:60px !important;
    line-height: 1.4em;
	text-align: left;
	padding-left:130px;
    padding-top: 1em;
	background:url(../img_top/tit_news.png) no-repeat left center;
	background-size:120px auto;
}
.ticker_stop ul {
	width: 80%;
}
.ticker_stop ul li {
	width: 100%;
	color:#FFF;
	font-size:16px;
}
.ticker_stop ul li a {
	color:#FFF;
	padding-left:1em;
	text-decoration:underline;
}


/* ---------------------------------------------
	slider
--------------------------------------------- */
#slider {
	width: 65%;
	float: left;
	margin-top:-10px;
}
#slider .regular {
	border:7px solid rgba(255,255,255,0.75);
}
#slider > div > button {
	display:none !important;
}
#slider .slick-list {
	background: #FFF;
}
/*slick読み込み時に縦並びになるの回避*/
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide{
  display: block;
}
/*slick読み込み時に縦並びになるの回避*/

/*slider調整用*/
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-dots {
    bottom: -45px !important;
}
.slick-dots li button:before {
    height: 10px !important;
}

/*202206レイアウト変更分*/
#enter-box2 {
	width: 33%;
	float: right;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 2em;
}
#enter-box2 .innerbox {
	 background: rgba(34,34,34,0.80);
	 padding: 0.75em 1em 1em;
	 margin-bottom: 6px;
}
#enter-box2 .innerbox h2 {
	color: #FFF;
	font-weight: 700;
    font-size: 110%;
	margin-bottom: 0.5em;
}
#enter-box2 .innerbox .loginbtn {
	display: flex;
	align-items: center;
}
#enter-box2 .innerbox .loginbtn a:nth-child(1) {
	width: 70%;
	margin-right: 2%;
}
#enter-box2 .innerbox .loginbtn a:nth-child(2) {
	width: 28%;
	line-height: 1em;
	font-size: 90%;
}
#enter-box2 .innerbox a {
	display: block;
	color: #FFF;
	font-weight: 700;
}
#enter-box2 .innerbox .btn-retail1,
#enter-box2 .innerbox .btn-business1{
	font-size: 125%;
	padding: 0.75em 0.5em;
}
#enter-box2 .innerbox .btn-retail1 {
	background: #F18E24;
}
#enter-box2 .innerbox .btn-business1 {
	background: #1CBE74;
}

#enter-box2 .innerbox .btn-retail1:before,
#enter-box2 .innerbox .btn-business1:before{
	font-size: 65%;
	vertical-align: 3px;
	margin-right: 3px;
}
#enter-box2 .innerbox .btn-retail1:before {
	content: "個人のお客さま";
}
#enter-box2 .innerbox .btn-business1:before {
	content: "法人のお客さま";
}

#enter-box2 .innerbox .btn-retail2,
#enter-box2 .innerbox .btn-business2{
	background: #FFF;
	font-size: 90%;
	padding: 0.89em 0;
}
#enter-box2 .innerbox .btn-retail2 {
	color: #F18E24;
}
#enter-box2 .innerbox .btn-business2 {
	color: #1CBE74;
}
#enter-box2 .innerbox .btn-account {
	background: #00A3E1;
	padding: 0.7em;
	font-size: 135%;
}
#enter-box2 .innerbox .btn-account:before {
	content: "スマート通帳とりPASS";
	font-size: 65%;
	margin-right: 3px;
	vertical-align: 2px;
}

#enter-box2 a:hover {
	opacity: 1;
}
#enter-box2 .innerbox .btn-retail1:hover {
	background: #F17124;
}
#enter-box2 .innerbox .btn-business1:hover {
	background: #1CAA6B;
}
#enter-box2 .innerbox .btn-retail2:hover {
	background: #F17124;
	color: #FFF;
}
#enter-box2 .innerbox .btn-business2:hover {
	background: #1CAA6B;
	color: #FFF;
}
#enter-box2 .innerbox .btn-account:hover {
	background: #0083D8;
}

@media screen and (max-width: 1080px) {
	#enter-box2 {
		font-size: 85%;
	}
	#enter-box2 .innerbox {
		padding: 0.5em 0.7em 0.7em;
	}
	#enter-box2 .innerbox .btn-retail1,
	#enter-box2 .innerbox .btn-business1,
	#enter-box2 .innerbox .btn-account{
		padding: 0.2em;
		line-height: 1em;
	}
	
	#enter-box2 .innerbox .btn-retail1:before,
	#enter-box2 .innerbox .btn-business1:before,
	#enter-box2 .innerbox .btn-account:before{
		display: block;
	}
	
	#enter-box2 .innerbox .btn-retail2,
	#enter-box2 .innerbox .btn-business2 {
		padding: 0.7em 0;
	}
}

#enter-box {
	width: 31%;
	float: right;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 2em;
}
#enter-box .innerbox {
	 background: rgba(34,34,34,0.80);
	 padding: 0.5em 0.9em 0.7em;
	 margin-bottom: 4px;
}
#enter-box .innerbox h2 {
	color: #FFF;
	font-weight: 700;
	font-size: 95%;
}
#enter-box .innerbox .loginbtn {
	display: flex;
	align-items: center;
}
#enter-box .innerbox .loginbtn a:nth-child(1) {
	width: 70%;
	margin-right: 2%;
}
#enter-box .innerbox .loginbtn a:nth-child(2) {
	width: 28%;
	line-height: 1em;
	font-size: 88%;
}
#enter-box .innerbox a {
	display: block;
	color: #FFF;
	font-weight: 700;
}
#enter-box .innerbox .btn-retail1,
#enter-box .innerbox .btn-business1,
#enter-box .innerbox .btn-retail3,
#enter-box .innerbox .btn-business3{
	font-size: 120%;
	padding: 0.5em;
}
#enter-box .innerbox .btn-retail1 {
	background: #F18E24;
}
#enter-box .innerbox .btn-business1 {
	background: #1CBE74;
}
#enter-box .innerbox .btn-retail3 {
	background: #F16055;
}
#enter-box .innerbox .btn-business3 {
	background: #1C8F7B;
}

#enter-box .innerbox .btn-retail1:before,
#enter-box .innerbox .btn-business1:before,
#enter-box .innerbox .btn-retail3:before,
#enter-box .innerbox .btn-business3:before{
	font-size: 65%;
	vertical-align: 3px;
	margin-right: 3px;
}
#enter-box .innerbox .btn-retail1:before,
#enter-box .innerbox .btn-retail3:before{
	content: "個人のお客さま";
}
#enter-box .innerbox .btn-business1:before,
#enter-box .innerbox .btn-business3:before{
	content: "法人のお客さま";
}

#enter-box .innerbox .btn-retail2,
#enter-box .innerbox .btn-business2,
#enter-box .innerbox .btn-retail4,
#enter-box .innerbox .btn-business4{
	background: #FFF;
	font-size: 90%;
	padding: 0.55em 0;
}
#enter-box .innerbox .btn-retail2 {
	color: #F18E24;
}
#enter-box .innerbox .btn-business2 {
	color: #1CBE74;
}
#enter-box .innerbox .btn-retail4 {
	color: #F16055;
}
#enter-box .innerbox .btn-business4 {
	color: #1C8F7B;
}
#enter-box .innerbox .btn-account {
	background: #00A3E1;
	padding: 0.4em;
	font-size: 125%;
}
#enter-box .innerbox .btn-account:before {
	content: "とりぎんアプリで";
	font-size: 65%;
	margin-right: 3px;
	vertical-align: 2px;
}
#enter-box .innerbox .btn-netstore {
	background: #0261B9;
	padding: 0.3em;
}

#enter-box a:hover {
	opacity: 1;
}
#enter-box .innerbox .btn-retail1:hover {
	background: #F17124;
}
#enter-box .innerbox .btn-business1:hover {
	background: #1CAA6B;
}
#enter-box .innerbox .btn-retail2:hover {
	background: #F17124;
	color: #FFF;
}
#enter-box .innerbox .btn-business2:hover {
	background: #1CAA6B;
	color: #FFF;
}
#enter-box .innerbox .btn-account:hover {
	background: #0083D8;
}
#enter-box .innerbox .btn-netstore:hover {
	background: #024C9B;
}

@media screen and (max-width: 1080px) {
	#enter-box {
		font-size: 85%;
	}
	#enter-box .innerbox {
		padding: 0.5em 0.7em 0.7em;
	}
	#enter-box .innerbox .btn-retail1,
	#enter-box .innerbox .btn-business1,
	#enter-box .innerbox .btn-account{
		padding: 0.2em;
		line-height: 1em;
	}
	
	#enter-box .innerbox .btn-retail1:before,
	#enter-box .innerbox .btn-business1:before,
	#enter-box .innerbox .btn-account:before{
		display: block;
	}
	
	#enter-box .innerbox .btn-retail2,
	#enter-box .innerbox .btn-business2 {
		padding: 0.7em 0;
	}
}


/* ---------------------------------------------
	retail-menu
--------------------------------------------- */
.retail-content {
	max-width: 1150px;
	margin: 3em auto;
}
.retail-menu {
	display: flex;
	flex-wrap: wrap;
}
.retail-menu a {
	display: block;
	width: calc((100% - 40px) / 5);
	text-align: center;
	color: #FFF;
	background: #12449d;
	border-radius: 5px;
	padding: 1.2em 0.5em;
	font-weight: 700;
	font-size: 120%;
	margin-right: 10px;
}
.retail-menu a:last-child {
	margin-right: 0;
}

.img-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 3em;
}
.img-menu div {
	text-align: center;
	display: block;
	width: calc(100% / 3);
	font-size: 85%;
	color: #FFF;
	box-sizing: border-box;
	border-right: 3px solid #FFF;
	position: relative;
	z-index: 0;
	border-bottom: 3px solid #FFF;
}
.img-menu a {
	color: #FFF;
	font-weight: 500;
	display: block;
	padding: 1.8em 0.5em;
	text-shadow: 0 0 0.5em #444, 0 0 0.2em #333;
}
.img-menu .f-blue {
	color: #66B5F8;
}
.img-menu .f-red {
	color: #F0211B;
}

.img-menu a strong {
	font-size: 136%;
}
.img-menu a strong:after {
	content: "";
	background: url("../img_top/ico.svg") no-repeat right center;
	background-size: contain;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	vertical-align: -3px;
	margin-left: 5px;
}
.img-menu .loanplaza,
.img-menu .instore{
	flex-basis:35%;
}
.img-menu .half-menu {
	flex-basis:30%;
}
.img-menu .loanplaza a,
.img-menu .instore a{
	padding-top: 4em;
	padding-bottom: 4em;
}

.img-menu .cashless_max a {
    padding-top: 5em;
}

.img-menu .cashless_max:before {
	content: "";
	background: url("../img_top/img_cashless.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(60%);
	/*filter:brightness(60%);*/
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .loanplaza:before {
	content: "";
	background: url("../img_top/img_loanplaza.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(60%);
	/*filter:brightness(60%);*/
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .instore:before {
	content: "";
	background: url("../img_top/img_instore.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(45%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .seminar:before {
	content: "";
	background: url("../img_top/img_seminar.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(50%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .faq:before {
	content: "";
	background: url("../img_top/img_faq.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(60%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .market:before {
	content: "";
	background: url("../img_top/img_market.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(55%);
	transition: filter 0.5s;
	z-index: -1;
}

.img-menu .conveni-atm {
	position: relative;
	border-bottom: 3px solid #FFF;
}
.img-menu .conveni-atm:before {
	content: "";
	background: url("../img_top/img_conveni.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(55%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .cash-corner {
	position: relative;
}
.img-menu .cash-corner:before {
	content: "";
	background: url("../img_top/img_cashcorner.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(0) brightness(50%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .loanplaza:hover:before,
.img-menu .instore:hover:before,
.img-menu .conveni-atm:hover:before,
.img-menu .cash-corner:hover:before,
.img-menu .seminar:hover:before,
.img-menu .faq:hover:before,
.img-menu .market:hover:before,
.img-menu .instore-half:hover:before,
.img-menu .cashless:hover:before,
.img-menu .cashless_max:hover:before{
	content: "";
	filter: grayscale(0) brightness(100%); /* モノクロ解除 */
}

.img-menu a:hover {
	color: #FFF;
	opacity: 1;
}

.img-menu .seminar span br,
.img-menu .faq span br,
.img-menu .market span br {
	display: none;
}

@media screen and (max-width: 980px) {
	.img-menu .seminar span br,
	.img-menu .faq span br,
	.img-menu .market span br {
		display: block;
	}
}

/* ---------------------------------------------
	esyMenu
--------------------------------------------- */
#esyMenu {
	background: #E5F4FF;
	padding:15px 0;
    margin-bottom: 20px;
}
#esyMenu .esyMenu_inner {
	max-width:1150px;
	margin:0 auto;
}
.esyMenu_inner ul li {
	width:calc((100% - 75px) / 6);
	float:left !important;
	margin-right:14.9px;
}
.esyMenu_inner ul li a {
    box-sizing: border-box;
    border: 1px solid #0040A2;
    border-radius: 7px;
    background: #FFF;
    padding: 10px 5px;
    display: block;
    box-shadow: 2px 2px 8px rgba(92,152,198,0.75) inset,-2px -2px 8px rgba(92,152,198,0.75) inset;
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 1.2em;
}
.esyMenu_inner li a:hover {
	background:rgba(84,166,232,0.80);
}

/* ------------------------------
   beginner
------------------------------ */

#accountMenu {
	position:relative;
    margin-top: 30px;
}
.beginner {
	background:rgba(51,51,51,0.6);
	padding:1.5em;
	border-radius:10px;
    text-align: center;
}
.beginner ul li {
	float:left;
	width:calc((100% - 45px) / 4);
	margin-right:14.9px;
}
.beginner ul li:last-of-type {
	margin-right:0;
}
.beginner ul li img {
	width:100%;
}

.beginner h3 {
    font-size: 140%;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(51,51,51,0.95);
    margin-bottom: 10px;
}
.contact,
.seikyu {
	display:block;
	margin-left:15px;
	margin-bottom:15px;
	padding:15px 20px;
	box-shadow: 2px 2px 8px rgba(181,181,181,0.9) inset,-2px -2px 8px rgba(181,181,181,0.9) inset;
	border:2px solid #939393;
	border-radius:5px;
	color:#333;
}

/* ---------------------------------------------
	Info Box
--------------------------------------------- */
#Newstab {
	margin:100px 0 3em;
	padding-top:40px;
	width:100%;
	background:#EEE;
}
.tab-content input {
	display:none;
}
.Newstab {
  max-width: 1150px;/*横幅はここで設定します。100%にすれば可変になります。*/
  margin:-90px auto 0;
}
.Newstab label {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  background: #FFF;
  color: #333;
  margin-bottom: 0 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  height:50px;
  font-size: 110%;
  letter-spacing:1px;
}

/*タブ見出し改行業調整（202005追加）*/
.Newstab label br {
    display: none;
}
/*タブ見出し改行業調整（202005追加）*/

.Newstab input {
  display: none;
}

.Newstab input:nth-of-type(1):checked + label {
    background: #29abe2;
  color: #FFF;
  font-weight:bold;
}
.Newstab input:nth-of-type(2):checked + label {
  background: #00b6b9;
  color: #FFF;
  font-weight:bold;
}
.Newstab input:nth-of-type(3):checked + label {
  background: #00d079;
  color: #FFF;
  font-weight:bold;
}
.Newstab #Newstab-b1,
.Newstab #Newstab-b2,
.Newstab #Newstab-b3{
  display: none;
  padding: 20px 20px 40px;
  background: #EEE;
}
.Newstab #Newstab-1:checked ~ #Newstab-b1 {
  display: inline-block;
  width:100%;
  border-top:5px solid #29abe2;
}
.Newstab #Newstab-2:checked ~ #Newstab-b2 {
  display: inline-block;
  width:100%;
  border-top:5px solid #00b6b9;
}
.Newstab #Newstab-3:checked ~ #Newstab-b3 {
  display: inline-block;
  width:100%;
  border-top:5px solid #00d079;
}

#Newstab-b1 .news::after {
	content: "ニュースリリース";
	background: #00b6b9;
	color: #FFF;
    width: 9.5em;
    display: inline-block;
    text-align: center;
	margin-left:10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0;
}
#Newstab-b1 .can::after {
	content: "キャンペーン";
	background: #00d079;
	color: #FFF;
    width: 9.5em;
    display: inline-block;
    text-align: center;
	margin:0 10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
}
#Newstab-b1 .osusume::after {
	content: "おすすめ情報";
	background: #00d079;
	color: #FFF;
    width: 9.5em;
    display: inline-block;
    text-align: center;
	margin:0 10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
}
#Newstab-b1 .recomend::after {
	content: "おすすめ情報";
	background: #00d079;
	color: #FFF;
	margin:0 10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
}
#Newstab-b1 .important::after {
	content: "重要なお知らせ";
	background: #E10003;
	color: #FFF;
    width: 9.5em;
    display: inline-block;
    text-align: center;
	margin-left:10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
}
#Newstab-b1 ul,
#Newstab-b2 ul,
#Newstab-b3 ul{
	max-width: 1150px;
	margin: 0 auto;
	text-align: left;
}
#Newstab-b1 li,
#Newstab-b2 li,
#Newstab-b3 li {
	border-bottom:1px solid #999;
	padding: 15px 0; 
}
#Newstab-b1 time {
	float:left;
	display:block;
	clear:left;
	width: 17em;
	box-sizing: border-box;
}

#Newstab-b2 time,
#Newstab-b3 time{
	float:left;
	display:block;
	clear:left;
	box-sizing: border-box;
	width: 150px;
}

#Newstab-b1 p {
	display:block;
	margin-bottom:0;
	padding-left: 17em;
}

#Newstab-b2 p,
#Newstab-b3 p {
	display:block;
	margin-bottom:0;
	padding-left: 150px;
}
#Newstab-b1 a,
#Newstab-b2 a,
#Newstab-b3 a {
	display:block;
	background:none;
	color:#333;
}
#Newstab-b1 a[href$=".pdf"]:after,
#Newstab-b2 a[href$=".pdf"]:after,
#Newstab-b3 a[href$=".pdf"]:after {
	content: url(../common/img/ico_commonPdfSmall01.png);
	vertical-align:middle;
	padding-left:10px;
}
.newslink {
	display:inline-block !important;
	background:#00b6b9 !important;
	border:3px solid #FFF;
	padding:5px;
	border-radius:30px;
	margin-top:20px;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	margin-right:10px;
	color:#FFF !important;
	letter-spacing: 0;
	width: 380px;
}
.newslink:after {
	content:"▶︎";
	padding-left:10px;
	font-size:60%;
	vertical-align:middle;
}
.canlink {
	display:inline-block !important;
	background:#00d079 !important;
	border:3px solid  #FFF;
	padding:5px;
	border-radius:30px;
	margin-top:20px;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	color:#FFF !important;
	letter-spacing: 0;
	width: 380px;
}
.canlink:after {
	content:"▶︎";
	padding-left:10px;
	font-size:60%;
	vertical-align:middle;
}
/* ---------------------------------------------
	attention
--------------------------------------------- */
#attention {
	margin-bottom: 40px;
}
.attentionBox {
	border:4px solid #F00;
	padding: 1.5em !important;
	margin-bottom:15px;
}
.attentionBox h3 {
	float:left;
	margin-top:0;
	padding-top:0;
	margin-bottom: 15px;
}
.attentionBox .listlink {
	float:right;
	margin-bottom:10px;
	margin-top:5px;
}
.attentionBox ul {
	clear:both;
}
.attentionBox ul li {
	border-bottom:1px solid #939393;
	padding:10px 0 10px 80px;
	background: url(../img_top/ico_attention.png) no-repeat left center;
}
.attentionBox ul li:first-child {
	border-top:1px solid #939393;
}
.attentionBox .banking {
	text-align:center;
	border: 2px solid #ff2c28;
	background: #ffe6c0;
	margin:20px 0 0;
	padding: 15px 10em;
	display:block;
	border-radius:30px;
	line-height: 0;
}
.plus {
	padding:20px;
	text-align:center;
	display:block;
	font-weight:bold;
	font-size:110%;
	margin-left:15px;
	box-shadow: 2px 2px 8px rgba(147,147,147,0.6) inset,-2px -2px 8px rgba(147,147,147,0.6) inset;
	border:2px solid #b5b5b5;
	margin-bottom:10px;
	color:#333;
}
.plus::before {
	content:"";
	display:block;
	background:url(../img_top/ico_index08.png) no-repeat center top;
	padding:50px 20px 30px;
}
.setumeisho {
	display:block;
	font-weight:bold;
	font-size:120%;
	margin-left:15px;
	padding:15px 20px;
	box-shadow: 2px 2px 8px rgba(147,147,147,0.6) inset,-2px -2px 8px rgba(147,147,147,0.6) inset;
	border:2px solid #b5b5b5;
	color:#333;
}
.setumeisho::before {
	content:"";
	background:url(../img_top/ico_index09.png) no-repeat left center;
	background-size:contain;
	width:40px;
	height:40px;
	display: inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.setumeisho_,
.kitei,
.shoshiki {
	display:block;
	font-weight:bold;
	font-size:107%;
	margin-left:15px;
	margin-bottom:10px;
	padding:7px 20px;
	box-shadow: 2px 2px 8px rgba(147,147,147,0.6) inset,-2px -2px 8px rgba(147,147,147,0.6) inset;
	border:2px solid #b5b5b5;
	color:#333;
}
.setumeisho_::before {
	content:"";
	background:url(../img_top/ico_index09.png) no-repeat left center;
	background-size:contain;
	width:30px;
	height:30px;
	display: inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.kitei::before {
	content:"";
	background:url(../img_top/ico_index10.png) no-repeat left center;
	background-size:contain;
	width:30px;
	height:30px;
	display: inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.shoshiki::before {
	content:"";
	background:url(../img_top/ico_index11.png) no-repeat left center;
	background-size:contain;
	width:30px;
	height:30px;
	display: inline-block;
	vertical-align:middle;
	margin-right:10px;
}

/* ---------------------------------------------
	csr
--------------------------------------------- */
#csr {
	background: url(../img_top/bg_index02.jpg) no-repeat center center;
	background-size: cover;
	padding: 3em 0 5em;
	width: 100%;
}
#csr .csrTit {
	text-align: center;
	margin: 0 0 2em;
}
.torikumi-list {
	display: flex;
	flex-wrap: wrap;
}

.torikumi-list.col-3 a {
    width: calc((100% - 40px) / 3);
}
.torikumi-list.col-3 a:nth-of-type(4n) {
    margin-right: 20px;
}
.torikumi-list.col-3 a:nth-of-type(3n) {
    margin-right: 0;
}
.torikumi-list.col-3 a:before {
    height: 160px;
}

.torikumi-list a {
	display: block;
	box-sizing: border-box;
	width: calc((100% - 60px) / 4);
	margin: 0 20px 20px 0;
	text-align: center;
	color: #FFF;
	font-weight: 500;
}
.torikumi-list a:hover {
	opacity: 1;
}
.torikumi-list a:nth-of-type(4n) {
	margin-right: 0;
}
.torikumi-list a span {
	display: block;
	padding: 0.25em 0;
	background: #00409A;
	border: 2px solid #00409A;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.torikumi-list a:hover span {
	background: #0847B1;
	border: 2px solid #0847B1;
}
.torikumi-list a:before {
	content: "";
	display: block;
	width: 100%;
	height: 115px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top: 2px solid #00409A;
	border-right: 2px solid #00409A;
	border-left: 2px solid #00409A;
	box-sizing: border-box;
}
.torikumi-list a:hover:before {
	border-top: 2px solid #0847B1;
	border-right: 2px solid #0847B1;
	border-left: 2px solid #0847B1;
}
.torikumi-list .creation:before {
	content: "";
	background: url("../img_top/img_csr01.png") no-repeat center;
	background-size: cover;
}
.torikumi-list .naming:before {
	content: "";
	background: url("../img_top/img_csr02.png") no-repeat center;
	background-size: cover;
}
.torikumi-list .aoitori:before {
	content: "";
	background: url("../img_top/img_csr03.png") no-repeat center;
	background-size: cover;
}
.torikumi-list .sdgsaward:before {
	content: "";
	background: url("../img_top/img_csr04.png") no-repeat center;
	background-size: cover;
}
.torikumi-list .esg:before {
	content: "";
	background: url("../img_top/img_csr05.png") no-repeat center;
	background-size: cover;
}
.torikumi-list .both:before {
	content: "";
	background: url("../img_top/img_csr06.png") no-repeat center;
	background-size: cover;
}
.torikumi-list .sokodikara:before {
	content: "";
	background: url("../img_top/img_csr07.png") no-repeat center;
	background-size: cover;
}
.torikumi-list .furusato:before {
	content: "";
	background: url("../img_top/img_csr08.png") no-repeat center;
	background-size: cover;
}
/* ---------------------------------------------
	bnrslider
--------------------------------------------- */
#bnrslider {
	width: 100%;
}
#bnrslider .slider {
	background: #e5f4ff;
	max-width: 1150px;
	margin: 0 auto;
	padding: 1em 30px;
}
#bnrslider .autoplay img {
	padding: 0 5px;
}
#bnrslider .slick-dots {
	display:none;
}
#bnrslider  .slick-prev {
	background: url(../img_top/bnrslider/btn_prev.png) center no-repeat;
	width:25px !important;
	height:80px !important;
	left:0;
}
#bnrslider  .slick-next {
	background: url(../img_top/bnrslider/btn_next.png) center no-repeat;
	width:25px !important;
	height:80px !important;
	right:0;
}


/* page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index:9999;
	font-size:12px;
}
#page-top a {
    background: #001DCD;
    text-decoration: none;
    color: #fff;
    width: 70px;
    text-align: center;
    display: block;
    border-radius:35px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	line-height:140%;
	behavior: url("/common/js/PIE.htc");
	position:relative;
}
#page-top a:hover {
    text-decoration: none;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
