@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*
  リセットCSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,input,
time, mark, audio, video ,main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: sans-serif;
	vertical-align: baseline;
	box-sizing:border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity:0.6;
  transition:opacity 0.1s ease-out ;
 }

html {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	color: #525358;
	font-size: 14px;
	line-height: 1.857142857142857;
}

.body {
	margin: 0;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	border-style: none;	
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
}

.mtop-5vw {
	margin-top: 5vw !important;
}

.mtop-15vw {
	margin-top: 15vw !important;
}

.mtop-10 {
	margin-top: 10px !important;
}

.mtop-20 {
	margin-top: 20px !important;
}

.mtop-30 {
	margin-top: 30px !important;
}

.mtop-40 {
	margin-top: 40px !important;
}

.mtop-50 {
	margin-top: 50px !important;
}

.mtop-60 {
	margin-top: 60px !important;
}

.mtop-70 {
	margin-top: 70px !important;
}

.mtop-80 {
	margin-top: 80px !important;
}

.mtop-90 {
	margin-top: 90px !important;
}

.mtop-100 {
	margin-top: 100px !important;
}

.tablestyle tr:nth-child(even) td {
	background-color:#FFF;
		
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th, td {
	border: 1px solid #333;
}

th {
	text-align: left;
}

section p {
	text-align: center;
	font-size: 18px;
	margin: 0;
}

.overflowsc {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 12px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.calc3 {
	width: calc((100% - 200px) / 3);
	flex: 0 0 auto;
}

.calc2 {
	width: calc(100%/2);
}

.potisionr {
	position: relative;
}

.absolutec {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: 0 auto;
	pointer-events: none;
}

.wrap00 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.wrap02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.wrap03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.wrap04{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.weight {
	font-weight: bold;
}

.width-60 {
	width: 60%;
}

.width-80 {
	width: 80%;
}