/*--------------------------------------------------*/
/* 基本 */
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/*パンくず*/
/*--------------------------------------------------*/

.breadcrumb-wrap {
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	padding: 12px 0;
	font-size: 13px;
	color: #999999;
	background-color: #f8f8f8;
}
.breadcrumb-wrap ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.breadcrumb-wrap ol li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}
.breadcrumb-wrap ol li:first-child::before {
	content: "\f015";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ED7C44;
	margin-right: 5px;
}
.breadcrumb-wrap ol li::after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	margin: 0 0.3em 0 0.8em;
}
.breadcrumb-wrap ol li:last-child::after {
	content: none;
}
.breadcrumb-wrap ol li a,
.breadcrumb-wrap ol li span {
	color: #666666;
}
@media (max-width: 767px) {
	.breadcrumb-wrap {
		font-size: 12px;
	}
}

/*--------------------------------------------------*/
/* .page-header */
/*--------------------------------------------------*/

.lower-page .page-header {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 280px;
	background-color: #ED7C44;
}
.lower-page .page-header .title-wrap {
	display: inline-block;
	min-width: 440px;
}
.lower-page .page-header .title-wrap dl {
	text-align: center;
}
.lower-page .page-header .title-wrap dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(/wp/wp-content/themes/understrap-child/img/common/page-header-01.png?202503), url(/wp/wp-content/themes/understrap-child/img/common/page-header-02.png?202503);
	background-position: left center, right center;
	background-size: 90px, 90px;
	background-repeat: no-repeat;
	min-height: 101px;
	padding: 0 100px;
}
.lower-page .page-header .title-wrap dl dt .page-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	color: #ffffff;
}
.lower-page .page-header .title-wrap dl dd {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: 15px;
	padding: 10px 0;
}
@media (max-width: 767px) {
	.lower-page .page-header {
		height: 240px;
	}
	.lower-page .page-header .title-wrap {
		min-width: auto;
		max-width: 360px;
	}
	.lower-page .page-header .title-wrap dl dt {
		background-size: 65px, 65px;
		min-height: 73px;
		padding: 0 75px;
	}
	.lower-page .page-header .title-wrap dl dt .page-title {
		font-size: 28px;
	}
	.lower-page .page-header .title-wrap dl dd {
		font-size: 16px;
	}
}

/*--------------------------------------------------*/
/* .page-content */
/*--------------------------------------------------*/

.lower-page .page-content {
	padding: 70px 0 150px 0;
}
@media (min-width: 992px) {
	.lower-page .page-content .row-wrap {
		display: flex;
	}
	.lower-page .page-content .col-main {
		width: 73%;
		padding-right: 50px;
	}
	.lower-page .page-content .col-side {
		width: 27%;
	}
}
@media (max-width: 991px) {
	.lower-page .page-content {
		padding: 60px 0 150px 0;
	}
	.lower-page .page-content .col-side {
		padding-top: 100px;
	}
}


/*--------------------------------------------------*/
/* .lower-page .sidebar */
/*--------------------------------------------------*/

.lower-page .sidebar {
	font-size: 14px;
}
.lower-page .sidebar p {
	line-height: 1.8;
}
.lower-page .sidebar .widget {
	margin-bottom: 60px;
}
.lower-page .sidebar .widget .widget-title {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	border-top: 3px solid #eeeeee;
	border-bottom: 3px solid #eeeeee;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
.lower-page .sidebar .widget_categories ul,
.lower-page .sidebar .widget_archive ul {
	margin: -15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.lower-page .sidebar .widget_categories ul li,
.lower-page .sidebar .widget_archive ul li {
	border-bottom: 1px solid #eeeeee;
}
.lower-page .sidebar .widget_categories ul li a,
.lower-page .sidebar .widget_archive ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	padding: 15px 0 15px 20px;
}
.lower-page .sidebar .widget_categories ul li a:before,
.lower-page .sidebar .widget_archive ul li a:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ED7C44;
	transition: 0.3s;
}
.lower-page .sidebar .widget_categories ul li a:hover,
.lower-page .sidebar .widget_archive ul li a:hover {
	opacity: 1;
}
.lower-page .sidebar .widget_pages ul li:first-child {
	display: none;
}
.lower-page .sidebar .widget_tag_cloud a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #eeeeee;
	border-radius: 30px;
	height: 30px;
	font-size: 90% !important;
	padding: 0 20px;
	margin: 0 0.3em 0.8em 0;
}
.lower-page .sidebar .widget .img-wrap {
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.lower-page .sidebar .widget_categories ul li a:hover:before,
	.lower-page .sidebar .widget_archive ul li a:hover:before {
		left: 5px;
	}
}
@media (max-width: 575px) {
	.lower-page .sidebar .widget .widget-title {
		font-size: 20px;
	}
}

/* .contact */
.lower-page .sidebar .contact {
	background-color: #5084C4;
	text-align: center;
	color: #ffffff;
	padding: 20px;
}
.lower-page .sidebar .contact .title {
	font-size: 20px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
	margin: -10px -20px 20px -20px;
}
.lower-page .sidebar .contact dl {
	margin-top: 15px;
}
.lower-page .sidebar .contact dl dt {
	font-weight: 700;
	margin-bottom: 10px;
}
.lower-page .sidebar .contact dl dd a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	background-color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
}
.lower-page .sidebar .contact dl dd a i {
	margin-right: 0.3em;
}
.lower-page .sidebar .contact dl dd a i.fa-phone {
	font-size: 90%;
}
.lower-page .sidebar .contact dl dd a.en {
	font-size: 24px;
}
.lower-page .sidebar .contact dl dd p {
	font-size: 12px;
	margin: 5px 0 0 0;
}
.lower-page .sidebar .contact dl.form {
	border-top: 1px solid #ffffff;
	margin-top: 20px;
	padding-top: 15px;
}
.lower-page .sidebar .widget-line .widget-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}
.lower-page .sidebar .widget-line .widget-title strong {
	display: block;
	font-size: 20px;
}
.lower-page .sidebar .widget-line .widget-title strong span {
	color: #00B900;
}
.lower-page .sidebar .widget .line-wrap {
	text-align: center;
}
.lower-page .sidebar .widget .line-wrap img {
	width: 200px;
	border: 1px solid #eeeeee;
}

/*--------------------------------------------------*/
/* .col-main */
/*--------------------------------------------------*/

.fixed-page .page-content .col-main {
	font-size: 16px;
	line-height: 2;
}
.fixed-page .page-content .col-main > *:first-child {
	margin-top: 0 !important;
}
@media (max-width: 767px) {
	.fixed-page .page-content .col-main {
		font-size: 14px;
	}
}

/* 見出し */
.fixed-page .page-content .col-main .h2 {
	font-size: 28px;
	border-top: 5px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
	margin: 80px 0 30px 0;
	padding: 15px 0;
}
.fixed-page .page-content .col-main .h3 {
	position: relative;
	font-size: 24px;
	border-bottom: 5px solid #eeeeee;
	padding-bottom: 10px;
	margin: 80px 0 25px 0;
}
.fixed-page .page-content .col-main .h3:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	width: 20px;
	height: 5px;
	background-color: #ED7C44;
}
.fixed-page .page-content .col-main .h4 {
	font-size: 20px;
	margin: 40px 0 15px 0;
}
.fixed-page .page-content .col-main .h4:before {
	content: "\f111";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ED7C44;
	margin-right: 0.4em;
}
.fixed-page .page-content .col-main p a {
	color: #ED7C44;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.fixed-page .page-content .col-main p a {
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.fixed-page .page-content .col-main .h2 {
		font-size: 22px;
	}
	.fixed-page .page-content .col-main .h3 {
		font-size: 18px;
	}
	.fixed-page .page-content .col-main .h4 {
		font-size: 16px;
	}
}

/* img */
.fixed-page .page-content .col-main .img {
	margin: 30px 0;
}
.fixed-page .page-content .col-main .row-img {
	margin: 30px -15px 10px -15px;
}
.fixed-page .page-content .col-main .row-img > * {
	padding: 0 15px;
	margin-bottom: 20px;
}

/* table */
.fixed-page .page-content .col-main .table-wrap {
	margin: 2em 0;
}
.fixed-page .page-content .col-main .basic-table {
	width: 100%;
	line-height: 1.6;
	margin-bottom: 20px;
}
.fixed-page .page-content .col-main .basic-table th,
.fixed-page .page-content .col-main .basic-table td {
	vertical-align: middle;
	border: 1px solid #dddddd;
	padding: 15px 20px;
}
.fixed-page .page-content .col-main .basic-table thead th {
	background-color: #eeeeee;
}
.fixed-page .page-content .col-main .basic-table tbody th {
	background-color: #f8f8f8;
}
.fixed-page .page-content .col-main .basic-table tbody td > *:last-child {
	margin-bottom: 0;
}
.fixed-page .page-content .col-main .basic-table tbody td ul {
	padding-left: 1.4em;
}
@media (max-width: 767px) {
	.fixed-page .page-content .col-main .basic-table th,
	.fixed-page .page-content .col-main .basic-table td {
		padding: 10px;
	}
	.fixed-page .page-content .col-main .sp-block-table {
		border-bottom: 1px solid #dddddd;
	}
	.fixed-page .page-content .col-main .sp-block-table th,
	.fixed-page .page-content .col-main .sp-block-table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.fixed-page .page-content .col-main .table-scroll {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.fixed-page .page-content .col-main .table-scroll table {
		width: 768px;
		margin-top: 0;
	}
	
}

/*--------------------------------------------------*/
/* サービス */
/*--------------------------------------------------*/

.fixed-page .page-content .row-service {
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
.fixed-page .page-content .row-service li {
	margin-bottom: 50px;
}
.fixed-page .page-content .row-service li dl dt a {
	display: block;
	overflow: hidden;
}
.fixed-page .page-content .row-service li dl dt a img {
	transition: 0.3s;
}
.fixed-page .page-content .row-service li dl dd h2 {
	font-size: 24px;
	margin: 20px 0 10px 0;
}
.fixed-page .page-content .row-service li dl dd p {
	line-height: 1.8;
}
.fixed-page .page-content .row-service li .btn {
	max-width: 180px;
	height: 45px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.fixed-page .page-content .row-service li {
		position: relative;
		padding-bottom: 50px;
	}
	.fixed-page .page-content .row-service li dl dt a:hover img {
		scale: 1.1;
	}
	.fixed-page .page-content .row-service li .btn {
		position: absolute;
		left: 20px;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.fixed-page .page-content .row-service li dl dd h2 {
		font-size: 20px;
	}
}

/*--------------------------------------------------*/
/* よくあるご質問 */
/*--------------------------------------------------*/

.faq-page .page-content .h2:before {
	content: "Q";
	color: #ED7C44;
	margin-right: 0.5em;
}

/*--------------------------------------------------*/
/* 事業概要 */
/*--------------------------------------------------*/

.fixed-page .page-content .gmap iframe {
	width: 100%;
}
@media (max-width: 767px) {
	.fixed-page .page-content .gmap iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}

/*--------------------------------------------------*/
/* お問合せ */
/*--------------------------------------------------*/

.contact-page .page-content .tel-wrap {
	line-height: 1.8;
}
.contact-page .page-content .tel-wrap dl dt {
	font-weight: 700;
	margin: 30px 0 10px 0;
}
.contact-page .page-content .tel-wrap dl dd.en a {
	background-image: url(/img/common/tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	font-size: 36px;
	line-height: 1;
	padding-left: 40px;
}
.contact-page .page-content .tel-wrap dl dd.ja {
	font-size: 90%;
}
@media (max-width: 767px) {
	.contact-page .page-content .tel-wrap dl dd.en a {
		font-size: 28px;
	}
}

/*--------------------------------------------------*/
/* お問合せフォーム */
/*--------------------------------------------------*/

.contact-page .form-content {
	margin-top: -100px;
	padding-top: 100px;
}
.contact-page .form-content table {
	width: 100%;
	line-height: 1.8;
	margin: 10px 0 30px 0;
}
.contact-page .form-content table th,
.contact-page .form-content table td,
.contact-page .form-content table tr:last-child th {
	vertical-align: top;
	padding: 15px 0;
}
.contact-page .form-content table th {
	width: 200px;
	padding: 30px 0;
}
.contact-page .form-content table th span {
	display: inline-block;
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.contact-page .form-content table td .small {
	margin-top: 10px;
}
.contact-page .form-content table td > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.contact-page .form-content table th,
	.contact-page .form-content table td {
		display: block;
		width: 100%;
		border-top: 1px solid #dddddd;
	}
	.contact-page .form-content table th,
	.contact-page .form-content table tr:last-child th {
		background-color: #eeeeee;
		padding: 10px;
	}
	.contact-page .form-content table td {
		padding: 15px 0 35px 0;
	}
}

/*--------------------------------------------------*/
/* フォーム リセット */
/*--------------------------------------------------*/

.contact-page input,
.contact-page button,
.contact-page select,
.contact-page textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
.contact-page textarea {
	resize: vertical;
}
.contact-page input[type='checkbox'],
.contact-page input[type='radio'] {
	display: none;
}
.contact-page input[type='submit'],
.contact-page input[type='button'],
.contact-page label,
.contact-page button,
.contact-page select {
	cursor: pointer;
}
.contact-page select::-ms-expand {
	display: none;
}

/*--------------------------------------------------*/
/* フォーム カスタマイズ */
/*--------------------------------------------------*/

.contact-page input[type='text'],
.contact-page textarea {
	border: 1px solid #dddddd;
	padding: 15px;
	width: 100%;
}
.contact-page ::placeholder {
	color: #cccccc;
}
.contact-page .btn-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0 30px 0;
}
.contact-page .btn-wrap .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 320px;
	height: 60px;
	background-color: #ED7C44;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	margin: 20px 10px 0 10px;
}
.contact-page .btn-wrap .btn-back {
	background-color: #333333;
}

/*--------------------------------------------------*/
/* フォーム 画面遷移 */
/*--------------------------------------------------*/

.contact-page .mw_wp_form .error {
	color: #ff0000;
}
.contact-page .mw_wp_form_complete h3 {
	font-size: 140%;
	margin: 0 0 1em 0;
}
.contact-page .mw_wp_form_preview table td p.small {
	display: none;
}
@media (min-width: 768px) {
	.contact-page .mw_wp_form_preview table th,
	.contact-page .mw_wp_form_preview table td {
		padding: 20px 0;
	}
}

/*--------------------------------------------------*/
/* 404ページ */
/*--------------------------------------------------*/

.page-404 .page-header .title-wrap dl dd.en {
	font-size: 16px;
	margin-top: 5px;
	color: #ffffff;
	opacity: 0.5;
}
.page-404 .page-content {
	font-size: 15px;
	line-height: 2;
}
.page-404 .page-content a {
	color: #ED7C44;
	text-decoration: underline;
}
.page-404 .page-content a:hover {
	text-decoration: none;
}
@media (max-width: 575px) {
	.page-404 .page-content {
		font-size: 14px;
	}
}

/*--------------------------------------------------*/
/* 料金表 */
/*--------------------------------------------------*/

.fixed-page .page-content .price-sec {
	position: relative;
}
.fixed-page .page-content .price-sec .anchor {
	position: absolute;
	left: 0;
	top: -120px;
}
.fixed-page .page-content .col-main > .price-sec:first-child .h2 {
	margin-top: 0;
}