::selection {
	color: #000;
	background-color: #ffe4bd;
}
.top-bar-content, .main-header-content, .featured-entry-content, .home-header-content, .jumbotron-content, .site-content, .container-content, .footer-widget-content, .site-bottom-content {
	max-width: 900px;
}
.mn {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h3.type01 {
	font-family: ff-good-headline-web-pro,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.1rem;
	color: #182d70;
}
h3.type01.h2set {
	margin-bottom: -55px;
}
.content {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
body.home .site-header {
	margin-bottom: 1rem;
}
/* re */
.top-bar {
	padding-bottom: 0px;
	padding-top: 0px;
}
@media screen and (min-width: 782px) {
	.top-bar {
		padding-bottom: 0px;
		padding-top: 3px;
	}
}
.main-header {
	padding-bottom: 11px;
	padding-top: 15px;
}
@media screen and (min-width: 782px) {
	.main-header {
		padding-bottom: 13px;
		padding-top: 20px;
	}
}
/* 580 */
@media (max-width: 580px) {
	body.home .site-header {
		margin-bottom: 1.8rem;
	}
}

/*---------------------------------------------*/
/* common -> pd_std */
/*---------------------------------------------*/
.pd_std {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pd_std.bzero {
	padding-bottom: 0px;
}
.pd_std.tzero {
	padding-top: 0px;
}
/* 1240 */
@media (max-width: 1240px) {
	.pd_std {
		padding-top: max(8.065vw, 50px); //100px;
		padding-bottom: max(8.065vw, 60px); //100px;
	}
}

/*---------------------------------------------*/
/* common -> a.btn */
/*---------------------------------------------*/
a.btn {
	display: inline-block;
	border: 2px solid #00479d;
	background: #00479d;
	color: #fff;
	padding: 12px;
	max-width: 260px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	transition: .3s ease;
}
a.btn:hover {
	background: #fff;
	color: #00479d;
}

/* header */
header#masthead .subheader {
	color: #fff;
}

/* top service */
body.home .site-content {
	max-width: initial;
	padding: 0;
}
#Service * {
	box-sizing: border-box;
}
#Service header {
	text-align: center;
	margin-bottom: 60px;
}
#Service header h1 {
	margin: 0;
}
#Service header span.eng {
	font-size: 14px;
}
#Service ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 3%;
}
#Service ul li {
	width: calc(94% / 3);
	text-align: center;
}
#Service ul li a {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	background: #ccc;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
#Service ul li a img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .6s ease;
}
#Service ul li a:hover img {
	transform: scale(1.2);
}
#Service ul li a::before {
	content: '';
	display: block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: background .6s ease;
}
#Service ul li a:hover::before {
	background: rgba(0,0,0,0.7);
}
#Service ul li a div.u_wrap {
	max-height: 140px;
	min-height: 120px;
	height: 10vw;
	position: relative;
	z-index: 2;
}
#Service ul li a div.u_wrap div.text {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	padding: 0 10px;
}
#Service ul li a div.u_wrap div.text h3 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px 0;
}
#Service ul li a div.u_wrap div.text span.eng {
	color: #fff;
	font-size: 12px;
}
#Service ul li a div.d_wrap {
	max-height: 90px;
	min-height: 70px;
	height: 8vw;
	position: relative;
	z-index: 2;
}
#Service ul li a div.d_wrap hr {
	width: 70%;
	border: none;
	border-top: 1px solid #fff;
	margin: 0 auto 20px auto;
	height: 1px;
}
#Service ul li a div.d_wrap p.more {
	color: #fff;
	font-size: 14px;
	margin: 0;
}
/* 768 */
@media (max-width: 768px) {
	#Service ul {
		gap: 25px 3%;
	}
	#Service ul li {
		width: calc(97% / 2);
	}
}
/* 580 */
@media (max-width: 580px) {
	#Service header {
		margin-bottom: 40px;
	}
	#Service ul li {
		width: 100%;
	}
}

/* top about */
#About {
	display: flex;
	flex-wrap: wrap;
}
#About * {
	box-sizing: border-box;
}
#About div.left {
	width: 45%;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #e1e1e1;
}
#About div.left div.h_content {
	max-width: 540px;
	width: 100%;
	margin-left: auto;
	padding: 0 40px 0 20px;
}
#About div.left div.h_content header {
	text-align: center;
	margin-bottom: 40px;
}
#About div.left div.h_content header figure {
	width: 100px;
	margin: 0 auto 25px auto;
}
#About div.left div.h_content header h2 {
	font-size: 20px;
	margin: 0;
}
#About div.left div.link {
	text-align: center;
}
#About div.right {
	width: 55%;
	background: url(../images/about_bk.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
/* 768 */
@media (max-width: 768px) {
	#About div.left {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#About div.left div.h_content {
		padding: 0 20px 0 20px;
		margin-right: auto;
	}
	#About div.right {
		width: 100%;
		aspect-ratio: 6 / 4;
	}
}
/* 580 */
@media (max-width: 580px) {
	#About div.left {
		padding-top: 20px;
		padding-bottom: 60px;
	}
}

/* top works */
#Works * {
	box-sizing: border-box;
}
#Works header {
	text-align: center;
	margin-bottom: 60px;
}
#Works header h1 {
	margin: 0;
}
#Works header span.eng {
	font-size: 14px;
}
div.works_slider {
	position: relative;
	overflow: hidden;
}
div.works_slider .swiper-slide {
	position: relative;
}
div.works_slider .swiper-slide img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
}
#Works div.link {
	text-align: center;
	margin-top: 60px;
}
:root {
	--swiper-theme-color: #fff!important;
}
span.cat-name {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	min-width: 80px;
	padding: 6px 5px;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #00479d;
}
/* 580 */
@media (max-width: 580px) {
	#Works header {
		margin-bottom: 40px;
	}
	#Works .swiper-button-next,
	#Works .swiper-button-prev {
		height: 30px;
		width: 30px;
	}
	span.cat-name {
		min-width: 60px;
		padding: 4px 5px;
		font-size: 11px;
	}
}

/* top news */
ul.news_list li {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
ul.news_list li div {
	margin-right: 15px;
}
ul.news_list li time {
	font-size: 1.25rem;
}
ul.news_list li h4 {
	margin: 0;
	line-height: 1.8;
	font-weight: normal;
	font-size: 1.25rem;
}
/* 580 */
@media (max-width: 580px) {
	ul.news_list li {
		display: block;
	}
}

/* main nav */
nav.main-navigation ul li a {
	position: relative;
}
nav.main-navigation ul li a[aria-current="page"] {
	color: #182d70;
}
nav.main-navigation ul li a[aria-current="page"]::after {
	/*transform: scale(1, 1);*/
}
.main-navigation {
	line-height: 35px;
}
nav.main-navigation ul li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #182d70;
	position: absolute;
	bottom: -6px;
	left: 0;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: .3s all;
}
div.main-header:not(.drawer-opened) nav.main-navigation ul li a::after {
	content: '';
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #182d70;
	position: absolute;
	bottom: 0;
	left: 15px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: .3s all;
}
div.main-header:not(.drawer-opened) nav.main-navigation ul li:first-child a::after {
	width: calc(100% - 15px);
	left: 0;
}
div.main-header:not(.drawer-opened) nav.main-navigation ul li:last-child a::after {
	width: calc(100% - 15px);
	left: 15px;
}
nav.main-navigation ul li a:hover::after {
	transform: scale(1, 1)!important;
}
/* drawer */
.drawer-navigation {
	width: 70%;
}
@media screen and (min-width: 782px) {
	.drawer-navigation {
		width: 70%;
	}
}
div.drawer-logo {
	transform: translateX(-100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: url(../images/logo_tate_white.svg) #00479d;
	background-repeat: no-repeat;
	background-position: center top 16%;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 30%;
	z-index: 101;
}
/* 580 */
@media (max-width: 580px) {
	div.drawer-logo {
		background-size: 75%;
	}
}
.drawer-opened div.drawer-logo {
	transform: translateX(0);
}
@media screen and (min-width: 980px) {
	.drawer-opened div.drawer-logo {
		transform: translateX(-100%);
	}
}
/* site-bottom */
.site-bottom {
	background: #1b2f72;
	border-top: solid 1px #1b2f72;
}
.site-bottom a,
.site-bottom .current-menu-item {
	color: #fff!important;
}
.site-bottom a:hover {
	color: #ccc!important;
}
.site-copyright {
	color: #fff!important;
}
/* 事業内容 */
#Business * {
	box-sizing: border-box;
}
#Business ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 60px 0;
	margin: 0;
}
#Business ul li {
	background: #f6f6f6;
	padding: 40px 60px 40px 60px;
}
#Business ul li h2 {
	margin: 15px 0 30px 0;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	position: relative;
}
#Business ul li h2::before {
	content: '';
	display: block;
	width: 55px;
	height: 2px;
	background: #00479d;
	position: absolute;
	top: 0;
	left: 0;
}
#Business ul li div.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 3%;
}
#Business ul li:nth-child(even) div.flex {
	flex-direction: row-reverse;
}
#Business ul li div.flex figure {
	width: 40%;
}
#Business ul li div.flex figure img {
	aspect-ratio: 6 / 4;
	width: 100%;
	object-fit: cover;
}
#Business ul li div.flex p.txt {
	width: 57%;
	margin-bottom: 0;
}
/* 1000 */
@media (max-width: 1000px) {
	#Business ul {
		gap: max(6vw, 40px) 0;
		margin: 0;
	}
	#Business ul li {
		padding: max(4vw, 20px) max(6vw, 30px) max(4vw, 30px) max(6vw, 30px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#Business ul li h2 {
		margin: 15px 0 10px 0;
		padding-top: 15px;
	}
	#Business ul li {
		padding: 20px 20px 30px 20px;
	}
	#Business ul li div.flex figure {
		width: 100%;
	}
	#Business ul li div.flex p.txt {
		width: 100%;
	}
}

/* 施工事例 */
body.tax-work .site-content,
body.post-type-archive-works .site-content {
	max-width: 900px;
}
body.tax-work.has-sidebar .site-content,
body.post-type-archive-works.has-sidebar .site-content {
	display: block;
	justify-content: initial;
}
body.tax-work.has-sidebar .content-area,
body.single-works.has-sidebar .content-area,
body.post-type-archive-works.has-sidebar .content-area {
	width: 100%;
}
/* WORKS - List */
#works_list * {
	box-sizing: border-box;
}
#works_list {
	margin: 0;
	list-style: none;
	padding: 40px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3%;
}
#works_list li {
	position: relative;
	width: calc(94% / 3);
}
#works_list li a {
	display: block;
	text-decoration: none;
}
#works_list li a:hover {
	opacity: 0.9!important;
}
#works_list li div.wrap {
	position: relative;
}
#works_list li a img {
	display: block;
	aspect-ratio: 6 / 4;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#works_list img.fuku {
	position: absolute;
	bottom: 12px;
	right: 5px;
}
body.archive div.hide,
body.post-type-archive-works div.hide {
	display: none;
}
/* work_cat */
#work_cat {
	margin: 30px 0 0 0;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}
#work_cat li {
	width: calc(90%/6);
	margin: 0 2% 2% 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
#work_cat li:nth-child(6n) {
	margin-right: 0;
}
#work_cat li a {
	display: block;
	background: #00479d;
	color: #fff;
	position: relative;
	text-decoration: none;
	line-height: 1;
	padding: 5px 10px;
}
/* キッチン */
/*#works_list span.kitchin,
.cat-name.kitchin,
#work_cat li.kitchin a { 
	background: #3A77B4;
}*/
/* クロス */
/*#works_list span.cross,
.cat-name.cross,
#work_cat li.cross a { 
	background: #6DAA4F;
}*/
/* サッシまわり */
/*#works_list span.sash,
.cat-name.sash,
#work_cat li.sash a { 
	background: #A15E86;
}*/
/* トイレ */
/*#works_list span.wc,
.cat-name.wc,
#work_cat li.wc a { 
	background: #B6728C;
}*/
/* リビング */
/*#works_list span.living,
.cat-name.living,
#work_cat li.living a { 
	background: #466A89;
}*/
/* 和室 */
/*#works_list span.washitsu,
.cat-name.washitsu,
#work_cat li.washitsu a { 
	background: #5F8C5A;
}*/
/* 外壁 */
/*#works_list span.outer_wall,
.cat-name.outer_wall,
#work_cat li.outer_wall a { 
	background: #7C6250;
}*/
/* 洋室 */
/*#works_list span.youshitsu,
.cat-name.youshitsu,
#work_cat li.youshitsu a { 
	background: #7B5E77;
}*/
/* 洗面所 */
/*#works_list span.washroom,
.cat-name.washroom,
#work_cat li.washroom a { 
	background: #ce6e59;
}*/
/* 浴室 */
/*#works_list span.bathroom,
.cat-name.bathroom,
#work_cat li.bathroom a { 
	background: #B8AA3D;
}*/
/* 防水 */
/*#works_list span.waterproof,
.cat-name.waterproof,
#work_cat li.waterproof a { 
	background: #6E67A1;
}*/
/* その他 */
/*#works_list span.etc,
.cat-name.etc,
#work_cat li.etc a { 
	background: #707070;
}*/
#work_cat li a:hover {
	opacity: 0.6;
}
#work_cat li a.active {
	background: #514e4d;
}
#work_cat li a:hover {
	background: #a26800;
}
/* 768 */
@media (max-width: 768px) {
	/* work_cat */
	#work_cat {
		padding: 0;
	}
	#work_cat li {
		width: calc(94%/4);
		margin-right: 2%;
	}
	#work_cat li:nth-child(6n) {
		margin-right: 2%;
	}
	#work_cat li:nth-child(4n) {
		margin-right: 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	#works_list {
		gap: 20px 3%;
	}
	#works_list li {
		font-size: 12px;
		width: calc(97% / 2);
	}
	#work_cat li {
		width: calc(96%/3);
		margin-right: 2%;
	}
	#work_cat li:nth-child(4n) {
		margin-right: 2%;
	}
	#work_cat li:nth-child(3n) {
		margin-right: 0;
	}
}

/* WORKS - SINGLE */
section.single-work h2 {
	padding: 0;
	margin-bottom: 10px;
	border: none;
	background: none;
}
section.single-work h2 + time {
	font-size: 1.2rem;
	color: #bbb;
	margin-bottom: 30px;
	display: block;
}
section.single-work ul {
	list-style-type: none;
	margin: 0;
	font-size: 0;
}
section.single-work ul li {
	width: calc(94%/3);
	margin: 0 3% 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
}
section.single-work ul li:first-child {
	width: 100%;
}
section.single-work ul li:first-child img {
	width: 100%;
}
section.single-work ul li:nth-child(3n+1) {
	margin: 0;
}
section.single-work ul li img {
	margin-bottom: 5px;
}
section.single-work ul li a:hover {
	opacity: 0.8;
}
section.single-work table th {
	width: 30%;
}

/* 会社概要 */
body.company .jumbotron-overlay {
	background-color: initial;
}
body.company .site-content {
	max-width: 900px;
}
figure.company_tbl tr td:nth-child(1) {
	font-weight: bold;
	background: #effaff;
}
figure.company_tbl + iframe {
	width: 100%;
	height: 500px;
}
/* 580 */
@media (max-width: 580px) {
	figure.company_tbl table {
		border-bottom: 1px solid #eee;
	}
	figure.company_tbl tr td {
		display: block;
		width: initial!important;
		border-bottom: none;
	}
	figure.company_tbl tr td:nth-child(1) {
		background: #efefef;
	}
}

/* お問い合わせ */
body.contact .site-content {
	max-width: 900px;
}

/*--------------------------------------------------------------*/
/* 施工実績詳細ページ */
/*--------------------------------------------------------------*/
.WorksDetail .main_photo {
	width: 100%;
	max-width: 1120px;
	max-height: 600px;
	overflow: hidden;
	margin-bottom: 10px;
}
.WorksDetail .main_photo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: contain;
	object-position: center;
}
.WorksDetail .text_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
}
.WorksDetail .text_box img {
	width: 100px;
}
.WorksDetail .text_box .fuki {
	max-width: 700px;
	width: 100%;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 15px;
	position: relative;
}
.WorksDetail .text_box .fuki p.txt {
	margin-bottom: 0;
}
.WorksDetail .text_box .fuki:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: transparent #000000 transparent transparent;
	translate: -100% -50%;
}
.WorksDetail .text_box .fuki:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 15.2px 15.2px 0 0;
	border-color: transparent #ffffff transparent transparent;
	translate: -100% calc(-50% + 0.4px);
}
.WorksDetail .bf_bloc .bf_flex img.arrow {
	width: 30px;
}
.WorksDetail h3 {
	position: relative;
	background: #00479d;
	color: #fff;
	padding: 7px 5px 7px 50px;
	border-radius: 20px 10px 10px 20px;
	margin-left: 5px;
	font-size: 22px;
	border: none;
}
.WorksDetail h3:before {
	font-family: "FontAwesome";
	content: "\f0ad";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #29a7e1;
	font-weight: normal;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	left: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
	border-bottom: solid 2px #9a6969;
}
.WorksDetail .bf_bloc .bf_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 25px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.WorksDetail .bf_bloc .bf_flex div img {
	display: block;
	aspect-ratio: 6 / 4;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.WorksDetail .ph_bloc ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3%;
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.WorksDetail .ph_bloc ul li {
	width: calc(94% / 3);
}
.WorksDetail .ph_bloc ul li img {
	display: block;
	aspect-ratio: 6 / 4;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
/* 1000 */
@media (max-width: 1000px) {
	.WorksDetail h3 {
		font-size: max(2.2vw, 17px); //22px;
	}
	.WorksDetail .text_box .fuki {
		padding: max(2vw, 12px); //20px;
	}
	.WorksDetail .text_box img {
		width: max(10vw, 50px); //100px;
	}
	.WorksDetail .bf_bloc .bf_flex {
		gap: 0 max(2.5vw, 8px); //25px;
	}
	.WorksDetail .bf_bloc .bf_flex img.arrow {
		width: max(3vw, 15px); //30px;
	}
}
/* 580 */
@media (max-width: 580px) {
	.WorksDetail .text_box .fuki p.txt {
		font-size: 14px;
		line-height: 1.5;
	}
	.WorksDetail .ph_bloc ul {
		gap: max(3vw, 12px) 3%;
	}
	.WorksDetail .ph_bloc ul li {
		width: calc(97% / 2);
	}
}

/*--------------------------------------------------------------*/
/* お問い合わせページ */
/*--------------------------------------------------------------*/
section#contact {
	padding-bottom: 5px;
}
section#contact .content {
	max-width: 1040px;
}
section#contact .content p.contact_txt {
	margin-bottom: 30px;
}
section#contact .content p.contact_txt span.note {
	color: red;
}
/* Google */
.grecaptcha-badge {
	visibility: hidden;
}
section#contact .google {
	text-align: center;
	max-width: 500px;
	border: 1px solid #1b2f72;
	background: #f9ffe5;
	margin: 30px auto;
	padding: 10px;
	font-size: 14px;
}
body.confirm section#contact .google {
	display: none;
}
/* フォーム */
section#contact form {
	margin-bottom: 60px;
}
section#contact form table {
	border: none;
}
section#contact form table tr th,
section#contact form table tr td {
	border: none;
}
section#contact form table tr {
	border-top: 1px solid #e2e2e2;
}
section#contact form table tr th,
section#contact form table tr td {
	padding-top: 22px;
	padding-bottom: 30px;
	background: #fff;
}
section#contact form table tr td {
	padding-left: 0;
	padding-right: 0;
}
section#contact form table th {
	width: 210px;
	white-space: nowrap;
	text-align: left;
	padding: 0 55px 0 10px;
	vertical-align: middle;
	position: relative;
}
section#contact form table tr th span.hissu {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: inline-block;
	padding: 1px 4px 0px 4px;
	background: #3b7dd6;
	color: #fff;
	font-size: 0.8rem;
}
section#contact form table tr td textarea {
	width: 100%;
	height: 200px;
}
section#contact form table tr:last-child th {
	vertical-align: top;
	padding-top: 40px;
}
section#contact form table tr:last-child th span.hissu {
	top: 53px;
	right: 10px;
}
section#contact form input[type=text],
section#contact form input[type=email],
section#contact form textarea {
	padding: 10px;
	width: 100%;
}
section#contact form input[type=text],
section#contact form input[type=email] {
	width: 100%;
}
section#contact form input.tel {
	width: 120px;
}
/* 確認画面 */
body.confirm section#contact form table th,
body.confirm section#contact form table td {
	padding: 15px 5px;
}
body.confirm section#contact form table tr:last-child th span.hissu {
	top: 28px;
}
body.confirm section#contact section.privacy {
	display: none;
}
body.confirm section#contact div.confirm {
	text-align: center;
}
body.confirm section#contact div.confirm button {
	display: inline-block;
	max-width: 200px;
	margin: 30px 5px;
}
/* 送信完了 */
.mw_wp_form .error,
body.send section#contact span.note {
	color: red;
}
.mw_wp_form_send_error {
	color: red;
	padding-top: 30px;
}
body.send section#contact div.main.send {
	padding: 80px 0 30px 0;
}
/* ボタン */
section#contact .control {
	text-align: center;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #1b2f72;
}
/* focus */
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	outline: none;
	background-color: #FFFFDF;
	border: 1px solid #bdbdbd;
}
/* 1000 */
@media (max-width: 1000px) {
	section#contact .flex div {
		padding: 20px 15px;
	}
	section#contact h2 {
		font-size: 3vw;
	}
	section#contact p.tel a {
		font-size: 5vw;
	}
}
/* 768 */
@media (max-width: 768px) {
	section#contact .flex div {
		width: 100%;
		margin-bottom: 30px;
	}
	section#contact h2 {
		font-size: 2.2rem;
		margin-bottom: 5px;
	}
	section#contact p.tel {
		font-size: 2.6rem;
		text-align: center;
	}
	section#contact p.tel a {
		font-size: 3.4rem;
	}
	/* 送信完了 */
	body.send section#contact div.main.send {
		padding: 40px 0 0 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	section#contact a.btn_link2 {
		max-width: 70%;
	}
	/* フォーム */
	section#contact form dl.note {
		padding: 20px;
	}
	section#contact form dl.note dt {
		font-size: 1.7rem;
	}
	/* table */
	section#contact form table tr th {
		display: block;
		width: 100%;
		padding: 20px 5px 5px 5px;
	}
	section#contact form table tr th span.hissu {
		top: calc(50% + 5px)
	}
	/* tr:last-child */
	section#contact form table tr:last-child th {
		vertical-align: top;
		padding: 20px 5px 5px 5px;
	}
	section#contact form table tr:last-child th span.hissu {
		top: calc(50% + 5px);
		right: 10px;
	}
	section#contact form table tr td {
		display: block;
		width: 100%;
		padding: 5px 5px 20px 5px;
	}
	section#contact form table td textarea {
		height: 180px;
	}
	section#contact form input[type=text],
	section#contact form input[type=email],
	section#contact form textarea {
		padding: 10px;
		width: 100%;
	}
	section#contact form input.tel {
		width: 29%;
	}
	section#contact form form {
		margin-bottom: 60px;
	}
	section#contact form .btn_link {
		display: inline-block;
		margin: 40px 10px 0 10px;
	}
	/* 送信完了 */
	body.send section#contact div.main.send {
		padding: 20px 0 0 0;
		margin-bottom: -40px;
	}
}

/*--------------------------------------------------------------*/
/* お問い合わせページ -> 個人情報保護方針 */
/*--------------------------------------------------------------*/
section#contact section.privacy {
	padding: 10px 0 0 0;
}
section#contact section.privacy .scroll {
	border: 1px solid #ccc;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	height: 250px;
	overflow-y: scroll;
	background: #f9f9f9;
}
section#contact section.privacy .scroll header h1 {
	font-size: 1.6rem;
	margin-top: 0;
	margin-bottom: 20px;
}
section#contact section.privacy .scroll header p {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
section#contact section.privacy .scroll dl dt {
	color: #000;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
section#contact section.privacy .scroll dl dd {
	font-size: 1.2rem;
	margin-left: 0;
	margin-bottom: 15px;
}
/* 580 */
@media (max-width: 580px) {
	section#contact section.privacy .scroll header h1 {
		font-size: 1.8rem;
	}
	section#contact section.privacy .scroll header p {
		font-size: 1.3rem;
	}
	section#contact section.privacy .scroll dl dt {
		font-size: 1.4rem;
	}
	section#contact section.privacy .scroll dl dd {
		font-size: 1.3rem;
	}
}

/* footer */
footer {
	color: #fff;
	margin-top: 80px;
	text-align: center;
	position: relative;
}
footer .bk {
	background: url(../images/foot_bk.jpg?20251024) no-repeat;;
	background-position: center bottom;
	background-size: cover;
}
footer .over {
	background: rgb(27 47 114 / 80%);
	padding-top: 30px;
	padding-bottom: 30px;
}
footer div.f_header {
	margin-bottom: 55px;
}
footer div.f_header h1 {
	color: #fff;
	margin-bottom: 10px;
}
footer div.f_header span.jp {
	font-size: 1.4rem;
}
footer .body ul {
	max-width: 865px;
	margin: 0 auto 75px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
footer .body ul li {
	width: 45%;
	min-height: 96px;
}
footer .body ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: .3s;
}
footer .body ul li:nth-child(1) a {
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
}
footer .body ul li:nth-child(2) a {
	color: #fff;
	text-decoration: none;
	font-size: 1.0rem;
}
footer .body ul li:nth-child(2) a span.txt {
	display: block;
	margin-bottom: 5px;
}
footer .body ul li:nth-child(2) a img {
	width: 75%;
}
footer .body ul li a:hover {
	color: #fff;
	background: #1d3583;
	border: 1px solid #1d3583;
}
footer .body address dl dd {
	margin: 0 0 5px 0;
	font-size: 1.2rem;
}
/* copy */
footer #copy {
	background: #14415f;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
}
/* 768 */
@media (max-width: 768px) {
	footer .body ul li {
		max-width: 400px;
		width: 100%;
		min-height: 96px;
		margin: 0 auto 30px auto;
	}
}
/* 580 */
@media (max-width: 580px) {
	footer {
		margin-top: 60px;
	}
	footer .body ul {
		margin: 0 auto 45px auto;
	}
	footer .body ul li {
		min-height: 77px;
	}
	footer .body ul li:nth-child(1) a {
	}
	/* copy */
	footer #copy {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------*/
/* pager */
/*--------------------------------------------------------------*/
.navigation {
	margin: 30px 0 60px 0;
}
ul.page-numbers {
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	text-align: center;
	border: none;
	display: flex!important;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 10px;
}
ul.page-numbers li {
	margin: 0 0 7px 0;
	padding: 0;
}
ul.page-numbers li span,
ul.page-numbers li a {
	display: flex!important;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	width: 45px;
	color: #000;
	border: 1px solid #cecece!important;
	text-decoration: none;
	padding: 0!important;
	margin: 0!important;
}
ul.page-numbers li span {
	color: #fff!important;
	background-color: #b9b9b9!important;
}
ul.page-numbers li a:hover {
	color: #fff!important;
	background-color: #00479d!important;
}
ul.page-numbers li span.dots {
	color: #000!important;
	background: none!important;
	border: 1px solid #e4e4e4!important;
}
/* 580 */
@media (max-width: 580px) {
	ul.page-numbers {
		gap: 10px 5px;
	}
	ul.page-numbers li span,
	ul.page-numbers li a {
		width: 35px;
	}
}
