@charset "UTF-8";

body{
	font-family: Meiryo UI, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.wrap{
	background-color:#eAeAeA;
}



/* 文字サイズの調整 */
	html{font-size:13px;}
	.h1,h1{font-size:2.16rem}/*28px*/
	.h2,h2{font-size:1.85rem}/*24px*/
	/*strong{font-size:1.24rem}*//*16px*/
	.small,small{font-size:0.77rem}/*10px*/


/* ページ内リンクの位置調整 */
section {
	margin-top: -63px;
	padding-top: 63px;
}
a.nav{
	color:#003792 !important;
}
a{
	color:#003792;
}
.tile{
	font-size: 12pt;
	font-weight: bold;
	color: #fff!important;
	background-color: #003792;
	text-align:center; 
}
.tile:hover{
	color: #003792!important;
	background-color: #b1bcce;
	text-decoration:none;
	transition: 0.6s;
}

#tile_sns:hover,
#tile_sns_tab:hover{
	color: #FFF!important;
	background-color: #003792;
}



section.intro .img-fluid {
	width: 100%;
	height: 100%;
	padding:0.5rem;
}

.navbar-dark .navbar-toggler-icon{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 55, 55, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 55, 55, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.sp_nav{
	border-bottom:1px solid #003792;
}

button:focus{
	outline:0;
}


@media only screen and (min-width:768px) {
	dd.test{
		margin-left: 35px;
	}
}
@media only screen and (min-width:1200px) {
	dd.test{
		margin-left: 64px;
	}
}

/* nav
------------------------------ */
@media(min-width:992px){
	.nav_sp{
		min-width:1140px!important;
	}
	.nav_sp2{
		min-width:1125px!important;
	}
}
@media(max-width:991px){
	body{
		padding-top:65px;
	}
	.nav_sp2{
		max-width:100%!important;
	}
	.nav_sp{
		position:fixed;
		top:0;
		right:0;
		left:0;
		z-index:1030;
	}
}
/* IEメッセージ用 */
@media all and (-ms-high-contrast: none) {
	#ie-error{
		text-align:center;
		background-color: #fffcca;
		padding-top:20px;
		padding-bottom:20px;
		font-size:14px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		}
	}

.inner{
	color:#fff;
	background-color: #003792;
}
.inner ul {
	padding:0px;
	overflow: hidden; /* 右端のカラム落ち対策 */
	width: 100%;
	margin-left:auto;
}
.inner li {
	display: inline;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}
.inner li a {
	float:left;
	display:block;
	padding:8px 0;
	width: 23%;
}
.inner li a,
.inner li a:link,
.inner li a:active,
.inner li a:visited{
	color:#fff;
}
.inner li a:hover{
	background-color: #cbd6e8;
	color:#003792;
	transition: 0.6s;
	text-decoration: none;
}

.inner a.top_home {
	float:left;
	visibility : hidden;
	padding:6px 0px;
	width:auto;
	margin-right:25px;
}

.inner li a.top_home:hover{
	background-color: #003792;
	color:#003792;
	transition: 0.6s;
	text-decoration: none;
}



a.footer{
	float:left;
	color:#FFF;
	padding-left: 30px;
	text-decoration:none;
}

a.footer li:hover{
	color:#FFF;
}

a.footer_c{
	float:center;
	color:#FFF;
	padding-left: 30px;
	text-decoration:none;
}

a.footer_c li:hover{
	color:#FFF;
}
.search{
		background: url('../img/search.png') no-repeat 2px 2px;
		padding:2px 15px 2px 25px;
		margin-top:6px;"
}
.sp_search {
	padding:6px 15px 6px 40px;
	margin:3px;
	background: url('../img/search.png') no-repeat 8px 6px;
}

.rounded{
.sp_rounded,
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.lighter input[type=text]{
	border:1px solid #d0d0d0;
	background-color:#fcfcfc;
}

input[type="text"]:focus {
	outline: 0;
}

/* news
------------------------------ */
#news_pc{
	padding: 0px 15px;
	overflow: hidden; /* 右端のカラム落ち対策 */
	padding-bottom: 12px;
	width:1140px;
	margin:0px auto;
}
#rss{
	float: right;
	font-size: 12pt;
}
#rss img{
	margin-right: 2px;
	position: relative;
	top: -5px;
}

.tile_news_pc{
	width:170px;
	height:170px;
	border-top-width:0px!important;
	background-color:#003792;
}

a#tile_news{
	height:170px;
}

#news_pc .inner>div{
	float: left;
	position: relative;
	margin-left: 18px;
}

#news_pc .inner>div{
	height: 170px;
	width: 170px;
	background-color: #FFF;
	line-height: 1.3;
	padding: 5px 8px 10px 8px;
	border-top:5px #FFF solid;
	color:#003792;
}

#news_pc li{
	display:block;
	text-align:left;
}

#news_pc li.title{
	font-weight:bold;
	font-size:14px;
	color:#222222;
}
#news_pc li.title img{
	margin-left:10px;
	margin-bottom:2px;
}

#news_pc li.title img.pin{
	position:absolute;
	top:-9px;
	right:-5px;
	margin:0px;
	transform: rotate( -10deg );
}

#news_pc li.date{
	margin-top: 10px;
	font-size:9pt;
	color:#222222;
}
#news_pc li.info{
	margin-top: 10px;
	font-size:10pt;
}

#news_pc li.info a{
	color:#003792;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
#news_pc li.info a:hover{
	color:#003792;
	text-decoration:underline;
	background-color:#FFF;
}
/* ニュース　最新一覧 #topics_pc
--------------------------------------------------- */
#topics_pc{
	padding: 0px 15px 18px 15px;
	overflow: hidden; /* 右端のカラム落ち対策 */
	padding-bottom: 12px;
	width:1140px;
	margin:0px auto;
}
#topics_pc .inner>div{
	float: left;
	position: relative;
}
#topics_pc .inner>div{
	height: 360px;
	width: 546px;
	background-color: #FFF;
	line-height: 1.3;
	border-top:5px #FFF solid;
	color:#003792;
}

#pickup_pc{
	border-top-width: 0px!important;
}
.carousel-fade .carousel-item {
	transition-duration: 2.0s;
}

#topics_pc .shohin .card-header{
	background-color:#003792;
	color:#FFF;
	border-radius:0;
	font-size:12pt;
	font-weight:bold;
}




#topics_pc .inner>div.shohin{
	height:189px;
	width:546px;
	margin-left:18px;
	border-top-width: 0px!important;
	padding-bottom:0px;
}

#topics_pc .inner>div.shohin .card-body{
	font-weight:bold;
	font-size:12pt;
}


#topics_pc .topic_table{
	empty-cells: hide;
}

#topics_pc .topic_table td.space_pc{
	width:0px;
}

#topics_pc .inner>div.sns{
	height:151px;
	width:546px;
	margin-left:18px;
	border-top-width: 0px!important;
}

#topics_pc li.title{
	font-weight:bold;
	font-size:14px;
}

/* link
------------------------------ */
#link{
	padding: 0px 15px 12px 15px;
	overflow: hidden; /* 右端のカラム落ち対策 */
	min-width:1140px;
	font-size:12pt;
	font-weight:bold;
}

/* link_sp
------------------------------ */
@media(min-width:576px){
	.link_sp2{
		display:block;
	}
}



/* sitemap
------------------------------ */
#sitemap .item p a{
	color:#003392;
	font-weight:bold;
}

#sitemap .item li a{
	color:#003792;
}

.wrap_sitemap{
	border-top:1px solid #003392;
}
@media(max-width:1157px){
	#sitemap{
		border-top:1px solid #003392;
	}
	.wrap_sitemap{
		border:none;
	}
}


/* トップへ #totop
--------------------------------------------------- */
#totop {
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px;
}

.inner_top{
	color:#fff;
	background-color: #003792;
	min-width:1140px;
}
.inner_top ul {
	overflow: hidden; /* 右端のカラム落ち対策 */
	background-color:#003792;
	max-width:1110px;
	margin:0px auto;
	padding-left:0px;
}
.inner_top li {
	display: inline;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}
.inner_top li a {
	float:left;
	display:block;
	padding:8px 0;
	width: 20%;
}
.inner_top li a,
.inner_top li a:link,
.inner_top li a:active,
.inner_top li a:visited{
	color:#fff;
}
.inner_top li a:hover{
	background-color: #cbd6e8;
	color:#003792;
	transition: 0.6s;
	text-decoration: none;
}


/*タブレット用 768px～991px
--------------------------------------------------- */
/*グローバルメニュー*/
.inner_top_tab{
	color:#fff;
	background-color: #003792;
	min-width:100%;
}
.inner_top_tab ul {
	overflow: hidden; /* 右端のカラム落ち対策 */
	background-color:#003792;
	max-width:768px;
	margin:0px auto;
	padding-left:0px;
}
.inner_top_tab li {
	display: inline;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}
.inner_top_tab li a {
	float:left;
	display:block;
	padding:16px 0;
	width: 20%;
}
.inner_top_tab li a,
.inner_top_tab li a:link,
.inner_top_tab li a:active,
.inner_top_tab li a:visited{
	color:#fff;
}
.inner_top_tab li a:hover{
	background-color: #cbd6e8;
	color:#003792;
	transition: 0.6s;
	text-decoration: none;
}


/* news_tab */
.news_sp_title{
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size: 12pt
}

#news_tab{
	overflow: hidden; /* 右端のカラム落ち対策 */
	margin:0px 15px;
}


.grid{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto 1px auto 1px auto 1px auto 1px auto;
	grid-gap: 13px;
}
.grid>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid>*:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.grid>*:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}


.item {
	padding: 10px;
	border-top:5px solid #FFF;
}


.grid li.title{
	font-weight:bold;
	font-size:14px;
	color:#222222;
}
.grid li.title img{
	margin-left:10px;
	margin-bottom:2px;
}
.grid img.pin{
	position:absolute;
	right:0px;
	margin:0px;
	transform: rotate( -10deg );
}

.grid img.pin_tab{
	float:right;
	margin-right:-20px;
	transform: rotate( -10deg );
}

.grid li.date{
	margin-top: 10px;
	font-size:9pt;
	color:#222222;
}
.grid li.info{
	margin-top: 10px;
	font-size:10pt;
}







/* topics_tab */
#topics_tab{
	padding: 0px 15px 18px 15px;
	overflow: hidden; /* 右端のカラム落ち対策 */
	padding-bottom: 0px;
	margin:0px auto;
}

#topics_tab .inner>div{
	float: left;
	position: relative;
}
#topics_tab .inner>#pickup_tab{
	width: 49%;
	background-color: #FFF;
	color:#003792;
}


.carousel-fade .carousel-item {
	transition-duration: 2.0s;
}

#topics_tab .inner>.topics_tab_r{
	width: 49%;
	background-color: #FFF;
	color:#003792;
	margin-left:2%;
}

.topics_tab_r .card-header{
	background:#003792;
	color:#FFF;
	padding:5px 16.250px;
}

.topics_tab_r{
	font-weight:bold;
}

@media only screen and (min-width: 884px){
	.tile_shohin_tab768{
		display:none!important;
	}
	.sns_tab768{
		display:none!important;
	}
	.tile_sns_tab768{
		display:none!important;
	}
}

@media only screen and (max-width:883px){
	.tile_shohin_tab784{
		display:none!important;
	}
	.sns_tab784{
		padding-top:1rem!important;
	}
	.sns_tab768{
		display:none!important;
	}
	.tile_sns_tab784{
		display:none!important;
	}
}

@media only screen and (max-width:816px){
	.tile_shohin_tab768{
		display:block!important;
	}
	.sns_tab784{
		display:none!important;
	}
	.sns_tab768{
		display:block!important;
	}
	.tile_sns_tab768{
		display:block!important;
	}
}

.card-header a,
.card-header a:link,
.card-header a:active,
.card-header a:visited{
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size: 12pt
}
.card-header a:hover{
	background-color: #cbd6e8;
	color:#003792;
	transition: 0.6s;
	text-decoration: none;
}

.caution_tab{
	max-width:initial;
}

/*
@media(max-width:904px){
	.topics_tab_r p.card-text{
		margin-bottom:10px;
	}
	.topics_tab_r .card-body{
		padding-top:0px;
		padding-bottom:0px;
		margin-top:8px;
		margin-bottom:8px;
	}
}
*/
/* リンク */
#link_tab{
	padding: 0px 15px;
	font-weight:bold;
}

/* ミニバナー */
.minibanner_tab{
	padding:0px 15px;
}

.minibanner_tab img.w-100{
	width:93%!important;
}

.minibanner_tab .minibanner_tab_lower img.img-fluid{
	max-width:99%;
}
/* news_sp */
.news_sp .tile,
.tile_sp{
	font-size:10pt;
}

.news_sp a li.title,
.news_sp a li.date{
	color:#000;
}

.news_sp a:hover{
	text-decoration:none;
}




