/* ================================
  index
================================ */
body {
  background:#f6f7fa;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
#wrap{
	width: 100%;
	overflow: hidden
}
.topWrap {
  position: relative;
}
.topBox {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  z-index: 2;
  padding: 60px 60px 60px 10%;
	top: 40%;
}
.topBox .catchcopy {
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
	font-family: "Cinzel", serif;
}
.topBox .subcatch {
  margin-top: 10px;
}
@media screen and (max-width: 767px), {
  .topBox {
  }
  .topBox .catchcopy {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em
  }
  .topWrap {
    margin-left: 0;
    width: 100%;
  }
  .mainRogo {
    max-width: 400px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .topWrap {
    overflow: hidden;
  }
  .topBox {
    top: 40%;
  }
  .topBox .catchcopy {
    font-size: 55px;
  }
  .topBox .subcatch {
    font-size: 20px;
    margin-top: 10px;
  }
  .mainRogo {
    max-width: 380px;
    width: 100%;
    height: auto;
  }
}
/* ================================
  スライダー
================================ */
#slidBox {
  width: 90%;
  position: relative;
  max-width: 1700px;
  margin-left: auto;
}
#slideSen {
  margin-bottom: 30px;
}
#slideMain {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.splide__pagination {
  display: none;
}
.splide__slide img {
  transition: 8s ease-out;
}
.splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
@media screen and (min-width: 768px), print {
  #slideMain {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #slidBox {
    margin-top: 0;
    position: relative;
  }
}

/* ================================
  leadBox
================================ */
#leadBox {
  padding: 80px 0 200px;
	position: relative;
}
#leadBox h2 {
  letter-spacing: 2px;
  font-size: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Cinzel", serif;
}
#leadBox h2::after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #000;
  margin: 30px auto 0;
}
#leadBox .txtBox {
  max-width: 1080px;
  margin: 0 auto 40px;
}
#leadBox .txtBox p {
  margin: 20px 40px;
  font-weight: 100;
}
.imgBox01 {
  display: flex;
  gap: 20px;
  position: relative;
  left: -5%;
	max-width: 1200px;
	margin: 0 auto;
}
.imgBox02 {
	position: relative;
  display: flex;
  gap: 20px;
	max-width: 1200px;
	margin: 15px auto 0;
	z-index: 5;
}
.imgBox01 img, .imgBox02 img {
  min-width: 0;
}
@media screen and (max-width: 767px) {
#leadBox {
  padding: 40px 0 80px;
}
  #leadBox h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  #leadBox h2::after {
		margin: 10px auto 0;
		width: 40px;
  }
  #leadBox .txtBox {
    max-width: 100%;
    margin: 0;
  }
  #leadBox .txtBox p {
    margin: 20px 5%;;
    font-size: 14px;
  }
 .imgBox01{
	padding-top: 20px;
	gap: 5px;
	left: -20px;
	}	
 .imgBox02{	
	gap: 5px;
	right: -20px;
  margin: 5px auto 0;
	}
}






#leadBox .linkBtn {
	position:relative;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	 margin-bottom: 40px;
	padding: 14px 30px;
}

@media screen and (max-width: 767px) {
#leadBox .linkBtn {
	 margin-bottom: 0px;
	padding: 14px 30px;
}	
}


/*#sec01*/
#sec01 {
	margin-top: 4rem;
	padding: 8rem 0;
	position:relative;
}
#sec01:after{
	content:"";
	width: 30%;
	height: 100%;
	background: #edeff5;
	position:absolute;
	right: 0;
	top:0;
}
#sec01 .fBox {
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	position:relative;
	z-index: 2;
	padding: 0;
}
#sec01 .textBox {
	width: 50%;
	margin-right: 60px;
}

#sec01 .textBox .headWarp {
	position:relative;
}
#sec01 .textBox .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0 0 0 40px;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
}
#sec01 .textBox .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	position: absolute;
	left:0px;
	top:22px;
}
#sec01 .textBox .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(46px, 8vw, 120px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
	margin-left: 40px;
     display: block;
}

#sec01 .textBox p{
    margin-bottom: 15px;
	font-size: clamp(14px, 3.5vw, 16px);	
}
#sec01 .textBox p:last-child{
	margin-bottom: 0;
}
#sec01 .imgBox {
	width: 50%;
	position:relative;
	right: -10%;
}

#sec01 .imgBox .radius {
	overflow: hidden;
	max-width: 560px;
}
#sec01 .imgBox .radius:first-child{
	margin-bottom: 20px;
}
#sec01 .imgBox .radius:nth-child(2){
	margin-left: -15%;
}
#sec01 .imgBox .radius {
	width: 100%;
	height: auto;
}
#sec01 .textBox .btnBlue {
	margin-top: 60px;
}

@media screen and (max-width: 1280px) {
	
	#sec01 .fBox {
	margin: 0 5% 0 5%;
}
#sec01 .imgBox {
	width: 40%;
	position:relative;
	right: -5%;
}
#sec01 .imgBox .radius:nth-child(2){
}
#sec01 .textBox {
	width: 48%;
	margin-right: 60px;
}
#sec01 .textBox .headWarp .deco {
	margin-bottom: -30px;
	margin-left: 30px;
}
}
@media screen and (max-width: 960px) {
	#sec01 .textBox .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {

#sec01 {
  margin-top: 0;
  padding: 2rem 0 2rem;
  position: relative;
}
	
#sec01:after{
	width: 40%;
	height: 80%;
	right: 0;
	top:auto;
	bottom:0;
}	
	
#sec01 .textBox .headWarp h2{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
#sec01 .textBox .headWarp h2::before {
	left:0px;
	top:12px;
	width: 10px;
	height: 10px;
}
	
#sec01 .textBox .headWarp .deco {
	margin-bottom: -20px;
	margin-left: 20px;
}
	
#sec01 .fBox {

	flex-direction: column;
	padding: 0;
}
#sec01 .textBox {
	width: 100%;
	margin-right: 0;
}	
#sec01 .imgBox {
	width: 100%;
	position:relative;
	right: auto;
}	
#sec01 .imgBox .radius:nth-child(2){
	margin-left: 0;
}
#sec01 .textBox .btnBlue {
	margin: 40px auto;
}
}


/*#sec02*/
#sec02 {
	padding: 80px 0 120px;
	background: #152d5b url("../img/img_common/texture_r2_bg.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}
	#sec02 .inBox {
	max-width: 1200px;
	margin: auto;
	position:relative;
	z-index: 2;
	padding: 0;

}


#sec02 .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #fff;
	margin-bottom: 40px;
	padding: 0 0 0 40px;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
}
#sec02 .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	position: absolute;
	left:0px;
	top:22px;
}
#sec02 .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(46px, 8vw, 120px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
	margin-left: 40px;
     display: block;
	opacity: 0.1;
}

#sec02 .textBox p{
    margin-bottom: 15px;
	font-size: clamp(14px, 3.5vw, 16px);	
    color: #fff;
}
#sec02 .textBox p:last-child{
margin-bottom: 0;	
}
#sec02 .fBox {
   display: flex;
   align-items: center;
}
#sec02 .fBox .textBox{
	width: 60%;
	margin-right: 5%;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
 
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
  margin-right: 20px;
}
.scroll-infinity__item>img {
  width: 100%;
}



@media screen and (max-width: 1280px) {
	
	#sec02 .inBox {
	margin: 0 5% 0 5%;
}
#sec02 .headWarp .deco {
	margin-bottom: -30px;
	margin-left: 30px;
}
}
@media screen and (max-width: 960px) {
	#sec02 .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {

#sec02 {
  background: #152d5b url("../img/img_common/texture_r2_bg_mb.jpg")no-repeat;
  background-position: right;
  padding: 2rem 0 4rem;
}
	
#sec02 .headWarp h2{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
#sec02 .headWarp h2 br {
	display: none;
}
#sec02  .headWarp h2::before {
	left:0px;
	top:12px;
    width: 10px;
	height: 10px;
}
	
#sec02  .headWarp .deco {
	margin-bottom: -20px;
	margin-left: 20px;
}
#sec02 .fBox {
   flex-direction: column;
}
#sec02 .fBox .textBox{
	width: auto;
	margin-right: 0;
}
#sec02 .fBox .btnGold {
	margin: 40px auto 0;
}
.scroll-infinity__wrap {
  margin-bottom: 20px;
}
.scroll-infinity__item {
  width: calc(100vw / 1.5);
  margin-right: 10px;
}
}



/*#sec03*/
#sec03 {
	/*margin-top: 4rem;*/
	padding: 8rem 0;
	position:relative;
}
#sec03:after{
	content:"";
	width: 30%;
	height: 100%;
	background: #edeff5;
	position:absolute;
	left: 0;
	top:0;
}
#sec03 .fBox {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position:relative;
	z-index: 2;
	padding: 0;
}
#sec03 .textBox {
	width: 65%;
	margin-left: 60px;
	margin-right: -3%;
}

#sec03 .textBox .headWarp {
	position:relative;
}
#sec03 .textBox .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0 0 0 40px;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
    white-space: nowrap;
}
#sec03 .textBox .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	position: absolute;
	left:0px;
	top:22px;
}
#sec03 .textBox .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(46px, 8vw, 120px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
	margin-left: 20px;
     display: block;
}

#sec03 .textBox p{
    margin-bottom: 15px;
	font-size: clamp(14px, 3.5vw, 16px);	
}
#sec03 .textBox p:last-child{
	margin-bottom: 0;
}
#sec03 .imgBox {
	width: 50%;
	position:relative;
	left: -5%;
}

#sec03 .imgBox .radius {
	overflow: hidden;
	max-width: 560px;
}
#sec03 .imgBox .radius:first-child{
	margin-bottom: 20px;
}
#sec03 .imgBox .radius:nth-child(2){
	margin-left: -15%;
}
#sec03 .imgBox .radius {
	width: 100%;
	height: auto;
}
#sec03 .textBox .btnBlue {
	margin-top: 60px;
}
#sec03 .linkfBox {
	display: flex;
	justify-content: space-between;
}
#sec03 .linkfBox a{
	width: 48%;
}
@media screen and (max-width: 1280px) {
	
	#sec03 .fBox {
	margin: 0 5% 0 5%;
}
#sec03 .imgBox {
	width: 35%;
	position:relative;
	left: auto;
}
#sec03 .textBox .headWarp .deco {
	margin-bottom: -30px;
	margin-left: 20px;
}
#sec03 .textBox {
	width: 60%;
	margin-left: 40px;
	margin-right: 0;
}
}
@media screen and (max-width: 960px) {
	#sec03 .textBox .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {

#sec03 {
  margin-top: 0;
  padding: 2rem 0 4rem;
  position: relative;
}
	
#sec03:after{
	width: 40%;
	height: 80%;
	right: 0;
	top:auto;
	bottom:0;
}	
	
#sec03 .textBox .headWarp h2{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
#sec03 .textBox .headWarp h2::before {
	left:0px;
	top:12px;
	width: 10px;
	height: 10px;
}
	
#sec03 .textBox .headWarp .deco {
	margin-bottom: -20px;
	margin-left: 20px;
}	
#sec03 .fBox {

	flex-direction: column;
	padding: 0;
}
#sec03 .textBox {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}	
#sec03 .imgBox {
	width: 100%;
	position:relative;
}	
#sec03 .imgBox .radius:nth-child(2){
	margin-left: 0;
}
#sec03 .textBox .btnBlue {
	margin: 40px auto;
}
#sec03 .linkfBox {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
#sec03 .linkfBox a{
	width: 280px;
	margin: 0 auto 20px!important;
}	
	
@media screen and (max-width: 428px) {
     #sec03 .linkfBox a{
        width: 80%;
    }
}
}
@media screen and (max-width: 420px) {
#sec03 .textBox .headWarp h2{
	font-size:19px;
}
}


/*#sec04*/
#sec04 {
	padding: 8rem 0;
	background: #152d5b url("../img/img_common/texture_l2_bg.jpg")no-repeat;
	background-size: contain;
	background-position: left top;
}
	#sec04 .inBox {
	max-width: 1200px;
	margin: auto;
	position:relative;
	z-index: 2;
	padding: 0;

}


#sec04 .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #ccaa82;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	text-align: center;
}
#sec04 .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(46px, 8vw, 120px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	opacity: 0.1;
	text-align: center;
}

#sec04 .textBox{
    margin-bottom: 15px;
	font-size: clamp(14px, 3.5vw, 16px);	
    color: #fff;
	text-align: center;
}
#sec04 a.bnrBox {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 1080px;
	margin: 60px auto 0;
}

@media screen and (max-width: 1280px) {
	
	#sec04 .inBox {
	margin: 0 5% 0 5%;
}
#sec04 .headWarp .deco {
	margin-bottom: -30px;
}
}
@media screen and (max-width: 960px) {
	#sec04 .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {
#sec04 {
  background: #152d5b url("../img/img_common/texture_l2_bg_mb.jpg")no-repeat;
  padding: 2rem 0 4rem;
}
	
#sec04 .headWarp h2{
	margin-bottom: 20px;
	padding: 0;
}

#sec04  .headWarp h2::before {
	left:0px;
	top:12px;
    width: 10px;
	height: 10px;
}
	
#sec04  .headWarp .deco {
	margin-bottom: -20px;
}
#sec04 .fBox {
   flex-direction: column;
}
#sec04 .fBox .textBox{
	width: auto;
	margin-right: 0;
}
#sec04 .fBox .btnGold {
	margin: 40px auto;
}
}
@media screen and (max-width: 768px) {
	#sec04 .textBox{
	text-align: left;
}
	#sec04 .textBox br {
		display: none;
	}
#sec04 a.bnrBox {
  margin: 20px auto 0;
}
}






#topWrap {
	margin-top: 80px;
	padding-bottom: 80px;
	position:relative;
}
#topWrap::after{
  content: "";
  width: 95%;
  height: 50%;
  background: #013384 url("../img/index_img/top_bg.jpg")no-repeat;
  background-size: cover;
  /*border-radius: 0 60px 60px 0 ;*/
  position: absolute;
  left: 0;
  bottom: 0;
}
	
	.slideBox {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		position:relative;
	}
	
	.swiper {
		overflow: hidden;
		
		max-height: 480px
	}
	#swiper1{
		width: 48%;
		max-width: 870px;
/*		border-radius: 0 20px 20px 0;*/
		
	}
	#swiper2{
		width: 20%;
		max-width: 400px;
		margin-top: 80px;
	/*	border-radius: 20px;*/
		
	}
	#swiper3{
		width: 32%;
		max-width: 600px;
		/*border-radius: 20px 0 0 20px;*/
	}

.swiper-slide {
  width: 100%;
  font-weight: bold;
}

	
.swiper-button-prev:after,
.swiper-button-next:after
	{
  content: ""; /*contentを空にする*/
}	
	.swiper-pagination-bullet {
		display:  none;
	}
	
	
	
	
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}	
	
#swiper4 {
	margin-left: 10%;
}	
#swiper4 .swiper-slide {
position:relative;

}
#swiper4.swiper{
width: auto;
}
#swiper4 p {
  color: #fff;
 
  /*text-shadow: 1px 1px 2px #333;*/
}
	#swiper4 p .small{
		display: block;
		font-size: clamp(18px, 4vw, 46px);
		white-space: nowrap;
		 font-weight: 400;
		color:#fff;
	}
	#swiper4 p .big{
		display: block;
		font-size: clamp(24px, 5vw, 68px);
		white-space: nowrap;
		line-height: 1.2;
		color:#fff;
		font-weight: 700;
	}
/* 表示されているスライドのテキスト */
	#swiper4 .swiper-slide p span{
		 opacity: 0;
	}
#swiper4 .swiper-slide-active p .small {
	display: block;
/*  animation-delay: 2s;
  animation-duration: 2s;*/
 animation-fill-mode: both;
  animation: fadeIn 5s ease-out;
	 opacity: 0;
}
#swiper4 .swiper-slide-active p .big {
	display: block;

 animation-fill-mode: both;
  animation: fadeIn 5s ease-out;
	 opacity: 0;
	  animation-delay: 0.2s;
}
	#swiper4 .swiper-slide-active {
		opacity: 1;
	}
/* アニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
   70% {
    opacity: 1;
  } 
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
#topWrap {
    padding-bottom: 60px;

}
	.slideBox {
		gap: 10px;
	}	
	#topWrap::after {
    content: "";
    width: 98%;
    height: 50%;
/*    border-radius: 0 40px 40px 0;*/
}
}
@media screen and (max-width: 768px) {

	.slideBox {
		flex-wrap: wrap;
		gap: 0;
		justify-content: space-between;
	}	
	
	#swiper1 {
    width: 100%;
    max-width: 870px;
    border-radius: 0;
}
	#swiper2{
		width: 39%;
		max-width: 400px;
		margin-top: 0px;
		/*border-radius: 0 20px 20px 0;*/
		margin: 18px 0 0;
	}
	#swiper3{
		width: 58%;
		max-width: 600px;
		/*border-radius: 20px 0 0 20px;*/
		margin: 18px 0 0;
	}
	
#topWrap {
  margin-top: 70px;
  padding-bottom: 40px;
  position: relative;
}	
#topWrap::after {
  width: 95%;
  height: 80%;
 /* border-radius: 0 20px 20px 0;*/
}	
	#swiper4 {
  margin-left: 5%;
  margin-top: 20px;
}
	
	
	
}

@media screen and (max-width: 480px) {
		#swiper2{
		margin: 12px 0 0;
	}
	#swiper3{
		margin: 12px 0 0;
	}
}


/*blog*/
#blog {
	background: #edeff5;
	padding: 80px 5%;
	font-family: "Roboto", "Arial", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
}


#blog .inBox {
	max-width: 800px;
	margin:auto;
	
}
#blog .inBox h2{
	
	font-size: 24px;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	color: #013384;
	
}
#blog .inBox h2::before{
content: "";
    width: 10px;
    height: 10px;
    background: #ccaa82;
	margin-right: 10px;
}


#blog .inBox ul {
	text-decoration: none;
  padding: 20px 0 0 0;
  margin-top: 20px;
  border-top: 1px dotted #666;
}
#blog .inBox ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
#blog .inBox ul li:last-child {
	margin-bottom:0;
}
#blog .inBox ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #465288;
	flex: 1;
}

#blog .newsInfo {
	font-size: 14px;
	font-weight: normal;
	width: 160px;
}


#blog .newsInfo .articleTag {
	display: inline-block;
	background: #cc0000;
	width: 100px;
	text-align: center;
	padding: 2px 4px;
	color: #fff;
	margin-left:10px;
	font-size: 12px;
}


#blog .btnBlue{
	margin: 60px auto 0;
	width: 300px;
	height: 40px;
	font-size: 16px;
}
#blog .btnBlue img {
    display: block;
    width: 20px;
    height: 20px;
}
#blog .btnBlue:hover img{
    width: 25px;
    height: 25px;
}
@media screen and (max-width: 768px) {
	
	
#blog {
    padding: 60px 5%;
}	
	
#blog .inBox h2 {
    font-size: 20px;
	}
#blog .inBox ul li {
    flex-direction: column;
	margin-bottom: 15px;
}

   #blog .btnBlue {
        width: 280px;
        height: 40px;
        font-size: 16px;
	   margin: 40px auto 0;
    }
}

@media screen and (max-width: 428px) {
     #blog .btnBlue {
        width: 80%;
    }
}


/*---新着情報--------------------*/
    #blog .blgCateIcon {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 0px 5px;
        font-size: 12px;
        letter-spacing: 1px;
        vertical-align: middle;
        min-width: 5em;
		text-align: center;
    background-color: #ccaa82;
    color: #fff;
    }


