@charset "UTF-8";
/* CSS Document */

.clear {
	padding: 0 !important;
	margin: 0 !important;
}
.pc { display: none !important; }

.store_bg {
    background:none;
    padding-bottom:20px;
}
.store_bg .container {
    padding:0;
}

.spbg {
        background:url(../img_top/bg_index01_sp.jpg);
        /*background:url(../img_top/bg_index02_sp.jpg);クリスマス*/
        /*background:url(../img_top/bg_index03_sp.jpg);正月*/
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover !important;
		width: 100%;
	}

.message_pc {
	display: none;
}
.message_sp {
    display: block;
    border: 5px solid #F00;
    color: #333;
    padding: 10px;
    margin:10px;
    clear: both;
}

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


/* ---------------------------------------------
	News
--------------------------------------------- */
#Newssection {
	background:#EEE;
    /*box-shadow: 0 0 8px rgba(150,150,150,0.75) inset,0 0 8px rgba(150,150,150,0.75) inset;*/
    height:4.5em;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.ticker {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	background:url(../img_top/tit_news.png) no-repeat left center;
    background-size: 80px auto;
    padding-top:1em;
    padding-left:85px;
    height:60px !important;
	box-sizing: border-box;
}
.ticker ul {
	width: 72%;
	position: relative;
	float:left;
}
.ticker ul li {
	width: 100%;
	display: none;
	font-size:92%;
    overflow:hidden;
    height:3em;
	line-height: 1.5em;
}
.ticker ul li a {
	color:#333;
	text-decoration:underline;
    font-weight: bold;
    text-overflow: ellipsis;
}
.ticker time {
    display:none;
}
.ticker .fltR img {
    height:20px;
	margin-right: 5px;
}
.ticker ul li a:before, .ticker ul li a:after {
    position: absolute;
    background: #EEE;
}
.ticker ul li a:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}
.ticker ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
}

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


/*202206レイアウト変更分*/
#enter-box2 {
	text-align: center;
	margin-top: -10px;
}
#enter-box2 .innerbox {
	 background: rgba(34,34,34,0.80);
	 padding: 0.75em 1.2em 1em;
	 margin-bottom: 2px;
}
#enter-box2 .innerbox h2 {
	color: #FFF;
	font-weight: 700;
	margin-bottom: 0.2em;
}
#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: 1.2em;
	font-size: 95%;
}
#enter-box2 .innerbox a {
	display: block;
	color: #FFF;
	font-weight: 700;
}
#enter-box2 .innerbox .btn-retail1 {
	background: #F18E24;
	font-size: 145%;
	padding: 0.6em;
}
#enter-box2 .innerbox .btn-retail1:before {
	content: "個人のお客さま";
	font-size: 70%;
	vertical-align: 2px;
	margin-right: 3px;
}
#enter-box2 .innerbox .btn-retail2 {
	background: #FFF;
	color: #F18E24;
	font-size: 100%;
	padding: 0.55em 0;
}
#enter-box2 .innerbox .btn-business1 {
	background: #1CBE74;
	font-size: 145%;
	padding: 0.6em;
}
#enter-box2 .innerbox .btn-business1:before {
	content: "法人のお客さま";
	font-size: 70%;
	vertical-align: 2px;
	margin-right: 3px;
}
#enter-box2 .innerbox .btn-business2 {
	background: #FFF;
	color: #1CBE74;
	font-size: 100%;
	padding: 0.55em 0;
}
#enter-box2 .innerbox .btn-account {
	background: #00A3E1;
	padding: 0.6em;
	font-size: 150%;
}
#enter-box2 .innerbox .btn-account:before {
	content: "スマート通帳とりPASS";
	font-size: 65%;
	margin-right: 3px;
	vertical-align: 2px;
}
#enter-box2 .innerbox .btn-netstore {
	background: #0261B9;
	padding: 0.5em;
	font-size: 120%;
}

#enter-box {
	text-align: center;
	margin-top: -10px;
}
#enter-box .innerbox {
	 background: rgba(34,34,34,0.80);
	 padding: 0.75em 1.2em 1em;
	 margin-bottom: 2px;
}
#enter-box .innerbox h2 {
	color: #FFF;
	font-weight: 700;
	margin-bottom: 0.2em;
}
#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: 1.2em;
	font-size: 95%;
}
#enter-box .innerbox a {
	display: block;
	color: #FFF;
	font-weight: 700;
}
#enter-box .innerbox .btn-retail1,
#enter-box .innerbox .btn-retail3{
	background: #F18E24;
	font-size: 145%;
	padding: 0.6em;
}
#enter-box .innerbox .btn-retail1:before,
#enter-box .innerbox .btn-retail3:before{
	content: "個人のお客さま";
	font-size: 70%;
	vertical-align: 2px;
	margin-right: 3px;
}
#enter-box .innerbox .btn-retail2,
#enter-box .innerbox .btn-retail4{
	background: #FFF;
	color: #F18E24;
	font-size: 100%;
	padding: 0.55em 0;
}
#enter-box .innerbox .btn-business1,
#enter-box .innerbox .btn-business3{
	background: #1CBE74;
	font-size: 145%;
	padding: 0.6em;
}
#enter-box .innerbox .btn-business1:before,
#enter-box .innerbox .btn-business3:before{
	content: "法人のお客さま";
	font-size: 70%;
	vertical-align: 2px;
	margin-right: 3px;
}
#enter-box .innerbox .btn-business2,
#enter-box .innerbox .btn-business4{
	background: #FFF;
	color: #1CBE74;
	font-size: 100%;
	padding: 0.55em 0;
}
#enter-box .innerbox .btn-retail3 {
    background: #F16055;
}
#enter-box .innerbox .btn-business3 {
    background: #1C8F7B;
}
#enter-box .innerbox .btn-business4 {
    color: #1C8F7B;
}
#enter-box .innerbox .btn-retail4 {
    color: #F16055;
}

#enter-box .innerbox .btn-account {
	background: #00A3E1;
	padding: 0.6em;
	font-size: 150%;
}
#enter-box .innerbox .btn-account:before {
	content: "スマート通帳とりPASS";
	font-size: 65%;
	margin-right: 3px;
	vertical-align: 2px;
}
#enter-box .innerbox .btn-netstore {
	background: #0261B9;
	padding: 0.5em;
	font-size: 120%;
}

/* ---------------------------------------------
	retail-menu
--------------------------------------------- */
.retail-content {
	width: 100%;
}
.retail-menu a{
	background: #12449d;
	color: #FFF;
	display: block;
	padding: 1em 0.5em 1em 1em;
	border-bottom: 1px solid #FFF;
	font-weight: 700;
	font-size: 120%;
}
.retail-menu a:after {
	content: "";
	background: url("../img_top/ico_menu04.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	float: right;
	margin-top: 5px;
}


.img-menu {
	display: flex;
	flex-wrap: wrap;
}
.img-menu a {
	padding: 2em 1em;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 80%;
	font-weight: 500;
	line-height: 1.4em;
	text-shadow: 0 0 0.5em #444, 0 0 0.2em #333;
}
.img-menu strong {
	font-size: 155%;
	display: block;
	margin-top: 5px;
	line-height: 1.2em;
}
.img-menu span {
	font-weight: 700;
}
.img-menu .f-blue {
	color: #66B5F8;
}
.img-menu .f-red {
	color: #F0211B;
}

.img-menu .loanplaza,
.img-menu .cashless_max,
.img-menu .instore,
.img-menu .cash-corner,
.img-menu .conveni-atm,
.img-menu .seminar,
.img-menu .faq,
.img-menu .market{
	position: relative;
	z-index: 0;
	border-bottom: 2px solid #FFF;
}

.img-menu .loanplaza {
	box-sizing: border-box;
}
.img-menu .loanplaza,
.img-menu .instore{
	width: 50%;
}
.loanplaza a,
.instore a,
.cashless_max a{
	padding: 4em 10px;
}

.img-menu .cashless_max {
    width: 100%;
}

.img-menu .half-menu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.half-menu .conveni-atm {
	width: 50%;
	box-sizing: border-box;
	border-right: 2px solid #FFF;
}
.half-menu .cash-corner {
	width: 50%;
}
.cash-corner a,
.conveni-atm a {
	padding: 3.5em 10px;
}

.img-menu .seminar,
.img-menu .faq,
.img-menu .market{
	width: 100%;
}

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

.img-menu .loanplaza:before {
	content: "";
	background: url("../img_top/img_loanplaza.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: grayscale(0) brightness(60%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .cashless_max:before {
	content: "";
	background: url("../img_top/img_cashless.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: grayscale(0) 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;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: grayscale(0) brightness(40%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .instore strong {
	width: 8em;
	margin: 5px auto 0;
}
.img-menu .cash-corner:before {
	content: "";
	background: url("../img_top/img_cashcorner.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: grayscale(0) brightness(40%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .cash-corner strong {
	width: 8em;
	margin: 5px auto 0;
}
.img-menu .conveni-atm:before {
	content: "";
	background: url("../img_top/img_conveni.jpg") no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: grayscale(0) brightness(50%);
	transition: filter 0.5s;
	z-index: -1;
}
.img-menu .conveni-atm {
	padding-top: 1em;
}

.img-menu .seminar:before {
	content: "";
	background: url("../img_top/img_seminar.jpg") no-repeat center;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 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: 100% auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 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: 100% auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: grayscale(0) brightness(50%);
	transition: filter 0.5s;
	z-index: -1;
}

.img-menu .loanplaza:hover:before,
.img-menu .cashless_max: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{
	content: "";
	filter: grayscale(0) brightness(100%); /* モノクロにする */
}

/* ---------------------------------------------
	esyMenu
--------------------------------------------- */
#esyMenu {
	background: #E5F4FF;
	padding:15px;
}
.esyMenu_inner ul li {
	float:left;
    width:calc((100% - 20px) / 3);
    margin-right:10px;
}
.esyMenu_inner ul li a {
    box-sizing: border-box;
    border: 1px solid #0040A2;
    border-radius: 7px;
    background: #FFF;
    padding: 0.85em 3px;
    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 .esyMenu_inner li:nth-child(3n) {
		margin-right:0;
}
#esyMenu .esyMenu_inner li:nth-child(1),
#esyMenu .esyMenu_inner li:nth-child(2),
#esyMenu .esyMenu_inner li:nth-child(3) {
    margin-bottom:10px;
}

/* ------------------------------
   beginner
------------------------------ */
#accountMenu {
	position:relative;
    margin-top: 20px;
}
.beginner {
	background:rgba(51,51,51,0.6);
	padding:15px 15px 10px;
	border-radius:10px;
    margin-bottom: 1em;
}
.beginner ul li {
    width:calc((100% - 10px) /2);
    float: left;
    margin-right:10px;
    margin-bottom:10px;
}
.beginner ul li:nth-child(2) {
    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;
    text-align: center;
}

.contact,
.seikyu {
	display:block;
	margin:0 0 10px;
	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;
}
#accountMenu .container {
    padding:0;
}

/* ---------------------------------------------
	Info Box
--------------------------------------------- */
#Newstab {
	padding-top:40px;
	width:100%;
	background:#FFF;
}
.tab-content input {
	display:none;
}
.Newstab label {
  display: block;
  box-sizing: border-box;
  padding: 10px 5px;
  float: left;
    width: calc((100% - 14px) / 3);
    height: 50px;
  cursor: pointer;
  background: #FFF;
  color: #333;
  margin: 0 7px 0 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: 70%;
  text-align: center;
  line-height: 1.4em;
}
.Newstab label.mr00 {
    margin-right: 0 !important;
}
.Newstab label.new {
    line-height: 30px;
}
.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: 5px 15px 30px;
  background: #EEE;
  box-sizing: border-box;
}
.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;
	padding: 0 1em;
    width: 9.5em;
    display: inline-block;
    text-align: center;
	margin-left:10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
}
#Newstab-b1 .can::after {
	content: "キャンペーン";
	background: #00d079;
	color: #FFF;
    padding: 0 1em;
    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;
    padding: 0 1em;
    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;
	padding: 0 1em;
	margin:0 10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
}
#Newstab-b1 .important::after {
	content: "重要なお知らせ";
	background: #E10003;
	color: #FFF;
    padding: 0 1em;
    width: 9.5em;
    display: inline-block;
    text-align: center;
	margin:0 10px;
	border-radius: 20px;
	font-size: 85%;
	font-weight: bold;
}
#Newstab-b1 li,
#Newstab-b2 li,
#Newstab-b3 li {
	border-bottom:1px solid #999;
	padding: 15px 0; 
}
#Newstab-b1 time,
#Newstab-b2 time,
#Newstab-b3 time {
	margin-bottom: 10px;
    display: block;
}
#Newstab-b1 p,
#Newstab-b2 p,
#Newstab-b3 p {
	overflow:auto;
	display:block;
	margin-bottom:0;
     line-height: 1.4em;
     font-size: 95%;
}
#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:block;
	background:#00b6b9 !important;
	border:3px solid #FFF;
	padding:5px 0;
	border-radius:20px;
	margin-top:20px;
	font-weight:bold;
	font-size:100%;
	width:100%;
	text-align:center;
	margin-right:10px;
	color:#FFF !important;
}
.newslink:after {
	content:"▶︎";
	padding-left:10px;
	font-size:60%;
	vertical-align:middle;
}
.canlink {
	display: block;
	background:#00d079 !important;
	border:3px solid  #FFF;
	padding:5px 0;
	border-radius:20px;
	margin-top:5px;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	width:100%;
	color:#FFF !important;
}
.canlink:after {
	content:"▶︎";
	padding-left:10px;
	font-size:60%;
	vertical-align:middle;
}

/* ---------------------------------------------
	attention
--------------------------------------------- */
#attention .container {
		padding:0;
	}
#attention {
	margin: 1em 0;
}
.attentionBox {
	border:4px solid #F00;
	padding:1em;
	margin-bottom:15px;
}
.attentionBox h3 {
	float:left;
    width:calc(100% / 2);
}
.attentionBox .listlink {
	float:right;
    width:calc((100% - 20px) / 2);
	margin-bottom:10px;
	margin-top:5px;
}
.attentionBox ul {
	clear:both;
}
.attentionBox ul li {
	border-bottom:1px solid #939393;
	padding:10px 0 10px 70px;
	background: url(../img_top/ico_attention.png) no-repeat left 10px;
	background-size:auto 22px;
	font-size:90%;
	line-height:1.3em;
}
.attentionBox ul li:first-child {
	border-top:1px solid #939393;
}
.attentionBox .banking {
	text-align:center;
	border: 2px solid #ff2c28;
	background: #ffe6c0;
	padding:5px 10px;
	margin:10px 0;
	display:block;
	border-radius:30px;
}
.plus {
	padding:15px;
	text-align:left;
	display:block;
	font-weight:bold;
	font-size:120%;
	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;
    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:120%;
	margin-bottom:10px;
	padding: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;
	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;
}

/* ---------------------------------------------
	bnrslider
--------------------------------------------- */
#bnrslider {
	width: 100%;
}
#bnrslider .slider {
	background: #e5f4ff;
	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:20px !important;
	height:70px !important;
	left:0;
}
#bnrslider  .slick-next {
	background: url(../img_top/bnrslider/btn_next.png) center no-repeat;
	width:20px !important;
	height:70px !important;
	right:0;
}

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

.torikumi-list {
	display: flex;
	flex-wrap: wrap;
}
.torikumi-list a {
	display: block;
	box-sizing: border-box;
	width: calc((100% - 40px) / 3);
	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(3n) {
	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;
}

@media screen and (max-width: 450px) {
	.torikumi-list a {
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.torikumi-list a:nth-of-type(3n) {
		margin-right: 15px;
	}
	.torikumi-list a:nth-of-type(even) {
		margin-right: 0;
	}
	.torikumi-list a {
		font-size: 85%;
	}
	.torikumi-list a:before {
		height: 80px;
	}
}


/* page-top */
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
	z-index:9999;
	font-size:12px;
}
#page-top a {
    background: #001DCD;
    text-decoration: none;
    color: #fff;
    width: 70px;
    text-align: center;
    display: block;
	-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%;
	position:relative;
}