@charset "utf-8";

/* PC：basic_sp.css
 * **************************************************
 * Body
 * Site Width
 * Header
 * Global Navigation
 * Content
 * Common Elements
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

 /* Body
----------------------------------------------------- */

/* Font：基本サイズ（16 * 0.625 = 10px） */

html {
	font-size: 62.5%;
}
body {
	color: #231815;
	font-family: 'Didact Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	overflow-x: hidden;
}


/*  Site Width
------------------------------------------------------ */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

 /* Header
----------------------------------------------------- */

#header {
	border-bottom: none !important;
	height: 60px !important;
	position: static !important;
	padding: 18px 0 0 0;
	width: 100%;
}

/* Logo */
#header .logo {
	margin: 0 auto;
	width: 136px;
}

/* Global Navigation
----------------------------------------------------- */


/* Content
----------------------------------------------------- */

#content {
	margin: 0;
	overflow: hidden;
	padding: 0 0 15% 0;
	width: auto;
}


/* Common Elements
----------------------------------------------------- */

/* img */
img {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}

/* リンク */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	color: inherit;
	text-decoration: none;
}


/* Footer
----------------------------------------------------- */

/* stickyBottom */
#stickyBottom {
	background: #3e3a39;
	color: #ffffff;
	position: fixed;
	bottom: 0; left: 0;
	transition: bottom .3s;
	width: 100%;
}
#stickyBottom .titleBar {
	background: #231815;
	padding: 2% 10% 3%;
	text-align: center;
}
#stickyBottom .titleBar p {
	font-size: 1.8rem;
	vertical-align: middle;
}
#stickyBottom .titleBar p.button {
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 1.4rem;
	height: 40px;
	line-height: 39px;
	margin-top: 0.2em;
	width: 100%;
}
#stickyBottom .titleBar p span {
	display: inline-block;
	padding: 0 0 0 24px;
	position: relative;
}
#stickyBottom .titleBar p.button span:before {
	border: 12px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
	display: inline-block;
	position: absolute;
	top: 50%; left: 0;
}
#stickyBottom .titleBar p.button#btnOpen span:before {
    border-top: 12px solid transparent;
	margin-top: -18px;
}
#stickyBottom .titleBar p.button#btnClose span:before {
    border-bottom: 12px solid transparent;
	margin-top: -5px;
}
#stickyBottom .titleBar p.active {
	display: inline-block;
}
#stickyBottom .detailBlock {
	padding: 5% 3.4%;
}
#stickyBottom .questionnaire {
	text-align: center;
}
#stickyBottom .questionnaire h2 {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
#stickyBottom .questionnaire h2 span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
}
#stickyBottom .questionnaire img {
	height: 120px;
}
#stickyBottom .questionnaire p {
	font-size: 1.3rem;
	letter-spacing: -0.02em;
	line-height: 1.7;
	margin: 0.8em 0 0 0;
}
#stickyBottom .questionnaire p strong {
	font-size: 1.2em;
	font-weight: normal;
}
#stickyBottom .questionnaire p.deadline {
	font-size: 2.0rem;
	margin-top: 0.4em;
	text-align: center;
}
#stickyBottom .questionnaire .btn {
	margin: 5% auto 0;
	width: 100%;
}
#stickyBottom .questionnaire .btn a {
	background: #898989;
	border: 1px solid #898989;
	color: #ffffff;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 100%;
}
#stickyBottom .questionnaire .btn span:after {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	content: '';
	display: inline-block;
	height: 8px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: 0.1em;
	width: 8px;
}

/* No visual Anchor
----------------------------------------------------- */

div.novisualAnchor {
	overflow:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}
