@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	word-break: break-all;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
img, a img {
	border: none;
	display: block;
	max-width: 100%;
	height: auto;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
.columnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.columnBox > div {
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.c22, .c21 {
	width: 50%;
}
.c33, .c32, .c31 {
	width: 33.333%;
}
.c44, .c42, .c41 {
	width: 25%;
}
.imgLeft {
	float: left;
	margin-right: 20px;
}
.imgRight {
	float: right;
	margin-left: 20px;
}
.imgCenter {
	margin-right: auto;
	margin-left: auto;
}
.skewY_left {
	transform: skewY(-5deg);
}
.skewY_right {
	transform: skewY(5deg);
}
.overflow_h {
	overflow: hidden;
	zoom: 1; /* IE6,7対策 */
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_center-justify {
	text-align: center;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.nowrap {
	white-space: nowrap;
}
.margin_top00 {
	margin-top: 0px !important;
}
.margin_top05 {
	margin-top: 5px !important;
}
.margin_top10 {
	margin-top: 10px !important;
}
.margin_top20 {
	margin-top: 20px !important;
}
.margin_top30 {
	margin-top: 30px !important;
}
.margin_top40 {
	margin-top: 40px !important;
}
.margin_top60 {
	margin-top: 60px !important;
}
.margin_top80 {
	margin-top: 80px !important;
}
.attentionList {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-left: 0px;
}
.w30percent {
	width: 30%;
}
.w80percent {
	width: 80%;
}
.w100percent {
	width: 100%;
	box-sizing: border-box;
}
.effect > * {
	transition: 1.5s;
}
.effect > *:nth-child(2) {
	transition-delay: .2s;
}
.effect > *:nth-child(3) {
	transition-delay: .4s;
}
.effect > *:nth-child(4) {
	transition-delay: .6s;
}
.effect > *:nth-child(5) {
	transition-delay: .8s;
}
.effect > *:nth-child(6) {
	transition-delay: 1s;
}
.effect > *:nth-child(7) {
	transition-delay: 1.2s;
}
.effect > *:nth-child(8) {
	transition-delay: 1.4s;
}
.effect > *:nth-child(9) {
	transition-delay: 1.6s;
}
.effect > *:nth-child(10) {
	transition-delay: 1.8s;
}
/*テーブル横スクロール*/
.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
  width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}
/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #333;
}

