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

*{
    margin: 0px;
    padding: 0px;
    zoom: 1;
    box-sizing: border-box;
}
html {
}
body {
    background: #ffffff;
}
body, input, button {
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
.red{
	color: #ff3300;	
}


/*-------------- card -------------------*/
#card_expilation_y, #card_expilation_m{
	width: 50px !important;
}

/*------------- contact text --------------------*/
.contact-text-box{
	margin: 10px 0 20px;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	padding: 0.75rem 1.25rem;
}
.contact-text-box-title{
	font-weight: bold;
	font-size: large;
}

/*-----disabled ----*/
.disabled{
	opacity: 0.2;
}

.option-divider{
	border-bottom: solid 1px #dddddd;
	height: 2px;
	margin-bottom: 5px;
}