@charset "UTF-8";

/*============================================================================================
      Login
=============================================================================================*/
/*    Login
=====================================================*/
.Login {
	padding: 16vw 0 6vw;
}
.Login_logo_img {
	line-height: 0;
	text-align: center;
}
.Login_logo_img img {
	width: 54.8vw;
}
.Login_catch {
	text-align: center;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.79;
	margin: 13vw 0 7vw;
}
.Login form div.text {
	margin-bottom: 6vw;
}
.Login form div.password {
	margin-bottom: 3vw;
}
.Login .uk-input {
	height: 50px
}
.Login_link {
	text-align: right;
}
.Login_link a {
	color: #494949;
	font-size: 1.3rem;
	line-height: 1.54;
	text-decoration: underline;
}
.Login_keep_box {
	text-align: center;
}
.Login_keep {
	display: inline-block;
	border-width: 1px;
	border-color: #dbd5cf;
	border-style: solid;
	font-size: 1.3rem;
	padding: 1vw 4vw 1vw 1vw;
}
.Login_keep label {
	color: #fff;
	font-size: 1.3rem;
}
.Login_btn {
	width: 100%;
	height: 14vw;
	border-radius: 5px;
	background-color: #e18838;
	margin: 12vw 0 4vw;
	color: #ffffff;
	font-size: 1.8rem;
	transition: all 0.2s;
}
.Login_btn:hover {
	transform: translateY(3px);
}

@media screen and (min-width: 960px) {
	.Login {
		padding: 120px 0 45px;
	}
	.Login_logo_img img {
		width: 320px;
	}
	.Login_catch {
		margin: 60px 0 60px;
	}
	.Login form div.text {
		margin-bottom: 30px;
	}
	.Login form div.password {
		margin-bottom: 10px;
	}
	.Login_keep {
		padding: 8px 40px 10px 20px;
	}
	.Login_btn {
		height: 60px;
		margin: 40px 0 30px;
	}
}


/*============================================================================================
      Home
=============================================================================================*/
/*    Home
=====================================================*/
.w_Home {
}
.Home {
	padding: 14vw 0;
}
.Home_catch {
	font-size: 1.4rem;
	line-height: 1.43;
	text-align: center;
	padding-bottom: 10vw;
}
.Home_nav_lst {
	justify-content: center;
}
.Home_nav_lst li {
	width: 42.67vw;
	height: 42.67vw;
	border-radius: 5px;
	background-color: #7dac46;
	margin-left: 2.933vw;
	position: relative;
}
.Home_nav_lst li:first-child {
	margin-left: 0;
	background-color: #5f524a;
}
.Home_nav_lst li.inactive {
	background-color: rgba(125,172,70,0.2);
}
.Home_nav_lst li a,
.Home_nav_lst li span {
	display: block;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.11;
	font-weight: 600;
	padding-top: 27vw;
	position: relative;
}
.Home_nav_lst li a::before,
.Home_nav_lst li span::before {
	content: "";
	position: absolute;
	top: 9vw;
	left: 0;
	line-height: 1;
	width: 100%;
	height: 20vw;
	text-align: center;
	background: url(../img/icon_mainte01.png) top center no-repeat;
	background-size: 17.6vw;
}
.Home_nav_lst li:first-child a,
.Home_nav_lst li:first-child span {
	padding-top: 29vw;
}
.Home_nav_lst li:first-child a::before,
.Home_nav_lst li:first-child span::before {
	top: 8vw;
	background: url(../img/icon_build01.png) top center no-repeat;
	background-size: 15.2vw;
}
.Home_nav_lst li p {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.67;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.Home_btn {
	height: 60px;
	margin: 20px 0 30px;
}

@media screen and (min-width: 960px) {
	.Home {
		padding: 60px 0;
	}
	.Home_catch {
		padding-bottom: 60px;
	}
	.Home_nav_lst li {
		width: 300px;
		height: 300px;
		margin-left: 40px;
	}
	.Home_nav_lst li a,
	.Home_nav_lst li span {
		padding-top: 200px;
	}
	.Home_nav_lst li a::before,
	.Home_nav_lst li span::before {
		content: "";
		position: absolute;
		top: 68px;
		left: 0;
		line-height: 1;
		width: 100%;
		height: 150px;
		text-align: center;
		background: url(../img/icon_mainte01.png) top center no-repeat;
		background-size: 132px;
	}
	.Home_nav_lst li:first-child a,
	.Home_nav_lst li:first-child span {
		padding-top: 210px;
	}
	.Home_nav_lst li:first-child a::before,
	.Home_nav_lst li:first-child span::before {
		top: 60px;
		background: url(../img/icon_build01.png) top center no-repeat;
		background-size: 114px;
	}
}

/*    Rules
=====================================================*/
.Rules_title {
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}
.Rules_content {
	height: 68vh;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	white-space: pre-wrap;
	font-size: 1.2rem;
	line-height: 1.92;
	border: none;
}
.Rules_btn_wrp {
	padding-top: 4vh;
	text-align: center;
}
.Rules_btn_wrp a {
	display: inline-block;
	width: 63vw;
	height: 16vw;
	border-radius: 5px;
	background-color: #e18838;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1;
	transition: all 0.2s;
	padding-top: 3vw;
}
.Rules_btn_wrp a span {
	display: block;
	font-size: 1.1rem;
	text-align: center;
	padding-bottom: 1.5vw;
}
.Rules_btn_wrp a:hover {
	transform: translateY(3px);
}

@media screen and (min-width: 960px) {
	.Rules_content {
		height: 68vh;
	}
	.Rules_btn_wrp a {
		width: 450px;
		height: 80px;
		padding-top: 20px;
	}
	.Rules_btn_wrp a span {
		padding-bottom: 8px;
	}
}


/*============================================================================================
      BuildTop
=============================================================================================*/
/*    BuildTop
=====================================================*/
.w_BuildTop {
}
.BuildTop {
	padding: 6vw 0 2vw;
}
.BuildTop_ttl_wrp {
	padding-bottom: 4vw;
}
.BuildTop_title {
	color: #535353;
	font-size: 1.8rem;
	line-height: 1.11;
}
.BuildTop_task_cnt_wrp {
	margin-left: auto;
	align-items: flex-end;
	line-height: 1;
}
.BuildTop_task_cnt {
	color: #e18838;
	font-size: 1.1rem;
	padding-right: 3px;
}
.BuildTop_task_cnt span {
	font-size: 1.2rem;
	font-weight: 600;
}
.BuildTop_task_all {
	color: #525252;
	font-size: 1rem;
}
.BuildTop_task_btn_wrp {
}
.BuildTop_task_btn {
/*	height: 26.13vw;*/
	border-radius: 5px;
	border-width: 1px;
	border-color: #dfdad4;
	border-style: solid;
	background-color: #f3f0ec;
}
.BuildTop_task_btn a {
	display: block;
	padding: 6vw 5vw 2vw;
	padding-right: 4vw;
	position: relative;
	line-height: 1;
	height: 100%;
}
.BuildTop_task_btn a::after {
	content: '';
	position: absolute;
	width: 1.8vw;
	height: 1.8vw;
	border-top: 3px solid #b6ac9f;
	border-right: 3px solid #b6ac9f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 1.2vw);
	right: 3vw;
}
.BuildTop_task_btn_ttl {
	display: block;
	color: #512900;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 3.5vw;
}
.BuildTop_task_btn_info {
	display: block;
	color: #e31414;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.25;
	padding-left: 8vw;
	margin-bottom: 1.5vw;
	background: url(../img/icon_notice02.png) no-repeat left center;
	background-size: 6.4vw;
}
.BuildTop_task_lst_ttl {
	color: #535353;
	font-size: 1.35rem;
	line-height: 1.11;
	padding: 5vw 0 2vw;
}
.BuildTop_task_lst {
}
.BuildTop_task_item {
	border-radius: 5px;
	border-width: 1px;
	border-color: #dfdad4;
	border-style: solid;
	background-color: #f3f0ec;
	margin-bottom: 2.67vw;
}
.BuildTop_task_item a {
	display: block;
	padding: 1.5vw 3vw 2.5vw;
	padding-right: 4vw;
	position: relative;
	line-height: 1;
}
.BuildTop_task_item a::after {
	content: '';
	position: absolute;
	width: 1.8vw;
	height: 1.8vw;
	border-top: 2px solid #b6ac9f;
	border-right: 2px solid #b6ac9f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 1.2vw);
	right: 3vw;
}
.BuildTop_task_date {
	display: inline-block;
	font-weight: 600;
	color: #512900;
	font-size: 1rem;
	margin-right: 1vw;
}
.BuildTop_task_date span {
	display: inline-block;
	transform: scale(0.9);
}
.BuildTop_task_lbl {
	color: #a49c92;
	font-size: 1rem;
	font-weight: 600;
}
.BuildTop_task {
	display: block;
	color: #1d55a9;
	font-size: 1.2rem;
	padding-top: 1vw;
}
.BuildTop_task_aside {
	color: #535353;
	font-size: 1.1rem;
	line-height: 1.36;
	padding-bottom: 7vw;
}
.BuildTop_btn_lst {
	margin: 80px 0 0 0;
}
.BuildTop_btn {
	width: 42.67vw;
	height: 18.67vw;
	border-radius: 5px;
	background-color: #5f524a;
	margin-left: 4vw;
	margin-bottom: 5.33vw;
	position: relative;
}
.BuildTop_btn:nth-child(2n+1) {
	margin-left: 0;
}
.BuildTop_btn a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 18vw;
}
.BuildTop_btn_badge {
	position: absolute;
	top: -2.5vw;
	right: -2vw;
	width: 9.33vw;
	height: 9.33vw;
	border-radius: 50%;
	background-color: #e31414;
}
.BuildTop_btn_badge span:first-child {
	display: block;
	color: #ffffff;
	font-size: 1rem;
	transform: scale(0.8);
	text-align: center;
	line-height: 1;
	padding: 2vw 0 0.5vw;
}
.BuildTop_btn_badge span:last-child {
	display: block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 1
}

@media screen and (min-width: 960px) {
	.BuildTop {
		padding: 60px 0 30px;
	}
	.BuildTop_ttl_wrp {
		padding-bottom: 20px;
	}
	.BuildTop_task_btn a {
		padding: 30px 30px 10px;
		padding-right: 30px;
	}
	.BuildTop_task_btn a::after {
		width: 10px;
		height: 10px;
		border-top: 3px solid #b6ac9f;
		border-right: 3px solid #b6ac9f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: calc(50% - 7px);
		right: 20px;
	}
	.BuildTop_task_btn_ttl {
		padding-bottom: 20px;
	}
	.BuildTop_task_btn_info {
		padding-left: 50px;
		margin-bottom: 20px;
		background: url(../img/icon_notice02.png) no-repeat left center;
		background-size: 40px;
	}
	.BuildTop_task_lst_ttl {
		padding: 30px 0 10px;
	}
	.BuildTop_task_item {
		margin-bottom: 15px;
	}
	.BuildTop_task_item a {
		padding: 10px 20px 14px;
		padding-right: 30px;
	}
	.BuildTop_task_item a::after {
		width: 10px;
		height: 10px;
		border-top: 2px solid #b6ac9f;
		border-right: 2px solid #b6ac9f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: calc(50% - 7px);
		right: 20px;
	}
	.BuildTop_task_date {
		margin-right: 10px;
	}
	.BuildTop_task {
		padding-top: 10px;
	}
	.BuildTop_task_aside {
		padding-bottom: 60px;
	}
	.BuildTop_btn {
		width: 370px;
		height: 100px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.BuildTop_btn a {
		line-height: 100px;
	}
	.BuildTop_btn_badge {
		position: absolute;
		top: -20px;
		right: -15px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #e31414;
	}
	.BuildTop_btn_badge span:first-child {
		padding: 15px 0 4px;
	}
}


/*    BuildTopFoot
=====================================================*/
.w_BuildTopFoot {
	border-top: 1px solid #bfb8b0;
}
.BuildTopFoot {
	padding: 6.67vw 0 40vw;
}
.BuildTopFoot_btn_wrp {
}
.BuildTopFoot_btn {
	height: 18.13vw;
	border-radius: 5px;
	border-width: 1px;
	border-color: #dfdad4;
	border-style: solid;
	background-color: #f3f0ec;
}
.BuildTopFoot_btn a {
	display: block;
	color: #512900;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: calc(18.13vw - 2px);
	padding: 0 6vw;
	position: relative;
}
.BuildTopFoot_btn a::after {
	content: '';
	position: absolute;
	width: 1.8vw;
	height: 1.8vw;
	border-top: 3px solid #b6ac9f;
	border-right: 3px solid #b6ac9f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 1.2vw);
	right: 3vw;
}

@media screen and (min-width: 960px) {
	.BuildTopFoot {
		padding: 50px 0 200px;
	}
	.BuildTopFoot_btn {
		height: 100px;
	}
	.BuildTopFoot_btn a {
		display: block;
		color: #512900;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 98px;
		padding: 0 45px;
		position: relative;
	}
	.BuildTopFoot_btn a::after {
		width: 10px;
		height: 10px;
		border-top: 3px solid #b6ac9f;
		border-right: 3px solid #b6ac9f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: calc(50% - 7px);
		right: 22.5px;
	}

}


/*============================================================================================
      Page
=============================================================================================*/
.w_Page {
}
.Page {
	padding: 1.5vw 3vw;
}

@media screen and (min-width: 960px) {
	.w_Page {
	}
	.Page {
		padding: 10px 60px;
	}

}


/*============================================================================================
      Schedule
=============================================================================================*/
/*    Schedule
=====================================================*/
.w_Schedule {
	margin-bottom: 36vw;
}
.Schedule {
}
.Schedule_title {
	color: #512900;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 3vw;
}
.Schedule_list {
	margin: 0;
}
.Schedule_list>:not(:first-child)>tr {
	border-top: 1px solid #bfb8b0;
}
.Schedule_list>:last-child>tr {
	border-bottom: 1px solid #bfb8b0;
}
.Schedule_list th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	text-align: center;
	padding: 0.3vw 1vw;
	border-left: 1px solid #e0dbd5;
}
.Schedule_list th:first-child {
	border-left: none;
}
.Schedule_list tr.closed {
	background-color: #f4f1ed;
}
.Schedule_list td {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3.5vw 2vw;
	border-left: 1px solid #bfb8b0;
	vertical-align: middle;
}
.Schedule_list td:first-child {
	border-left: none;
	width: 19vw;
}
.Schedule_list td:last-child {
	text-align: center;
	line-height: 1.2;
	width: 18vw;
	padding: 2.5vw 2vw;
}
.Schedule_date {
	color: #525252;
	font-size: 1rem !important;
	text-align: center;
}
.Schedule_date span {
	display: inline-block;
	transform: scale(0.9);
}


@media screen and (min-width: 960px) {
	.w_Schedule {
		margin-bottom: 200px;
	}
	.Schedule_title {
		padding: 10px 0;
	}
	.Schedule_list th {
		padding: 4px 10px;
	}
	.Schedule_list td {
		padding: 20px 12px;
	}
	.Schedule_list td:first-child {
		width: 100px;
	}
	.Schedule_list td:last-child {
		width: 100px;
		padding: 12px 12px;
	}
}


/*============================================================================================
      Process
=============================================================================================*/
/*    Process
=====================================================*/
.w_Process {
	margin-bottom: 36vw;
}
.Process {
}
.Process_title {
	color: #512900;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 3vw;
}
.Process_list {
	margin: 0;
}
.Process_list>:not(:first-child)>tr {
	border-top: 1px solid #bfb8b0;
}
.Process_list>:last-child>tr {
	border-bottom: 1px solid #bfb8b0;
}
.Process_list th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	padding: 0.3vw 1vw;
	border-left: 1px solid #e0dbd5;
}
.Process_list th:first-child {
	border-left: none;
}
.Process_list th a {
	text-decoration: underline;
}
.Process_list th span {
	display: inline-block;
	transform: scale(0.8);
	margin-left: 2px;
}
.Process_list tr.closed {
	background-color: #f4f1ed;
}
.Process_list td {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3vw 2vw;
	padding: 3vw 1.5vw;
	border-left: 1px solid #bfb8b0;
	vertical-align: middle;
}
.Process_list td:first-child {
	border-left: none;
	width: 19vw;
	width: 12vw;
	color: #a49c92;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}
.Process_list td:last-child {
	text-align: center;
	line-height: 1.2;
	width: 18vw;
	padding: 2.5vw 2vw;
}
.Process_date {
	color: #525252;
	font-size: 1rem !important;
	text-align: center;
	display: inline-block;
	padding-top: 2vw;
}
.Process_date.limit {
	color: #e18838;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 0;
}
.Process_date span {
	display: inline-block;
	transform: scale(0.9);
}
.Process_list dl {
	margin-top: 2vw;
}
.Process_list dl dt {
	display: inline-block;
	width: 15vw;
	background-color: #e5e1dc;
	color: #847f79;
	font-size: 1rem;
	text-align: center;
}
.Process_list dl dd {
	display: inline-block;
	width: calc(100% - 15vw);
	background-color: #f4f1ed;
	font-size: 1rem;
	padding: 0 1vw;
}
.Process_btn_wrp {
	padding-top: 1.5vw;
}
.Process_btn {
	display: block;
	width: 18.67vw;
	height: 9.33vw;
	border-radius: 4px;
	background-color: #e18838;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 9.33vw;
	text-align: center;
}
.Process_btn:hover {
	color: #fff;
}

@media screen and (min-width: 960px) {
	.w_Process {
		margin-bottom: 200px;
	}
	.Process_title {
		padding: 10px 0;
	}
	.Process_list th {
		padding: 8px 10px;
	}
	.Process_list td {
		padding: 16px 12px;
	}
	.Process_list td:first-child {
		width: 90px;
	}
	.Process_list td:last-child {
		width: 100px;
		padding: 12px 12px;
	}
	.Process_date {
		padding-top: 10px;
	}
	.Process_list dl {
		margin-top: 10px;
	}
	.Process_list dl dt {
		width: 100px;
	}
	.Process_list dl dd {
		width: calc(100% - 100px);
		padding: 0 20px;
	}
	.Process_btn_wrp {
		padding-top: 10px;
	}
	.Process_btn {
		width: 100px;
		height: 50px;
		line-height: 50px;
	}
}



/*============================================================================================
      Checklist
=============================================================================================*/
/*    Checklist
=====================================================*/
.w_Checklist {
	margin-bottom: 36vw;
}
.Checklist {
}
.Checklist_title {
	color: #512900;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 3vw;
}
.Checklist_list {
	margin: 0;
}
.Checklist_list>:not(:first-child)>tr {
	border-top: 1px solid #bfb8b0;
}
.Checklist_list>:last-child>tr {
	border-bottom: 1px solid #bfb8b0;
}
.Checklist_list th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	text-align: center;
	padding: 0.3vw 1vw;
	border-left: 1px solid #e0dbd5;
}
.Checklist_list th:first-child {
	border-left: none;
}
.Checklist_list th a {
	text-decoration: underline;
}
.Checklist_list th span {
	display: inline-block;
	transform: scale(0.8);
	margin-left: 2px;
}
.Checklist_list td {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3vw 2vw;
	border-left: 1px solid #bfb8b0;
	vertical-align: middle;
}
.Checklist_list td:first-child {
	border-left: none;
	width: 18vw;
	color: #a49c92;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}
.Checklist_list td:last-child {
	text-align: center;
	line-height: 1.2;
	width: 18vw;
	padding: 2.5vw 2vw;
}
.Checklist_date {
	color: #525252 !important;
	font-size: 1rem !important;
	text-align: center;
	display: inline-block;
	padding-top: 2vw;
}
.Checklist_date.limit {
	color: #e18838;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 0;
}
.Checklist_date span {
	display: inline-block;
	transform: scale(0.9);
}
.Checklist_btn_lst {
	margin-top: 2vw;
}
.Checklist_btn {
	display: block;
	height: 8.8vw;
	margin-left: 10px;
}
.Checklist_btn:first-child {
	margin-left: 0;
}
.Checklist_btn a,
.Checklist_btn span {
	display: block;
	border-radius: 5px;
	border-width: 1px;
	border-color: #dfdad4;
	border-style: solid;
	background-color: #f3f0ec;
	color: #512900;
	font-size: 1.2rem;
	font-weight: 600;
	/*line-height: 8.8vw;*/
	line-height: 1.2;
	text-align: center;
	transition: all 0.2s;
	padding: 1rem;
}
.Checklist_btn span {
	border-width: 2px;
	border-color: #469d50;
	background-color: #ffffff;
	color: #469d50;
}
.Checklist_btn.disabled span {
	border-width: 0;
	background-color: #f5f5f5;
	color: #c2bbb1;
}
.Checklist_btn a:hover {
	border-width: 1px;
	border-color: #469d50;
	background-color: #ffffff;
	color: #469d50;
	opacity: 1;
}
.Checklist_closed {
	display: inline-block;
	color: #469d50;
	font-size: 1.1rem;
	font-weight: 600;
	background: url(../img/icon_check.png) no-repeat left center;
	/*background-size: 3.2vw;*/
	background-size: 5.2vw;
	padding-left: 6vw;
}
.Checklist_cancel {
	display: inline-block;
	color: #d0cfce;
	font-size: 1.5rem;
	font-weight: 600;
	/* background: url(../img/icon_check.png) no-repeat left center; */
	/* background-size: 3.2vw; */
	padding-left: 4vw;
	margin:auto 0;
}

@media screen and (min-width: 960px) {
	.w_Checklist {
		margin-bottom: 200px;
	}
	.Checklist_title {
		padding: 10px 0;
	}
	.Checklist_list th {
		padding: 4px 10px;
	}
	.Checklist_list td {
		padding: 16px 12px;
	}
	.Checklist_list td:first-child {
		width: 120px;
	}
	.Checklist_list td:last-child {
		width: 100px;
		padding: 12px 12px;
	}
	.Checklist_date {
		padding-top: 10px;
	}
	.Checklist_btn_lst {
		margin-top: 10px;
	}
	.Checklist_btn {
		height: 50px;
	}
	.Checklist_btn a,
	.Checklist_btn span {
		line-height: 1.2;
	}
	/*.Checklist_btn.disabled span {
		line-height: 54px;
	}*/
	.Checklist_closed {
		background: url(../img/icon_check.png) no-repeat left center;
		background-size: 16px;
		padding-left: 20px;
	}

}


/*============================================================================================
      Pay
=============================================================================================*/
/*    Pay
=====================================================*/
.w_Pay {
	margin-bottom: 36vw;
}
.Pay {
}
.Pay_title {
	color: var(--title-color);
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 3vw 2vw;

}

.Pay_sub_title {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0.2vw 3vw;
}
.Pay_bank_list {
	margin: 0;
}
.Pay_bank_list thead th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	text-align: center;
	padding: 0.2vw 1vw;
}
.Pay_bank_list>:not(:first-child)>tr {
	border-top: 1px solid #bfb8b0;
}
.Pay_bank_list>:last-child>tr {
	border-bottom: 1px solid #bfb8b0;
}
.Pay_bank_list tbody th {
	background-color: #f4f1ed;
	text-align: center;
	color: #525252;
	font-size: 1rem;
	padding: 3vw 1vw;
	vertical-align: middle;
	border-right: 1px solid #bfb8b0;
	width: 20vw;
}
.Pay_bank_list td {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3.8vw 2vw;
	border-left: 1px solid #bfb8b0;
/*	vertical-align: middle;*/
}

.Pay_wrp {
	/* padding-top: 12vw; */
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	align-items: center;
}
.Pay_link {
	margin-left: auto;
	line-height: 1;
	padding-right: 4vw;
}
.Pay_link a {
	color: #1d55a9;
	font-size: 1.1rem;
	text-decoration: underline;
	position: relative;
}
.Pay_link a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #628bc7;
	border-right: 2px solid #628bc7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 1px;
	right: -10px;
}
.Pay_list {
	margin: 0;
	margin-bottom: 12vw;
}
.Pay_list>:not(:first-child)>tr {
	border-top: 1px solid #bfb8b0;
}
.Pay_list>:last-child>tr {
	border-bottom: 1px solid #bfb8b0;
}
.Pay_list th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	text-align: center;
	padding: 0.3vw 1vw;
	border-left: 1px solid #e0dbd5;
}
.Pay_list th:first-child {
	border-left: none;
}
.Pay_list th a {
	text-decoration: underline;
}
.Pay_list th span {
	display: inline-block;
	transform: scale(0.8);
	margin-left: 2px;
}
.Pay_list tr.closed {
	background-color: #f4f1ed;
}
.Pay_list td {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3vw 2vw;
	border-left: 1px solid #bfb8b0;
	vertical-align: middle;
	height: 20vw;
}
.Pay_list td:first-child {
	border-left: none;
	width: 32vw;
}
.Pay_list td:nth-child(2) {
	text-align: right;
	font-size: 1.4rem;
	font-weight: 600;
}
.Pay_list td:nth-child(2) span {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: normal;
	margin-left: 5px;
}
.Pay_list td:last-child {
	text-align: center;
	line-height: 1.2;
	width: 18vw;
	padding: 2.5vw 2vw;
	color: #b6ac9f;
	font-size: 1.1rem;
	font-weight: 600;
}
.Pay_date {
	color: #525252;
	font-size: 1rem !important;
	text-align: center;
	display: inline-block;
	padding-top: 2vw;
	font-weight: normal;
}
.Pay_date.limit {
	color: #e18838;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 0;
}
.Pay_date span {
	display: inline-block;
	transform: scale(0.9);
}
.Pay_btn_wrp {
	padding-top: 1.5vw;
}
.Pay_btn {
	display: block;
	width: 18.67vw;
	height: 9.33vw;
	border-radius: 4px;
	background-color: #e18838;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 9.33vw;
	text-align: center;
}
.Pay_btn:hover {
	color: #fff;
}

@media screen and (min-width: 960px) {
	.w_Pay {
		margin-bottom: 200px;
	}
	.Pay_title {
		padding: 10px 0;
	}
	.Pay_sub_title {
		padding: 0 0 0;
	}
	.Pay_bank_list {
		margin: 0;
	}
	.Pay_bank_list thead th {
		padding: 4px 10px;
	}
	.Pay_bank_list tbody th {
		padding: 12px 12px;
		width: 150px;
	}
	.Pay_bank_list td {
		padding: 12px 12px;
	}

	.Pay_wrp {
		/* padding-top: 60px; */
		padding-right: 0;
		padding-bottom: 5px;
	}
	.Pay_link {
		padding-right: 16px;
	}
	.Pay_list {
		margin-bottom: 60px;
	}
	.Pay_list th {
		padding: 4px 10px;
	}
	.Pay_list td {
		padding: 12px 12px;
		height: 100px;
	}
	.Pay_list td:first-child {
		width: 90px;
	}
	.Pay_list td:last-child {
		width: 100px;
		padding: 12px 12px;
	}
	.Pay_date {
		padding-top: 10px;
	}
	.Pay_btn_wrp {
		padding-top: 10px;
	}
	.Pay_btn {
		width: 100px;
		height: 50px;
		line-height: 50px;
	}
}


/*============================================================================================
      Cost
=============================================================================================*/
/*    Cost
=====================================================*/
.w_Cost {
	margin-bottom: 36vw;
}
.Cost {
}
.Cost_title {
	color: var(--title-color);
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 3vw 1vw;
}
.Cost_wrp {
	align-items: center;
}
.Cost_aside {
	margin-left: auto;
	color: #555555;
	font-size: 1rem;
}
.Cost_sub_title {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0.2vw 3vw;
}
.Cost_main_list {
	margin: 0;
}
.Cost_main_list tr {
	border-top: 1px solid #bfb8b0 !important;
}
.Cost_main_list tr.noborder {
	border-top: none !important;
}
.Cost_main_list tbody th {
	color: #000;
	font-size: 1rem;
	padding: 2.2vw 3vw;
	vertical-align: middle;
}
.Cost_main_list td {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 2.2vw 2vw;
	text-align: right;
}
.Cost_main_list td span {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.1rem;
}
/* .Cost_main_list tr:last-child {
	background-color: #f4f1ed;
} */
.Cost_main_list tr:last-child th {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 600;
}
.Cost_main_list tr:last-child td {
	font-size: 1.8rem;
	color: #e18838;
	padding: 3.2vw 2vw;
}
.Cost_main_list tr:last-child td span {
	font-size: 1.2rem;
}

.Cost_plan_wrp {
	padding-top: 14vw;
	padding-right: 2vw;
	padding-bottom: 1.0vw;
	align-items: center;
}
.Cost_link {
	margin-left: auto;
	line-height: 1;
	padding-right: 4vw;
}
.Cost_link a {
	color: #1d55a9;
	font-size: 1.1rem;
	text-decoration: underline;
	position: relative;
}
.Cost_link a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #628bc7;
	border-right: 2px solid #628bc7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 1px;
	right: -10px;
}
.Cost_list {
	margin: 0;
}
.Cost_list>:not(:first-child)>tr {
	border-top: 1px solid #bfb8b0;
}
.Cost_list>:last-child>tr {
	border-bottom: 1px solid #bfb8b0;
}
.Cost_list th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	text-align: center;
	padding: 0.2vw 1vw;
	border-left: 1px solid #e0dbd5;
}
.Cost_list th:first-child {
	border-left: none;
}
.Cost_list td {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3.4vw 2vw;
	border-left: 1px solid #bfb8b0;
	vertical-align: middle;
	background-color: #fff;
}
.Cost_list td:first-child {
	border-left: none;
	/*width: 60vw;*/
}
.Cost_list td:nth-child(2) {
	text-align: right;
	font-size: 1.4rem;
	font-weight: 600;
}
.Cost_list td:nth-child(2) span {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: normal;
	margin-left: 5px;
}
.Cost_note {
	color: #000000;
	font-size: 1rem;
	padding: 1.5vw 3vw 12vw;
}
.Cost_change_list td {
	padding: 2vw 2vw;
}
.Cost_etc_list td {
	padding: 2vw 2vw;
	border-left: 1px solid #bfb8b0 !important;
}
.Cost_etc_list td:last-child {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #bfb8b0 !important;
}
.Cost_etc_title_wrp {
	/* padding-top: 14vw; */
	align-items: center;
}
.Cost_etc_title_wrp .Cost_aside {
	margin-left: 0;
}
.Cost_etc_box {
	background-color: #f4f1ed;
	padding: 3vw 3vw;
	margin-bottom: 6.67vw;
}
.Cost_etc_box1 {
	padding-bottom: 0.5vw;
}
.Cost_etc_wrp {
	align-items: center;
	margin-bottom: 3.4vw;
}
.Cost_etc_title {
	/*font-size: 1.2rem;*/
}
.Cost_reference {
	font-weight: 600;
	line-height: 1.8;
}
.Cost_reference span {
	font-weight: normal;
	display: block;
	font-size: 1rem;
	line-height: 1;
}
.Cost_etc_val {
	margin-left: auto;
	color: #e18838;
	font-size: 1.8rem;
	font-weight: 600;
}
.Cost_etc_val span:first-child {
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	display: inline-block;
	margin-right: 8px;
}
.Cost_etc_val span:last-child {
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 5px;
}

.Page_main_dlst--breakdown {
	margin-top: -20px;
	/* margin-bottom: 10px; */
	padding: 0 0.5em;
}
.Page_main_dlst_ttl {
	color: #333333;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 2;
}
.Page_main_dlst--breakdown .Page_main_dlst_ttl {
	cursor: pointer;
	color: #1d55a9;
}
.Page_main_dlst_ttl i {
	margin-right: 3px;
	color: #887d74;
	color: #1d55a9;
	font-size: 1.2rem;
	vertical-align: -1px;
}
.Page_main_dlst--breakdown .Page_main_dlst_ttl i {
	transform: rotate(0);
	transition: all 0.5s ease-out;
}
.Page_main_dlst--breakdown.open .Page_main_dlst_ttl i {
	transform: rotate(-180deg);
	transition: all 0.5s ease-out;
}
.Page_main_dlst_tbl {
	margin-top: 0;
}
.Page_main_dlst--breakdown .Page_main_dlst_tbl {
	display: none;
}
.Page_main_dlst_tbl tbody tr:nth-of-type(odd),
.Page_main_dlst_tbl>tr:nth-of-type(odd) {
    border-top: none;
    border-bottom: none;
}
.Page_main_dlst_tbl.uk-table-striped tbody tr:nth-of-type(odd),
.Page_main_dlst_tbl.uk-table-striped>tr:nth-of-type(odd) {
    background-color: #faf8f7;
}
.Page_main_dlst_tbl tbody td {
	padding: 6px 12px !important;
	font-size: 1.0rem !important;
	line-height: 1.4;
	font-weight: normal;
	color: #333 !important;
	vertical-align: middle;
	text-align: left;
}
.Page_main_dlst_tbl tbody tr {
	border: none !important;
}
.Page_main_dlst_tbl tbody tr td:nth-child(2) {
	text-align: right;
	white-space: nowrap;
}

@media screen and (min-width: 960px) {
	.w_Cost {
		margin-bottom: 200px;
	}
	.Cost_title {
		padding: 10px 0;
	}
	.Cost_sub_title {
		padding: 10px 0 0;
	}
	.Cost_main_list tbody th {
		padding: 12px 12px;
	}
	.Cost_main_list td {
		padding: 12px 12px;
	}
	.Cost_main_list tr:last-child td {
		padding: 16px 12px;
	}

	.Cost_plan_wrp {
		padding-top: 60px;
		padding-right: 0;
		padding-bottom: 0;
	}
	.Cost_link {
		padding-right: 16px;
	}
	.Cost_list th {
		padding: 4px 10px;
	}
	.Cost_list td {
		padding: 12px 12px;
	}
	.Cost_list td:first-child {
		width: 90px;
	}
	.Cost_list td:last-child {
		width: 100px;
		padding: 12px 12px;
	}
	.Cost_date {
		padding-top: 10px;
	}

	.Cost_note {
		padding: 5px 0 60px;
	}
	.Cost_change_list td {
		padding: 12px 12px;
	}
	.Cost_etc_list td {
		padding: 12px 12px;
	}
	.Cost_etc_title_wrp {
		/* padding-top: 60px; */
	}
	.Cost_aside {
		padding-left: 10px;
		padding-top: 10px;
	}
	.Cost_etc_box {
		padding: 20px 20px;
		margin-bottom: 50px;
	}
	.Cost_etc_box1 {
		padding-bottom: 10px;
	}
	.Cost_etc_wrp {
		margin-bottom: 10px;
	}
}

/*============================================================================================
      InfoList
=============================================================================================*/
/*    InfoList
=====================================================*/
.w_InfoList {
	margin-bottom: 36vw;
}
.InfoList {
	margin-bottom:  20px;
}
.InfoList_title {
	color: #512900;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 3vw;
}
.InfoList_lst {
	margin: 0;
	border-top: 1px solid #bfb8b0;
}

.InfoList_item {
	border-bottom: 1px solid #bfb8b0;
	width: 100%;
}
.InfoList_item a {
	display: block;
	padding: 3vw 5vw 3vw 3vw;
	position: relative;
}
.InfoList_item a::after {
	content: '';
	position: absolute;
	width: 1.8vw;
	height: 1.8vw;
	border-top: 2px solid #b6ac9f;
	border-right: 2px solid #b6ac9f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 1.2vw);
	right: 3vw;
}
.InfoList_item_wrp {
	line-height: 1;
}
.InfoList_ttl {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-left: 4vw;
}
.InfoList_date {
	color: #545454;
	font-size: 1.2rem;
	padding-top: 1vw;
}


@media screen and (min-width: 960px) {
	.w_InfoList {
		margin-bottom: 200px;
	}
	.InfoList_title {
		padding: 10px 0;
	}
	.InfoList_item a {
		padding: 20px 36px 20px 20px;
	}
	.InfoList_item a::after {
		width: 10px;
		height: 10px;
		border-top: 2px solid #b6ac9f;
		border-right: 2px solid #b6ac9f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: calc(50% - 7px);
		right: 20px;
	}
	.InfoList_ttl {
		padding-left: 30px;
	}
	.InfoList_date {
		padding-top: 6px;
	}
}

/*    InfoDetail
=====================================================*/
.w_InfoDetail {

}
.InfoDetail {
	padding: 0 0 24vw;
}
.InfoDetail_title {
	color: #512900;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 0;
}
.InfoDetail_lst {
}
.InfoDetail_item {
	width: 100%;
	margin-bottom: 2vw;
	position: relative;
}
.InfoDetail_head {
	padding: 3vw 0 6vw;
	line-height: 1;
}
.InfoDetail_date {
	font-size: 1.2rem;
	line-height: 1;
}
.InfoDetail_ttl {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 1vw 0 1.5vw;
}
.InfoDetail_body {
	font-size: 1.4rem;
	line-height: 1.8;
}

.InfoDetail_link {
	padding: 6vw 0 10vw;
	text-align: right;
}

@media screen and (min-width: 960px) {
	.InfoDetail {
		padding: 0 0 100px;
	}
	.InfoDetail_title {
		padding: 10px 0;
	}
	.InfoDetail_item {
		margin-bottom: 0;
	}
	.InfoDetail_head {
		padding: 10px 0 30px;
	}
	.InfoDetail_ttl {
		padding: 0 0 10px;
	}
	.InfoDetail_link {
		padding: 45px 0 100px;
	}
}


/*============================================================================================
      Spec
=============================================================================================*/
/*    Spec
=====================================================*/
.w_Spec {
	margin-bottom: 36vw;
}
.Spec {
}
.Spec_title {
	color: #512900;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1vw 3vw;
}
.Spec_tax_wrp {
	position: relative;
	margin: 3vw 2vw 5vw;
}
.Spec_tax_btn {
	height: 16vw;
	border-radius: 3px;
	background-color: #5f524a;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.Spec_tax_btn .Spec_tax_btn_inr {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
	line-height: 16vw;
	position: relative;
	margin: auto;
}
.Spec_tax_btn .Spec_tax_btn_inr::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: calc(50% - 7px);
	right: -6vw;
	transition: all 0.5s;
}
.Spec_tax_btn.open {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.Spec_tax_btn.open span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: calc(50% - 3px);
}
.Spec_tax_btn .g_badge {
	right: 2vw;
}

.Spec_tax_lst {
	display: none;
	/* padding: 0 2vw 4vw; */
	position: absolute;
	z-index: 10;
}
.Spec_tax_item {
	width: 100%;
	height: 14vw;
	/* margin-left: 1vw; */
	position: relative;
	/* flex: 0 1 20%; */
	border-top: 1px solid #5f524a;
}
.Spec_tax_item:first-child {
	margin-left: 0;
}
.Spec_tax_item a {
	display: flex;
	width: 96vw;
	height: 100%;
	background-color: rgba(95, 82, 74, 0.85);
	color: #ffffff;
	font-size: 1.3rem;
	padding: 1vw;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}
.Spec_tax_item a:hover {
	opacity: 1;
	background-color: rgba(95, 82, 74, 0.95);
}
.Spec_tax_item:last-child a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.Spec_tax_item.active a span {
	background: url(../img/icon_check01.png) no-repeat center left;
	background-size: 4.13333333vw;
	padding: 0 8vw;
}
.Spec_tax_item .g_badge {
	top: 2vw;
	right: 2vw;
}

@media screen and (min-width: 960px) {
	.Spec_tax_wrp {
		margin: 20px 0 40px;
	}
	.Spec_tax_btn {
		height: 80px;
		width: 650px;
	}
	.Spec_tax_btn .Spec_tax_btn_inr {
		line-height: 80px;
	}
	.Spec_tax_btn .Spec_tax_btn_inr::after {
		right: -30px;
	}
	.Spec_tax_btn .g_badge {
		right: 10px;
	}

	.Spec_tax_item {
		height: 80px;
	}
	.Spec_tax_item a {
		width: 650px;
		padding: 10px;
	}
	.Spec_tax_item.active a span {
		background: url(../img/icon_check01.png) no-repeat center left;
		background-size: 20px;
		padding: 0 40px;
	}
	.Spec_tax_item .g_badge {
		top: 10px;
		right: 10px;
	}
}

.Spec_list {
	margin: 0;
}
.Spec_list tbody tr:not(:first-child) {
	/*border-top: none;*/
}
.Spec_list tbody tr:last-child {
	border-bottom: 1px solid #bfb8b0;
}
.Spec_list thead th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	padding: 0 1vw;
	border-left: 0.1px solid #e0dbd5;
}
.Spec_list thead th:first-child {
	border-left: none;
	width: 18vw;
}
.Spec_list thead th a {
	text-decoration: underline;
}
.Spec_list thead th span {
	display: inline-block;
	transform: scale(0.8);
	margin-left: 2px;
}
.Spec_list tr.closed {
	background-color: #f4f1ed;
}
.Spec_list tbody th {
	line-height: 2;
	line-height: 1.4;
	padding: 4px 2vw;
	/* border-left: 1px solid #bfb8b0; */
	vertical-align: middle;
	border-right: 1px solid #bfb8b0;
	background-color: #d0cfce;
	color: #4b453d;
	font-size: 1rem;
}
.Spec_list tbody th .uk-icon {
	display: inline-block;
	margin-right: 4px;
	vertical-align: 2px;
}
.Spec_list td {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3vw 2vw 2vw;
}
.Spec_list td:last-child {
	text-align: center;
	line-height: 1.2;
	width: 18vw;
	padding: 1.8vw 2vw 2.8vw;
	border-left: 1px solid #bfb8b0;
}
.Spec_list td p {
	font-size: 1rem;
	/*padding-top: 5vw;*/
}
.Spec_list td p.Spec_diff {
	margin-left: auto;
}
.Spec_list td p.Spec_diff span {
	padding-left: 2vw;
	font-size: 1.2rem;
	font-weight: 600;
	color: #7b7b7b;
}
.Spec_list td p span.plus {
	color: #e7a166;
}
.Spec_list td p.Spec_ccount {
	font-size: 1rem;
	/*color: #7b7b7b;*/
	color: #393939;
}
.Spec_list td p.Spec_ccount .uk-icon {
	display: inline-block;
	margin-right: 2px;
	vertical-align: 1px;
}
.Spec_list td p.Spec_ccount .uk-icon svg {
	width: 14px;
}
.Spec_list td .g_stamp_green {
	margin-top: 1.8vw;
}
.Spec_list td .g_stamp_green {
	margin-top: 1.8vw;
}
.Spec_list td.Spec_cat {
	color: #a49c92;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #bfb8b0;
	padding: 20px 10px;
}
.Spec_date.limit {
	color: #e18838;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 0;
}
.Spec_date span {
	display: inline-block;
	transform: scale(0.9);
}
.Spec_btn_wrp {
	padding-top: 1.5vw;
}
.Spec_btn {
	display: block;
	width: 18.67vw;
	height: 9.33vw;
	border-radius: 4px;
	background-color:  #469D50;;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 9.33vw;
	text-align: center;
}
.Spec_btn_decide {
	background-color:#e18838;
}

.Spec_btn:hover {
	color: #fff;
}
.Spec_link {
	display: inline-block;
	color: #e18838;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: underline;
	padding-top: 1.8vw;
	padding-bottom: 1vw;
}

@media screen and (min-width: 960px) {
	.w_Spec {
		margin-bottom: 200px;
	}
	.Spec_title {
		padding: 10px 0;
	}
	.Spec_list thead th {
		padding: 4px 10px;
	}
	.Spec_list thead th:first-child {
		width: 100px;
	}
	.Spec_list tbody th {
		padding: 4px 20px;
	}
	.Spec_list td {
		padding: 20px 20px 10px;
	}
	.Spec_list td:last-child {
		width: 100px;
		padding: 12px 12px;
	}
	/*.Spec_list td p {
		padding-top: 30px;
	}*/
	.Spec_list td p.Spec_diff span {
		padding-left: 10px;
	}
	.Spec_list td p.Spec_ccount {
		font-size: 1.2rem;
	}
	.Spec_list td p.Spec_ccount .uk-icon svg {
		width: 18px;
	}
	.Spec_list td .g_stamp_green {
		margin-top: 10px;
	}
	.Spec_date {
		padding-top: 10px;
	}
	.Spec_btn_wrp {
		padding-top: 10px;
	}
	.Spec_btn {
		width: 100px;
		height: 50px;
		line-height: 50px;
	}
	.Spec_link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/*    SpecView
=====================================================*/
.w_SpecView {
	margin-bottom: 36vw;
}
.SpecView {
	padding: 3vw 0 0;
}
.SpecView_subtitle {
	color: #a49c92;
   /**font-size: 1rem;*/
    font-size: 1.2rem;
    font-weight: 600;
    /*padding: 0 3vw;*/
	padding: 1.3vw 3vw;

}
.SpecView_title {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	padding: 0 3vw;
}
.SpecView_title.child {
	background-color: #e5e1dc;
	position: relative;
}
.SpecView_title.child::before {
	content: '└';
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: 2px;
	color: #887d74;
}

.SpecView_title_mdl {
	/* margin: 0 -30px; */
	padding: 1vw 3vw;
}
.SpecView_inr {
	padding: 2.5vw 0 0 0;
}
.SpecView_item_lst {
	/* margin-bottom: 6vw; */
	margin-bottom: 3vw;
	position:relative;
}

.SpecView_item_ttl {
	font-size: 1.2rem;
}
.SpecView_item_link {
	margin-left: auto;
	flex-shrink: 0;
}
.SpecView_item_link a {
	color: #e18838;
	font-size: 1.1rem;
	text-decoration: underline;
	font-weight: 600;
}
.SpecView_item_btn_wrp {
	margin-left: 15px;
}
.Process_btn_wrp {
	padding-top: 1.5vw;
}
.SpecView_item_btn {
	display: block;
	width: 18.67vw;
	height: 9.33vw;
	border-radius: 4px;
	background-color: #e18838;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 9.33vw;
	text-align: center;
}
.SpecView_item_btn:hover {
	color: #fff;
}
.SpecView_img {
	line-height: 0;
	margin-bottom: 3vw;
}
.SpecView_img img {
	width: 100%;
	    border: 1px solid #E6E6E6;
    border-radius: 18px;
}
.SpecView_his_box {
	margin-top: 6vw;
}
.SpecView_his_ttl {
	width: 14vw;
	background-color: #e5e1dc;
	color: #847f79;
	font-size: 1rem;
	justify-content: center;
	align-items: center;
}
.SpecView_his_ttl_mdl {
	width: 20%;
	line-height: 2;
}
.SpecView_his_content {
	width: 80vw;
}
.SpecView_his_content_mdl {
	width: 80%;
	line-height: 2;
}
.SpecView_his_lst li {
	background-color: #f4f1ed;
	margin-bottom: 2px;
	width: 100%;
	padding: 0 3vw;
}
.SpecView_his_lst li:last-child {
	margin-bottom: 0;
}
.SpecView_his_lst li {
	font-size: 1.0rem;
}
.SpecView_his_lst li span {
	color: #1d55a9;
	font-size: 1.2rem;
	cursor: pointer;
}

.no-stamp-select-ttl-wrp{
	margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 960px) {
	.w_SpecView {
		margin-bottom: 60px;
	}
	.SpecView {
		/*padding: 20px 0 100px;*/
		padding: 20px 0 0;
	}
	.SpecView--his {
		padding-bottom: 20px;
	}
	.SpecView_subtitle {
	    padding: 0 0;
	}
	.SpecView_title {
		padding: 6px 20px;
		font-size: 1.2rem;
	}
	.SpecView_inr {
		padding: 20px 20px 0 20px;
	}
	.SpecView_item_lst {
		/* margin-bottom: 60px; */
		margin-bottom: 30px;
		position:relative;
	}

	.SpecView_item_btn {
		width: 100px;
		height: 50px;
		line-height: 50px;
	}
	.SpecView_his_box {
		margin-top: 60px;
	}
	.SpecView_his_ttl {
		width: 100px;
	}
	.SpecView_his_content {
		width: 600px;
	}
	.SpecView_his_lst li {
		padding: 0 20px;
	}
}

/*    SpecUpdate
=====================================================*/
.w_SpecUpdate {
	margin-bottom: 36vw;
}
.SpecUpdate {
	padding: 3vw 0 0;
}
.SpecUpdate_title {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	padding: 0 3vw;
}
.SpecUpdate_inr {
	padding: 2.5vw 0 0;
}
.SpecUpdate_item_ttl {
	font-size: 1.2rem;
}
.SpecUpdate_item_link {
	margin-left: auto;
}
.SpecUpdate_item_link a {
	color: #e18838;
	font-size: 1.1rem;
	text-decoration: underline;
	font-weight: 600;
}
.SpecUpdate_ttl {
	color: #847f79;
	font-size: 1rem;
	font-weight: 600;
}
.SpecUpdate_shop {
	font-size: 1.4rem;
	font-weight: 600;
}
.SpecUpdate_btn_wrp {
	text-align: center;
	padding: 5vw 0 0;
}
.SpecUpdate_btn {
	width: 80vw;
	height: 14vw;
	border-radius: 4px;
	background-color: #e18838;
	margin: auto;
}
.SpecUpdate_btn a {
	display: block;
	text-align: center;
	line-height: 14vw;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #fff;
}
.SpecUpdate_tel {
	color: #e18838;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	padding-top: 10px;
}
.SpecUpdate_tel span {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	display: inline-block;
	padding-right: 3px;
}
.SpecUpdate_time {
	font-size: 1.2rem;
	padding-top: 4px;
}
.SpecUpdate_time span {
	color: #847f79;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	padding-right: 3px;
}
.SpecUpdate_msg {
	font-size: 1.2rem;
	padding-top: 6vw;
}
.SpecUpdate_ico_calender{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M%202%2C3%202%2C17%2018%2C17%2018%2C3%202%2C3%20Z%20M%2017%2C16%203%2C16%203%2C8%2017%2C8%2017%2C16%20Z%20M%2017%2C7%203%2C7%203%2C4%2017%2C4%2017%2C7%20Z%22%3E%3C%2Fpath%3E%3Crect%20fill%3D%22%23999%22%20width%3D%221%22%20height%3D%223%22%20x%3D%226%22%20y%3D%222%22%3E%3C%2Frect%3E%3Crect%20fill%3D%22%23999%22%20width%3D%221%22%20height%3D%223%22%20x%3D%2213%22%20y%3D%222%22%3E%3C%2Frect%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width: 960px) {
	.w_SpecUpdate {
		margin-bottom: 60px;
	}
	.SpecUpdate {
		padding: 20px 0 100px;
	}
	.SpecUpdate_title {
		padding: 6px 20px;
		font-size: 1.2rem;
	}
	.SpecUpdate_inr {
		padding: 20px 20px;
	}
	.SpecUpdate_btn_wrp {
		padding: 30px 0 0;
	}
	.SpecUpdate_btn {
		width: 600px;
		height: 80px;
	}
	.SpecUpdate_btn a {
		line-height: 80px;
	}
	.SpecUpdate_tel {
		padding-top: 14px;
	}
	.SpecUpdate_msg {
		padding-top: 40px;
		text-align: center;
	}
}
/*   Spec Modal
=====================================================*/
.clickable {
	cursor: pointer;
}
.uk-modal-body {
    width: 100%;
    border-radius: 5px;
}
.modal-icon {
    margin: 0 auto;
    display: block;
    width: 101px;
}
.uk-modal-body p:nth-child(3) {
    font-weight: 600;
    text-align: center;
    padding: 0px 0 4vw;
    font-size: 1.6rem;
}
.uk-modal-body p:nth-child(4) {
    font-size: 1.3rem;
    padding: 0 0 3.5vw;
    line-height: 1.8;
}
.uk-modal-body a {
    /*display:block;*/
    margin: 0 auto;
    width: 90%;
}
.uk-modal-close-outside {
   right: 3%;
    top: -3%;
}
.uk-modal-close-outside svg {
width: 26px;
}
.Spec_btn_modal {
    display: block;
    width: 18.67vw;
    height: 12.33vw;
    border-radius: 4px;
    background-color: #e18838;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 12.33vw;
    text-align: center;
}
.Spec_btn_modal:hover {
	color: white;
}
@media screen and (min-width: 960px) {
	.Spec_btn_modal {
		height: 50px;
    	line-height: 50px;
	}
	.uk-modal-close-outside {
   			right: 13%;

		}
}
/*    MdlForm
=====================================================*/
.MdlForm {
	padding: 6vw 0 8vw;
}
.MdlForm_title {
	text-align: center;
}
#bringin-caution .MdlForm_title {
	font-size: 1.8rem;
}
.MdlForm_lead {
	font-size: 1.0rem;
	padding: 0 0 6vw;
}
.MdlForm_item {
	padding-bottom: 2vw;
	margin-bottom: 2vw;
}
.MdlForm_ttl {
	display: inline-block;
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 1vw;
}
.MdlForm_ttl.require::before {
	content: '必須';
	height: auto;
	color: #c22222;
	font-size: 1.2rem;
	padding: 0 0.5vw;
	position: absolute;
	right: -12vw;
	bottom: 2px;
}
.MdlForm_action {
	text-align: center;
	padding-top: 2vw;
}
.MdlForm_action button span {
	display: block;
	font-size: 1rem;
	text-align: center;
}
.MdlForm_img input {
	font-size: 1.2rem !important;
	width: 100% !important;
}
.MdlForm_img button {
	padding: 0 1rem;
	border-radius: 4px;
	font-size: 1.2rem;
}
.MdlForm_link {
	padding-top: 4vw;
}
.MdlForm_link a {
	font-size: 1.2rem;
}

.MdlForm_pre_content {
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	white-space: pre-wrap;
	font-size: 1.2rem;
	line-height: 1.92;
	border: none;
	padding: 2vw 0 8vw;
}

@media screen and (min-width: 960px) {
	.MdlForm {
		padding: 20px 0 10px
	}
	.MdlForm_lead {
		padding: 10px 0 40px;
		text-align: center;
	}
	.MdlForm_item {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.MdlForm_ttl {
		margin-bottom: 5px;
	}
	.MdlForm_ttl.require::before {
		right: -60px;
	}
	.MdlForm_action {
		padding-top: 0;
	}
	.MdlForm_link {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.MdlForm_link a {
		font-size: 1.2rem;
	}
	.MdlForm_link a::after {
		bottom: 3px;
	}
	.MdlForm_pre_content {
		padding: 20px 0 60px;
	}

}


/*    SpecDetail
=====================================================*/
.w_SpecDetail {
	margin-bottom: 36vw;
}
.SpecDetail {
}
.SpecDetail_wrp {
	padding: 1vw 3vw 2.5vw;
	padding: 1vw 3vw 1vw;
	align-items: center;
}
.SpecDetail_title {
	color: #512900;
	font-size: 1.6rem;
	font-weight: 600;
}
.SpecDetail_subtitle {
	color: #a49c92;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 3vw;
}
.SpecDetail_value {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0 3vw 3vw;
}
.SpecDetail_req_btn {
	margin-left: auto;
}
.SpecDetail_req_btn a {
	display: block;
	padding: 0 4vw;
	padding-left: 8vw;
	height: 8.8vw;
	line-height: 8.8vw;
	border-radius: 5px;
	border-width: 1px;
	border-color: #dfdad4;
	border-style: solid;
	background-color: #f3f0ec;
	color: #512900;
	font-size: 1.2rem;
	font-weight: 600;
	position: relative;
}
.SpecDetail_req_btn a::before,
.SpecDetail_req_btn a::after {
	position: absolute;
	top: 50%;
	left: 3.8vw;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #512900;
	/* transform: translateX(-50%); */
}
.SpecDetail_req_btn a:after {
	transform: rotate(90deg) translateX(-50%) translateY(calc(50% - 1.5px));
}

.SpecDetail_list {
	margin: 0;
}
.SpecDetail_list>:not(:first-child)>tr {
	border-top: 1px solid #bfb8b0;
}
.SpecDetail_list>:last-child>tr {
	border-bottom: 1px solid #bfb8b0;
}
.SpecDetail_list thead th {
	background-color: #bfb8b0;
	color: #4b453d;
	font-size: 1rem;
	text-align: center;
	padding: 0.3vw 1vw;
	border-left: 1px solid #e0dbd5;
}
.SpecDetail_list thead th:first-child {
	border-left: none;
}
.SpecDetail_list thead th a {
	text-decoration: underline;
}
.SpecDetail_list thead th span {
	display: inline-block;
	transform: scale(0.8);
	margin-left: 2px;
}
.SpecDetail_list tr.closed {
	background-color: #f4f1ed;
}
.SpecDetail_list td,
.SpecDetail_list tbody th {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3vw 2vw;
	/* border-left: 1px solid #bfb8b0; */
	vertical-align: middle;
}
.SpecDetail_list tbody th {
	border-right: 1px solid #bfb8b0;
	width: 19vw;
	color: #a49c92;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}
.SpecDetail_list td:last-child {
	text-align: center;
	line-height: 1.2;
	width: 18vw;
	padding: 2.5vw 2vw;
	border-left: 1px solid #bfb8b0;
}
.SpecDetail_name {
	font-size: 1.2rem;
	padding-bottom: 1.5vw;
}
.SpecDetail_price {
	color: #e7a166;
	font-size: 1.2rem;
	font-weight: 600;
}

.SpecDetail_btn_lst {
	padding-top: 3vw;
}
.SpecDetail_btn {
	display: block;
	width: 18.67vw;
	height: 9.33vw;
	border-radius: 4px;
	background-color: #e18838;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 9.33vw;
	text-align: center;
	width: calc((100% - (10px * 1))/ 2);
	margin-left: 10px;
}
.SpecDetail_btn:first-child {
	margin-left: 0;
	background-color: #ffffff;
	color: #e18838;
	border: 1px solid #e8c5a5;
}
.SpecDetail_btn.update a:hover {
	color: #e18838;
}
.SpecDetail_link {
	margin: 3vw 3vw 9vw;
	text-align: right;
}
.SpecDetail_link a {
	color: #909090;
	font-size: 1rem;
	display: inline-block;
	padding-left: 5vw;
	background: url(../img/icon_link01.png) no-repeat top 1px left;
	background-size: 3.33333333vw;
}
.SpecDetail_box {
	margin-bottom: 8vw;
}
.SpecDetail_ttl {
	background-color: #bfb8b0;
	color: #512900;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.8;
	padding: 0 3vw;
	margin-bottom: 4vw;
}
.SpecDetail_img {
	line-height: 0;
	padding: 3vw;
}
.SpecDetail_img img {
	width: 100%;
}

@media screen and (min-width: 960px) {
	.w_SpecDetail {
		margin-bottom: 200px;
	}
	.SpecDetail_wrp {
		padding: 0 0 10px;
	}
	.SpecDetail_subtitle {
	    padding: 0 0;
	}
	.SpecDetail_value {
		padding: 0 0 20px;
	}
	.SpecDetail_req_btn {
		margin-left: auto;
	}
	.SpecDetail_req_btn a {
		padding: 0 30px;
		padding-left: 50px;
		height: 50px;
		line-height: 50px;
	}
	.SpecDetail_req_btn a::before,
	.SpecDetail_req_btn a::after {
		left: 30px;
	}
	.SpecDetail_list thead th {
		padding: 4px 10px;
	}
	.SpecDetail_list td,
	.SpecDetail_list tbody th {
		padding: 16px 12px;
	}
	.SpecDetail_list td:last-child {
		width: 100px;
		padding: 12px 12px;
	}
	.SpecDetail_date {
		padding-top: 10px;
	}
	.SpecDetail_btn_lst {
		padding-top: 16px;
	}
	.SpecDetail_btn_wrp {
		padding-top: 10px;
	}
	.SpecDetail_btn {
		width: 260px;
		height: 46px;
		line-height: 46px;
	}
	.SpecDetail_name {
		padding-bottom: 10px;
	}
	.SpecDetail_link {
		margin: 20px 0 60px;
	}
	.SpecDetail_link a {
		padding-left: 24px;
		background: url(../img/icon_link01.png) no-repeat top 1px left;
		background-size: 16px;
	}
	.SpecDetail_box {
		margin-bottom: 60px;
	}
	.SpecDetail_ttl {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.SpecDetail_img {
		padding: 20px;
	}
}


/*============================================================================================
      Task
=============================================================================================*/
/*    Task
=====================================================*/
.w_Task {
}
.Task {
	padding: 2vw 0 30vw;
}
.Task_status_lst {
	margin: 0 -5vw;
}
.Task_status_item {
	background-color: #f3f0ec;
	width: 50vw;
	height: 11vw;
}
.Task_status_item span,
.Task_status_item a {
	display: block;
	text-align: center;
	line-height: calc(11vw - 2px);
	color: #512900;
	font-size: 1.4rem;
}
.Task_status_item a:hover {
	color: #e3914a;
	font-weight: 600;
	border-bottom: 2px solid #e3914a;
	opacity: 1;
}
.Task_status_item span {
	color: #e3914a;
	font-weight: 600;
	border-bottom: 2px solid #e3914a;
}
.Task_ttl_wrp {
	padding: 6vw 0 4vw;
	margin: 0 -2vw;
}
.Task_title {
	color: #535353;
	font-size: 1.8rem;
	line-height: 1.11;
}
.Task_task_cnt_wrp {
	margin-left: auto;
	align-items: flex-end;
	line-height: 1;
}
.Task_task_cnt {
	color: #e18838;
	font-size: 1.1rem;
	padding-right: 3px;
}
.Task_task_cnt span {
	font-size: 1.2rem;
	font-weight: 600;
}
.Task_task_all {
	color: #525252;
	font-size: 1rem;
}
.Task_task_lst {
}
.Task_task_item {
	border-radius: 5px;
	border-width: 1px;
	border-color: #dfdad4;
	border-style: solid;
	background-color: #f3f0ec;
	margin-bottom: 2.67vw;
}
.Task_task_item a {
	display: block;
	padding: 1.5vw 3vw 2.5vw;
	padding-right: 4vw;
	position: relative;
	line-height: 1;
}
.Task_task_item a::after {
	content: '';
	position: absolute;
	width: 1.8vw;
	height: 1.8vw;
	border-top: 2px solid #b6ac9f;
	border-right: 2px solid #b6ac9f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 1.2vw);
	right: 3vw;
}
.Task_task_date {
	display: inline-block;
	font-weight: 400;
	color: #512900;
	font-size: 1.4rem;
	margin-right: 1vw;
}
.Task_task_date span {
	display: inline-block;
	transform: scale(0.9);
}
.Task_task_lbl {
	/*color: #a49c92;*/
	font-size: 1rem;
	font-weight: 600;
}
.Task_task {
	display: block;
	color: #1d55a9;
	font-size: 1.2rem;
	padding-top: 1vw;
}
.Task_task_aside {
	color: #535353;
	font-size: 1.1rem;
	line-height: 1.36;
	padding-bottom: 7vw;
}

@media screen and (min-width: 960px) {
	.Task {
		padding: 20px 0 160px;
	}
	.Task_status_lst {
		margin: 0;
	}
	.Task_status_item {
		background-color: #f3f0ec;
		width: 50%;
		height: 60px;
	}
	.Task_status_item span,
	.Task_status_item a {
		line-height: calc(60px - 2px);
	}
	.Task_ttl_wrp {
		padding: 40px 0 20px;
		margin: 0;
	}
	.Task_task_lst {
		margin: 0 20px;
	}
	.Task_task_item {
		margin-bottom: 15px;
	}
	.Task_task_item a {
		padding: 10px 20px 14px;
		padding-right: 30px;
	}
	.Task_task_item a::after {
		width: 10px;
		height: 10px;
		border-top: 2px solid #b6ac9f;
		border-right: 2px solid #b6ac9f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: calc(50% - 7px);
		right: 20px;
	}
	.Task_task_date {
		margin-right: 10px;
	}
	.Task_task {
		padding-top: 10px;
	}
	.Task_task_aside {
		padding-bottom: 60px;
	}
}


/*    PageTop
=====================================================*/
.PageTop {
	display: none;
	height: 8vw;
	width: 8vw;
	position: fixed;
	bottom: 125px;
	right: 3.73vw;
	z-index: 30;
}

@media screen and (min-width: 960px) {
	.PageTop {
		display: none;
		height: 42px;
		width: 42px;
		position: fixed;
		right: 16px;
		z-index: 30;
	}
}