@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
	overflow-y: scroll;
}

fieldset, img {
	border: none;
	vertical-align: top;
}

ul, ol {
	list-style-type: none;
}

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

caption, th {
	text-align: left;
}

a {
	outline: none;
}

/*-----------------------------------------------------------
		余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
		その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content: '';
}

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

@-webkit-keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
:root {
	color: #221714;
	font-size: 10px;
}

body {
	color: #221714;
	line-height: 1.6;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	word-wrap: break-word;
}
@media (max-width: 995px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 3.75vw;
	}
}

/*
	Thin	100
	Light	300
	DemiLight	350
	Regular	400 Default
	Medium	500
	Bold	700
	Black	900
*/
.regular {
	font-weight: 400;
}

.mudium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

@media (max-width: 995px) {
	#colorbox, #colorbox * {
		max-height: none;
	}

	#gnavi, #gnavi * {
		max-height: none;
	}

	img {
		max-height: none;
		max-width: 100%;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	max-width: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: #221714;
}
@media (min-width: 1060px) {
	a:hover {
		color: #221714;
		text-decoration: underline;
	}
	a:visited {
		color: #221714;
	}
	a:active {
		text-decoration: none;
	}
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 0px;
	background-color: #eceded;
}
@media (max-width: 767px) {
	[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
		background-color: #fff;
	}
}

select {
	max-width: 100%;
	height: 2.6em;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid #ddd;
	background: #fff url("../img/common/arrow.svg") right center no-repeat;
	background-size: auto 100%;
}

select::-ms-expand {
	display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=submit], [type=number], [type=search], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=search]:focus, textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
}

input[type=checkbox] {
	display: none;
}

[type=checkbox] + .mwform-checkbox-field-text {
	display: inline-block;
	position: relative;
	padding-left: 1.25em;
}

[type=checkbox] + .mwform-checkbox-field-text:before {
	position: absolute;
	left: 0px;
	top: 0.45em;
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.5em;
	background: #fff;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}

[type=checkbox]:checked + .mwform-checkbox-field-text:after {
	position: absolute;
	left: 0.2em;
	top: 0.1em;
	content: "\2713";
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

input[type=radio] {
	vertical-align: middle;
}

input[type=radio] + label {
	margin-left: 5px;
}

:placeholder-shown {
	color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #BABABA;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
		基本レイアウト
-----------------------------------------------------------*/
body {
	overflow-x: hidden;
	padding-bottom: 95px;
}
@media (max-width: 995px) {
	body {
		padding-bottom: 145px;
	}
}
@media (max-width: 767px) {
	body {
		padding-bottom: 35vw;
	}
}
body.lock {
	height: 100vh;
	overflow: hidden;
}
body.color05 {
	color: #221714;
}
body.footnone {
	padding-bottom: 0px;
}

.inwrap {
	position: relative;
	width: 1040px;
	margin: 0px auto;
}
@media (max-width: 1059px) {
	.inwrap {
		width: auto;
		margin: 0px 50px;
	}
}
@media (max-width: 995px) {
	.inwrap {
		margin: 0px 30px;
	}
}
@media (max-width: 767px) {
	.inwrap {
		margin: 0px 5vw;
	}
}

.linkbox {
	cursor: pointer;
}

.sp {
	display: none;
}
@media (max-width: 767px) {
	.sp {
		display: inherit;
	}
}

.tb {
	display: none;
}
@media (max-width: 995px) {
	.tb {
		display: inherit;
	}
}

@media (max-width: 995px) {
	.pc {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.spnone {
		display: none;
	}
}

/*----------------------- header --------------------------*/
.lock header {
	height: 100vh;
}

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 995px) {
	header {
		display: block;
		overflow: auto;
	}
}
header .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	margin-right: 4em;
}
@media (max-width: 1059px) {
	header .logo {
		display: block;
		padding: 20px;
		margin-right: 0px;
	}
}
@media (max-width: 995px) {
	header .logo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 4000;
	}
}
@media (max-width: 767px) {
	header .logo {
		padding: 2.5vw;
	}
}
header .logo img {
	width: 260px;
	margin-right: 2em;
}
@media (max-width: 1059px) {
	header .logo img {
		margin-right: 0px;
	}
}
@media (max-width: 995px) {
	header .logo img {
		margin-right: 1em;
	}
}
@media (max-width: 767px) {
	header .logo img {
		width: 40vw;
		margin-right: 1em;
	}
}
header .logo span {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	text-shadow: -2px -2px 1px #fff, -2px 0 1px #fff, -2px 2px 1px #fff, 0 -2px 1px #fff,0 2px 1px #fff, 2px -2px 1px #fff,	2px 0 1px #fff,	2px 2px 1px #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 1059px) {
	header .logo span {
		display: block;
		font-size: 1.2rem;
	}
}
@media (max-width: 995px) {
	header .logo span {
		display: inline;
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	header .logo span {
		font-size: 3vw;
	}
}
@media (max-width: 1059px) {
	header .logo span br {
		display: none;
	}
}
@media (max-width: 995px) {
	header .logo span br {
		display: inherit;
	}
}
header #gnavi {
	padding-right: 40px;
}
@media (max-width: 995px) {
	header #gnavi {
		display: none;
		background: #fff;
		margin: 0px;
		padding: 0px 0px 20vw;
	}
}
@media (max-width: 767px) {
	header #gnavi {
		padding-bottom: 38vw;
	}
}
header #gnavi .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
}
@media (max-width: 1059px) {
	header #gnavi .nav {
		font-size: 1.3rem;
	}
}
@media (max-width: 995px) {
	header #gnavi .nav {
		display: block;
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	header #gnavi .nav {
		font-size: 3.75vw;
	}
}
header #gnavi .nav li {
	position: relative;
}
@media (max-width: 995px) {
	header #gnavi .nav li {
		border-bottom: 1px solid #d3dadd;
	}
	header #gnavi .nav li:last-child {
		border: none;
	}
}
header #gnavi .nav li a {
	display: block;
	position: relative;
	padding: 1em;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: 700;
	color: #000;
	text-shadow: -2px -2px 1px #fff, -2px 0 1px #fff, -2px 2px 1px #fff, 0 -2px 1px #fff,0 2px 1px #fff, 2px -2px 1px #fff,	2px 0 1px #fff,	2px 2px 1px #fff;
}
@media (max-width: 995px) {
	header #gnavi .nav li a {
		color: #221714;
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	header #gnavi .nav li a {
		font-size: 4.25vw;
	}
}
header #gnavi .nav li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 2px;
	z-index: -1;
	background: #B31C22;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
header #gnavi .nav li ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	background: #e5e5e5;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	header #gnavi .nav li ul {
		font-size: 3.75vw;
	}
}
@media (max-width: 995px) {
	header #gnavi .nav li ul {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: #f6f6f6;
		border-top: 1px solid #eee;
	}
}
@media (max-width: 767px) {
	header #gnavi .nav li ul {
		display: block;
	}
}
header #gnavi .nav li ul li {
	border-bottom: 1px solid #eee;
}
header #gnavi .nav li ul li:last-child {
	border-bottom: none;
}
@media (max-width: 995px) {
	header #gnavi .nav li ul li {
		border: none;
		min-width: 50%;
	}
}
@media (max-width: 767px) {
	header #gnavi .nav li ul li {
		border-bottom: 1px solid #eee;
	}
}
header #gnavi .nav li ul li a {
	padding: 0.5em 3em 0.5em 1em;
	background-position: right 0.75em center;
	background-repeat: no-repeat;
	background-size: 0.9em 0.7em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%226.2px%22%20height%3D%2211.1px%22%20viewBox%3D%220%200%206.2%2011.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%206.2%2011.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B31C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%205.5%2C5.5%200.4%2C10.7%20%22%2F%3E%3C%2Fsvg%3E");
	color: #221714;
	font-weight: 500;
	white-space: nowrap;
}
@media (max-width: 767px) {
	header #gnavi .nav li ul li a {
		padding: 1em 2.5em 1em 1em;
		white-space: normal;
		font-size: 1em;
	}
}
@media (min-width: 1060px) {
	header #gnavi .nav li:hover > a:before {
		width: 100%;
	}
	header #gnavi .nav li:hover ul {
		visibility: visible;
		opacity: 1;
	}
	header #gnavi .nav li ul a:hover {
		background-color: #B31C22;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%226.2px%22%20height%3D%2211.1px%22%20viewBox%3D%220%200%206.2%2011.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%206.2%2011.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%205.5%2C5.5%200.4%2C10.7%20%22%2F%3E%3C%2Fsvg%3E");
		color: #fff;
		text-shadow: none;
	}
	header #gnavi .nav li ul a:hover:before {
		display: none;
	}
}
header #gnavi .fixd {
	position: fixed;
	right: 0px;
	top: 140px;
	border: 3px solid #fff;
	border-right: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header #gnavi .fixd.is-open {
	opacity: 1;
	visibility: inherit;
}
@media (max-width: 995px) {
	header #gnavi .fixd {
		display: none;
	}
}
header #gnavi .fixd li a {
	display: block;
	height: 210px;
	padding: 0px 0.75em;
	background: #333;
	border: 1px solid #333;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}
@media (min-width: 1060px) {
	header #gnavi .fixd li a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	header #gnavi .fixd li a:hover {
		background: #fff;
		color: #333;
	}
}
header #gnavi .fixd li:last-child a {
	background: #B31C22;
	border: 1px solid #B31C22;
}
@media (min-width: 1060px) {
	header #gnavi .fixd li:last-child a:hover {
		background: #fff;
		color: #B31C22;
	}
}
header .menu {
	display: none;
	position: absolute;
	right: 30px;
	top: 40px;
	width: 40px;
	height: 16px;
	z-index: 5000;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 995px) {
	header .menu {
		display: block;
	}
}
@media (max-width: 767px) {
	header .menu {
		right: 2.5vw;
		top: 20px;
		width: 30px;
	}
}
header .menu span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #333333;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	header .menu span {
		height: 3px;
	}
}
header .menu span:nth-of-type(1) {
	top: 0px;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
header .menu span:nth-of-type(2) {
	bottom: 0px;
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
header .menu.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
header .menu.active span:nth-of-type(2) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
header.active {
	background: #fff;
}
header.active .logo span {
	color: #221714;
}
header.active #gnavi .nav li a {
	color: #221714;
}

.subpage header .logo span {
	color: #221714;
}
.subpage header #gnavi .nav li a {
	color: #221714;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}
/*----------------------- content --------------------------*/
.subpage article {
	padding-top: 110px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bdbebe));
	background: -webkit-linear-gradient(top, #fff, #bdbebe);
	background: -o-linear-gradient(top, #fff, #bdbebe);
	background: linear-gradient(to bottom, #fff, #bdbebe);
}
@media (max-width: 995px) {
	.subpage article {
		padding-top: 12vw;
	}
}
@media (max-width: 767px) {
	.subpage article {
		padding-top: 15vw;
	}
}
.subpage.none article {
	padding-top: 0;
}
.subpage .pan {
	padding: 0px 30px;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	.subpage .pan {
		padding: 0px 3vw;
		font-size: 3.25vw;
	}
}
.subpage .pan p a {
	color: #221714;
}

.htitle {
	padding-left: 6em;
	background: url(../img/common/mark_b.svg) left center/3.8em 3.8em no-repeat;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.htitle {
		padding-left: 5em;
		background-size: auto 100%;
	}
}
.htitle span {
	display: block;
	font-size: 2.5em;
}
@media (max-width: 767px) {
	.htitle span {
		font-size: 8vw;
	}
}

.wp-pagenavi {
	text-align: center;
	line-height: 2;
	font-weight: bold;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	.wp-pagenavi {
		font-size: 3.75vw;
	}
}
.wp-pagenavi a, .wp-pagenavi .current, .wp-pagenavi span {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0px 0.5em;
	vertical-align: middle;
	text-align: center;
	background: #d0d0d0;
	line-height: 2;
}
.wp-pagenavi a.extend, .wp-pagenavi .current.extend, .wp-pagenavi span.extend {
	background: none;
	border: none;
	color: #B31C22;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi .current.nextpostslink, .wp-pagenavi .current.previouspostslink, .wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.5em 0.75em;
	background-color: transparent;
	text-indent: -9999px;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi .current.nextpostslink, .wp-pagenavi span.nextpostslink {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B31C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%207%2C7%200.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi .current.previouspostslink, .wp-pagenavi span.previouspostslink {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B31C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%227.4%2C0.4%200.7%2C7%207.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
}
.wp-pagenavi .current {
	color: #fff;
}
@media (min-width: 1060px) {
	.wp-pagenavi a {
		text-decoration: none;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.wp-pagenavi a:hover {
		background-color: #B31C22;
	}
}
.wp-pagenavi .current {
	background: #B31C22;
}

.pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3em;
	font-weight: 500;
	text-align: center;
}
@media (max-width: 767px) {
	.pager {
		margin-top: 10vw;
		font-size: 3.75vw;
	}
}
.pager a {
	margin: 0 0.5em;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.pager a {
		margin: 0px 0.5em;
	}
}
.pager a[rel=prev], .pager a[rel=next] {
	width: 17em;
	background-size: 0.75em 1.25em;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: transparent;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
@media (max-width: 995px) {
	.pager a[rel=prev], .pager a[rel=next] {
		width: 10em;
	}
}
@media (max-width: 767px) {
	.pager a[rel=prev], .pager a[rel=next] {
		width: 1.5em;
		text-indent: -9999px;
	}
}
.pager a[rel=prev] br, .pager a[rel=next] br {
	display: none;
}
.pager a[rel=prev] {
	padding-left: 2em;
	background-position: center left;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B31C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%207%2C7%200.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 767px) {
	.pager a[rel=prev] {
		padding: 0px;
	}
}
.pager a[rel=next] {
	padding-right: 2em;
	background-position: center right;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B31C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%227.4%2C0.4%200.7%2C7%207.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 767px) {
	.pager a[rel=next] {
		padding: 0px;
	}
}

.noitem {
	padding: 150px 0px;
	font-size: 1.6rem;
	text-align: center;
}
@media (max-width: 767px) {
	.noitem {
		font-size: 4vw;
	}
}

.keywords {
	border-radius: 1.5em;
	background: #ededed;
	overflow: hidden;
}
@media (max-width: 995px) {
	.keywords {
		position: static;
		width: 100%;
		margin-bottom: 1em;
	}
}
.keywords form div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1em;
}
.keywords form div input {
	width: -webkit-calc(100% - 1.375em);
	width: calc(100% - 1.375em);
	border: none;
	background: none;
}
.keywords form div input.btn {
	width: 1.375em;
}

.endbtn a {
	display: block;
	border: 1px solid #B31C22;
	background-color: #B31C22;
	background-position: right 1.5em center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%207%2C7%200.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
	font-size: 2.6rem;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 995px) {
	.endbtn a {
		background-position: right 1em center;
	}
}
@media (max-width: 767px) {
	.endbtn a {
		font-size: 4.5vw;
		text-align: left;
		line-height: 1.4;
	}
}
.endbtn a span {
	display: inline-block;
	padding: 1em 0px 1em 3em;
	background: url(../img/common/mark_w.svg) left center/1.7em 1.7em no-repeat;
	color: #fff;
	font-weight: 700;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.endbtn a span {
		padding: 0.75em 0px 0.75em 4.25em;
		background-size: 2.6em;
		background-position: 1em center;
	}
}
@media (min-width: 1060px) {
	.endbtn a:hover {
		background-color: #fff;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B31C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%207%2C7%200.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
	}
	.endbtn a:hover span {
		background-image: url(../img/common/mark_b.svg);
		color: #B31C22;
	}
}

.hidden {
	opacity: 0;
	visibility: hidden;
}

.contactchange {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 21000;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.contactchange.is-open {
	opacity: 1;
	visibility: inherit;
}
.contactchange .inbox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2.5em;
	background: #fff;
	width: 28em;
}
@media (max-width: 767px) {
	.contactchange .inbox {
		width: 90vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.contactchange .inbox .close {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contactchange .inbox .close a {
	display: block;
	position: relative;
	width: 1.5em;
	height: 1.5em;
}
.contactchange .inbox .close a:before, .contactchange .inbox .close a:after {
	display: block;
	position: absolute;
	content: "";
	background: #ccc;
}
.contactchange .inbox .close a:before {
	left: 0px;
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 4px;
}
.contactchange .inbox .close a:after {
	left: 50%;
	top: 0px;
	margin-left: -2px;
	width: 4px;
	height: 100%;
}
.contactchange .inbox ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.contactchange .inbox ul {
		display: block;
	}
}
.contactchange .inbox ul li {
	width: 48%;
}
@media (max-width: 767px) {
	.contactchange .inbox ul li {
		width: auto;
	}
}
.contactchange .inbox ul li a {
	display: block;
	padding: 0.75em 0px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.contactchange .inbox ul li:nth-child(1) {
		margin-bottom: 1em;
	}
}
.contactchange .inbox ul li:nth-child(1) a {
	background: #333;
	border: 1px solid #333;
}
@media (min-width: 1060px) {
	.contactchange .inbox ul li:nth-child(1) a:hover {
		background: #fff;
		color: #333;
	}
}
.contactchange .inbox ul li:nth-child(2) a {
	background: #B31C22;
	border: 1px solid #B31C22;
}
@media (min-width: 1060px) {
	.contactchange .inbox ul li:nth-child(2) a:hover {
		background: #fff;
		color: #B31C22;
	}
}

.catalogbtn {
	position: fixed;
	right: 90px;
	bottom: 130px;
	width: 250px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.catalogbtn.is-open {
	visibility: inherit;
	opacity: 1;
}
@media (max-width: 1059px) {
	.catalogbtn {
		width: 18vw;
	}
}
@media (max-width: 995px) {
	.catalogbtn {
		right: 5vw;
		bottom: 23vw;
		width: 24vw;
	}
}
@media (max-width: 767px) {
	.catalogbtn {
		bottom: 43vw;
		width: 34vw;
	}
}
@media (min-width: 1060px) {
	.catalogbtn:hover {
		opacity: 0.5;
	}
}
.catalogbtn .close {
	display: none;
	position: absolute;
	right: -2vw;
	top: -2vw;
	z-index: 1000;
	width: 5vw;
	height: 5vw;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.catalogbtn .close {
		display: block;
	}
}
.catalogbtn .close:before, .catalogbtn .close:after {
	display: block;
	content: "";
	position: absolute;
	background: #B31C22;
}
.catalogbtn .close:before {
	position: absolute;
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	top: 15%;
	width: 2px;
	height: 70%;
}
.catalogbtn .close:after {
	position: absolute;
	left: 15%;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	width: 70%;
	height: 2px;
}

/*----------------------- footer --------------------------*/
.footfixd {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 20000;
	background: #B31C22;
	color: #fff;
	padding: 1em 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footfixd.is-open {
	visibility: inherit;
	opacity: 1;
}
.footfixd .inwrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 995px) {
	.footfixd .inwrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.footfixd .title {
	font-size: 2rem;
	font-weight: 700;
}
@media (max-width: 995px) {
	.footfixd .title {
		width: 55%;
	}
}
@media (max-width: 767px) {
	.footfixd .title {
		width: 45%;
	}
}
@media (max-width: 767px) {
	.footfixd .title {
		font-size: 4.5vw;
		text-align: center;
	}
}
.footfixd .title img {
	width: 260px;
	margin-right: 0.5em;
	vertical-align: middle;
}
@media (max-width: 1059px) {
	.footfixd .title img {
		width: 190px;
	}
}
@media (max-width: 995px) {
	.footfixd .title img {
		width: 220px;
	}
}
@media (max-width: 767px) {
	.footfixd .title img {
		display: block;
		width: 100%;
	}
}
.footfixd .telbox {
	line-height: 1.2;
}
@media (max-width: 995px) {
	.footfixd .telbox {
		width: 45%;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.footfixd .telbox {
		width: 51%;
		text-align: left;
	}
}
.footfixd .telbox .sub {
	font-size: 1.4rem;
	font-weight: 700;
}
@media (max-width: 995px) {
	.footfixd .telbox .sub {
		display: inline-block;
		margin-right: 1em;
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.footfixd .telbox .sub {
		display: block;
		font-size: 3vw;
	}
}
.footfixd .telbox .tel {
	font-size: 2.6rem;
	font-weight: 700;
}
@media (max-width: 995px) {
	.footfixd .telbox .tel {
		display: inline-block;
		font-size: 2.8rem;
	}
}
@media (max-width: 767px) {
	.footfixd .telbox .tel {
		display: block;
		font-size: 6.25vw;
	}
}
.footfixd .telbox .time {
	padding-top: 0.5em;
	font-size: 1.1rem;
	font-weight: 700;
}
@media (max-width: 995px) {
	.footfixd .telbox .time {
		font-size: 1.3rem;
	}
}
@media (max-width: 767px) {
	.footfixd .telbox .time {
		font-size: 2.75vw;
	}
}
.footfixd .telbox .time span {
	padding: 0px 0.25em;
	margin-right: 0.25em;
	background: #221714;
}
.footfixd .telbox a {
	color: #fff;
}
@media (min-width: 1060px) {
	.footfixd .telbox a {
		pointer-events: none;
	}
}
.footfixd ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 370px;
}
@media (max-width: 995px) {
	.footfixd ul {
		width: 100%;
		padding-top: 1em;
	}
}
@media (max-width: 995px) {
	.footfixd ul li {
		width: 48%;
	}
}
.footfixd ul li a {
	display: block;
	padding: 1em 0px;
	background: #221714;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	width: 175px;
	padding: 0.5em 0px;
	text-align: center;
}
@media (min-width: 1060px) {
	.footfixd ul li a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.footfixd ul li a:hover {
		background: #B31C22;
		color: #fff;
	}
}
@media (max-width: 995px) {
	.footfixd ul li a {
		width: auto;
	}
}
.footfixd .close {
	display: none;
	position: absolute;
	right: -4vw;
	top: -2vw;
	z-index: 1000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.footfixd .close {
		display: block;
	}
}
.footfixd .close a {
	display: block;
	position: relative;
	width: 5vw;
	height: 5vw;
}
.footfixd .close a:before, .footfixd .close a:after {
	display: block;
	content: "";
	position: absolute;
	background: #fff;
}
.footfixd .close a:before {
	position: absolute;
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	top: 0px;
	width: 2px;
	height: 100%;
}
.footfixd .close a:after {
	position: absolute;
	left: 0px;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
}

footer {
	padding-top: 40px;
	background-color: #333333;
	color: #fff;
}
@media (max-width: 767px) {
	footer {
		padding-top: 10vw;
	}
}
footer .inwrap {
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	footer .inwrap {
		padding-bottom: 5vw;
	}
}
footer .inwrap .tel {
	position: absolute;
	right: 0px;
	top: 0px;
}
@media (max-width: 995px) {
	footer .inwrap .tel {
		position: static;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	footer .inwrap .tel {
		margin-bottom: 5vw;
	}
}
footer .inwrap .subnav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}
footer .inwrap .subnav .item {
	width: 170px;
}
@media (max-width: 767px) {
	footer .inwrap .subnav .item {
		width: auto;
		margin-bottom: 5vw;
	}
	footer .inwrap .subnav .item:last-child {
		margin-bottom: 0px;
	}
}
footer .inwrap .subnav .item.long1 {
	width: 370px;
}
@media (max-width: 767px) {
	footer .inwrap .subnav .item.long1 {
		width: 100%;
	}
}
footer .inwrap .subnav .item.long2 {
	width: 230px;
}
@media (max-width: 767px) {
	footer .inwrap .subnav .item.long2 {
		width: 100%;
	}
}
footer .inwrap .subnav .item.long2 ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 6px;
	-moz-column-gap: 6px;
	column-gap: 6px;
}
footer .inwrap .subnav .item h4 {
	padding-left: 0.5em;
	border-left: 4px solid #ffffff;
	font-size: 1.4rem;
	font-weight: 500;
}
footer .inwrap .subnav .item ul {
	margin: 0.5em 0.7em;
	line-height: 1.3;
}
footer .inwrap .subnav .item ul li a {
	font-size: 1.3rem;
	color: #fff;
}
footer .inwrap .subbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media (max-width: 767px) {
	footer .inwrap .subbox {
		display: block;
	}
}
footer .inwrap .subbox .logo {
	width: 200px;
	margin-right: 20px;
}
@media (max-width: 767px) {
	footer .inwrap .subbox .logo {
		width: 50vw;
		margin-right: 0px;
		margin-bottom: 1em;
	}
}
footer .inwrap .subbox ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
footer .inwrap .subbox ul li {
	margin-right: 1em;
}
footer .inwrap .subbox ul li a {
	display: block;
	padding-left: 1.5em;
	background: url(../img/common/blank.png) left center no-repeat;
	font-size: 1.3rem;
	color: #fff;
}
footer .copy {
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.2rem;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 index
-----------------------------------------------------------*/
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
#top {
	position: relative;
	margin-bottom: 130px;
	/*
	.consultation {
		position: absolute;
		right: 50%;
		bottom: -50px;
		z-index: 100;
		margin-right: -520px;
		@include for-pcmd() {
			right: 50px;
			margin: 0px;
		}
		@include for-tb() {
			right: 5vw;
			bottom: 0px;
		}
		a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 150px;
			height: 150px;
			border-radius: 50%;
			background: $c;
			border: 1px solid $c;
			color: #fff;
			font-size: 1.9rem;
			font-weight: 500;
			text-align: center;
			text-decoration: none;
			@include for-sp() {
				width: 25vw;
				height: 25vw;
				font-size: 4vw;
			}
			@include for-pc() {
				transition: all .3s;
				&:hover {
					background: #fff;
					color: $c;
				}
			}
		}
	}
	.img {
		position: absolute;
		left: 50%;
		bottom: 0px;
		z-index: 10;
		margin-left: 200px;
		@include for-pcmd() {
			left: auto;
			right: 50px;
			margin-left: 0px;
			width: 32vw;
		}
		@include for-tb() {
			right: -40px;
		}
		@include for-sp() {
			display: none;
		}
	}
	*/
}
@media (max-width: 995px) {
	#top {
		margin-bottom: 250px;
	}
}
@media (max-width: 767px) {
	#top {
		margin-bottom: 10vw;
	}
}
#top .in {
	position: relative;
}
#top .slider {
	position: relative;
	height: 650px;
}
@media (max-width: 1059px) {
	#top .slider {
		height: 500px;
	}
}
@media (max-width: 995px) {
	#top .slider {
		height: 60vw;
	}
}
@media (max-width: 767px) {
	#top .slider {
		height: 100vw;
	}
}
#top .slider .item {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
#top .slider .item:first-child {
	display: block;
}
#top .slider .item .box {
	position: absolute;
	left: 50%;
	bottom: -60px;
	z-index: 10;
	margin-left: -520px;
	width: 530px;
	padding: 40px;
	background: #333;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1059px) {
	#top .slider .item .box {
		left: 30px;
		margin: 0px;
	}
}
@media (max-width: 767px) {
	#top .slider .item .box {
		width: 100vw;
		left: 0px;
		padding: 7vw 5vw;
	}
}
#top .slider .item .box:before {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 1.5em;
	bottom: 1.5em;
	width: 3px;
	background: #B31C22;
}
#top .slider .item .box .case {
	margin-bottom: 0.25em;
	font-size: 1.8rem;
	font-weight: 500;
}
#top .slider .item .box .case span {
	margin-right: 1em;
}
@media (max-width: 767px) {
	#top .slider .item .box .case {
		font-size: 4vw;
	}
}
#top .slider .item .box h2 {
	font-size: 2.5rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	#top .slider .item .box h2 {
		font-size: 4.5vw;
	}
}
#top .slider .item .box .more {
	position: absolute;
	right: 30px;
	bottom: 0px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
@media (max-width: 767px) {
	#top .slider .item .box .more {
		right: 5vw;
	}
}
#top .slider .item .box .more a {
	display: block;
	padding: 0.25em 1.5em 0.5em;
	background: #B31C22;
	border: 1px solid #B31C22;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	#top .slider .item .box .more a {
		font-size: 3.25vw;
	}
}
@media (min-width: 1060px) {
	#top .slider .item .box .more a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#top .slider .item .box .more a:hover {
		background: #fff;
		color: #B31C22;
	}
}
#top .slider .item .movie {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
	height: 650px;
}
@media (max-width: 1059px) {
	#top .slider .item .movie {
		height: 500px;
	}
}
@media (max-width: 995px) {
	#top .slider .item .movie {
		width: 120vw;
		right: 0px;
		height: 60vw;
	}
}
@media (max-width: 767px) {
	#top .slider .item .movie {
		width: 180vw;
		right: -40vw;
		height: 100vw;
	}
}
#top .slider .item .movie video {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#top .slider .item .movie:after {
	position: absolute;
	content: "";
	display: block;
}
#top .slider .item .movie:after {
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 650px;
	/*background: url(../img/index/moviebg.png) repeat-x;*/
}
@media (max-width: 1059px) {
	#top .slider .item .movie:after {
		height: 500px;
	}
}
@media (max-width: 995px) {
	#top .slider .item .movie:after {
		height: 60vw;
	}
}
@media (max-width: 767px) {
	#top .slider .item .movie:after {
		height: 100vw;
	}
}
#top .marker {
	position: absolute;
	left: 50%;
	bottom: -100px;
	margin-left: -520px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1059px) {
	#top .marker {
		left: 30px;
		margin: 0px;
	}
}
@media (max-width: 995px) {
	#top .marker {
		bottom: auto;
		top: 70vw;
	}
}
@media (max-width: 767px) {
	#top .marker {
		top: 120vw;
		left: 5vw;
	}
}
#top .marker li {
	width: 16px;
	height: 16px;
	margin-right: 0.5em;
	border-radius: 50%;
	background: #A7A09D;
}
#top .marker li.current {
	background: #B31C22;
}
#top .textbox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -520px;
	z-index: 100;
	color: #000;
	text-shadow: -2px -2px 1px #fff, -2px 0 1px #fff, -2px 2px 1px #fff, 0 -2px 1px #fff,0 2px 1px #fff, 2px -2px 1px #fff,	2px 0 1px #fff,	2px 2px 1px #fff;
	font-weight: 700;
	letter-spacing: 0.08em;
}
@media (max-width: 1059px) {
	#top .textbox {
		left: 30px;
		margin: 0px;
	}
}
@media (max-width: 767px) {
	#top .textbox {
		top: 35vw;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
#top .textbox h1 {
	width: 410px;
	line-height: 1.3;
}
@media (max-width: 767px) {
	#top .textbox h1 {
		width: 60vw;
	}
}
#top .textbox .read {
	padding-bottom: 1em;
	font-size: 2.7rem;
	line-height: 1.35;
}
@media (max-width: 767px) {
	#top .textbox .read {
		font-size: 3.5vw;
	}
}
#top .textbox .read span {
	display: block;
	font-size: 0.7em;
	margin-top: 0.5em;
}
#top .submovie {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 500;
	width: 230px;
	margin-left: 320px;
	border: 5px solid #fff;
}
@media (max-width: 1059px) {
	#top .submovie {
		left: auto;
		right: 50px;
		margin-left: 0px;
	}
}
@media (max-width: 995px) {
	#top .submovie {
		position: static;
		margin: 15vw 30px 0px;
		border: none;
		width: auto;
	}
}
@media (max-width: 767px) {
	#top .submovie {
		margin: 30vw 5vw 0px;
	}
}
#top .submovie div {
	position: relative;
	padding-top: 56.25%;
}
#top .submovie div video, #top .submovie div iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#top .catalogbn {
	position: absolute;
	right: 50%;
	bottom: 40px;
	margin-right: -520px;
	z-index: 100;
}
@media (max-width: 1059px) {
	#top .catalogbn {
		margin-right: 0px;
		right: 30px;
	}
}
@media (max-width: 995px) {
	#top .catalogbn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		left: 30px;
		bottom: -190px;
	}
}
@media (max-width: 767px) {
	#top .catalogbn {
		display: block;
		position: static;
		padding: 29vw 5vw 0px;
	}
}
@media (max-width: 995px) {
	#top .catalogbn .btn {
		width: 49%;
	}
}
@media (max-width: 767px) {
	#top .catalogbn .btn {
		width: auto;
	}
}
#top .catalogbn .btn + .btn {
	margin-top: 1em;
}
@media (max-width: 995px) {
	#top .catalogbn .btn + .btn {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	#top .catalogbn .btn + .btn {
		margin-top: 5vw;
	}
}
#top .catalogbn .btn a {
	display: block;
	position: relative;
	padding: 0.75em 2em 0.75em 4em;
	background: #B31C22 url(../img/common/hlogo.svg) 0.75em center/2.5em 2.5em no-repeat;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 1059px) {
	#top .catalogbn .btn a {
		font-size: 2rem;
	}
}
@media (max-width: 995px) {
	#top .catalogbn .btn a {
		font-size: 2.5vw;
	}
}
@media (max-width: 767px) {
	#top .catalogbn .btn a {
		font-size: 4.5vw;
	}
}
#top .catalogbn .btn a:after {
	display: block;
	content: "";
	position: absolute;
	right: 1em;
	top: 50%;
	width: 0.5em;
	height: 0.5em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#top .catalogbn .btn a span {
	display: block;
	font-size: 0.5em;
	font-weight: 400;
}
@media (min-width: 1060px) {
	#top .catalogbn .btn a:hover {
		background-color: #fff;
		background-image: url(../img/common/mark_b.svg);
		color: #B31C22;
	}
	#top .catalogbn .btn a:hover:after {
		right: 0.75em;
		border-top: 3px solid #B31C22;
		border-right: 3px solid #B31C22;
	}
}
#top .scroll {
	position: absolute;
	right: 20px;
	bottom: -100px;
	width: 6px;
	-webkit-animation: scroll 2s infinite;
	animation: scroll 2s infinite;
}
@media (max-width: 995px) {
	#top .scroll {
		bottom: auto;
		top: 60vw;
	}
}
@media (max-width: 767px) {
	#top .scroll {
		right: 1.5vw;
		top: 105vw;
	}
}

.featurebox, .taskbox {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.featurebox, .taskbox {
		margin-bottom: 10vw;
	}
}
.featurebox .read, .taskbox .read {
	margin-bottom: 0.25em;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 767px) {
	.featurebox .read, .taskbox .read {
		font-size: 5vw;
	}
}
.featurebox h2, .taskbox h2 {
	margin: 0px auto 1.25em;
}
@media (max-width: 767px) {
	.featurebox h2, .taskbox h2 {
		width: 75vw;
	}
}
.featurebox .text, .taskbox .text {
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 1.7rem;
}
@media (max-width: 767px) {
	.featurebox .text, .taskbox .text {
		font-size: 4vw;
	}
}

.taskbox {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bdbebe));
	background: -webkit-linear-gradient(top, #fff, #bdbebe);
	background: -o-linear-gradient(top, #fff, #bdbebe);
	background: linear-gradient(to bottom, #fff, #bdbebe);
}
.taskbox .head {
	position: relative;
}
@media (max-width: 1059px) {
	.taskbox .head {
		padding-right: 170px;
	}
}
@media (max-width: 767px) {
	.taskbox .head {
		padding: 0px;
	}
}
.taskbox .head h2 {
	width: 690px;
}
@media (max-width: 995px) {
	.taskbox .head h2 {
		width: auto;
	}
}
@media (max-width: 767px) {
	.taskbox .head h2 {
		width: 80vw;
		margin: 0px auto 1em;
	}
}
@media (max-width: 767px) {
	.taskbox .head .text {
		text-align: left;
		margin-bottom: 0px;
		padding-right: 20vw;
	}
}
.taskbox .head .balloon {
	position: absolute;
	right: -2em;
	top: -4em;
	width: 170px;
}
@media (max-width: 995px) {
	.taskbox .head .balloon {
		top: 2em;
	}
}
@media (max-width: 767px) {
	.taskbox .head .balloon {
		width: 26vw;
		right: -3vw;
		top: auto;
		bottom: -5vw;
	}
}
.taskbox .taskitem {
	background: url(../img/index/genba.png) center 40px no-repeat;
}
@media (max-width: 1059px) {
	.taskbox .taskitem {
		background-size: 120% auto;
		background-position: center 5vw;
	}
}
@media (max-width: 995px) {
	.taskbox .taskitem {
		padding-bottom: 40px;
		background-size: 100% auto;
		background-image: url(../img_sp/index/genba.png);
	}
}
.taskbox .taskitem .inwrap {
	height: 1140px;
}
@media (max-width: 1059px) {
	.taskbox .taskitem .inwrap {
		height: 100vw;
	}
}
@media (max-width: 995px) {
	.taskbox .taskitem .inwrap {
		height: auto;
		padding-top: 92vw;
	}
}
@media (max-width: 995px) {
	.taskbox .taskitem .inbox {
		margin-bottom: 40px;
	}
}
.taskbox .taskitem .inbox h2 {
	display: none;
}
@media (max-width: 995px) {
	.taskbox .taskitem .inbox h2 {
		display: block;
		position: relative;
		margin-bottom: 0px;
		padding: 0.5em 0px 0.5em 3em;
		background: #B31C22;
		font-size: 2rem;
		color: #fff;
	}
}
@media (max-width: 767px) {
	.taskbox .taskitem .inbox h2 {
		font-size: 5.625vw;
	}
}
@media (max-width: 995px) {
	.taskbox .taskitem .inbox h2:before {
		content: "";
		display: block;
		position: absolute;
		left: 0.5em;
		top: 0.25em;
		width: 1.75em;
		height: 2em;
		background: url(../img/index/icon_hito.svg) center/100% 100% no-repeat;
	}
}
@media (max-width: 995px) {
	.taskbox .taskitem .inbox .item {
		background-color: #e5e5e5;
	}
}
@media (max-width: 995px) {
	.taskbox .taskitem .inbox .item:nth-child(odd) {
		background-color: #ccc;
	}
}
.taskbox .taskitem .item {
	position: absolute;
	width: 190px;
	background: #fff;
	border: 3px solid #B31C22;
	border-radius: 3px;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item {
		position: static;
		width: auto;
		border: none;
		border-radius: 0px;
		padding: 1em;
		background-size: 1em 1em;
		background-position: right 1em center;
		background-repeat: no-repeat;
		background-image: url(../img/common/ar_r.svg);
	}
}
.taskbox .taskitem .item:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 36px;
	height: 42px;
	margin-top: -21px;
	background: url(../img/index/icon_hito.svg) center/100% 100% no-repeat;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item:after {
		display: none;
	}
}
.taskbox .taskitem .item h3, .taskbox .taskitem .item h4 {
	margin: -1px -1px 0px;
	padding: 0.15em 1.5em 0.15em 50px;
	background: #B31C22 url(../img/index/arrow.svg) right 0.35em center/0.8em 0.8em no-repeat;
	border-bottom: 3px solid #B31C22;
	font-size: 1.5rem;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item h3, .taskbox .taskitem .item h4 {
		padding: 0px;
		margin-bottom: 0.25em;
		border: none;
		background: none;
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
	.taskbox .taskitem .item h3, .taskbox .taskitem .item h4 {
		font-size: 4.375vw;
	}
}
.taskbox .taskitem .item h3 a, .taskbox .taskitem .item h4 a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item h3 a, .taskbox .taskitem .item h4 a {
		color: #B31C22;
	}
}
.taskbox .taskitem .item p {
	position: relative;
	padding: 0.25em 0.25em 0.75em 50px;
	font-size: 1rem;
	line-height: 1.3;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item p {
		padding: 0px;
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	.taskbox .taskitem .item p {
		padding-right: 10vw;
		font-size: 4vw;
	}
}
.taskbox .taskitem .item p:before, .taskbox .taskitem .item p:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	border-style: solid;
	border-width: 7px 6px;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item p:before, .taskbox .taskitem .item p:after {
		display: none;
	}
}
.taskbox .taskitem .item p:before {
	bottom: -14px;
	border-color: #B31C22 transparent transparent transparent;
}
.taskbox .taskitem .item p:after {
	bottom: -11px;
	border-color: #fff transparent transparent transparent;
}
.taskbox .taskitem .item.left p:before, .taskbox .taskitem .item.left p:after, .taskbox .taskitem .item.right p:before, .taskbox .taskitem .item.right p:after {
	bottom: auto;
	top: 0px;
}
.taskbox .taskitem .item.left p:before {
	left: -8px;
	border-color: transparent #B31C22 transparent transparent;
}
.taskbox .taskitem .item.left p:after {
	left: -5px;
	border-color: transparent #fff transparent transparent;
}
.taskbox .taskitem .item.right p:before, .taskbox .taskitem .item.right p:after {
	left: auto;
}
.taskbox .taskitem .item.right p:before {
	right: -14px;
	border-color: transparent transparent transparent #B31C22;
}
.taskbox .taskitem .item.right p:after {
	right: -11px;
	border-color: transparent transparent transparent #fff;
}
.taskbox .taskitem .item.top:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -6px;
	border-style: solid;
	border-width: 7px 6px;
	border-color: transparent transparent #B31C22 transparent;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item.top:before {
		display: none;
	}
}
.taskbox .taskitem .item.top p:before, .taskbox .taskitem .item.top p:after {
	display: none;
}
.taskbox .taskitem .item.item01 {
	left: -2%;
	top: 3%;
}
.taskbox .taskitem .item.item02 {
	left: 22%;
	top: 3%;
}
.taskbox .taskitem .item.item03 {
	left: 80%;
	top: 2%;
}
.taskbox .taskitem .item.item04 {
	left: 42%;
	top: 21%;
}
.taskbox .taskitem .item.item05 {
	left: 73%;
	top: 16%;
}
.taskbox .taskitem .item.item06 {
	left: 64%;
	top: 28%;
	width: 200px;
}
@media (max-width: 995px) {
	.taskbox .taskitem .item.item06 {
		width: auto;
	}
}
.taskbox .taskitem .item.item07 {
	left: 38%;
	top: 38%;
}
.taskbox .taskitem .item.item08 {
	left: 89%;
	top: 33%;
}
.taskbox .taskitem .item.item09 {
	left: 4%;
	top: 63%;
}
.taskbox .taskitem .item.item10 {
	left: 13%;
	top: 78%;
}
.taskbox .taskitem .item.item10 p:before, .taskbox .taskitem .item.item10 p:after {
	left: auto;
	bottom: auto;
	top: 50%;
	margin-left: 0px;
	margin-top: -7px;
	border-style: solid;
	border-width: 6px 7px;
}
.taskbox .taskitem .item.item10 p:before {
	right: -14px;
	border-color: transparent transparent transparent #B31C22;
}
.taskbox .taskitem .item.item10 p:after {
	right: -11px;
	border-color: transparent transparent transparent #fff;
}
.taskbox .taskitem .item.item11 {
	left: -2%;
	top: 19%;
}
@media (min-width: 1060px) {
	.taskbox .taskitem .item {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.taskbox .taskitem .item:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.taskbox .more {
	padding-top: 1010px;
	text-align: center;
}
@media (max-width: 1059px) {
	.taskbox .more {
		padding-top: 89vw;
	}
}
@media (max-width: 995px) {
	.taskbox .more {
		padding-top: 0px;
	}
}
@media (max-width: 767px) {
	.taskbox .more {
		padding-top: 0px;
	}
}
.taskbox .more a {
	position: relative;
	display: inline-block;
	width: 420px;
	padding: 1.35em 0px;
	background: #B31C22;
	border: 1px solid #B31C22;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
}
.taskbox .more a:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	bottom: -3px;
	top: 3px;
	right: -3px;
	z-index: -1;
	background: #D9DADA;
}
@media (min-width: 1060px) {
	.taskbox .more a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.taskbox .more a:hover {
		background: #fff;
		color: #B31C22;
	}
}
@media (max-width: 767px) {
	.taskbox .more a {
		display: block;
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 4.25vw;
	}
}

.featurebox h2 {
	width: 390px;
}
@media (max-width: 767px) {
	.featurebox h2 {
		width: 75vw;
	}
}
.featurebox .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.featurebox .items {
		display: block;
	}
}
.featurebox .items .item {
	width: 314px;
}
@media (max-width: 1059px) {
	.featurebox .items .item {
		width: 30%;
	}
}
@media (max-width: 995px) {
	.featurebox .items .item {
		width: 32%;
	}
}
@media (max-width: 767px) {
	.featurebox .items .item {
		width: auto;
		margin-bottom: 5vw;
	}
}
.featurebox .items .item h3 {
	font-weight: 500;
	font-size: 1.8rem;
}
.featurebox .items .item h3 a {
	text-decoration: none;
	color: #B31C22;
}
.featurebox .items .item h3 span {
	display: block;
	margin: 0.25em 0px 0.5em;
	color: #221714;
	font-weight: 700;
	padding-left: 70px;
	font-size: 1.6rem;
	line-height: 3.625;
	background-size: 4em 3.75em;
	background-position: left center;
	background-repeat: no-repeat;
}
@media (max-width: 1059px) {
	.featurebox .items .item h3 span {
		padding-left: 60px;
		font-size: 1.4vw;
	}
}
@media (max-width: 995px) {
	.featurebox .items .item h3 span {
		padding: 1.5em 0px 1.5em 4em;
		background-size: auto 3.5em;
		line-height: 1.2;
	}
}
@media (max-width: 767px) {
	.featurebox .items .item h3 span {
		font-size: 4vw;
	}
}
.featurebox .items .item h3 span.icon01 {
	background-image: url(../img/index/icon01.svg);
}
.featurebox .items .item h3 span.icon02 {
	background-image: url(../img/index/icon02.svg);
}
.featurebox .items .item h3 span.icon03 {
	background-image: url(../img/index/icon03.svg);
}
.featurebox .items .item .btn {
	padding: 2em 0px;
	text-align: center;
}
.featurebox .items .item .btn a {
	display: inline-block;
	background-color: #000;
	font-size: 1.4rem;
	padding: 1em 2em;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
@media (min-width: 1060px) {
	.featurebox .items .item .btn a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.featurebox .items .item .btn a:hover {
		background-color: #B31C22;
	}
}
.featurebox .items .item video {
	width: 100%;
}
.featurebox .items .item p {
	padding-top: 1em;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	.featurebox .items .item p {
		font-size: 3.5vw;
	}
}
.featurebox .more {
	padding-top: 3em;
	text-align: center;
}
@media (max-width: 767px) {
	.featurebox .more {
		padding-top: 0px;
	}
}
.featurebox .more a {
	position: relative;
	display: inline-block;
	width: 420px;
	padding: 1.35em 0px;
	background: #B31C22;
	border: 1px solid #B31C22;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
}
.featurebox .more a:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	bottom: -3px;
	top: 3px;
	right: -3px;
	z-index: -1;
	background: #D9DADA;
}
@media (min-width: 1060px) {
	.featurebox .more a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.featurebox .more a:hover {
		background: #fff;
		color: #B31C22;
	}
}
@media (max-width: 767px) {
	.featurebox .more a {
		display: block;
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 4.25vw;
	}
}

.workbox {
	position: relative;
	margin-bottom: 50px;
	/*
	.items {
		display: flex;
		@include for-sp() {
			display: block;
		}
		.item {
			position: relative;
			width: 30%;
			padding: 2em 1em 4em;
			margin-right: 5%;
			border: 1px solid $c;
			background: #fff;
			box-sizing: border-box;
			@include for-tb() {
				width: 32%;
				margin-right: 2%;
			}
			@include for-sp() {
				width: auto;
				margin-bottom: 5vw;
				padding: 2em 1em;
			}
			&:nth-child(3n) {
				margin-right: 0px;
			}
			figure {
				margin-bottom: 1em;
				text-align: center;
				img {
					max-height: 180px;
					@include for-tb() {
						max-height: 20vw; 
					}
					@include for-sp() {
						max-height: none;
					}
				}
			}
			.cat {
				margin-bottom: 0.25em;
				font-size: 1.1rem;
				font-weight: 700;
				@include for-sp() {
					font-size: 3vw;
				}
				span {
					& + span {
						margin-left: 0.75em;
					}
				}
			}
			h3 {
				margin-bottom: 1em;
				color: $c;
				font-size: 1.8rem;
				font-weight: 700;
				@include for-sp() {
					font-size: 5vw;
				}
			}
			.text {
				font-size: 1.4rem;
				@include for-sp() {
					font-size: 3.75vw;
				}
			}
			.btn {
				position: absolute;
				right: 1em;
				bottom: 1em;
				@include for-sp() {
					position: static;
					padding-top: 1em;
				}
				a {
					display: inline-block;
					padding: 0.5em 1.5em;
					font-size: 1.4rem;
					font-weight: 500;
					color: #fff;
					background: $c;
					border: 1px solid $c;
					text-decoration: none;
					@include for-sp() {
						display: block;
						text-align: center;
					}
					@include for-pc() {
						transition: all .3s;
						&:hover {
							background: #fff;
							color: $c;
						}
					}
				}
			}
		}
	}
	*/
}
.workbox:before {
	content: "";
	display: block;
	position: absolute;
	left: -10vw;
	top: 0px;
	width: 60vw;
	z-index: -1;
	height: 390px;
	-webkit-transform: skew(340deg);
	-ms-transform: skew(340deg);
	transform: skew(340deg);
	background: #333;
}
@media (max-width: 995px) {
	.workbox:before {
		left: -30vw;
	}
}
@media (max-width: 767px) {
	.workbox:before {
		left: -15vw;
		height: 60vw;
	}
}
.workbox h2 {
	position: relative;
	padding: 100px 0px 0px;
	margin-bottom: 50px;
	font-size: 3.5rem;
	color: #fff;
	font-weight: 700;
}
.workbox h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: -0.5em;
	width: 2em;
	height: 3px;
	background: #B31C22;
}
@media (max-width: 767px) {
	.workbox h2 {
		padding: 20vw 0px 0px;
		font-size: 8vw;
	}
}
.workbox .read {
	position: absolute;
	right: 0px;
	top: 120px;
	font-size: 1.7rem;
}
@media (max-width: 767px) {
	.workbox .read {
		width: 40vw;
		top: 15vw;
		font-size: 3.5vw;
	}
	.workbox .read br {
		display: none;
	}
}
.workbox .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 995px) {
	.workbox .items {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.workbox .items .item {
	width: 31.5%;
	border: 1px solid #d3dadd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 2.75% 2.75% 0px;
}
@media (max-width: 995px) {
	.workbox .items .item {
		width: 48%;
		margin: 0px 0px 4%;
	}
}
@media (max-width: 767px) {
	.workbox .items .item {
		width: auto;
	}
}
.workbox .items .item:nth-child(3n) {
	margin-right: 0px;
}
.workbox .items .item figure {
	overflow: hidden;
}
.workbox .items .item figure img {
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.workbox .items .item figure:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.workbox .items .item .textbox {
	padding: 0.75em;
}
.workbox .items .item .cat {
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	.workbox .items .item .cat {
		font-size: 3.5vw;
	}
}
.workbox .items .item .cat span {
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.1em 0.5em;
	background-color: #000;
	color: #fff;
}
.workbox .items .item h3 {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	.workbox .items .item h3 {
		font-size: 4.5vw;
	}
}
.workbox .items .item .text, .workbox .items .item .relay {
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	.workbox .items .item .text, .workbox .items .item .relay {
		font-size: 3.25vw;
	}
}
.workbox .items .item .text {
	margin-bottom: 0.5em;
}
.workbox .more {
	padding-top: 3em;
	text-align: center;
}
@media (max-width: 767px) {
	.workbox .more {
		padding-top: 0px;
	}
}
.workbox .more a {
	position: relative;
	display: inline-block;
	width: 420px;
	padding: 1.35em 0px;
	background: #B31C22;
	border: 1px solid #B31C22;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
}
.workbox .more a:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	bottom: -3px;
	top: 3px;
	right: -3px;
	z-index: -1;
	background: #D9DADA;
}
@media (min-width: 1060px) {
	.workbox .more a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.workbox .more a:hover {
		background: #fff;
		color: #B31C22;
	}
}
@media (max-width: 767px) {
	.workbox .more a {
		display: block;
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 4.25vw;
	}
}

.c2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}
@media (max-width: 995px) {
	.c2 {
		display: block;
	}
}
@media (max-width: 767px) {
	.c2 {
		margin-bottom: 10vw;
	}
}

.newsbox {
	width: 64%;
}
@media (max-width: 995px) {
	.newsbox {
		width: auto;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.newsbox {
		margin-bottom: 10vw;
	}
}
.newsbox h2 {
	margin-bottom: 0.25em;
	font-size: 3rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.newsbox h2 {
		font-size: 8vw;
	}
}
.newsbox ul li {
	border-bottom: 1px solid #B31C22;
}
.newsbox ul li a {
	display: block;
	padding: 1.5em 0px;
	background: url(../img/index/ar.svg) right center/1.5em 1.5em no-repeat;
	text-decoration: none;
	font-weight: 700;
}
.newsbox ul li a .cat, .newsbox ul li a .date {
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	.newsbox ul li a .cat, .newsbox ul li a .date {
		font-size: 3.25vw;
	}
}
.newsbox ul li a .cat {
	display: inline-block;
	padding: 0px 1em;
	margin-right: 1em;
	background: #B31C22;
	border-radius: 1.5em;
	color: #fff;
}
.newsbox ul li a .title, .newsbox ul li a .date {
	color: #221714;
}
@media (max-width: 767px) {
	.newsbox ul li a .title, .newsbox ul li a .date {
		display: block;
	}
}
.newsbox ul li a .title {
	font-size: 1.8rem;
	margin-right: 1em;
}
@media (max-width: 767px) {
	.newsbox ul li a .title {
		font-size: 4.5vw;
		padding-right: 2em;
	}
}
@media (min-width: 1060px) {
	.newsbox ul li a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.newsbox ul li a:hover {
		background-color: #f6f6f6;
	}
}

.banner {
	width: 30%;
	padding: 2em 0px 1em;
	background: #B31C22;
	text-align: center;
}
@media (max-width: 995px) {
	.banner {
		width: auto;
	}
}
.banner h2 {
	margin-bottom: 0.5em;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
}
@media (max-width: 767px) {
	.banner h2 {
		font-size: 5vw;
	}
}
.banner h2 img {
	display: block;
	width: 220px;
	margin: 0px auto;
}
@media (max-width: 767px) {
	.banner h2 img {
		width: 65%;
		margin-bottom: 0.25em;
	}
}
.banner .btn {
	padding: 1em 2em 0px;
}
.banner .btn a {
	display: block;
	padding: 1em 0px;
	background: #221714;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
@media (min-width: 1060px) {
	.banner .btn a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.banner .btn a:hover {
		background: #B31C22;
		color: #fff;
	}
}

.cmbox {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3000;
	background: rgba(0, 0, 0, 0.8);
}
.cmbox .cmmovie {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 95%;
	max-height: 95%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cmbox .cmmovie video {
	height: 90vh;
}
@media (max-width: 1059px) {
	.cmbox .cmmovie video {
		height: auto;
		width: 90vw;
	}
}
.cmbox .cmmovie .close {
	position: absolute;
	right: -50px;
	top: -20px;
	width: 30px;
}
@media (max-width: 1059px) {
	.cmbox .cmmovie .close {
		right: -20px;
		top: -60px;
	}
}
@media (max-width: 767px) {
	.cmbox .cmmovie .close {
		right: 0px;
	}
}
.cmbox .cmmovie .close svg {
	fill: #fff;
	width: 100%;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 about
-----------------------------------------------------------*/
#about {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#bdbebe));
	background: -webkit-linear-gradient(top, #fff 40%, #bdbebe);
	background: -o-linear-gradient(top, #fff 40%, #bdbebe);
	background: linear-gradient(to bottom, #fff 40%, #bdbebe);
}
#about .pagetitle {
	margin-top: 1em;
	padding: 180px 0px 60px;
	background: url(../img/about/mainbg.jpg) center/cover no-repeat;
	color: #fff;
}
@media (max-width: 767px) {
	#about .pagetitle {
		padding: 20vw 0px 10vw;
	}
}
#about .pagetitle h1 {
	min-height: 56px;
	margin-bottom: 0.5em;
	padding-left: 70px;
	background: url(../img/common/hlogo.svg) left center/56px 56px no-repeat;
	font-size: 1.7rem;
}
@media (max-width: 767px) {
	#about .pagetitle h1 {
		padding-left: 5.5em;
		font-size: 3.5vw;
		background-size: 4.5em;
		line-height: 1.4;
	}
}
#about .pagetitle h1 span {
	margin-right: 0.5em;
	font-size: 2.4em;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#about .pagetitle h1 span {
		display: block;
		margin-right: 0px;
	}
}
#about .pagetitle p {
	margin-bottom: 2.5em;
	font-size: 3.2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#about .pagetitle p {
		margin-bottom: 1.5em;
		font-size: 5vw;
	}
}
#about .pagetitle ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	#about .pagetitle ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#about .pagetitle ul li {
	margin-left: 20px;
}
@media (max-width: 767px) {
	#about .pagetitle ul li {
		margin-left: 0px;
		width: 23.5%;
	}
}
#about .pagetitle ul li a {
	display: block;
	position: relative;
	width: 120px;
	height: 120px;
	padding-top: 76px;
	border: 1px solid #fff;
	border-radius: 16px;
	background-color: #B31C22;
	background-repeat: no-repeat;
	background-position: center 0.5em;
	background-size: 90px 66px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#about .pagetitle ul li a {
		width: 100%;
		height: 22vw;
		padding-top: 13.5vw;
		background-size: 80% auto;
		font-size: 2.5vw;
	}
}
#about .pagetitle ul li a.icon01 {
	background-image: url(../img/about/pnav01.svg);
}
#about .pagetitle ul li a.icon02 {
	background-image: url(../img/about/pnav02.svg);
}
#about .pagetitle ul li a.icon03 {
	background-image: url(../img/about/pnav03.svg);
}
#about .pagetitle ul li a.icon04 {
	background-image: url(../img/about/pnav04.svg);
}
#about .pagetitle ul li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0.5em;
	width: 1em;
	height: 0.5em;
	margin-left: -0.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213.5px%22%20height%3D%226.8px%22%20viewBox%3D%220%200%2013.5%206.8%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2013.5%206.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C0%206.8%2C6.8%2013.5%2C0%2011%2C0%206.8%2C4.2%202.5%2C0%20%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 1060px) {
	#about .pagetitle ul li a:hover {
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
	}
}
#about .read {
	margin-bottom: 1.5em;
	font-size: 1.7rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#about .read {
		font-size: 4vw;
	}
}
#about .read:last-child {
	margin-bottom: 0px;
}
#about .text {
	margin-bottom: 1.5em;
	font-size: 1.3rem;
	line-height: 2.4;
}
@media (max-width: 767px) {
	#about .text {
		font-size: 3.75vw;
		line-height: 2;
	}
}
#about .text:last-child {
	margin-bottom: 0px;
}
#about .btnbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 995px) {
	#about .btnbox {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	#about .btnbox {
		display: block;
	}
}
#about .btnbox li {
	width: 32%;
	margin-right: 2%;
}
@media (max-width: 995px) {
	#about .btnbox li {
		width: 49%;
		margin-bottom: 2%;
	}
}
@media (max-width: 767px) {
	#about .btnbox li {
		width: auto;
		margin-bottom: 5%;
		margin-right: 0px;
	}
}
#about .btnbox li:last-child {
	margin-right: 0px;
}
@media (max-width: 995px) {
	#about .btnbox li:nth-child(2n) {
		margin-right: 0px;
	}
}
#about .btnbox li a {
	display: block;
	padding: 1.25em 0px;
	background-color: #221714;
	background-repeat: no-repeat;
	background-position: right 1.5em center;
	background-size: 1.25em 1.25em;
	background-image: url(../img/common/ar.svg);
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 1059px) {
	#about .btnbox li a {
		padding-right: 2em;
		background-position: right 1em center;
	}
}
@media (min-width: 1060px) {
	#about .btnbox li a:hover {
		background-color: #B31C22;
	}
}
#about #howto, #about #dx, #about #iot, #about #data, #about #dtwin, #about #dtrans {
	padding: 70px 0px 0px;
}
@media (max-width: 767px) {
	#about #howto, #about #dx, #about #iot, #about #data, #about #dtwin, #about #dtrans {
		padding: 10vw 0px 0px;
	}
}
#about #howto h3, #about #dx h3, #about #iot h3, #about #data h3, #about #dtwin h3, #about #dtrans h3 {
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.5em;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	#about #howto h3, #about #dx h3, #about #iot h3, #about #data h3, #about #dtwin h3, #about #dtrans h3 {
		font-size: 5vw;
	}
}
#about #howto h3:before, #about #dx h3:before, #about #iot h3:before, #about #data h3:before, #about #dtwin h3:before, #about #dtrans h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 1em;
	height: 3px;
	margin-top: -1px;
	background-color: #B31C22;
}
#about #dx .keybox, #about #iot .keybox, #about #data .keybox {
	position: relative;
	height: 490px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 995px) {
	#about #dx .keybox, #about #iot .keybox, #about #data .keybox {
		height: 44vw;
	}
}
@media (max-width: 767px) {
	#about #dx .keybox, #about #iot .keybox, #about #data .keybox {
		height: auto;
		margin-bottom: 5vw;
		background-image: none !important;
	}
}
#about #dx .keybox .textbox, #about #iot .keybox .textbox, #about #data .keybox .textbox {
	position: absolute;
	left: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
@media (max-width: 767px) {
	#about #dx .keybox .textbox, #about #iot .keybox .textbox, #about #data .keybox .textbox {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
#about #dx .keybox .textbox h4, #about #iot .keybox .textbox h4, #about #data .keybox .textbox h4 {
	font-size: 3rem;
}
@media (max-width: 767px) {
	#about #dx .keybox .textbox h4, #about #iot .keybox .textbox h4, #about #data .keybox .textbox h4 {
		padding: 17vw 5vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		font-size: 4.75vw;
	}
}
#about #dx .keybox .textbox p, #about #iot .keybox .textbox p, #about #data .keybox .textbox p {
	font-size: 2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#about #dx .keybox .textbox p, #about #iot .keybox .textbox p, #about #data .keybox .textbox p {
		margin-top: 1.5em;
		font-size: 4vw;
		color: #221714;
	}
}
#about #dtwin .keybox, #about #dtrans .keybox {
	position: relative;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 767px) {
	#about #dtwin .keybox, #about #dtrans .keybox {
		margin-bottom: 5vw;
	}
}
#about #dtwin .keybox .inwrap, #about #dtrans .keybox .inwrap {
	height: 590px;
}
@media (max-width: 995px) {
	#about #dtwin .keybox .inwrap, #about #dtrans .keybox .inwrap {
		height: 46vw;
	}
}
#about #dtwin .keybox .textbox, #about #dtrans .keybox .textbox {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
#about #dtwin .keybox .textbox h4, #about #dtrans .keybox .textbox h4 {
	font-size: 3rem;
}
@media (max-width: 767px) {
	#about #dtwin .keybox .textbox h4, #about #dtrans .keybox .textbox h4 {
		font-size: 4.75vw;
	}
}
#about #howto h2 {
	width: 365px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	#about #howto h2 {
		width: 80vw;
		margin-bottom: 5vw;
	}
}
#about #dx .keybox {
	background-image: url(../img/about/bg01.jpg);
}
#about #dx .keybox h4 {
	margin-bottom: 0.5em;
}
@media (max-width: 767px) {
	#about #dx .keybox h4 {
		margin-bottom: 0px;
		background-image: url(../img/about/bg01.jpg);
	}
}
#about #dx .flow ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#about #dx .flow ol li {
	width: 210px;
	margin-left: 60px;
}
#about #dx .flow ol li:first-child {
	position: relative;
	margin-left: 0px;
}
#about #dx .flow ol li:first-child:after {
	content: "";
	display: block;
	position: absolute;
	right: -39px;
	top: 50%;
	width: 16px;
	height: 32px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2231.9px%22%20viewBox%3D%220%200%2016%2031.9%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2016%2031.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23BE0000%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C0%200%2C7.3%208.7%2C16%200%2C24.6%200%2C31.9%2016%2C16%20%22%2F%3E%3C%2Fsvg%3E");
}
#about #dx .flow ol li:last-child {
	width: 490px;
	margin-left: 0px;
}
#about #iot .keybox {
	background-image: url(../img/about/bg02.svg);
}
@media (max-width: 767px) {
	#about #iot .keybox h4 {
		margin-top: 1em;
		background-image: url(../img/about/bg02.svg);
	}
}
@media (max-width: 767px) {
	#about #iot .keybox p {
		margin-top: 0px;
	}
}
#about #iot .btnbox {
	padding-top: 2em;
}
#about #data .keybox {
	margin-bottom: 0px;
	background-image: url(../img/about/bg03.jpg);
	text-align: center;
}
@media (max-width: 767px) {
	#about #data .keybox {
		margin-bottom: 5vw;
	}
}
#about #data .keybox .textbox {
	right: 0px;
	left: 0px;
}
#about #data .keybox .textbox h4 {
	width: 570px;
	margin: 0px auto 1em;
}
@media (max-width: 767px) {
	#about #data .keybox .textbox h4 {
		width: auto;
		background-image: url(../img/about/bg03.jpg);
	}
}
#about #data .inbox {
	padding: 40px;
	background-color: #231815;
}
@media (max-width: 767px) {
	#about #data .inbox {
		padding: 10vw 5vw;
	}
}
#about #data .inbox .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
@media (max-width: 995px) {
	#about #data .inbox .items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	#about #data .inbox .items {
		display: block;
	}
}
#about #data .inbox .items .item {
	position: relative;
	width: 19%;
}
@media (max-width: 995px) {
	#about #data .inbox .items .item {
		width: 45%;
		margin-bottom: 5%;
	}
}
@media (max-width: 767px) {
	#about #data .inbox .items .item {
		width: auto;
		margin-bottom: 13vw;
	}
}
#about #data .inbox .items .item:after {
	content: "";
	display: block;
	position: absolute;
	right: -60px;
	top: 50%;
	width: 40px;
	height: 20px;
	background: url(../img/about/arrow01.svg) left center/100% 100% no-repeat;
}
@media (max-width: 995px) {
	#about #data .inbox .items .item:after {
		right: -3.25em;
		width: 2.5em;
		height: 1.25em;
	}
}
@media (max-width: 767px) {
	#about #data .inbox .items .item:after {
		right: 44.5%;
		top: auto;
		bottom: -2.5em;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media (max-width: 767px) {
	#about #data .inbox .items .item:last-child {
		margin-bottom: 0px;
	}
}
#about #data .inbox .items .item:last-child:after {
	display: none;
}
@media (max-width: 995px) {
	#about #data .inbox .items .item:nth-child(2):after {
		display: none;
	}
}
@media (max-width: 767px) {
	#about #data .inbox .items .item:nth-child(2):after {
		display: block;
	}
}
#about #data .inbox .items .item h5, #about #data .inbox .items .item .name {
	color: #fff;
}
#about #data .inbox .items .item h5 {
	padding: 0px 0px 0.75em 2.5em;
	background-repeat: no-repeat;
	background-position: 10px top;
	background-size: 50px 50px;
	font-size: 2.8rem;
	letter-spacing: 0.25em;
}
@media (max-width: 995px) {
	#about #data .inbox .items .item h5 {
		padding-left: 0px;
		text-align: center;
		background-position: 17% top;
	}
}
@media (max-width: 767px) {
	#about #data .inbox .items .item h5 {
		background-size: 1.8em;
		font-size: 8vw;
	}
}
#about #data .inbox .items .item h5.icon01 {
	background-image: url(../img/about/icon01.svg);
}
#about #data .inbox .items .item h5.icon02 {
	background-image: url(../img/about/icon02.svg);
}
#about #data .inbox .items .item h5.icon03 {
	background-image: url(../img/about/icon03.svg);
}
#about #data .inbox .items .item h5.icon04 {
	background-image: url(../img/about/icon04.svg);
}
#about #data .inbox .items .item h5.icon05 {
	background-image: url(../img/about/icon05.svg);
}
#about #data .inbox .items .item h5.icon06 {
	background-image: url(../img/about/icon06.svg);
}
#about #data .inbox .items .item h5.icon07 {
	background-image: url(../img/about/icon07.svg);
}
#about #data .inbox .items .item h5.icon08 {
	background-image: url(../img/about/icon08.svg);
}
#about #data .inbox .items .item .balloon {
	position: relative;
	min-height: 3em;
	margin-bottom: 0.5em;
	padding: 0.75em;
	background-color: #fff;
	border: 2px solid #B31C22;
	border-radius: 3px;
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	#about #data .inbox .items .item .balloon {
		min-height: 0px;
		font-size: 3.5vw;
	}
}
#about #data .inbox .items .item .balloon:before, #about #data .inbox .items .item .balloon:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	border-style: solid;
	border-width: 5px;
}
#about #data .inbox .items .item .balloon:before {
	bottom: -11px;
	border-color: #B31C22 transparent transparent transparent;
}
#about #data .inbox .items .item .balloon:after {
	bottom: -8px;
	border-color: #fff transparent transparent transparent;
}
#about #data .inbox .items .item .name {
	font-weight: 700;
	font-size: 2.3rem;
	text-align: center;
}
@media (max-width: 767px) {
	#about #data .inbox .items .item .name {
		font-size: 6.5vw;
	}
}
#about #data .inbox .items .item .name span {
	margin: 0px 0.25em;
}
#about #data .inbox .text {
	color: #fff;
}
#about #data .inbox .text + .items {
	padding-top: 1em;
	margin-bottom: 2.5em;
}
#about #data .btnbox li a {
	border: 1px solid #B31C22;
	background-color: #B31C22;
}
@media (min-width: 1060px) {
	#about #data .btnbox li a:hover {
		background-color: #fff;
		color: #B31C22;
	}
}
#about #dtwin .keybox {
	background-image: url(../img/about/bg04.jpg);
}
#about #dtwin .img {
	float: right;
	width: 42%;
	margin: 0px 0px 2em 2em;
}
@media (max-width: 767px) {
	#about #dtwin .img {
		float: none;
		width: auto;
		margin: 0px 0px 5vw;
	}
}
#about #dtwin .btnbox {
	padding-top: 2em;
}
#about #dtrans {
	padding-bottom: 70px;
}
@media (max-width: 767px) {
	#about #dtrans {
		padding-bottom: 10vw;
	}
}
#about #dtrans .keybox {
	background-image: url(../img/about/bg05.jpg);
}
#about #dtrans h5 {
	margin-bottom: 1em;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	#about #dtrans h5 {
		font-size: 5vw;
	}
}
#about #dtrans .step {
	margin-bottom: 2em;
}
#about #dtrans .meigara {
	margin-bottom: 2em;
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
}
@media (max-width: 767px) {
	#about #dtrans .meigara {
		padding: 5vw;
	}
}
#about #dtrans .meigara h6 {
	font-size: 3.4rem;
	color: #e6000f;
	margin-bottom: -1.5em;
}
@media (max-width: 995px) {
	#about #dtrans .meigara h6 {
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	#about #dtrans .meigara h6 {
		font-size: 4vw;
		text-align: center;
		margin-bottom: 0.5em;
	}
}
#about #dtrans .btnbox {
	padding-top: 2em;
}

/*-----------------------------------------------------------
	 task
-----------------------------------------------------------*/
#task .titlebox {
	padding: 70px 0px;
}
@media (max-width: 767px) {
	#task .titlebox {
		padding: 10vw 0px;
	}
}
#task .titlebox h1 {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	#task .titlebox h1 {
		margin-bottom: 10vw;
	}
}
#task .titlebox h2 {
	min-height: 2em;
	margin-bottom: 0.75em;
	padding-left: 2.5em;
	background: url(../img/index/icon_hito.svg) left center/1.7em 2em no-repeat;
	font-size: 2.9rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#task .titlebox h2 {
		font-size: 5.25vw;
	}
}
#task .titlebox .searchbox {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#task .titlebox .searchbox .keywords {
	position: absolute;
	right: 0px;
	top: -4em;
}
@media (max-width: 995px) {
	#task .titlebox .searchbox .keywords {
		position: static;
	}
}
#task .titlebox .searchbox .item {
	position: relative;
	z-index: 20;
	width: 32.5%;
}
@media (max-width: 767px) {
	#task .titlebox .searchbox .item {
		width: 48%;
		margin-bottom: 1em;
	}
	#task .titlebox .searchbox .item.long {
		width: 100%;
		z-index: 100;
	}
	#task .titlebox .searchbox .item.right ul {
		left: auto;
		right: 0px;
	}
}
#task .titlebox .searchbox .item .btn a {
	position: relative;
	display: block;
	padding: 1em 2em;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	text-decoration: none;
}
@media (max-width: 767px) {
	#task .titlebox .searchbox .item .btn a {
		padding: 0.75em 1em;
	}
}
#task .titlebox .searchbox .item .btn a:after {
	content: "";
	display: block;
	position: absolute;
	right: 1.5em;
	top: 50%;
	width: 0.625em;
	height: 0.625em;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#task .titlebox .searchbox .item .btn a:after {
		right: 0.75em;
	}
}
@media (min-width: 1060px) {
	#task .titlebox .searchbox .item .btn a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#task .titlebox .searchbox .item .btn a:hover {
		background-color: #fff;
		color: #333;
	}
	#task .titlebox .searchbox .item .btn a:hover:after {
		border-color: #333;
	}
}
#task .titlebox .searchbox .item .btn.active a:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}
#task .titlebox .searchbox .item .btn.active + ul {
	visibility: inherit;
	opacity: 1;
}
#task .titlebox .searchbox .item.end {
	z-index: 10;
	width: 100%;
	margin-top: 1.25%;
	text-align: center;
}
#task .titlebox .searchbox .item.end .btn a {
	background-color: #fff;
	color: #221714;
}
#task .titlebox .searchbox .item.end .btn a:after {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#task .titlebox .searchbox .item.end ul {
	text-align: left;
}
#task .titlebox .searchbox .item ul {
	position: absolute;
	left: 0px;
	top: 3.65em;
	z-index: 100;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#task .titlebox .searchbox .item ul {
		top: 3.2em;
		width: 90vw;
	}
}
#task .titlebox .searchbox .item ul li {
	border: 1px solid #fff;
	border-bottom: none;
}
#task .titlebox .searchbox .item ul li:last-child {
	border-bottom: 1px solid #fff;
}
#task .titlebox .searchbox .item ul li a {
	display: block;
	padding: 1em 2em;
	background-color: #e0e0e0;
	color: #221714;
	text-decoration: none;
}
@media (min-width: 1060px) {
	#task .titlebox .searchbox .item ul li a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#task .titlebox .searchbox .item ul li a:hover {
		background-color: #B31C22;
		color: #fff;
	}
}
#task .titlebox .searchbox .item ul li.label {
	padding: 1em;
	background-color: #808080;
	color: #fff;
}
#task .taskbox {
	margin-bottom: 0px;
	padding-bottom: 1px;
}
#task .taskbox .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.2rem;
	color: #B31C22;
	font-weight: 700;
}
@media (max-width: 767px) {
	#task .taskbox .title {
		width: auto;
		font-size: 5.25vw;
	}
}
#task .taskbox .title .num {
	display: inline-block;
	width: 1.5em;
	width: 1.5em;
	margin-right: 0.5em;
	background-color: #221714;
	font-size: 1.3em;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
#task .taskbox .taskitem .more {
	text-align: right;
}
#task .taskbox .taskitem .more a {
	width: 280px;
}
@media (max-width: 767px) {
	#task .taskbox .taskitem .more a {
		width: auto;
	}
}
#task .kadai .box {
	margin-bottom: 60px;
	background-color: #fff;
}
@media (max-width: 767px) {
	#task .kadai .box {
		margin-bottom: 10vw;
	}
}
#task .kadai .box h3 a {
	display: block;
	padding: 0.5em 1.25em;
	background-color: #221714;
	font-size: 1.7rem;
	color: #fff;
}
@media (max-width: 767px) {
	#task .kadai .box h3 a {
		font-size: 4.5vw;
	}
}
@media (min-width: 1060px) {
	#task .kadai .box h3 a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		text-decoration: none;
	}
	#task .kadai .box h3 a:hover {
		background-color: #B31C22;
	}
}
#task .kadai .box .inbox {
	position: relative;
	min-height: 370px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox {
		padding-top: 33vw;
		background-position: center 3vw;
	}
}
#task .kadai .box .inbox .item {
	position: absolute;
	width: 190px;
	background: #fff;
	border: 3px solid #B31C22;
	border-radius: 3px;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item {
		position: static;
		width: auto;
		border: none;
		border-radius: 0px;
		padding: 1em;
		background-size: 1em 1em;
		background-position: right 1em center;
		background-repeat: no-repeat;
		background-image: url(../img/common/ar_r.svg);
	}
}
#task .kadai .box .inbox .item:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 36px;
	height: 42px;
	margin-top: -21px;
	background: url(../img/index/icon_hito.svg) center/100% 100% no-repeat;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item:after {
		display: none;
	}
}
#task .kadai .box .inbox .item h3, #task .kadai .box .inbox .item h4 {
	margin: -1px -1px 0px;
	padding: 0.15em 1.5em 0.15em 50px;
	background: #B31C22 url(../img/index/arrow.svg) right 0.35em center/0.8em 0.8em no-repeat;
	border-bottom: 3px solid #B31C22;
	font-size: 1.5rem;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item h3, #task .kadai .box .inbox .item h4 {
		padding: 0px;
		margin-bottom: 0.25em;
		border: none;
		background: none;
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
	#task .kadai .box .inbox .item h3, #task .kadai .box .inbox .item h4 {
		font-size: 4.375vw;
	}
}
#task .kadai .box .inbox .item h3 a, #task .kadai .box .inbox .item h4 a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item h3 a, #task .kadai .box .inbox .item h4 a {
		color: #B31C22;
	}
}
#task .kadai .box .inbox .item p {
	position: relative;
	padding: 0.25em 0.25em 0.75em 50px;
	font-size: 1rem;
	line-height: 1.3;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item p {
		padding: 0px;
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	#task .kadai .box .inbox .item p {
		padding-right: 10vw;
		font-size: 4vw;
	}
}
#task .kadai .box .inbox .item p:before, #task .kadai .box .inbox .item p:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	border-style: solid;
	border-width: 7px 6px;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item p:before, #task .kadai .box .inbox .item p:after {
		display: none;
	}
}
#task .kadai .box .inbox .item p:before {
	bottom: -14px;
	border-color: #B31C22 transparent transparent transparent;
}
#task .kadai .box .inbox .item p:after {
	bottom: -11px;
	border-color: #fff transparent transparent transparent;
}
#task .kadai .box .inbox .item.left p:before, #task .kadai .box .inbox .item.left p:after, #task .kadai .box .inbox .item.right p:before, #task .kadai .box .inbox .item.right p:after {
	bottom: auto;
	top: 0px;
}
#task .kadai .box .inbox .item.left p:before {
	left: -8px;
	border-color: transparent #B31C22 transparent transparent;
}
#task .kadai .box .inbox .item.left p:after {
	left: -5px;
	border-color: transparent #fff transparent transparent;
}
#task .kadai .box .inbox .item.right p:before, #task .kadai .box .inbox .item.right p:after {
	left: auto;
}
#task .kadai .box .inbox .item.right p:before {
	right: -14px;
	border-color: transparent transparent transparent #B31C22;
}
#task .kadai .box .inbox .item.right p:after {
	right: -11px;
	border-color: transparent transparent transparent #fff;
}
#task .kadai .box .inbox .item.top:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -6px;
	border-style: solid;
	border-width: 7px 6px;
	border-color: transparent transparent #B31C22 transparent;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item.top:before {
		display: none;
	}
}
#task .kadai .box .inbox .item.top p:before, #task .kadai .box .inbox .item.top p:after {
	display: none;
}
@media (max-width: 995px) {
	#task .kadai .box .inbox .item:nth-child(odd) {
		background-color: #eee;
	}
}
#task .kadai .box.box01 .inbox {
	background-image: url(../img/task/bg01.png);
}
@media (max-width: 995px) {
	#task .kadai .box.box01 .inbox {
		background-image: url(../img_sp/task/bg01.png);
	}
}
#task .kadai .box.box01 .inbox .item01 {
	left: 6%;
	top: 10%;
}
#task .kadai .box.box01 .inbox .item02 {
	left: 15%;
	top: 38%;
}
#task .kadai .box.box01 .inbox .item03 {
	left: 45%;
	top: 17%;
}
#task .kadai .box.box01 .inbox .item04 {
	left: 62%;
	top: 47%;
}
#task .kadai .box.box01 .inbox .item05 {
	left: 73%;
	top: 10%;
}
#task .kadai .box.box02 .inbox {
	background-image: url(../img/task/bg02.png);
}
@media (max-width: 995px) {
	#task .kadai .box.box02 .inbox {
		background-image: url(../img_sp/task/bg02.png);
	}
}
#task .kadai .box.box02 .inbox .item01 {
	left: 5%;
	top: 15%;
	width: 210px;
}
@media (max-width: 995px) {
	#task .kadai .box.box02 .inbox .item01 {
		width: auto;
	}
}
#task .kadai .box.box02 .inbox .item02 {
	left: 29%;
	top: 15%;
}
#task .kadai .box.box02 .inbox .item03 {
	left: 53%;
	top: 15%;
}
#task .kadai .box.box02 .inbox .item04 {
	left: 75%;
	top: 15%;
}
#task .kadai .box.box02 .inbox .item05 {
	left: 75%;
	top: 45%;
}
#task .kadai .box.box03 .inbox {
	background-image: url(../img/task/bg03.png);
}
@media (max-width: 995px) {
	#task .kadai .box.box03 .inbox {
		background-image: url(../img_sp/task/bg03.png);
	}
}
#task .kadai .box.box03 .inbox .item01 {
	left: 8%;
	top: 18%;
}
#task .kadai .box.box03 .inbox .item02 {
	left: 13%;
	top: 68%;
}
#task .kadai .box.box03 .inbox .item03 {
	left: 37%;
	top: 17%;
}
#task .kadai .box.box03 .inbox .item04 {
	left: 50%;
	top: 47%;
}
#task .kadai .box.box03 .inbox .item05 {
	left: 63%;
	top: 16%;
}
#task .kadai .box.box04 .inbox {
	background-image: url(../img/task/bg04.png);
}
@media (max-width: 995px) {
	#task .kadai .box.box04 .inbox {
		background-image: url(../img_sp/task/bg04.png);
	}
}
#task .kadai .box.box04 .inbox .item01 {
	left: 8%;
	top: 20%;
}
#task .kadai .box.box04 .inbox .item02 {
	left: 21%;
	top: 48%;
}
#task .kadai .box.box04 .inbox .item03 {
	left: 45%;
	top: 17%;
}
#task .kadai .box.box04 .inbox .item04 {
	left: 45%;
	top: 48%;
}
#task .kadai .box.box04 .inbox .item05 {
	left: 74%;
	top: 22%;
}
#task .detail {
	padding: 70px 0px;
}
@media (max-width: 767px) {
	#task .detail {
		padding: 10vw 0px;
	}
}
#task .detail h1 {
	margin-bottom: 0.25em;
	padding-right: 6em;
	padding-left: 2em;
	background: url(../img/index/icon_hito.svg) left center/1.65em 2em no-repeat;
	font-size: 3.7rem;
	line-height: 1.3;
}
@media (max-width: 995px) {
	#task .detail h1 {
		padding-right: 0px;
		margin-bottom: 0.75em;
	}
}
@media (max-width: 767px) {
	#task .detail h1 {
		font-size: 6.5vw;
	}
}
#task .detail h1 span {
	display: block;
	font-size: 0.55em;
}
#task .detail .read {
	margin-bottom: 1.75em;
	font-size: 2.2rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	#task .detail .read {
		font-size: 4.5vw;
	}
}
#task .detail .btn {
	position: absolute;
	right: 0px;
	top: 0.5em;
}
@media (max-width: 995px) {
	#task .detail .btn {
		position: static;
	}
}
#task .detail .btn a {
	display: block;
	padding: 0.75em 3em 0.75em 1.75em;
	border: 1px solid #333;
	background-color: #fff;
	background-size: 1em 1em;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222.9px%22%20height%3D%2219.6px%22%20viewBox%3D%220%200%2022.9%2019.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2022.9%2019.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M15.1%2C0c-4.3%2C0-7.8%2C3.5-7.8%2C7.8c0%2C1.3%2C0.3%2C2.5%2C0.8%2C3.5l-7.7%2C6.1c-0.5%2C0.4-0.6%2C1.2-0.2%2C1.7c0.2%2C0.3%2C0.6%2C0.5%2C1%2C0.5%20c0.3%2C0%2C0.5-0.1%2C0.8-0.3l7.6-6c1.4%2C1.4%2C3.4%2C2.3%2C5.5%2C2.3c4.3%2C0%2C7.8-3.5%2C7.8-7.8S19.4%2C0%2C15.1%2C0z%20M15.1%2C13.1c-2.9%2C0-5.3-2.4-5.3-5.3%20s2.4-5.3%2C5.3-5.3s5.3%2C2.4%2C5.3%2C5.3S18%2C13.1%2C15.1%2C13.1z%22%2F%3E%3C%2Fsvg%3E");
	text-decoration: none;
}
@media (max-width: 767px) {
	#task .detail .btn a {
		padding: 0.5em 2.5em 0.5em 1em;
		font-size: 3.5vw;
	}
}
@media (min-width: 1060px) {
	#task .detail .btn a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#task .detail .btn a:hover {
		background-color: #333;
		color: #fff;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222.9px%22%20height%3D%2219.6px%22%20viewBox%3D%220%200%2022.9%2019.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2022.9%2019.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.1%2C0c-4.3%2C0-7.8%2C3.5-7.8%2C7.8c0%2C1.3%2C0.3%2C2.5%2C0.8%2C3.5l-7.7%2C6.1c-0.5%2C0.4-0.6%2C1.2-0.2%2C1.7%20c0.2%2C0.3%2C0.6%2C0.5%2C1%2C0.5c0.3%2C0%2C0.5-0.1%2C0.8-0.3l7.6-6c1.4%2C1.4%2C3.4%2C2.3%2C5.5%2C2.3c4.3%2C0%2C7.8-3.5%2C7.8-7.8S19.4%2C0%2C15.1%2C0z%20M15.1%2C13.1%20c-2.9%2C0-5.3-2.4-5.3-5.3s2.4-5.3%2C5.3-5.3s5.3%2C2.4%2C5.3%2C5.3S18%2C13.1%2C15.1%2C13.1z%22%2F%3E%3C%2Fsvg%3E");
	}
}
#task .detail .block {
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	#task .detail .block {
		margin-bottom: 10vw;
	}
}
#task .detail .block .title {
	position: relative;
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	#task .detail .block .title {
		margin-bottom: 5vw;
	}
}
#task .detail .block .title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -29px;
	margin-left: -14px;
	border-style: solid;
	border-width: 15px;
	border-color: #B31C22 transparent transparent transparent;
}
#task .detail .block .title .in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #B31C22;
	padding: 20px;
	color: #fff;
	font-size: 2.7rem;
}
@media (max-width: 995px) {
	#task .detail .block .title .in {
		display: block;
	}
}
@media (max-width: 767px) {
	#task .detail .block .title .in {
		padding: 3vw;
		font-size: 5vw;
	}
}
#task .detail .block .title ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	#task .detail .block .title ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0.5em;
	}
}
#task .detail .block .title ul li {
	margin-left: 0.5em;
	padding: 0.15em 0.5em;
	background-color: #000;
	font-size: 1.6rem;
}
@media (max-width: 995px) {
	#task .detail .block .title ul li {
		margin-top: 0.5em;
		margin-left: 0px;
		margin-right: 0.5em;
	}
}
@media (max-width: 767px) {
	#task .detail .block .title ul li {
		font-size: 3.5vw;
	}
}
#task .detail .block .trouble {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px;
	padding: 10px;
	background-color: #fff;
}
@media (max-width: 767px) {
	#task .detail .block .trouble {
		display: block;
		margin-bottom: 5vw;
		padding: 2.5vw;
	}
}
#task .detail .block .trouble h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20%;
	font-size: 1.8rem;
	background-color: #ddd;
}
@media (max-width: 767px) {
	#task .detail .block .trouble h3 {
		width: auto;
		margin-bottom: 1em;
		padding: 0.5em 0px;
		font-size: 4.25vw;
	}
}
#task .detail .block .trouble ul {
	width: 76%;
	font-size: 1.9rem;
	padding: 1em 0px;
}
@media (max-width: 767px) {
	#task .detail .block .trouble ul {
		width: auto;
		font-size: 4vw;
	}
}
#task .detail .block .trouble ul li {
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	background-position: left 0.25em;
	background-repeat: no-repeat;
	background-size: 1.25em 1em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224.3px%22%20height%3D%2220.3px%22%20viewBox%3D%220%200%2024.3%2020.3%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2024.3%2020.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B31C22%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%229.5%2C20.3%200%2C10.3%202.5%2C7.9%209.3%2C15%2021.7%2C0%2024.3%2C2.2%20%22%2F%3E%3C%2Fsvg%3E");
}
#task .detail .block .trouble ul li:last-child {
	margin-bottom: 0px;
}
#task .detail .block .subtitle {
	margin-bottom: 1em;
	font-size: 2.9rem;
	text-align: center;
}
@media (max-width: 767px) {
	#task .detail .block .subtitle {
		font-size: 5vw;
	}
}
#task .detail .block .subtitle span {
	display: inline-block;
	padding-left: 2em;
	background: url(../img/common/mark_b.svg) left center/1.5em 1.5em no-repeat;
}
#task .detail .block .suggest {
	margin-bottom: 30px;
	padding: 40px 50px;
	background-color: #fff;
}
@media (max-width: 767px) {
	#task .detail .block .suggest {
		margin-bottom: 3vw;
		padding: 5vw;
	}
}
#task .detail .block .suggest h4 {
	margin-bottom: 1.25em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #B31C22;
	font-size: 3rem;
	color: #B31C22;
	text-align: center;
}
@media (max-width: 767px) {
	#task .detail .block .suggest h4 {
		font-size: 5vw;
		text-align: left;
	}
}
#task .detail .block .suggest .template {
	margin-bottom: 1.5em;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	#task .detail .block .suggest .template {
		font-size: 3.75vw;
	}
}
#task .detail .block .suggest .template:last-child {
	margin-bottom: 0px;
}
#task .detail .block .suggest .template.left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 995px) {
	#task .detail .block .suggest .template.left {
		display: block;
	}
}
#task .detail .block .suggest .template.left figure {
	width: 45%;
}
@media (max-width: 995px) {
	#task .detail .block .suggest .template.left figure {
		width: auto;
		margin-bottom: 1.5em;
	}
}
#task .detail .block .suggest .template.left .textbox {
	width: 50%;
}
@media (max-width: 995px) {
	#task .detail .block .suggest .template.left .textbox {
		width: auto;
	}
}
#task .detail .block .suggest .template h5 {
	margin-bottom: 0.5em;
	font-size: 2.3rem;
	color: #B31C22;
}
@media (max-width: 767px) {
	#task .detail .block .suggest .template h5 {
		font-size: 4vw;
	}
}
#task .detail .block .btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#task .detail .block .btns li {
	width: 28%;
	margin-bottom: 2%;
}
@media (max-width: 995px) {
	#task .detail .block .btns li {
		width: 49%;
	}
}
@media (max-width: 767px) {
	#task .detail .block .btns li {
		width: 100%;
	}
}
#task .detail .block .btns li:first-child {
	width: 41.5%;
}
@media (max-width: 995px) {
	#task .detail .block .btns li:first-child {
		width: 100%;
	}
}
#task .detail .block .btns li a {
	display: block;
	position: relative;
	height: 100%;
	padding: 1.5em 0px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#task .detail .block .btns li a {
		font-size: 3.5vw;
	}
}
#task .detail .block .btns li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.25em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#task .detail .block .btns li a.soudan {
	padding: 0.6em 0px 0.6em 4.25em;
	border: 1px solid #B31C22;
	background: #B31C22 url(../img/common/mark_w.svg) 1em center/2.7em 2.7em no-repeat;
	text-align: left;
}
#task .detail .block .btns li a.soudan span {
	display: block;
	font-size: 1.17em;
}
@media (min-width: 1060px) {
	#task .detail .block .btns li a:hover {
		background-color: #B31C22;
	}
	#task .detail .block .btns li a:hover.soudan {
		background-color: #fff;
		background-image: url(../img/common/mark_b.svg);
		color: #B31C22;
	}
	#task .detail .block .btns li a:hover.soudan:after {
		border-color: #B31C22;
	}
}
#task .detail .other {
	position: relative;
}
#task .detail .other h3 {
	margin-bottom: 0.5em;
	padding-right: 2em;
	text-align: center;
	font-size: 2.9rem;
}
@media (max-width: 767px) {
	#task .detail .other h3 {
		font-size: 6vw;
	}
}
#task .detail .other h3 span {
	display: inline-block;
	padding-left: 2em;
	background: url(../img/index/icon_hito.svg) left center/1.5em 1.5em no-repeat;
}
#task .detail .other .btn {
	top: -0.5em;
}
@media (max-width: 995px) {
	#task .detail .other .btn {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	#task .detail .other .btn {
		position: static;
		width: 100%;
		margin-bottom: 5vw;
	}
	#task .detail .other .btn a {
		font-size: 4.5vw;
	}
}
#task .detail .other .block {
	padding: 30px 40px;
	background-color: #fff;
}
@media (max-width: 995px) {
	#task .detail .other .block {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	#task .detail .other .block {
		margin-bottom: 5vw;
		padding: 5vw;
	}
}
#task .detail .other .block h4 {
	margin-bottom: 0.75em;
	font-size: 2.5rem;
	color: #B31C22;
	font-weight: 500;
}
@media (max-width: 767px) {
	#task .detail .other .block h4 {
		font-size: 5vw;
	}
}
#task .detail .other .block dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#task .detail .other .block dl {
		display: block;
	}
}
#task .detail .other .block dl dt, #task .detail .other .block dl dd {
	margin-bottom: 1em;
}
#task .detail .other .block dl dt {
	width: 7em;
	border-right: 1px solid #d3dadd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
}
@media (max-width: 767px) {
	#task .detail .other .block dl dt {
		width: auto;
		padding-bottom: 0.25em;
		margin-bottom: 0.5em;
		border: none;
		border-bottom: 1px solid #d3dadd;
	}
}
#task .detail .other .block dl dt:last-of-type {
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	#task .detail .other .block dl dt:last-of-type {
		margin-bottom: 0.5em;
	}
}
#task .detail .other .block dl dt:last-of-type + dd {
	margin-bottom: 0px;
}
#task .detail .other .block dl dd {
	width: -webkit-calc(100% - 7em);
	width: calc(100% - 7em);
	padding-left: 2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	#task .detail .other .block dl dd {
		width: auto;
		padding-left: 0px;
	}
}

/*-----------------------------------------------------------
	 product
-----------------------------------------------------------*/
#product .list, #product .detail {
	padding: 70px 0px;
}
@media (max-width: 767px) {
	#product .list, #product .detail {
		padding: 10vw 0px;
	}
}
#product .list .block, #product .detail .block {
	background-color: #fff;
}
#product .list .keywords, #product .detail .keywords {
	position: absolute;
	right: 0px;
	top: 1.5em;
}
@media (max-width: 995px) {
	#product .list .keywords, #product .detail .keywords {
		position: static;
	}
}
#product .list .htitle {
	margin-bottom: 2em;
}
@media (max-width: 995px) {
	#product .list .htitle {
		margin-bottom: 1em;
	}
}
@media (max-width: 995px) {
	#product .list .keywords {
		margin-bottom: 2em;
	}
}
#product .list .keybox {
	background: url(../img/product/mainbg.jpg) center/cover no-repeat;
	color: #fff;
	text-align: center;
}
#product .list .keybox .inwrap {
	padding: 150px 0px 100px;
	/*
	ul {
		display: flex;
		justify-content: center;
		margin-bottom: 1em;
		@include for-sp() {
			justify-content: space-between;
		}
		li {
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0px 7px;
			width: 110px;
			height: 110px;
			background-color: $c;
			border-radius: 50%;
			font-size: 1.9rem;
			@include for-sp() {
				width: 20vw;
				height: 20vw;
				margin: 0px;
				font-size: 4vw;
			}
		}
	}
	.text {
		font-size: 2rem;
		@include for-sp() {
			font-size: 3.5vw;
		}
	}
	*/
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap {
		padding: 20vw 0px;
	}
}
#product .list .keybox .inwrap .read {
	margin-bottom: 0.5em;
	font-size: 2.5rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap .read {
		font-size: 4.5vw;
	}
}
#product .list .keybox .inwrap h1 {
	width: 470px;
	margin: 0px auto 30px;
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap h1 {
		width: 80vw;
		margin-bottom: 4vw;
	}
}
#product .list .keybox .inwrap .itembox {
	width: 640px;
	margin: 0px auto;
	padding: 1em;
	border-radius: 5px;
	background-color: #221714;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap .itembox {
		width: auto;
		padding: 2.5vw;
	}
}
#product .list .keybox .inwrap .itembox .title {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap .itembox .title {
		font-size: 5vw;
	}
}
#product .list .keybox .inwrap .itembox .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap .itembox .items {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
#product .list .keybox .inwrap .itembox .items .item {
	width: 19.5%;
	margin-right: 0.625%;
	margin-bottom: 0.625%;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap .itembox .items .item {
		width: 32.5%;
		font-size: 3.75vw;
		margin-right: 1.25%;
		margin-bottom: 1.25%;
	}
}
#product .list .keybox .inwrap .itembox .items .item:nth-child(5n) {
	margin-right: 0px;
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap .itembox .items .item:nth-child(5n) {
		margin-right: 1.25%;
	}
}
@media (max-width: 767px) {
	#product .list .keybox .inwrap .itembox .items .item:nth-child(3n) {
		margin-right: 0px;
	}
}
#product .list .keybox .inwrap .itembox .items .item .num {
	padding: 0.15em 0px 0.25em;
	background-color: #B31C22;
}
#product .list .keybox .inwrap .itembox .items .item .name {
	padding: 0.5em 0px 1.75em;
	background-position: center bottom 0.5em;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219.7px%22%20height%3D%2219.7px%22%20viewBox%3D%220%200%2019.7%2019.7%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2019.7%2019.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B01C22%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%229.9%22%20cy%3D%229.9%22%20r%3D%229.9%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2214.4%2C7.9%2010.1%2C12.2%205.8%2C7.9%204.1%2C7.9%2010.1%2C13.8%2016%2C7.9%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#product .list .keybox .inwrap .itembox .items .item a {
	text-decoration: none;
}
@media (min-width: 1060px) {
	#product .list .keybox .inwrap .itembox .items .item:hover .name {
		background-position: center bottom 0.25em;
	}
}
#product .list .function, #product .list .feature, #product .list .system {
	padding: 70px 0px 0px;
}
@media (max-width: 767px) {
	#product .list .function, #product .list .feature, #product .list .system {
		padding-top: 10vw;
	}
}
#product .list .feature h2, #product .list .system h2 {
	text-align: center;
	margin-bottom: 1.5em;
}
#product .list .feature h2 img, #product .list .system h2 img {
	height: 45px;
}
@media (max-width: 767px) {
	#product .list .feature h2 img, #product .list .system h2 img {
		height: 8vw;
	}
}
#product .list .function {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	#product .list .function {
		display: block;
	}
}
#product .list .function .obititle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #B31C22;
	margin-bottom: 1em;
	color: #fff;
}
#product .list .function .obititle a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
@media (min-width: 1060px) {
	#product .list .function .obititle a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#product .list .function .obititle a:hover {
		background-color: #333;
	}
	#product .list .function .obititle a:hover .label {
		background-color: #B31C22;
	}
}
#product .list .function .obititle .label, #product .list .function .obititle .title {
	padding: 0.5em 1em;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#product .list .function .obititle .label {
	background-color: #333;
}
#product .list .function .inbox {
	width: 32.5%;
	margin: 0px 1.25% 4% 0px;
}
@media (max-width: 767px) {
	#product .list .function .inbox {
		width: 100%;
		margin: 0px 0px 5vw;
	}
}
#product .list .function .inbox.long {
	width: 100%;
	margin-right: 0px;
}
#product .list .function .inbox.long .read {
	margin-bottom: 1.5em;
}
#product .list .function .inbox.long .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	#product .list .function .inbox.long .items {
		display: block;
	}
}
#product .list .function .inbox.long .items .item {
	width: 32.5%;
	height: auto;
	margin: 0px 1.25% 1.25% 0px;
}
@media (max-width: 767px) {
	#product .list .function .inbox.long .items .item {
		width: auto;
		margin-bottom: 2.5vw;
	}
}
#product .list .function .inbox.long .items .item:nth-child(3n) {
	margin-right: 0px;
}
#product .list .function .inbox.mrnone {
	margin-right: 0px;
}
#product .list .function .item {
	height: -webkit-calc(100% - (20px + 2em));
	height: calc(100% - (20px + 2em));
	padding: 10px;
	border: 1px solid #dedede;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	#product .list .function .item {
		height: auto;
		padding: 2.5vw;
	}
}
#product .list .function .item h3 {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #B31C22;
	color: #B31C22;
	font-size: 1.9rem;
	text-align: center;
}
#product .list .function .item h3 a {
	color: #B31C22;
	text-decoration: none;
}
@media (max-width: 995px) {
	#product .list .function .item h3 {
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	#product .list .function .item h3 {
		font-size: 4.25vw;
	}
}
#product .list .function .item figure {
	overflow: hidden;
}
#product .list .function .item figure img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (min-width: 1060px) {
	#product .list .function .item:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
#product .list .function .item p {
	margin-top: 0.75em;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	#product .list .function .item p {
		font-size: 3.25vw;
	}
}
#product .list .feature .items .item {
	margin-bottom: 40px;
	background-color: #fff;
}
@media (max-width: 767px) {
	#product .list .feature .items .item {
		margin-bottom: 5vw;
	}
}
#product .list .feature .items .item .headbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px;
}
@media (max-width: 767px) {
	#product .list .feature .items .item .headbox {
		display: block;
		padding: 5vw;
	}
}
#product .list .feature .items .item .headbox .label {
	width: 10em;
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	#product .list .feature .items .item .headbox .label {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 1em;
	}
}
#product .list .feature .items .item .headbox .label .num {
	padding: 0.25em;
	background-color: #333;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#product .list .feature .items .item .headbox .label .num {
		width: 5em;
		font-size: 4.25vw;
	}
}
#product .list .feature .items .item .headbox .label .catch {
	padding: 0.25em 0px;
	background-color: #B31C22;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	#product .list .feature .items .item .headbox .label .catch {
		width: -webkit-calc(100% - 5em);
		width: calc(100% - 5em);
		font-size: 4.25vw;
	}
}
#product .list .feature .items .item .headbox .title {
	width: -webkit-calc(100% - 7em);
	width: calc(100% - 7em);
	font-size: 3.2rem;
}
@media (max-width: 995px) {
	#product .list .feature .items .item .headbox .title {
		font-size: 2.8rem;
	}
}
@media (max-width: 767px) {
	#product .list .feature .items .item .headbox .title {
		width: auto;
		font-size: 6vw;
	}
}
#product .list .feature .items .item .textbox {
	padding: 40px;
}
@media (max-width: 767px) {
	#product .list .feature .items .item .textbox {
		padding: 5vw;
	}
}
#product .list .feature .items .item .textbox .text {
	margin-bottom: 1.5em;
	line-height: 2;
}
#product .list .feature .items .item .textbox .text:last-child {
	margin-bottom: 0px;
}
#product .list .feature .items .item .textbox .btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2em;
}
@media (max-width: 995px) {
	#product .list .feature .items .item .textbox .btns {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	#product .list .feature .items .item .textbox .btns {
		padding-top: 0px;
		display: block;
	}
}
#product .list .feature .items .item .textbox .btns li {
	margin: 0px 0.5em;
	width: 38%;
}
@media (max-width: 995px) {
	#product .list .feature .items .item .textbox .btns li {
		margin: 0px;
		width: 49%;
	}
}
@media (max-width: 767px) {
	#product .list .feature .items .item .textbox .btns li {
		margin: 0px 0px 5vw;
		width: auto;
	}
	#product .list .feature .items .item .textbox .btns li:last-child {
		margin-bottom: 0px;
	}
}
#product .list .feature .items .item .textbox .btns li a {
	display: block;
	position: relative;
	padding: 1em 0px;
	background-color: #B31C22;
	font-size: 1.9rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
@media (max-width: 767px) {
	#product .list .feature .items .item .textbox .btns li a {
		font-size: 4vw;
	}
}
#product .list .feature .items .item .textbox .btns li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	width: 0.7em;
	height: 0.7em;
	margin-top: -0.35em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (min-width: 1060px) {
	#product .list .feature .items .item .textbox .btns li a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#product .list .feature .items .item .textbox .btns li a:hover {
		background-color: #333;
	}
}
#product .list .system .block {
	padding: 50px 40px;
}
@media (max-width: 767px) {
	#product .list .system .block {
		padding: 5vw;
	}
}
#product .list .system .block figure {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	#product .list .system .block figure {
		margin-bottom: 5vw;
	}
}
#product .list .system .block h3 {
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	#product .list .system .block h3 {
		font-size: 4.5vw;
	}
}
#product .list .system .block .subtext {
	margin: -1.5em 0px 1em;
	text-align: right;
}
@media (max-width: 767px) {
	#product .list .system .block .subtext {
		margin: 0.5em 0px 1em;
		text-align: left;
	}
}
#product .list .system .block table {
	width: 100%;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	#product .list .system .block table {
		margin-bottom: 5vw;
	}
}
#product .list .system .block table:last-child {
	margin-bottom: 0px;
}
#product .list .system .block table th, #product .list .system .block table td {
	padding: 0.75em;
	border: 1px solid #d3dadd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#product .list .system .block table th {
	background-color: #f6f6f6;
}
#product .list .system .block table th:nth-child(1), #product .list .system .block table th:nth-child(2) {
	width: 30%;
}
#product .list .system .block table th:nth-child(3) {
	width: 40%;
}
#product .detail h1 {
	margin-bottom: 2em;
}
#product .detail .sublink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0px;
	top: 1em;
}
@media (max-width: 995px) {
	#product .detail .sublink {
		position: static;
		margin-bottom: 1.5em;
	}
}
#product .detail .sublink li {
	margin-left: 0.75em;
}
@media (max-width: 995px) {
	#product .detail .sublink li {
		margin: 0px 0.5em 0.5em 0px;
	}
}
#product .detail .sublink li a {
	display: block;
	padding: 0.5em 3em 0.5em 1.75em;
	border: 1px solid #333;
	background-color: #fff;
	background-position: right 1em center;
	background-repeat: no-repeat;
	text-decoration: none;
}
@media (max-width: 767px) {
	#product .detail .sublink li a {
		padding: 0.5em 2.5em 0.5em 1em;
		font-size: 3.5vw;
	}
}
#product .detail .sublink li a.icon01 {
	background-size: 1.5em 1.5em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229.5px%22%20height%3D%2227.5px%22%20viewBox%3D%220%200%2029.5%2027.5%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2029.5%2027.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M6.2%2C7.2c-1.7%2C0-3-1.6-3-3.6S4.5%2C0%2C6.2%2C0s3%2C1.6%2C3%2C3.6S7.9%2C7.2%2C6.2%2C7.2z%20M6.2%2C1.5c-0.8%2C0-1.5%2C0.9-1.5%2C2.1s0.7%2C2.1%2C1.5%2C2.1%20s1.5-0.9%2C1.5-2.1S7.1%2C1.5%2C6.2%2C1.5z%22%2F%3E%20%3Cpath%20d%3D%22M3%2C27.5c-0.4%2C0-0.8-0.3-0.8-0.8V15.5c0-0.4%2C0.3-0.8%2C0.8-0.8s0.8%2C0.3%2C0.8%2C0.8v11.3C3.8%2C27.2%2C3.4%2C27.5%2C3%2C27.5z%22%2F%3E%20%3Cpath%20d%3D%22M6.4%2C27.5c-0.4%2C0-0.8-0.3-0.8-0.8v-8.5c0-0.4%2C0.3-0.8%2C0.8-0.8s0.8%2C0.3%2C0.8%2C0.8v8.5C7.2%2C27.2%2C6.8%2C27.5%2C6.4%2C27.5z%22%2F%3E%20%3Cpath%20d%3D%22M5%2C15.7H3c-1.7%2C0-3-1.4-3-3v-1.1c0-2.3%2C1.9-4.1%2C4.1-4.1h0.6c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8S5.1%2C8.9%2C4.7%2C8.9H4.1%20c-1.5%2C0-2.6%2C1.2-2.6%2C2.6v1.1c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h2c0.4%2C0%2C0.7-0.3%2C0.7-0.7S5.4%2C12.8%2C5%2C12.8H3.6c-0.4%2C0-0.8-0.3-0.8-0.8%20s0.3-0.8%2C0.8-0.8H5c1.2%2C0%2C2.2%2C1%2C2.2%2C2.2S6.2%2C15.7%2C5%2C15.7z%22%2F%3E%20%3Cpath%20d%3D%22M9.8%2C27.5c-0.4%2C0-0.8-0.3-0.8-0.8V11.9c0-0.3%2C0.1-0.5%2C0.4-0.6c0.2-0.1%2C0.5-0.1%2C0.7%2C0l2.1%2C1.1c0.2%2C0.1%2C0.5%2C0.1%2C0.8%2C0%20l1.9-0.9c0.3-0.1%2C0.5-0.5%2C0.4-0.8c-0.1-0.2-0.3-0.5-0.8-0.3l-1.1%2C0.4c-0.6%2C0.2-1.2%2C0.2-1.7-0.2L9.9%2C9.4c0%2C0-0.1-0.1-0.1-0.1%20C9.5%2C9.1%2C9.2%2C8.9%2C8.5%2C8.9H8.1c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8h0.4c1.2%2C0%2C1.8%2C0.5%2C2.2%2C0.7l1.9%2C1.2c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0%20L14%2C9c1.1-0.4%2C2.3%2C0.1%2C2.7%2C1.2c0.4%2C1-0.1%2C2.3-1.2%2C2.8l-1.9%2C0.9C13%2C14%2C12.2%2C14%2C11.6%2C13.7l-1-0.5v13.6C10.6%2C27.2%2C10.2%2C27.5%2C9.8%2C27.5%20z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M28.8%2C19.1H14.1c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8h14v-13H12.4c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8h16.3%20c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8v14.5C29.5%2C18.8%2C29.2%2C19.1%2C28.8%2C19.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (max-width: 767px) {
	#product .detail .sublink li a.icon01 {
		padding-right: 3.25em;
	}
}
#product .detail .sublink li a.icon02 {
	background-size: 1em 1em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222.9px%22%20height%3D%2219.6px%22%20viewBox%3D%220%200%2022.9%2019.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2022.9%2019.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M15.1%2C0c-4.3%2C0-7.8%2C3.5-7.8%2C7.8c0%2C1.3%2C0.3%2C2.5%2C0.8%2C3.5l-7.7%2C6.1c-0.5%2C0.4-0.6%2C1.2-0.2%2C1.7c0.2%2C0.3%2C0.6%2C0.5%2C1%2C0.5%20c0.3%2C0%2C0.5-0.1%2C0.8-0.3l7.6-6c1.4%2C1.4%2C3.4%2C2.3%2C5.5%2C2.3c4.3%2C0%2C7.8-3.5%2C7.8-7.8S19.4%2C0%2C15.1%2C0z%20M15.1%2C13.1c-2.9%2C0-5.3-2.4-5.3-5.3%20s2.4-5.3%2C5.3-5.3s5.3%2C2.4%2C5.3%2C5.3S18%2C13.1%2C15.1%2C13.1z%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 1060px) {
	#product .detail .sublink li a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#product .detail .sublink li a:hover {
		background-color: #333;
		color: #fff;
	}
	#product .detail .sublink li a:hover.icon01 {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229.5px%22%20height%3D%2227.5px%22%20viewBox%3D%220%200%2029.5%2027.5%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2029.5%2027.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.2%2C7.2c-1.7%2C0-3-1.6-3-3.6S4.5%2C0%2C6.2%2C0s3%2C1.6%2C3%2C3.6S7.9%2C7.2%2C6.2%2C7.2z%20M6.2%2C1.5c-0.8%2C0-1.5%2C0.9-1.5%2C2.1%20s0.7%2C2.1%2C1.5%2C2.1s1.5-0.9%2C1.5-2.1S7.1%2C1.5%2C6.2%2C1.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M3%2C27.5c-0.4%2C0-0.8-0.3-0.8-0.8V15.5c0-0.4%2C0.3-0.8%2C0.8-0.8s0.8%2C0.3%2C0.8%2C0.8v11.3C3.8%2C27.2%2C3.4%2C27.5%2C3%2C27.5z%22%20%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.4%2C27.5c-0.4%2C0-0.8-0.3-0.8-0.8v-8.5c0-0.4%2C0.3-0.8%2C0.8-0.8s0.8%2C0.3%2C0.8%2C0.8v8.5%20C7.2%2C27.2%2C6.8%2C27.5%2C6.4%2C27.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C15.7H3c-1.7%2C0-3-1.4-3-3v-1.1c0-2.3%2C1.9-4.1%2C4.1-4.1h0.6c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8S5.1%2C8.9%2C4.7%2C8.9H4.1%20c-1.5%2C0-2.6%2C1.2-2.6%2C2.6v1.1c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h2c0.4%2C0%2C0.7-0.3%2C0.7-0.7S5.4%2C12.8%2C5%2C12.8H3.6c-0.4%2C0-0.8-0.3-0.8-0.8%20s0.3-0.8%2C0.8-0.8H5c1.2%2C0%2C2.2%2C1%2C2.2%2C2.2S6.2%2C15.7%2C5%2C15.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9.8%2C27.5c-0.4%2C0-0.8-0.3-0.8-0.8V11.9c0-0.3%2C0.1-0.5%2C0.4-0.6c0.2-0.1%2C0.5-0.1%2C0.7%2C0l2.1%2C1.1%20c0.2%2C0.1%2C0.5%2C0.1%2C0.8%2C0l1.9-0.9c0.3-0.1%2C0.5-0.5%2C0.4-0.8c-0.1-0.2-0.3-0.5-0.8-0.3l-1.1%2C0.4c-0.6%2C0.2-1.2%2C0.2-1.7-0.2L9.9%2C9.4%20c0%2C0-0.1-0.1-0.1-0.1C9.5%2C9.1%2C9.2%2C8.9%2C8.5%2C8.9H8.1c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8h0.4c1.2%2C0%2C1.8%2C0.5%2C2.2%2C0.7l1.9%2C1.2%20c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0L14%2C9c1.1-0.4%2C2.3%2C0.1%2C2.7%2C1.2c0.4%2C1-0.1%2C2.3-1.2%2C2.8l-1.9%2C0.9C13%2C14%2C12.2%2C14%2C11.6%2C13.7l-1-0.5v13.6%20C10.6%2C27.2%2C10.2%2C27.5%2C9.8%2C27.5z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M28.8%2C19.1H14.1c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8h14v-13H12.4c-0.4%2C0-0.8-0.3-0.8-0.8s0.3-0.8%2C0.8-0.8%20h16.3c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8v14.5C29.5%2C18.8%2C29.2%2C19.1%2C28.8%2C19.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	}
	#product .detail .sublink li a:hover.icon02 {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222.9px%22%20height%3D%2219.6px%22%20viewBox%3D%220%200%2022.9%2019.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2022.9%2019.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.1%2C0c-4.3%2C0-7.8%2C3.5-7.8%2C7.8c0%2C1.3%2C0.3%2C2.5%2C0.8%2C3.5l-7.7%2C6.1c-0.5%2C0.4-0.6%2C1.2-0.2%2C1.7%20c0.2%2C0.3%2C0.6%2C0.5%2C1%2C0.5c0.3%2C0%2C0.5-0.1%2C0.8-0.3l7.6-6c1.4%2C1.4%2C3.4%2C2.3%2C5.5%2C2.3c4.3%2C0%2C7.8-3.5%2C7.8-7.8S19.4%2C0%2C15.1%2C0z%20M15.1%2C13.1%20c-2.9%2C0-5.3-2.4-5.3-5.3s2.4-5.3%2C5.3-5.3s5.3%2C2.4%2C5.3%2C5.3S18%2C13.1%2C15.1%2C13.1z%22%2F%3E%3C%2Fsvg%3E");
	}
}
#product .detail .balloon {
	position: relative;
	margin-bottom: 30px;
	padding: 1.1em 1.75em;
	background-color: #B31C22;
	font-size: 2.4rem;
	color: #fff;
}
@media (max-width: 767px) {
	#product .detail .balloon {
		padding: 5vw;
		margin-bottom: 7.5vw;
		font-size: 5.25vw;
	}
}
#product .detail .balloon:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -24px;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px;
	border-color: #B31C22 transparent transparent transparent;
}
#product .detail .eyecatch {
	position: relative;
	height: 380px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 995px) {
	#product .detail .eyecatch {
		height: 35vw;
	}
}
@media (max-width: 767px) {
	#product .detail .eyecatch {
		height: auto;
		padding: 10vw 35vw 10vw 5vw;
		background-position: center top;
	}
}
#product .detail .eyecatch .copy {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.85;
}
@media (max-width: 767px) {
	#product .detail .eyecatch .copy {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		font-size: 4.25vw;
	}
	#product .detail .eyecatch .copy br {
		display: none;
	}
}
#product .detail .inblock {
	padding: 50px;
}
@media (max-width: 767px) {
	#product .detail .inblock {
		padding: 5vw;
	}
}
#product .detail .result {
	margin-bottom: 2em;
}
#product .detail .result h2 {
	margin-bottom: 0.5em;
	padding-left: 2em;
	background: url(../img/common/mark_b.svg) left center/1.285em 1.285em no-repeat;
	font-size: 2.8rem;
}
@media (max-width: 767px) {
	#product .detail .result h2 {
		font-size: 6vw;
	}
}
#product .detail .result ul li {
	margin-bottom: 0.35em;
	padding-left: 2em;
	background-position: 0.25em 0.35em;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224.3px%22%20height%3D%2220.3px%22%20viewBox%3D%220%200%2024.3%2020.3%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2024.3%2020.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B01C22%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%229.5%2C20.3%200%2C10.3%202.5%2C7.9%209.3%2C15%2021.7%2C0%2024.3%2C2.2%20%22%2F%3E%3C%2Fsvg%3E");
	font-size: 2.3rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#product .detail .result ul li {
		font-size: 4vw;
	}
}
#product .detail .result ul li:last-child {
	margin-bottom: 0px;
}
#product .detail .trouble {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #e9e9e9;
	margin-bottom: 2em;
}
@media (max-width: 767px) {
	#product .detail .trouble {
		display: block;
	}
}
#product .detail .trouble h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15em;
	padding-left: 2em;
	background: url(../img/product/arrowbg.png) right center/cover no-repeat;
	font-size: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 995px) {
	#product .detail .trouble h3 {
		width: 13em;
		padding-left: 1em;
	}
}
@media (max-width: 767px) {
	#product .detail .trouble h3 {
		width: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #e9e9e9;
		text-align: center;
		font-size: 5vw;
	}
}
#product .detail .trouble h3 span {
	display: block;
	padding: 0.5em 0px 0.5em 2.75em;
	background-position: left center;
	background-size: 2.2em 2.4em;
	background-repeat: no-repeat;
	background-image: url(../img/index/icon_hito.svg);
}
@media (max-width: 767px) {
	#product .detail .trouble h3 span {
		padding-right: 2.75em;
	}
}
#product .detail .trouble ul {
	width: -webkit-calc(100% - 20em);
	width: calc(100% - 20em);
	padding: 1em 1em 1em 0px;
}
@media (max-width: 995px) {
	#product .detail .trouble ul {
		width: -webkit-calc(100% - 17em);
		width: calc(100% - 17em);
	}
}
@media (max-width: 767px) {
	#product .detail .trouble ul {
		width: auto;
		padding: 5vw;
	}
}
#product .detail .trouble ul li {
	margin-bottom: 0.5em;
}
#product .detail .trouble ul li:last-child {
	margin-bottom: 0px;
}
#product .detail .trouble ul li a, #product .detail .trouble ul li span {
	display: block;
	padding-left: 1.25em;
	background-position: left center;
	background-size: 0.5em 1em;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B01C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%207%2C7%200.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
	font-size: 1.7rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#product .detail .trouble ul li a, #product .detail .trouble ul li span {
		font-size: 4vw;
	}
}
#product .detail .template .obititle {
	margin-bottom: 1.5em;
	padding: 0.25em 1.25em 0.35em;
	background-color: #221714;
	font-size: 1.9rem;
	color: #fff;
}
@media (max-width: 767px) {
	#product .detail .template .obititle {
		margin-bottom: 1em;
		font-size: 4.25vw;
	}
}
#product .detail .template .catch {
	margin-bottom: 1.25em;
	font-size: 2.2rem;
	font-weight: 700;
	color: #B31C22;
}
@media (max-width: 767px) {
	#product .detail .template .catch {
		margin-bottom: 1em;
		font-size: 4.5vw;
	}
}
#product .detail .template .box {
	margin-bottom: 2em;
}
@media (max-width: 767px) {
	#product .detail .template .box {
		margin-bottom: 5vw;
	}
}
#product .detail .template .box .linetitle {
	margin-bottom: 1.25em;
	padding: 0px 0.25em 0.5em;
	border-bottom: 1px solid #221714;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	#product .detail .template .box .linetitle {
		margin-bottom: 1em;
		font-size: 4.5vw;
	}
}
#product .detail .template .box .inbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
#product .detail .template .box .inbox.center {
	display: block;
}
#product .detail .template .box .inbox.center figure {
	margin-bottom: 1.5em;
	text-align: center;
}
#product .detail .template .box .inbox.bottom {
	display: block;
}
#product .detail .template .box .inbox.bottom figure {
	margin-top: 1em;
}
#product .detail .template .box .inbox.left, #product .detail .template .box .inbox.right {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 995px) {
	#product .detail .template .box .inbox.left, #product .detail .template .box .inbox.right {
		display: block;
	}
}
#product .detail .template .box .inbox.left figure, #product .detail .template .box .inbox.right figure {
	width: 49.5%;
	margin-bottom: 0px;
}
@media (max-width: 995px) {
	#product .detail .template .box .inbox.left figure, #product .detail .template .box .inbox.right figure {
		width: auto;
		margin-bottom: 1.5em;
	}
}
#product .detail .template .box .inbox.left .textbox, #product .detail .template .box .inbox.right .textbox {
	width: 48%;
}
@media (max-width: 995px) {
	#product .detail .template .box .inbox.left .textbox, #product .detail .template .box .inbox.right .textbox {
		width: auto;
	}
}
#product .detail .template .box .inbox.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#product .detail .template .box .inbox .read {
	margin-bottom: 1em;
	font-size: 2rem;
	color: #B31C22;
	font-weight: 700;
}
@media (max-width: 767px) {
	#product .detail .template .box .inbox .read {
		font-size: 4vw;
	}
}
#product .detail .template .box .inbox .text {
	line-height: 2;
}
#product .detail .template .btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.75em;
}
@media (max-width: 767px) {
	#product .detail .template .btns {
		display: block;
		margin-bottom: 5vw;
	}
}
#product .detail .template .btns li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
@media (max-width: 995px) {
	#product .detail .template .btns li {
		width: 49%;
	}
}
@media (max-width: 767px) {
	#product .detail .template .btns li {
		width: 100%;
		margin: 0px 0px 0.75em;
	}
}
#product .detail .template .btns li:nth-child(3n) {
	margin-right: 0px;
}
@media (max-width: 995px) {
	#product .detail .template .btns li:nth-child(3n) {
		margin-right: 2%;
	}
}
@media (max-width: 995px) {
	#product .detail .template .btns li:nth-child(2n) {
		margin-right: 0px;
	}
}
#product .detail .template .btns li:last-child {
	margin-right: 0px;
}
#product .detail .template .btns li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 4.25em;
	padding-right: 1em;
	background-position: right 0.5em center;
	background-repeat: no-repeat;
	background-size: 1.2em 0.9em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%207%2C7%200.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
	background-color: #B31C22;
	line-height: 1.3;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#product .detail .template .btns li a {
		height: auto;
		padding: 0.75em 0px;
		font-size: 3.75vw;
	}
}
@media (min-width: 1060px) {
	#product .detail .template .btns li a:hover {
		background-color: #333;
	}
}

.acbox .readtext {
	margin-bottom: 2em;
	font-size: 2.2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.acbox .readtext {
		font-size: 4.5vw;
	}
}
.acbox .keybox {
	position: relative;
	height: 340px;
	margin-bottom: 2em;
}
@media (max-width: 995px) {
	.acbox .keybox {
		height: auto;
		padding: 8vw 0px;
	}
}
@media (max-width: 767px) {
	.acbox .keybox {
		padding: 10vw 0px;
	}
}
.acbox .keybox .textbox {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	white-space: nowrap;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 995px) {
	.acbox .keybox .textbox {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 2em;
		text-align: center;
	}
}
.acbox .keybox .textbox h2 {
	font-size: 2.7rem;
}
@media (max-width: 767px) {
	.acbox .keybox .textbox h2 {
		font-size: 5.5vw;
	}
}
.acbox .keybox .textbox p {
	font-size: 2rem;
}
@media (max-width: 767px) {
	.acbox .keybox .textbox p {
		font-size: 3.75vw;
	}
}
.acbox .keybox figure {
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30%;
}
@media (max-width: 995px) {
	.acbox .keybox figure {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 50%;
		margin: 0px auto;
	}
}
@media (max-width: 767px) {
	.acbox .keybox figure {
		width: 70%;
	}
}
.acbox .keybox figure.long {
	width: 46%;
}
@media (max-width: 1059px) {
	.acbox .keybox figure.long {
		width: 40%;
	}
}
@media (max-width: 995px) {
	.acbox .keybox figure.long {
		width: 66%;
	}
}
@media (max-width: 767px) {
	.acbox .keybox figure.long {
		width: 90%;
	}
}
.acbox .keybox.key01 {
	background-image: url(../img/product/ac/key01.jpg);
}
@media (max-width: 767px) {
	.acbox .keybox.key01 {
		background-size: auto 100%;
	}
}
.acbox .keybox.key04 {
	background-image: url(../img/product/ac/key04.jpg);
}
.acbox .keybox2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2em;
}
@media (max-width: 767px) {
	.acbox .keybox2 {
		display: block;
	}
}
.acbox .keybox2 .c2box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	height: 340px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
@media (max-width: 995px) {
	.acbox .keybox2 .c2box {
		height: 30vw;
	}
}
@media (max-width: 767px) {
	.acbox .keybox2 .c2box {
		width: 100%;
		height: 40vw;
	}
}
.acbox .keybox2 .c2box.key02 {
	background-image: url(../img/product/ac/key02.jpg);
}
.acbox .keybox2 .c2box.key03 {
	background-image: url(../img/product/ac/key03.jpg);
}
.acbox .keybox2 .c2box .textbox {
	font-weight: 700;
}
.acbox .keybox2 .c2box .textbox h2 {
	margin-bottom: 0.25em;
	font-size: 2.7rem;
}
@media (max-width: 767px) {
	.acbox .keybox2 .c2box .textbox h2 {
		font-size: 5.5vw;
	}
}
.acbox .keybox2 .c2box .textbox p {
	font-size: 2rem;
}
@media (max-width: 767px) {
	.acbox .keybox2 .c2box .textbox p {
		font-size: 3.75vw;
	}
}
.acbox .keybox2 .c2box figure {
	width: 62%;
}
@media (max-width: 767px) {
	.acbox .keybox2 .c2box figure {
		width: 70%;
	}
}
.acbox .box .catch2 {
	margin-bottom: 1em;
	font-size: 2rem;
	color: #B31C22;
	font-weight: 700;
}
@media (max-width: 767px) {
	.acbox .box .catch2 {
		font-size: 4vw;
	}
}
.acbox .box .inbox {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.acbox .box .inbox .textbox {
	width: 46%;
}
.acbox .box .inbox .textbox ul {
	position: relative;
	padding: 1.5em;
	border: 3px solid #B31C22;
	font-size: 2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.acbox .box .inbox .textbox ul {
		padding: 5vw;
		font-size: 4vw;
	}
}
.acbox .box .inbox .textbox ul:before, .acbox .box .inbox .textbox ul:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	border-width: 10px 20px;
	border-style: solid;
}
@media (max-width: 995px) {
	.acbox .box .inbox .textbox ul:before, .acbox .box .inbox .textbox ul:after {
		margin-top: 0px;
		margin-left: -10px;
		border-width: 20px 10px;
	}
}
.acbox .box .inbox .textbox ul:before {
	left: -40px;
	border-color: transparent #B31C22 transparent transparent;
}
@media (max-width: 995px) {
	.acbox .box .inbox .textbox ul:before {
		left: 50%;
		top: -40px;
		border-color: transparent transparent #B31C22 transparent;
	}
}
.acbox .box .inbox .textbox ul:after {
	left: -36px;
	border-color: transparent #fff transparent transparent;
}
@media (max-width: 995px) {
	.acbox .box .inbox .textbox ul:after {
		left: 50%;
		top: -36px;
		border-color: transparent transparent #fff transparent;
	}
}
.acbox .box .inbox .textbox ul li {
	margin-bottom: 0.75em;
	padding: 0.75em 0px 0.75em 4.25em;
	background-size: 3em 3em;
	background-position: left center;
	background-repeat: no-repeat;
}
.acbox .box .inbox .textbox ul li:last-child {
	margin-bottom: 0px;
}
.acbox .box .inbox .textbox ul li.qr {
	background-image: url(../img/product/ac/qr.jpg);
}
.acbox .box .inbox .textbox ul li.icon01 {
	background-image: url(../img/product/ac/icon01.svg);
}
.acbox .box .inbox .textbox ul li.icon02 {
	background-image: url(../img/product/ac/icon02.svg);
}
.acbox .box .inbox .textbox ul li.icon03 {
	background-image: url(../img/product/ac/icon03.svg);
}
.acbox .box .inbox .textbox ul li.icon04 {
	background-image: url(../img/product/ac/icon04.svg);
}
.acbox .blocktext h3 {
	margin-bottom: 0.75em;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	.acbox .blocktext h3 {
		font-size: 4.5vw;
	}
}
.acbox .blocktext p {
	padding: 1.25em;
	border: 1px solid #B31C22;
	font-size: 2rem;
	color: #B31C22;
	font-weight: 700;
}
@media (max-width: 767px) {
	.acbox .blocktext p {
		font-size: 4vw;
	}
}

#product .detail .erp .mainbox {
	margin-bottom: 30px;
	background: url(../img/product/erp/mainbg.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
	#product .detail .erp .mainbox {
		margin-bottom: 5vw;
	}
}
#product .detail .erp .mainbox .inwrap {
	position: relative;
	height: 480px;
}
@media (max-width: 767px) {
	#product .detail .erp .mainbox .inwrap {
		height: auto;
		padding: 15vw 0px;
	}
}
#product .detail .erp .mainbox .inwrap .textbox {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 62.5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
@media (max-width: 767px) {
	#product .detail .erp .mainbox .inwrap .textbox {
		position: static;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 5vw;
	}
}
#product .detail .erp .mainbox .inwrap .textbox h2 {
	display: block;
	font-size: 3.8rem;
}
@media (max-width: 767px) {
	#product .detail .erp .mainbox .inwrap .textbox h2 {
		font-size: 6vw;
	}
}
#product .detail .erp .mainbox .inwrap .textbox h2 span {
	display: block;
	margin-bottom: 0.25em;
}
#product .detail .erp .mainbox .inwrap .textbox p {
	margin-top: 1.5em;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.75;
}
@media (max-width: 767px) {
	#product .detail .erp .mainbox .inwrap .textbox p {
		font-size: 3.75vw;
	}
	#product .detail .erp .mainbox .inwrap .textbox p br {
		display: none;
	}
}
#product .detail .erp .mainbox .inwrap figure {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26%;
}
@media (max-width: 767px) {
	#product .detail .erp .mainbox .inwrap figure {
		position: static;
		width: 50%;
		margin: 0px auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
#product .detail .erp .block {
	padding: 50px 40px;
}
@media (max-width: 767px) {
	#product .detail .erp .block {
		padding: 5vw;
	}
}
#product .detail .erp .block .mark {
	margin-bottom: 0.75em;
	padding: 0px 0px 0px 2em;
	background: url(../img/common/mark_b.svg) center left/1.3em 1.3em no-repeat;
	font-size: 2.8rem;
}
@media (max-width: 767px) {
	#product .detail .erp .block .mark {
		padding-left: 3.25em;
		background-size: 2.4em;
		font-size: 4.75vw;
		line-height: 1.2;
	}
}
#product .detail .erp .block .point, #product .detail .erp .block .check {
	margin-bottom: 2em;
	font-size: 2.5rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#product .detail .erp .block .point, #product .detail .erp .block .check {
		font-size: 4vw;
	}
}
#product .detail .erp .block .point li, #product .detail .erp .block .check li {
	margin-bottom: 0.5em;
	padding-left: 2em;
}
#product .detail .erp .block .point li {
	background: url(../img/index/icon_hito.svg) left center/1.5em 1.75em no-repeat;
}
#product .detail .erp .block .check li {
	background-position: 0.5em 0.45em;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224.3px%22%20height%3D%2220.3px%22%20viewBox%3D%220%200%2024.3%2020.3%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2024.3%2020.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B01C22%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%229.5%2C20.3%200%2C10.3%202.5%2C7.9%209.3%2C15%2021.7%2C0%2024.3%2C2.2%20%22%2F%3E%3C%2Fsvg%3E");
}
#product .detail .erp .block .obi {
	margin-bottom: 1.5em;
	padding: 0.25em 1em 0.35em;
	font-size: 1.9rem;
	color: #fff;
}
@media (max-width: 767px) {
	#product .detail .erp .block .obi {
		font-size: 4.5vw;
	}
}
#product .detail .erp .block .obi.red {
	background-color: #B31C22;
}
#product .detail .erp .block .obi.black {
	background-color: #333;
	font-weight: 700;
}
#product .detail .erp .block .voice .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item {
		display: block;
		margin-bottom: 5vw;
	}
}
#product .detail .erp .block .voice .item figure {
	width: 19.5%;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item figure {
		width: 30%;
		margin: 0px auto 6.5vw;
	}
}
#product .detail .erp .block .voice .item .textbox {
	width: 76%;
	position: relative;
	padding: 1em 2em;
	border: 3px solid #B31C22;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item .textbox {
		padding: 5vw;
		width: auto;
	}
}
#product .detail .erp .block .voice .item .textbox:before, #product .detail .erp .block .voice .item .textbox:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	border-width: 10px 20px;
	border-style: solid;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item .textbox:before, #product .detail .erp .block .voice .item .textbox:after {
		margin-top: 0px;
		margin-left: -10px;
		border-width: 20px 10px;
	}
}
#product .detail .erp .block .voice .item .textbox:before {
	left: -40px;
	border-color: transparent #B31C22 transparent transparent;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item .textbox:before {
		left: 50%;
		top: -40px;
		border-color: transparent transparent #B31C22 transparent;
	}
}
#product .detail .erp .block .voice .item .textbox:after {
	left: -34px;
	border-color: transparent #fff transparent transparent;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item .textbox:after {
		left: 50%;
		top: -36px;
		border-color: transparent transparent #fff transparent;
	}
}
#product .detail .erp .block .voice .item .textbox h4 {
	margin-bottom: 0.25em;
	color: #B31C22;
	font-size: 2.3rem;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item .textbox h4 {
		font-size: 4.5vw;
	}
}
#product .detail .erp .block .voice .item .textbox p {
	font-size: 2rem;
}
@media (max-width: 767px) {
	#product .detail .erp .block .voice .item .textbox p {
		font-size: 3.75vw;
	}
}
#product .detail .erp .block .imgbox {
	margin-bottom: 1.5em;
}
#product .detail .erp .block .template .btns {
	margin-bottom: 0px;
}
#product .detail .erp .block .template .btns li {
	margin-bottom: 0px;
	width: 38%;
}
@media (max-width: 1059px) {
	#product .detail .erp .block .template .btns li {
		width: 42%;
	}
}
@media (max-width: 995px) {
	#product .detail .erp .block .template .btns li {
		width: 60%;
	}
}
@media (max-width: 767px) {
	#product .detail .erp .block .template .btns li {
		width: 100%;
	}
}

/*-----------------------------------------------------------
	 case / seminar / news /faq / column
-----------------------------------------------------------*/
#case .list, #case .detail, #seminar .list, #seminar .detail, #news .list, #news .detail, #faq .list, #faq .detail, #column .list, #column .detail {
	padding: 70px 0px;
}
@media (max-width: 767px) {
	#case .list, #case .detail, #seminar .list, #seminar .detail, #news .list, #news .detail, #faq .list, #faq .detail, #column .list, #column .detail {
		padding: 10vw 0px;
	}
}
#case .list .block, #case .detail .block, #seminar .list .block, #seminar .detail .block, #news .list .block, #news .detail .block, #faq .list .block, #faq .detail .block, #column .list .block, #column .detail .block {
	background-color: #fff;
}
#case .list .keywords, #case .detail .keywords, #seminar .list .keywords, #seminar .detail .keywords, #news .list .keywords, #news .detail .keywords, #faq .list .keywords, #faq .detail .keywords, #column .list .keywords, #column .detail .keywords {
	position: absolute;
	right: 0px;
	top: 2em;
}
@media (max-width: 995px) {
	#case .list .keywords, #case .detail .keywords, #seminar .list .keywords, #seminar .detail .keywords, #news .list .keywords, #news .detail .keywords, #faq .list .keywords, #faq .detail .keywords, #column .list .keywords, #column .detail .keywords {
		position: static;
	}
}
#case .list .htitle, #seminar .list .htitle, #news .list .htitle, #faq .list .htitle, #column .list .htitle {
	margin-bottom: 2em;
}
#case .list .read, #seminar .list .read, #news .list .read, #faq .list .read, #column .list .read {
	margin-bottom: 3em;
	font-size: 1.9rem;
	line-height: 2;
	font-weight: 500;
}
@media (max-width: 767px) {
	#case .list .read, #seminar .list .read, #news .list .read, #faq .list .read, #column .list .read {
		margin-bottom: 2em;
		font-size: 4vw;
	}
}
#case .list .tab, #seminar .list .tab, #news .list .tab, #faq .list .tab, #column .list .tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	#case .list .tab, #seminar .list .tab, #news .list .tab, #faq .list .tab, #column .list .tab {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px 2%;
	}
}
#case .list .tab li, #seminar .list .tab li, #news .list .tab li, #faq .list .tab li, #column .list .tab li {
	width: 40%;
	margin: 0px 5px;
}
@media (max-width: 767px) {
	#case .list .tab li, #seminar .list .tab li, #news .list .tab li, #faq .list .tab li, #column .list .tab li {
		width: 49%;
		margin: 0px;
	}
}
#case .list .tab li a, #seminar .list .tab li a, #news .list .tab li a, #faq .list .tab li a, #column .list .tab li a {
	display: block;
	padding: 1em 0px;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	background-color: #d8d8d8;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#case .list .tab li a, #seminar .list .tab li a, #news .list .tab li a, #faq .list .tab li a, #column .list .tab li a {
		padding: 0.75em 0px;
		font-size: 3.5vw;
	}
}
@media (min-width: 1060px) {
	#case .list .tab li a:hover, #seminar .list .tab li a:hover, #news .list .tab li a:hover, #faq .list .tab li a:hover, #column .list .tab li a:hover {
		background-color: #fff;
	}
}
#case .list .tab li a.current, #seminar .list .tab li a.current, #news .list .tab li a.current, #faq .list .tab li a.current, #column .list .tab li a.current {
	border-color: #B31C22;
	background-color: #B31C22;
	color: #fff;
}
#case .list .block, #seminar .list .block, #news .list .block, #faq .list .block, #column .list .block {
	margin-bottom: 70px;
	padding: 40px 50px;
}
@media (max-width: 767px) {
	#case .list .block, #seminar .list .block, #news .list .block, #faq .list .block, #column .list .block {
		margin-bottom: 10vw;
		padding: 5vw;
	}
}
#case .list .block .catnav, #seminar .list .block .catnav, #news .list .block .catnav, #faq .list .block .catnav, #column .list .block .catnav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2.5em;
}
#case .list .block .catnav li, #seminar .list .block .catnav li, #news .list .block .catnav li, #faq .list .block .catnav li, #column .list .block .catnav li {
	border-right: 1px solid #d3dadd;
}
#case .list .block .catnav li:last-child, #seminar .list .block .catnav li:last-child, #news .list .block .catnav li:last-child, #faq .list .block .catnav li:last-child, #column .list .block .catnav li:last-child {
	margin-right: none;
}
#case .list .block .catnav li a, #seminar .list .block .catnav li a, #news .list .block .catnav li a, #faq .list .block .catnav li a, #column .list .block .catnav li a {
	display: block;
	padding: 0px 0.5em;
}

/*-----------------------------------------------------------
	 case
-----------------------------------------------------------*/
#case .list .block .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 995px) {
	#case .list .block .items {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#case .list .block .items .item {
	width: 31.5%;
	border: 1px solid #d3dadd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 2.75% 2.75% 0px;
}
@media (max-width: 995px) {
	#case .list .block .items .item {
		width: 48%;
		margin: 0px 0px 4%;
	}
}
@media (max-width: 767px) {
	#case .list .block .items .item {
		width: auto;
	}
}
#case .list .block .items .item:nth-child(3n) {
	margin-right: 0px;
}
#case .list .block .items .item figure {
	overflow: hidden;
}
#case .list .block .items .item figure img {
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#case .list .block .items .item figure:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#case .list .block .items .item .textbox {
	padding: 0.75em;
}
#case .list .block .items .item .cat {
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	#case .list .block .items .item .cat {
		font-size: 3.5vw;
	}
}
#case .list .block .items .item .cat span {
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.1em 0.5em;
	background-color: #000;
	color: #fff;
}
#case .list .block .items .item h2 {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	#case .list .block .items .item h2 {
		font-size: 4.5vw;
	}
}
#case .list .block .items .item .text, #case .list .block .items .item .relay {
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	#case .list .block .items .item .text, #case .list .block .items .item .relay {
		font-size: 3.25vw;
	}
}
#case .list .block .items .item .text {
	margin-bottom: 0.5em;
}
#case .detail .htitle {
	margin-bottom: 2em;
}
#case .detail .cat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	right: 0px;
	top: 3em;
	max-width: 50%;
}
@media (max-width: 995px) {
	#case .detail .cat {
		position: static;
		max-width: none;
		margin-bottom: 1.5em;
	}
}
#case .detail .cat li {
	margin-left: 0.25em;
	margin-bottom: 0.25em;
	padding: 0.15em 0.75em;
	min-width: 4em;
	background-color: #000;
	color: #fff;
	text-align: center;
}
#case .detail .title {
	margin-bottom: 2em;
	padding-left: 1em;
	border-left: 3px solid #B31C22;
}
#case .detail .title span {
	display: block;
	padding-top: 0.25em;
	font-size: 1.75em;
	color: #B31C22;
	line-height: 1.3;
}
@media (max-width: 767px) {
	#case .detail .title span {
		font-size: 1.25em;
	}
}
#case .detail .title2 {
	margin-bottom: 1em;
	font-size: 2.9rem;
	text-align: center;
}
@media (max-width: 767px) {
	#case .detail .title2 {
		font-size: 5vw;
	}
}
#case .detail .title2 span {
	display: inline-block;
	padding-left: 2em;
	background: url(../img/common/mark_b.svg) left center/1.5em 1.5em no-repeat;
}
#case .detail .head {
	margin-bottom: 40px;
	background-color: #fff;
}
@media (max-width: 767px) {
	#case .detail .head {
		margin-bottom: 5vw;
	}
}
#case .detail .head figure {
	text-align: center;
}
#case .detail .head .textbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px;
}
@media (max-width: 767px) {
	#case .detail .head .textbox {
		display: block;
		padding: 5vw;
	}
}
#case .detail .head .textbox h3 {
	width: 15em;
	font-weight: 500;
}
@media (max-width: 767px) {
	#case .detail .head .textbox h3 {
		width: auto;
		margin-bottom: 1em;
	}
}
#case .detail .head .textbox h3 span {
	display: block;
	font-size: 1.375em;
	font-weight: 700;
}
#case .detail .head .textbox .text {
	width: -webkit-calc(100% - 17em);
	width: calc(100% - 17em);
}
@media (max-width: 767px) {
	#case .detail .head .textbox .text {
		width: auto;
	}
}
#case .detail .head .textbox .text p {
	font-size: 1.4rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#case .detail .head .textbox .text p {
		font-size: 3.5vw;
	}
}
#case .detail .block {
	margin-bottom: 40px;
	padding: 20px;
}
@media (max-width: 767px) {
	#case .detail .block {
		margin-bottom: 5vw;
		padding: 2.5vw;
	}
}
#case .detail .block .obi {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	background-color: #B31C22;
	font-size: 1.9rem;
	color: #fff;
}
@media (max-width: 767px) {
	#case .detail .block .obi {
		font-size: 5vw;
	}
}
#case .detail .block .line {
	margin-bottom: 1em;
	padding: 0px 0.5em 0.25em;
	border-bottom: 1px solid #000;
	font-size: 1.9rem;
	color: #B31C22;
}
@media (max-width: 767px) {
	#case .detail .block .line {
		font-size: 5vw;
	}
}
#case .detail .block .inbox {
	margin-bottom: 2em;
}
#case .detail .block .inbox:last-child {
	margin-bottom: 0px;
}
#case .detail .block .inbox:after {
	content: "";
	display: block;
	clear: both;
}
#case .detail .block .inbox h4 {
	margin-bottom: 0.5em;
	font-size: 2.7rem;
	font-weight: 400;
}
@media (max-width: 767px) {
	#case .detail .block .inbox h4 {
		font-size: 4.75vw;
	}
}
#case .detail .block .inbox .left, #case .detail .block .inbox .right {
	width: 38%;
}
@media (max-width: 767px) {
	#case .detail .block .inbox .left, #case .detail .block .inbox .right {
		width: auto;
	}
}
#case .detail .block .inbox .left {
	float: left;
	margin: 0px 2em 1em 0px;
}
@media (max-width: 767px) {
	#case .detail .block .inbox .left {
		float: none;
		margin: 0px 0px 1em;
	}
}
#case .detail .block .inbox .right {
	float: right;
	margin: 0px 0px 1em 2em;
}
@media (max-width: 767px) {
	#case .detail .block .inbox .right {
		float: none;
		margin: 0px 0px 1em;
	}
}
#case .detail .block .inbox .center {
	margin-bottom: 1.5em;
	text-align: center;
}
#case .detail .block .inbox .bottom {
	margin-top: 1.5em;
	text-align: center;
}
#case .detail .block .read {
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-size: 1.8rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#case .detail .block .read {
		font-size: 4.25vw;
	}
}
#case .detail .block .function {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	#case .detail .block .function {
		display: block;
	}
}
#case .detail .block .function h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10em;
	color: #fff;
	background-color: #000;
}
@media (max-width: 767px) {
	#case .detail .block .function h4 {
		width: 100%;
		padding: 0.5em 0px;
		margin-bottom: 0.25em;
	}
}
#case .detail .block .function .scroll {
	width: -webkit-calc(100% - 11em);
	width: calc(100% - 11em);
}
@media (max-width: 767px) {
	#case .detail .block .function .scroll {
		width: auto;
		overflow: auto;
	}
}
#case .detail .block .function .scroll table {
	width: 100%;
	font-size: 1.5rem;
}
@media (max-width: 767px) {
	#case .detail .block .function .scroll table {
		width: auto;
		font-size: 3.5vw;
		white-space: nowrap;
	}
}
#case .detail .block .function .scroll table th, #case .detail .block .function .scroll table td {
	width: 16.6%;
	padding: 0.5em;
	border: 1px solid #d3dadd;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 995px) {
	#case .detail .block .function .scroll table th, #case .detail .block .function .scroll table td {
		width: auto;
	}
}
@media (max-width: 767px) {
	#case .detail .block .function .scroll table th, #case .detail .block .function .scroll table td {
		padding: 0.5em 1em;
	}
}
#case .detail .block .function .scroll table th {
	background-color: #e5e5e5;
	font-weight: 400;
}
#case .detail .block .mome li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#case .detail .block .movies {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#case .detail .block .movies {
		display: block;
	}
}
#case .detail .block .movies .movie {
	width: 49%;
}
@media (max-width: 767px) {
	#case .detail .block .movies .movie {
		width: auto;
		margin-bottom: 5vw;
	}
	#case .detail .block .movies .movie:last-child {
		margin-bottom: 0px;
	}
}
#case .detail .block .movies .movie figure {
	position: relative;
	padding-top: 56.25%;
}
#case .detail .block .movies .movie figure iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#case .detail .block .movies .movie p {
	padding-top: 0.75em;
	text-align: center;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	#case .detail .block .movies .movie p {
		font-size: 3.75vw;
	}
}
#case .detail .result {
	padding: 1em 1.5em;
	background-color: #B31C22;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#case .detail .result {
		padding: 5vw;
		font-size: 4.5vw;
	}
}
#case .detail .result li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
@media (max-width: 767px) {
	#case .detail .result li {
		margin-bottom: 0.5em;
	}
	#case .detail .result li:last-child {
		margin-bottom: 0px;
	}
}
#case .detail .profile {
	padding: 40px;
}
@media (max-width: 767px) {
	#case .detail .profile {
		padding: 5vw;
	}
}
#case .detail .profile .titlebox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
@media (max-width: 767px) {
	#case .detail .profile .titlebox {
		display: block;
	}
}
#case .detail .profile .titlebox .name {
	width: 70%;
}
@media (max-width: 767px) {
	#case .detail .profile .titlebox .name {
		width: auto;
		margin-bottom: 5vw;
	}
}
#case .detail .profile .titlebox .name h3 {
	margin-bottom: 0.5em;
	font-size: 2.6rem;
}
@media (max-width: 767px) {
	#case .detail .profile .titlebox .name h3 {
		font-size: 5vw;
	}
}
#case .detail .profile .titlebox .name .read {
	margin-bottom: 0px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #B31C22;
	line-height: 1.4;
}
@media (max-width: 767px) {
	#case .detail .profile .titlebox .name .read {
		font-size: 4.5vw;
	}
}
#case .detail .profile .titlebox figure {
	width: 26%;
}
@media (max-width: 767px) {
	#case .detail .profile .titlebox figure {
		width: auto;
	}
}
#case .detail .profile .text {
	margin-bottom: 1.5em;
	line-height: 2;
	font-size: 1.5rem;
}
@media (max-width: 767px) {
	#case .detail .profile .text {
		font-size: 3.75vw;
	}
}
#case .detail .profile h4 {
	margin-bottom: 0.75em;
	font-size: 2rem;
	font-weight: 400;
}
@media (max-width: 767px) {
	#case .detail .profile h4 {
		font-size: 4.5vw;
	}
}
#case .detail .profile table {
	width: 100%;
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	#case .detail .profile table {
		font-size: 3.5vw;
	}
}
#case .detail .profile table th, #case .detail .profile table td {
	padding: 0.75em 0.5em;
	border-bottom: 1px solid #d3dadd;
}
@media (max-width: 767px) {
	#case .detail .profile table th, #case .detail .profile table td {
		display: block;
	}
}
#case .detail .profile table th {
	width: 8em;
	font-weight: 400;
}
@media (max-width: 767px) {
	#case .detail .profile table th {
		width: auto;
		padding-bottom: 0px;
		border-bottom: none;
		font-weight: 500;
	}
}
#case .detail .profile .link {
	margin-top: 1em;
	text-align: right;
}
#case .detail .profile .link a {
	padding-left: 1.5em;
	background-size: 1em 0.75em;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227.8px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%207.8%2014.1%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%207.8%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B31C22%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%207%2C7%200.4%2C13.7%20%22%2F%3E%3C%2Fsvg%3E");
	font-weight: 700;
}
#case .detail .note {
	margin: 0px 2em 40px;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	#case .detail .note {
		margin: 0px 0px 5vw;
		font-size: 3.25vw;
	}
}
#case .detail .note li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
#case .detail .note li:last-child {
	margin-bottom: 0px;
}

/*-----------------------------------------------------------
	 seminar / news / column
-----------------------------------------------------------*/
#seminar .list .block .label, #seminar .detail .block .label, #news .list .block .label, #news .detail .block .label, #column .list .block .label, #column .detail .block .label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.75em;
	font-weight: 700;
}
@media (max-width: 767px) {
	#seminar .list .block .label, #seminar .detail .block .label, #news .list .block .label, #news .detail .block .label, #column .list .block .label, #column .detail .block .label {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
#seminar .list .block .label .accepting, #seminar .list .block .label .place, #seminar .detail .block .label .accepting, #seminar .detail .block .label .place, #news .list .block .label .accepting, #news .list .block .label .place, #news .detail .block .label .accepting, #news .detail .block .label .place, #column .list .block .label .accepting, #column .list .block .label .place, #column .detail .block .label .accepting, #column .detail .block .label .place {
	padding: 0.25em 1.25em;
	color: #fff;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#seminar .list .block .label .accepting, #seminar .list .block .label .place, #seminar .detail .block .label .accepting, #seminar .detail .block .label .place, #news .list .block .label .accepting, #news .list .block .label .place, #news .detail .block .label .accepting, #news .detail .block .label .place, #column .list .block .label .accepting, #column .list .block .label .place, #column .detail .block .label .accepting, #column .detail .block .label .place {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
}
#seminar .list .block .label .accepting, #seminar .detail .block .label .accepting, #news .list .block .label .accepting, #news .detail .block .label .accepting, #column .list .block .label .accepting, #column .detail .block .label .accepting {
	background-color: #B31C22;
}
#seminar .list .block .label .accepting + .cat, #seminar .detail .block .label .accepting + .cat, #news .list .block .label .accepting + .cat, #news .detail .block .label .accepting + .cat, #column .list .block .label .accepting + .cat, #column .detail .block .label .accepting + .cat {
	margin-left: 1.5em;
}
#seminar .list .block .label .place, #seminar .detail .block .label .place, #news .list .block .label .place, #news .detail .block .label .place, #column .list .block .label .place, #column .detail .block .label .place {
	background-color: #000;
}
#seminar .list .block .label .place + .cat, #seminar .detail .block .label .place + .cat, #news .list .block .label .place + .cat, #news .detail .block .label .place + .cat, #column .list .block .label .place + .cat, #column .detail .block .label .place + .cat {
	margin-left: 1.5em;
}
@media (max-width: 767px) {
	#seminar .list .block .label .cat, #seminar .detail .block .label .cat, #news .list .block .label .cat, #news .detail .block .label .cat, #column .list .block .label .cat, #column .detail .block .label .cat {
		width: 100%;
		margin: 0.5em 0px 0px;
	}
}
#seminar .list .block .date, #seminar .detail .block .date, #news .list .block .date, #news .detail .block .date, #column .list .block .date, #column .detail .block .date {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 500;
}
@media (max-width: 767px) {
	#seminar .list .block .date, #seminar .detail .block .date, #news .list .block .date, #news .detail .block .date, #column .list .block .date, #column .detail .block .date {
		position: static;
	}
}
#seminar .list .block table, #seminar .detail .block table, #news .list .block table, #news .detail .block table, #column .list .block table, #column .detail .block table {
	width: 100%;
	margin-bottom: 1.5em;
	border-top: 1px solid #d3dadd;
}
#seminar .list .block table th, #seminar .list .block table td, #seminar .detail .block table th, #seminar .detail .block table td, #news .list .block table th, #news .list .block table td, #news .detail .block table th, #news .detail .block table td, #column .list .block table th, #column .list .block table td, #column .detail .block table th, #column .detail .block table td {
	padding: 0.75em 1.5em;
	border-bottom: 1px solid #d3dadd;
}
@media (max-width: 767px) {
	#seminar .list .block table th, #seminar .list .block table td, #seminar .detail .block table th, #seminar .detail .block table td, #news .list .block table th, #news .list .block table td, #news .detail .block table th, #news .detail .block table td, #column .list .block table th, #column .list .block table td, #column .detail .block table th, #column .detail .block table td {
		padding: 0.5em;
		display: block;
	}
}
#seminar .list .block table th, #seminar .detail .block table th, #news .list .block table th, #news .detail .block table th, #column .list .block table th, #column .detail .block table th {
	width: 9em;
	background-color: #eceded;
	text-align: center;
}
@media (max-width: 767px) {
	#seminar .list .block table th, #seminar .detail .block table th, #news .list .block table th, #news .detail .block table th, #column .list .block table th, #column .detail .block table th {
		width: auto;
	}
}
#seminar .list .block .items .item, #news .list .block .items .item, #column .list .block .items .item {
	position: relative;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#seminar .list .block .items .item, #news .list .block .items .item, #column .list .block .items .item {
		margin-bottom: 10vw;
	}
}
#seminar .list .block .items .item .headbox, #news .list .block .items .item .headbox, #column .list .block .items .item .headbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 1.5em;
}
@media (max-width: 995px) {
	#seminar .list .block .items .item .headbox, #news .list .block .items .item .headbox, #column .list .block .items .item .headbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
#seminar .list .block .items .item .headbox .box, #news .list .block .items .item .headbox .box, #column .list .block .items .item .headbox .box {
	width: 100%;
}
#seminar .list .block .items .item .headbox figure, #news .list .block .items .item .headbox figure, #column .list .block .items .item .headbox figure {
	width: 30%;
}
@media (max-width: 995px) {
	#seminar .list .block .items .item .headbox figure, #news .list .block .items .item .headbox figure, #column .list .block .items .item .headbox figure {
		width: 100%;
		margin-top: 1.5em;
	}
}
#seminar .list .block .items .item .headbox figure + .box, #news .list .block .items .item .headbox figure + .box, #column .list .block .items .item .headbox figure + .box {
	width: 67%;
}
@media (max-width: 995px) {
	#seminar .list .block .items .item .headbox figure + .box, #news .list .block .items .item .headbox figure + .box, #column .list .block .items .item .headbox figure + .box {
		width: 100%;
	}
}
#seminar .list .block .items .item h2, #news .list .block .items .item h2, #column .list .block .items .item h2 {
	margin-bottom: 0.75em;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	#seminar .list .block .items .item h2, #news .list .block .items .item h2, #column .list .block .items .item h2 {
		font-size: 6vw;
	}
}
#seminar .list .block .items .item .text, #news .list .block .items .item .text, #column .list .block .items .item .text {
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	#seminar .list .block .items .item .text, #news .list .block .items .item .text, #column .list .block .items .item .text {
		font-size: 3.5vw;
	}
}
#seminar .list .block .items .item .more, #news .list .block .items .item .more, #column .list .block .items .item .more {
	text-align: center;
}
#seminar .list .block .items .item .more a, #news .list .block .items .item .more a, #column .list .block .items .item .more a {
	display: inline-block;
	padding: 1em 0px;
	min-width: 320px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 767px) {
	#seminar .list .block .items .item .more a, #news .list .block .items .item .more a, #column .list .block .items .item .more a {
		display: block;
		min-width: 0px;
	}
}
@media (min-width: 1060px) {
	#seminar .list .block .items .item .more a, #news .list .block .items .item .more a, #column .list .block .items .item .more a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#seminar .list .block .items .item .more a:hover, #news .list .block .items .item .more a:hover, #column .list .block .items .item .more a:hover {
		background-color: #B31C22;
	}
}
#seminar .detail .htitle, #news .detail .htitle, #column .detail .htitle {
	margin-bottom: 3em;
	font-weight: 700;
}
@media (max-width: 995px) {
	#seminar .detail .htitle, #news .detail .htitle, #column .detail .htitle {
		margin-bottom: 1em;
	}
}
@media (max-width: 995px) {
	#seminar .detail .keywords, #news .detail .keywords, #column .detail .keywords {
		margin-bottom: 2em;
	}
}
#seminar .detail .block, #news .detail .block, #column .detail .block {
	position: relative;
	padding: 50px 40px 1px;
}
@media (max-width: 767px) {
	#seminar .detail .block, #news .detail .block, #column .detail .block {
		padding: 5vw 5vw 1px;
	}
}
#seminar .detail .block .formbtn, #news .detail .block .formbtn, #column .detail .block .formbtn {
	position: absolute;
	right: 30px;
	top: 30px;
}
@media (max-width: 767px) {
	#seminar .detail .block .formbtn, #news .detail .block .formbtn, #column .detail .block .formbtn {
		position: static;
		text-align: right;
		margin-bottom: 1em;
	}
}
#seminar .detail .block .formbtn a, #news .detail .block .formbtn a, #column .detail .block .formbtn a {
	display: block;
	padding: 0.25em 3em;
	background-color: #B31C22;
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 995px) {
	#seminar .detail .block .formbtn a, #news .detail .block .formbtn a, #column .detail .block .formbtn a {
		padding: 0.25em 1.5em;
	}
}
@media (max-width: 767px) {
	#seminar .detail .block .formbtn a, #news .detail .block .formbtn a, #column .detail .block .formbtn a {
		font-size: 4vw;
		text-align: center;
	}
}
@media (min-width: 1060px) {
	#seminar .detail .block .formbtn a:hover, #news .detail .block .formbtn a:hover, #column .detail .block .formbtn a:hover {
		background-color: #333;
	}
}
#seminar .detail .block h2, #seminar .detail .block h1, #news .detail .block h2, #news .detail .block h1, #column .detail .block h2, #column .detail .block h1 {
	padding-bottom: 0.75em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
	font-size: 3.3rem;
}
@media (max-width: 767px) {
	#seminar .detail .block h2, #seminar .detail .block h1, #news .detail .block h2, #news .detail .block h1, #column .detail .block h2, #column .detail .block h1 {
		font-size: 6vw;
	}
}
#seminar .detail .block .text, #news .detail .block .text, #column .detail .block .text {
	margin-bottom: 2em;
	font-weight: 500;
	line-height: 2;
}
#seminar .detail .block .red, #news .detail .block .red, #column .detail .block .red {
	margin-bottom: 0.75em;
	color: #B31C22;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	#seminar .detail .block .red, #news .detail .block .red, #column .detail .block .red {
		font-size: 5vw;
	}
}
#seminar .detail .block .entry, #news .detail .block .entry, #column .detail .block .entry {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#seminar .detail .block .entry, #news .detail .block .entry, #column .detail .block .entry {
		margin-bottom: 10vw;
	}
}
#seminar .detail .block .black, #news .detail .block .black, #column .detail .block .black {
	margin-bottom: 1em;
	padding: 0.5em 0.75em;
	background-color: #000;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 767px) {
	#seminar .detail .block .black, #news .detail .block .black, #column .detail .block .black {
		font-size: 4.5vw;
	}
}
#seminar .detail .block .read, #news .detail .block .read, #column .detail .block .read {
	font-size: 1.8rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#seminar .detail .block .read, #news .detail .block .read, #column .detail .block .read {
		font-size: 4vw;
	}
}
#seminar .detail .contactbox, #news .detail .contactbox, #column .detail .contactbox {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#seminar .detail .contactbox, #news .detail .contactbox, #column .detail .contactbox {
		margin-bottom: 10vw;
	}
}

/*-----------------------------------------------------------
	 news / column
-----------------------------------------------------------*/
#news .list .htitle, #column .list .htitle {
	margin-bottom: 3em;
}
@media (max-width: 995px) {
	#news .list .htitle, #column .list .htitle {
		margin-bottom: 1em;
	}
}
@media (max-width: 995px) {
	#news .list .keywords, #column .list .keywords {
		margin-bottom: 2em;
	}
}

/*-----------------------------------------------------------
	 news
-----------------------------------------------------------*/
#news .detail .block {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	#news .detail .block {
		margin-bottom: 10vw;
		padding-bottom: 5vw;
	}
}
#news .detail .block .date {
	right: 40px;
	top: 50px;
}

/*-----------------------------------------------------------
	 olumn
-----------------------------------------------------------*/
#column .search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0px;
	top: 2em;
	width: 60%;
}
@media (max-width: 995px) {
	#column .search {
		position: static;
		width: auto;
		margin-bottom: 2em;
	}
}
@media (max-width: 767px) {
	#column .search {
		display: block;
	}
}
#column .search .keywords {
	position: static;
}
@media (max-width: 995px) {
	#column .search .keywords {
		width: 50%;
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
	#column .search .keywords {
		width: auto;
	}
}
#column .categorybox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 18em;
}
@media (max-width: 767px) {
	#column .categorybox {
		width: 100%;
		margin-bottom: 3.5vw;
	}
}
#column .categorybox dt {
	margin-right: 3rem;
	padding-left: 2em;
	font-weight: 700;
	background-position: left center;
	background-size: auto 1.26em;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.86%2019.58%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d10d0d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m15.07%2C0c-4.3%2C0-7.79%2C3.49-7.79%2C7.79%2C0%2C1.26.31%2C2.45.84%2C3.51L.47%2C17.37c-.54.43-.63%2C1.21-.2%2C1.74.24.31.61.47.97.47.27%2C0%2C.54-.09.77-.27l7.57-6.01c1.41%2C1.4%2C3.35%2C2.27%2C5.49%2C2.27%2C4.3%2C0%2C7.79-3.5%2C7.79-7.79S19.37%2C0%2C15.07%2C0Zm0%2C13.1c-2.93%2C0-5.31-2.38-5.31-5.31s2.38-5.31%2C5.31-5.31%2C5.31%2C2.38%2C5.31%2C5.31-2.38%2C5.31-5.31%2C5.31Z%22%2F%3E%3C%2Fsvg%3E");
	font-size: 1.5rem;
}
@media (max-width: 767px) {
	#column .categorybox dt {
		font-size: 3.5vw;
	}
}
#column .categorybox dd {
	width: -webkit-calc(100% - 10em);
	width: calc(100% - 10em);
}
#column .categorybox dd select {
	height: auto;
	padding: 1em 3em 1em 1.25em;
	border-color: #ededed;
	background-position: right 0.75em center;
	background-size: auto 0.4em;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.98%203.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23b11c22%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.77%200%203.99%202.78%201.21%200%200%200%203.99%203.99%207.98%200%206.77%200%22%2F%3E%3C%2Fsvg%3E");
	font-size: 1.2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#column .categorybox dd select {
		font-size: 3vw;
	}
}
#column .detail .search {
	width: auto;
}
#column .columnblock {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#column .columnblock {
		margin-bottom: 10vw;
	}
}
#column .columnblock .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2%;
}
@media (max-width: 767px) {
	#column .columnblock .items {
		display: block;
	}
}
#column .columnblock .items .item {
	position: relative;
	width: 23.5%;
	margin-bottom: 2%;
	background-color: #fff;
}
@media (max-width: 767px) {
	#column .columnblock .items .item {
		width: auto;
		margin-bottom: 5vw;
	}
}
#column .columnblock .items .item figure {
	overflow: hidden;
}
#column .columnblock .items .item figure img {
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#column .columnblock .items .item .textbox {
	padding: 1em 1em 2.5em;
}
#column .columnblock .items .item .textbox h2 {
	margin-bottom: 0.75em;
}
#column .columnblock .items .item .textbox h2 a {
	text-decoration: none;
}
#column .columnblock .items .item .textbox .cat {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 1.4rem;
}
@media (min-width: 1060px) {
	#column .columnblock .items .item:hover figure img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/*-----------------------------------------------------------
	 faq
-----------------------------------------------------------*/
#faq .list .tab {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#faq .list .tab li {
	width: 23%;
}
@media (max-width: 767px) {
	#faq .list .tab li {
		width: 50%;
		padding: 0px 1px 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
	}
}
#faq .list .tab li a {
	padding: 1em;
}
#faq .list .block {
	display: none;
}
#faq .list .block#faq1 {
	display: block;
}
#faq .list .block h2 {
	font-size: 2.4rem;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	#faq .list .block h2 {
		font-size: 5vw;
	}
}
#faq .list .block h3 {
	padding-bottom: 0.5em;
	font-size: 2.4rem;
	color: #B31C22;
}
@media (max-width: 767px) {
	#faq .list .block h3 {
		font-size: 5vw;
	}
}
#faq .list .block dl {
	margin-bottom: 40px;
	border-bottom: 1px solid #d3dadd;
}
#faq .list .block dl dt {
	position: relative;
	padding: 0.75em 3em 0.75em 2em;
	border-top: 1px solid #d3dadd;
	font-size: 2.1rem;
	font-weight: 700;
	text-indent: -1.15em;
	cursor: pointer;
}
@media (max-width: 767px) {
	#faq .list .block dl dt {
		font-size: 4.25vw;
	}
}
@media (min-width: 1060px) {
	#faq .list .block dl dt {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#faq .list .block dl dt:hover {
		background-color: #f6f6f6;
	}
}
#faq .list .block dl dt:after {
	content: "";
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.25em;
	border-right: 1px solid #B31C22;
	border-bottom: 1px solid #B31C22;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#faq .list .block dl dt span {
	font-size: 2.4rem;
	color: #B31C22;
}
@media (max-width: 767px) {
	#faq .list .block dl dt span {
		font-size: 5vw;
	}
}
#faq .list .block dl dd {
	display: none;
	padding-bottom: 1px;
}
#faq .list .block dl dd .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5em;
	margin-left: 3em;
	margin-bottom: 1.5em;
	background-color: #eceded;
}
#faq .list .block dl dd .label {
	width: 1.5em;
	margin-top: -0.4em;
	color: #B31C22;
	font-size: 2.4rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#faq .list .block dl dd .label {
		font-size: 5vw;
	}
}
#faq .list .block dl dd .entry {
	width: -webkit-calc(100% - 2.5em);
	width: calc(100% - 2.5em);
}

/*-----------------------------------------------------------
	 contact
-----------------------------------------------------------*/
#catalog, #contact, #confirm, #complete {
	padding-bottom: 70px;
}
@media (max-width: 767px) {
	#catalog, #contact, #confirm, #complete {
		padding-bottom: 10vw;
	}
}
#catalog .detail, #contact .detail, #confirm .detail, #complete .detail {
	position: relative;
	overflow: hidden;
}
#catalog .detail:before, #contact .detail:before, #confirm .detail:before, #complete .detail:before {
	content: "";
	display: block;
	position: absolute;
	right: 55%;
	top: 0px;
	width: 100vw;
	height: 390px;
	background-color: #333;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	transform: skew(-35deg);
}
@media (max-width: 767px) {
	#catalog .detail:before, #contact .detail:before, #confirm .detail:before, #complete .detail:before {
		right: 35%;
		width: 200vw;
		height: 90vw;
	}
}
#catalog .detail h1, #contact .detail h1, #confirm .detail h1, #complete .detail h1 {
	padding: 60px 0px;
	font-size: 3.2rem;
	color: #fff;
}
@media (max-width: 767px) {
	#catalog .detail h1, #contact .detail h1, #confirm .detail h1, #complete .detail h1 {
		padding: 10vw 0px 13vw;
		font-size: 6vw;
	}
}
#catalog .detail h1 span, #contact .detail h1 span, #confirm .detail h1 span, #complete .detail h1 span {
	position: relative;
}
#catalog .detail h1 span:before, #contact .detail h1 span:before, #confirm .detail h1 span:before, #complete .detail h1 span:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: -0.5em;
	width: 2.25em;
	height: 3px;
	background-color: #B31C22;
}
#catalog .detail .headtel, #contact .detail .headtel, #confirm .detail .headtel, #complete .detail .headtel {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 340px;
}
@media (max-width: 995px) {
	#catalog .detail .headtel, #contact .detail .headtel, #confirm .detail .headtel, #complete .detail .headtel {
		width: 40vw;
	}
}
@media (max-width: 767px) {
	#catalog .detail .headtel, #contact .detail .headtel, #confirm .detail .headtel, #complete .detail .headtel {
		position: static;
		margin-bottom: 5vw;
		padding: 2.5vw 5vw;
		width: auto;
		background-color: #fff;
	}
}
#catalog .detail .headtel .name, #contact .detail .headtel .name, #confirm .detail .headtel .name, #complete .detail .headtel .name {
	margin-bottom: 0.25em;
	font-size: 1.8rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#catalog .detail .headtel .name, #contact .detail .headtel .name, #confirm .detail .headtel .name, #complete .detail .headtel .name {
		font-size: 3.75vw;
	}
}
#catalog .detail .headtel .tel, #contact .detail .headtel .tel, #confirm .detail .headtel .tel, #complete .detail .headtel .tel {
	margin-bottom: 0.5em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #d3dadd;
}
@media (min-width: 1060px) {
	#catalog .detail .headtel .tel a, #contact .detail .headtel .tel a, #confirm .detail .headtel .tel a, #complete .detail .headtel .tel a {
		pointer-events: none;
	}
}
@media (max-width: 767px) {
	#catalog .detail .headtel .tel a img, #contact .detail .headtel .tel a img, #confirm .detail .headtel .tel a img, #complete .detail .headtel .tel a img {
		width: 70vw;
	}
}
#catalog .detail .headtel .time, #contact .detail .headtel .time, #confirm .detail .headtel .time, #complete .detail .headtel .time {
	font-size: 1.2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#catalog .detail .headtel .time, #contact .detail .headtel .time, #confirm .detail .headtel .time, #complete .detail .headtel .time {
		font-size: 3vw;
	}
}
#catalog .detail .headtel .time span, #contact .detail .headtel .time span, #confirm .detail .headtel .time span, #complete .detail .headtel .time span {
	color: #B31C22;
	margin-right: 1em;
}
#catalog .detail .pan, #contact .detail .pan, #confirm .detail .pan, #complete .detail .pan {
	padding: 0px;
	margin-bottom: 1.5em;
}

.contactbox .ctitle {
	padding: 1em;
	background-color: #B31C22;
	font-size: 2.9rem;
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	.contactbox .ctitle {
		padding: 5vw;
		font-size: 5vw;
	}
}
.contactbox .cblock {
	padding: 50px 40px;
	background-color: #fff;
}
@media (max-width: 767px) {
	.contactbox .cblock {
		padding: 5vw;
	}
}
.contactbox .cblock .box {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.contactbox .cblock .box {
		margin-bottom: 5vw;
	}
}
.contactbox .cblock .read {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.contactbox .cblock .read {
		font-size: 4vw;
	}
}
.contactbox .cblock .read span {
	font-size: 0.8em;
	color: #B31C22;
}
.contactbox .cblock .telbox {
	background-color: #e5e5e5;
}
.contactbox .cblock .telbox a {
	display: block;
	padding: 2em;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	color: #B31C22;
}
@media (max-width: 767px) {
	.contactbox .cblock .telbox a {
		padding: 2em 0px;
		font-size: 3.75vw;
	}
}
@media (min-width: 1060px) {
	.contactbox .cblock .telbox a {
		pointer-events: none;
	}
}
.contactbox .cblock .text {
	margin-bottom: 1.5em;
	font-size: 1.5rem;
	line-height: 2;
}
@media (max-width: 767px) {
	.contactbox .cblock .text {
		font-size: 3.5vw;
	}
}
.contactbox .cblock .text:last-child {
	margin-bottom: 0px;
}
.contactbox .cblock .steptitle {
	font-size: 2.6rem;
	color: #B31C22;
}
@media (max-width: 767px) {
	.contactbox .cblock .steptitle {
		font-size: 6vw;
	}
}
.contactbox .cblock .steptitle span {
	margin-left: 1em;
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	.contactbox .cblock .steptitle span {
		font-size: 3.25vw;
	}
}
.contactbox .cblock .steptitle span.label {
	color: #221714;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	.contactbox .cblock .steptitle span.label {
		display: block;
		margin-bottom: 0.5em;
		margin-left: 0px;
		font-size: 4vw;
	}
}
.contactbox .cblock .cataloglist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 995px) {
	.contactbox .cblock .cataloglist {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.contactbox .cblock .cataloglist li {
	width: 20%;
	padding: 20px;
	margin: 0px 1% 1% 0px;
	background-color: #eceded;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 995px) {
	.contactbox .cblock .cataloglist li {
		width: 48%;
		margin: 0px 0px 20px;
	}
}
@media (max-width: 767px) {
	.contactbox .cblock .cataloglist li {
		width: 49%;
		padding: 2.5vw;
		margin: 0px 0px 2%;
		font-size: 3.25vw;
	}
}
.contactbox .cblock .cataloglist li.long {
	width: 35.5%;
}
@media (max-width: 995px) {
	.contactbox .cblock .cataloglist li.long {
		width: 48%;
	}
}
.contactbox .cblock .cataloglist li [type=checkbox] + .mwform-checkbox-field-text {
	padding-left: 1.75em;
}
.contactbox .cblock .cataloglist li [type=checkbox] + .mwform-checkbox-field-text:before {
	top: 0.15em;
	border: 4px solid #B31C22;
}
.contactbox .cblock .cataloglist li [type=checkbox]:checked + .mwform-checkbox-field-text:after {
	top: -0.1em;
	left: 0.4em;
}
.contactbox .cblock .cataloglist li label {
	display: block;
}
.contactbox .cblock .cataloglist li .img {
	display: block;
	margin-top: 0.5em;
	margin-left: -1.75em;
}
@media (max-width: 995px) {
	.contactbox .cblock .cataloglist li .img img {
		display: block;
		max-height: 150px;
	}
}
@media (max-width: 767px) {
	.contactbox .cblock .cataloglist li .img img {
		max-height: 24vw;
	}
}
.contactbox .cblock .cataloglist li .text {
	display: block;
	margin-top: 0.75em;
	line-height: 1.5;
}
.contactbox .cblock .checklist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1em 1.5em;
	background-color: #e5e5e5;
}
@media (max-width: 767px) {
	.contactbox .cblock .checklist {
		display: block;
	}
}
.contactbox .cblock .checklist li {
	margin-right: 1.5em;
	font-weight: 500;
}
@media (max-width: 767px) {
	.contactbox .cblock .checklist li {
		margin: 0px 0px 1em;
		font-size: 4vw;
	}
	.contactbox .cblock .checklist li:last-child {
		margin-bottom: 0px;
	}
}
.contactbox .cblock .errortext {
	display: block;
	margin-top: 0.25em;
	color: #B31C22;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	.contactbox .cblock .errortext {
		font-size: 3.5vw;
	}
}
.contactbox .cblock table {
	width: 100%;
	margin-bottom: 1.5em;
}
.contactbox .cblock table th, .contactbox .cblock table td {
	padding: 0.5em;
	border-bottom: 1px solid #d3dadd;
}
@media (max-width: 767px) {
	.contactbox .cblock table th, .contactbox .cblock table td {
		display: block;
		border-bottom: none;
	}
}
.contactbox .cblock table th {
	width: 12em;
}
@media (max-width: 767px) {
	.contactbox .cblock table th {
		width: auto;
		background-color: #f5f5f5;
	}
}
@media (max-width: 767px) {
	.contactbox .cblock table td {
		padding: 0.75em 0px;
	}
}
.contactbox .cblock table td.none {
	padding: 0px 0.5em;
}
.contactbox .cblock table td .short {
	width: 6em;
}
.contactbox .cblock table td .middle {
	width: 50%;
}
@media (max-width: 995px) {
	.contactbox .cblock table td .middle {
		width: 100%;
	}
}
.contactbox .cblock table td .middle2 {
	width: 10em;
}
@media (max-width: 995px) {
	.contactbox .cblock table td .middle2 {
		width: 7em;
	}
}
.contactbox .cblock table td .long {
	width: 100%;
}
.contactbox .cblock table td .mt {
	margin-top: 0.5em;
}
.contactbox .cblock table td .label {
	display: inline-block;
	margin-right: 1em;
}
.contactbox .cblock table td textarea {
	height: 12em;
}
.contactbox .cblock table td dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contactbox .cblock table td dl dt, .contactbox .cblock table td dl dd {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #d3dadd;
}
.contactbox .cblock table td dl dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 6em;
}
.contactbox .cblock table td dl dt:last-of-type {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.contactbox .cblock table td dl dt:last-of-type + dd {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contactbox .cblock table td dl dd {
	width: -webkit-calc(100% - 6em);
	width: calc(100% - 6em);
}
.contactbox .cblock .privacybox {
	margin: 2em 0px;
	/*padding: 1.5em;
	border: 1px solid $br;
	@include for-sp() {
		padding: 3vw;
	}
	.scroll {
		height: 15em;
		overflow: auto;
		.ptitle {
			margin-bottom: 1em;
			font-size: 1.7rem;
			@include for-sp() {
				font-size: 4vw;
			}
		}
		.text {
			font-size: 1.4rem;
			line-height: 2;
			@include for-sp() {
				font-size: 3.5vw;
			}
		}
	}*/
}
.contactbox .cblock .privacybox a {
	text-decoration: underline;
}
.contactbox .cblock .checktext {
	margin-bottom: 2em;
}
.contactbox .cblock .checktext.center {
	text-align: center;
}
.contactbox .cblock .checktext li {
	margin-bottom: 0.75em;
}
.contactbox .cblock .send {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contactbox .cblock .send a, .contactbox .cblock .send button {
	position: relative;
	display: inline-block;
	width: 420px;
	padding: 1.35em 0px;
	background: #B31C22;
	border: 1px solid #B31C22;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}
.contactbox .cblock .send a:before, .contactbox .cblock .send button:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	bottom: -3px;
	top: 3px;
	right: -3px;
	z-index: -1;
	background: #D9DADA;
}
@media (min-width: 1060px) {
	.contactbox .cblock .send a, .contactbox .cblock .send button {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.contactbox .cblock .send a:hover, .contactbox .cblock .send button:hover {
		background: #fff;
		color: #B31C22;
	}
}
@media (max-width: 767px) {
	.contactbox .cblock .send a, .contactbox .cblock .send button {
		display: block;
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 4.25vw;
	}
}
.contactbox .cblock .send a.back, .contactbox .cblock .send button.back {
	width: 8em;
	margin-right: 1em;
	border-color: #333;
	background-color: #333;
}
@media (min-width: 1060px) {
	.contactbox .cblock .send a.back:hover, .contactbox .cblock .send button.back:hover {
		background-color: #fff;
		color: #221714;
	}
}
.contactbox .cblock .cnote {
	margin-top: 2em;
	text-align: center;
}
.contactbox .cblock .completebox {
	padding-top: 2em;
}
.contactbox .cblock .completebox h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 3rem;
}
@media (max-width: 767px) {
	.contactbox .cblock .completebox h2 {
		font-size: 7vw;
	}
}
.contactbox .cblock .completebox .text {
	text-align: center;
	margin-bottom: 4em;
}

#catalog .detail h1, #contact .detail h1 {
	padding: 20px 0px 40px;
}
@media (max-width: 767px) {
	#catalog .detail h1, #contact .detail h1 {
		padding: 5vw 0px 8vw;
	}
}
#catalog .detail .headtel, #contact .detail .headtel {
	top: 10px;
	width: 280px;
}
#catalog .detail .headtel .name, #contact .detail .headtel .name {
	margin-bottom: 0;
	font-size: 1.6rem;
}
#catalog .detail .headtel .tel, #contact .detail .headtel .tel {
	margin-bottom: 0.25em;
	padding-bottom: 0.5em;
}
#catalog .detail .headtel .time, #contact .detail .headtel .time {
	font-size: 1.1rem;
}
#catalog .cblock, #contact .cblock {
	padding: 30px;
}
#catalog .cblock table, #contact .cblock table {
	font-size: 1.5rem;
}
#catalog .cblock table td textarea, #contact .cblock table td textarea {
	height: 9em;
}

/*-----------------------------------------------------------
	 エントリーリセット
-----------------------------------------------------------*/
#tinymce {
	padding: 20px;
}

.entry, #tinymce {
	line-height: 2;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
	position: static;
	clear: both;
	float: none;
	height: auto;
	min-height: 1px;
	margin: 0 0 1em;
	padding: 0px;
	background: none;
	border: none;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.entry h1, #tinymce h1 {
	font-size: 145.5%;
}
.entry h2, #tinymce h2 {
	font-size: 136.4%;
}
.entry h3, #tinymce h3 {
	font-size: 127.3%;
}
.entry h4, #tinymce h4 {
	font-size: 127.3%;
}
.entry h5, #tinymce h5 {
	font-size: 118.2%;
}
.entry h6, #tinymce h6 {
	font-size: 100%;
}
.entry strong, .entry b, #tinymce strong, #tinymce b {
	font-weight: bold;
}
.entry p, #tinymce p {
	margin: 0em 0em 2em 0em;
}
.entry p:last-child, #tinymce p:last-child {
	margin-bottom: 0px;
}
.entry em, #tinymce em {
	font-style: italic;
}
.entry ol, #tinymce ol {
	margin: 1em 2em 1em;
}
.entry ol:last-child, #tinymce ol:last-child {
	margin-bottom: 0px;
}
.entry ul, #tinymce ul {
	margin: 1em 0 1em;
}
.entry ul:last-child, #tinymce ul:last-child {
	margin-bottom: 0px;
}
.entry ul li, #tinymce ul li {
	margin: 0em 0em 0.5em 1em;
}
.entry ol li, #tinymce ol li {
	margin: 0em 0em 0.5em 0em;
}
.entry ul, #tinymce ul {
	list-style: disc;
}
.entry ol, #tinymce ol {
	list-style: decimal;
}
.entry dl, #tinymce dl {
	margin: 1em 0;
}
.entry dd, #tinymce dd {
	margin-left: 2em;
}
.entry table.wp-oembed,
.entry table.wp-oembed td, #tinymce table.wp-oembed,
#tinymce table.wp-oembed td {
	border: none;
}
.entry table caption, #tinymce table caption {
	font-weight: bold;
	text-align: left;
}
.entry table, #tinymce table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0 2em;
}
.entry table th, .entry table td, #tinymce table th, #tinymce table td {
	padding: 0.5em;
	border: 1px #d3dadd solid;
}
@media (max-width: 767px) {
	.entry table th, .entry table td, #tinymce table th, #tinymce table td {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100% !important;
	}
}
.entry table th, #tinymce table th {
	background: #f5f5f5;
	font-weight: bold;
}
.entry img, #tinymce img {
	max-width: 100%;
	height: auto;
	margin-bottom: 2em;
	border-radius: 10px;
}
.entry img.aligncenter, #tinymce img.aligncenter {
	clear: both;
	display: block;
	margin: auto;
}
.entry a, #tinymce a {
	text-decoration: underline;
}
.entry iframe, #tinymce iframe {
	max-width: 100%;
}
.entry *:last-child, #tinymce *:last-child {
	margin-bottom: 0px;
}
.entry .wp-caption, #tinymce .wp-caption {
	max-width: 100%;
}
@media (min-width: 1060px) {
	.entry img.alignleft, #tinymce img.alignleft {
		float: left;
		margin-right: 2em;
	}
	.entry img.alignright, #tinymce img.alignright {
		float: right;
		margin-left: 2em;
	}
}



/*# sourceMappingURL=style.css.map */
