/* autoprefixer grid: autoplace */

@charset "UTF-8";
body {
	font-family: 'Noto Sans JP', sans-serif;
/*
	font-family: "Poppins", sans-serif;
	font-family: 'Lato', sans-serif;
*/
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-weight: 300;
	font-size: calc(16 / 1440 * 100vw);
	line-height: 160%;
	animation: fadeIn 2s ease 0s 1 normal;
}

@-moz-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-o-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

* html body {  
font-size:small;  
}  
  
*:first-child+html body {  
font-size:small;  
}

img {
	vertical-align: bottom;
	vertical-align: text-bottom;
	border: none;
	-ms-interpolation-mode: bicubic;
}

a.color_FFF:link {
	color: #FFF;
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #4a447b;
	color: #00b7fb;
}
a:visited {
	color: #000;
}

a.color_FFF:link:hover {
	color: #666;
	text-decoration: underline;
}

 a.colortextlink {
	color: #4a447b;
	color: #00b7fb;
}
.navipanel-on {
	z-index: 1000000000000!important;
}

.close-navipanel {
	display: block;
	margin-top: 4vh;
	margin-bottom: 4vh;
	z-index: 1100000000000!important;
}
.close-navipanel .panelclose {
	width: 8%;
	margin: 0 auto;
}
.close-navipanel .panelclose img {
	width: 100%;
}

.modal-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.modal-content .item {
	width: 100%;
	text-align: center!important;
	margin: 0 auto;
	margin-bottom: 5vh;
}
.modal-content .item:last-child {
	margin-bottom: 0;
}
.modal-content .item a {
	font-weight: 100;
	font-size: 2vw;
	line-height: 100%;
	color: #FFFFFF;
}
.modal-content .item a:hover {
	color: #00b7fb;
}

#navipanel {
	width: 30%!important;
	left: 70%!important;
}

@media screen and (max-width: 767px) {
	#navipanel {
		width: 60%!important;
		left: 40%!important;
	}
}

@media screen and (max-width: 767px) {
	.close-navipanel {
		display: block;
		margin-top: 4vh;
		margin-bottom: 7vh;
	}
	.modal-content {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
	}
	.modal-content .item {
		width: 100%;
		margin-bottom: 5vh;
	}
	.modal-content .item:last-child {
		margin-bottom: 0;
	}
	.modal-content .item a {
		font-weight: 100;
		font-size: 5vw;
		line-height: 100%;
		color: #FFFFFF;
	}
	.modal-content .item a:hover {
		color: #00b7fb;
	}
}


header {
	box-sizing: content-box;
	display: block;
	width: 100vw;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: calc(20 / 1440 * 100vw) solid #e97227;
}
header .container {
	box-sizing: border-box;
	display: grid;
	width: 90%;
	grid-template-columns: 15% auto;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
header .container a.logo {
	width: 100%;
	display: block;
}
header .container a.logo img {
	width: 100%;
}
header .container .mainnavi {
	width: 100%;
	height: calc(100vw / 18);
	box-sizing: border-box;
	display: grid;
	grid-auto-rows: 5em;
	grid-gap: calc(40 / 1440 * 100vw);
	grid-template-columns: auto auto auto auto auto auto auto;
	justify-content: space-between;
	align-items: center;
	line-height: 100%;
}
header .container .mainnavi a {
	font-size: 0.8rem;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 400;
}
header .container .mainnavi a:hover {
	color: #e97227;
	text-decoration: none;
}

header .container .mainnavi .contactbtn {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #e97227;
	border-radius: 1em 1em 1em 1em;
	border: #e97227 solid 1px;
}
header .container .mainnavi .contactbtn:hover {
	color: #ffffff;
	background-color: #e97227;
}

.navi {
	display: none;
}

@media screen and (max-width: 767px) {
	header {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	header .container {
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
	}
	header .container a.logo {
		width: 50%;
		display: block;
	}
	header .container a.logo img {
		width: 100%;
	}
	header .container .mainnavi {
		display: none;
	}
	header .container .navi {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 2rem;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: auto;
	}
	header .container .navi img {
		width: 100%;
	}
}


header .langselect {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	width: 90%;
	height: calc(16 / 1440 * 100vw + 0.5em);
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}
header .langselect .item {
	box-sizing: border-box;
	width: 10vw;
	height: calc(16 / 1440 * 100vw + 0.5em);
	display: flex;
	justify-content: flex-end;
	position: relative;
}
header .langselect .item .langbtn {
	display: inline-block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: #888888;
	text-decoration: none;
	position: absolute;
	z-index: 100;
	border: none;
	background: none;
}
header .langselect .item .langbtn::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(../images/ico_globe.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0.2em;
}
header .langselect .closebtn {
	display: block;
	visibility: hidden;
	opacity: 0;
	border: none;
	background: none;
	box-sizing: border-box;
	width: 3rem;
	aspect-ratio: 10/10;
	position: fixed;
	top: 1%;
	left: auto;
	right: 1%;
	margin: auto;
	z-index: 10000;
}
header .langselect .item .closebtn img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
header .langselect .item .region_list {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 30% 1fr;
	grid-column-gap: 2rem;
	justify-content: space-between;
	align-items: flex-start;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: calc(16 / 1440 * 100vw + 0.5em);
	top: 0;
	left: 0;
	right: -1em;
	z-index: 1000;
	background-color: #ffffff;
	background-color: rgba(23,102,141,1.0);
	padding-top: 8rem;
	padding-bottom: 10rem;
	padding-left: 6rem;
	padding-right: 6rem;
}
header .langselect .item .region_list .left_column {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
}
header .langselect .item .region_list .left_column .icon {
	box-sizing: border-box;
	display: block;
	width: 15%;
	margin-bottom: 2rem;
}
header .langselect .item .region_list .left_column h2 {
	color: #ffffff;
	font-size: calc(28 / 1440 * 100vw);
	font-weight: 400;
	line-height: 140%;
}
header .langselect .item .region_list .left_column .icon img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
header .langselect .item .region_list .right_column {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 5%;
}
header .langselect .item .region_list .right_column .region {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #ffffff;
	margin-bottom: 2rem;
}
header .langselect .item .region_list .right_column .region h2 {
	color: #ffffff;
	font-size: calc(24 / 1440 * 100vw);
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 2rem;
}
header .langselect .item .region_list .right_column .region .country_list {
	box-sizing: border-box;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 2rem;
	grid-row-gap: 1rem;
	justify-content: space-between;
	align-items: flex-start;
}
header .langselect .item .region_list .right_column .region .country_list a {
	color: #ffffff;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}
header .langselect .item .region_list .right_column .region .country_list a:hover {
	text-decoration: underline;
}
header .langselect .item .region_list .right_column .region .country_list .global {
	color: #ffffff;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}
header .langselect .item .region_list .right_column .region .country_list .global:hover {
	text-decoration: underline;
}
header .langselect .item:hover .region_list {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}
header .langselect .item:hover .closebtn {
	visibility: visible;
	opacity: 1;
	transition: all .5s;
}
header .langselect .item:has(.closebtn:hover) .region_list {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
header .langselect:has(.closebtn:hover) .closebtn {
	visibility: hidden;
	opacity: 0;
	transition: all .1s;
}

/*
header .langselect a.langbtn:hover {
	text-decoration: none;
	color: #ffffff;
	color: #e97227;
	border: 1px solid #1e7cae;
	border: 1px solid #e97227;
	background-color: #e97227;
	background-color: #ffffff;
}
*/
/*
header .langselect a.langbtn {
	position: absolute;
	right: 0;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	font-family: 'Lato', sans-serif;
	font-size: 75%;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: #e97227;
	color: #ffffff;
	text-align: center;
	border: 1px solid #e97227;
	border-top: none;
	border-bottom-right-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
	background-color: #ffffff;
	background-color: #e97227;;
	text-decoration: none;
}
header .langselect a.langbtn:hover {
	text-decoration: none;
	color: #ffffff;
	color: #e97227;
	border: 1px solid #1e7cae;
	border: 1px solid #e97227;
	background-color: #e97227;
	background-color: #ffffff;
}
*/

@media screen and (max-width: 767px) {
	header .langselect {
		width: 90%;
		height: calc(16 / 1440 * 100vw + 5em);
		margin: 0 auto;
		position: relative;
		padding-bottom: 1em;
	}
	header .langselect a.langbtn {
		position: absolute;
		right: 0;
		padding-top: 0.1em;
		padding-bottom: 0.2em;
		padding-left: 2.5em;
		padding-right: 2.5em;
		font-family: 'Lato', sans-serif;
		font-size: 75%;
		font-size: calc(16 / 1440 * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: #e97227;
		color: #ffffff;
		text-align: center;
		border: 1px solid #e97227;
		border-top: none;
		border-bottom-right-radius: 0.8em;
		border-bottom-left-radius: 0.8em;
		background-color: #ffffff;
		background-color: #e97227;;
		text-decoration: none;
	}
	header .langselect a.langbtn:hover {
		text-decoration: none;
		color: #ffffff;
		color: #e97227;
		border: 1px solid #1e7cae;
		border: 1px solid #e97227;
		background-color: #e97227;
		background-color: #ffffff;
	}
}



.link_Circle {
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	font-size: calc(18 / 1440 * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: #ffffff!important;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #e97227;
}
.link_Circle:hover {
	color: #e97227!important;
	background-color: #ffffff;
	border: 1px solid #e97227;
}

@media screen and (max-width: 767px) {
	.link_Circle {
		margin: 0 auto;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 2em;
		padding-right: 2em;
		font-size: calc(36 / 1440 * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: #ffffff!important;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #e97227;
	}
	.link_Circle:hover {
		color: #e97227!important;
		background-color: #ffffff;
		border: 1px solid #e97227;
	}
}






.joinus {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 8rem;
}
.joinus .bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.joinus .bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.joinus .bg_m {
	display: none;
}
.joinus .caption {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 1rem 1rem 1rem 1rem;
	background-color: rgba(255,255,255,.7);
}
.joinus .caption h2 {
	font-family: 'Lato', sans-serif;
	font-size: calc(48 / 1440 * 100vw);
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 0.2em;
}
.joinus .caption h3 {
	font-size: calc(18 / 1440 * 100vw);
	font-weight: 600;
	color: #e97227;
	line-height: 100%;
	margin-bottom: 1.2rem;
}
.joinus .caption p {
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 400;
	line-height: 170%;
	margin-bottom: 2rem;
}
.joinus .caption a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: calc(14 / 1440 * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #e97227;
}
.joinus .caption a:hover {
	color: #ffffff;
	background-color: #28355f;
}

@media screen and (max-width: 767px) {
	.joinus {
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 4rem;
	}
	.joinus .bg {
		box-sizing: border-box;
		display: none;
		width: 100%;
	}
	.joinus .bg_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.joinus .bg_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.joinus .caption {
		box-sizing: border-box;
		display: block;
		width: 90%;
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.joinus .caption h2 {
		font-family: 'Lato', sans-serif;
		font-size: calc(100 / 1440 * 100vw);
		font-weight: 800;
		line-height: 100%;
		margin-bottom: 0.4em;
	}
	.joinus .caption h3 {
		font-size: calc(48 / 1440 * 100vw);
		font-weight: 600;
		color: #e97227;
		line-height: 100%;
		margin-bottom: 1rem;
	}
	.joinus .caption p {
		font-size: calc(42 / 1440 * 100vw);
		font-weight: 400;
		line-height: 180%;
		margin-bottom: 2rem;
	}
	.joinus .caption a {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: calc(42 / 1440 * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: #ffffff;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #e97227;
	}
	.joinus .caption a:hover {
		color: #ffffff;
		background-color: #28355f;
	}
}


.contactus {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 70%;
	margin: 0 auto;
	margin-top: 8rem;
	margin-bottom: 10rem;
}
.contactus .bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.contactus .bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.contactus .bg_m {
	display: none;
}
.contactus .caption {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.contactus .caption h2 {
	text-align: center;
	font-size: calc(26 / 1440 * 100vw);
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 1em;
}
.contactus .caption p {
	text-align: left;
	font-size: calc(12 / 1440 * 100vw);
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 2em;
}
.contactus .caption a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: calc(14 / 1440 * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #e97227;
}
.contactus .caption a:hover {
	color: #ffffff;
	background-color: #28355f;
}

@media screen and (max-width: 767px) {
	.contactus {
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 90%;
		margin: 0 auto;
		margin-top: 3rem;
		margin-bottom: 5rem;
	}
	.contactus .bg {
		display: none;
	}
	.contactus .bg_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.contactus .bg_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.contactus .caption {
		box-sizing: border-box;
		display: block;
		width: 70%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}
	.contactus .caption h2 {
		text-align: center;
		font-size: calc(64 / 1440 * 100vw);
		font-weight: 600;
		line-height: 120%;
		margin-bottom: 1em;
	}
	.contactus .caption p {
		text-align: left;
		font-size: calc(32 / 1440 * 100vw);
		font-weight: 300;
		line-height: 160%;
		margin-bottom: 1em;
	}
	.contactus .caption a {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: calc(32 / 1440 * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: #ffffff;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #e97227;
	}
}


.bg_EEEEEE {
	background-color: #EEE;
	padding-top: 10%;
	padding-top: 5%;
	padding-bottom: 10%;
	padding-bottom: 5%;
	margin-bottom: 0;
}
.bg_8D0000 {
	background-color: #ececec;
	padding-top: 5%;
	padding-bottom: 5%;
}
.bg_FDFBF5 {
	background-color: #FDFBF5;
	padding-top: 5%;
	padding-bottom: 5%;
}
.bg_00A19E {
	background-color: #00A19E;
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.bg_7DA9A5 {
	background-color: #7da9a5;
	background-color: rgba(125,169,165,1);
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.bg_313131 {
	background-color: #7da9a5;
	background-color: rgba(49,49,49,1);
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.bg_313131tr {
	background-color: #7da9a5;
	background-color: rgba(49,49,49,0.03);
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.bg_009C9A {
	background-color: rgba(200,214,201,0.5);
	padding-top: 4vh;
	padding-bottom: 4vh;
}
@media screen and (max-width: 767px) {
	.bg_7DA9A5 {
		background-color: #7da9a5;
		background-color: rgba(125,169,165,1);
		margin: 0 auto;
		padding-top: 4vh;
		padding-bottom: 4vh;
	}
}

section {
}
@media screen and (max-width: 767px) {
	section {
		max-width: initial!important;
	}
}

.container {
	display: block;
}


footer {
	width: 100vw;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #3B4043;
}
footer .ftcabinet {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto auto auto auto auto 35%;
	grid-column-gap: 1rem;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 3rem;
}
footer .ftcabinet .categorynavi {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
footer .ftcabinet .categorynavi .cattop {
	box-sizing: border-box;
	display: block;
	font-size: calc(14 / 1440 * 100vw);
	font-weight: 800;
	color: #dddddd;
	margin-bottom: 1em;
}
footer .ftcabinet .categorynavi .cattop:last-child {
	margin-bottom: 0;
}
footer .ftcabinet .categorynavi .cattop:hover {
	text-decoration: underline;
}
footer .ftcabinet .categorynavi .links {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
footer .ftcabinet .categorynavi .links a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: calc(12 / 1440 * 100vw);
	font-weight: 400;
	color: #dddddd;
}
footer .ftcabinet .categorynavi .links a:hover {
	text-decoration: underline;
}
footer .ftcabinet .cpinfo {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: right;
}
footer .ftcabinet .cpinfo h2 {
	font-size: calc(24 / 1440 * 100vw);
	font-weight: 800;
	color: #dddddd;
	margin-bottom: 1em;
}
footer .ftcabinet .cpinfo .cpaddress {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: calc(15 / 1440 * 100vw);
	font-weight: 400;
	line-height: 160%;
	color: #dddddd;
}
footer .copyright {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: calc(14 / 1440 * 100vw);
	line-height: 100%;
	color: #dddddd;
	text-align: center;
}
footer .copyright span {
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	color: #999999;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

@media screen and (max-width: 767px) {
	footer {
		width: 100%;
		margin: 0 auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
		background-color: #3B4043;
	}
	footer .ftcabinet {
		box-sizing: border-box;
		display: grid;
		display: block;
		grid-template-columns: none none none 80%;
		grid-column-gap: 1rem;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
	footer .ftcabinet .categorynavi {
		display: none;
	}
	footer .ftcabinet .cpinfo {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: auto auto;
		grid-column-gap: 1.5rem;
		align-items: flex-start;
		width: 100%;
	}
	footer .ftcabinet .cpinfo h2 {
		font-size: calc(48 / 1440 * 100vw);
		font-weight: 600;
		line-height: 160%;
		color: #dddddd;
	}
	footer .ftcabinet .cpinfo .cpaddress {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-size: calc(32 / 1440 * 100vw);
		font-weight: 400;
		line-height: 160%;
		color: #dddddd;
	}
	footer .copyright {
		width: 100%;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: calc(32 / 1440 * 100vw);
		line-height: 100%;
		color: #dddddd;
		text-align: center;
	}
	footer .copyright span {
		font-family: 'Lato', sans-serif;
		font-weight: 800;
		color: #999999;
		margin-left: 0.3em;
		margin-right: 0.3em;
	}
}


.gray_background {
	box-sizing: border-box;
	display: block;
	padding-top: 2rem;
	padding-bottom: 3rem;
	padding-left: 7.5%;
	padding-right: 7.5%;
	background-color: #efefef;
}


.tablecabinet {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5%;
}
.tablecabinet table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
	border-top: 1px solid #DDD;
}
.tablecabinet table tr th {
	border-bottom: solid 1px #CCCCCC;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 140%;
	color: #666666;
	width: 20%;
	padding: 1em;
	text-align: right;
}
.tablecabinet table tr th span {
	font-size: 60%;
	font-weight: normal!important;
	color: #999999;
	display: block;
}
.tablecabinet table tr th span.SPAN993300 {
	color: #CC0000;
	display:inline;
}
.tablecabinet table tr td {
	padding: 1em;
	padding-left: 2em;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 130%;
	border-bottom: solid 1px #CCCCCC;
}
.tablecabinet table tr .privacypolicy {
	padding: 0;
	padding-top: 3em;
	padding-bottom: 3em;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 400;
	line-height: 160%;
	border-bottom: solid 1px #CCCCCC;
}
.tablecabinet table tr .privacypolicy p {
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 400;
	line-height: 160%;
	text-align: center;
	margin-bottom: 1em;
}
/*
.pagecabinet_simple a {
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: calc(14 / 1440 * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	color: #e97227;
	border: #e97227 solid 1px;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #e97227;
	background-color: #ffffff;
}
.pagecabinet_simple a:hover {
	color: #ffffff;
	border: #28355f solid 1px;
	background-color: #28355f;
}
*/
.tablecabinet table tr .privacypolicy a {
	margin: initial;
	padding: initial;
	padding-right: 0.5em;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 400;
	line-height: 160%;
	border: none;
	border-radius: none;
	background-color: none;
	text-decoration: underline;
}
.tablecabinet table tr .privacypolicy a:hover {
	margin: initial;
	padding: initial;
	padding-right: 0.5em;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 400;
	line-height: 160%;
	color: #999999;
	border: none;
	border-radius: initial;
	background-color: initial;
	text-decoration: underline;
}
.tablecabinet table tr .privacypolicy .agree {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 2em;
	font-size: calc(18 / 1440 * 100vw);
	font-weight: 600;
	line-height: 160%;
	text-align: center;
	border: #cccccc 1px solid;
}
.tablecabinet table tr .button {
	text-align: center;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #666666;
}

.bordernon {
	border-bottom: none!important;
}
.tablecabinet table.mailform td .postno {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.tablecabinet table.mailform  tr td .postno input {
	font-size: 90%;
}
.tablecabinet table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: disc;
	margin: 0;
	margin-left: 1.2em;
	margin-bottom: 2%;
	line-height: 120%;
}
.tablecabinet table tr td select {
	padding: 0.5em;
	font-size: 90%;
}
.tablecabinet table tr td textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0.5em;
	font-size: 90%;
}
.tablecabinet table tr td ul li {
	font-size: 90%;
	margin-bottom: 0.5em;
}
.tablecabinet table tr td img {
	box-sizing: border-box;
	display: block;
	width: 4rem;
}
.tablecabinet .addcaption {
	font-size: calc(14 / 1440 * 100vw);
	color: #CC0000;
}

@media screen and (max-width: 767px) {
	.tablecabinet {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10%;
	}
	.tablecabinet table {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		padding-top: 3%;
		padding-bottom: 2%;
		border-top: 1px solid #DDD;
	}
	.tablecabinet table tr th {
		display: block;
		border-bottom: none;
		font-size: calc(48 / 1440 * 100vw);
		font-weight: 600;
		text-align: left;
		line-height: 140%;
		color: #666666;
		width: 100%;
		padding: 0;
		padding-top: 3%;
		padding-bottom: 2%;
		padding-right: 0;
	}
	.tablecabinet table tr th span {
		font-size: 60%;
		font-weight: normal!important;
		color: #999999;
		display: block;
	}
	.tablecabinet table tr th span.SPAN993300 {
		color: #CC0000;
		display:inline;
	}
	.tablecabinet table tr td {
		display: block;
		width: auto;
		padding: 1em;
		padding: 0;
		padding-left: 0;
		padding-bottom: 3%;
		font-size: calc(50 / 1440 * 100vw);
		font-weight: 300;
		line-height: 140%;
		border-bottom: solid 1px #CCCCCC;
	}
	.bordernon {
		border-bottom: none!important;
	}
	.tablecabinet table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
		list-style: none;
		margin: 0;
		margin-bottom: 2%;
		font-size: 95%;
		line-height: 120%;
	}
	.tablecabinet table tr td ul {
		margin-bottom: 2em;
	}
	.tablecabinet table tr td ul li {
		list-style: disc;
		font-size: 4vw;
		margin-left: 2em;
		margin-bottom: 1em;
	}
	.tablecabinet table tr .button {
		padding: 1em;
		text-align: center;
		border-left: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
		background-color: #666666;
	}
}


.tablecabinet_multicolumn {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5%;
}
.tablecabinet_multicolumn table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
}
.tablecabinet_multicolumn table .header {
	border-bottom: #DDDDDD solid 1px;
}
.tablecabinet_multicolumn table tr th {
	border-bottom: solid 1px #CCCCCC;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 140%;
	color: #666666;
	padding-bottom: 1em;
	width: auto;
}
.tablecabinet_multicolumn table tr th span {
	font-size: 60%;
	font-weight: normal!important;
	color: #999999;
	display: block;
}
.tablecabinet_multicolumn table tr th span.SPAN993300 {
	color: #CC0000;
	display:inline;
}
.tablecabinet_multicolumn table tr td {
	width: auto;
	padding: 1em;
	padding-left: 2em;
	font-size: calc(14 / 1440 * 100vw);
	font-weight: 300;
	line-height: 160%;
	border-bottom: dotted 1px #CCCCCC;
}
.tablecabinet_multicolumn table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: disc;
	margin: 0;
	margin-left: 1.2em;
	margin-bottom: 2%;
	margin-top: 2%;
	line-height: 120%;
}
.tablecabinet_multicolumn table tr td ul li {
	font-size: 90%;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.tablecabinet_multicolumn {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10%;
	}
	.tablecabinet_multicolumn table {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		padding-top: 3%;
		padding-bottom: 2%;
	}
	.tablecabinet_multicolumn table tr th {
		display: block;
		border-bottom: none;
		font-size: calc(48 / 1440 * 100vw);
		font-weight: 600;
		text-align: center;
		line-height: 140%;
		color: #666666;
		width: 100%;
		padding: 0;
		padding-top: 3%;
		padding-bottom: 2%;
		padding-right: 0;
	}
	.tablecabinet_multicolumn table tr th span {
		font-size: 60%;
		font-weight: normal!important;
		color: #999999;
		display: block;
	}
	.tablecabinet_multicolumn table tr th span.SPAN993300 {
		color: #CC0000;
		display:inline;
	}
	.tablecabinet_multicolumn table tr td {
		display: block;
		width: auto;
		padding: 1em;
		padding: 0;
		padding-left: 0;
		padding-bottom: 3%;
		font-size: calc(50 / 1440 * 100vw);
		font-weight: 300;
		line-height: 140%;
		border-bottom: solid 1px #CCCCCC;
	}
	.tablecabinet_multicolumn table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
		list-style: none;
		margin: 0;
		margin-top: 2%;
		margin-bottom: 2%;
		font-size: 95%;
		line-height: 120%;
	}
	.tablecabinet_multicolumn table tr td ul {
		margin-bottom: 2em;
	}
	.tablecabinet_multicolumn table tr td ul li {
		list-style: disc;
		font-size: 4vw;
		margin-left: 2em;
		margin-bottom: 1em;
	}
	.tablecabinet_multicolumn table tr td img {
		box-sizing: border-box;
		display: block;
	}
}



.tablecabinet2 {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5%;
}
.tablecabinet2 table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
	border-top: 1px solid #DDD;
}
.tablecabinet2 table tr th {
	border-bottom: solid 1px #CCCCCC;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 140%;
	color: #666666;
	width: 20%;
	padding: 1em;
	text-align: right;
}
.tablecabinet2 table tr th span {
	font-size: 60%;
	font-weight: normal!important;
	color: #999999;
	display: block;
}
.tablecabinet2 table tr th span.SPAN993300 {
	color: #CC0000;
	display:inline;
}
.tablecabinet2 table tr td {
	padding: 1em;
	padding-left: 2em;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 130%;
	border-bottom: solid 1px #CCCCCC;
}
.tablecabinet2 table tr .button {
	text-align: center;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #666666;
}

.bordernon {
	border-bottom: none!important;
}
.tablecabinet2 table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: disc;
	margin: 0;
	margin-left: 1.2em;
	margin-bottom: 2%;
	line-height: 120%;
}
.tablecabinet2 table tr td ul li {
	font-size: 90%;
	margin-bottom: 0.5em;
}
.tablecabinet2 table tr td img {
	box-sizing: border-box;
	display: block;
	width: 4rem;
}

@media screen and (max-width: 767px) {
	.tablecabinet2 {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10%;
	}
	.tablecabinet2 table {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		padding-top: 3%;
		padding-bottom: 2%;
		border-top: 1px solid #DDD;
	}
	.tablecabinet2 table tr th {
		display: block;
		border-bottom: none;
		font-size: calc(48 / 1440 * 100vw);
		font-weight: 600;
		text-align: left;
		line-height: 140%;
		color: #666666;
		width: 100%;
		padding: 0;
		padding-top: 3%;
		padding-bottom: 2%;
		padding-right: 0;
	}
	.tablecabinet2 table tr th span {
		font-size: 60%;
		font-weight: normal!important;
		color: #999999;
		display: block;
	}
	.tablecabinet2 table tr th span.SPAN993300 {
		color: #CC0000;
		display:inline;
	}
	.tablecabinet2 table tr td {
		display: block;
		width: auto;
		padding: 1em;
		padding: 0;
		padding-left: 0;
		padding-bottom: 3%;
		font-size: calc(50 / 1440 * 100vw);
		font-weight: 300;
		line-height: 140%;
		border-bottom: solid 1px #CCCCCC;
	}
	.bordernon {
		border-bottom: none!important;
	}
	.tablecabinet2 table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
		list-style: none;
		margin: 0;
		margin-bottom: 2%;
		font-size: 95%;
		line-height: 120%;
	}
	.tablecabinet2 table tr td ul {
		margin-bottom: 2em;
	}
	.tablecabinet2 table tr td ul li {
		list-style: disc;
		font-size: 4vw;
		margin-left: 2em;
		margin-bottom: 1em;
	}
	.tablecabinet2 table tr .button {
		padding: 1em;
		text-align: center;
		border-left: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
		background-color: #666666;
	}
}


input {
	border: #cccccc solid 1px;
	padding: 0.2rem;
}

.mfp_element_textarea {
	width: 100%!important;
	border: #cccccc solid 1px!important;
	padding: 0.2rem!important;
}

button.send {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	font-size: calc(16 / 1440 * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: #ffffff;
	color: #e97227;
	color: #000000;
	border: #e97227 solid 2px;
	border:#666666 solid 1px;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #e97227;
	background-color: #ffffff;
}
button.send:hover {
	background-color: #e97227;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	button.send {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 2em;
		padding-right: 2em;
		font-size: calc(48 / 1440 * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: #ffffff;
		color: #e97227;
		color: #000000;
		border: #e97227 solid 2px;
		border:#666666 solid 1px;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #e97227;
		background-color: #ffffff;
	}
	button.send:hover {
		background-color: #e97227;
		color: #ffffff;
	}
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: none!important;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}


.jumper {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
	width: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-box-pack: end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	z-index: 10000000000;
	opacity: 0.5;
}
.jumper a  {
	display: block;
	width: 50px;
	height: 50px;
}
.jumper a img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.jumper {
		position: fixed;
		left: auto;
		right: 1%;
		bottom: 10vh;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: -moz-box;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		-webkit-box-pack: end;
		   -moz-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		width: 50px;
		margin-left: auto;
		margin-right: auto;
		z-index: 10000000000;
		opacity: 0.5;
	}
	.jumper a  {
		display: block;
		width: 40px;
		height: 40px;
	}
	.jumper a img {
		width: 100%;
	}
}


.ymd {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	overflow: hidden;
}
.ymd .item {
	margin-right: 1em;
}
.ymd .item:last-child {
	margin: 0;
}
.ymd .year {
	width: 8em;
}
.ymd .date {
	width: 4em;
}


ul.stdlist {
	list-style: disc;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul.stdlist li {
	font-size: 100%;
	font-weight: 600;
	line-height: 160%;
	margin-left: 1.5em;
	margin-bottom: 1.2em;
}
ul.stdlist_inner {
	list-style: disc;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
ul.stdlist_inner li {
	font-weight: 600;
	line-height: 160%;
	color: #00275f;
	margin-left: 1.5em;
	margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
	ul.stdlist {
		list-style: disc;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		margin-left: 1.5em;
	}
	ul.stdlist li {
		font-size: 6vw;
		font-weight: 600;
		line-height: 160%;
		margin-left: 1.5em;
		margin-bottom: 0.6em;
	}
	ul.stdlist_inner {
		list-style: disc;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		margin-left: 1.5em;
	}
	ul.stdlist_inner li {
		font-weight: 600;
		line-height: 160%;
		color: #00275f;
		margin-left: 1.5em;
		margin-bottom: 0.6em;
	}
}



.bluefont {
	color: #4a447b;
}
.e00c73 {
	color: #E00C73;
}

ul.stdlist_num {
	list-style: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.stdlist_num li {
	font-weight: bold;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
p.appeal {
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 70%!important;
	font-weight: 400;
	color: #E00C73;
}
p.footnote {
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 90%!important;
	font-weight: 400;
	color: #e97227;
}
.footnote2 {
	box-sizing: border-box;
	display: block;
	font-size: 80%!important;
	font-weight: 300;
	line-height: 150%;
	text-indent: -1.2em;
	padding-left: 1.2em;
	color: #666666;
	margin-bottom: 1em;
}
.footnote2:last-child {
	box-sizing: border-box;
	display: block;
	font-size: 80%!important;
	font-weight: 300;
	line-height: 150%;
	text-indent: -1.2em;
	padding-left: 1.2em;
	color: #666666;
	margin-bottom: 0em;
}

@media screen and (max-width: 767px) {
	ul.stdlist {
		list-style: disc;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	ul.stdlist li {
		font-size: 90%;
		line-height: 160%;
		margin-left: 1.5em;
		margin-bottom: 1em;
	}
	
	ul.stdlist_num {
		list-style: decimal;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	ul.stdlist_num li {
		font-size: 80%;
		line-height: 140%;
		margin-left: 1.2em;
		margin-bottom: 1em;
	}

	ul.appeallist {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		list-style: none;
	}
	ul.appeallist li {
		font-size: 85%;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
}

dl.appeallist {
	margin-top: 2em;
	margin-bottom: 2em;
}
dl.appeallist dt {
	font-weight: bold;
	color: #E00C73;
	margin-bottom: 0.8em;
}
dl.appeallist dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 85%;
	font-weight: normal;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #DDD;
	border-right: none;
	border-bottom: none;
	padding-left: 0.7em;
}

.bordertop {
	border-top: 1px solid #d1d1d1;
}
.borderbottom {
	border-bottom: 1px solid #d1d1d1;
}

.bottomzero {
	margin-bottom: 0!important;
}
.top5 {
	margin-top: 5%;
}
.bottomnarrow {
	margin-bottom: 5%;
}
.bottomsupernarrow {
	margin-bottom: 0%;
}
.bottom10 {
	margin-bottom: 10%!important;
}
.bottom15 {
	margin-bottom: 15%!important;
}
.bottom2 {
	margin-bottom: 2%!important;
}
.bottom5 {
	margin-bottom: 5%!important;
}
.leftmargin {
	margin-left: 3%;
}
@media screen and (max-width: 767px) {
	.bottom5 {
		margin-bottom: 15%!important;
	}
}
.bottom5resp {
	margin-bottom: 5%!important;
}
@media screen and (max-width: 767px) {
	.bottom5resp {
		margin-bottom: 10%!important;
	}
}
@media screen and (max-width: 767px) {
	.mobilebottom {
		margin-bottom: 25%;
	}
}

.top3 {
	margin-top: 3%!important;
}
.topadd {
	margin-top: 5%!important;
}

.topaddm {
	margin-top: 0%!important;
}
@media screen and (max-width: 767px) {
	.topaddm {
		margin-top: 5%!important;
	}
	.top3 {
		margin-top: 5%!important;
	}
}
.topadd10 {
	margin-top: 10%!important;
}
.topadd10bottomadd10 {
	margin-top: 10%!important;
	margin-bottom: 10%!important;
}
.topzero {
	margin-top: 0!important;
}



ul.astlist {
	margin-top: 1%;
}
ul.astlist li {
	text-indent:-1.2em;
	list-style-type:none;
	line-height: 140%;
	font-size: 65%;
	font-weight: 400;
	color: #CC3366;
	margin-bottom: 0.5em;
}


span.wine {
	color: #4a447b;
}

span.red {
	color: #dd0000;
}
span.SPAN993300 {
	color: #993300;
}

#mfp_phase_stat {
	display: none!important;
}

.asterisk {
	font-size: 0.8em;
	font-weight: 600;
	vertical-align: super;
	padding-left: 0.2em;
	padding-right: 0.2em;
	color: #993300;
}
.annotation {
	font-size: calc(10 / 1440 * 100vw);
	font-weight: 600;
	line-height: 160%;
	color: #993300;
}
.annotation::before {
	font-size: calc(10 / 1440 * 100vw);
	font-weight: 400;
	line-height: 160%;
	color: #993300;
	content: "\02749";
	margin-right: 1em;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.alertsup {
	color: #8D0000;
}

.alertcaption {
	font-size: 80%!important;
	font-weight: 600;
	color: #8D0000;
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.alertcaption {
		font-size: 3.2vw!important;
		font-weight: 600;
		color: #8D0000;
		margin-top: 1em;
	}
}

.alertcaption2 {
	font-size: 70%!important;
	font-weight: 600;
	color: #666666;
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.alertcaption2 {
		font-size: 3vw!important;
		font-weight: 600;
		color: #666666;
		margin-top: 1em;
	}
}

.appeal {
	box-sizing: border-box;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 70%!important;
	font-weight: 400;
	color: #E00C73;
}


sup {
	font-size: 50%;
	vertical-align: super;
	position: relative;
	top: -0.1em;
	margin-right: 0.5rem;
}

div#mfp_hidden {
	display: none!important;
}

/*
div#mfp_overlay_background {
	display: none!important;
}
div#mfp_loading_screen {
	display: none!important;
}

div#mfp_loading {
	display: none!important;
}
*/