@charset "utf-8";
/* =============================================================================
   　privacy.css - BRAND用
   ========================================================================== */
header .headNobg {
	background:#fff !important;
}
/*========================================
/*  header white
/*========================================*/

header .headMenu {
	background: #fff;
	border-bottom:1px solid #ddd;
}
header .headNobgMenu {
	border:none !important;
	background:none !important;
    -webkit-transition: background 0s linear !important;
    -moz-transition: background 0s linear !important;
    -o-transition: background 0s linear !important;
    transition: background 0s linear !important;
}
header p#logo {
	max-width: 160px;
}
header p#logo a {
	background-image:url(../img/share/logo_sp.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

header p#burgerMenu {
	top: 0;
	right: 1em;
}
header p#burgerMenu .burger span,
header p#burgerMenu .burger span:before,
header p#burgerMenu .burger span:after {
  background: #000;
}
header .headNobgMenu p#burgerMenu .burger span,
header .headNobgMenu p#burgerMenu .burger span:before,
header .headNobgMenu p#burgerMenu .burger span:after {
  background: #fff !important;
}


/*========================================
/*  Privacy Contents
/*========================================*/

#informationContents {
	position: relative;
	width: 80%;
	max-width: 780px;
	margin: 0 auto 5em auto;
	padding: 13em 0 0 0;
	text-align: left;
}

#informationContents .mainDate {
	margin:0;
	color:#545454;
}

#informationContents .mainTitle {
	font-weight:bold;
    line-height: 1.5;
    margin: 0.5em 0 1em;
	letter-spacing:0.05em;
}
#informationContents .mainText {
	margin:0;
	line-height:2;
}
#informationContents .mainText a {
	text-decoration:underline;
}
#informationContents .mainImage {
	margin:1.5em 0;
	text-align:center;
}

#informationContents p.topLink {
	text-align:center;
	margin:3em auto 8em auto;
}
#informationContents p.topLink a {
	background: url(../img/share/arrow_icon.png) no-repeat 1em center #444;
	background-size:8px auto;
    color: #fff;
    display: block;
    height: auto;
    max-width: 190px;
    padding: 0.4em 1em;
    text-align: center;
    width: 80%;
	margin:0 auto;
}

@media only screen and (max-width: 640px) {	
#informationContents {
	width: 75%;
	max-width: 75%;
	margin: 0 auto;
	padding: 7em 0 0 0;
	text-align: left;
}
#informationContents .mainTitle {
	font-size:110% !important;
}
#informationContents .mainText {
	font-size:70%;
    line-height: 2;
}
#informationContents p.topLink {
	margin:3em auto 5em auto;
}
#informationContents p.topLink a {
	max-width:100% !important;
	width:100% !important;
	box-sizing:border-box;
	background: url(../img/share/arrow_icon.png) no-repeat 1em center #444;
	background-size:5px auto;
}
}
