.bg-lightGray{
	background-color: #f8f8f8;
}

.bg-orange{
	background-color: #f58821;
}

.bg-lightOrange{
    background-color: #fff2e4;
}

.bg-lightOrange2{
    background-color: #f6ac16;
}
.bg-darkOrange{
    background-color: #e0450f;
}

.bg-pink{
    background-color: #fff1f1;
}

.bg-lightGreen{
	background-color:#2dbe60;
}

.bg-lightBlue{
	background-color:#489bf0;
}

.bg-gray2{
	background-color:#eeeeee;
}


.bg-orangeGara{
  background: url(../imgFD/top_button_bk.jpg) #f58821;
}



@media (min-width: 992px) { 
  .bg-lg-white {
    background-color: #fff !important;
  }
}

.text-orange{
    color: #f58821;
}


.text-darkOrange{
    color: #e0450f;
}

.text-pink2{
	color:#ea5353;
}


.text-0p5em{

	font-size:0.5em;

}

.btn-darkOrange {
    --bs-btn-color: white;
    --bs-btn-bg: #e0450f;
    --bs-btn-border-color: #e0450f;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #f35822;
    --bs-btn-hover-border-color: #f35822;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #e0450f;
    --bs-btn-active-border-color: #e0450f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.border-orange{
	border-color: #f58821 !important;
}

.border-darkPink{
	border-color: #e09292 !important;
}

.w-20{
	width:20%
}

.w-40{
	width:40%
}


.w-30px{
	width:30px
}


.w-80px{
	width:80px
}

.w-10px{
	width:10%
}

.w-90px{
	width:90%
}


.mark-required{
  margin: 0 0 0 10px;
  padding: 4px 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #f58821;
}


.iconT-question{
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #f58821;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 99px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

/*
.iconT-question:before{
	content:"?";
}
*/


.iconT-question:hover{
	color: #fff;
	background-color: #f58821;
	border-color: #da6d06;
	box-shadow: 0 2px 0 #da6d06;
}



.fixedAdMenu{
  position: absolute;
  text-align: center;
  height: 60px;
  width: 100px;
  right: -1px;
  top: 167px;
  z-index: 100;
}
.is-fixed{
  position: fixed;
  top: 4px;
  right: -1px;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}


.fixedAdMenu a{
  display: block;
  font-size: 0.8rem;
  padding: 8px 5px;
  color: #fff;
  text-decoration: none;
  background-color: #186fc8;
  border: 1px solid #13569b;
  overflow: hidden;
}
.fixedAdMenu a:hover,
.fixedAdMenu a:focus{
  background-color: #2d89e6;
}
.fixedAdMenu .fixedAdMenu-home a{
  border-radius: 5px 0 0 0;
}
.fixedAdMenu .fixedAdMenu-home:last-child a{
  border-radius: 5px 0 0 5px;/* �߂�{�^�����Ȃ��ꍇ�͍��[�𗼕��p�ۂ� */
}
.fixedAdMenu .fixedAdMenu-back a{
	border-radius: 0 0 0 5px;
  border-top: none;
  box-shadow: 0 1px 0 #3a91ea inset;
}



.loginMenu-number{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	min-width: 20px;
	height: 20px;
	line-height: 19px;
	text-align: center;
/*background-color: #ea5352;*/
	background-color: #dc3545;
	z-index: 3;
	font-size:1.0rem;
}



.newsList-cate{
	display: inline-block;
	width: 120px;
	text-align: center;
	border: 1px solid;
}
.newsList-cate-feature{
	color: #009d37;
	border-color: #009d37;
}
.newsList-cate-newAd{
	color: #144BAB;
	border-color: #144BAB;
}
.newsList-cate-pickUp{
	color: #38a1c7;
	border-color: #38a1c7;
}
.newsList-cate-campaign{
	color: #de4830;
	border-color: #de4830;
}
.newsList-cate-news{
	color: #e37600;
	border-color: #e37600;
}



.slick-dots {
    bottom: -15px;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 36px;
}
.slick-dots li button{
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 4px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 36px;
}
.slick-dots li button:hover{
    outline: medium none;
}
.slick-dots li button:hover::before{
    opacity: 1;
}
.slick-dots li button::before{
    background-color: #f58821;
    display: block;
    content: "";
    font-size: 30px;
    height: 4px;
    line-height: 20px;
    opacity: 0.25;
    text-align: center;
    width: 36px;
}
.slick-dots li.slick-active button::before{
    color: #f58821;
    opacity: 0.75;
}



a.current.sortList-asc::after{
	content: "\025b2";
}
a.current.sortList-desc::after{
	content: "\025bc";
}


.w-100_iframe iframe{
	width:100%;
}

@media screen and (min-width:992px) {
	.text-wrap-lg {
	    white-space: wrap!important;
	}
}
