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

*{
margin: 0px;
padding: 0px;
}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
background:#fff;	
line-height: 1.6;
color:#333;
font-size:14px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1220px;    
}

.min{
    font-family: UD Reimin Regular; 
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en{
    font-family: 'Barlow Condensed', sans-serif !important;
}

@media only screen and (max-width: 480px) {
body{
    overflow-x: hidden;
    min-width: initial;
	font-size: 13px;
}

body.jp{
	font-size: 13px;
}
}

img{
border:0;
outline:none;
	image-rendering: -webkit-optimize-contrast;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#009acf; }
a:hover{color:#333; }

a.txt-black:link, a.txt-black:visited{color: #333; text-decoration: none;}
a.txt-black:hover{color: #009acf; text-decoration: underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#btn-pdf{
	position:fixed; 
	bottom:40px; 
	right:20px; 
	z-index: 50; 
	display: inline-block;
	width: 220px;
}

#btn-pdf a{
	display: block;
	text-align:right;
    }

#btn-pdf a img{
	width: 150px;
}
#btn-pdf a img.not-dl{
	width: 100%;
}
@media only screen and (max-width: 480px) {
	
#btn-pdf{
	display:none;
    }
	
	
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
	text-align: center;
	margin: 50px 0;
}

.btn{
	display: inline-block;
	width: 360px;
	color: #fff !important;
	border-radius: 30px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #00048b;
	font-size: 20px;
	text-decoration: none !important;
	position: relative;
}

.btn:hover{
	background: #7f81c5;
}

.btn i{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	font-size: 14px;
}

.btn.btn-i-left i{
	right: inherit;
	left: 15px;
}

.btn.btn-grey{
	background: #9b9b9b
}

.btn.btn-grey:hover{
	background: #333
}

.btn.btn-w{
	background: #fff;
	border: 2px solid #00048b;
	color: #00048b !important;
	width: 356px;
	height: 56px;
	line-height: 56px;
}

.btn.btn-w:hover{
	background: #00048b;
	color: #fff !important;
}



@media only screen and (max-width: 480px) {

.btn-area{
	margin: 35px 0;
}

.btn{
	display:block;
	width: 90%;
	font-size: 16px;
	margin: 0 auto;
}

.btn i{
	right: 12px;
}

.btn.btn-i-left i{
	left: 12px;
	right: inherit;
}

.btn.btn-w{
	width: 100% !important;
}

}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1200px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents{
	background: #fafafa;
	padding: 25px 0;
}

#wrapper{
	padding: 35px 0;
}

#contents-full-width{
	padding-top: 120px;
}

@media only screen and (max-width: 480px) {
    
.contents-area{width: 90%; }

#wrapper{
	width: 100% !important;
	padding: 15px 0;
}

.contents{
	padding-top: 80px;
}

.home .contents{
	padding-top: 20px;
}

#contents-full-width{
	padding-top: 80px;
}


	
}

@media (max-width: 320px) {
  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
    font-size: 40px;
    font-weight: 400;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}

.title-bb{
	display: block;
	text-align: center;
	color: #f05500;
	border-bottom: 1px solid #f05500;
	padding: 0 0 15px;
	font-size: 24px;
	margin: 0 0 35px;
}

.box-blue .title-bb{
	color: #00048b;
	border-color: #00048b;
}

.title-basic{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #624797;
	padding: 6px 0;
	margin-bottom: 35px;
}

.title-basic small{
	padding-left: 10px;
	font-size: 60%;
}

.title-normal{
	display: block;
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {

.title-contents{
    font-size: 25px;
	margin-bottom: 30px;
}

.title-bb{
	padding: 0 0 10px;
	font-size: 16px;
	margin: 0 0 20px;
}

.title-basic{
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 30px;
}

.title-normal{
	font-size: 16px;
	margin-bottom: 20px;
}
	
}

@media (max-width: 320px) {

}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 12px; padding: 5px; }
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media only screen and (max-width: 480px) {
.breadcrumbs{display: none; }    
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
	height: 120px;
	z-index: 99999;
	width: 100%;
	position: fixed;
	background: #fff;
}

header .contents-area{
	display: flex;
}

.pc-menu{
	margin: 18px 0 0 50px;
}

.pc-menu ul{
	list-style: none;
	display: flex;
}

.pc-menu ul li{
	margin: 0 5px;
}

.pc-menu ul li a{
	display: block;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.pc-menu ul li a i{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 45px;
	margin: 0 auto;
}

.pc-menu ul li a i img{
	width: 40%;
	height: auto;
}

.pc-menu ul li a:hover{
	background: #fafafa;
	border-radius: 8px;
}

#site-title{
	display: inline-block;
	width: 121px;
	margin-top: 30px;
}

#site-title img{width: 100%; vertical-align: middle;}
#site-title span{padding-top: 10px; display: inline-block;}

.pc-header{
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0;
	width: 45%;
}

#no-login-header .pc-header{
	top: 42px;
}

.btn-header{
	width: auto;
	height: 30px;
	line-height: 32px;
	padding: 0 20px;
	margin-left: 12px;
	font-size: 14px;
}

.btn-changepw{
	background: #7f81c5;
}

.btn-changepw:hover{
	background: #00048b;
}

.box-language{
	display: inline-block;
	position: relative;
	margin-left: 20px;
}

.box-language i{
	position: absolute;
	left: 6px;
	top: 50%;
	font-size: 12px;
	margin-top: -6px;
}

select.select-language{
	height: 30px;
	width: 140px;
	font-size: 13px;
	position: relative;
	text-indent:1.3em;
}

select.select-language i{
	position: absolute;
	left: 0;
	top: 0;
}

.header-btn{
	padding-top: 10px;
}

@media only screen and (max-width: 480px) {

header{
	height: 60px;
	text-align: center;
}

header .contents-area{
	display: block;
}

.pc-menu{
	display: none;
}

#site-title{
	display: inline-block;
	width: auto;
	margin-top: 10px;
}

#site-title img{height: 26px; width:auto;}

.pc-header{
	display: none;
}
	
.header-box01{
    display: block;
    padding: 15px 0;
    padding-left: 5%;
    text-align: left;
}

.header-btn{
	padding-top: 0;
}

.header-btn .btn{
    width: 75%;
    margin: 0 auto;
    margin-left: 5%;
    margin-bottom: 10px;
    display: block;
    height: 35px;
    line-height: 33px;
}

.box-language{
	display: inline-block;
    position: absolute;
    top: 16px;
    right: 18px;
	margin-left: 0;
    width: 45%;
}
	
.box-language:after {
  content: "";
    position: absolute;
    right: 8px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    transform: translateY(-50%) rotate(
-135deg
);
  font-size: 14px;
  pointer-events: none;
}
	
.navi_inner select.select-language{
    font-size: 12px;
	width: 100%;
	text-indent:1.7em;
	appearance:none;
}

#no-login-header .contents-area{
    width: 98%;
}
	
#no-login-header .pc-header{
	display: block;
	top: 15px;
}
	
#no-login-header .pc-header .header-box01{
    padding-right: 0;
    text-align: right;
}
	
#no-login-header .pc-header .box-language {
    top: 0;
    right: 5px;
    margin-left: 0;
	width: 65%;
}
	
#no-login-header .pc-header .box-language select.select-language{
	width: 100%;
	font-size: 12px;
}


}


@media (max-width: 320px) {
    
}

/*==================================================
footer
================================================== */

footer{
	clear: both;
	margin: 0;
    position: relative;
	padding: 60px 0;
	background: #fff;
	text-align: center;
}

footer .contents-area{
	width: 1000px;
	position: relative;
}

.ul-footer{
	line-height: none;
}

.ul-footer li{
	display: inline-block;
	padding: 0 30px;
	line-height: 1;
	border-right: 1px solid #333;
}

.ul-footer li:last-child{
	border-right: none;
}

.company-info{
	margin: 30px 0 50px;
}

.company-info img{
	margin: 0 0 10px;
	width: 120px;
	vertical-align: bottom;
}

.company-name{
	font-size: 18px;
}

.copyright{
	font-size: 12px;
}

.copy-right{
	text-align: left;
	font-size: 12px;
}

@media only screen and (max-width: 480px) {

footer{
	padding: 50px 0;
}

footer .contents-area{
	width: 90%;
}

.ul-footer{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.ul-footer li{
	width: calc(100%/2);
	text-align: center;
	border-right: none;
	padding: 0;
	border-top: 1px solid #ccc;
}
	
.ul-footer li:nth-child(5){
    border-bottom: 1px solid #ccc;
}

.ul-footer li:last-child{
    border-bottom: 1px solid #ccc;
}

#no-login-footer .ul-footer li{
    border-bottom: 1px solid #ccc !important;
}

.ul-footer li a{
    display: block;
    margin: 10px 0;
    border-right: 1px solid #ccc;
}

.ul-footer li:nth-child(even) a{
    border-right: none;
}

.company-info{
	font-size: 11px;
}

.company-info img{
	margin: 0 0 13px;
	width: 30%;
}

.company-name{
	font-size: 16px;
}

.copyright{
	font-size: 10px;
}

.copy-right{
	font-size: 10px;
}

}

/*==================================================
search
================================================== */

#search{
	padding-top: 120px;
}

#search > div{
	background: #d4e5ef;
	padding: 35px 0;
}

.search-input{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.search-icn05{
	height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
	vertical-align: middle;
}

#search input[type="search"] {
	padding-left: 70px !important; 
	width: 80%;
	vertical-align: middle;
	font-size: 15px;
}

#search button{
	width: 15%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#search button img{
	display: none;
}

@media only screen and (max-width: 480px) {

#search{
	padding-top: 60px;
}
	
form > section#search, section#search{
		display: none;
	}
	
.home > form > section#search, .home section#search, #sidebarSearch > div > section#search{
		display: block;
	}

#search > div{
	padding: 25px 0;
}

.search-input{
	width: 90%;
}

.search-icn05{
	display: none;
}

#search input[type="search"] {
	padding-left: 10px !important; 
	width: 100%;
	font-size: 12px;
}

#search button{
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin-left: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
	
	#search button span{
		display: none;
	}

#search button img{
	display: inline;
	height: 18px;
}

}



/*==================================================
column
================================================== */

.column{
	width: 240px;
	float: left;
}

.column > section{
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 15px -5px #b0b0b0;
	padding: 20px;
	margin-bottom: 30px;
}

#filter .btn{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	margin-bottom: 10px;
	font-size: 14px;
}

#filter h3{
	display: block;
	font-size: 18px;
}

#lang-en #filter h3{
	font-size: 15px;
}

#filter h3 i{
	padding-right: 10px;
}

#filter .btn-area{
	margin: 15px 0 0;
}

dl.accordion label{
	display: block;
	margin: 0 0 8px;
	padding-bottom: 5px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}

dl.accordion label span{
	display: inline-block;
	width: 85%;
}

dl.accordion label input[type="checkbox"]{
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 0 !important;
	width: 18px !important;
	height: 18px !important;
	vertical-align: middle;
}

#information{
	padding: 0;
}

#information h3{
	display: block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 12px 0;
	font-size: 18px;
	color: #fff;
	background: #f05500;
	text-align: center;
}

#information > div{
	padding: 20px;
}

.ul-info{
	list-style: none;
}

.ul-info li{
	margin-bottom: 15px;
}

.date{
	font-size: 16px;
}

#information .date{
	display: block;
	margin-bottom: 5px;
}

.tag{
	display: inline-block;
	border: 1px solid #624797;
	color: #624797;
	font-size: 12px;
	border-radius: 20px;
	line-height: 1;
	width: 100px;
	padding: 5px 0;
	text-align: center;
}
.tag_item_0{
	background-color: #5AB6DF;
	border: 1px solid #5AB6DF;
	color: #fff;
}
.tag_item_1{
	background-color: #6E50A3;
	border: 1px solid #6E50A3;
	color: #fff;
}


a.article-title{
	color: #009acf;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
	line-height: 1.5;
	width: 655px;
}

.ul-info a.article-title{
	width: 100%;
}

a.article-title:hover{
	color: #333;
}

@media only screen and (max-width: 480px) {

.column{
	float: none;
	width: 90%;
	position:relative;
	top: inherit;
	left: inherit;
	margin: 0 auto;
}
	
.contents-page .column{
    display: none;
}
	
#filter{
    display: none;
}

#information h3{
	font-size: 16px;
}

#information > div{
	padding: 20px;
}

.ul-info li{
	margin-bottom: 15px;
}

.date{
	font-size: 13px;
}

#information .date{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
}

.tag{
	font-size: 11px;
	width: 70px;
	padding: 2px 0;
}

a.article-title{
	width: 100%;
}
	
}



/*==================================================
main-contents
================================================== */

.main-contents{
	position: relative;
	width: 920px;
	float: right;
}

#pickup{
	background: #fff4df;
	padding: 30px;
	margin-bottom: 50px;
}

.box-blue{
	background: #ebf5fa;
	padding: 30px;
	margin-bottom: 50px;
}

.ul-4cols,
.ul-5cols{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
}

.ul-4cols li{
	width: 200px;
	margin-right: 20px;
	margin-bottom: 35px;
}

.ul-4cols li:nth-of-type(4n){
	margin-right: 0;
}

.ul-5cols li{
	width: 170px;
	margin-right: 17px;
	margin-bottom: 35px;
}
.ul-4cols li a,
.ul-5cols li a{
	color: #333;
	text-decoration: none;
}

.ul-5cols li:nth-of-type(5n){
	margin-right: 0;
}

.list-product-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.ul-5cols .list-product-img{
	height: 170px;
}

.list-product-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.list-product-img img:hover{
	transform: scale(1.3);
}

.release-day{
	color: #00048b;
	margin: 10px 0 5px !important;
	font-weight: 600;
}

.list-product-title{
	margin: 0 !important;
}

.list-product-title small{
	display: block;
	font-size: 12px;
}

.product-category{
	margin: 10px 0 0;
}

.product-category span{
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	padding: 3px 10px;
	border: 1px solid ;
}

.category-01{color: #8069aa; border-color: #8069aa;}

@media only screen and (max-width: 480px) {

.main-contents{
	float: none;
	position: relative;
	width: 100%;
	margin-left: 0;
	padding-top: 0;
}
	
.sec{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.top-page #item{
	width: 100%;
}
	
.page .main-contents{
    padding-top: 5px;
}

#pickup{
	padding: 5%;
}

.box-blue{
	padding: 5%;
}

.ul-4cols li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
}
	
.ul-4cols li > a{
    display: flex;
}

.ul-5cols li{
	width: 42vw;
	margin-right: 5%;
	margin-bottom: 30px;
}
	
.home .ul-5cols li{
	width: 38vw;
}	

.ul-5cols li:nth-of-type(5n){
	margin-right: 5%;
}

.ul-5cols li:nth-of-type(2n){
	margin-right: 0 !important;
}

.list-product-img{
	height: 45vw;
}

.ul-4cols .list-product-img{
	width: 42vw;
	height:42vw;
}
	
.ul-4cols .list-product-info{
	width:37vw;
    padding-left: 3%;
}

.ul-5cols .list-product-img{
	height: 42vw;
}
	
.home .ul-5cols .list-product-img{
	height: 38vw;
}

.release-day{
	font-size: 13px;
	margin: 0 0 5px !important;
}

.list-product-title small{
	font-size: 11px;
}

.product-category{
	margin: 10px 0 0;
}

.product-category span{
	border-radius: 6px;
}
	
#new-item{
    width: 90%;
    margin: 0 auto;
}

.ul-5cols .list-product-info{
    padding: 10px 0 0;
}
	
}

/*==================================================
INFORMATION
================================================== */

#main-information{
	margin-bottom: 80px;
}

.ul-main-information{
	list-style: none;
}

.ul-main-information li{
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px ;
	vertical-align: middle;
	line-height: 1.7;
}

.ul-main-information li .date{
	width: 140px;
	line-height: 2.0;
}

.ul-main-information li .tag{
	height: 12px !important;
	vertical-align: middle;
	margin-top: 5px;
}

.ul-main-information li a.article-title{
	padding-left: 25px;
}

.right-link{
	text-align: right;
	margin: 20px 0 0;
}

@media only screen and (max-width: 480px) {

#main-information{
	margin-bottom: 50px;
}

.ul-main-information li{
	display: block;
	padding: 15px 0 ;
}

.ul-main-information li .date{
	width: auto;
	margin-right: 10px;
}

.ul-main-information li .tag{
	margin-top: 0;
}

.ul-main-information li a.article-title{
	padding-left: 0;
}
	
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: 130px;
    height: 26px;
    border: 1px solid #624797;
    background-color: #fff;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #624797;
    display: inline-block;
    text-align: center;
	border-radius: 20px;
	margin-right: 10px !important;
	transition: all 0.3s ease;
}

.tab_item_all {
    border: 1px solid #333333;
    background-color: #fff;
    color: #333333;
}

.tab_item_0 {
    border: 1px solid #5AB6DF;
    background-color: #fff;
    color: #5AB6DF;
}

.tab_item_1 {
    border: 1px solid #6E50A3;
    background-color: #fff;
    color: #6E50A3;
}

.tab_item_all:hover {
    background-color: #333333;
    color: #fff;
	cursor: pointer;
}

.tab_item_0:hover {
    background-color: #5AB6DF;
    color: #fff;
	cursor: pointer;
}

.tab_item_1:hover {
    background-color: #6E50A3;
    color: #fff;
	cursor: pointer;
}




/*ラジオボタンを全て消す*/
#main-information input[name="tab_item"] {
  display: none !important;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
	padding-top: 30px;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#news:checked ~ #news_content,
#update:checked ~ #update_content,
#news0:checked ~ #news0_content,
#news1:checked ~ #news1_content,
#news2:checked ~ #news2_content,
#news3:checked ~ #news3_content,
#news4:checked ~ #news4_content,
#news5:checked ~ #news5_content
 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item_all {
  background-color: #333333;
  color: #fff;
}
.tabs input:checked + .tab_item_0 {
  background-color: #5AB6DF;
  color: #fff;
}
.tabs input:checked + .tab_item_1 {
  background-color: #6E50A3;
  color: #fff;
}



@media only screen and (max-width: 480px) {

/*タブのスタイル*/
.tab_item {
	min-width: 80px;
	width: auto;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
	margin-right: 5px !important;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	padding-top: 20px;
}
	
}

/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
    width: 100%;
}

.table tr{
}

.table th{
    width: 180px;  
    text-align:center; 
    padding:25px 25px; 
	vertical-align: top;
    text-align: left;
}

.table td{
    font-weight:normal; 
    padding:25px 25px;
    text-align: left;
    line-height: 2.0;
	vertical-align: top;
}

.table-dotted-border{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}

.table-dotted-border th{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

.table-dotted-border td{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

@media only screen and (max-width: 480px) {
    
.table{
    border:none; 
}

.table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none; 
	text-align: left;
    padding:15px 0 0; 
    font-size: 14px;
}

.table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none;  
    padding:10px 0 25px; 
	text-align: left;
    font-size: 13px;
}


}



/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

/*==================================================
fade
================================================== */

.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/*==================================================
accordion
================================================== */
dl.accordion {
	margin: 15px 0 0;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
	border-top: 1px solid #ccc;
	padding: 10px 8px ;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}


dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 12px;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 12px;
}

 
dl.accordion dd {
    display:none; 
	text-align: justify;
    padding: 5px 10px 20px; 
}


.fc-red{color:#fe0000;}
.support-att{
	border-radius:8px;
	padding:25px 50px;
	color:#fe0000;
	background-color:#eaeaea;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

@media only screen and (max-width: 480px) {

.support-att{
	padding:25px;
}	
}