@charset "UTF-8";

/*----------------------------------------------------------------
  Common Styles
  ----------------------------------------------------------------*/

.db-sp {
	display: none;
}

.inner {
	max-width: 1080px;
	margin: 0 auto;
}

.xscroll-table table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.xscroll-table th,
.xscroll-table td {
	border: 4px solid #fff;
}

/*----------------------------------------------------------------
  Site Header
  ----------------------------------------------------------------*/

.site-header {
	display: grid;
	grid-auto-columns: auto auto;
	grid-auto-rows: 50px auto;
	width: 100%;
	max-width: none;
	padding: 0 15px;
	border-top: 10px solid #ff8351;
	color: #898989;
	top: 0;
	z-index: 100;
	position: fixed;
	background-color: #fff;
}

.header-logo {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	display: flex;
	align-items: flex-end;
	padding: 1vw 0;
}

.header-logo a {
	margin: 0 0 0 1.1vw;
}

.header-logo p{
	font-size: 1.14vw;
}

@media screen and (min-width: 1401px) {
	.jumbotron {
		margin-top: 120px !important;
	}

	.page-header {
		margin-top: 120px !important;
	}

	.header-logo p {
		font-size: 1.6rem !important;
	}

	.header-logo img {
		max-width: 120px !important;
		width: 100% !important;
	}

	.header-nav-global a {
		font-size: 1.6rem !important;
	}

	.header-nav-tel {
		font-size: 1.2rem !important;
	}

	.header-nav-tel a {
		font-size: 2.2rem !important;
	}

	.header-nav-link {
		font-size: 1.6rem !important;
	}
}

.header-logo img {
	max-width: 7vw;
	width: 100% !important;
}

.header-nav {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	height: 50px;
}

.header-nav-tel {
	margin-right: 15px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.86vw;
}

.header-nav-tel a {
	line-height: 1.4;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.57vw;
	color: #000;
}

.header-nav-tel a::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(../img/icon_phone_16x16.png) 0 0 no-repeat;
	margin-right: 5px;
}

.header-nav-link {
	display: flex;
	align-items: center;
	margin-left: 1.1vw;
	padding: 1.1vw;
	border-radius: 0 0 6px 6px;
	background-color: #fc8351;
	text-decoration: none;
	color: #fff;
	font-size: 1.14vw;
}

.header-nav-link::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 20px;
}

.icon-docs::before {
	background: transparent url(../img/icon_docs_14x16.png) center / contain no-repeat;
}

.icon-person::before {
	background: transparent url(../img/icon_person_10x17.png) center / contain no-repeat;
}

.header_menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header-nav-global {
	/*grid-column: 2 / 3;
	grid-row: 2 / 3;*/
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 0 0 1vw;
}

.header-nav-global a {
	margin-left: 3.2vw;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 1.14vw;
}

.header-nav-global a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 11px;
	margin-left: 1.6vw;
	background: transparent url(../img/icon_caret_r_10x11.png) 0 0 no-repeat;
}

.header-nav-global a:first-of-type {
	margin-left: 0;
}

/*----------------------------------------------------------------
  Front Page -> Jumbotron
  ----------------------------------------------------------------*/

.jumbotron {
	overflow: hidden;
	padding-bottom: 115px;
	margin-top: 8.6vw;
	background:
		radial-gradient(
			closest-side,
			rgba(247, 236, 225, 0.36) 0px,
			rgba(247, 236, 225, 0.36) 175px,
			#fff 100%
		) right -65px bottom -90px / 350px 350px no-repeat,
		#fff url(../img/bg_top_jumbotron.png) center / contain repeat;
}

.jumbotron-image p {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: max(0px, calc(50% - 540px));
	transform: translateY(calc(-50% - 75px));
	max-width: 100%;
	display: flex;
	align-items: flex-end;
	padding: 10px 25px 25px;
	background-color: #fff;
	font-size: 3.0rem;
	color: #000;
	border-radius: 16px;
}

.jumbotron-image p > span {
	font-size: 2.8rem;
}

.jumbotron-image ruby {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 255px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 3.6rem;
}

.jumbotron-image ruby rt {
	order: 0;
	font-size: 1.6rem;
	width: 100%;
	padding: 0 20px 5px;
}

.jumbotron-image ruby::before,
.jumbotron-image ruby::after {
	content: '';
	width: 18px;
	height: 45px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.jumbotron-image ruby::before {
	order: 1;
	border-left: 3px solid #000;
}

.jumbotron-image ruby span {
	order: 2;
}

.jumbotron-image ruby::after {
	order: 3;
	border-right: 3px solid #000;
}

.jumbotron-link {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -75px;
	padding: 30px;
	border-radius: 15px;
	background-color: #fff;
}

.jumbotron-link::before,
.jumbotron-link::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 277px;
	height: 75px;
}

.jumbotron-link::before {
	top: -70px;
	right: 20px;
	background: transparent url(../img/bg_build_1.png) center no-repeat;
}

.jumbotron-link::after {
	left: 0;
	bottom: -115px;
	background: transparent url(../img/bg_build_2.png) center no-repeat;
}

.jumbotron-link a {
	width: calc(100% / 3 - 60px);
	margin-bottom: 25px;
}

.jumbotron-link figure {
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
	width: calc(100% / 3 - 60px);
	margin-bottom: 25px;
}

.jumbotron-link p {
	order: 2;
	width: calc(100% / 3 - 60px);
}

/*----------------------------------------------------------------
  Front Page -> News
  ----------------------------------------------------------------*/

.top-news {
	display: grid;
	grid-template-columns: 1fr 170px min(910px, calc(100% - 170px)) 1fr;
	grid-template-rows: auto;
	padding: 60px 0;
	background-color: #f7ece1;
	color: #000;
}

.top-news h2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}

.top-news h2::before {
	content: attr(data-text);
	display: block;
	letter-spacing: 0.05rem;
	font-weight: 400;
	font-size: 3.6rem;
	color: #fc8351;
}

.top-news dl {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	display: flex;
	flex-wrap: wrap;
	/*padding-left: 30px;*/
	/*border-left: 4px solid #fff;*/
	font-size: 1.4rem;
}

.top-news .dl_news {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	border-left: 4px solid #fff;
	font-size: 1.4rem;
	height: 168px;
	overflow: auto;
	overflow-x: hidden;
}

.dl_news li {
	list-style: none;
}

.top-news dt {
	width: 110px;
	padding: 15px 0 15px;
	border-bottom: 1px solid #ccc;
}

.top-news dd {
	width: calc(100% - 110px);
	padding: 15px 0 15px;
	border-bottom: 1px solid #ccc;
}

.top-news dt:nth-of-type(n+2),
.top-news dd:nth-of-type(n+2) {
	margin-top: 25px;
}

.top-news dl a {
	color: inherit;
}

/*----------------------------------------------------------------
  Template
  ----------------------------------------------------------------*/

.page-header {
	position: relative;
	width: 100%;
	height: 243px;
	overflow: hidden;
	margin-top: 8.6vw;
}

.page-header img {
	object-fit: cover;
	width: 100%;
	max-width: none;
	height: 100%;
}

.page-header span {
	font-family: "M PLUS Rounded 1c";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	padding: 10px 4.4vw;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 3.2vw;
	border-radius: 16px;
}

.page-header::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1080px;
	height: 100%;
	background: transparent url(../img/bg_build_1.png) bottom right 20px no-repeat;
}

.breadcrumbs {
	padding: 7px 0;
}

.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs li {
	margin-right: 15px;
}

.breadcrumbs li:nth-of-type(n+2)::before {
	content: '>';
	margin-right: 15px;
}

.breadcrumbs a {
	color: #fc8351;
}

.template {
	padding: 65px 70px 115px;
	background: transparent url(../img/bg_build_2.png) bottom left no-repeat;
}

.content-header {
	margin: 0 20px 20px;
	padding: 0 0 25px 7px;
	background: transparent url(../img/bg_content_header.png) bottom left no-repeat;
	font-size: 2.4rem;
}

.content-header span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	padding: 5px 10px;
	background-color: #fffaf5;
}

.content-subheader {
	margin: 0 20px 20px;
	font-size: 2rem;
}

.anchor-nav {
	display: flex;
	justify-content: center;
	margin-top: 65px;
}

.flow-list {
	counter-reset: fl;
	margin: 0 20px 100px;
}

.flow-list > li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #dedede;
	counter-increment: fl;
}

.flow-list > li::before {
	content: counter(fl);
	background-color: #fc8351;
	width: 40px;
	padding: 8px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
}

.flow-list dl {
	width: calc(100% - 60px);
	margin-top: 4px;
}

.flow-list dt {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fc8351;
}

.flow-list dd {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

/*----------------------------------------------------------------
  About
  ----------------------------------------------------------------*/

.about p {
	margin: 0 20px 0px;
	line-height: 1.9;
}

.about figure {
	margin-top: 100px;
	padding: 16px;
	border-radius: 16px;
	background-color: #fcf8f4;
	text-align: center;
}
.about .owner {
	margin-top: 0px;
	padding: 16px;
	text-align: right;
}
.anchor-faq a {
	width: 270px;
	margin: 0 15px;
}

/*----------------------------------------------------------------
  Owner
  ----------------------------------------------------------------*/

.content-header-about {
	margin-bottom: 40px;
	padding: 50px 20px 20px;
	background:
		url(../img/bg_content_header_about_1.png) top center / 100% auto no-repeat,
		transparent url(../img/bg_content_header_about_2.png) bottom center / 100% auto no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	color: #222;
}

.anchor-owner a {
	width: 240px;
	margin: 0 15px;
}

.owner-img {
	text-align: center;
	margin: 0 auto 75px;
}

.content-header-about-owner {
	font-size: 3.8rem;
}

.owner-1 {
	margin: 0 45px 55px;
}

.owner-1 li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: bold;
}

.owner-1 span {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 4px 20px 0 0;
	border: 1px solid #838383;
}

.owner-1 span::before {
	content: "";
	position: absolute;
	left: 37.5%;
	top: -37.5%;
	display: block;
	width: 12px;
	height: 16px;
	border-right: 4px solid #fc8351;
	border-bottom: 4px solid #fc8351;
	transform: rotate(45deg);
}

.owner-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 75px;
}

.owner-2 li {
	width: 180px;
	margin: 0 20px 15px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.owner-2 img {
	width: 180px;
	margin-bottom: 15px;
	padding: 7px;
	border: 3px solid #fdccb9;
	border-radius: 50%;
}

.owner-3 {
	width: 750px;
	margin: 0 auto 100px;
}

.owner-3 figure {
	margin-bottom: 40px;
}

.owner-3 figure img {
	margin-bottom: 25px;
}

.owner-3 h3 {
	margin: 0 0 10px;
	font-size: 1.8rem;
	font-weight: normal;
}

.owner-3 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.owner-3 dt {
	width: calc(50% - 2px);
	margin-bottom: 4px;
	padding: 6px;
	background-color: #ffe3d8;
	text-align: center;
	color: #222;
	font-weight: 600;
}

.owner-3 dd {
	order: 1;
	width: calc(50% - 2px);
	padding: 5px;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 1.8rem;
	color: #ff8351;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.owner-3 dd span {
	color: #222;
}

.owner-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 20px 35px;
}

.owner-4 dt {
	width: calc(100% / 3 - 30px);
	margin-bottom: 5px;
	padding: 6px;
	background-color: #ffcdb9;
	text-align: center;
	color: #222;
	font-weight: 600;
}

.owner-4 dd {
	order: 1;
	width: calc(100% / 3 - 30px);
	padding: 15px 30px;
	background-color: #f0f0f0;
	line-height: 1.6;
	color: #222;
}

.owner-4 dd:last-of-type {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.35;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.owner-4 dd p {
	margin-top: 25px;
}

.table-owner {
	margin: 0 40px 110px;
}

.table-owner th:nth-of-type(1) {
	width: 150px;
}

.table-owner th,
.table-owner td {
	padding: 4px 10px;
	vertical-align: top;
}

.table-owner tbody tr:nth-of-type(n+3) th,
.table-owner td {
	background-color: #ffe3d8;
}

.table-owner td[colspan],
.table-owner tbody th,
.table-owner tfoot th {
	background-color: #f0f0f0;
}

.table-owner thead th:not(:empty),
.table-owner tbody th {
	background-color: #ffcdb9;
	color: #222;
}

.table-owner tfoot td {
	padding: 4px 28px;
}

.table-owner ul {
	margin: 5px 0 0 20px;
}

.table-owner td ul {
	margin-top: 10px;
}

.merit-list {
	margin: 0 20px 100px;
}

.merit-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	padding: 25px 20px 40px;
	border-radius: 16px;
	background-color: #fcf8f4;
}

.merit-icon {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	width: 120px;
	height: 120px;
	margin: 5px;
	background-color: #fc8351;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fcf8f4, 0 0 0 5px #fdccb9;
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
}

.merit-icon::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 66px;
	background: url(../img/ico_fingertip_01.svg) no-repeat center / cover;
	width: 69px;
	height: 54px;
}

.merit-icon span:nth-of-type(1) {
	font-size: 1.6rem;
}

.merit-icon span:nth-of-type(2) {
	line-height: 1;
	font-size: 4.8rem;
}

.merit-list dl {
	width: calc(100% - 160px);
	margin: 20px 0 0 30px;
}

.merit-list dt {
	margin: 0 120px 15px 0;
	border-bottom: 2px solid #fc8351;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fc8351;
}

.merit-list dd {
	font-size: 1.8rem;
	font-weight: 600;
	width: 95%;
}

.owner .faq-text,
.lease .faq-text {
	margin-bottom: 65px;
}

.faq-text + a {
	width: 350px;
	margin: 0 auto;
}

/*----------------------------------------------------------------
  Lease
  ----------------------------------------------------------------*/

.lease-1 {
	margin: 0 20px 120px;
}

/*----------------------------------------------------------------
  Tenant
  ----------------------------------------------------------------*/

.anchor-tenant a {
	width: 200px;
	margin: 0 7px;
	padding: 18px 28px 18px 8px;
	background-position: right 10px center;
}

.tenant-2 li figure {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.tenant-2 li:nth-of-type(2) figure:nth-of-type(1) {
	width: 265px;
	margin-right: 70px;
}

.tenant-2 li:nth-of-type(2) figure:nth-of-type(1) img {
	margin-right: 35px;
}

.tenant-2 li:nth-of-type(2) figure:nth-of-type(1) figcaption {
	width: 160px;
}

.tenant-2 li:nth-of-type(2) figure:nth-of-type(2) {
	width: 435px;
	margin-bottom: 15px;
}

.tenant-2 li:nth-of-type(2) figure:nth-of-type(2) img {
	margin-right: 50px;
}

.tenant-2 li:nth-of-type(2) figure:nth-of-type(2) figcaption {
	width: 295px;
}

.tenant-2 li:nth-of-type(2) figure:nth-of-type(2) ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: disc;
}

.tenant-2 li:nth-of-type(4) figure {
	width: 320px;
	margin-left: auto;
}

.tenant-2 li:nth-of-type(4) figure figcaption {
	margin: 5px 0 0 20px;
}

.tenant-3 {
	margin: 0 20px 25px;
}

.tenant-4 {
	margin: 0 20px 55px;
}

.tenant-5 {
	justify-content: space-between;
	margin: 0 20px 25px;
}

.tenant-6 {
	margin: 0 20px 100px;
}

/*----------------------------------------------------------------
  FAQ
  ----------------------------------------------------------------*/

.faq-text {
	margin: 0 12px 140px;
}

.faq-text dt,
.faq-text dd {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.faq-text dt {
	margin-bottom: 20px;
}

.faq-text dd {
	flex-wrap: wrap;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #dedede;
}

.faq-text dt::before,
.faq-text dd::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 2rem;
	font-weight: 700;
}

.faq-text dt::before {
	content: "Q";
	background-color: #fc8351;
	color: #fff;
}

.faq-text dd::before {
	content: "A";
	background-color: #e3e3e3;
	color: #fc8351;
}

.faq-text dt div,
.faq-text dd div:nth-of-type(1) {
	width: calc(100% - 60px);
	padding-top: 8px;
}

.faq-text dd div:nth-of-type(1) ul {
	margin: 0 0 25px;
	padding-left: 25px;
}

.faq-text dt div {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fc8351;
}

.faq-text dd div:nth-of-type(2) {
	width: 100%;
	margin-top: 25px;
}

.table-docs tr th:first-of-type {
	width: 160px;
}

.table-docs thead th {
	font-size: 1.4rem;
}

.table-docs thead th span {
	font-size: 1.2rem;
}

.table-docs thead tr:nth-of-type(1) th:not(:empty) {
	padding: 6px;
}

.table-docs thead tr:nth-of-type(2) th {
	padding: 10px 0;
	vertical-align: top;
}

.table-docs thead tr:nth-of-type(1) th:nth-of-type(2),
.table-docs thead tr:nth-of-type(2) th {
	background-color: #ffcdb9;
}

.table-docs thead tr:nth-of-type(1) th:nth-of-type(3),
.table-docs thead tr:nth-of-type(2) th:nth-of-type(n+7) {
	background-color: #f7ece1;
}

.table-docs tbody td {
	padding: 8px;
	background-color: #fee3d8;
	text-align: center;
	font-size: 2.4rem;
}

.table-docs tbody th,
.table-docs tbody td:nth-of-type(n+7) {
	background-color: #f0f0f0;
}

.table-docs tbody tr:last-of-type th {
	padding: 8px 4px;
	vertical-align: top;
}

.table-docs tbody tr:last-of-type td {
	text-align: left;
	font-size: 1.6rem;
	padding: 20px;
}

.table-docs tbody tr:last-of-type td ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 25px;
}

.table-docs tbody tr:last-of-type td ul li {
	margin-right: 25px;
}

.faq-text dd a {
	color: #fc8351;
}

.faq dl:last-of-type {
	margin-bottom: 0;
}

/*----------------------------------------------------------------
  Company
  ----------------------------------------------------------------*/

.company h2 {
	margin-bottom: 60px;
	text-align: center;
}

.company dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px 60px;
	border-top: 2px solid #dedede;
}

.company dt {
	width: 210px;
	padding: 20px 0 20px 25px;
	border-bottom: 2px solid #dedede;
	font-size: 1.8rem;
	font-weight: bold;
}

.company dd {
	width: calc(100% - 210px);
	padding: 20px 0;
	border-bottom: 2px solid #dedede;
	font-size: 1.8rem;
}

.company figure {
	margin: 0 20px;
}

.company figure iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: none;
}

/*----------------------------------------------------------------
  Privacy
  ----------------------------------------------------------------*/

.privacy h2 {
	margin: 0 20px 20px;
	font-size: 1.6rem;
}

.privacy p {
	margin: 0 20px 25px 40px;
}

.privacy p:first-of-type {
	margin-bottom: 50px;
	font-size: 1.8rem;
}

.privacy p:last-of-type {
	margin-bottom: 0;
}

.privacy ul {
	margin: 0 0 25px 20px;
	padding: 0 0 0 20px;
}

/*----------------------------------------------------------------
  Download
  ----------------------------------------------------------------*/

.download ol {
	margin: 25px 0 120px;
}

.download ol:last-of-type {
	margin-bottom: 0;
}

.download li {
	display: flex;
	align-items: center;
	padding: 25px 0;
	border-bottom: 2px solid #dedede;
}

.download li a {
	width: 160px;
	margin-left: 15px;
	padding: 10px 20px 10px 50px;
	border: 2px solid #fc8351;
	border-radius: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	transition: background-color 0.3s;
}

.download li .ank {
	width: 160px;
	margin-left: 15px;
	padding: 10px 20px 10px 50px;
	border-radius: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	transition: background-color 0.3s;
	border: 2px solid #b5b5b6;
}

.download li .ank2 {
	width: 320px;
	margin: 0;
	padding: 10px 20px 10px 50px;
	border-radius: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	transition: background-color 0.3s;
	border: 2px solid #fc8351;
}

.download li a:nth-of-type(1),
.download li a:nth-of-type(2):hover,
.download li a:nth-of-type(2):active {
	background: #fff url(../img/icon_pdf_orange.png) center left 18px no-repeat;
	color: #000;
}

.download li a:nth-of-type(1):hover,
.download li a:nth-of-type(1):active,
.download li a:nth-of-type(2) {
	background: #fc8351 url(../img/icon_pdf_white.png) center left 18px no-repeat;
	color: #fff;
}

.download li a:nth-of-type(3){
	background: #b5b5b6 url(../img/icon_xl_white.png) center left 18px no-repeat;
	color: #fff;
	border: 2px solid #b5b5b6;
}

.download li a:nth-of-type(3):hover,
.download li a:nth-of-type(3):active{
	background: #fff url(../img/icon_xl_orange.png) center left 18px no-repeat;
	color: #000;
	border: 2px solid #fc8351;
}

.download .doc{
	background: #b5b5b6 url(../img/icon_doc_white.png) center left 18px no-repeat !important;
	color: #fff;
	border: 2px solid #b5b5b6;
}

.download .doc:hover,
.download .doc:active{
	background: #fff url(../img/icon_doc_orange.png) center left 18px no-repeat !important;
	color: #000;
	border: 2px solid #fc8351;
}
.download-title {
	display: flex;
	margin-right: auto;
	font-size: 1.8rem;
	font-weight: bold;
}

.download-title span:nth-of-type(1) {
	color: #fc8351;
	margin-right: 10px;
}

.download #dl_1_3{
	flex-wrap: wrap;
}
.download .accordion-wrap{
	width: 100%;
	padding-top: 20px;
}
.download .ac_btn{
	color: #fff;
	font-size: 1.8rem;
    font-weight: bold;
	display: inline-block;
	background: #fc8351;
	padding: 10px 40px 10px 20px;
	border-radius: 16px;
	margin-bottom: 20px;
	position: relative;
	transition: background-color 0.3s;
    border: 2px solid #fc8351;
}
.download .ac_btn:hover{
	color: #000;
	background: #fff;
}

.download .ac_btn::after{
	content: "▼";
	position: absolute;
	font-size: 1.6rem;
	right: 15px;
	top: 12px;
}

.download .ac_btn.active::after{
	content: "▲";
}

.download .ac_detail{
	padding: 20px;
	background-color: #fcf8f4;
	border-radius: 16px;
}

.download .ac_detail dl:nth-child(1){
	padding-bottom: 20px;
}
.download .ac_detail dt{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fc8351;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 2px #fc8351;
}

/*----------------------------------------------------------------
  Contact Form
  ----------------------------------------------------------------*/

.contact-1 {
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-end;*/
	margin: 0 20px 95px;
	padding: 25px 35px;
	border-radius: 16px;
	background-color: #fcf8f4;
	align-items: center;
}

.contact-1 img {
	/*width: 80px;*/
	max-width: 5.9vw;
	width: 100%;
}

.contact-1 p:nth-of-type(1) {
	/*margin: 0 40px 0 30px;*/
	margin: 0 2.9vw 0 2.2vw;
	/*font-size: 4.8rem;*/
	font-size: 3.2vw;
	font-weight: 700;
	color: #fc8351;
}

.contact-1 p:nth-of-type(2) {
	font-weight: 700;
	font-size: 2.3vw;
	color: #fc8351;
	margin: 1vw 0 0 0;
}

.contact-1 p:nth-of-type(3) {
	padding-left: 110px;
}

@media screen and (min-width: 1400px) {
	.contact-1 p:nth-of-type(1) {
		font-size: 45px;
	}

	.contact-1 p:nth-of-type(2) {
		font-size: 32px;
	}
}

.contact-2 {
	margin: 25px 20px 60px;
}

.form-table {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px;
}

.form-table dt,
.form-table dd {
	margin-bottom: 25px;
	border-bottom: 2px solid #707070;
}

.form-table dt {
	width: 255px;
	padding-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 700;
}

.form-table dt div {
	display: flex;
	align-items: center;
	padding-top: 12px;
}

.form-table dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 255px);
	padding: 0 25px 25px 0;
}

.form-table dd input[type=text],
.form-table dd input[type=email],
.form-table dd textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #b1b1b1;
	border-radius: 4px;
	font-family: inherit;
}

.form-table dd p {
	width: 100%;
	margin-top: 10px;
	color: #5f5f5f;
}

.form-table dd .form-errortext,
.form-agreement .form-errortext {
	font-weight: 700;
	color: #f00;
}

.form-table label {
	margin: 12px 45px 0 0;
}

.form-table textarea {
	width: 100%;
	min-height: 180px;
	resize: vertical;
}

.form-table input[type=radio],
.form-agreement input[type=checkbox] {
	width: 0;
	height: 0;
}

.form-table .form-required {
	margin-left: 15px;
	padding: 1px 7px;
	border-radius: 9px;
	background-color: #fc8351;
	font-size: 1.2rem;
	color: #fff;
}

.form-table label .radiobox {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #000;
	border-radius: 50%;
	vertical-align: middle;
}

.form-table label .radiobox::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	transition: background-color 0.2s;
}

input[type=radio]:checked + label .radiobox::before {
	background-color: #fc8351;
}

.form-agreement {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;
	height: 70px;
	margin: 0 20px 50px;
	font-size: 1.8rem;
}

.form-agreement a {
	color: #fc8351;
}

.form-agreement .checkbox {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 15px;
	border: 1px solid #000;
	border-radius: 2px;
	vertical-align: middle;
	background-color: #fff;
}

.form-agreement .checkbox::before {
	content: "";
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0;
	border: 2px solid #fc8351;
	transform: translateY(0%) rotate(0deg);
	transition: opacity 0.2s, width 0.2s, transform 0.2s;
}

#b1:checked ~ label[for=b1] .checkbox::before {
	opacity: 1;
	width: 50%;
	height: 120%;
	border-left-color: transparent;
	border-top-color: transparent;
	transform: translateY(-20%) rotate(45deg);
}

.form-validate-untouch ~ .form-errortext,
.form-validate:valid ~ .form-errortext,
.form-validate-check:valid ~ .form-errortext,
.form-validate-class:valid ~ .form-errortext,
.form-validate-checkclass:valid ~ .form-errortext {
	display: none;
}

.form-btn {
	display: flex;
	justify-content: center;
}

.form-btn input[type=submit],
.form-btn input[type=button] {
	width: 350px;
	margin: 0 30px;
}

/*----------------------------------------------------------------
  Sitemap
  ----------------------------------------------------------------*/

.sitemap nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sitemap nav a {
	width: calc(100% / 3 - 10px);
	margin: 0 0 15px;
	padding-left: 15px;
	background: transparent url(../img/icon_caret_r_gray_9x10.png) left top 2px no-repeat;
	color: #000;
}

.sitemap nav hr {
	width: 100%;
	height: 2px;
	margin: 15px 0 30px;
	border: none;
	background-color: #898989;
}

/*----------------------------------------------------------------
  Site Footer
  ----------------------------------------------------------------*/

.site-footer-about {
	display: flex;
	justify-content: center;
	padding: 60px 0;
	background-color: #f7ece1;
}

.site-footer-about a {
	width: 280px;
	margin: 0 45px;
}

.site-footer-link {
	display: flex;
	justify-content: center;
	padding: 35px 0;
	background-color: #fc8351;
}

.site-footer-link a {
	margin: 0 30px;
	padding-right: 45px;
	background: transparent url(../img/icon_caret_r_white_12x14.png) right center no-repeat;
	color: #fff;
}

.site-footer-global {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0 25px;
	background-color: #ededed;
}

.site-footer-global nav {
	margin: 0 25px 55px;
}

.site-footer-global nav a {
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 15px;
	background: transparent url(../img/icon_caret_r_gray_9x10.png) center left no-repeat;
	font-size: 1.4rem;
	color: #000;
}

.site-footer-global address {
	width: 100%;
	text-align: center;
	font-style: normal;
	font-size: 1.2rem;
	color: #222;
}

.goto-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.goto-top-btn {
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 3px;
	background: #fc8351 url(../img/arrow_t_white_16x30.png) center no-repeat;
}
