body {
	margin: 0;
	font-size: 15px;
	font-family: 'Lato', 'Noto Sans JP';
	line-height: 1.6;
	color: #333;
}

@media screen and (min-width: 585px){
	body{
		width:586px;
		margin-left: calc( (100vw - 586px) / 2 );
		margin-right: calc( (100vw - 586px) / 2 );
	}
}

a, a:link, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-size: 0px;
	font-weight: bold;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer {
	background-color: #333333;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.site-footer a {
	color: #fff;
	font-size: 15px;
}

.site-footer-h {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
	margin: 20px 20px 0;
}

.site-footer-wrap {
	display: flex;
	flex-direction: column;
	margin: 0px 20px 20px;
}

.site-footer-contents {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 15px 0;
}

.site-footer-content-column {
	width: 50%;
}

/********************

サイドメニューアコーディオン

*********************/
.content-wrap {}


.side-menu-dialog.show {
	display: block;
}

.side-menu-dialog {
	display: block;
	width: 0;
	height: calc(100% + 60px);
	position: absolute;
	background: rgba(32, 32, 32, 1);
	z-index: 10;
	top: -60px;
	right: 0;
	transition: .3s;
	overflow: hidden;
}

.side-menu-wrap {
	display: flex;
	flex-direction: column;
}

.side-menu-header {
	justify-content: flex-end;
	margin-right: 16px;
	margin-top: 10px;
	cursor: pointer;
	display: none;
}

.side-menu-header.open {
	position: fixed;
	top: 10px;
	right: 0px;
	z-index: 9;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.side-menu-header img {
	width: 25px;
}

.side-menu-contents-container {
	display: none;
	position: relative;
	top: 35px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	padding-bottom: 30px;
}

.side-menu-contens-wrap {
	display: flex;
	flex-direction: column;
	margin: 25px 25px 15px;
}

.side-menu-contens-menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255/ 36%);
	margin-bottom: 10px;
	height: 64px;
	position: relative;
	overflow: overlay;
}

.side-menu-contens-menu02 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255/ 36%);
	margin-bottom: 10px;
	height: 64px;
	position: relative;
	overflow: overlay;
}

@media screen and (min-width: 585px){

	.side-menu-header.open {
		display: flex;
		position: fixed;
		top: 10px;
		right: calc( (100vw - 586px) / 2 );
		z-index: 9;
	}

	.side-menu-contens-menu{
		margin-left: calc((100vw - 586px) / 2);
		margin-right: calc((100vw - 586px) / 2);
		max-width:586px;
	}

	.side-menu-contens-menu02{
	margin-left: calc((100vw - 586px) / 2);
	margin-right: calc((100vw - 586px) / 2);
	max-width:586px;
	}
}

.side-menu-contens-menu div,
.side-menu-contens-sub-menu a {
	font-size: 16px;
	color: #fff;
}

.area-link div {
	font-size: 16px;
	color: #e65c5c;
	font-weight: bold;
}

.side-menu-contens-sub-menu-wrap.open {
	display: block;
}

.side-menu-contens-sub-menu-wrap {
	display: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.side-menu-contens-sub-menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-left: 40px;
	height: 50px;
	position: relative;
}

.side-menu-contens-menu.link:before,
.side-menu-contens-sub-menu.link:before {
	content: '';
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url('/img/icon_arrow_white.svg');
	background-size: cover;
	width: 22px;
	height: 22px;
}

.side-menu-contens-menu.ac-menu-plus:before {
	content: '';
	position: absolute;
	top: 20px;
	right: 0px;
	background-image: url('/img/icon_plus_white.svg');
	background-size: cover;
	width: 22px;
	height: 22px;
}

.side-menu-contens-menu.ac-menu-minus:before {
	content: '';
	position: absolute;
	top: 20px;
	right: 0px;
	background-image: url('/img/icon_minus_white.svg');
	background-size: cover;
	width: 22px;
	height: 22px;
}

.side-menu-footer {}

.side-menu-footer-wrap {
	display: flex;
	flex-direction: column;
	margin: 0px 25px;
}

.side-menu-footer-contents {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.side-menu-footer-content.right {
	margin-left: 40px;
}

.side-menu-footer-wrap a {
	color: #fff;
}

.side-menu-footer-contents-under {
	margin-top: 10px;
	overflow: overlay;
}

/********************

サブページ_ヘッダー

*********************/
.sub-header-upper {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	position: fixed;
	z-index: 5;
	top: 0;
	width: calc(100% - 30px);
	background: #fff;
	border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 585px){
	.sub-header-upper {
		box-sizing: border-box;
		max-width:586px;
	}
}

.sub-header-upper+.sub-header {
	margin-top: 55px;
}

.sub-header-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}

.sub-header-menu ul {
	display: flex;
	flex-direction: column;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	position: relative;
}

.sub-header-menu li {
	width: 20px;
	height: 2px;
	background: #333;
	margin-bottom: 5px;
	transition: .3s;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.sub-header-menu li:nth-child(1) {
	top: -13px;
}

.sub-header-menu li:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}

.sub-header-menu li:nth-child(3) {
	bottom: -14px;
}

.sub-header-menu.active li:nth-child(1) {
	transform: rotate(45deg);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.sub-header-menu.active li:nth-child(2) {
	opacity: 0;
}

.sub-header-menu.active li:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.sub-header-logo {
	width: 120px;
	height: 40px;
}

.sub-header-logo img {
	height: 100%;
}

.breadcrumb-list {
	background: #F1F1F1;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	font-weight: 500;
}

.breadcrumb-list a {
	color: #4A81FF;
}

.icon-arrow {
	width: 16px;
	height: 16px;
	margin: 0 3px;
}

.icon-arrow img {
	object-fit: contain;
}

/********************

サブページ共通

*********************/
.sub-link-btn {
	width: 250px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 100px;
	color: #333;
	border: 1px solid #333;
	margin: 30px auto 0;
	position: relative;
	padding-right: 10px;
}

.sub-link-btn:after {
	content: "";
	width: 24px;
	height: 20px;
	background: url(/img/icon_arrow_black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto;
}

/********************

デザイン共通

********************/
.arrow_box {
	position: relative;
	background: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #A5A5A5;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.arrow_box:after, .arrow_box:before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	left: 50%;
}

.arrow_box:after {
	top: calc(100% - 1px);
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-left: -11px;
	border-top-color: #FFFFFF;
}

.arrow_box:before {
	top: 100%;
	border-color: rgba(165, 165, 165, 0);
	border-top-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-left: -11px;
	margin-top: 1px;
	border-top-color: #A5A5A5;
}


.site-h1-container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0 25px;
	padding: 0;
}

.site-h1-arrow {
	position: relative;
	background: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #aaa;
	font-size: 16px;
	font-weight: bold;
}

.site-h1-arrow:after, .site-h1-arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-h1-arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.site-h1-arrow:before {
	border-color: rgba(170, 170, 170, 0);
	border-top-color: #aaa;
	border-width: 9px;
	margin-left: -9px;
}

/********************

フッター

*********************/
.footer {
	background: #333;
	color: #FFF;
	padding: 20px 25px 50px;
}

.footer-h {
	font-size: 24px;
	border-bottom: 1px solid #707070;
	text-align: center;
	padding-bottom: 15px;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 15px;
	list-style-type: none;
}

.footer li {
	height: 45px;
	width: 50%;
}

.footer li a {
	color: #fff;
	display: block;
}

.footer li.lines {
	height: 55px;
}

/*============
アコーディオン
=============*/

.acd-check{
	display: none;
}
.acd-label{
	display: block;
	margin-bottom: 0px;
}
.acd-content{
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	padding: 10px 20px;
	visibility: visible;
	margin: 0 -20px 0 10px;
}

.acd-label:after {
	position: absolute;
	content: '';
	display: inline-block;
	background-image: url('/img/icon_arrow_white02.svg');
	background-repeat: no-repeat;
	padding: 13px 13px;
	vertical-align: middle;
	background-size: contain;
	right: 25px;
	top: 45px;
}

.acd-check:checked +.acd-label:after{
	content: '';
	background-image: url('/img/icon_arrow_white02.svg');
	background-repeat: no-repeat;
	transform: rotateX(180deg);
	vertical-align: middle;
	background-size: contain;
}
