/*
Theme Name:tokiwa_form
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/*
 *	Common
========================================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
   font-family: '新ゴ L';
   font-weight: 400;
   src: url(assets/fonts/A-OTF-ShinGoPro-Light.otf) format('opentype');
 }
@font-face {
   font-family: '新ゴ R';
   font-weight: 500;
   src: url(assets/fonts/A-OTF-ShinGoPro-Regular.otf) format('opentype');
 }
@font-face {
   font-family: '新ゴ M';
   font-weight: 600;
   src: url(assets/fonts/A-OTF-ShinGoPro-Medium.otf) format('opentype');
 }
@font-face {
   font-family: '新ゴ B';
   font-weight: 700;
   src: url(assets/fonts/A-OTF-ShinGoPro-Bold.otf) format('opentype');
 }
@font-face {
   font-family: '新ゴ H';
   font-weight: 800;
   src: url(assets/fonts/A-OTF-ShinGoPro-Heavy.otf) format('opentype');
 }
@font-face {
   font-family: '新ゴ U';
   font-weight: 900;
   src: url(assets/fonts/A-OTF-ShinGoPro-Ultra.otf) format('opentype');
 }

.font-shinl {
    font-family: '新ゴ L', sans-serif !important;
	letter-spacing: .1em;
}
.font-shinr {
    font-family: '新ゴ R', sans-serif !important;
	letter-spacing: .1em;
}
.font-shinm {
    font-family: '新ゴ M', sans-serif !important;
	letter-spacing: .1em;
}
.font-shinb {
    font-family: '新ゴ B', sans-serif !important;
	letter-spacing: .1em;
}
.font-shinh {
    font-family: '新ゴ H', sans-serif !important;
	letter-spacing: .1em;
}
.font-shinu {
    font-family: '新ゴ U', sans-serif !important;
	letter-spacing: .1em;
}

.font-en {
    font-family: 'Roboto', sans-serif !important;
	letter-spacing: .15em;
}

.fc-red {
    color: #c00;
}

body {
	color: #323f47;
    font-family: '新ゴ R', sans-serif;
	letter-spacing: .1em;
}

@media (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.pc {
        display: inline;
    }
    .sp {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: inline;
    }
}

a {
	transition: all 500ms 0s ease;
}

a:hover {
	opacity: .7;
}

h2,h4,h5 {
	border: none;
}

h3 {
	margin: 4em 0 1.5em;
}
h3,h3::after {
    border-bottom-width: 2px;
}
@media (max-width: 640px) {
	h3 {
		margin: 2.5em 0 1.5em;
	}
}

ul {
	list-style: none;
	padding: 0;
}

.row:before,
.row:after {
    width: 0px;
}

table {
    margin: 0 auto 5rem;
}
caption {
    caption-side: top;
	color: #323f47;
}
th {
    background-color: rgba(0, 167, 153, .5);
    width: 20%;
}

.bg-lightblue {
	background-color: #ebf2f2;
}

.full-width {
	position: relative;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
}

@media (max-width: 640px) {
	td, th {
		display: inline-block;
		width: 100%;
	}
}

.grecaptcha-badge {
	display: none !important;
}

/*
 *	header
========================================= */
@media (min-width: 992px) {
	.device-pc .gMenu > li > a {
		padding-left: 1em;
		padding-right: 1em;
	}
	.header_scrolled .gMenu_outer {
		padding: 1rem 0;
	}
}
@media (max-width: 992px) {
	.siteHeader {
		position: fixed;
	}
}

/*.gMenu > li {
    position: initial;
}*/
.gMenu > li#menu-item-2541 {
    margin-right: 1rem;
}
.gMenu > li#menu-item-2541::before,
.gMenu > li#menu-item-2542::before {
    content: none;
}
.gMenu > li#menu-item-2541 > a {
    background-color: #00a799;
	border-radius: 5px;
	color: #fff;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}
.gMenu > li#menu-item-2542 > a {
	border: 1px solid #00a799;
	border-radius: 5px;
	color: #00a799;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}
.gMenu > li .gMenu_name {
    font-weight: normal;
}
.gMenu > li.menu-item-has-children::after{
	content: none;
}
.gMenu > li > ul.sub-menu {
    background-color: rgba(255,255,255,.8);
	justify-content: center;
    margin-left: 0;
	margin-bottom: 0;
	padding: 2rem 21vw;
	transform: translateX(-50%);
    width: 100vw;
 	max-height: initial;
 	opacity: unset;
	text-align: center;
 	transition: none;
 	display: none;
}
.gMenu > li > ul.sub-menu.open {
	display: flex !important;
}
.gMenu > li#menu-item-2529 > ul.sub-menu {
	left: 280%;
}
.gMenu > li#menu-item-2534 > ul.sub-menu {
	left: 240%;
}
.header_scrolled .gMenu > li#menu-item-2529 > ul.sub-menu {
	left: 370%;
}
.header_scrolled .gMenu > li#menu-item-2534 > ul.sub-menu {
	left: 270%;
}
.gMenu > li > ul.sub-menu > li {
	background-color: #fff;
	display: inline-block;
	padding: 0 2rem;
}
/*.gMenu > li > ul.sub-menu > li:last-child {
	position: relative;
}*/
.gMenu > li > ul.sub-menu > li:last-child:after {
	content: '×';
	background-color: #fff;
	color: #000;
	display: block;
	position: absolute;
	bottom: 0;
	right: -30px;
	font-size: 1.2rem;
	padding: 0 3px;
	cursor: pointer;
}
.gMenu > li > ul.sub-menu > li > a {
	color: inherit;
	display: inline-block;
	font-size: .8rem;
}
.gMenu > li > ul.sub-menu > li > a:hover {
	background-color: rgba(255,255,255,.8);
	color: inherit;
	display: inline-block;
	text-decoration: underline;
}
.vk-mobile-nav-menu-btn {
	/*background: #00a799 url("images/vk-menu-btn-white.svg") no-repeat center 50%;*/
    border: 1px solid #00a799;
    border-radius: 5px;
    left: 15px;
}
.vk-mobile-nav-menu-btn.menu-open {
	/*background: #00a799 url("images/vk-menu-close-white.svg") no-repeat center 50%;*/
    border: 1px solid #00a799;
    border-radius: 5px;
    left: 15px;
}
.device-mobile .gMenu>li#menu-item-2541 {
    background-color: #00a799;
	border-radius: 5px;
}
.device-mobile .gMenu>li#menu-item-2541 a {
    background-color: transparent;
	border-radius: 0;
	padding: 0;
}
.device-mobile .gMenu>li#menu-item-2542 {
    border: 1px solid #00a799;
    border-radius: 5px;
}
.device-mobile .gMenu>li#menu-item-2542 a {
    border: none;
	border-radius: 0;
	padding: 0;
}
#sp-cta {
	display: none;
}
@media (max-width: 768px) {
	#sp-cta {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#sp-cta ul {
		display: flex;
		align-items: center;
		margin: 0 auto;
	}
	#sp-cta ul li {
		margin: 0 auto;
		text-align: center;
		width: 50%;
	}
	#sp-cta ul li a {
		border: 1px solid #00a799;
		display: block;
		padding: 15px 0;
	}
	#sp-cta ul li:first-child a {
		background-color: #00a799;
		color: #fff;
	}
	#sp-cta ul li:last-child a {
		background-color: #fff;
	}
}

/*
 *	slide
========================================= */
.slide-text-title {
    font-size: 4.4vw;
	font-weight: bold;
	letter-spacing: .1em;
}
.slide-text-caption {
    font-size: 1.4vw;
	font-weight: 500;
}
@media (max-width: 992px) {
	#top__fullcarousel {
		padding-top: 49px;
	}
}
@media (max-width: 640px) {
	.slide img, .slide picture>img {
		height: 50vh;
		object-fit: cover;
	}
	.slide-text-title {
		font-size: 7.4vw;
	}
	.slide-text-caption {
		font-size: 3vw;
	}
}

/*
 *	footer
========================================= */
.siteFooter {
    border-top: none;
	background-color: #323f47;
	color: #fff;
}
.footerMenu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 15px;
}
.footerMenu .footer-logo img {
    width: 50%;
}
.footerMenu li a {
	border-left: none;
	color: #fff;
}
.copySection {
    display: flex;
	justify-content: space-between;
}
.copySection p {
	margin: 0 0 5px;
}
.copySection p,
.copySection p a {
    color: #bcbcbc;
	text-decoration: none;
}
.copySection p a:hover {
	text-decoration: underline;
}
.sectionBox:after {
    content: none;
}
@media (max-width: 768px) {
	.siteFooter {
		padding-bottom: 60px;
	}
}
@media (max-width: 640px) {
	.footerMenu {
		margin: 0 auto;
	}
	.footerMenu .container {
		padding: 3rem 15px 0;
	}
	.footerMenu .container,
	.copySection {
		flex-wrap: wrap;
	}
	.footerMenu nav {
		margin: 20px auto 0;
		width: 100%;
	}
	.copySection p {
		margin: 0 auto 5px;
		width: 100%;
	}
	.copySection p:first-of-type {
		order: 2;
	}
	.copySection p:last-of-type {
		margin-bottom: 2rem;
		order: 1;
	}
}

/*
 *	TOP
========================================= */
.siteContent {
    padding: 0;
}
section {
	padding: 1rem 0 7rem;
}
.sec-ttl {
	color: #00a799;
	font-size: 3rem;
	font-weight: 600;
	line-height: 2;
	padding: 0;
	text-align: center;
}
.sec-ttl span {
	color: #323f47;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.slick-slide {
    border: 1px solid #e0dee3;
    padding: 20px;
    margin: 0 20px;
}
.slick-slide img {
    width: 100%;
    height: 10vw;
    object-fit: contain;
}
.slick-slide p {
	margin: 1rem auto 0;
    text-align: center;
}
.slick-next {
    right: -60px;
}
.slick-prev {
    left: -60px;
}
.slick-prev,
.slick-next {
    background: rgb(0, 167, 153);
    border-radius: 50%;
	width: 60px;
	height: 60px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background:  rgba(0, 167, 153, .7);
}
.slick-next::before {
    content: url("images/slick_arrow_right.png");
}
.slick-prev::before {
    content: url("images/slick_arrow_left.png");
}
.slick-prev:before,
.slick-next:before {
    opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: .7;
}

@media (max-width: 1024px) {
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-next {
		right: -30px;
	}
	.slick-prev {
		left: -30px;
	}
}
@media (max-width: 768px) {
	.slick-slide img {
		height: 15vw;
	}
}
@media (max-width: 640px) {
	section {
		padding: 1rem 0;
	}
	.slick-slide {
		margin: 0 50px;
	}
	.slick-slide img {
		height: 35vw;
	}
	.slick-next {
		right: 0px;
	}
	.slick-prev {
		left: 0px;
	}
}

.product-item {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 50px 30px;
}
.product-item li {
    border: 1px solid #e0dee3;
	margin-bottom: 20px;
	width: calc(25% - 20px);
    text-align: center;
}
.product-item li a {
	display: block;
    padding: 20px;
	width: 100%;
	height: 100%;
}
.product-item li img {
	margin: 20px;
	width: 50%;
}
.product-item li p {
	font-size: .85rem;
	letter-spacing: 0;
}
#bnr-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px auto 0;
}
#bnr-wrap li {
	width: calc(100% / 3 - 60px);
}
#bnr-wrap li p {
    text-align: center;
}
@media (max-width: 768px) {
	.product-item li {
		width: calc(100% / 3 - 10px);

	}
}
@media (max-width: 640px) {
	.product-item {
		padding: 30px 30px 10px;
	}
	.product-item li {
		width: calc(50% - 10px);

	}
	.product-item li a {
		padding: 10px;
	}
	.product-item li img {
		margin: 10px;
	}
	.product-item li p {
		margin-bottom: 0;
	}
	#bnr-wrap {
		margin: 70px auto 0;
	}
	#bnr-wrap li {
		width: calc(50% - 10px);
	}
	#bnr-wrap li p {
		text-align: center;
	}
}

.top-fullimg {
	margin: 0 auto;
	height: 80vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}
.fullimg1 {
	background-image: url("images/top_parallax.jpg");
}
@media (max-width: 1024px) {
	.top-fullimg {
		background-attachment: scroll;
	}
}
@media (max-width: 640px) {
	.top-fullimg {
		height: 50vh;
	}
}

#news-contact {
	background: url("images/news_contact.jpg") no-repeat center center / cover;
}
#news-contact .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-wrap,
.contact-wrap {
	padding-bottom: 80px;
	position: relative;
	width: 40%;
}
#news-contact .sec-ttl {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 2rem;
	text-align: left;
}
#news-contact .sec-ttl span {
	color: #fff;
}
.news-list {
	margin: 0 auto 2rem;
}
.news-list .news-title {
	border: none;
	font-size: 1.2rem;
	margin: 1.5em 0 1.2em;
}
.news-list .news-title::after {
	content: none;
}
.view-more {
	position: absolute;
	bottom: 0;
	left: 0;
}
.view-more a {
	color: #fff;
	font-weight: 500;
	position: relative;
}
.view-more a:after {
	position: absolute;
	top: -7px;
	right: -40px;
	content: url("images/icon_more.png");
}
.contact-txt {
	color: #fff;
}
@media (max-width: 640px) {
	#news-contact {
		background: none;
		padding: 0;
	}
	#news-contact .container {
		padding: 0;
	}
	.news-wrap,
	.contact-wrap {
		margin: 0 auto;
		padding: 30px 15px 50px;
		width: 100%;
	}
	.news-wrap {
		background: url("images/news_bg_sp.jpg") no-repeat center center / cover;
	}
	.contact-wrap {
		background: url("images/contact_bg_sp.jpg") no-repeat center center / cover;
	}
	.view-more {
		position: relative;
	}
	.contact-txt {
		padding-bottom: 15px;
	}
}

/*
 *	下層ページ
========================================= */
@media (max-width: 992px) {
	.page-header {
		margin-top: 145px;
	}
}
@media (max-width: 991px) {
	.page-header {
		margin-top: 50px;
	}
}
/* 営業所案内 */
#sales_office .mapList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sales_office .mapList li {
	margin-bottom: 3rem;
	width: calc(100% / 3 - 20px);
}
#sales_office .mapList li p:nth-of-type(2),
#sales_office .mapList li .pLink {
	font-size: .85rem;
}
@media (max-width: 992px) {
	#sales_office .mapList li {
	width: calc(50% - 20px);
	}
}
@media (max-width: 640px) {
	#sales_office .mapList li {
		width: 100%;
	}
}

/* 求人情報 */
#recruit .comTable caption a {
	background-color: #00a799;
	border: none;
	color: #fff;
	display: inline-block;
	margin-top: .5rem;
	padding: .5rem 1rem;
	text-align: center;
}
#recruit .txtUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recruit .txtUl li {
	width: calc(50% - 20px);
}
#recruit .txtUl li dl {
	display: flex;
	flex-wrap: wrap;
}
#recruit .txtUl li dl dt {
	width: 25%;
}
#recruit .txtUl li dl dd {
	width: 75%;
}
#recruit .txtUl li .noticeTxt {
	font-size: .85rem;
}
@media (max-width: 640px) {
	#recruit .txtUl li {
		width: 100%;
	}
	#recruit .txtUl li dl dt {
		width: 35%;
	}
	#recruit .txtUl li dl dd {
		width: 65%;
	}
}

/* 足場事業部 */
#ashiba .ashiba-list li {
	border-bottom: 1px solid #00a799;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    margin: 0;
	padding: 1.5rem 0;
}
#ashiba .ashiba-num {
    color: #00a799;
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.6;
	text-align: center;
	width: 15%;
}
#ashiba .ashiba-num .num {
	background-color: #00a799;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
}
#ashiba .ashiba-num .en {
    color: #666;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1rem;
    display: block;
}
#ashiba .ashiba-txt {
	padding: 0 1.5rem;
	width: 60%;
}
#ashiba .ashiba-txt span {
    color: #00a799;
}
#ashiba .ashiba-img {
	width: 25%;
}
#ashiba .ashiba-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 5rem auto 0;
}
#ashiba .ashiba-link li {
	width: calc(100% / 3 - 20px);
}
@media (max-width: 640px) {
	#ashiba .ashiba-num {
		order: 1;
		width: 50%;
	}
	#ashiba .ashiba-txt {
		order: 3;
		padding: 1rem 0 0;
		width: 100%;
	}
	#ashiba .ashiba-img {
		order: 2;
		width: 50%;
	}
	#ashiba .ashiba-link li {
		width: 100%;
	}
}

/* 仮設足場施工までの流れ */
#flow ul li {
	border: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5rem;
	padding: 2rem;
	position: relative;
}
#flow ul li::after {
	content: '';
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 10px;
	border: 30px solid transparent;
	border-top:  20px solid #00a799; 
}
#flow ul li:last-of-type::after {
	content: none;
}
#flow ul li .flow-txt {
	padding-right: 5%;
	width: 75%;
}
#flow ul li .flow-txt h3 span {
	background-color: #00a799;
	color: #fff;
	display: inline-block;
	margin-right: 1rem;
	padding: 0 .5rem .2rem;
}
#flow ul li .flow-img {
	width: 25%;
}
@media (max-width: 640px) {
	#flow ul li .flow-txt,
	#flow ul li .flow-img {
		width: 100%;
	}
	#flow ul li .flow-txt {
		padding-right: 0;
	}
}

/* 仮設足場施工事例 */
#works .works_gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5rem;
}
#works .works_gallery li {
	margin-bottom: 3rem;
	width: calc(100% / 3 - 40px);
}
#works .works_gallery li img {
	width: 100%;
}
#works .works_gallery li em {
	font-size: .85rem;
	font-style: normal !important;
}
#works .works_list {
	display: flex;
	flex-wrap: wrap;
}
#works .works_list ul {
	list-style: disc;
	margin: 0;
	padding: 0 2rem;
}
@media (max-width: 992px) {
	#works .works_gallery li {
	width: calc(50% - 20px);
	}
}
@media (max-width: 640px) {
	#works .works_gallery li {
		width: 100%;
	}
	#works .works_gallery li img {
		width: 100%;
	}
}

/* 店内作業サイクル */
#cycle ul li {
	border: 1px solid #b5b5b5;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5rem;
	position: relative;
}
#cycle ul li::after {
	content: '';
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 10px;
	border: 30px solid transparent;
	border-top:  20px solid #00a799; 
}
#cycle ul li:last-of-type::after {
	content: none;
}
#cycle ul li .cycle-num {
    background-color: rgba(0, 167, 153, .5);
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 10%;
}
#cycle ul li .cycle-info {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin: 0 auto;
	padding: 1rem;
	width: 90%;
}
#cycle ul li .cycle-ttl {
	border: none;
	font-size: 1.4rem;
	display: flex;
    align-items: center;
	margin: 0 auto;
    padding: 0 0 0 2rem;
	width: 90%;
}
#cycle ul li .cycle-ttl::after {
	content: none;
}
#cycle ul li .cycle-img {
    padding: 10px 2% 10px 0;
	width: 10%;
}
#cycle ul li .cycle-img img,
#cycle ul li .cycle-img p {
	margin: 0 auto;
}
#cycle ul li:nth-of-type(5) .cycle-ttl {
	width: 78%;
}
#cycle ul li:nth-of-type(5) .cycle-img {
	width: 22%;
}
#cycle ul li:nth-of-type(8) .cycle-info {
	padding: 1rem;
}
#cycle ul li:nth-of-type(8) .cycle-ttl {
	margin: 0 auto 1rem;
	padding-left: 1rem;
	width: 100%;
}
#cycle ul li:nth-of-type(8) .cycle-txt {
	background-color: #efefef;
	margin: 0 1rem 1rem;
	padding: 1rem;
	width: 100%;
}
#cycle ul li:nth-of-type(8) .cycle-img {
	display: flex;
	margin: 0 1rem;
	width: auto;
}
#cycle ul li:nth-of-type(8) .cycle-img div {
	margin-right: 2rem;
}
@media (max-width: 640px) {
	#cycle ul li .cycle-ttl,
	#cycle ul li:nth-of-type(5) .cycle-ttl,
	#cycle ul li:nth-of-type(8) .cycle-ttl {
		padding: 0;
		width: 100%;
	}
	#cycle ul li .cycle-img {
		margin: 0 auto;
		width: 40%;
	}
	#cycle ul li:nth-of-type(5) .cycle-img {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	#cycle ul li:nth-of-type(8) .cycle-txt {
		margin: 0 auto 1rem;
	}
}

/* 取扱レンタル商品 */
.tax-product_cat .linkList,
.post-type-archive-product .linkList {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.tax-product_cat .linkList li,
.post-type-archive-product .linkList li {
    width: calc(100% / 3);
    list-style: none;
    margin: 0 0 3rem;
	padding: 0 10px;
}
.tax-product_cat .linkList li h2 {
    margin: 1.5rem auto;
}
.tax-product_cat .linkList li.heightLine-1 .photoBox {
    width: 100%;
	height: 150px;
	text-align: center;
}
.tax-product_cat .linkList li.heightLine-1 .photoBox img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
#product .linkList li dl {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
#product .linkList li dl dt {
    border: none;
	padding: 0;
	width: 20%;
}
#product .linkList li dl dd {
    border: none;
	width: 80%;
}
#product .linkList li dl dd h2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
    padding: 0;
}
#product .linkList li p a {
    border: 1px solid #00a799;
    border-radius: 5px;
    display: inline-block;
    margin: 0 .5rem .5rem 0;
    padding: .2rem .5rem;
}
.linkList02 li h2 {
	font-size: 1.2rem;
}
.product-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem auto 0;
}
.product-link .product-doc {
	margin-right: 1rem;
}
.product-link .product-contact a {
	background-color: #c71b19;
    border-radius: 5px;
	color: #fff;
	padding: .5rem 2rem;
}
.product-link .product-contact a:hover {
	text-decoration: none;
}
.single-product .imgBoxL {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-product .imgBoxL .photoBox {
	width: 35%;
}
.single-product .imgBoxL .textBox {
	width: 63%;
}
.single-product .imgBoxL .textBox th {
	font-size: .85rem;
	width: 30%;
}
.single-product .imgBoxL .textBox td {
	font-size: .85rem;
}
@media (max-width: 767px) {
    .tax-product_cat .linkList li,
    .post-type-archive-product .linkList li {
        width: calc(100%/2 - 4px);
    }
	.single-product .imgBoxL .photoBox,
	.single-product .imgBoxL .textBox {
		width: 100%;
	}
	.single-product .imgBoxL .textBox th {
		width: 100%;
	}
}

/* お問い合わせ */
#inquiry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#inquiry .inquiry-form,
#inquiry .inquiry-cost {
	border: 1px solid rgba(0,0,0,.2);
	padding: 2rem 1rem;
	width: 48%;
}
#inquiry .inquiry-form-inner,
#inquiry .inquiry-cost-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 3rem auto 2rem;
}
#inquiry h2 {
	font-size: 1.5rem;
	padding: 0;
	position: relative;
	text-align: center;
}
#inquiry h2:after {
	content: '';
	display: block;
	background-color: #00a799;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 15%;
	height: 1.5px;
}
#inquiry .inquiry-form-inner p,
#inquiry .inquiry-cost-inner p {
	display: none;
}
#inquiry .inquiry-form-inner img,
#inquiry .inquiry-cost-inner img {
	width: 35%;
}
#inquiry .inquiry-form-inner div,
#inquiry .inquiry-cost-inner div {
	padding-left: 20px;
	width: 65%;
}
#inquiry .inquiry-btn-wrap a:first-child {
	background-color: #00a799;
	border-radius: 5px;
	color: #fff;
	display: block;
	margin: 0 auto 2rem;
	padding: 10px 0 15px;
	position: relative;
	width: 80%;
	text-align: center;
}
#inquiry .inquiry-btn-wrap a:first-child:hover {
	text-decoration: none;
}
#inquiry .inquiry-btn-wrap a:first-child:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
#inquiry .inquiry-btn-wrap a:last-child {
	color: #323f47;
	display: block;
	text-align: center;
}
#inquiry .inquiry-btn-wrap a:last-child span {
	background: url("images/icon_tel.png") no-repeat left center / contain;
	padding-left: 50px;
	font-size: 1.8rem;
}
#inquiry .inquiry-cost .inquiry-btn-wrap a {
	color: #fff;
}

#contact table {
	table-layout: fixed;
}
#contact table.form-intable-pc {
	margin-bottom: 0;
}
#contact table.form-intable-pc tr:last-of-type td {
	border-bottom: none;
}
#contact table.form-intable-pc th {
	background-color: rgba(0, 167, 153, .1);
	text-align: center;
}
#contact table.form-intable-pc td select {
	width: 100%;
}
#contact table.form-intable-pc th:first-of-type,
#contact table.form-intable-pc th:nth-of-type(2),
#contact table.form-intable-pc th:nth-of-type(3) {
	width: 40%;
}
.cost-date,
.cost-term {
    width: 45% !important;
}
/*.cost-quantity.form-control {
    width: 45% !important;
}*/
#contact table tbody tr td .form-control,
#contact table td .form-control {
	max-width: 100%;
	padding-left: .3rem;
	padding-right: .3rem;
}
#contact .telUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#contact .telUl li {
	margin: 0;
	width: calc(100% / 3 - 10px);
}
*::-ms-backdrop, #contact .telUl li {
	width: 33.33%; /* IE11 */
}
#contact table input,
#contact table textarea {
	width: 100%;
}
#contact table input.fPost {
	width: 20%;
}
#contact table select,
#contact table input[type="radio"],
#contact table input[type="checkbox"] {
	width: auto;
}
#contact table select.cost-date,
#contact table select.cost-term {
	display: inline-block;
	width: 42% !important;
}
#contact .form-mail,
#contact .form-privacy {
	border-bottom: none;
}
#contact .form-privacy-inner {
	border: 1px solid rgba(0,0,0,.2);
	height: 300px;
	overflow-y: auto;
	padding: 1rem 30px 1rem 1rem;
}
#contact .submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
#contact .submit .prev {
	margin-right: 1rem;
}

@media (min-width: 768px) {
	#contact table.form-intable-pc {
		display: table;
	}
	#contact table.form-intable-sp {
		display: none;
	}
}

@media (max-width: 767px) {
	#inquiry .inquiry-form,
	#inquiry .inquiry-cost {
		width: 100%;
	}
	#inquiry .inquiry-form {
		margin-bottom: 2rem;
	}
	#contact table input.fPost {
		width: 35%;
	}
	#contact table.form-intable-pc {
		display: none;
	}
	#contact table.form-intable-sp {
		display: block;
	}
	#contact table tbody tr td .form-control,
	#contact table td .form-control {
		width: 100%;
	}
	.cost-date, .cost-term {
		width: 30% !important;
	}
	.cost-quantity {
		display: inline-block;
		width: 50% !important;
	}
}

/* ご利用方法 */
#use table td {
	border-right: 1px solid rgba(0,0,0,.05);
}

/* お知らせ */
.pagination {
    margin-bottom: 2rem;
}
.postNextPrev {
    margin-bottom: 3rem !important;
}
.post-type-archive-post #main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.post-type-archive-post #main section {
	width: 45%;
}
.post-type-archive-post #main section h2 {
	font-size: 1.5rem;
	padding: 0;
	position: relative;
	text-align: center;
}
.post-type-archive-post #main section h2:after {
	content: '';
	display: block;
	background-color: #00a799;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 15%;
	height: 1.5px;
}
.post-type-archive-post .news-btn a {
	background-color: #00a799;
	border-radius: 5px;
	color: #fff;
	display: block;
	margin: 2rem auto;
	padding: 10px 0 15px;
	position: relative;
	width: 80%;
	text-align: center;
}
.post-type-archive-post .news-btn a:hover {
	text-decoration: none;
}
.post-type-archive-post .news-btn a:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

@media (min-width: 1300px) {
	.post-type-archive-post .siteContent .container {
		max-width: 85vw;
	}
	.post-type-archive-post .mainSection-col-two {
		width: 75%;
	}
	.post-type-archive-post .sideSection-col-two {
		width: calc(100% - 75% - 3rem);
	}
	.post-type-archive-post #main section {
		width: 47%;
	}
}

@media (max-width: 767px) {
	.post-type-archive-post #main section {
		width: 100%;
	}
}

/* サイドバー */
.sideSection {
	margin-bottom: 5rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}


