@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2015年3月31日 */
/* last updated:2015年3月31日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	height:100%;
	min-height:100%;
}

body {
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
	background:url(../images/bg_base.png);
	background-size:512px auto;
}

@media screen and (min-width: 640px) {
body {
	font-family:'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}
}
@media screen and (max-width: 639px) {
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}


a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

p {
	line-height:1.8;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol , ul , li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

dl, dt, dd {
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

object {
	vertical-align:middle;
	outline:none;
}

i ,em {
	font-style:normal;
}

b ,
strong {
	font-weight:normal;
}

small {
	font-size:100%;
}

abbr, acronym {
	border:none;
	font-variant:normal;
}

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

#wrap {
	position:relative;
	overflow:hidden;
	zoom:1;
}
.wrapInner {
	overflow:hidden;
	zoom:1;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
@media screen and (min-width: 640px) {
	#wrap {
		width:100%;
		min-width:1000px;
		margin:0 auto;
		box-shadow:0 0 10px 0 hsla(0,0%,0%,0.15);
	}
	br.sp {
		display:none;
	}
}
@media screen and (max-width: 639px) {
	#wrap {
		width:100%;
		overflow:hidden;
		zoom:1;
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
header {
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:10;
}

@media screen and (min-width: 640px) {
	header#head  {
		height:75px;
		background:#fff;
		box-shadow: inset 0px 0px 20px 0px rgba(37, 30, 28, 0.4);
	}
	header#head  .logoArea {
		width:500px;
		line-height:60px;
		padding:7px 0 0 20px;
		float:left;
		position:relative;
		z-index:10;
	}
	header#head  .socialArea {
		width:360px;
		height:44px;
		padding:12px 0;
		float:right;
		position:relative;
		z-index:10;
	}
	header#head  .socialArea ul li {
		width:100px;
		float:left;
	}
	header#head  .socialArea ul li.twitter {
		top:0px;
		position:relative;
	}
	header#head  .socialArea ul li.line {
		top:-5px;
		position:relative;
	}
	header#head  .socialArea ul li.fb {
		width:110px;
		top:-4px;
		position:relative;
	}
}

@media screen and (max-width: 639px) {
	header#head {
		background:#fff;
		box-shadow: inset 0px 0px 10px 0px rgba(37, 30, 28, 0.4);
	}
	header#head  .logoArea {
		line-height:30px;
		text-align:center;
		padding:15px 0;
	}
	header#head  .logoArea img {
		margin-bottom:5px;
	}

	header#head  .socialArea {
		width:320px;
		text-align:center;
		margin:0 auto;
	}
	header#head  .socialArea ul li {
		width:100px;
		float:left;
		overflow:visible;
	}
	header#head  .socialArea ul li.twitter {
		top:0px;
		position:relative;
	}
	header#head  .socialArea ul li.line {
		top:-4px;
		position:relative;
	}
	header#head  .socialArea ul li.fb {
		width:110px;
		top:-4px;
		position:relative;
	}
}

@media screen and (min-width: 640px) {
	#ttlBlock {
		width:100%;
		background:url(../images/bg_main.png);
		position:relative;
	}
	#ttlBlock:before {
		width:100%;
		height:70px;
		content:" ";
		background:url(../images/bg_p1.png) repeat-x;
		display:block;
		top:-22px;
		left:0;
		position:absolute;
	}
	#ttlBlock h1 {
		text-align:center;
		padding-right:30px;
		padding-bottom:15px;
		padding-top:30px;
	}
	#ttlBlock h1 img {
		width:897px;
	}
	#ttlBlock ul {
		text-align:center;
	}
	#ttlBlock > ul li {
		display:inline;
		margin:0;
	}
	#ttlBlock .com {
		font-size:143%;
		letter-spacing:5px;
		color:#fff;
		text-align:center;
		text-shadow: 0px 0px 10px rgba(37, 30, 28, 0.8);
		padding:10px 0px 30px;
	}
	#ttlBlock .com .txt-big {
		font-size:160%;
		line-height:180%;
		padding-bottom:10px;
	}
}
@media screen and (max-width: 639px) {
	#ttlBlock {
		background:url(../images/bg_main@2.png);
		background-size:100px auto;
		padding-bottom:15px;
		position:relative;
	}
	#ttlBlock:before {
		width:100%;
		height:70px;
		content:" ";
		background:url(../images/bg_p1.png) repeat-x;
		background-size:auto 35px;
		display:block;
		top:-11px;
		left:0;
		position:absolute;
	}
	#ttlBlock h1 {
		text-align:center;
		padding:20px 8px 185px 0;
		background:url(../images/main_1sp.png) no-repeat 50% 100%;
		background-size:443px auto;
	}
	#ttlBlock h1 img {
		width:100%;
	}
	#ttlBlock > ul {
		display:none;
	}
	#ttlBlock .com {
		font-size:107%;
		color:#fff;
		text-align:center;
		text-shadow: 0px 0px 10px rgba(37, 30, 28, 0.8);
		padding:0px 15px 10px;
	}
	#ttlBlock .com span {
		display:block;
	}
		#ttlBlock .com .txt-big {
		font-size:120%;
		line-height:180%;
		padding-bottom:10px;
	}
}


/* --------------------------------------
		103 contents
-------------------------------------- */
#wrap .wrapInner  .btnArea {
	text-align:center;
	clear:both;
	position:relative;
	z-index:1000;
}
@media screen and (min-width: 640px) {
	#wrap .wrapInner .btnArea {
		width:856px;
		background:url(../images/bg_btn_box.png) no-repeat 50% 0%;
		margin:0 auto;
		padding:0 0 50px
	}
	#wrap .wrapInner  .btnArea ul {
		text-align:center;
		padding:15px 0;
	}
	#wrap .wrapInner .btnArea ul li {
		display:inline;
		margin:0;
	}
	#wrap  .wrapInner  .btnArea ul li img {
		width:406px;
		height:auto;
	}
}
@media screen and (max-width: 639px) {
	#wrap  .wrapInner .btnArea {
		width:303px;
		height:196px;
		background:url(../images/bg_btn_box_sp.png) no-repeat 50% 0%;
		background-size:303px auto;
		margin:0 auto;
		padding:20px 0 0px;
	}
	#wrap .wrapInner .btnArea ul li {
		padding-bottom:10px;
		margin:0px 15px;
	}
	#wrap .wrapInner .btnArea ul li img {
		width:100%;
		height:auto;
	}
}

/* --------------------------------------------------
	009.snBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.snBlock {
		width:100%;
		height:230px;
		font-size:143%;
		letter-spacing:0;
		color:#fff;
		text-align:center;
		position:relative;
		clear:both;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .twitter {
		width:25%;
		height:230px;
		background:#1DADEA;
		float:left;
		padding:30px 0;
	}
	.snBlock .facebook {
		width:25%;
		height:230px;
		float:left;
		background:#315295;
		padding:30px 0;
	}
	.snBlock .line {
		width:50%;
		height:230px;
		float:left;
		padding:30px;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		padding:5px 5px;
		background:#fff;
		border-radius:5px;
		margin-top:14px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		font-size:100%;
		color:#00C100;
		text-align:center;
		display:block;
		margin-top:2px;
	}
	.snBlock .inner .qrArea .btn {
		padding:15px 30px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 15px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:60px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .btnArea {
		padding:10px 35px;
		background:#fff;
		border-radius:5px;
		margin:30px 30px 0;
	}
	.snBlock .facebook .inner .btnArea > div {
		position:relative;
		top:-16px;
	}
}

.snBlock .inner .qrArea ul li:nth-of-type(1) a {
	background:#EB68A3;
}
.snBlock .inner .qrArea ul li:nth-of-type(2) a {
	background:#26863B;
}

@media screen and (max-width: 639px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
	}
	.snBlock .line {
		width:100%;
		text-align:center;
		padding:10px 0;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		text-align:center;
		display:block;
		margin-top:10px;
	}
	.snBlock .inner .qrArea .btn {
		padding:10px 20px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 10px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:40px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .twitter {
		width:50%;
		background:#1DADEA;
		float:left;
	}
	.snBlock .twitter .inner {
		text-align:center;
		padding:20px 0;
	}
	.snBlock .facebook {
		width:50%;
		background:#315194;
		float:right;
	}
	.snBlock .facebook .inner {
		padding:20px 0;
		text-align:center;
	}
	.snBlock .inner p {
		font-size:12px !important;
	}
	.snBlock .inner .btnArea {
		width:100px;
		height:64px;
		text-align:center;
		padding:20px 0px;
		margin:20px auto 0;
	}
}

#media-contact {
	clear:both;
}

.appeal {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}
.appeal img {
	width: 100%;
}
@media screen and (max-width: 639px) {
	.appeal {
		width: 45%;
	}
}

.report {
	text-align: center;
	margin-bottom: 40px;
}
.report.first {
	margin-top: 40px;
}
a.report-btn {
	display: inline-block;
	margin: 0 auto;
	background: #999;
	padding: 15px 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
}
a.report-btn:hover {
	background: #666;
}
@media screen and (max-width: 640px) {
	.report {
		margin-bottom: 20px;
	}
	.report.first {
		margin-top: 20px;
	}
	a.report-btn {
		font-size: 16px;
	}
}