@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand|Nothing+You+Could+Do&display=swap');
@import url("common_SP.css") screen and (max-width: 800px) ;
@import url("common_PC.css") screen and (min-width: 801px) ;
@import  "column.css";
@import  "mainmenu.css";
@import  "submenu.css";
@import  "FCK.css";
@import  "banner.css";



* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;
}

body {
	padding-top: 50px;
	letter-spacing: 1px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	color: #535353;
	line-height: 1.5em;
	margin: 0px;
	font-size: 100%;
	/* font-family: YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif; */
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	overflow-y:scroll;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

h1 {
	color: white;
	z-index: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#mainImage h2 {
}
h3 {
}
.linkbox {
	cursor: pointer;
}

.next_navi {
	margin-bottom: 15px;
}

.next_navi a {
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	background-color: #f3f3f3;
	line-height: 1em;
	font-size: 13px;
	padding: 7px;
	display: inline-block;
}

.next_navi a:hover {
	color: white;
	background-color: #1882ba;
}

.next_navi .current {
	display: inline-block;
	color: white;
	background-color: #535353;
	padding: 7px;
	line-height: 1em;
	font-size: 13px;
}


.center {
	text-align: center;
}

a.icoSNS {
	margin-left: 10px;
	color: #2d2d2d;
}

a.icoSNS:hover {
	color: #a7a7a7;
}

footer a {
	color: #535353;
}

ul {
	margin-bottom: 11px;
}

.blink{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}