@charset "utf-8";

/*----------------------------------------------------------------------------------------

	riset.css

----------------------------------------------------------------------------------------*/

:root {
	--acc1: #dccca7;
	--acc2: #908772;
	--bgc1: #023861;
	--bgc2: #004375;
	--bgc3: #185d91;
	--txc1: #d6e9f8;
	--txc2: #7fe1fe;
	--gradient: linear-gradient(220deg, #16a286 3%, #0f8a83 22%, #056d86 41%, #003c7d 63%, #172345 92%);
}

html {
	font-size: 10px;/*=10px ベースのフォントサイズ*/
	overflow-y: scroll;
}
head + body {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

strong {
	font-weight: 700;
}
body {
	color: #333;
}
a {
	color: inherit;
}


* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: 700;
}

table	{
	border-collapse: collapse;
	border-spacing: 0;
}

img	{
	max-width: 100%;
	height: auto;
	border: 0;
	display: block;
}
#boxer img {
	max-width: none;
}
.lum-lightbox-inner img {
	margin: auto;
}

li	{
	list-style-type: none;
}

input {
	font-size: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #999;
}
iframe {
	width: 100%;
	background-color: #efefef;
	border: none;
	display: block;
}
time {
	display: block;
}
video {
	width: 100%;
	outline: none;
	display: block;
}
svg.icon, .icon svg {
	width: 1em;
	height: 1em;
	font-size: inherit;
	vertical-align: -0.125em;
}

body {
	-webkit-text-size-adjust: 100%;
}

.half-contents {
    overflow: hidden;
}
