
/*******************************************
	共通
*******************************************/

.cl{clear:both;}
.hidden{display:none;}

#repairFrame html {
	background-color:#fff !important;
}

html {
	background-color:#A7D7FF;
}

body{
	background-color:#FFFFFF;
}

div#header{
	width:950px;
	margin:0 auto;
	background:url(/contact/img/header_inquiry.gif) 0 0 no-repeat;
	padding-top: 10px;
}

div#contents{
	background:url(../img/bg.jpg) 0 100% repeat-x;
}

div#body{
	width:950px;
	margin:0 auto;
	background-color:#FFFFFF;
}

@media (max-width:768px) {
div#header{width:100%;}
div#body{width:100%;}
}

.mb0{margin-bottom:0;}
.mb1e{margin-bottom:1em;}
.red{color:red;}
.txC{text-align:center !important;}
.gram {
    font-family: 游ゴシック体, YuGothic, serif;
    font-size: 100% !important;
    color : #444 !important;
}

/*アイコン*/
.ico_blank{ background:url(/common/img/ico_blank_pink.png) right 1px center no-repeat; padding-right:20px !important;}

/*-----------------------------------------------------

Cookie取得同意モーダル

------------------------------------------------------*/

.js-modal-cookie{
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
left: 0;
bottom: 0;
position: fixed;
transition: .7s bottom;
width: 100%;
z-index: 9999;
}
.js-modal-cookie_inner{
	overflow: hidden;
	margin: 0 auto;
	line-height: 1.5em;
	box-sizing: border-box;
	width: 950px;
	padding: 25px 20px;
    display: flex;
}
.js-modal-cookie a{
color: white !important;
text-decoration: underline;
font-size: 
}
.cookie-btn-close {
z-index: 4;
display: block;
box-sizing: content-box;
border: 0;
outline: 0;
width: 25px;
height: 25px;
background: transparent;
padding: 0;
text-align: center;
cursor: pointer;
position: absolute;
right: 20px;
top: 5px;
}
.cookie-btn-close span{
font-size: 0;
}
.cookie-btn-close:after, .cookie-btn-close:before {
content: "";
position: absolute;
top: 11px;
left: 2px;
display: block;
background: #fff;
width: 21px;
text-align: center;
height: 2px;
border-radius: 2px;
-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
transition: all .6s cubic-bezier(.19,1,.22,1);
}
.cookie-btn-close:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.cookie-btn-close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cookie-btn-agree{display: inline-block;border: 0;outline: 0;background: #ea5550;padding: 5px 10px;text-align: center;cursor: pointer;color: white;min-width: 10em;margin-left: 2em;transition: all .6s cubic-bezier(.19,1,.22,1);}
.cookie-btn-agree:hover{
background: #ad2b2b;
}
@media (max-width:768px) {
.js-modal-cookie_inner{
	padding: 30px 20px 10px 20px;
	width: 100%;
	display: block;
}
.cookie-btn-agree{
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}
}
